Mingling Monks,

As mentined in other recent threads, I have an old static html website to update. The many helpful replies to those threads has lead me to a basic strategy:

A two-stage update. The reasoning is business related, so not much use to diuscuss the obvious technical reasons to do it all in one step.

Step 1: Layout re-design and update navigation - that is, remove frames and go to frameless design; replace old navigation system with a CSS menu system, apply external CSS style formatting, update graphics.

Step 2: Move to a Perl-based Content Management System

So, my question: What can be done in phase 1 to prepare for phase 2? Now, the reason this is somehwat of a Perl question is that whatever can be done to prepare for phase 2 will depend on what Perl CMS is used, so I guess part of this question is for a recommendation of a top Perl-based CMS.

The reason for the CMS is that there is an increasing desire for employees who supply page content to manage that content themselves. They should be able to:

I imagine taking existing html pages to something like

[server side include for all pre-content html] [comment tag] CONTENT [comment tag] [servert side include for all post-content html]
That way, whatever the mark-up requirements of the CMS, I could write a little Perl script that would wander through the hierarchy finding these pre-contenet and post-content tags and automatically insert whatever tags the CMS system needs.

So, in summary, what's a good Perl-based CMS, and what can I do during a re-design/update to make moving to that system later on as easy as possible?

Thanks.




Forget that fear of gravity,
Get a little savagery in your life.

In reply to Planning for, and selecting a Perl CMS by punch_card_don

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.