HTML-SBC version 0.01 ===================== INSTALLATION To install this module type the following: perl Makefile.PL make make test make install MODULE DESCRIPTION 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. For details, see HTML::SBC's inline POD documentation. DEPENDENCIES No dependencies. :-) COPYRIGHT AND LICENCE Copyright (C) 2005, 2006 by Mirko Westermeier This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.