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

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

Anita had prepared images for the 6 pou, and there were renamings of some pou. Frustrating that I can only do one commit per day from the WMTB VM and for any further commits (which get stuck on the VM when sending) have to copy my work across from the VM to uni machine and commit from the lab machine.

File size: 4.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<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-metacsv" />
41 <collection name="testing" />
42 <collection name="bugfixing" />
43 <collection name="metacsv" />
44 </group>
45 <group name="economics">
46 </group>
47 <group name="social">
48 </group>
49 <group name="environment">
50 </group>
51 </hierarchy>
52 <groupDescriptions>
53 <group name="culture">
54 <title>Whakatōheatanga - Culture</title>
55 <description>Kia pūmau ki to tātou Whakatōheatanga.
56 <br />Culturally empowered, fully conversant in Te Reo me ngā tikanga o Whakatōhea</description>
57 <shortDescription>Pou Whakatōheatanga - Culture</shortDescription>
58 <backgroundImage>images/pou-01-whakatoheatanga.jpg</backgroundImage>
59 </group>
60 <group name="health">
61 <title>Hauora - Health</title>
62 <description>Whānau ora, hapū ora, ka ora ai te Iwi<br />
63 When our Whānau and hapū are well our Iwi will thrive</description>
64 <shortDescription>Pou Hauora - Health</shortDescription>
65 <backgroundImage>images/pou-02-hauora.jpg</backgroundImage>
66 </group>
67 <group name="education">
68 <title>Mātauranga - Education</title>
69 <description>Ko te mātauranga te waka e kawe nei ngā wawata<br />
70 Education is the vehicle to realizing our potential dreams and aspirations</description>
71 <shortDescription>Pou Mātauranga - Education</shortDescription>
72 <backgroundImage>images/pou-03-matauranga.jpg</backgroundImage>
73 </group>
74 <group name="economics">
75 <title>Whai Rawa - Economics</title>
76 <description>Mā te whai rawa ka pūāwai te mana o Whakatōhea<br />
77 Having an abundance of jobs and flourishing commercial activities,
78 through collective strength.</description>
79 <shortDescription>Pou Whai Rawa - Economic Development</shortDescription>
80 <backgroundImage>images/pou-04-whai-rawa.jpg</backgroundImage>
81 </group>
82 <group name="social">
83 <title>Manaakitanga - Social</title>
84 <description>Manaaki i te tangata Mā te whānaunga, he tangata kotahi tātou<br />
85 Empowered whānau to build strong relationships</description>
86 <shortDescription>Pou Manaakitanga - Social, Wellbeing</shortDescription>
87 <backgroundImage>images/pou-05-manaakitanga.jpg</backgroundImage>
88 </group>
89 <group name="environment">
90 <title>Toi Ora - Environment</title>
91 <description>Te tino rangatiratanga o a tātou whenua, o a tātou moana, awa me o tātou tāonga katoa.<br />
92 We are active partners and kaitiaki (stewards) of our natural resources.</description>
93 <shortDescription>Pou Toi Ora - Environment, Sustainability</shortDescription>
94 <backgroundImage>images/pou-06-toi-ora.jpg</backgroundImage>
95 </group>
96 </groupDescriptions>
97</groupConfig>
98
99
100<!-- 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. -->
101
102<!--
103<groupConfig>
104 <hierarchy>
105 <collection name="solr-jdbm-demo"/>
106 <collection name="lucene-jdbm-demo"/>
107 <collection name="paradise-gardens"/>
108 </hierarchy>
109</groupConfig>
110-->
111
112<!--
113<groupConfig>
114</groupConfig>
115-->
Note: See TracBrowser for help on using the repository browser.