refmunger - Mangles HREF links within HTML documents
refmunger --help --infile=<name> --outdir=<name>
--verbose --wipe-cache
Mangles HREF and IMG links within HTML documents to conform to a given filename convention. For example, can mangle HTML document names to fit the MS-DOS convention of 8.3, the 32-character limit for MacOS and even the 14-character UNIX limitations.
refmunger takes the following arguments:
--help
Displays the usage message.
--infile=name
Specify the HTML file to convert. Input is taken from STDIN if no infile is specified.
--outdir=name
Specify the output directory for munged HTML files to be written to.
--wipe-cache
Wipes any cache files clean before starting up.
--verbose
Display progress messages.
Alligator Descartes <descarte@arcana.co.uk>.
See the HTML::RefMunger manpage for a list of known bugs.
the HTML::Parser manpage, the HTML::TokeParser manpage
This program is distributed under the Artistic License.