t* Simple Justified Gallery
       
   URI git clone git://git.codevoid.de/mkpicindex
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       tREADME (449B)
       ---
            1 Usage (via Makefile):
            2 
            3     $ make
            4 
            5 Usage:
            6 
            7     $ ./mkpicindex.sh > index.html
            8 
            9 This will create a justified gallery with all jpg, png and gif pictures
           10 in the current directory.
           11 
           12     $ make clean
           13 
           14 This will remove all autogenerated files except the generated thumbnail
           15 files.
           16 
           17 Configuration can be done by altering `mkpicindex.sh`. Configuration
           18 variables are at the top (after the license).
           19 
           20 Dependencies:
           21 * Bourne Shell (sh)
           22 * Base64
           23 * ImageMagick