Skip to content
Snippets Groups Projects
Commit 74aa57e2 authored by Anthony's avatar Anthony
Browse files

Update Readme

parent 4464b8bc
No related branches found
No related tags found
No related merge requests found
Pipeline #1329 passed
...@@ -2,22 +2,27 @@ ...@@ -2,22 +2,27 @@
Use this file to publish IIIFs file on web. Use this file to publish IIIFs file on web.
## Requirements ## local install
### Requirements
- `mkdocs` - `mkdocs`
## Work on local ### Work on local
- `mkdocs serve` - `mkdocs serve`
## Update file list ### Update file list
- `updateFileList.sh` - `updateFileList.sh`
## How to use ## How to use
Put your manifests and your annotation in `docs` folder. Commit and push your code. You can use recursive folder but without use special character in their name Put your manifests and your annotation in `docs/manifests` or `docs/annoation` folder. Commit and push your code. You can use recursive folder but without use special character in their name
Your work will be available online in the GitLab pages Your work will be available online in the GitLab pages.
## Consult your contents :
`http://iiif.pages.tetras-libre.fr/IIIF-Publisher`
### TODO ### TODO
......
...@@ -5,7 +5,7 @@ viewer_url=https://projectmirador.org/embed/?iiif-content= ...@@ -5,7 +5,7 @@ viewer_url=https://projectmirador.org/embed/?iiif-content=
root_dir=docs root_dir=docs
manifest_dir=manifests manifest_dir=manifests
manifest_file=manifest.md manifest_file=manifest.md
default_publisher=https://anthony.pages.tetras-libre.fr/demo-content/ default_publisher=https://iiif.pages.tetras-libre.fr/IIIF-Publisher/
if [ -z ${CI_PAGES_URL+x} ]; then if [ -z ${CI_PAGES_URL+x} ]; then
publisher=$default_publisher publisher=$default_publisher
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment