Ignore:
Timestamp:
2018-02-21T19:29:50+13:00 (6 years ago)
Author:
ak19
Message:

I changed gli4gs3.xsl to rewrite the applet page produced by PageAction.java to replace it with the JNLP Web Start version of GLI. Dr Bainbridge got this to work by changing the Librarian Interface link on the main page to have a download attribute, which will force the linked item to be downloaded. The download attribute is set to the name to assign to the downloaded item, the jnlp file. Now removing the unnecessary static GLIappWebStart.jnlp from the gli folder (as it used some fixed strings for dynamic values) and removed the unnecessary style.xsl and icons.xsl from default\transform as they were used by the now bypassed applet and were moreover GS2 styling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/WebGatherer.java

    r32139 r32150  
    159159    String library_url_string = fullLibraryURL(gwcgi_arg);
    160160
    161     String gs3 = gsdl3_arg;
     161    String gs3 = gsdl3_arg; // but we'll pass -use_remote_greenstone below, to ensure we use the branch of the code that does connects a GLI on a client machine to a remote GS3 server
    162162    boolean isGS3 = (gs3 == null || !gs3.equals("true")) ? false : true;
    163163
Note: See TracChangeset for help on using the changeset viewer.