NAME
HTML::RefMunger - module to mangle HREF links within HTML files
SYNOPSIS
use HTML::RefMunger;
refmunger( [options] );
DESCRIPTION
ARGUMENTS
HTML::RefMunger takes the following arguments:
- help
-
--helpDisplays the usage message.
- infile
-
--infile=nameSpecify the pod file to convert. Input is taken from STDIN if no infile is specified.
- outdir
-
--outdir=nameSpecify the output directory to stash the munged HTML files in. Defaults to ``.'' ( the current working directory )
- outfile
-
--convention=[UNIX,MSDOS,MacOS]Specify the filename remapping convention to use. Current supported formats are UNIX ( 14-character, such as Xenix ), MSDOS ( 8.3 format ) and MacOS ( 32 character ).
- verbose
-
--verboseDisplay progress messages.
EXAMPLE
refmunger( "refmunger", "--infile=foo.html",
"--convention=MacOS" );
AUTHOR
Alligator Descartes <descarte@arcana.co.uk>
BUGS
LIMITATIONS
Passing directories as the --infile current doesn't work. It should recursively translate everything in that directory downwards, but it doesn't.
There should be some sort of funky file renaming thing that happens to referenced links, I guess. At the moment, you also need to translate those links via
HTML::RefMungerto generate the correct name.
SEE ALSO
COPYRIGHT
This program is distributed under the Artistic License.