• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D03-May-2022284 1612

READMEH A D04-Feb-1998971 2720

thumbnail_indexH A D03-May-20229.4 KiB317256

thumbnail_index.1H A D30-Jan-19962.5 KiB6645

thumbnail_reapH A D27-Mar-19972.2 KiB7835

README

1       thumbnail_index - make an HTML index file for a bunch of images
2                            version of 03feb98
3
4Run this script in a web directory consisting of all or mostly image
5files.  It'll create an index.html of thumbnail images, putting
6the thumbnail files in a hidden subdirectory.
7
8It avoids unnecessary work by comparing the dates on already existing
9thumbnail files and not re-creating them if the corresponding original
10has not changed.
11
12It also refuses to overwrite an index.html file not created by this script.
13
14Requirements:
15  - You must have pbmplus installed.  It's available at
16    http://www.acme.com/software/pbmplus/
17  - If your images include JPEGs, you must also have the IJG package
18    installed.  It's available at ftp://ftp.uu.net/graphics/jpeg/
19
20Installation:
21  - Edit Makefile and change the installation directories if necessary.
22  - Make install.
23That's all!
24
25Comments to:
26    Jef Poskanzer  jef@acme.com  http://www.acme.com/jef/
27