Introduction ------------ bpgallery is a small static gallery generator, it generates an index file and thumbnails of your images. The index file is generated in the image folder, icons in a subfolder called icons. Requirements ------------ The ImageMagick tools (convert and identify) bash GNU find GNU xargs sed Installation ------------ Copy the file bpgallery.sh to a directory in your PATH. Usage ----- bpgallery.sh /path/to/image/files Also, the following files, if placed in the images directory, will be used to generate part of the index page: description.txt - a simple text file containing paragraphs to go at the beginnings of the index page captions.txt - filenamecaption style file, it'll add a caption to the images on the index page. The following environment variables can also be used: TITLE - the title of the gallery WIDTH - the width to make the icons Example Usage: TITLE="My Funky Gallery" bpgallery.sh /path/to/image/files Author ------ Brett Parker: e-mail: www: http://www.sommitrealweird.co.uk/