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

Last change on this file since 3304 was 3304, checked in by cvs_blondeel, 22 years ago

Added (and tested) the Spanish l12n for the Spanish screenshots

  • Property svn:executable set to *
  • Property svn:mime-type set to application/octet-stream
File size: 2.7 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 AZList.txt -metadata AZList -sort Title -buttonname Title -hlist_at_top
15classify Hierarchy -hfile org.txt -metadata Organization -sort Title
16#classify Hierarchy -hfile keyword.txt -metadata Keyword -sort Title -buttonname Howto
17classify List -metadata Keyword -buttonname Howto
18
19format SearchVList \
20 "<td valign=top>[link][icon][/link]</td><td>{If}{[parent(All': '):Title],[parent(All': '):Title]:}[link][Title][/link]</td>"
21format VList \
22 "<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>"
23
24format CL4VList "<br>[link][Keyword][/link]"
25
26format DocumentText "<h3>[Title]</h3>\\n\\n<p>[Text]"
27format DocumentImages true
28format DocumentButtons "Expand Text|Expand Contents|Detach|Highlight"
29format HelpBookDocs true
30
31collectionmeta collectionname "greenstone demo"
32collectionmeta collectionextra "This is a demonstration collection for the Greenstone digital library software.\nIt contains a small subset (11 books) of the Humanity Development Library"
33collectionmeta 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 livres)."
34collectionmeta collectionextra [l=es] "Esto es una colección de demostración para el software de biblioteca digital Greenstone. Contiene un pequeño subconjunto (11 libros) de la biblioteca del desarrollo para la humanidad."
35collectionmeta iconcollectionsmall "_httpprefix_/collect/demo/images/demosm.gif"
36collectionmeta iconcollection "_httpprefix_/collect/demo/images/demo.gif"
37collectionmeta .section:Title "section titles"
38collectionmeta .section:Title [l=fr] "titres des sections"
39collectionmeta .section:Title [l=es] "títulos de las secciones"
40collectionmeta .document:text "entire books"
41collectionmeta .document:text [l=fr] "livres entiers"
42collectionmeta .document:text [l=es] "libros enteros"
43collectionmeta .section:text "chapters"
44collectionmeta .section:text [l=fr] "chapitres"
45collectionmeta .section:text [l=es] "capítulos"
Note: See TracBrowser for help on using the repository browser.