Changeset 517 for wiki-toolkit-formatter-pod/trunk/README
- Timestamp:
- 12/20/09 16:18:44 (2 years ago)
- Files:
-
- 1 modified
-
wiki-toolkit-formatter-pod/trunk/README (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit-formatter-pod/trunk/README
r98 r517 1 1 NAME 2 CGI::Wiki::Formatter::Pod - A Pod to HTML formatter for CGI::Wiki.2 Wiki::Toolkit::Formatter::Pod - A Pod to HTML formatter for Wiki::Toolkit. 3 3 4 4 DESCRIPTION 5 A Pod to HTML formatter backend for CGI::Wiki.5 A Pod to HTML formatter backend for Wiki::Toolkit. 6 6 7 7 SYNOPSIS 8 my $store = CGI::Wiki::Store::SQLite->new( ... );9 my $formatter = CGI::Wiki::Formatter::Pod->new;10 my $wiki = CGI::Wiki->new( store => $store,11 formatter => $formatter );8 my $store = Wiki::Toolkit::Store::SQLite->new( ... ); 9 my $formatter = Wiki::Toolkit::Formatter::Pod->new; 10 my $wiki = Wiki::Toolkit->new( store => $store, 11 formatter => $formatter ); 12 12 13 Go look at CGI::Wikito find out more. This module is distributed13 Go look at Wiki::Toolkit to find out more. This module is distributed 14 14 separately solely for convenience of testing and maintenance; it's 15 15 probably not too useful on its own. … … 17 17 METHODS 18 18 new 19 my $formatter = CGI::Wiki::Formatter::Pod->new(19 my $formatter = Wiki::Toolkit::Formatter::Pod->new( 20 20 node_prefix => 'wiki.cgi?node=', 21 21 usemod_extended_links => 0, … … 34 34 capitalised.) 35 35 36 Note: You must have CGI::Wiki::Formatter::UseMod installed if you36 Note: You must have Wiki::Toolkit::Formatter::UseMod installed if you 37 37 wish to use the "usemod_extended_links" parameter. 38 38 … … 44 44 45 45 SEE ALSO 46 CGI::Wiki, Pod::Tree::HTML.46 Wiki::Toolkit, Pod::Tree::HTML. 47 47 48 48 AUTHOR
