Lightweight blogging with 30 lines of perl

Rael Dornfest has written a "blosxom," a simple and powerful perl-based blogging app. If you've got a machine with perl and a webserver installed (i.e., an OSX or *nix computer), you can run blosxom (pronounced "blogsome" or "blossom") and publish your blog just by writing simple ASCII files into a directory.

Blosxom is a lightweight (to say the least — it's <30 lines of code) Weblog-in-a-jiffy Perl CGI script for (but in no way limited to) Mac OS X. Blosxom simply nabs text documents (written in your text editor of choice) from a particular directory and displays them (in reverse chronological order) as a Weblog. Simplistic -- but a potentiallly useful spot of fun nevertheless.

Link

Discuss