blob: 9d8e76c56ef454f212809fac5fe4b690d944df17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# revela
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.
Alpha stages. It's functional but a little rough around the edges.
## Building
revela depends on GraphicsMagick (1.3+ tested) and libexif (0.6+ tested).
```
git submodule update --init
make
```
or for debugging:
```
DEBUG=1 make
```
## TODO:
* Add exif tags to template hashmap.
* 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.
|