diff options
author | pacien | 2020-02-16 11:58:10 +0100 |
---|---|---|
committer | pacien | 2020-02-22 02:28:19 +0100 |
commit | 781209ec9e3623b1eb9cc113f08537427aacfb77 (patch) | |
tree | f39538b2bd95dcf0ce6c40b5c1aa3a433e921944 | |
parent | 6919067590a02db8c46327f8df02745ee6a62eef (diff) | |
download | ldgallery-781209ec9e3623b1eb9cc113f08537427aacfb77.tar.gz |
viewer: add stub manual page
(cherry picked from commit 3b8c48d69d3d6b91f46815abde02fc3ca3406693)
-rw-r--r-- | viewer/ldgallery-viewer.7.md | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/viewer/ldgallery-viewer.7.md b/viewer/ldgallery-viewer.7.md new file mode 100644 index 0000000..0711496 --- /dev/null +++ b/viewer/ldgallery-viewer.7.md | |||
@@ -0,0 +1,45 @@ | |||
1 | --- | ||
2 | pagetitle: Viewer user manual - ldgallery | ||
3 | title: LDGALLERY-VIEWER(7) ldgallery viewer | ||
4 | author: Pacien TRAN-GIRARD, Guillaume FOUET | ||
5 | date: 2020-02-16 (v0.1.0.0-SNAPSHOT) | ||
6 | --- | ||
7 | |||
8 | |||
9 | # NAME | ||
10 | |||
11 | ldgallery viewer - a static web gallery with tags | ||
12 | |||
13 | |||
14 | # DESCRIPTION | ||
15 | |||
16 | TODO | ||
17 | |||
18 | |||
19 | # USER INTERFACE | ||
20 | |||
21 | TODO | ||
22 | |||
23 | |||
24 | # SEARCH QUERIES | ||
25 | |||
26 | TODO | ||
27 | |||
28 | |||
29 | # VIEWER CONFIGURATION | ||
30 | |||
31 | TODO | ||
32 | |||
33 | key.key | ||
34 | : Details | ||
35 | |||
36 | |||
37 | # SEE ALSO | ||
38 | |||
39 | The ldgallery source code is available on <https://ldgallery.pacien.org>. | ||
40 | |||
41 | Copyright (C) 2019-2020 Pacien TRAN-GIRARD and Guillaume FOUET. | ||
42 | |||
43 | This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. | ||
44 | |||
45 | This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details <https://www.gnu.org/licenses/agpl-3.0.html>. | ||