source: main/trunk/model-cols/paradise-gardens/etc/collectionConfig.bak@ 26152

Last change on this file since 26152 was 26152, checked in by sjm84, 12 years ago

Adding the bulk of the collection

  • Property svn:executable set to *
File size: 8.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CollectionConfig xmlns:gsf="http://www.greenstone.org/greenstone3/schema/ConfigFormat" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3
4 <metadataList>
5 <metadata lang="en" name="creator"></metadata>
6 <metadata lang="en" name="maintainer"></metadata>
7 <metadata lang="en" name="public">true</metadata>
8 </metadataList>
9 <displayItemList>
10 <displayItem assigned="true" lang="en" name="description">
11&lt;style&gt; .projname { font-variant: small-caps;}&lt;/style&gt;
12
13&lt;h3&gt;Paradise Gardens&lt;/h3&gt;
14&lt;p&gt;Welcome to the &lt;span class="projname"&gt;Tipple&lt;/span&gt; gateway to the Paradise Gardens, part the city of Hamilton's &lt;a href="http://en.wikipedia.org/wiki/Hamilton_Gardens"&gt;Public Gardens&lt;/a&gt;, located in the Waikato region of New Zealand.&lt;/p&gt;
15&lt;p&gt;Through this web portal you can access information about various locations within the Paradise Gardens in your web browser-however, there is no substitute for being there, and the &lt;i&gt;best&lt;/i&gt; way to experience this information is by walking around the gardens in person with this information available on your mobile phone through the &lt;a href=""&gt;Tipple mobile app&lt;/a&gt;&lt;/p&gt;
16
17&lt;h3&gt;What is Tipple?&lt;/h3&gt;
18&lt;p&gt;&lt;span class="projname"&gt;Tipple&lt;/span&gt; is research project at the Department of Computer Science, University of Waikato. In this project we are exploring the confluence of two forms of information source: a Tourist Information Provider (TIP) information system, and a spatially aware Digital Library (DL). We call the resulting hybrid, &lt;span class="projname"&gt;Tipple&lt;/span&gt; as 'TipDL' is a bit of a mouthful.&lt;/p&gt;
19&lt;p&gt;The nett result is a mobile applications that let's you know about places of interest, when you are nearby ...&lt;/p&gt;
20 </displayItem>
21 <displayItem assigned="true" lang="en" name="name">Paradise Gardens</displayItem>
22 </displayItemList>
23 <search type="lucene">
24 <level name="document">
25 <displayItem lang="en" name="name">document</displayItem>
26 </level>
27 <level name="section">
28 <displayItem lang="en" name="name">section</displayItem>
29 </level>
30 <defaultLevel name="document"/>
31 <index name="text">
32 <displayItem lang="en" name="name">text</displayItem>
33 </index>
34 <index name="Title">
35 <displayItem lang="en" name="name">titles</displayItem>
36 </index>
37 <index name="LatShort"/>
38 <index name="LngShort"/>
39 <index name="Latitude"/>
40 <index name="Longitude"/>
41 <defaultIndex name="text"/>
42 <searchType name="plain"/>
43 <searchType name="simpleform"/>
44 <searchType name="advancedform"/>
45 <format>
46<!-- SEARCH --> <gsf:option name="mapEnabled" value="true"/>
47 <gsf:template match="documentNode">
48 <td valign="top">
49 <gsf:link type="document">
50 <gsf:icon type="document"/>
51 </gsf:link>
52 </td>
53 <td>
54 <gsf:switch>
55 <gsf:metadata name="Title" select="ancestors" separator=":"/>
56 <gsf:when test="exists"><gsf:metadata name="Title" select="ancestors" separator=":"/>:</gsf:when>
57 </gsf:switch>
58 <gsf:link type="document">
59 <gsf:metadata name="Title"/>
60 </gsf:link>
61 </td>
62 </gsf:template>
63 </format>
64 </search>
65 <infodb type="jdbm"/>
66 <import>
67 <pluginList>
68 <plugin name="ZIPPlugin"/>
69 <plugin name="GreenstoneXMLPlugin"/>
70 <plugin name="TextPlugin"/>
71 <plugin name="HTMLPlugin">
72 <option name="-metadata_fields" value="Title,Longitude,Latitude,Radius"/>
73 </plugin>
74 <plugin name="EmailPlugin"/>
75 <plugin name="PDFPlugin"/>
76 <plugin name="RTFPlugin"/>
77 <plugin name="WordPlugin"/>
78 <plugin name="PostScriptPlugin"/>
79 <plugin name="PowerPointPlugin"/>
80 <plugin name="ExcelPlugin"/>
81 <plugin name="ImagePlugin"/>
82 <plugin name="ISISPlugin"/>
83 <plugin name="NulPlugin"/>
84 <plugin name="OAIPlugin"/>
85 <plugin name="MetadataXMLPlugin"/>
86 <plugin name="ArchivesInfPlugin"/>
87 <plugin name="DirectoryPlugin"/>
88 </pluginList>
89 </import>
90 <browse>
91 <classifier name="List">
92 <option name="-metadata" value="dc.Title;Title"/>
93 <option name="-partition_type_within_level" value="approximate_size"/>
94 </classifier>
95 <format>
96<!-- BROWSE --> <gsf:option name="mapEnabled" value="true"/>
97 <gsf:template match="documentNode">
98 <td valign="top">
99 <gsf:link type="document">
100 <gsf:icon type="document"/>
101 </gsf:link>
102 </td>
103 <td valign="top">
104 <gsf:link type="source">
105 <gsf:choose-metadata>
106 <gsf:metadata name="thumbicon"/>
107 <gsf:metadata name="srcicon"/>
108 </gsf:choose-metadata>
109 </gsf:link>
110 </td>
111 <td valign="top">
112 <gsf:choose-metadata>
113 <gsf:metadata name="dc.Title"/>
114 <gsf:metadata name="exp.Title"/>
115 <gsf:metadata name="Title"/>
116 <gsf:default>Untitled</gsf:default>
117 </gsf:choose-metadata>
118 </td>
119 </gsf:template>
120 <gsf:template match="classifierNode">
121 <td class="classifierLink" valign="top">
122 <gsf:link type="classifier">
123 <gsf:icon type="classifier"/>
124 </gsf:link>
125 </td>
126 <td valign="top">
127 <gsf:link type="source">
128 <gsf:choose-metadata>
129 <gsf:metadata name="thumbicon"/>
130 <gsf:metadata name="srcicon"/>
131 </gsf:choose-metadata>
132 </gsf:link>
133 </td>
134 <td valign="top">
135 <gsf:choose-metadata>
136 <gsf:metadata name="dc.Title"/>
137 <gsf:metadata name="exp.Title"/>
138 <gsf:metadata name="Title"/>
139 <gsf:default>Untitled</gsf:default>
140 </gsf:choose-metadata>
141 <gsf:switch>
142 <gsf:metadata name="Source"/>
143 <gsf:when test="exists">
144 <br/>
145 <i>(<gsf:metadata name="Source"/>)</i>
146 </gsf:when>
147 </gsf:switch>
148 </td>
149 </gsf:template>
150 <gsf:template match="classifierNode" mode="horizontal">
151 <gsf:link type="horizontal">
152 <gsf:metadata name="Title"/>
153 </gsf:link>
154 </gsf:template>
155 </format>
156 </browse>
157 <display>
158 <format>
159<!-- DISPLAY --> <gsf:option name="sideBar" value="false"/>
160 <gsf:option name="mapEnabled" value="true"/>
161 </format>
162 </display>
163 <replaceListRef id="gs2-standard"/>
164 <replaceListRef id="gs2-image"/>
165 <serviceRackList>
166 <!-- comment out the following serviceRack if you want to disable OAI for this collection -->
167
168
169
170
171
172
173 <serviceRack name="OAIPMH">
174
175
176
177
178
179
180 <ListMetadataFormats>
181 <!--What metadata sets to support is collection specific. To support other metadata schema, simply add a metadataFormat element here.
182 The support of unqualified Dublin Core metadata set is mandatory in the oai specification.
183 -->
184
185
186
187
188
189
190 <metadataFormat metadataPrefix="oai_dc">
191
192
193
194
195
196
197 <metadataPrefix>oai_dc</metadataPrefix>
198
199
200
201
202
203
204 <schema>
205 http://www.openarchives.org/OAI/2.0/oai_dc.xsd</schema>
206
207
208
209
210
211
212 <metadataNamespace>
213 http://www.openarchives.org/OAI/2.0/oai_dc/</metadataNamespace>
214 <!--<metadataElements>dc.Title,dc.Creator,dc.Subject,dc.Description,dc.Publisher,dc.Contributor,dc.Date,dc.Type,dc.Format,dc.Identifier,dc.Source,dc.Language,dc.Relation,dc.Coverage,dc.Rights</metadataElements>
215 -->
216
217
218
219
220
221
222 <mappingList>
223 <!--
224 The mapping is in the form: <publicly supported metadata name>,<mapped metadata name>, short as <A>,<B>
225 The first metadata name is medatory; if there is no mapped name followed, then the first name must be used by the records and
226 searchable in the database, otherwise it is the mapped name stored in the database. The number of mapping elements matches the
227 number of external metadata of the records. If only one name is present, the returned metadata will use this name plus the retrieved value;
228 if both <A>,<B> are present, the returned metadata will use <A>'s name plus <B>'s value retrieved from database.
229
230 **Bear in mind: if this mapping list is not present, the standard dc. metadata names (15 in total) will be used to retrieve metadata in the database.
231
232 **The only case when this mapping is not present is that: 1. this metadata format is oai_dc; 2. the metadata is also stored in the database by Dublin Core's names.
233 -->
234
235
236
237
238
239
240 <mapping>dc.Title,Title</mapping>
241 <!-- This mapping example means that the dc.Title is requested and the value of the metadata Title, which is used in this repository, is returned as response. -->
242
243
244
245
246
247
248 </mappingList>
249
250
251
252
253
254
255 </metadataFormat>
256
257
258
259
260
261
262 </ListMetadataFormats>
263
264
265
266
267
268
269 </serviceRack>
270
271
272
273
274
275
276 </serviceRackList>
277</CollectionConfig>
Note: See TracBrowser for help on using the repository browser.