Changeset 37124 for gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes-and-performers/INDEX-IIIF-MANIFEST.sh
- Timestamp:
- 2023-01-10T23:56:17+13:00 (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes-and-performers/INDEX-IIIF-MANIFEST.sh
r37106 r37124 1 1 #!/bin/bash -x 2 2 3 4 # ifilename=${1:-amadeus-iiif-manifest.json} 5 6 # internal_url_base="http://localhost:4343/simpleAnnotationStore" 7 # post_url="${internal_url_base}/manifests" 3 source ../_local_collect_config.sh 8 4 9 5 10 # echo "" 11 12 # echo curl -X POST -d "@${ifilename}" "$post_url" 13 # curl -X POST -d "@${ifilename}" "$post_url" 14 15 # echo "" 16 17 # #echo "Do I now need to load manifest with something along the lines of" 18 # #echo " window.location.href = 'manifest.xhtml?manifest=' + json.loaded.short_id;" 19 20 21 22 23 iuri_prefix=http://localhost:4343/greenstone3/library/sites/intermuse/collect/programmes 6 iuri_prefix=http://localhost:4343/greenstone3/library/sites/intermuse/collect/$col 24 7 25 8 # ifilename=${1:-archives/HASH012c.dir/openannotation-list.json} … … 44 27 45 28 46 ## {"loaded":{"short_id":"f3bac06f17c9240b76b082dbdcbb365a","uri":"http-greenstone://intermuse/programmes/HASH012cd965c3e83d504f4a78cd/manifest"}} 29 # Returns JSON output of the form: 30 # {"loaded":{"short_id":"f3bac06f17c9240b76b082dbdcbb365a","uri":"http-greenstone://intermuse/programmes/HASH012cd965c3e83d504f4a78cd/manifest"}} 31 32 # The short_id is needed to ...
Note:
See TracChangeset
for help on using the changeset viewer.