Changeset 34607


Ignore:
Timestamp:
2020-12-16T19:45:56+13:00 (3 years ago)
Author:
anupama
Message:

Shifting remaining rk3 (GS3) related release-kits files over to using ant exec wget from ant get to allow downloading from the new HTTPS://www.greenstone.org. Still testing rk2/GS2 binary goes through before committing rk2 specific release-kits scripts.

Location:
main/trunk/release-kits
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/cdrk2/ant-scripts/build.xml

    r24146 r34607  
    3939       
    4040        <!-- figure out where the compiled software is coming from -->
    41         <property name="software.archive.linux" value="http://www.greenstone.org/caveat-emptor/cdrom-components-${version}-candidate-${date}-linux.tar.gz"/>
    42         <property name="software.archive.windows" value="http://www.greenstone.org/caveat-emptor/cdrom-components-${version}-candidate-${date}-windows.tar.gz"/>
    43         <property name="software.archive.mac" value="http://www.greenstone.org/caveat-emptor/cdrom-components-${version}-candidate-${date}-mac.tar.gz"/>
    44         <property name="software.archive.documented-examples" value="http://www.greenstone.org/caveat-emptor/Greenstone-documented-examples-${date}.tar.gz"/>
     41        <property name="software.archive.linux" value="https://www.greenstone.org/caveat-emptor/cdrom-components-${version}-candidate-${date}-linux.tar.gz"/>
     42        <property name="software.archive.windows" value="https://www.greenstone.org/caveat-emptor/cdrom-components-${version}-candidate-${date}-windows.tar.gz"/>
     43        <property name="software.archive.mac" value="https://www.greenstone.org/caveat-emptor/cdrom-components-${version}-candidate-${date}-mac.tar.gz"/>
     44        <property name="software.archive.documented-examples" value="https://www.greenstone.org/caveat-emptor/Greenstone-documented-examples-${date}.tar.gz"/>
    4545       
    4646        <!-- show the properties we're using -->
     
    237237        <!-- top off manuals with a few more from the web -->
    238238        <antcall target="get-doc"><param name="docsrc" value="http://wiki.greenstone.org/wiki/gsdoc/others/CDS-ISIS_to_DL.pdf"/><param name="docdest" value="cdrom/Documentation/English/CDS-ISIS_to_DL.pdf"/></antcall>
    239         <antcall target="get-doc"><param name="docsrc" value="http://www.greenstone.org/docs/inside_greenstone.pdf"/><param name="docdest" value="cdrom/Documentation/English/inside_greenstone.pdf"/></antcall>
    240         <antcall target="get-doc"><param name="docsrc" value="http://www.greenstone.org/manuals/gsdl2/ar/pdf/Users_Guide_Arabic.doc"/><param name="docdest" value="cdrom/Documentation/Arabic/Users_Guide_Arabic.doc"/></antcall>
    241         <antcall target="get-doc"><param name="docsrc" value="http://www.greenstone.org/manuals/gsdl2/ar/pdf/Install_ar.pdf"/><param name="docdest" value="cdrom/Documentation/Arabic/Install_ar.pdf"/></antcall>
     239        <antcall target="get-doc"><param name="docsrc" value="https://www.greenstone.org/docs/inside_greenstone.pdf"/><param name="docdest" value="cdrom/Documentation/English/inside_greenstone.pdf"/></antcall>
     240        <antcall target="get-doc"><param name="docsrc" value="https://www.greenstone.org/manuals/gsdl2/ar/pdf/Users_Guide_Arabic.doc"/><param name="docdest" value="cdrom/Documentation/Arabic/Users_Guide_Arabic.doc"/></antcall>
     241        <antcall target="get-doc"><param name="docsrc" value="https://www.greenstone.org/manuals/gsdl2/ar/pdf/Install_ar.pdf"/><param name="docdest" value="cdrom/Documentation/Arabic/Install_ar.pdf"/></antcall>
    242242
    243243        <mkdir dir="cdrom/Documentation/Brazilian Portuguese"/>
    244         <antcall target="get-doc"><param name="docsrc" value="http://www.greenstone.org/manuals/gsdl2/pt-br/pdf/Install_pt-br.pdf"/><param name="docdest" value="cdrom/Documentation/Brazilian Portuguese/Install_pt-br.pdf"/></antcall>
     244        <antcall target="get-doc"><param name="docsrc" value="https://www.greenstone.org/manuals/gsdl2/pt-br/pdf/Install_pt-br.pdf"/><param name="docdest" value="cdrom/Documentation/Brazilian Portuguese/Install_pt-br.pdf"/></antcall>
    245245
    246246        <mkdir dir="cdrom/Documentation/Vietnamese"/>
  • main/trunk/release-kits/kits/rk3/installer/build.xml

    r34587 r34607  
    384384        <shortcut
    385385            file="${startmenu.path}\Documentation\Greenstone Website.url"
    386             url="http://www.greenstone.org" />
     386            url="https://www.greenstone.org" />
    387387       
    388388        <!-- NO FLAX END -->
  • main/trunk/release-kits/shared/core/language-strings/LanguagePack.properties

    r32002 r34607  
    6666
    6767Installing_Documented_Examples.displayText=Documented Example Collections
    68 Installing_Documented_Examples.explanatoryText=A set of example collections, whose 'about' pages describe how they were created.\n\nEven if you don't install the Documented Examples now, you can get them from\nhttp\://www.greenstone.org/ or from the greenstone CD-ROM.
     68Installing_Documented_Examples.explanatoryText=A set of example collections, whose 'about' pages describe how they were created.\n\nEven if you don't install the Documented Examples now, you can get them from\nhttps\://www.greenstone.org/ or from the greenstone CD-ROM.
    6969
    7070### Admin password page
  • main/trunk/release-kits/shared/greenstone2/docs/READMEen.txt

    r28205 r34607  
    6161Documentation and Support
    6262    Greenstone Website:
    63         http://www.greenstone.org
     63        https://www.greenstone.org
    6464        Greenstone's main website.
    6565    Greenstone Wiki:
  • main/trunk/release-kits/shared/greenstone2/docs/SUPPORT.txt

    r28206 r34607  
    22
    33A complete list of Greenstone support options is available at:
    4 http://www.greenstone.org/support
     4https://www.greenstone.org/support
    55
    66In particular,
    77    Greenstone Website:
    8         http://www.greenstone.org
     8        https://www.greenstone.org
    99        Greenstone's main website.
    1010    Greenstone Wiki:
     
    2323
    24241.  Register as a developer to gain access to Greenstone's bug tracking
    25     system at http://www.greenstone.org/developers-register
    26 2.  Go to http://trac.greenstone.org/ in your web browser and click "login"
     25    system at https://www.greenstone.org/developers-register
     262.  Go to https://trac.greenstone.org/ in your web browser and click "login"
    2727    near the top of the screen. Login with your username and password.
    28283.  Click on "New Ticket" near the top of the screen and fill in the Create
Note: See TracChangeset for help on using the changeset viewer.