aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md19
1 files changed, 15 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 94685b8..e7a3902 100644
--- a/readme.md
+++ b/readme.md
@@ -1,7 +1,7 @@
1ldgallery 1ldgallery
2========= 2=========
3 3
4A static generator which turns a collection of tagged pictures into a searchable web gallery. 4A static gallery generator which turns a collection of tagged pictures into a searchable web gallery.
5 5
6The complete list of features, the user manual, demo and download links can be found on the project's website: https://ldgallery.pacien.org. 6The complete list of features, the user manual, demo and download links can be found on the project's website: https://ldgallery.pacien.org.
7 7
@@ -9,12 +9,23 @@ The complete list of features, the user manual, demo and download links can be f
9Build 9Build
10----- 10-----
11 11
12TODO 12* Compile the web _viewer_ as detailed in `./viewer/readme.md`.
13* Copy/link the compiled _viewer_ to the _ldgallery compiler_ data directory.
14* Compile the _ldgallery compiler_ as detailed in `./compiler/readme.md`.
15
16
17The man page can be generated using [Pandoc]:
18
19```
20pandoc --standalone --to man ldgallery.1.md --output=ldgallery.1
21```
22
23[Pandoc]: https://pandoc.org/
13 24
14 25
15License 26License
16------- 27-------
17 28
18Copyright (C) 2019 Pacien TRAN-GIRARD and Guillaume FOUET. 29Copyright (C) 2019-2020 Pacien TRAN-GIRARD and Guillaume FOUET.
19 30
20_ldgallery_ id distributed under the terms of the GNU Affero General Public License v3.0, as detailed in `license.md`. 31_ldgallery_ is distributed under the terms of the GNU Affero General Public License v3.0, as detailed in `license.md`.