From 92856dfd6a40808f529319ffd5519af16302a19a Mon Sep 17 00:00:00 2001 From: daxid <david.rouquet@tetras-libre.fr> Date: Mon, 26 Sep 2022 16:17:24 +0200 Subject: [PATCH] =?UTF-8?q?Hakana=C3=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Hakanai/manifest.json | 101 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 95 insertions(+), 6 deletions(-) diff --git a/Hakanai/manifest.json b/Hakanai/manifest.json index 588ab5e..a70d450 100644 --- a/Hakanai/manifest.json +++ b/Hakanai/manifest.json @@ -79,22 +79,111 @@ ], "annotations": [ { - "id": "http://localhost:8080/data/demo-content/Hakanai/canvas/2/annotation/1", + "id": "http://localhost:8080/data/demo-content/Hakanai/canvas/1/annotation/1", "type": "AnnotationPage", "items": [ { - "id": "http://localhost:8080/data/demo-content/Hakanai/canvas/2/annotation/1/1", + "id": "http://localhost:8080/data/demo-content/Hakanai/canvas/&/annotation/1/1", "type": "Annotation", "motivation": "commenting", "body": { "type": "TextualBody", - "language": "ja", - "value": "台の上へジャンプ" + "language": "fr", + "value": "<a href=\"http://am-cb.net/docs/AMCB-HKN-FicheTech.pdf\" target=\"_blank\">Fiche technique</a>" }, - "target": "http://localhost:8080/data/demo-content/Hakanai/canvas/2" + "target": "http://localhost:8080/data/demo-content/Hakanai/canvas/1" } ] - } + }, + { + "id": "http://localhost:8080/data/demo-content/Hakanai/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:8080/data/demo-content/Hakanai/canvas/&/annotation/2/1", + "type": "Annotation", + "motivation": "commenting", + "body": { + "type": "TextualBody", + "language": "fr", + "value": "<a href=\"http://localhost:8080/data/demo-content/Hakanai/media/01_HKN-StoryBoard2-Dec2013.pdf\" target=\"_blank\">Storyboard</a>" + }, + "target": "http://localhost:8080/data/demo-content/Hakanai/canvas/1" + } + ] + }, + { + "id": "http://localhost:8080/data/demo-content/Hakanai/canvas/1/annotation/3", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:8080/data/demo-content/Hakanai/canvas/&/annotation/3/1", + "type": "Annotation", + "motivation": "commenting", + "body": { + "type": "TextualBody", + "language": "fr", + "value": "<a href=\"https://www.am-cb.net/docs/AMCB-HKN-Dossier.pdf\" target=\"_blank\">Dossier de présentation</a>" + }, + "target": "http://localhost:8080/data/demo-content/Hakanai/canvas/1" + } + ] + }, + { + "id": "http://localhost:8080/data/demo-content/Hakanai/canvas/1/annotation/4", + "type": "Annotation", + "motivation": "supplementing", + "body": { + "id": "http://localhost:8080/data/demo-content/Hakanai/media/10_HKN-Garges_A2B4243.JPG", + "type": "Image", + "format": "image/jpg", + "value": "<a href=\"http://localhost:8080/data/demo-content/Hakanai/media/10_HKN-Garges_A2B4243.JPG\" target=\"_blank\">Dispositif</a>" + }, + "target": "http://localhost:8080/data/demo-content/Hakanai/canvas/1" + }, + { + "id": "http://localhost:8080/data/demo-content/Hakanai/canvas/1/annotation/5", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:8080/data/demo-content/Hakanai/canvas/&/annotation/5/1", + "type": "Annotation", + "motivation": "commenting", + "body": { + "id": "http://localhost:8080/data/demo-content/Hakanai/media/02_HKN-couv.jpg", + "type": "Image", + "format": "image/jpg", + "value": "<a href=\"https://www.am-cb.net/docs/AMCB-HKN-Dossier.pdf\" target=\"_blank\">CARNET : Couverture</a>" + }, + "target": "http://localhost:8080/data/demo-content/Hakanai/canvas/1#xywh=1600,50,301,400&t=5,10" + }, + { + "id": "http://localhost:8080/data/demo-content/Hakanai/canvas/&/annotation/5/2", + "type": "Annotation", + "motivation": "commenting", + "body": { + "id": "http://localhost:8080/data/demo-content/Hakanai/media/06_HKN-2012-10-04.jpg", + "type": "Image", + "format": "image/jpg", + "value": "<a href=\"http://localhost:8080/data/demo-content/Hakanai/media/06_HKN-2012-10-04.jpg\" target=\"_blank\">CARNET : Octobre 2012</a>" + }, + "target": "http://localhost:8080/data/demo-content/Hakanai/canvas/1#xywh=1100,50,818,510&t=10,15" + }, + { + "id": "http://localhost:8080/data/demo-content/Hakanai/canvas/&/annotation/5/3", + "type": "Annotation", + "motivation": "commenting", + "body": { + "id": "http://localhost:8080/data/demo-content/Hakanai/media/07_HKN-2012-10-13.jpg", + "type": "Image", + "format": "image/jpg", + "value": "<a href=\"http://localhost:8080/data/demo-content/Hakanai/media/07_HKN-2012-10-13.jpg\" target=\"_blank\">CARNET : Octobre 2012 (2)</a>" + }, + "target": "http://localhost:8080/data/demo-content/Hakanai/canvas/1#xywh=1100,50,818,510&t=15,20" + } + ] + }, + ] } ] -- GitLab