Changeset 38887 for gs3-extensions


Ignore:
Timestamp:
2024-03-28T00:47:50+13:00 (2 months ago)
Author:
anupama
Message:

Some of the variable and GS3-specific parameters have been moved out of webswing.config into the webswing-collage.xsl for customisation and for dynamically working out what they are. TODO: I think width and height of the app must also be passed in as parameters as it shouldn't be hardcoded in the applet when run as application. Probably the same fix is needed for the Phind applet too when run as application.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/webswing/trunk/web/etc/webswing.config.in

    r38886 r38887  
    159159      "launcherConfig" : {
    160160        "mainClass" : "org.greenstone.applet.GsdlCollageApplet.GsdlCollageApplet",
    161     "args" : "--webswing 1 --baseurl \"http://localhost:8383/greenstone3/\" --library library --collection smallbea --gsdlversion 3 --sitename localsite --documentroot greenstone3 --verbosity 3 --imageType \".jpg%.png\" --imageMustNotHave \"interfaces/\" --classifier \"CL2.3\" --maxDepth 500 --maxDisplay 25 --refreshDelay 1500 --isJava2 auto --bgcolor \"#96c29a\""
    162       },     
     161    "args" : "${customArgs} --webswing 1 --gsdlversion 3 --verbosity 3 --imageType \".jpg%.png\" --imageMustNotHave \"interfaces/\" --classifier \"CL2.3\" --maxDepth 500 --maxDisplay 25 --refreshDelay 1500 --isJava2 auto --bgcolor \"#96c29a\""
     162      },
    163163      "homeDir" : "@gsdl3webwritablehomeunix@"
    164164    },
Note: See TracChangeset for help on using the changeset viewer.