source: trunk/gsdl3/web/sites/localsite/collect/gs2mgdemo/etc/collect.cfg@ 10843

Last change on this file since 10843 was 10843, checked in by kjdon, 18 years ago

tidied these up a bit, no longer use Hierarchy files

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 2.3 KB
Line 
1creator [email protected]
2maintainer [email protected]
3public true
4
5indexes section:text section:Title document:text
6
7plugin GAPlug
8plugin HTMLPlug -description_tags
9plugin ArcPlug
10plugin RecPlug -use_metadata_files
11
12classify Hierarchy -metadata dls.Subject -sort dls.Title -buttonname Subject
13classify AZList -metadata dls.Title
14classify AZCompactList -metadata dls.Organization -sort dls.Title -buttonname Organization
15classify List -metadata dls.Keyword -buttonname Howto
16
17format SearchVList "<td valign=top>[link][icon][/link]</td><td>{If}{[parent(All\': \'):Title],[parent(All\': \'):Title]:}[link][Title][/link]</td>"
18
19format CL4VList "<br>[link][dls.Keyword][/link]"
20
21format DocumentText "<h3>[Title]</h3>\\n\\n<p>[Text]"
22format DocumentImages true
23format DocumentButtons "Expand Text|Expand Contents|Detach|Highlight"
24
25collectionmeta iconcollectionsmall [l=en] "_httpprefix_/collect/gs2mgdemo/images/gs2mgdemo_sm.gif"
26collectionmeta iconcollection [l=en] "_httpprefix_/collect/gs2mgdemo/images/gs2mgdemo.gif"
27
28# -- English strings ----------------
29collectionmeta collectionname [l=en] "Greenstone2 MG demo collection"
30collectionmeta collectionextra [l=en] "This is a demonstration collection for the Greenstone3 digital library software. It contains a small subset (11 books) of the Humanitarian and Development Libraries. It is a Greenstone2 collection, built with MG. The Greenstone2 configuration files have been converted to Greenstone3 equivalents, enabling it to be served using Greenstone3."
31
32collectionmeta .section:text [l=en] "chapters"
33collectionmeta .section:Title [l=en] "section titles"
34collectionmeta .document:text [l=en] "entire documents"
35
36# -- French strings ----------------
37collectionmeta .section:text [l=fr] "chapitres"
38collectionmeta .section:Title [l=fr] "titres des sections"
39collectionmeta .document:text [l=fr] "documents entiers"
40
41# -- Spanish strings ----------------
42collectionmeta .section:text [l=es] "capítulos"
43collectionmeta .section:Title [l=es] "títulos de las secciones"
44collectionmeta .document:text [l=es] "documentos enteros"
45
46# -- Russian strings ----------------
47collectionmeta .section:text [l=ru] "Главы"
48collectionmeta .section:Title [l=ru] "НазваМОя разЎелПв"
49collectionmeta .document:text [l=ru] "ППлМые ЎПкуЌеМты"
50
51
Note: See TracBrowser for help on using the repository browser.