Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmcnamara/app-pod2cpanhtml
A perl Module for converting Pod to search.cpan.org style HTML
https://github.com/jmcnamara/app-pod2cpanhtml
Last synced: about 1 month ago
JSON representation
A perl Module for converting Pod to search.cpan.org style HTML
- Host: GitHub
- URL: https://github.com/jmcnamara/app-pod2cpanhtml
- Owner: jmcnamara
- Created: 2009-11-29T20:23:36.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T17:19:08.000Z (about 6 years ago)
- Last Synced: 2024-06-27T00:23:00.890Z (5 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/~jmcnamara/App-Pod2CpanHtml
- Size: 9.77 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
App::Pod2CpanHtml - Convert Pod to search.cpan.org style HTML.DESCRIPTION
This module is used for converting Pod documents to search.cpan.org
style HTML.Pod is Perl's "Plain Old Documentation" format, see perlpod.
"App::Pod2CpanHtml" produces HTML output similar to search.cpan.org by
using the same conversion module, Pod::Simple::HTML and the same CSS,
http://search.cpan.org/s/style.css.It should be noted that this utility isn't the actual program used to
create the HTML for seach.cpan.org. However, the output should visually
be the same.This module comes with a pod2cpanhtml utility that will convert Pod to
search.cpan.org style HTML on the command line.pod2cpanhtml file.pod > file.html
INSTALLATION
To install this module, run the following commands:perl Makefile.PL
make
make test
make install
AUTHOR
John McNamara, "[email protected]"COPYRIGHT & LICENSE
Copyright 2009 John McNamara.This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License. See
http://dev.perl.org/licenses/ for more information.