Version 6.1 5th April 1998
IndexMaker is a PERL script to make an index.html file from PDF files, HTML files, VRML files and other files. |
![]() ![]() |
Getting and Installing IndexMaker |
Get the latest Version of IndexMaker from:
http://www.geocities.com/CapeCanaveral/Lab/3469/indexmaker.html
or CPAN
Make sure you have Perl Version 5.003 or later on your
system:
http://www.perl.com/perl/info/software.html
Get the latest Version of PDF library module from:
http://www.geocities.com/CapeCanaveral/Hangar/4794/
or CPAN
Get the latest Version of libnet module from:
http://www.connect.net/gbarr/libnet/
or CPAN
Create your personal indexmaker.cfg file.
In the configuration file (default indexmaker.cfg) there are two fields
separated by a colon : (it is possible to change this default in the
perl code): the first field is the name of the variable, the second is
the value of the variable.
This is the list of the variables supported:
Syntax |
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
What's new in this version |
Source |