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

Search results for "Pod-Html"

Pod::HTML - Translate POD into HTML file River stage zero No dependents

KJALB/PodSimplify-0.04 - 16 Aug 1996 19:14:10 UTC - Search in distribution
  • Pod::Simplify - Simplify the pod (Plain Old Documentation) portion of a file

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 - Search in distribution

Pod::L10N::Html - module to convert pod files to HTML with L10N River stage zero No dependents

Converts files from pod format (see perlpod) to HTML format. Its API is fully compatible with Pod::Html. If input files support Pod::L10N::Format extended format, Pod::L10N::Html do some more works to print translated text pretty well....

ARGRATH/Pod-L10N-1.07 - 16 Sep 2022 09:48:25 UTC - Search in distribution

Pod::Tree::HTML - Generate HTML from a Pod::Tree River stage one • 2 direct dependents • 2 total dependents

"Pod::Tree::HTML" reads a POD and translates it to HTML. The source and destination are fixed when the object is created. Options are provided for controlling details of the translation. The "translate" method does the actual translation. For conveni...

MANWAR/Pod-Tree-1.31 - 22 Feb 2019 10:53:09 UTC - Search in distribution

Marek::Pod::HTML - convert Perl POD documents to HTML River stage zero No dependents

THIS IS PRELIMINARY SOFTWARE! The "Marek::" namespace is strictly preliminary until a regular place in CPAN is found. Marek::Pod::HTML converts one or more Pod documents into individual HTML files. This is meant to be a successor of Tom Christiansen'...

MAREKR/MarekPodHtml-0.49 - 16 Jan 2003 20:53:56 UTC - Search in distribution
  • pod2html - convert Perl POD documentation to HTML

Apache::Pod::HTML - base class for converting Pod files to prettier forms River stage one • 1 direct dependent • 2 total dependents

PETDANCE/Apache-Pod-0.22 - 17 Sep 2005 03:55:19 UTC - Search in distribution
  • Apache::Pod - base class for converting Pod files to prettier forms

Pod::Simple::HTML - convert Pod to HTML River stage five • 134 direct dependents • 32646 total dependents

This class is for making an HTML rendering of a Pod document. This is a subclass of Pod::Simple::PullParser and inherits all its methods (and options). Note that if you want to do a batch conversion of a lot of Pod documents to HTML, you should see t...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC - Search in distribution

Apache2::Pod::HTML - base class for converting Pod files to prettier forms River stage zero No dependents

MARKLE/Apache2-Pod-0.27 - 17 Mar 2009 18:39:58 UTC - Search in distribution

TOBYINK::Pod::HTML - convert Pod to HTML like TOBYINK River stage zero No dependents

Yet another pod2html converter. Note that this module requires Perl 5.14, and I have no interest in supporting legacy versions of Perl. Constructor "new(%attrs)" Moose-style constructor. Attributes "pretty" If true, will output pretty-printed (nicely...

TOBYINK/TOBYINK-Pod-HTML-0.005 - 03 Mar 2014 21:24:59 UTC - Search in distribution

Pod::Html::HtmlTree - class to convert pod files to html tree River stage zero No dependents

This module does same as Pod::Html module but make html tree. Read Pod::Html document for more detail. You may want to look at Pod::ProjectDocs before using this module which may be more fun to you....

TOMYHERO/Pod-Html-HtmlTree-0.92 - 01 Apr 2007 10:01:36 UTC - Search in distribution

Pod::MultiLang::Html - turn MultiLang-pod into html River stage zero No dependents

Pod::MultiLang::Html translates pod into html. This inherits Pod::MultiLang and it inherits Pod::Parser, usage is same as Pod::Parser. command/verbatim/textblock methods only do push paragraphs into an array, and end_pod method do conversion. (these ...

HIO/Pod-MultiLang-0.14 - 06 Feb 2008 09:33:10 UTC - Search in distribution

Pod::POM::View::HTML - create HTML views of POM objects River stage two • 27 direct dependents • 44 total dependents

HTML view of a Pod Object Model....

NEILB/Pod-POM-2.01 - 07 Nov 2015 21:05:42 UTC - Search in distribution
  • pom2 - convert POD to Text, HTML, etc., with Pod::POM

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

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

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

Perl::Examples::POD::HTML - Embedding HTML in POD River stage one • 1 direct dependent • 1 total dependent

HTML can be embedded in POD, using: =for HTML <b>some html</b> or: =begin HTML <b>some html</b> <i>some more html</i> ... =end HTML This is explained in perlpod. text snippet 1. foo bar +-----------------+----------------+---------------------+------...

PERLANCAR/Perl-Examples-0.096 - 11 May 2023 00:05:33 UTC - Search in distribution

Pod::POM::View::HTML::Filter - Use filters on sections of your pod documents River stage zero No dependents

This module is a subclass of "Pod::POM::View::HTML" that support the "filter" extension. This can be used in "=begin" / "=end" and "=for" pod blocks. Please note that since the view maintains an internal state, only an instance of the view can be use...

BOOK/Pod-POM-View-HTML-Filter-0.09 - 28 Jan 2007 10:33:28 UTC - Search in distribution

Pod::PseudoPod::DOM::Role::HTML - an HTML formatter role for PseudoPod DOM trees River stage one • 1 direct dependent • 1 total dependent

CHROMATIC/Pod-PseudoPod-DOM-1.20210620.2040 - 20 Jun 2021 20:41:09 UTC - Search in distribution

MojoMojo::Formatter::Pod - format part of content as POD River stage one • 1 direct dependent • 1 total dependent

This formatter will format content between {{pod}} and {{end}} as POD (Plain Old Documentation)....

MRAMBERG/MojoMojo-1.12 - 13 May 2017 13:47:52 UTC - Search in distribution

Kwiki::Formatter::Pod - Kwiki Formatter Subclass for Pod River stage zero No dependents

Use Pod as your Kwiki formatting language....

INGY/Kwiki-Formatter-Pod-0.11 - 16 Dec 2004 00:10:25 UTC - Search in distribution

DCLPod::Html - module to convert pod files to HTML River stage zero No 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....

PVHP/dclpod-html-0_001 - 15 Jul 2004 11:20:52 UTC - Search in distribution
  • dcl2html - convert pod in DCL .com files to .html files
1,202 results (0.145 seconds)