The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
HTML::SBC

Simple blog code (SBC) is a simple markup language, You can use it for guest
books, blogs, wikis, boards and various other web applications. It produces
valid and semantic (X)HTML from input and is patterned on that tiny usenet
markups like *bold* and _underline_.

HTML::SBC tries to give useful error messages and guess the right translation
even with invalid input. It will always produce valid (X)HTML.


INSTALLATION

To install this module, run the following commands:

   perl Makefile.PL
   make
   make test
   make install


DEPENDENCIES

We only need core modules:

Carp
Scalar::Util
List::Util
Exporter

For some tests there are the following build dependencies:

Test::Simple
Test::More
Test::Exception


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with:

    perldoc HTML::SBC


COPYRIGHT AND LICENCE

Copyright (C) 2006 Mirko Westermeier

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.