Ignore:
Timestamp:
2023-01-10T23:56:17+13:00 (2 months ago)
Author:
davidb
Message:

Changed to used derived name of collection from file-system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes-and-performers/SUBMIT-OPENANNOTATION-LIST.sh

    r37107 r37124  
    11#!/bin/bash
    22
    3 iuri_prefix=http://localhost:4343/greenstone3/library/sites/intermuse/collect/programmes/index/assoc/
     3source ../_local_collect_config.sh
     4
     5
     6iuri_prefix=http://localhost:4343/greenstone3/library/sites/intermuse/collect/$col/index/assoc/
    47
    58ifilename=${1:-archives/HASH012c.dir/openannotation-list.json}
     
    1013
    1114
    12 # external_url_base="https://intermuse.sowemustthink.space/simpleAnnotationStore/annotation"
    1315internal_url_base="http://localhost:4343/simpleAnnotationStore/annotation"
    1416
    1517post_url="${internal_url_base}/populate"
    16 
    1718
    1819
Note: See TracChangeset for help on using the changeset viewer.