source: main/trunk/model-sites-dev/WaikatoEducationDept/TT4.02_Science Resources_Crates/sciencea.gs3coll/etc/collectionConfig.xml@ 33673

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

Waikato Education Department's Science Activities and Maths Activities collections, prepared with Liang. Committing with additional READMEs that I've now written up.

File size: 8.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CollectionConfig xmlns:gsf="http://www.greenstone.org/greenstone3/schema/ConfigFormat" xmlns:gslib="http://www.greenstone.org/skinning" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3 <metadataList>
4 <metadata lang="en" name="creator"/>
5 <metadata lang="en" name="maintainer"/>
6 <metadata lang="en" name="public">true</metadata>
7 </metadataList>
8 <displayItemList>
9 <displayItem assigned="true" lang="en" name="description">Science crates in TT4.02</displayItem>
10 <displayItem assigned="true" lang="en" name="name">Science Activities</displayItem>
11 <displayItem assigned="true" lang="en" name="er.ActivityName">Activity Name</displayItem>
12 <displayItem assigned="true" lang="en" name="document:text">text</displayItem>
13 <displayItem assigned="true" lang="en" name="document:ex.Title">Title</displayItem>
14 <displayItem assigned="true" lang="en" name="document:ex.Source">Source</displayItem>
15 <displayItem assigned="true" lang="en" name="document">document</displayItem>
16 <displayItem assigned="true" lang="en" name="section">section</displayItem>
17 <displayItem assigned="true" lang="en" name="text">text</displayItem>
18 <displayItem assigned="true" lang="en" name="dc.Title,ex.dc.Title,Title">titles</displayItem>
19 <displayItem assigned="true" lang="en" name="Source">filenames</displayItem>
20 <displayItem assigned="true" lang="en" name="shortDescription">science1</displayItem>
21 <displayItem assigned="true" lang="en" name=".er.ActivityName">er.ActivityName</displayItem>
22 </displayItemList>
23 <format>
24 <gsf:template name="choose-title">
25 <gsf:choose-metadata>
26<!--
27<gsf:metadata name="er.ActivityName"/>
28-->
29 <gsf:metadata name="Source"/>
30 <gsf:default>Untitled</gsf:default>
31 </gsf:choose-metadata>
32 </gsf:template>
33 </format>
34 <search type="lucene">
35 <level name="document">
36 <displayItem lang="en" name="name">document</displayItem>
37 </level>
38 <defaultLevel name="document"/>
39 <index name="er.ActivityName">
40 <displayItem lang="en" name="name">Activity Name</displayItem>
41 </index>
42 <defaultIndex name="er.ActivityName"/>
43 <sort name="rank">
44 <displayItem lang="en" name="name">rank</displayItem>
45 </sort>
46 <sort name="none">
47 <displayItem lang="en" name="name">natural (build) order</displayItem>
48 </sort>
49 <searchType name="plain"/>
50 <searchType name="simpleform"/>
51 <searchType name="advancedform"/>
52 <format>
53 <gsf:template match="documentNode">
54 <td valign="top">
55 <gsf:link type="document">
56 <gsf:icon type="document"/>
57 </gsf:link>
58 </td>
59 <td valign="top">
60 <gsf:link type="source">
61 <gsf:choose-metadata>
62 <gsf:metadata name="thumbicon"/>
63 <gsf:metadata name="srcicon"/>
64 </gsf:choose-metadata>
65 </gsf:link>
66 </td>
67 <td><gsf:metadata name="er.Crate"/>:<gsf:metadata name="er.CrateName"/> &gt;<br/><gsf:link type="document"><!--
68<xsl:call-template name="choose-title"/>
69-->
70<gsf:metadata name="er.Activity"/>:<gsf:metadata name="er.ActivityName"/></gsf:link> (<gsf:metadata name="Source"/>)</td>
71 </gsf:template>
72 </format>
73 </search>
74 <infodb type="jdbm"/>
75 <import>
76 <pluginList>
77 <plugin name="ZIPPlugin"/>
78 <plugin name="GreenstoneXMLPlugin"/>
79 <plugin name="TextPlugin"/>
80 <plugin name="HTMLPlugin"/>
81 <plugin name="EmailPlugin"/>
82 <plugin name="PDFv2Plugin">
83 <option name="-convert_to" value="pretty_html"/>
84 </plugin>
85 <plugin name="RTFPlugin"/>
86 <plugin name="WordPlugin">
87 <option name="-windows_scripting"/>
88 <option name="-convert_to" value="auto"/>
89 </plugin>
90 <plugin name="PostScriptPlugin"/>
91 <plugin name="PowerPointPlugin"/>
92 <plugin name="ExcelPlugin"/>
93 <plugin name="ImagePlugin"/>
94 <plugin name="ISISPlugin"/>
95 <plugin name="NulPlugin"/>
96 <plugin name="OAIPlugin"/>
97 <plugin name="MetadataXMLPlugin"/>
98 <plugin name="ArchivesInfPlugin"/>
99 <plugin name="DirectoryPlugin"/>
100 </pluginList>
101 </import>
102 <browse>
103 <classifier name="Hierarchy">
104 <option name="-metadata" value="er.CrateHierarchy"/>
105 <option name="-sort" value="er.ActivityName"/>
106 <option name="-buttonname" value="Browse by crate"/>
107 </classifier>
108 <format>
109 <gsf:template match="documentNode">
110 <td valign="top">
111 <gsf:link type="document">
112 <gsf:icon type="document"/>
113 </gsf:link>
114 </td>
115 <td valign="top">
116 <gsf:link type="source">
117 <gsf:choose-metadata>
118 <gsf:metadata name="thumbicon"/>
119 <gsf:metadata name="srcicon"/>
120 </gsf:choose-metadata>
121 </gsf:link>
122 </td>
123 <td valign="top">
124 <gsf:link type="document">
125<!--
126Defined in the global format statement
127-->
128<!--
129<gsf:metadata name="er.Activity"/>:
130-->
131 <xsl:call-template name="choose-title"/>
132<!--
133<gsf:switch>
134<gsf:metadata name="Source"/>
135<gsf:when test="exists">
136<br/>
137<i>(
138<gsf:metadata name="Source"/>)
139</i>
140</gsf:when>
141</gsf:switch>
142-->
143 </gsf:link>
144 </td>
145 </gsf:template>
146 <gsf:template match="classifierNode[@classifierStyle = 'VList']">
147 <td valign="top">
148 <gsf:link style="static" type="classifier">
149 <gsf:icon type="classifier"/>
150 </gsf:link>
151 </td>
152 <td valign="top">
153 <gsf:link type="classifier">
154 <gsf:metadata name="Title"/>
155 </gsf:link>
156 </td>
157 <td valign="top">(<gsf:metadata name="numleafdocs"/>)</td>
158 </gsf:template>
159 <gsf:template match="classifierNode[@classifierStyle = 'HList']">
160 <gsf:link style="static" type="classifier">
161 <gsf:metadata name="Title"/>
162 </gsf:link>
163 </gsf:template>
164 </format>
165 </browse>
166 <display>
167 <format>
168 <gsf:option name="TOC" value="true"/>
169 <gsf:option name="AllowUserComments" value="false"/>
170<!--
171Overwriting this template allows you to change the heading of the document.
172-->
173<!--
174<gsf:template name="documentHeading">
175<span style="font-weight:bold; font-size: 120%;">
176<xsl:call-template name="choose-title"/>
177</span>
178</gsf:template>
179-->
180<!--
181Overwriting this template can be used to redefine the content of the whole document. This is useful for simple documents, but not recommended for more complex documents (e.g. hierachical and paged documents) as it can prevent any sub-sections from showing.
182-->
183<!--
184<gsf:template name="documentContent">
185<div id="gs-document">
186<xsl:call-template name="documentPre"/>
187<xsl:call-template name="wrappedSectionImage"/>
188<div id="gs-document-text">
189<xsl:call-template name="documentNodeText"/>
190</div>
191</div>
192</gsf:template>
193-->
194<!--
195Overwriting this template can be used to change the content of section headings.
196-->
197<!--
198<gsf:template name="sectionHeading">
199<xsl:call-template name="choose-title"/>
200</gsf:template>
201-->
202<!--
203Overwriting this template can be used to change the content of the top-level section.
204-->
205<!--
206<gsf:template name="topLevelSectionContent">
207<xsl:call-template name="wrappedSectionImage"/>
208<xsl:call-template name="wrappedSectionText"/>
209</gsf:template>
210-->
211<!--
212Overwriting this template can be used to change the content of sections.
213-->
214<!--
215<gsf:template name="sectionContent">
216<xsl:call-template name="wrappedSectionImage"/>
217<xsl:call-template name="wrappedSectionText"/>
218</gsf:template>
219-->
220 </format>
221 </display>
222 <replaceListRef id="gs2-standard"/>
223 <replaceListRef id="gs2-image"/>
224 <serviceRackList><!-- comment out the following serviceRack if you want to disable RSS for this collection -->
225 <serviceRack name="RSSRetrieve"/><!-- comment out the following serviceRack if you want to disable OAI for this collection -->
226 <serviceRack name="OAIPMH">
227 <setName>science1</setName>
228 <setDescription/><!-- uncomment the following and set the name attribute if
229 you want this collection to be part of a super set. --><!--<oaiSuperSet name="xxx"/>-->
230 <ListMetadataFormats><!--What metadata sets to support for this collection. You can select any set that is specified in OAIConfig.xml. To use a new set, you need to add a set definition in OAIConfig.xml, then reference it here, like:
231 <metadataFormat metadataPrefix="prefix"/> -->
232 <metadataFormat metadataPrefix="oai_dc"><!-- you can customize the mappings by adding elements in here. See resources/oai/OAIConfig.xml for the format--></metadataFormat>
233 </ListMetadataFormats>
234 </serviceRack>
235 </serviceRackList>
236</CollectionConfig>
Note: See TracBrowser for help on using the repository browser.