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

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:user:gs3_collection_configuration_files [2019/02/03 22:34] – [collectionConfig.xml] 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 17: Line 20:
 This will add l=mi as a cgi argument to the collection'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.1549233264.txt.gz · Last modified: 2019/02/03 22:34 by kjdon