NAME
HTML::WikiConverter::GoogleCode - Convert HTML to Google Code wiki markup.
SYNOPSIS
use HTML::WikiConverter;
my $wc = new HTML::WikiConverter( dialect => 'GoogleCode' );
print $wc->html2wiki( $html );
DESCRIPTION
This module contains rules for converting HTML into Google Code wiki markup. See HTML::WikiConverter for additional usage details.
VERSION
Version 0.11
FUNCTIONS
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
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.
escape_autolink
A reference to an array of CamelCase words for which Google Code wiki autolink-ing should be escaped by preceeding the word with a !.
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
Marty Kube, <martykube at yahoo.com>
BUGS
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
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
CPAN Ratings
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTML-WikiConverter-GoogleCode
Search CPAN
ACKNOWLEDGEMENTS
This module is based on the HTML::WikiConverter::MoinMoin module by David J. Iberri, <diberri at cpan.org>
COPYRIGHT & LICENSE
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.