Blog::Blosxom

A module version of the apparently inactive blosxom.cgi
Download

Blog::Blosxom Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Alastair Douglas
  • Publisher web site:
  • http://search.cpan.org/~altreus/

Blog::Blosxom Tags


Blog::Blosxom Description

A module version of the apparently inactive blosxom.cgi Blosxom is a blog engine found at www.blosxom.com. It is hideously simple and hideously written.Blog::Blosxom is a Perl module that aims to replace the blosxom CGI script with a module that can incidentally be run as a CGI script without too much alteration. It should be backwardly compatible with the original blosxom script, meaning that your plugins should work correctly. That is to say that the same variables should be available at the same times, and the functions you register will be called at the same or equivalent parts of the processing.Hopefully some improvements will be made on the original script. Although it boasts a low line count, this is at the unfortunate expense of legibility, replacing it with the line noise Perl is so famous for. This module spreads out the original script's processing and puts it into neat containers where it can be seen and fixed.SYNOPSIS use Blog::Blosxom; my $blog = Blog::Blosxom->new(%params); $blog->run(); ## OR Blog::Blosxom->run(%params) Requirements: · Perl


Blog::Blosxom Related Software