NAME
Pod::PseudoPod::DocBook - Turn Pod into DocBook
SYNOPSIS
use Pod::PseudoPod::DocBook;
DESCRIPTION
***THIS IS ALPHA SOFTWARE. MAJOR PARTS WILL CHANGE***
I wrote just enough of this module to get my job done, and I skipped every part of the specification I didn't need while still making it flexible enough to handle stuff later.
The style information
I don't handle all of the complexities of styles, defining styles, and all that other stuff. There are methods to return style names, and you can override those in a subclass.
- document_header
-
This is the start of the document that defines all of the styles. You'll need to override this. You can take this directly from
The Pod::Simple mechanics
Everything else is the same stuff from Pod::Simple
.
<figure id="FIG3-1_ID_HERE">
<title>FIG3-1_TITLE_HERE</title>
<mediaobject>
<imageobject role="web">
<imagedata fileref="figs/web/lnp5_0301.png" format="PNG"/>
</imageobject>
</mediaobject>
</figure>
<footnote id="intermediateperl-CHP-3-FN2"> <para>Although we don’t go into here, the <literal moreinfo="none">Module::CoreList</literal> module has the lists of which modules came with which versions of Perl, along with other historical data.</para> </footnote>
<ulink role="orm:hideurl" url="http://www.guardian.co.uk/film/2006/ sep/22/londonfilmfestival2006.londonfilmfestival">Automavision</ulink>
TO DO
SEE ALSO
SOURCE AVAILABILITY
This source is in Github:
https://github.com/briandfoy/pod-pseudopod-docbook
AUTHOR
brian d foy, <bdfoy@cpan.org>
COPYRIGHT AND LICENSE
Copyright © 2010-2018, brian d foy <bdfoy@cpan.org>. All rights reserved.
You may redistribute this under the terms of the Artistic License 2.0.