Blog-Blosxom

This module is a rewrite of the blosxom cgi script found at www.blosxom.com.
It needed a rewrite so I did it.

See the POD of Blog::Blosxom for usage information and on writing plugins,
and the examples directory for example usage and plugin examples.

See also the POD for information on flavouring. Flavouring is the name the guy
who wrote Blosxom gave to the method of creating templates for different ways
of formatting the same blog data.

Please note that the prerequisites for the examples are not prerequisites for
the module and hence are not automatically installed by CPAN.

Unit tests will be ready before version 0.1.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

Or this one command;

    cpan Blog::Blosxom

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Blog::Blosxom

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Blog-Blosxom

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Blog-Blosxom

    CPAN Ratings
        http://cpanratings.perl.org/d/Blog-Blosxom

    Search CPAN
        http://search.cpan.org/dist/Blog-Blosxom/


LICENSE AND COPYRIGHT

Copyright (C) 2010 Altreus

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.