HTML::WikiConverter::GoogleCode - Convert HTML to Google Code wiki markup.


HTML-WikiConverter-GoogleCode documentation  | view source Contained in the HTML-WikiConverter-GoogleCode distribution.

Index


NAME

Top

HTML::WikiConverter::GoogleCode - Convert HTML to Google Code wiki markup.

SYNOPSIS

Top

  use HTML::WikiConverter;
  my $wc = new HTML::WikiConverter( dialect => 'GoogleCode' );
  print $wc->html2wiki( $html );

DESCRIPTION

Top

This module contains rules for converting HTML into Google Code wiki markup. See HTML::WikiConverter for additional usage details.

VERSION

Top

Version 0.12

FUNCTIONS

Top

rules

Returns the HTML to wiki conversion rules

attributes

Returns the conversion ATTRIBUTES particular to the GoogleCode dialect

preprocess_node

HTML element specific pre-processing

preprocess_tree

HTML document specific pre-processing

postprocess_output

Wiki document post-processing

ATTRIBUTES

Top

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.

summary

Text to be produced in the 'summary' wiki markup element. The summary element appears in the index page of the project's wiki.

labels

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.

AUTHOR

Top

Marty Kube, <martykube at yahoo.com>

BUGS

Top

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.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc HTML::WikiConverter::GoogleCode

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/HTML-WikiConverter-GoogleCode

* CPAN Ratings

http://cpanratings.perl.org/d/HTML-WikiConverter-GoogleCode

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTML-WikiConverter-GoogleCode

* Search CPAN

http://search.cpan.org/dist/HTML-WikiConverter-GoogleCode

ACKNOWLEDGEMENTS

Top

This module is based on the HTML::WikiConverter::MoinMoin module by David J. Iberri, <diberri at cpan.org>

COPYRIGHT & LICENSE

Top


HTML-WikiConverter-GoogleCode documentation  | view source Contained in the HTML-WikiConverter-GoogleCode distribution.