From 5572ed73763a561ef08ebb99a97e3795be54ba2c Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 25 Sep 2020 17:58:14 +0200 Subject: docs: shorten lines in preformatted blocks to fit narrow screens --- ldgallery-quickstart.7.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ldgallery-quickstart.7.md') diff --git a/ldgallery-quickstart.7.md b/ldgallery-quickstart.7.md index 4c93f51..684e90d 100644 --- a/ldgallery-quickstart.7.md +++ b/ldgallery-quickstart.7.md @@ -32,7 +32,7 @@ A new gallery can be initialised by creating a directory containing a gallery co ``` ./monument-gallery-source -└── gallery.yaml ----------- gallery settings file +└── gallery.yaml ------ gallery settings file ``` __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 ``` ./monument-gallery-source -├── gallery.yaml ----------- gallery settings file -├── DSC0001.jpg ------------ a picture -└── DSC0001.jpg.yaml ------- its associated optional sidecar metadata file +├── gallery.yaml ------ gallery settings file +├── DSC0001.jpg ------- a picture +└── DSC0001.jpg.yaml -- its associated optional sidecar metadata file ``` The sidecar metadata file "DSC0001.jpg.yaml" can have the following content: -- cgit v1.2.3 From 744588264310f189c711fe4bf52ce0bc0aab0b70 Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 29 Jun 2021 13:21:08 +0200 Subject: doc: remove obsolete note on asset path for portable archives It is no longer necessary for the user to explicitly specify the path of the viewer distribution directory when using a portable archive, since the compiler built with the "portable" flag now automatically looks at its runtime location. --- ldgallery-quickstart.7.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'ldgallery-quickstart.7.md') diff --git a/ldgallery-quickstart.7.md b/ldgallery-quickstart.7.md index 684e90d..e8ccfb1 100644 --- a/ldgallery-quickstart.7.md +++ b/ldgallery-quickstart.7.md @@ -2,7 +2,7 @@ pagetitle: Quickstart guide - ldgallery title: LDGALLERY-QUICKSTART(7) ldgallery author: Pacien TRAN-GIRARD, Guillaume FOUET -date: 2020-09-19 (v2.0) +date: 2021-06-29 (SNAPSHOT) --- # ABOUT @@ -85,16 +85,6 @@ ldgallery \ --output-dir ./monument-gallery-output ``` -If the compiler was installed manually through the extraction of a pre-built archive, -it might be necessary to specify the full path of the installation: - -```sh -/ldgallery \ - --with-viewer=/viewer \ - --input-dir ./monument-gallery-source \ - --output-dir ./monument-gallery-output -``` - Running the command above produces a directory named "monument-gallery-output" in the current directory, which contains the compiled gallery and a web viewer ready to be copied to some web server. @@ -125,7 +115,7 @@ The ldgallery source code is available on . # LICENSE -Copyright (C) 2019-2020 Pacien TRAN-GIRARD and Guillaume FOUET. +Copyright (C) 2019-2021 Pacien TRAN-GIRARD and Guillaume FOUET. 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. -- cgit v1.2.3 From ce673a4b66c62fb0595c81cb79ba9d30768a9679 Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 4 Sep 2022 17:12:46 +0200 Subject: project: set new version for release 2.1 --- ldgallery-quickstart.7.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldgallery-quickstart.7.md') diff --git a/ldgallery-quickstart.7.md b/ldgallery-quickstart.7.md index e8ccfb1..3818a82 100644 --- a/ldgallery-quickstart.7.md +++ b/ldgallery-quickstart.7.md @@ -2,7 +2,7 @@ pagetitle: Quickstart guide - ldgallery title: LDGALLERY-QUICKSTART(7) ldgallery author: Pacien TRAN-GIRARD, Guillaume FOUET -date: 2021-06-29 (SNAPSHOT) +date: 2022-09-04 (v2.1) --- # ABOUT @@ -115,7 +115,7 @@ The ldgallery source code is available on . # LICENSE -Copyright (C) 2019-2021 Pacien TRAN-GIRARD and Guillaume FOUET. +Copyright (C) 2019-2022 Pacien TRAN-GIRARD and Guillaume FOUET. 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. -- cgit v1.2.3