diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-11-28 04:37:59 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-11-28 04:37:59 +0300 |
commit | 7b0eaa806f2cfc84e4c26f8f608e1d4e4843ea05 (patch) | |
tree | fd7ca9abad667e43c75aa09580dd145448ff72a5 /README.md | |
parent | e2a71b0366aa80a7cf131fdbde6012671493d364 (diff) | |
download | revela-7b0eaa806f2cfc84e4c26f8f608e1d4e4843ea05.tar.gz revela-7b0eaa806f2cfc84e4c26f8f608e1d4e4843ea05.zip |
Clean out old files/dirs
Delete extraneous files/images/albums that are no longer present in the
source directory.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -4,10 +4,12 @@ A static web image gallery generator. It optimizes images for the web and generates HTML files to create a photo/image gallery web site ready to be served by an HTML server. -VERY EARLY STAGES! It's semifunctional but not very useful yet. +EARLY STAGES! It's functional but still rough around the edges. ## Building +revela depends on GraphicsMagick (1.3+ tested) and libexif (0.6+ tested). + ``` git submodule update --init make @@ -25,8 +27,8 @@ DEBUG=1 make new image was added, the templates for the next and prev images, and the album are not updated accordingly. * Add exif tags to template hashmap. -* Clean out-of-date dirs and files (i.e. removed albums/images from the source - dir). * Improve unja or find better alternative. +* Get rid of previews variable. It is a temporary hack to limit the amount of + thumbnails for each album in the index. * Better test coverage? (if I am not too lazy) * Document. |