Image gallery creator with shell tools (static + js version)
Go to file
sh+git@codevoid.de 7e402a21bf Quit after signal 2019-10-23 13:54:26 +00:00
Makefile Tidy things up 2019-10-23 11:25:39 +00:00
README Comments and Defaults 2019-10-23 12:46:19 +00:00
mkpicindex.sh Quit after signal 2019-10-23 13:54:26 +00:00

README

Usage (via Makefile):

    $ make

Usage:

    $ ./mkpicindex.sh > index.html

This will create a justified gallery with all jpg, png and gif pictures
in the current directory.

    $ make clean

This will remove all autogenerated files except the generated thumbnail
files.

Configuration can be done by altering `mkpicindex.sh`. Configuration
variables are at the top (after the license).