]> Sergey Matveev's repositories - galgen.git/blobdiff - README
Do not overwrite files if they are not changed
[galgen.git] / README
diff --git a/README b/README
index eb3e410f168ef84fee3497a016c1202d69e3ff3c..ae9d26d94f9168c2a3c354c6188809d2338dad60 100644 (file)
--- a/README
+++ b/README
@@ -10,16 +10,21 @@ each file the small preview will be generated in lossy WebP format. Also
 corresponding HTML file is generated too, containing information about
 the picture and its metadata.
 
+You can set the following environment variables:
+* PAGESIZE (100 by default)
+* ORDERING ("Om" by default, zsh glob notation)
+* STYLE (URL to CSS file, by default is none, no stylesheet link is set)
+
 If it is JPEG XL, then, for compatibility reason with non-bleeding edge
 software, alternative format is generated too: either JPEG (if JPEG XL
 contains losslessly transcoded JPEG), or PNG (leaving off the alpha channel).
 
-If image file has corresponding .txt, then it will be included as a
-preformatted text on HTML page.
+If image file has corresponding .txt/.html, then it will be included on
+HTML page.
 
-All images are sorted my modification date and grouped by pages,
-linking them together. If directory contains ".txt", then it will be
-included on the first page as a preformatted text.
+All images are sorted my modification date and grouped by pages, linking
+them together. If directory contains ".txt"/".html", then it will be
+included on the first page.
 
 Following external utilities are called: djxl, jxlinfo, exiftool,
 pamtopng, pnmscale, pngcrush, advpng, webpinfo, dwebp, cwebp.