User Tools

Site Tools


en:user:gs3_collection_configuration_files

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:user:gs3_collection_configuration_files [2019/02/03 22:32] – created kjdonen:user:gs3_collection_configuration_files [2023/03/13 01:46] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +
 +
 +
 ====== GS3 Collection Configuration Files in Detail ====== ====== GS3 Collection Configuration Files in Detail ======
  
Line 11: Line 14:
 <code> <code>
 <libraryParamList> <libraryParamList>
-  <libraryParam name="l" value="mi"/>+  <param name="l" default="mi"/>
 </libraryParamList> </libraryParamList>
 </code> </code>
  
-This will add l=mi as a cgi argument to the colleciton's link on the library home page.+This will add l=mi as a cgi argument to the collection's link on the library home page.
  
 +=====collectionInit.xml=====
  
-===== buildConfig.xml =====+This is used if you want to specify a different, custom, java class for the Collection object. 
 +The class name is specified using the class attribute, and it must be in the package org.greenstone.gsdl3.collection.
  
 +<code>
 +<collectionInit class="MyCollection"/>
 +</code>
 +
 +This will try to load the org.greenstone.gsdl3.collection.MyCollection class, and use that instead of the default org.greenstone.gsdl3.collection.Collection class.
 +===== buildConfig.xml =====
  
en/user/gs3_collection_configuration_files.1549233131.txt.gz · Last modified: 2019/02/03 22:32 by kjdon