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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
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 pages can be generated using [Pandoc]:
```
pandoc --standalone --to man ldgallery-quickstart.7.md --output ldgallery-quickstart.7
pandoc --standalone --to man compiler/ldgallery.1.md --output ldgallery.1
pandoc --standalone --to man viewer/ldgallery-viewer.7.md --output ldgallery-viewer.7
```
[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`.
Builds of this software embed and make use of the following libraries:
* Compiler (Hackage packages)
* base, licensed under the BSD-3-Clause License
* containers, licensed under the BSD-3-Clause License
* data-ordlist, licensed under the BSD-3-Clause License
* filepath, licensed under the BSD-3-Clause License
* directory, licensed under the BSD-3-Clause License
* text, licensed under the BSD-2-Clause License
* aeson, licensed under the BSD-3-Clause License
* yaml, licensed under the BSD-3-Clause License
* cmdargs, licensed under the BSD-3-Clause License
* parallel-io, licensed under the BSD-3-Clause License
* Glob, licensed under the BSD-3-Clause License
* safe, licensed under the BSD-3-Clause License
* time, licensed under the BSD-3-Clause License
* process, licensed under the BSD-3-Clause License
* Viewer (npm packages)
* fortawesome/fontawesome-svg-core, licensed under the MIT License
* fortawesome/free-solid-svg-icons, licensed under the CC-BY-4.0 and MIT Licenses
* fortawesome/vue-fontawesome, licensed under the MIT License
* buefy, licensed under the MIT License
* core-js, licensed under the MIT License
* resize-observer-polyfill, licensed under the MIT License
* hammerjs, licensed under the MIT License
* v-lazy-image, licensed under the MIT License
* vue, licensed under the MIT License
* vue-class-component, licensed under the MIT License
* vue-dragscroll, licensed under the MIT License
* vue-i18n, licensed under the MIT License
* vue-property-decorator, licensed under the MIT License
* vue-router, licensed under the MIT License
* vuex, licensed under the MIT License
* vuex-class-component, licensed under the ISC License
|