NAME
refmunger - Mangles HREF links within HTML documents
SYNOPSIS
refmunger --help --infile=<name> --outdir=<name>
--verbose --wipe-cache
DESCRIPTION
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.
ARGUMENTS
refmunger takes the following arguments:
- help
-
--help
Displays the usage message.
- infile
-
--infile=name
Specify the HTML file to convert. Input is taken from STDIN if no infile is specified.
- outfile
-
--outdir=name
Specify the output directory for munged HTML files to be written to.
- wipe-cache
-
--wipe-cache
Wipes any cache files clean before starting up.
- verbose
-
--verbose
Display progress messages.
AUTHOR
Alligator Descartes <descarte@arcana.co.uk>.
BUGS
See HTML::RefMunger for a list of known bugs.
SEE ALSO
HTML::Parser, HTML::TokeParser
COPYRIGHT
This program is distributed under the Artistic License.