source: trunk/gsdl/collect/demo/etc/collect.cfg@ 2711

Last change on this file since 2711 was 2711, checked in by sjboddie, 23 years ago

Removed the "beta" collect.cfg option to avoid awkward questions from
people about what it does (nothing!)

  • Property svn:executable set to *
  • Property svn:mime-type set to application/octet-stream
File size: 1.4 KB
Line 
1creator [email protected]
2maintainer [email protected]
3public true
4
5indexes section:text section:Title document:text
6defaultindex section:text
7
8plugin GMLPlug
9plugin HBPlug -input_encoding iso_8859_1
10plugin HTMLPlug
11plugin ArcPlug
12plugin IndexPlug
13plugin RecPlug
14
15classify Hierarchy -hfile sub.txt -metadata Subject -sort Title
16classify AZList -metadata Title
17classify Hierarchy -hfile org.txt -metadata Organization -sort Title
18classify List -metadata Howto
19
20format SearchVList "<td valign=top>[link][icon][/link]</td><td>{If}{[parent(All': '):Title],[parent(All': '):Title]: }[link][Title][/link]</td>"
21
22format CL4VList "<br>[link][Howto][/link]"
23
24format DocumentImages true
25format DocumentText "<h3>[Title]</h3>\\n\\n<p>[Text]"
26format DocumentButtons "Expand Text|Expand Contents|Detach|Highlight"
27
28collectionmeta collectionname "greenstone demo"
29collectionmeta collectionextra "This is a demonstration collection for the Greenstone digital library software.\nIt contains a small subset (11 books) of the Humanity Development Library"
30collectionmeta iconcollectionsmall "_httpprefix_/collect/demo/images/demosm.gif"
31collectionmeta iconcollection "_httpprefix_/collect/demo/images/demo.gif"
32collectionmeta .section:Title "section titles"
33collectionmeta .document:text "entire books"
34collectionmeta .section:text "chapters"
35
Note: See TracBrowser for help on using the repository browser.