Changeset 37124 for gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes-and-performers/SUBMIT-OPENANNOTATION-LIST.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/SUBMIT-OPENANNOTATION-LIST.sh
r37107 r37124 1 1 #!/bin/bash 2 2 3 iuri_prefix=http://localhost:4343/greenstone3/library/sites/intermuse/collect/programmes/index/assoc/ 3 source ../_local_collect_config.sh 4 5 6 iuri_prefix=http://localhost:4343/greenstone3/library/sites/intermuse/collect/$col/index/assoc/ 4 7 5 8 ifilename=${1:-archives/HASH012c.dir/openannotation-list.json} … … 10 13 11 14 12 # external_url_base="https://intermuse.sowemustthink.space/simpleAnnotationStore/annotation"13 15 internal_url_base="http://localhost:4343/simpleAnnotationStore/annotation" 14 16 15 17 post_url="${internal_url_base}/populate" 16 17 18 18 19
Note:
See TracChangeset
for help on using the changeset viewer.