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

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

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

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

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

This module is used for running batch-conversions of a lot of HTML documents This class is NOT a subclass of Pod::Simple::HTML (nor of bad old Pod::Html) -- although it uses Pod::Simple::HTML for doing the conversion of each document. The normal use ...

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

lib/Pod/Simple/HTMLLegacy.pm River stage five • 134 direct dependents • 32646 total dependents

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

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

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

Apache2::Pod::PodSimpleHTML - Pod::Simple::HTML subclass for Apache2::Pod::HTML River stage zero No dependents

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

Pod::HTML2Pod - translate HTML into POD River stage zero No dependents

Larry Wall once said (1999-08-27, on the "pod-people" list, I do believe): "The whole point of pod is to get people to document stuff they wouldn't document in any other form." To that end, I wrote this module so that people who are unpracticed with ...

SBURKE/Pod-HTML2Pod-4.05 - 30 Dec 2004 07:49:03 UTC

Pod::Site - Build browsable HTML documentation for your app River stage zero No dependents

This program searches a list of directories and generates a jQuery <http://jquery.org/>-powered documentation site from all of the POD files it finds. It was originally designed for the Bricolage <http://bricolagecms.org/> project but is has evolved ...

DWHEELER/Pod-Site-0.56 - 15 Aug 2015 01:27:30 UTC

Pod::Thread - Convert POD data to the HTML macro language thread River stage one • 1 direct dependent • 1 total dependent

Pod::Thread is a module that can convert documentation in the POD format (the preferred language for documenting Perl) into thread, an HTML macro language. It lets the converter from thread to HTML handle some of the annoying parts of conversion to H...

RRA/Pod-Thread-3.01 - 26 Dec 2021 19:16:58 UTC

Pod::POM::Web - HTML Perldoc server River stage one • 2 direct dependents • 2 total dependents

Pod::POM::Web is a Web application for browsing the documentation of Perl components installed on your local machine. Since pages are dynamically generated, they are always in sync with code actually installed. The application offers * a tree view fo...

DAMI/Pod-POM-Web-1.27 - 02 Jul 2021 07:10:05 UTC

Pod::HTMLEmbed - Make clean html snippets from POD River stage zero No dependents

This module generates small and clean HTML from POD file. Unlike other pod2html modules, this module enables you to get section based html snippets. For example, you can get an html for SYNOPSIS section by following code: my $html = $pod->section('SY...

TYPESTER/Pod-HTMLEmbed-0.04 - 05 Sep 2011 07:57:03 UTC

Pod::POM - POD Object Model River stage two • 27 direct dependents • 44 total dependents

This module implements a parser to convert Pod documents into a simple object model form known hereafter as the Pod Object Model. The object model is generated as a hierarchical tree of nodes, each of which represents a different element of the origi...

NEILB/Pod-POM-2.01 - 07 Nov 2015 21:05:42 UTC

Pod::Term - Yet another POD Parser for terminal (ie command line) output River stage zero No dependents

Despite the plethora of Pod parsing modules on CPAN I couldn't seem to coax any into meeting my presentation requirements for pod printed at the terminal. I never anticipated getting diverted onto writing a full-blown POD parser, but that is what end...

TOMGRACEY/Pod-Term-0.02 - 02 May 2018 13:55:24 UTC

Pod::Multi - pod2man, pod2text, pod2html simultaneously River stage zero No dependents

When you install a Perl module from CPAN, documentation gets installed which is readable with perldoc and (at least on *nix-like systems) with man as well. You can convert that documentation to text and HTML formats with two utilities that come along...

JKEENAN/Pod-Multi-0.10 - 16 May 2017 16:47:12 UTC

Pod::SAX - a SAX parser for Pod River stage one • 2 direct dependents • 2 total dependents

Very simply, this module parses POD (or perl) files and turns the Plain Old Documentation into SAX events (which often you'll use to turn into XML, but there are other uses as well). The aim of this module is not round-tripping, so some things may be...

MSERGEANT/Pod-SAX-0.14 - 29 Jan 2003 18:25:32 UTC

Pod::LaTeX - Convert Pod data to formatted Latex River stage one • 2 direct dependents • 2 total dependents

"Pod::LaTeX" is a module to convert documentation in the Pod format into Latex. The pod2latex command uses this module for translation. "Pod::LaTeX" is a derived class from Pod::Select....

TJENNESS/Pod-LaTeX-0.61 - 18 Jan 2013 13:35:42 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
74 results (0.053 seconds)