The most recent version of htmlpp is located at http://www.imatix.com/.
You can download it from htmlpp.zip.
The Libero documentation is one example of htmlpp in action.
Download the archive lrdoc.zip to get hold of a set of text
and definition files for htmlpp.
If you want to change htmlpp, get a hold of the camel book
(Programming Perl), and the Libero documentation.
- Version 3.0 published 16 June 1997.
V3.9e - .for command changed to handle variable expansion in a
smarter manner: for loop variables are expanded, but others are copied
through to next pass.
V3.9d - .block commands are no longer interpreted in the first
pass; this lets you change headers and footers within a document.
$(*symbol) was wrongly translated sometimes.
V3.9c - added &image_width() and &image_height() intrinsic
functions; added $(TOC_LEVEL) variable.
V3.9b - reversed changes of version 3.8; macros expand variables
immediately. This was needed to correctly generate tables of contents.
Also changed %(VAR) behaviour to match documentation - if variable is
not defined, no error message is issued.
V3.9a - added anchor titles, $0, and $#.
V3.9 - added header level numbering and $+ symbol; added -env
option.
V3.8 - variables in macro text are translated in following pass.
V3.7 - correctly uses htm variable for output files.
V3.6 - added guru_opt.fmt file for finer GuruMode control.
V3.5 - improved GuruMode, again again.
V3.4 - improved GuruMode, again.
V3.3 - added $(DOCBASE) variable; improved multiline macros,
improved GuruMode.
V3.2 - no longer complains on forward anchors references.
Removed .guru command and reworked GuruMode.
V3.1 - updated some functions and improved the doc.
V3.00 - Added macro capabilities; added GuruMode; fixed some
incompatibilities with Perl 4; added .for autosplit feature; \.
replaced by . in whole line, not just at start; added support for
accented characters.
- Version 2.2 published 25 May 1997.
V2.21 - added intrinsic function syntax, and &date().
V2.20 - &("...") permits Perl text including '(' and ')';
Delays translation of symbols in .for loops until loop is
output.
- Version 2.1 published 8 Mar 1997.
V2.18 - .include also allows file with path name.
V2.17 - cosmetic changes.
V2.16 - search PATH path for .include'd files.
V2.15 - cosmetic changes.
V2.14 - ".define xx = expr" now expands variables first.
V2.13 - .build dir always lists filenames in lowercase.
V2.11 - variable expansion improved a little.
V2.12 - cosmetic changes.
V2.10 - .define command is resolved as late as possible,
instead of immediately. .For loops may be indented; $for_list
is accessible locally inside each level. Minor documentation
cleanups. Fixed error in .if block parsing. Lots of cosmetic
changes to eliminate warnings when 'perl -w' used. Corrected
misnumbering of HTML headers.
- Version 2.0 published 17 Feb 1997.
V2.07 - minor code cleanups;
V2.06 - correction in .page parsing code for $(TITLE);
added %(...) for environment variables.
V2.05 - correction in symbol replacement code.
V2.04 - more corrections for Perl 5.
V2.03 - minor corrections for Perl 5.
V2.02 - added notion of local blocks, -debug switch.
V2.01 - added &(...) symbol; added .include `command`;
blocks can now contain action lines; added index_open,
index_close, and index_entry blocks; rewrote dialog to do
multipass processing. Whew. Oh yeah: added .for/.endfor as
asked for by Dave Rockwell (rockwell@wwwcis4.shr.dec.com).
- Version 1.6 published 14 Jan 1997.
V1.62 - added .include `command` function.
- Version 1.5 published 4 Nov 1996.
V1.61 - error in code that added '.txt' extension.
V1.60 - added autoincrement/decrement symbols, permitted
multiple filenames on command line.
V1.55 - '.ignore page' ignores next .page in index table.
- Version 1.4 published 9 Jun 1996.
V1.54 - .endblock preferred to .end.
V1.53 - commands can continue over several lines, spaces
allowed after ".".
V1.52 - added $(symbol?value) and improved doc.
V1.51 - modified for Perl 5, thanks to Ewen McNeill.
V1.50 - supports user-defined blocks.
V1.41 - log errors in separate listing file.
- Version 1.3 published 13 May 1996.
V1.31 - improved documentation and packaging.
- Version 1.2 escaped around 13 April 1996.
V1.22 - headers anchors changed to include whole line.
V1.21 - sorted '.build dir' entries by name.
- Version 1.1 released 6 April 1996.
- Version 1.0 written 3 April, 1996.