Apologies if this is totally off-topic or in the wrong place... but having looked at the "Where should I post X" node, I thought this would still be the best place to ask.

I'm currently looking to build some new web sites and I'm looking for some ideas in terms of how I might build and maintain the sites.

Up to date, I'd been using a custom-made system where I have some text files that are processed by a C program to make them into a fixed style of HTML. It was good because it made maintenance easy - I could just change the text file, run my program on the text file and the new HTML was generated and installed, no problems. The disadvantages were that I could not automatically change the underlying HTML (format) or the "look" of the program without rebuilding the C program. There was also no CSS code used which meant the sites were fairly "fixed" in their behaviours.

So now I'm looking for a new system. The biggest thing to decide is whether to go the custom-made route again (using HTML::Template for example) or to try something "off the shelf".

The requirements I have are basically these:

I've checked out a few of the perl script archives (hotscripts, codeproject, devshed, etc) but none of the content management scripts there seem suitable. I've similarly gone through Google, Kartoo, etc and haven't found anything much like what I want either.

So, if you have any suggestions on script archives to check or freeware/open source software I might try, I'd be pleased to hear about them... and very grateful.

Thanks for your help, folks.

 

John


In reply to Off-Line Content Management Scheme? by ozboomer

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.