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

Last change on this file since 2838 was 2838, checked in by sjboddie, 22 years ago

Altered the demo collection to use the new hlist_at_top option to the
Hierarchy classifier in place of the old AZList classifier.

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