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

Last change on this file since 10686 was 10686, checked in by chi, 19 years ago

Change of format statement

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