Changeset 37112 for gs3-extensions


Ignore:
Timestamp:
2023-01-06T22:58:56+13:00 (16 months ago)
Author:
davidb
Message:

Range of updates: main one being to run INSTALL-JS.sh in 'src' to install the Javascript file document_extra.js

Location:
gs3-extensions/structured-image/trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/structured-image/trunk/README.txt

    r36953 r37112  
    2121
    2222
     23Also check:
     24
     25   src/README.txt
     26
     27and follow its instructions.
     28
     29   
    2330#---
    2431# Using the Extension
     
    2633
    2734The extension provides the GoogleVisionImagePlugin, for use in collections.
    28 
    29 
    30 Small workaround needed if checked out in the GS3 extension area:
    31 
    32     export GSDL3EXTS=$GSDL3EXTS:structured-image
    33 
    3435
    3536Example use of the plugin:
     
    6364}
    6465
     66
  • gs3-extensions/structured-image/trunk/src/INSTALL-MIRADOR.sh

    r37043 r37112  
    2323mkdir "$GSDL3HOME/ext/structured-image/mirador3"
    2424
    25 cp -r mirador-integration-annotations-gitfork/webpack/dist-gs-annotations "$GSDL3HOME/ext/structured-image/mirador3/dist"
     25/bin/cp -r mirador-integration-annotations-gitfork/webpack/dist-gs-annotations "$GSDL3HOME/ext/structured-image/mirador3/dist"
    2626
    2727echo ""
  • gs3-extensions/structured-image/trunk/src/NPM-INSTALL-MIRADOR.sh

    r37102 r37112  
    2323    && /bin/cp PATCHED-es-SimpleAnnotationServerV2Adapter.js node_modules/mirador-annotations/es/SimpleAnnotationServerV2Adapter.js \
    2424    && echo "--------" \
    25     && cd .. \
    26     && echo ""
     25    && echo "" \
     26    && cd ..
     27
    2728
    2829    if [ $? = 0 ] ; then
  • gs3-extensions/structured-image/trunk/src/README.txt

    r37045 r37112  
    1717which needs to be run each time you make changes to the
    1818mirador-integration-annotations source code.
     19
     20
     21Also run the following:
     22
     23  ./INSTALL-JS.sh
     24
Note: See TracChangeset for help on using the changeset viewer.