module to convert wiki-style to html

module to convert wiki-style to html

am 16.06.2005 14:09:31 von pilsl

Can anyone recommend a module to convert wiki-style text (**bold** etc.)
to HTML.
CPAN lists loads of modules that provides full wiki-functionality
(kwiki, cgi:wiki) and sure some submodules may provide what I need, but
in general I dont need many wiki-features, but just the formatting-stuff.
Preferable with the possibility to define my own styles for it.

Maybe anyone can point me to the light in den wiki-jungle at CPAN.
thnx,
peter

ps: I am never sure if questions like this are really on topic here.

--
http://www.goldfisch.at/know_list

Re: module to convert wiki-style to html

am 16.06.2005 16:48:23 von Michael Hendricks

You might check out these modules:

* Text::Textile - seems to be the closest to what you want
* Text::EtText
* Text::TikiText - looks pretty powerful. It generates valid XHTML

Michael