source: trunk/gsdl3/web/sites/localsite/collect/gs2mgppdemo/etc/collectionConfig.xml@ 9874

Last change on this file since 9874 was 9874, checked in by kjdon, 19 years ago

merged from branch ant-install-branch: merge 1

  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
1<collectionConfig xmlns:gsf="http://www.greenstone.org/greenstone3/schema/ConfigFormat" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
2<metadataList>
3<metadata name="creator">[email protected]</metadata>
4 </metadataList>
5 <displayItemList>
6 <displayItem name="description" lang="en">This is a demonstration collection for the Greenstone3 digital library software. It contains a small subset (11 books) of the Humanitarian and Development Libraries. It is a Green stone2 collection, built with MGPP, which provides form based searching. The Greenstone2 configuration files have been converted to Greenstone3 equivalents, enabling it to be served using Greenstone3.</displayItem>\n<displayItem name="smallicon" lang="en">gs2mgppdemo_sm.gif</displayItem>
7 <displayItem name="icon" lang="en">gs2mgppdemo.gif</displayItem>
8 <displayItem name="smallicon" lang="en">gs2mgppdemo_sm.gif</displayItem>
9 <displayItem name="name" lang="en">Greenstone2 MGPP demo collection</displayItem>
10 </displayItemList>
11 <search>
12 <index name="idx">
13 </index>
14 <format>
15 <gsf:template match="documentNode">
16 <td valign='top'><gsf:link><gsf:icon/></gsf:link></td>
17 <td><gsf:switch><gsf:metadata name='Title' select='ancestors' separator=': '/><gsf:when test='exists'><gsf:metadata name='Title' select='ancestors' separator=': '/>: </gsf:when></gsf:switch><gsf:link><gsf:metadata name='Title' /></gsf:link></td>
18 </gsf:template>
19 </format>
20 </search>
21 <browse>
22 <classifier name="CL1">
23 </classifier>
24 <classifier name="CL2">
25 </classifier>
26 <classifier name="CL3">
27 </classifier>
28 <classifier name="CL4">
29 <format>
30 <gsf:template match="documentNode">
31 <td><gsf:link><gsf:metadata name='dls.Keyword' /></gsf:link></td>
32 </gsf:template>
33 </format>
34 </classifier>
35 </browse>
36</collectionConfig>
Note: See TracBrowser for help on using the repository browser.