source: trunk/gsdl3/web/sites/localsite/collect/mgppdemo/etc/collectionConfig.xml@ 4849

Last change on this file since 4849 was 4849, checked in by kjdon, 21 years ago

changed some formatting

  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
Line 
1<collectionConfig xmlns:gsf="http://www.greenstone.org/configformat">
2 <metadataList>
3 <metadata name="colName" lang="en">greenstone mgpp demo</metadata>
4 <metadata name="colDescription" lang="en">This is a demonstration collection for the Greenstone digital library software.\nIt contains a small subset (11 books) of the Humanity Development Library. It is built with mgpp.</metadata>
5 <metadata name="colDescription" lang="fr">C'est une collection pour démonstration du logiciel Greenstone.\n Elle contient une petite partie du projet de bibliothÚques humanitaires et de développement (11 livres).</metadata>
6 <metadata name="creator">[email protected]</metadata>
7 <metadata name="maintainer">[email protected]</metadata>
8 <metadata name="colIcon">mgppdemo.gif</metadata>
9 </metadataList>
10 <search>
11 <index name="tt" content="text,metadata" level="Document,Section">
12 <displayName lang="en">books</displayName>
13 </index>
14 <index name="t0" content="Title" level="Document,Section">
15 <displayName lang="en">titles</displayName>
16 </index>
17 <format>
18 <gsf:template match="documentNode"><td><gsf:link><gsf:metadata name="Title"/>(<gsf:metadata name="Source"/>)</gsf:link></td></gsf:template>
19 </format>
20 </search>
21 <browse>
22 <classifier name="CL1" type="Hierarchy" content="Subject" level="Document">
23 <option name="hfile" value="sub.txt"/>
24 <option name="sort" value="Title"/>
25 </classifier>
26 <classifier name="CL2" type="AZList" content="Title" level="Document">
27 <displayName lang='en'>all titles</displayName>
28 </classifier>
29 <classifier name="CL4" type="Hierarchy" content="Organisation" level="Document">
30 <option name="hfile" value="org.txt"/>
31 <option name="sort" value="Title"/>
32 </classifier>
33 <classifier name="CL5" type="List" content="Keyword" level="Document">
34 <format>
35 <gsf:template match="documentNode"><td><gsf:link><gsf:metadata name="Keyword"/></gsf:link></td></gsf:template>
36 </format>
37 </classifier>
38 <classifier type="Phind" content="text" level="Section"/>
39 </browse>
40</collectionConfig>
Note: See TracBrowser for help on using the repository browser.