Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Pure Perl BLOG/CMS Roundup

by thraxil (Prior)
on Sep 12, 2002 at 19:43 UTC ( [id://197326]=note: print w/replies, xml ) Need Help??


in reply to Pure Perl BLOG/CMS Roundup

<shameless plug>

thraxil is one that i wrote. it's intended for a collaborative weblog (eg, this site) and includes a bunch of features that may be overkill for what you're doing:

  • threaded comments
  • bookmarks
  • images
  • user accounts with individual diary areas
  • HTML::Template used for everything so it's easy to customize and supports multiple themes
  • markov chain random text generation
  • and of course it's released under the GPL

the disadvantages at this point are that it's rather more complex than other systems, it uses a postgresql backend (should be straightforward to port to other RDBMS's, i just haven't had any motivation to do so yet) and there are some performance issues. i'm working on porting it to mod_perl and preliminary testing is showing a vast performance improvement there.

</shameless plug>

rolling your own isn't a bad option though. especially if your needs are different from what the standard options provide. writing a simple blog script is fun and educational.

anders pearson

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://197326]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-19 20:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found