source: gs3-installations/whakatohea-dl/trunk/sites/wmtb/groupConfig.xml@ 37402

Last change on this file since 37402 was 37402, checked in by kjdon, 14 months ago

updated for new Document,Audio,Video,Image colls

File size: 5.6 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<!-- This was at end of hierarchy element -->
30 <!-- These 3 collections to be accessible at top level as per Anita -->
31 <!-- 1 Sep 2020: Anita wished for the main page to be 2 x 3 -->
32 <!--<collection name="imagesco" />
33 <collection name="waiatade" />
34 <collection name="textdemo" />
35 -->
36
37<!--
38<groupConfig>
39 <hierarchy>
40 <group name="culture">
41 <collection name="imagesco" />
42 <collection name="waiatade" />
43 <collection name="textdemo" />
44 <collection name="taku-hikoi" />
45 </group>
46 <group name="health">
47 </group>
48 <group name="education">
49 <collection name="gs3tutorials" />
50 <collection name="brian-colldesign-demo" />
51 <collection name="uwhakatohea-testcol" />
52 <collection name="testcol2" />
53 <collection name="testcol3" />
54 <collection name="loremips" />
55 <collection name="metamaster"/>
56 </group>
57 <group name="economics">
58 </group>
59 <group name="social">
60 </group>
61 <group name="environment">
62 </group>
63 </hierarchy>
64 <groupDescriptions>
65 <group name="culture">
66 <displayItemList>
67 <displayItem name="name">Whakatōheatanga - Culture</displayItem>
68 <displayItem name="description">Kia pūmau ki to tātou Whakatōheatanga.
69 <br />Culturally empowered, fully conversant in Te Reo me ngā tikanga o Whakatōhea</displayItem>
70 <displayItem name="shortDescription">Pou Whakatōheatanga - Culture</displayItem>
71 <displayItem name="backgroundImage">images/pou-01-whakatoheatanga.jpg</displayItem>
72 </displayItemList>
73 </group>
74 <group name="health">
75 <displayItemList>
76 <displayItem name="name">Hauora - Health</displayItem>
77 <displayItem name="description">Whānau ora, hapū ora, ka ora ai te Iwi<br />
78 When our Whānau and hapū are well our Iwi will thrive</displayItem>
79 <displayItem name="shortDescription">Pou Hauora - Health</displayItem>
80 <displayItem name="backgroundImage">images/pou-02-hauora.jpg</displayItem>
81 </displayItemList>
82 </group>
83 <group name="education">
84 <displayItemList>
85 <displayItem name="name">Mātauranga - Education</displayItem>
86 <displayItem name="description">Ko te mātauranga te waka e kawe nei ngā wawata<br />
87 Education is the vehicle to realizing our potential dreams and aspirations</displayItem>
88 <displayItem name="shortDescription">Pou Mātauranga - Education</displayItem>
89 <displayItem name="backgroundImage">images/pou-03-matauranga.jpg</displayItem>
90 </displayItemList>
91 </group>
92 <group name="economics">
93 <displayItemList>
94 <displayItem name="name">Whai Rawa - Economics</displayItem>
95 <displayItem name="description">Mā te whai rawa ka pūāwai te mana o Whakatōhea<br />
96 Having an abundance of jobs and flourishing commercial activities,
97 through collective strength.</displayItem>
98 <displayItem name="shortDescription">Pou Whai Rawa - Economic Development</displayItem>
99 <displayItem name="backgroundImage">images/pou-04-whai-rawa.jpg</displayItem>
100 </displayItemList>
101 </group>
102 <group name="social">
103 <displayItemList>
104 <displayItem name="name">Manaakitanga - Social</displayItem>
105 <displayItem name="description">Manaaki i te tangata Mā te whānaunga, he tangata kotahi tātou<br />
106 Empowered whānau to build strong relationships</displayItem>
107 <displayItem name="shortDescription">Pou Manaakitanga - Social, Wellbeing</displayItem>
108 <displayItem name="backgroundImage">images/pou-05-manaakitanga.jpg</displayItem>
109 </displayItemList>
110 </group>
111 <group name="environment">
112 <displayItemList>
113 <displayItem name="name">Toi Ora - Environment</displayItem>
114 <displayItem name="description">Te tino rangatiratanga o a tātou whenua, o a tātou moana, awa me o tātou tāonga katoa.<br />
115 We are active partners and kaitiaki (stewards) of our natural resources.</displayItem>
116 <displayItem name="shortDescription">Pou Toi Ora - Environment, Sustainability</displayItem>
117 <displayItem name="backgroundImage">images/pou-06-toi-ora.jpg</displayItem>
118 </displayItemList>
119 </group>
120 </groupDescriptions>
121</groupConfig>
122-->
123
124<!-- 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. -->
125
126
127<groupConfig>
128 <hierarchy>
129 <collection name="Document"/>
130 <collection name="Audio"/>
131 <collection name="Video"/>
132 <collection name="Image"/>
133 </hierarchy>
134</groupConfig>
135
136
137<!--
138<groupConfig>
139</groupConfig>
140-->
Note: See TracBrowser for help on using the repository browser.