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

Last change on this file since 3735 was 3735, checked in by sjboddie, 21 years ago

* empty log message *

  • 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
23classify Hierarchy -hfile keyword.txt -metadata Keyword -sort Title -buttonname Howto
24
25# To build this collection using the List clasifier for the Howto
26# listing (as shown in the Greenstone Developer's Guide) you should
27# uncomment the following two lines and comment out the line above
28# before rebuilding.
29#classify List -metadata Keyword -buttonname Howto
30#format 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 Humanitarian and Development Libraries."
44collectionmeta collectionextra [l=fr] "Il s'agit d'une collection de démonstration pour le logiciel Greenstone. Elle contient seulement un petit échantillon des BibliothÚques humanitaires pour le Développement (11 documents)."
45collectionmeta collectionextra [l=es] "Esta es una colección de demostración del programa Greenstone. Contiene un pequeño subconjunto (11 documentos) de las Bibliotecas Humanitarias para el Desarrollo."
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.