diff --git a/README.md b/README.md index 3e3034928e97fbe217a1ebfa06e19441041140e7..ebac616d7850237e4a87759bef9db11538874f73 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,27 @@ Use this file to publish IIIFs file on web. -## Requirements +## local install +### Requirements - `mkdocs` -## Work on local +### Work on local - `mkdocs serve` -## Update file list +### Update file list - `updateFileList.sh` ## 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 -Your work will be available online in the GitLab pages +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. + +## Consult your contents : + +`http://iiif.pages.tetras-libre.fr/IIIF-Publisher` ### TODO diff --git a/updateFileList.sh b/updateFileList.sh index 6b36c08d2c74758f2880e84b68f153ca138d6dde..1e40e684c59ca46a3252eca985c9588aa2267ada 100755 --- a/updateFileList.sh +++ b/updateFileList.sh @@ -5,7 +5,7 @@ viewer_url=https://projectmirador.org/embed/?iiif-content= root_dir=docs manifest_dir=manifests 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 publisher=$default_publisher else