More configuration options
This commit is contained in:
15
README
15
README
@@ -1,13 +1,22 @@
|
||||
Usage:
|
||||
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 including thumbnails.
|
||||
This will remove all autogenerated files except the generated thumbnail
|
||||
files.
|
||||
|
||||
Configure in `config.mk`.
|
||||
Configuration can be done by altering `mkpicindex.sh`. Configuration
|
||||
variables are at the top.
|
||||
|
||||
You can create the files HEADER and FOOTER, which will be included
|
||||
above and below the gallery.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user