Skip to content
Snippets Groups Projects
Commit 2916998d authored by Anthony's avatar Anthony
Browse files

Update readme

parent 74aa57e2
Branches
No related tags found
No related merge requests found
Pipeline #1330 passed
...@@ -22,7 +22,7 @@ Your work will be available online in the GitLab pages. ...@@ -22,7 +22,7 @@ Your work will be available online in the GitLab pages.
## Consult your contents : ## Consult your contents :
`http://iiif.pages.tetras-libre.fr/IIIF-Publisher` [http://iiif.pages.tetras-libre.fr/IIIF-Publisher](http://iiif.pages.tetras-libre.fr/IIIF-Publisher)
### TODO ### TODO
......
Annotations available Annotations available
- [annot1.json](annot1.json), [View in Mirador](https://projectmirador.org/embed/?iiif-content=https://anthony.pages.tetras-libre.fr/demo-content//annotations/annot1.json) - [annot1.json](annot1.json), [View in Mirador](https://projectmirador.org/embed/?iiif-content=https://iiif.pages.tetras-libre.fr/IIIF-Publisher//annotations/annot1.json)
Manifests availables : Manifests availables :
- [..](https://anthony.pages.tetras-libre.fr/demo-content/manifests/manifest) - [..](https://iiif.pages.tetras-libre.fr/IIIF-Publisher/manifests/manifest)
- [subfolder/](subfolder//manifest.md) - [subfolder/](subfolder//manifest.md)
- [test3.json](test3.json), [View in Mirador](https://projectmirador.org/embed/?iiif-content=https://anthony.pages.tetras-libre.fr/demo-content/manifests/folder/test3.json) - [test3.json](test3.json), [View in Mirador](https://projectmirador.org/embed/?iiif-content=https://iiif.pages.tetras-libre.fr/IIIF-Publisher/manifests/folder/test3.json)
Manifests availables : Manifests availables :
- [..](https://anthony.pages.tetras-libre.fr/demo-content/manifests/folder/manifest) - [..](https://iiif.pages.tetras-libre.fr/IIIF-Publisher/manifests/folder/manifest)
- [testsub.json](testsub.json), [View in Mirador](https://projectmirador.org/embed/?iiif-content=https://anthony.pages.tetras-libre.fr/demo-content/manifests/folder/subfolder/testsub.json) - [testsub.json](testsub.json), [View in Mirador](https://projectmirador.org/embed/?iiif-content=https://iiif.pages.tetras-libre.fr/IIIF-Publisher/manifests/folder/subfolder/testsub.json)
Manifests availables :
- [..](https://iiif.pages.tetras-libre.fr/IIIF-Publisher/manifests/manifest)
- [subfolder/](subfolder//manifest.md)
- [test3.json](test3.json), [View in Mirador](https://projectmirador.org/embed/?iiif-content=https://iiif.pages.tetras-libre.fr/IIIF-Publisher/manifests/folder2/test3.json)
Manifests availables :
- [..](https://iiif.pages.tetras-libre.fr/IIIF-Publisher/manifests/folder2/manifest)
- [testsub.json](testsub.json), [View in Mirador](https://projectmirador.org/embed/?iiif-content=https://iiif.pages.tetras-libre.fr/IIIF-Publisher/manifests/folder2/subfolder/testsub.json)
{
"@context": "http://iiif.io/api/presentation/3/context.json",
"id": "https://iiif.io/api/cookbook/recipe/0021-tagging/manifest.json",
"type": "Manifest",
"label": {
"en": [
"Picture of Göttingen taken during the 2019 IIIF Conference"
]
},
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0021-tagging/canvas/p1",
"type": "Canvas",
"height": 3024,
"width": 4032,
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0021-tagging/page/p1/1",
"type": "AnnotationPage",
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0021-tagging/annotation/p0001-image",
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://iiif.io/api/image/3.0/example/reference/918ecd18c2592080851777620de9bcb5-gottingen/full/max/0/default.jpg",
"type": "Image",
"format": "image/jpeg",
"height": 3024,
"width": 4032,
"service": [
{
"id": "https://iiif.io/api/image/3.0/example/reference/918ecd18c2592080851777620de9bcb5-gottingen",
"profile": "level1",
"type": "ImageService3"
}
]
},
"target": "https://iiif.io/api/cookbook/recipe/0021-tagging/canvas/p1"
}
]
}
],
"annotations": [
{
"id": "https://iiif.io/api/cookbook/recipe/0021-tagging/page/p2/1",
"type": "AnnotationPage",
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0021-tagging/annotation/p0002-tag",
"type": "Annotation",
"motivation": "tagging",
"body": {
"type": "TextualBody",
"value": "Gänseliesel-Brunnen",
"language": "de",
"format": "text/plain"
},
"target": "https://iiif.io/api/cookbook/recipe/0021-tagging/canvas/p1#xywh=265,661,1260,1239"
},
{
"id": "https://iiif.io/api/cookbook/recipe/0021-tagging/annotation/p0002-tag",
"type": "Annotation",
"motivation": "tagging",
"body": {
"type": "TextualBody",
"value": "Mon maifest",
"language": "de",
"format": "text/plain"
},
"target": "https://iiif.io/api/cookbook/recipe/0021-tagging/canvas/p1#xywh=265,661,1260,1239"
}
]
}
]
}
]
}
\ No newline at end of file
{
"@context": "http://iiif.io/api/presentation/3/context.json",
"id": "https://iiif.io/api/cookbook/recipe/0021-tagging/manifest.json",
"type": "Manifest",
"label": {
"en": [
"Picture of Göttingen taken during the 2019 IIIF Conference"
]
},
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0021-tagging/canvas/p1",
"type": "Canvas",
"height": 3024,
"width": 4032,
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0021-tagging/page/p1/1",
"type": "AnnotationPage",
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0021-tagging/annotation/p0001-image",
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://iiif.io/api/image/3.0/example/reference/918ecd18c2592080851777620de9bcb5-gottingen/full/max/0/default.jpg",
"type": "Image",
"format": "image/jpeg",
"height": 3024,
"width": 4032,
"service": [
{
"id": "https://iiif.io/api/image/3.0/example/reference/918ecd18c2592080851777620de9bcb5-gottingen",
"profile": "level1",
"type": "ImageService3"
}
]
},
"target": "https://iiif.io/api/cookbook/recipe/0021-tagging/canvas/p1"
}
]
}
],
"annotations": [
{
"id": "https://iiif.io/api/cookbook/recipe/0021-tagging/page/p2/1",
"type": "AnnotationPage",
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0021-tagging/annotation/p0002-tag",
"type": "Annotation",
"motivation": "tagging",
"body": {
"type": "TextualBody",
"value": "Gänseliesel-Brunnen",
"language": "de",
"format": "text/plain"
},
"target": "https://iiif.io/api/cookbook/recipe/0021-tagging/canvas/p1#xywh=265,661,1260,1239"
},
{
"id": "https://iiif.io/api/cookbook/recipe/0021-tagging/annotation/p0002-tag",
"type": "Annotation",
"motivation": "tagging",
"body": {
"type": "TextualBody",
"value": "Mon maifest",
"language": "de",
"format": "text/plain"
},
"target": "https://iiif.io/api/cookbook/recipe/0021-tagging/canvas/p1#xywh=265,661,1260,1239"
}
]
}
]
}
]
}
\ No newline at end of file
Manifests availables : Manifests availables :
- [folder/](folder//manifest.md) - [folder/](folder//manifest.md)
- [test3.json](test3.json), [View in Mirador](https://projectmirador.org/embed/?iiif-content=https://anthony.pages.tetras-libre.fr/demo-content/manifests/test3.json) - [folder2/](folder2//manifest.md)
- [test4.json](test4.json), [View in Mirador](https://projectmirador.org/embed/?iiif-content=https://anthony.pages.tetras-libre.fr/demo-content/manifests/test4.json) - [test3.json](test3.json), [View in Mirador](https://projectmirador.org/embed/?iiif-content=https://iiif.pages.tetras-libre.fr/IIIF-Publisher/manifests/test3.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) - [test4.json](test4.json), [View in Mirador](https://projectmirador.org/embed/?iiif-content=https://iiif.pages.tetras-libre.fr/IIIF-Publisher/manifests/test4.json)
- [test5.json](test5.json), [View in Mirador](https://projectmirador.org/embed/?iiif-content=https://iiif.pages.tetras-libre.fr/IIIF-Publisher/manifests/test5.json)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment