The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Pod::DocBook"

Pod::DocBook - Convert Pod data to DocBook SGML River stage zero No dependents

Pod::DocBook is a module for translating Pod-formatted documents to DocBook 4.2 SGML (see <http://www.docbook.org/>). It is primarily a back end for pod2docbook, but, as a Pod::Parser subclass, it can be used on its own. The only public extensions to...

NANDU/Pod-DocBook-1.2 - 16 Mar 2004 22:28:08 UTC

Pod::2::DocBook - Convert Pod data to DocBook SGML River stage zero No dependents

Pod::2::DocBook is a module for translating Pod-formatted documents to DocBook 4.2 SGML (see <http://www.docbook.org/>). It is primarily a back end for pod2docbook, but, as a Pod::Parser subclass, it can be used on its own. The only public extensions...

JKUTEJ/Pod-2-DocBook-0.03 - 02 May 2009 13:45:42 UTC

Pod::PseudoPod::DocBook - format PseudoPod as DocBook River stage two • 9 direct dependents • 10 total dependents

This class is a formatter that takes PseudoPod and renders it as DocBook 4.4. This is a subclass of Pod::PseudoPod and inherits all its methods....

CHROMATIC/Pod-PseudoPod-0.19 - 01 Sep 2019 20:59:15 UTC

Pod::POM::View::DocBook - DocBook XML view of a Pod Object Model River stage zero No dependents

This module provides a view for "Pod::POM" that outputs the content as a DocBook XML document. (*DocBook* is an XML schema particularly suited for computing articles and books - see <http://www.docbook.org/> for details.) Use the module like any othe...

ANDREWF/Pod-POM-View-DocBook-0.08 - 08 Mar 2009 09:28:35 UTC

Perl6::Pod::To::DocBook - DocBook formater River stage one • 4 direct dependents • 4 total dependents

Process pod to docbook Sample: =begin pod =NAME Test chapter =para This is a test para =end pod Run converter: pod6docbook test.pod > test.xml Result xml: <?xml version="1.0"?> <chapter> <title>Test chapter </title> <para>This is a test para </para> ...

ZAG/Perl6-Pod-0.74 - 15 Mar 2020 09:19:57 UTC

Meta::Lang::Perl::Pod::Docbook - Translate pod into DocBook. River stage zero No dependents

This class translates pod documentation to DocBook format (only a section mind you)....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Pod::ToDocBook - Pluggable converter POD data to DocBook. River stage zero No dependents

Pod::ToDocBook - set of XML::ExtOn filters for process POD data. * Pod::ToDocBook::Pod2xml - convert POD to XML * Pod::ToDocBook::DoSequences - process format sequences and links * Pod::ToDocBook::ProcessHeads - process =head's elements * Pod::ToDocB...

ZAG/Pod-ToDocBook-0.9 - 18 Jan 2010 17:55:58 UTC

Pod::ToDocBook::Pod2xml - Converter POD data to XML::ExtON events. River stage zero No dependents

Pod::ToDocBook::Pod2xml - Converter POD data to XML::ExtON events....

ZAG/Pod-ToDocBook-0.9 - 18 Jan 2010 17:55:58 UTC

Pod::ToDocBook::FormatList - Plugin for generating item lists River stage zero No dependents

Pod::ToDocBook::TableDefault - Plugin for generating item lists XML FORMAT For POD: =begin list - item 1 - item 2 - item 3 =end list Result: <itemizedlist> <listitem> <para>item 1</para> </listitem> <listitem> <para>item 2</para> </listitem> <listite...

ZAG/Pod-ToDocBook-0.9 - 18 Jan 2010 17:55:58 UTC

Pod::ToDocBook::DoSequences - Process Formatting Codes (a.k.a. "interior sequences") River stage zero No dependents

Pod::ToDocBook::DoSequences - Process Formatting Codes (a.k.a. "interior sequences")...

ZAG/Pod-ToDocBook-0.9 - 18 Jan 2010 17:55:58 UTC

Pod::ToDocBook::ProcessItems - Process POD lists. River stage zero No dependents

Pod::ToDocBook::ProcessItems - Process POD lists. * process over and items * set >blockqoute> for <para> inside <over> * delete <over>...

ZAG/Pod-ToDocBook-0.9 - 18 Jan 2010 17:55:58 UTC

Pod::ToDocBook::ProcessHeads - Converter head tags to section. River stage zero No dependents

Pod::ToDocBook::ProcessHeads - Converter head tags to section....

ZAG/Pod-ToDocBook-0.9 - 18 Jan 2010 17:55:58 UTC

Pod::ToDocBook::TableDefault - Plugin for generating basic tables with =begin table and =end table. River stage zero No dependents

Pod::ToDocBook::TableDefault - Plugin for generating basic tables with =begin table and =end table. XML FORMAT For POD: =begin table table title left, center, right column name 1,"testname , meters", name3 123 , 123 , 123 1,2,"2, and 3" =end table Re...

ZAG/Pod-ToDocBook-0.9 - 18 Jan 2010 17:55:58 UTC

Pod::XML - Module to convert POD to XML River stage one • 2 direct dependents • 2 total dependents

This module uses Pod::Parser to parse POD and generates XML from the resulting parse stream. It uses its own format, described below....

MWILSON/Pod-XML-0.99 - 03 Feb 2007 16:57:06 UTC

Pod::Manual - Aggregates several PODs into a single manual River stage zero No dependents

The goal of Pod::Manual is to gather the pod of several modules into a comprehensive manual. Its primary objective is to generate a document that can be printed, but it also allow to output the document into other formats (e.g., docbook)....

YANICK/Pod-Manual-0.08 - 19 Dec 2007 00:04:13 UTC

Pod::AxPoint - Generate AxPoint XML slideshow from POD source. River stage zero No dependents

Pod::AxPoint converts POD input to AxPoint XML, which can be used to generate HTML Slideshows. The script pod2axpoint delivered with Pod::AxPoint provides a commandline frontend for the module. There is another script for this purpose on cpan, podsli...

TLINDEN/Pod-AxPoint-0.04 - 30 Mar 2007 12:59:00 UTC

Pod::POM::View::XML - XML view of a Pod Object Model River stage zero No dependents

"Pod::POM::View::XML" is a view that aims at producing a direct XML rendition of the POD. new(%options) The constructor "new()" accepts the following options. prefix Prefix added to all tags. Defaults to "pod" (so the xml tags will be "pod_pod", "pod...

YANICK/Pod-POM-View-XML-0.0.2 - 23 Dec 2014 17:50:04 UTC

Perl6::Pod::Block::input - handle =input block River stage one • 4 direct dependents • 4 total dependents

The =input block is used to specify pre-formatted keyboard input, which should be rendered without rejustification or squeezing of whitespace. Export: * to docbook as userinput element (<http://www.docbook.org/tdg/en/html/userinput.html>) * to html (...

ZAG/Perl6-Pod-0.74 - 15 Mar 2020 09:19:57 UTC

Perl6::Pod::Block::output - handle =output block River stage one • 4 direct dependents • 4 total dependents

The =output block is used to specify pre-formatted terminal or file output which should also be rendered without rejustification or whitespace-squeezing. Export: * to docbook as screen element (http://www.docbook.org/tdg/en/html/screen.html) * to htm...

ZAG/Perl6-Pod-0.74 - 15 Mar 2020 09:19:57 UTC

Perl6::Pod::FormattingCode::X - index entry River stage one • 4 direct dependents • 4 total dependents

Anything enclosed in an "X<>" code is an index entry. The contents of the code are both formatted into the document and used as the (case-insensitive) index entry: An X<array> is an ordered list of scalars indexed by number, starting with 0. A X<hash...

ZAG/Perl6-Pod-0.74 - 15 Mar 2020 09:19:57 UTC
21 results (0.03 seconds)