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.07 http://www.geocities.com/CapeCanaveral/Hangar/4794/
written by Antonio Rosella mailto:[email protected]
libnet http://www.connect.net/gbarr/libnet/
libwww http://www.sn.no/libwww-perl/

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
   and http URL like http://www.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/Hangar/4794/indexmaker.html

Enjoy it!

Send us your suggestions.

ANFACE Software
mailto:[email protected]
Home: http://www.geocities.com/CapeCanaveral/Hangar/4794/