Text::KwikiFormatish

Text::KwikiFormatish can convert Kwikitext into XML-compliant HTML.
Download

Text::KwikiFormatish Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ian Langworth
  • Publisher web site:
  • http://search.cpan.org/~ian/

Text::KwikiFormatish Tags


Text::KwikiFormatish Description

Text::KwikiFormatish can convert Kwikitext into XML-compliant HTML. Text::KwikiFormatish can convert Kwikitext into XML-compliant HTML.SYNOPSIS use Text::KwikiFormatish; my $xhtml = Text::KwikiFormatish::format($text);NOTE: This module is based off of the old CGI::Kwiki formatter. Ideally, Text::KwikiFormat would be written to use the new the new Kwiki formatter.CGI::Kwiki includes a formatter (CGI::Kwiki::Formatter) for converting Kwikitext (a nice form of wikitext) to HTML. Unfortunately, it isn't easy to use the formatter outside the CGI::Kwiki environment. Additionally, the HTML produced by the formatter isn't XHTML-1 compliant. This module aims to fix both of these issues and provide an interface similar to Text::WikiFormat.Essentially, this module is the code from Brian Ingerson's CGI::Kwiki::Formatter with a format subroutine, code relating to slides removed, tweaked subroutinesa, and more.Since the wikitext spec for input wikitext for this module differs a little from the default Kwiki formatter, I thought it best to call it "Formatish" instead of *the* Kwiki Format. Requirements: · Perl


Text::KwikiFormatish Related Software