diff options
-rw-r--r-- | compiler/package.yaml | 3 | ||||
-rw-r--r-- | readme.md | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/compiler/package.yaml b/compiler/package.yaml index 3fc2ab7..25b16af 100644 --- a/compiler/package.yaml +++ b/compiler/package.yaml | |||
@@ -1,5 +1,6 @@ | |||
1 | name: ldgallery-compiler | 1 | name: ldgallery-compiler |
2 | version: 0.1.0.0 | 2 | version: 0.1.0.0 |
3 | homepage: https://ldgallery.pacien.org | ||
3 | github: "pacien/ldgallery" | 4 | github: "pacien/ldgallery" |
4 | license: AGPL-3 | 5 | license: AGPL-3 |
5 | author: "Pacien TRAN-GIRARD, Guillaume FOUET" | 6 | author: "Pacien TRAN-GIRARD, Guillaume FOUET" |
@@ -12,7 +13,7 @@ extra-source-files: | |||
12 | # Metadata used when publishing your package | 13 | # Metadata used when publishing your package |
13 | synopsis: A static generator which turns a collection of tagged pictures into a searchable web gallery | 14 | synopsis: A static generator which turns a collection of tagged pictures into a searchable web gallery |
14 | category: Web | 15 | category: Web |
15 | description: Please see the README on GitHub at <https://github.com/pacien/ldgallery> | 16 | description: Please see the project's website at <https://ldgallery.pacien.org> |
16 | 17 | ||
17 | dependencies: | 18 | dependencies: |
18 | - base >= 4.7 && < 5 | 19 | - base >= 4.7 && < 5 |
@@ -14,10 +14,11 @@ Build | |||
14 | * Compile the _ldgallery compiler_ as detailed in `./compiler/readme.md`. | 14 | * Compile the _ldgallery compiler_ as detailed in `./compiler/readme.md`. |
15 | 15 | ||
16 | 16 | ||
17 | The man page can be generated using [Pandoc]: | 17 | The man pages can be generated using [Pandoc]: |
18 | 18 | ||
19 | ``` | 19 | ``` |
20 | pandoc --standalone --to man ldgallery.1.md --output ldgallery.1 | 20 | pandoc --standalone --to man compiler/ldgallery.1.md --output ldgallery.1 |
21 | pandoc --standalone --to man viewer/ldgallery-viewer.7.md --output ldgallery-viewer.7 | ||
21 | ``` | 22 | ``` |
22 | 23 | ||
23 | [Pandoc]: https://pandoc.org/ | 24 | [Pandoc]: https://pandoc.org/ |