refmunger(1) - Linux man page
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.