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

Search results for "module:Pod::Simple::XHTML"

Pod::Simple::XHTML - format Pod as validating XHTML River stage five • 134 direct dependents • 32646 total dependents

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. River stage zero No dependents

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 River stage one • 1 direct dependent • 1 total dependent

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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

Pod::Simple::Role::XHTML::RepairLinkEncoding - Repair encoding of section links River stage zero No dependents

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

lib/Pod/Simple/XHTML/BlendedCode/Blender.pm River stage zero No dependents

CSJEWELL/Pod-Simple-XHTML-BlendedCode-1.003 - 11 May 2010 02:03:10 UTC

Pod::Simple::Role::XHTML::WithHighlightConfig - Allow configuring syntax highlighting hints in Pod River stage one • 1 direct dependent • 1 total dependent

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 River stage zero No dependents

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 River stage five • 11292 direct dependents • 32664 total dependents

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 River stage five • 11292 direct dependents • 32664 total dependents

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 River stage one • 1 direct dependent • 1 total dependent

HAARG/Pod-Simple-XHTML-WithHighlightConfig-0.000002 - 08 Oct 2017 15:17:11 UTC

Pod::Simple::Role::StripVerbatimIndent - Strip indentation from verbatim sections sanely River stage zero No dependents

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 River stage zero No dependents

RJBS/Pod-CYOA-0.004 - 31 Dec 2022 21:49:10 UTC

DocLife::Pod - Pod Viewer. River stage zero No dependents

ASKADNA/DocLife-0.03 - 02 Oct 2013 10:07:31 UTC

Pod::CYOA - Pod-based Choose Your Own Adventure website generator (?!) River stage zero No dependents

RJBS/Pod-CYOA-0.004 - 31 Dec 2022 21:49:10 UTC

Pod::PseudoPod::XHTML - format PseudoPod as valid XHTML River stage zero No dependents

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 River stage zero No dependents

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
30 results (0.183 seconds)