Lately I've been nosing around looking for a pure Perl CMS/BLOG. For my purposes, I'm really just interested in more of a framework for journalesque entries rather than a full blown news and commentary site.

So what is everyone's favorite (free) Perl solution, whether it be an enterprise-level CMS, mid-range BLOG, simple journal maintenance suite, or template-level publishing tool? I'm not too concerned about mod_perl usage vs CGI, but I'd like to avoid any JavaScript and overreliance on cookies.

Up with the big boys, there is of course Slashcode, Movable Type, and Bricolage. Of these, Moveable Type seems nice, but apparently is a bit happy with JavaScript and cookies. Slash, of course, is well known, but for me is a bit of overkill. I'm not too familiar with Bricolage other than knowing it's built around Mason.

On a more modest level, there's YaWPS (Yet another Web Publishing System) which seems okay though I haven't played with it to see how flexible its configuration is.

On a really basic level, I find Apache::BLOG, which basically prints one journal entry per page. Way too limited.

And of course there is rolling my own using HTML::Template or some equivalent, which is probably what I'll ultimately do since I never seem to be quite satisfied with canned solutions.

Some of the big boys, BTW, seem to be covered in the new Essential Blogging from O'Reilly; I'm not sure on what level it approaches the topic.

Thoughts, additions, reviews?

Thanks for your time,
Matt


In reply to Pure Perl BLOG/CMS Roundup by mojotoad

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.