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

Last change on this file since 13853 was 13853, checked in by kjdon, 17 years ago

rebuilt the collection with GLI, so updated the config files and index files

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 2.8 KB
Line 
1creator [email protected]
2maintainer [email protected]
3public true
4
5buildtype mg
6
7indexes section:text section:Title document:text
8
9#levels document
10
11indexoptions casefold stem
12
13#defaultlevel document
14
15plugin GAPlug
16plugin HTMLPlug -description_tags
17plugin MetadataXMLPlug
18plugin ArcPlug
19plugin RecPlug
20
21classify Hierarchy -metadata dls.Subject -sort dls.Title -buttonname Subject
22classify AZList -metadata dls.Title
23classify AZCompactList -metadata dls.Organization -sort dls.Title -mingroup 1 -buttonname Organization
24classify List -metadata dls.Keyword -buttonname Howto
25
26format SearchVList "<td valign=top>[link][icon][/link]</td><td>{If}{[parent(All\': \'):Title],[parent(All\': \'):Title]:}[link][Title][/link]</td>"
27
28format CL4VList "<br>[link][dls.Keyword][/link]"
29
30format DocumentText "<h3>[Title]</h3>\\n\\n<p>[Text]"
31format DocumentImages true
32format DocumentButtons "Expand Text|Expand Contents|Detach|Highlight"
33
34format VList "<td valign=\"top\">[link][icon][/link]</td>
35<td valign=\"top\">[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>
36<td valign=\"top\">[highlight]
37{Or}{[dc.Title],[exp.Title],[ex.Title],Untitled}
38[/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}</td>"
39
40format HList "[link][highlight][ex.Title][/highlight][/link]"
41
42format DocumentHeading "{Or}{[parent(Top):Title],[Title],untitled}<br>"
43
44collectionmeta iconcollectionsmall [l=en] "_httpprefix_/collect/gs2mgdemo/images/gs2mgdemo_sm.gif"
45collectionmeta iconcollection [l=en] "_httpprefix_/collect/gs2mgdemo/images/gs2mgdemo.gif"
46
47# -- English strings ----------------
48collectionmeta collectionname [l=en] "Greenstone2 MG demo collection"
49collectionmeta 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."
50
51collectionmeta .section:text [l=en] "chapters"
52collectionmeta .section:Title [l=en] "section titles"
53collectionmeta .document:text [l=en] "entire documents"
54
55# -- French strings ----------------
56collectionmeta .section:text [l=fr] "chapitres"
57collectionmeta .section:Title [l=fr] "titres des sections"
58collectionmeta .document:text [l=fr] "documents entiers"
59
60# -- Spanish strings ----------------
61collectionmeta .section:text [l=es] "capítulos"
62collectionmeta .section:Title [l=es] "títulos de las secciones"
63collectionmeta .document:text [l=es] "documentos enteros"
64
65# -- Russian strings ----------------
66collectionmeta .section:text [l=ru] "Главы"
67collectionmeta .section:Title [l=ru] "НазваМОя разЎелПв"
68collectionmeta .document:text [l=ru] "ППлМые ЎПкуЌеМты"
69collectionmeta .document [l=en] "document"
70
Note: See TracBrowser for help on using the repository browser.