From fd51aedec9cdb689f8e9306a07eacf65a01a9eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Ferrand?= Date: Wed, 5 Jun 2019 09:04:25 +0200 Subject: [PATCH] Adapt docstring for the zip_gallery plugin as suggested by @saimn --- sigal/plugins/zip_gallery.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sigal/plugins/zip_gallery.py b/sigal/plugins/zip_gallery.py index 07bbd02..350dfeb 100644 --- a/sigal/plugins/zip_gallery.py +++ b/sigal/plugins/zip_gallery.py @@ -22,6 +22,10 @@ To ignore a ZIP gallery generation for a particular album, put a ``.nozip_gallery`` file next to it in its parent folder. Only the existence of this ``.nozip_gallery`` file is tested. +If no .nozip_fallery file is present, then make a ZIP archive with all media files. + +If the ``zip_gallery`` setting is set,it contains the location of a zip +archive with all original images of the corresponding directory. """ import logging