Search results for "module:Pod::Simple::XHTML"
Pod::Simple::XHTML - format Pod as validating XHTML
This class is a formatter that takes Pod and renders it as XHTML validating HTML. This is a subclass of Pod::Simple::Methody and inherits all its methods. The implementation is entirely different than Pod::Simple::HTML, but it largely preserves the s...
KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC
Pod::Simple::XHTML::BlendedCode - Blends syntax-highlighted code and pod in one XHTML document.
This class is a formatter that takes Pod and Perl code and renders it as XHTML validating HTML. This is a subclass of Pod::Simple::XHTML and inherits all its methods....
CSJEWELL/Pod-Simple-XHTML-BlendedCode-1.003 - 11 May 2010 02:03:10 UTC
Pod::Simple::XHTML::WithHighlightConfig - Allow configuring syntax highlighting hints in Pod
This module allows adding syntax highlighter hints to a Pod document to be rendered as XHTML. Normally, verbatim blocks will be represented inside "<pre><code>...</code></pre>" tags. The information will be represented as class names and data attribu...
HAARG/Pod-Simple-XHTML-WithHighlightConfig-0.000002 - 08 Oct 2017 15:17:11 UTC
Pod::Simple::Role::XHTML::WithErrata - Include errata in HTML output
Adds a section to the end of the generated HTML listing Pod errors. Example output: <div class="pod-errors"> <p>1 POD Error</p> <div class="pod-errors-detail"> <p>The following errors were encountered while parsing the POD:</p> <dl> <dt>Around line 2...
HAARG/MetaCPAN-Pod-XHTML-0.003002 - 13 Jul 2022 13:50:50 UTC
Pod::Simple::Role::XHTML::WithPostProcess - Post process entire output from XHTML conversion
Allows post-processing of entire converted Pod document before outputting. This role is meant to be used by other roles that need to do post processing on the full document that is output, rather than as the content is generated. On its own, this rol...
HAARG/MetaCPAN-Pod-XHTML-0.003002 - 13 Jul 2022 13:50:50 UTC
Pod::Simple::Role::XHTML::WithExtraTargets - Add additional useful link targets
Adds multiple link targets to rendered headings to allow more useful linking. Many headings for functions and methods include the function signature. This makes linking to the headings awkward. Link targets based on the first word of headings will be...
HAARG/MetaCPAN-Pod-XHTML-0.003002 - 13 Jul 2022 13:50:50 UTC
Pod::Simple::Role::XHTML::WithLinkMappings - Map module links to alternate URLs
This role will allow mapping links in Pod to alternate locations, rather than using the module name directly....
HAARG/MetaCPAN-Pod-XHTML-0.003002 - 13 Jul 2022 13:50:50 UTC
lib/Pod/Simple/XHTML/BlendedCode/Blender.pm
CSJEWELL/Pod-Simple-XHTML-BlendedCode-1.003
-
11 May 2010 02:03:10 UTC
Pod::Simple::Role::XHTML::RepairLinkEncoding - Repair encoding of section links
Pod::Simple (until at least 3.43) doesn't handle encoding of section links correctly if they contain any characters that need to be entity encoded. It doesn't understand that ids and link fragments need to be encoded differently. Applying this role w...
HAARG/MetaCPAN-Pod-XHTML-0.003002 - 13 Jul 2022 13:50:50 UTC
Pod::Simple::Role::XHTML::WithHighlightConfig - Allow configuring syntax highlighting hints in Pod
Provides the same functionality described as Pod::Simple::XHTML::WithHighlightConfig but in the form of a role....
HAARG/Pod-Simple-XHTML-WithHighlightConfig-0.000002 - 08 Oct 2017 15:17:11 UTC
Pod::Simple::Role::XHTML::WithAccurateTargets - Use more accurate link targets
The normal targets used by Pod::Simple::XHTML are heavily filtered, meaning heading that are primarily symbolic (such as @_ in perlvar) can't be usefully linked externally. Link targets will be added using minimal filtering, which will also be used f...
HAARG/MetaCPAN-Pod-XHTML-0.003002 - 13 Jul 2022 13:50:50 UTC
Pod::Html - module to convert pod files to HTML
Converts files from pod format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to cross-reference....
PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC
Pod::Html - module to convert pod files to HTML
Converts files from pod format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to cross-reference....
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
lib/Pod/Simple/Role/WithHighlightConfig.pm
HAARG/Pod-Simple-XHTML-WithHighlightConfig-0.000002
-
08 Oct 2017 15:17:11 UTC
Pod::Simple::Role::StripVerbatimIndent - Strip indentation from verbatim sections sanely
Strips the indentation from verbatim blocks, while not corrupting tab indents. The shortest indentation in the verbatim block (excluding empty lines) will be stripped from all lines. By default, using this role will disable tab expansion. It can be r...
HAARG/MetaCPAN-Pod-XHTML-0.003002 - 13 Jul 2022 13:50:50 UTC
Pod::CYOA::XHTML - private Pod::Simple::XHTML subclass for CYOA
RJBS/Pod-CYOA-0.004
-
31 Dec 2022 21:49:10 UTC
Pod::CYOA - Pod-based Choose Your Own Adventure website generator (?!)
RJBS/Pod-CYOA-0.004
-
31 Dec 2022 21:49:10 UTC
Pod::PseudoPod::XHTML - format PseudoPod as valid XHTML
This class is a formatter that takes PseudoPod and renders it as valid XHTML. This is a subclass of Pod::PseudoPod::HTML, and from there Pod::PseudoPod, and inherits all their methods. This code has been shamelessly ripped off from Pod::PseudoPod::HT...
AYOUNG/Pod-PseudoPod-XHTML-1.02 - 22 Aug 2011 18:42:22 UTC
Pod::Pandoc - process Plain Old Documentation format with Pandoc
The Plain Old Documentation format (Pod) is a markup language used to document Perl code (see perlpod for reference). Several Perl modules exist to process and convert Pod into other formats. Pod::Pandoc is an attempt to unify and extend Pod converti...
VOJ/Pod-Pandoc-0.5.0 - 11 May 2018 21:24:46 UTC