![]() |
![]()
| ![]() |
![]()
NAMEHTML::WikiConverter::GoogleCode - Convert HTML to Google Code wiki markup. SYNOPSISuse HTML::WikiConverter; my $wc = new HTML::WikiConverter( dialect => 'GoogleCode' ); print $wc->html2wiki( $html ); DESCRIPTIONThis module contains rules for converting HTML into Google Code wiki markup. See HTML::WikiConverter for additional usage details. VERSIONVersion 0.12 FUNCTIONSrulesReturns the HTML to wiki conversion rules attributesReturns the conversion "ATTRIBUTES" particular to the GoogleCode dialect preprocess_nodeHTML element specific pre-processing preprocess_treeHTML document specific pre-processing postprocess_outputWiki document post-processing ATTRIBUTESIn addition to the regular set of attributes recognized by the HTML::WikiConverter constructor, this dialect also accepts the following attributes that can be passed into the new() constructor. See "ATTRIBUTES" in HTML::WikiConverter for usage details. escape_autolinkA reference to an array of CamelCase words for which Google Code wiki autolink-ing should be escaped by preceeding the word with a !. summaryText to be produced in the 'summary' wiki markup element. The summary element appears in the index page of the project's wiki. labelsA reference to an array of text values to be produced in the 'labels' wiki markup element. Allowed values for a project can be found on the project's Google Code web-site on the "Administer/Wiki" tab. AUTHORMarty Kube, "<martykube at yahoo.com>" BUGSPlease report any bugs or feature requests to "bug-html-wikiconverter-googlecode at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=HTML-WikiConverter-GoogleCode>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORTYou can find documentation for this module with the perldoc command. perldoc HTML::WikiConverter::GoogleCode You can also look for information at:
ACKNOWLEDGEMENTSThis module is based on the HTML::WikiConverter::MoinMoin module by David J. Iberri, "<diberri at cpan.org>" COPYRIGHT & LICENSECopyright 2008 Marty Kube, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|