| HTML-WikiConverter-GoogleCode documentation | view source | Contained in the HTML-WikiConverter-GoogleCode distribution. |
HTML::WikiConverter::GoogleCode - Convert HTML to Google Code wiki markup.
use HTML::WikiConverter; my $wc = new HTML::WikiConverter( dialect => 'GoogleCode' ); print $wc->html2wiki( $html );
This module contains rules for converting HTML into Google Code wiki markup. See HTML::WikiConverter for additional usage details.
Version 0.12
Returns the HTML to wiki conversion rules
Returns the conversion ATTRIBUTES particular to the GoogleCode dialect
HTML element specific pre-processing
HTML document specific pre-processing
Wiki document post-processing
In 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.
A reference to an array of CamelCase words for which Google Code wiki autolink-ing should be escaped by preceeding the word with a !.
Text to be produced in the 'summary' wiki markup element. The summary element appears in the index page of the project's wiki.
A 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.
Marty Kube, <martykube at yahoo.com>
Please 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.
You can find documentation for this module with the perldoc command.
perldoc HTML::WikiConverter::GoogleCode
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTML-WikiConverter-GoogleCode
This module is based on the HTML::WikiConverter::MoinMoin module by
David J. Iberri, <diberri at cpan.org>
Copyright 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.
| HTML-WikiConverter-GoogleCode documentation | view source | Contained in the HTML-WikiConverter-GoogleCode distribution. |