blob: 2ceb248ce65ddd4a9503e6116e76f74ec3311ceb (
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
|
ldgallery
=========
A static gallery generator which turns a collection of tagged pictures into a searchable web gallery.
The complete list of features, the user manual, demo and download links can be found on the project's website: https://ldgallery.pacien.org.
Build
-----
* Compile the web _viewer_ as detailed in `./viewer/readme.md`.
* Copy/link the compiled _viewer_ to the _ldgallery compiler_ data directory.
* Compile the _ldgallery compiler_ as detailed in `./compiler/readme.md`.
The man page can be generated using [Pandoc]:
```
pandoc --standalone --to man ldgallery.1.md --output ldgallery.1
```
[Pandoc]: https://pandoc.org/
License
-------
Copyright (C) 2019-2020 Pacien TRAN-GIRARD and Guillaume FOUET.
_ldgallery_ is distributed under the terms of the GNU Affero General Public License v3.0, as detailed in `license.md`.
|