diff options
Diffstat (limited to 'ldgallery-quickstart.7.md')
-rw-r--r-- | ldgallery-quickstart.7.md | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/ldgallery-quickstart.7.md b/ldgallery-quickstart.7.md index 4c93f51..3818a82 100644 --- a/ldgallery-quickstart.7.md +++ b/ldgallery-quickstart.7.md | |||
@@ -2,7 +2,7 @@ | |||
2 | pagetitle: Quickstart guide - ldgallery | 2 | pagetitle: Quickstart guide - ldgallery |
3 | title: LDGALLERY-QUICKSTART(7) ldgallery | 3 | title: LDGALLERY-QUICKSTART(7) ldgallery |
4 | author: Pacien TRAN-GIRARD, Guillaume FOUET | 4 | author: Pacien TRAN-GIRARD, Guillaume FOUET |
5 | date: 2020-09-19 (v2.0) | 5 | date: 2022-09-04 (v2.1) |
6 | --- | 6 | --- |
7 | 7 | ||
8 | # ABOUT | 8 | # ABOUT |
@@ -32,7 +32,7 @@ A new gallery can be initialised by creating a directory containing a gallery co | |||
32 | 32 | ||
33 | ``` | 33 | ``` |
34 | ./monument-gallery-source | 34 | ./monument-gallery-source |
35 | └── gallery.yaml ----------- gallery settings file | 35 | └── gallery.yaml ------ gallery settings file |
36 | ``` | 36 | ``` |
37 | 37 | ||
38 | __gallery.yaml__ holds the settings of the gallery. | 38 | __gallery.yaml__ holds the settings of the gallery. |
@@ -56,9 +56,9 @@ Optionally, some metadata such as a title and some tags can be associated by cre | |||
56 | 56 | ||
57 | ``` | 57 | ``` |
58 | ./monument-gallery-source | 58 | ./monument-gallery-source |
59 | ├── gallery.yaml ----------- gallery settings file | 59 | ├── gallery.yaml ------ gallery settings file |
60 | ├── DSC0001.jpg ------------ a picture | 60 | ├── DSC0001.jpg ------- a picture |
61 | └── DSC0001.jpg.yaml ------- its associated optional sidecar metadata file | 61 | └── DSC0001.jpg.yaml -- its associated optional sidecar metadata file |
62 | ``` | 62 | ``` |
63 | 63 | ||
64 | The sidecar metadata file "DSC0001.jpg.yaml" can have the following content: | 64 | The sidecar metadata file "DSC0001.jpg.yaml" can have the following content: |
@@ -85,16 +85,6 @@ ldgallery \ | |||
85 | --output-dir ./monument-gallery-output | 85 | --output-dir ./monument-gallery-output |
86 | ``` | 86 | ``` |
87 | 87 | ||
88 | If the compiler was installed manually through the extraction of a pre-built archive, | ||
89 | it might be necessary to specify the full path of the installation: | ||
90 | |||
91 | ```sh | ||
92 | <installation path>/ldgallery \ | ||
93 | --with-viewer=<installation path>/viewer \ | ||
94 | --input-dir ./monument-gallery-source \ | ||
95 | --output-dir ./monument-gallery-output | ||
96 | ``` | ||
97 | |||
98 | Running the command above produces a directory named "monument-gallery-output" in the current directory, | 88 | Running the command above produces a directory named "monument-gallery-output" in the current directory, |
99 | which contains the compiled gallery and a web viewer ready to be copied to some web server. | 89 | which contains the compiled gallery and a web viewer ready to be copied to some web server. |
100 | 90 | ||
@@ -125,7 +115,7 @@ The ldgallery source code is available on <https://ldgallery.pacien.org>. | |||
125 | 115 | ||
126 | # LICENSE | 116 | # LICENSE |
127 | 117 | ||
128 | Copyright (C) 2019-2020 Pacien TRAN-GIRARD and Guillaume FOUET. | 118 | Copyright (C) 2019-2022 Pacien TRAN-GIRARD and Guillaume FOUET. |
129 | 119 | ||
130 | 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. | 120 | 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. |
131 | 121 | ||