<?xml version="1.0" encoding="UTF-8"?>
<!-- Collection groups configuration file

A collection group is a set of collections that are presented under one
icon/link on the home page. Clicking that link takes you to the group home page,
which lists all the collections in that group.

By default, there are no groups.

Uncomment or add hierarchy and groupDescriptions elements to add groups to your library. 

Describe your structure inside a hierarchy tag as shown in the examples below.

Hierarchy can contain groups and/or collections. Groups can contain other groups and/or collections.
The order they are listed is the order they will appear on the home page.

Describe your groups in groupDescriptions element as shown in the example below.
You can do a simple, single language option, using the <title>, <description>, <shortDescription> elements.
Or you can use displayItems so that the text can be customised for different languages. Format like that in collectionConfig.xml. DisplayItem text can be directly added, or can come from a dictionary file, eg groupConfig.properties.

Without a matching group element in groupDescriptions, a group will display its group name only.

If a collection is not mentioned in the hierarchy or as part of a group it will be listed on the main 
home page after the specified groups and collections. 
-->

<!-- this example puts a few Greenstone demo collections into some groups. The home page 
will display the demo group plus any unlisted collections. The demo group home page will display its two subgroups;
their home pages will display their list of collections. -->

<groupConfig>
<!--
  <hierarchy>
    <group name="demo">
      <group name="standard">
	<collection name="solr-jdbm-demo" />
	<collection name="lucene-jdbm-demo" />
      </group>
      <group name="dec">
	<collection name="bibtex-e"/>
	<collection name="dls-e"/>
	<collection name="garish-e"/>
	<collection name="isis-e"/>
      </group>      
    </group>
  </hierarchy>
  <groupDescriptions>
    <group name="demo">
      <title>Demo Collections</title>
      <description>Collections for demonstration purposes, provided by the Greenstone project.</description>
      <shortDescription>Greenstone demonstration collections</shortDescription>
      <backgroundImage>/images/Group3.jpg</backgroundImage>
    </group>
    <group name="standard">
      <displayItem name="name" lang="en">Standard Demos</displayItem>
      <displayItem name="description" lang="en">These collections are the standard demonstration collections that come with a Greenstone binary release.</displayItem>
      <displayItem name="shortDescription" lang="en">Demonstration collections that come with the Greenstone binary.</displayItem>
    </group>
    <group name="dec">
      <displayItem name="name" dictionary="groupConfig" key="dec.title"/>
      <displayItem name="description" dictionary="groupConfig" key="dec.description"/>
      <displayItem name="shortDescription" dictionary="groupConfig" key="dec.shortDescription"/>
    </group>
  </groupDescriptions>
-->
    

<!-- If you want to put your collections into a specific order, you can list them in the hierarchy. Any unmentioned collections will be listed at the end. -->

<!--

  <hierarchy>
    <collection name="solr-jdbm-demo"/>
    <collection name="lucene-jdbm-demo"/>
    <collection name="paradise-gardens"/>
  </hierarchy>

-->


</groupConfig>
