source: main/trunk/model-sites-dev/opotiki/groupConfig.xml@ 34238

Last change on this file since 34238 was 34238, checked in by ak19, 4 years ago

Set up the groupConfig.xml for opotiki site organised by the 6 pou. Have already committed the interface modifications to do with this.

File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Collection groups configuration file
3
4A collection group is a set of collections that are presented under one
5icon/link on the home page. Clicking that link takes you to the group home page,
6which lists all the collections in that group.
7
8By default, there are no groups.
9
10Uncomment or add hierarchy and groupDescriptions elements to add groups to your library.
11
12Describe your structure inside a hierarchy tag as shown in the examples below.
13
14Hierarchy can contain groups and/or collections. Groups can contain other groups and/or collections.
15The order they are listed is the order they will appear on the home page.
16
17Describe your groups in groupDescriptions element as shown in the example below.
18Without a matching group element in groupDescriptions, a group will display its group name only.
19
20If a collection is not mentioned in the hierarchy or as part of a group it will be listed on the main
21home page after the specified groups and collections.
22-->
23
24<!-- this example puts a few Greenstone demo collections into some groups. The home page
25will display the demo group plus any unlisted collections. The demo group home page will display its two subgroups;
26their home pages will display their list of collections. -->
27
28
29<groupConfig>
30 <hierarchy>
31 <group name="culture">
32 <collection name="imagesco" />
33 <collection name="waiatade" />
34 <collection name="textdemo" />
35 </group>
36 <group name="health">
37 </group>
38 <group name="education">
39 <collection name="gs3tutorials" />
40 <collection name="gs3tuts" />
41 <collection name="bugfixing" />
42 </group>
43 <group name="economic-development">
44 </group>
45 <group name="social-wellbeing">
46 </group>
47 <group name="environment">
48 </group>
49 </hierarchy>
50 <groupDescriptions>
51 <group name="culture">
52 <title>Whakatoheatanga - Culture</title>
53 <description>Collections in pou Whakatoheatanga - Culture</description>
54 <shortDescription>Pou Whakatoheatanga - Culture</shortDescription>
55 <backgroundImage>/images/whakatoheatanga.jpg</backgroundImage>
56 </group>
57 <group name="health">
58 <title>Hauora - Health</title>
59 <description>Collections in pou Hauora - Health</description>
60 <shortDescription>Pou Hauora - Health</shortDescription>
61 <backgroundImage>/images/hauora.jpg</backgroundImage>
62 </group>
63 <group name="education">
64 <title>Mātauranga - Education</title>
65 <description>Collections in pou Mātauranga - Education</description>
66 <shortDescription>Pou Mātauranga - Education</shortDescription>
67 <backgroundImage>/images/mātauranga.jpg</backgroundImage>
68 </group>
69 <group name="economic-development">
70 <title>Whai Rawa - Economic Development</title>
71 <description>Collections in pou Whai Rawa - Economic Development</description>
72 <shortDescription>Pou Whai Rawa - Economic Development</shortDescription>
73 <backgroundImage>/images/whai-rawa.jpg</backgroundImage>
74 </group>
75 <group name="social-wellbeing">
76 <title>Whanaungatanga - Social Wellbeing</title>
77 <description>Collections in pou Whanaungatanga - Social Wellbeing</description>
78 <shortDescription>Pou Whanaungatanga - Social Wellbeing</shortDescription>
79 <backgroundImage>/images/whanaungatanga.jpg</backgroundImage>
80 </group>
81 <group name="environment">
82 <title>Taiao - Environment</title>
83 <description>Collections in pou Taiao - Environment</description>
84 <shortDescription>Pou Taiao - Environment</shortDescription>
85 <backgroundImage>/images/taiao.jpg</backgroundImage>
86 </group>
87 </groupDescriptions>
88</groupConfig>
89
90
91<!-- 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. -->
92
93<!--
94<groupConfig>
95 <hierarchy>
96 <collection name="solr-jdbm-demo"/>
97 <collection name="lucene-jdbm-demo"/>
98 <collection name="paradise-gardens"/>
99 </hierarchy>
100</groupConfig>
101-->
102
103<!--
104<groupConfig>
105</groupConfig>
106-->
Note: See TracBrowser for help on using the repository browser.