Search results for "module:Pod::Simple::HTML"
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
Pod::Simple::HTML - convert Pod to HTML
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
PETDANCE/Apache-Pod-0.22
-
17 Sep 2005 03:55:19 UTC
Pod::Simple::HTMLBatch - convert several Pod files to several HTML files
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
MojoMojo::Formatter::Pod - format part of content as POD
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
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
MARKLE/Apache2-Pod-0.27
-
17 Mar 2009 18:39:58 UTC
Pod::HTML2Pod - translate HTML into POD
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
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
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
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
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
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
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
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
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
"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
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