Thanks (especially for the very first link). :)

I've just downloaded documentation or scripts from most of those sites, although I'd already visited CMSWatch. I'll check them out more thoroughly offline.

I've already bought books on Perl, PHP and MySQL recently, and don't really want to spend any more for a while (techie books aren't cheap).

My main problem is that I have unusual requirements, which is why I'm having to create the program myself.

First of all, I don't want to use any non-standard modules if I can possibly avoid doing so. I'm on a tight budget, so my hosting choices are limited. I'll also be developing the system on an NT machine, though once completed it will also be used on a UNIX server.

Sticking to standard modules should help avoid any nasty incompatibility surprises later.

Secondly, I need it to build static pages, as the content will be added to a lot more often than it is modified. Pages will therefore be viewed many more times than they are updated, making dynamic delivery a waste of resources.

I also want deep directory categorization (4 or 5 levels) and the potential to handle several thousand pages. Oh, and user-friendly URLs without resorting to mod_rewrite (not that tough if the pages are "real" HTML documents).

EasyCMS looked promising, but can't handle deep categories. WebMake would probably be okay if it didn't insist on having custom modules installed.

Strangely enough, Links 2.0 from Gossamer Threads is probably the closest I've seen so far, but it would need to be modified quite heavily to build other types of pages too.

I figured it would be easier to start from scratch rather than modify code that is intentionally obscure and designed to make you want to upgrade.


In reply to Re: Re: CMS Design Tips? by Wysardry
in thread CMS Design Tips? by Wysardry

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.