This repository was archived by the owner on Mar 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
A framework for parsing PseudoPod, a book-authoring markup language
License
allisonrandal/pod-pseudopod
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
DESCRIPTION
PseudoPOD is an extended set of POD tags for book manuscripts.
Standard POD doesn't have all the markup options you might want for
marking up files for publishing production. PseudoPOD adds a few extra
tags for footnotes and tables, and has extended uses of "=begin"
elements. See Pod::PseudoPod::Tutorial.
INSTALLATION
perl Makefile.PL
make
make test
make install
# or
perl Build.PL
./Build
./Build test
./Build install
USAGE
The standard installation includes ppod2html and ppod2txt converters
and a ppodchecker script.
$ ppod2html filename.pod
If you copy the sample style.css from the "examples/" directory into
the same directory as the html files you generate, the output is a
tolerable simulation of O'Reilly's animal book format.
About
A framework for parsing PseudoPod, a book-authoring markup language
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published