From 74aa57e209c53a9a80e2c079de6fbc4652b08f23 Mon Sep 17 00:00:00 2001
From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr>
Date: Tue, 7 Feb 2023 15:43:26 +0100
Subject: [PATCH] Update Readme

---
 README.md         | 15 ++++++++++-----
 updateFileList.sh |  2 +-
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 3e30349..ebac616 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 6b36c08..1e40e68 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 
-- 
GitLab