| HTML-WikiConverter-Confluence documentation | view source | Contained in the HTML-WikiConverter-Confluence distribution. |
HTML::WikiConverter::Confluence - Convert HTML to Confluence markup
use HTML::WikiConverter; my $wc = new HTML::WikiConverter( dialect => 'Confluence' ); print $wc->html2wiki( $html );
This module contains rules for converting HTML into Confluence markup. See HTML::WikiConverter for additional usage details. More information about Confluence itself can be found at http://www.atlassian.com/software/confluence/.
David J. Iberri, <diberri at cpan.org>
Please report any bugs or feature requests to
bug-html-wikiconverter-confluence at rt.cpan.org, or through the web
interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=HTML-WikiConverter-Confluence.
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::Confluence
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTML-WikiConverter-Confluence
Copyright 2006 David J. Iberri, 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-Confluence documentation | view source | Contained in the HTML-WikiConverter-Confluence distribution. |