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

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

A few minor alterations to the demo collection collect.cfg file. It now
includes all the default plugins (even though it doesn't need most of them)
and is stored in CVS as a binary file (this is only really for my benefit
so I don't have to remember to convert the line endings when I create a
distribution -- Windows notepad users seem to think we should be using
Windows line endings for the various config files).

  • Property svn:executable set to *
  • Property svn:mime-type set to application/octet-stream
File size: 3.2 KB
Line 
1creator [email protected]
2maintainer [email protected]
3public true
4
5indexes section:text section:Title document:text
6defaultindex section:text
7
8plugin ZIPPlug
9plugin GAPlug
10plugin TEXTPlug
11plugin HTMLPlug -description_tags -input_encoding iso_8859_1 -cover_image
12plugin EMAILPlug
13plugin PDFPlug -description_tags
14plugin RTFPlug -description_tags
15plugin WordPlug -description_tags
16plugin PSPlug -description_tags
17plugin ArcPlug
18plugin RecPlug -use_metadata_files
19
20classify Hierarchy -hfile sub.txt -metadata Subject -sort Title
21classify Hierarchy -hfile AZList.txt -metadata AZList -sort Title -buttonname Title -hlist_at_top
22classify Hierarchy -hfile org.txt -metadata Organization -sort Title
23#classify Hierarchy -hfile keyword.txt -metadata Keyword -sort Title -buttonname Howto
24classify List -metadata Keyword -buttonname Howto
25
26# Note that the following line should be commented out if the
27# Hierarchy version of the Keyword classifier is used above (by
28# default the List version of this classifier is used and the
29# Hierarchy version is commented out).
30format CL4VList "<br>[link][Keyword][/link]"
31
32format SearchVList \
33 "<td valign=top>[link][icon][/link]</td><td>{If}{[parent(All': '):Title],[parent(All': '):Title]:}[link][Title][/link]</td>"
34format VList \
35 "<td valign=top>[link][icon][/link]</td><td valign=top>[highlight]{Or}{[Title],Untitled}[/highlight]<i><small>{If}{[Date],<br>_textdate_[Date]}{If}{[NumPages],<br>_textnumpages_[NumPages]}{If}{[Source],<br>_textsource_[Source]}</small></i></td>"
36
37format DocumentText "<h3>[Title]</h3>\\n\\n<p>[Text]"
38format DocumentImages true
39format DocumentButtons "Expand Text|Expand Contents|Detach|Highlight"
40format HelpBookDocs true
41
42collectionmeta collectionname "greenstone demo"
43collectionmeta collectionextra "This is a demonstration collection for the Greenstone digital library software.\nIt contains a small subset (11 documents) of the Humanity Development Library"
44collectionmeta collectionextra [l=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 documents)."
45collectionmeta collectionextra [l=es] "Esto es una colección de demostración para el software de biblioteca digital Greenstone. Contiene un pequeño subconjunto (11 documentos) de la biblioteca del desarrollo para la humanidad."
46collectionmeta iconcollectionsmall "_httpprefix_/collect/demo/images/demosm.gif"
47collectionmeta iconcollection "_httpprefix_/collect/demo/images/demo.gif"
48collectionmeta .section:Title "section titles"
49collectionmeta .section:Title [l=fr] "titres des sections"
50collectionmeta .section:Title [l=es] "títulos de las secciones"
51collectionmeta .document:text "entire documents"
52collectionmeta .document:text [l=fr] "documents entiers"
53collectionmeta .document:text [l=es] "documentos enteros"
54collectionmeta .section:text "chapters"
55collectionmeta .section:text [l=fr] "chapitres"
56collectionmeta .section:text [l=es] "capítulos"
Note: See TracBrowser for help on using the repository browser.