Ignore:
Timestamp:
2023-01-20T00:03:00+13:00 (15 months ago)
Author:
davidb
Message:

Further development of manifest indexing for search

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes-and-performers/INDEX-IIIF-MANIFEST.sh

    r37157 r37164  
    3939echo ""
    4040echo "Downloading openannotation JSON for $docid as workaround to strip out leading blank space"
     41echo "  $download_url"
    4142echo ""
    4243curl "$download_url" | egrep -v "^\\s*$" > tmp/doc-openannotation--with-otherContent.json
     
    6263
    6364# Returns JSON output of the form:
    64 #   {"loaded":{"short_id":"f3bac06f17c9240b76b082dbdcbb365a","uri":"http-greenstone://intermuse/programmes/HASH012cd965c3e83d504f4a78cd/manifest"}}
     65#   {"loaded":{"short_id":"f3bac06f17c9240b76b082dbdcbb365a","uri":"http://ld.greenstone.org/intermuse/programmes/HASH012cd965c3e83d504f4a78cd/manifest"}}
    6566
    6667# The short_id is needed to ...
    6768
    6869
    69 # {"loaded":{"short_id":"e2465cd7e5174f2720cee110d9b4a06a","uri":"http-greenstone://intermuse/programmes-and-performers/HASH012cd965c3e83d504f4a78cd/manifest"}}+ echo ''
     70# {"loaded":{"short_id":"e2465cd7e5174f2720cee110d9b4a06a","uri":"http://ld.greenstone.org/intermuse/programmes-and-performers/HASH012cd965c3e83d504f4a78cd/manifest"}}+ echo ''
Note: See TracChangeset for help on using the changeset viewer.