Skip to content
Snippets Groups Projects
Commit 09ee8254 authored by Anthony's avatar Anthony
Browse files

improve display

parent e4e25ea0
No related branches found
No related tags found
1 merge request!1Anthony main patch 43764
Manifests available
- [test3.json](test3.json), [View in Mirador](https://projectmirador.org/embed/?iiif-content=https://anthony.pages.tetras-libre.fr/demo-content/manifests/test3.json)
- [test4.json](test4.json), [View in Mirador](https://projectmirador.org/embed/?iiif-content=https://anthony.pages.tetras-libre.fr/demo-content/manifests/test4.json)
- [test5.json](test5.json), [View in Mirador](https://projectmirador.org/embed/?iiif-content=https://anthony.pages.tetras-libre.fr/demo-content/manifests/test5.json)
......@@ -8,6 +8,7 @@ manifest_dir=manifests
manifest_file=manifest.md
cd $root_dir/$manifest_dir
echo "Manifests available" > $manifest_file
echo "" >> $manifest_file
for entry in *.json
do
echo "- [$entry]($entry), [View in Mirador]($viewer_url$publishing_site/$manifest_dir/$entry)" >> $manifest_file
......@@ -17,6 +18,7 @@ annotation_dir=annotations
annotation_file=annotation.md
cd ../../$root_dir/$annotation_dir
echo "Annotations available" > $annotation_file
echo "" >> $annotation_file
for entry in *.json
do
echo "- [$entry]($entry), [View in Mirador]($viewer_url$publishing_site/$annotation_dir/$entry)" >> $annotation_file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment