IndexMaker is a PERL script to make an index.html file from PDF files,
HTML files, VRML files and other files.
From version 5.0 IndexMaker works with PERL 5.x.

The modules you need:
PDF library 1.05 http://www.geocities.com/CapeCanaveral/Hangar/4794/
written by Antonio Rosella mailto:antro@technologist.com
libnet http://www.connect.net/gbarr/libnet/

This is the sintax

usage:
        indexmaker [-options ...] list

where options include:
    -help                        print out this message
    -verbose                     verbose
    -recursive directory         scan recursively the directory
    -match     files             match different files ex. *.pdf, a?.*
                                 (require -recursive option)
    -configure file              default indexmaker.cfg
    -output    file              default index.html

list:
    with list you can use metacharacters and relative and absolute path name
    and ftp URL like ftp://ftp.host.com/directory/file
   
example:
    indexmaker *.pdf
    indexmaker -c tests/test.cfg ftp://ftp.host.com/directory/file *.pdf
    indexmaker -v */*.html
    indexmaker -o home.htm *.gif *.tiff *.jpeg
    indexmaker -m *.pdf -r my_directory *.gz

If you want to know more about this tool, you might want
to read the docs. They came together with indexmaker!

Home: http://www.geocities.com/CapeCanaveral/Lab/3469/indexmaker.html

Enjoy it!

Send me your suggestions.

Fabrizio Pivari
mailto:Pivari@hotmail.com
mailto:Pivari@geocities.com
Home: http://www.geocities.com/CapeCanaveral/Lab/3469
