NAME
pod6xhtml - convert Perl pod to XHTML
SYNOPSIS
pod6xhtml < somefile.pod > somefile.xhtml
pod6xhtml somefile.pod > somefile.xhtml
pod6xhtml -css main.css somefile.pod > somefile.xhtml
options:
-doctype|t - set doc type . Default html;
-add_head|ah - If this option is set , pod6xhtml will emit a DOCTYPE as the first line of output.
-css <css_file> - add stylesheet link to head of xhtml file.
-help - print help message
-man - print man page
OPTIONS
- -help
-
Print a brief help message and exits
- -man
-
Prints manual page and exits
- -doctype, -t
-
Set docbook type . Default html
- -add_head,-ah
-
If this option is set , pod6xhtml will emit a DOCTYPE as the first line of output
- -css cssfile
-
Add stylesheet link to head of xhtml file
DESCRIPTION
B<pod6xhtml> - convert Perl pod to XHTML
EXAMPLE
pod6xhtml < somefile.pod > somefile.xhtml
AUTHOR
Zahatski Aliaksandr, <zahatski@gmail.com>
COPYRIGHT AND LICENSE
Copyright 2009-2010 by Zahatski Aliaksandr
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.