source: trunk/for-distributions/collect/demo/etc/collect.cfg@ 9444

Last change on this file since 9444 was 9444, checked in by nzdl, 19 years ago

More tidy ups.

  • Property svn:keywords set to Author Date Id Revision
File size: 4.4 KB
Line 
1creator [email protected]
2maintainer [email protected]
3public true
4
5beta false
6
7indexes section:text section:Title document:text
8
9plugin GAPlug
10plugin HTMLPlug -description_tags
11plugin ArcPlug
12plugin RecPlug -use_metadata_files
13
14classify Hierarchy -metadata dls.Subject -sort dls.Title -buttonname Subject
15classify Hierarchy -metadata dls.AZList -hlist_at_top -sort dls.Title -buttonname Title
16classify Hierarchy -metadata dls.Organization -sort dls.Title -buttonname Organization
17classify Hierarchy -metadata dls.Keyword -sort dls.Title -buttonname Howto
18
19# To build this collection using the List clasifier for the Howto
20# listing (as shown in the Greenstone Developer's Guide) you should
21# uncomment the following two lines and comment out the line above
22# before rebuilding.
23#classify List -metadata dls.Keyword -buttonname Howto
24#format CL4VList "<br>[link][dls.Keyword][/link]"
25
26format SearchVList "<td valign=top>[link][icon][/link]</td><td>{If}{[parent(All\': \'):Title],[parent(All\': \'):Title]:}[link][Title][/link]</td>"
27format VList "<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>"
28
29format DocumentText "<h3>[Title]</h3>\\n\\n<p>[Text]"
30format DocumentImages true
31format DocumentButtons "Expand Text|Expand Contents|Detach|Highlight"
32
33format DateList "<td>[link][icon][/link]</td><td>[highlight]{Or}{[dls.Title],[dc.Title],[Title],Untitled}[/highlight]</td><td>[Date]</td>"
34
35format HList "[link][highlight][Title][/highlight][/link]"
36
37collectionmeta iconcollectionsmall [l=en] "_httpprefix_/collect/demo/images/en/demosm.gif"
38collectionmeta iconcollection [l=en] "_httpprefix_/collect/demo/images/en/demo.gif"
39
40collectionmeta iconcollectionsmall [l=fr] "_httpprefix_/collect/demo/images/fr/demosm.gif"
41collectionmeta iconcollection [l=fr] "_httpprefix_/collect/demo/images/fr/demo.gif"
42
43collectionmeta iconcollectionsmall [l=es] "_httpprefix_/collect/demo/images/es/demosm.gif"
44collectionmeta iconcollection [l=es] "_httpprefix_/collect/demo/images/es/demo.gif"
45
46collectionmeta iconcollectionsmall [l=ru] "_httpprefix_/collect/demo/images/ru/demosm.gif"
47collectionmeta iconcollection [l=ru] "_httpprefix_/collect/demo/images/ru/demo.gif"
48
49# -- English strings ----------------
50collectionmeta collectionname [l=en] "Greenstone demo"
51collectionmeta collectionextra [l=en] "This is a demonstration collection for the Greenstone digital library software.\nIt contains a small subset (11 documents) of the Humanitarian and Development Libraries."
52
53collectionmeta .section:text [l=en] "chapters"
54collectionmeta .section:Title [l=en] "section titles"
55collectionmeta .document:text [l=en] "entire documents"
56
57# -- French strings ----------------
58collectionmeta collectionname [l=fr] "Démo Greenstone"
59collectionmeta 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)."
60
61collectionmeta .section:text [l=fr] "chapitres"
62collectionmeta .section:Title [l=fr] "titres des sections"
63collectionmeta .document:text [l=fr] "documents entiers"
64
65# -- Spanish strings ----------------
66collectionmeta collectionname [l=es] "Colección de muestra Greenstone"
67collectionmeta 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."
68
69collectionmeta .section:text [l=es] "capítulos"
70collectionmeta .section:Title [l=es] "títulos de las secciones"
71collectionmeta .document:text [l=es] "documentos enteros"
72
73# -- Russian strings ----------------
74collectionmeta collectionname [l=ru] "ЎеЌПМстрацОПММый прОЌер Greenstone"
75collectionmeta collectionextra [l=ru] "ЭтП - ЎеЌПМстрацОПММая кПллекцОя прПграЌЌМПгП ПбеспечеМОя цОфрПвПй бОблОПтекО Greenstone. ОМа сПЎержОт МебПльшПй пПЎМабПр (11 ЎПкуЌеМтПв) ГуЌаМОтарМПй бОблОПтекО О БОблОПтекО развОтОя."
76
77collectionmeta .section:text [l=ru] "Главы"
78collectionmeta .section:Title [l=ru] "НазваМОя разЎелПв"
79collectionmeta .document:text [l=ru] "ППлМые ЎПкуЌеМты"
Note: See TracBrowser for help on using the repository browser.