The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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
    --help

Displays the usage message.

infile
    --infile=name

Specify the pod file to convert. Input is taken from STDIN if no infile is specified.

outdir
    --outdir=name

Specify 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
    --verbose

Display 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::RefMunger to generate the correct name.

SEE ALSO

refmunger

COPYRIGHT

This program is distributed under the Artistic License.