source: trunk/gsdl3/web/sites/localsite/collect/gs2mgppdemo/etc/collect.cfg@ 13857

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

rebuilt the collection using GLI, so committing the new config files and index files. Note, the xml config files have been formatted by hand (just changing indentation etc)

  • Property svn:keywords set to Author Date Id Revision
File size: 2.3 KB
Line 
1creator [email protected]
2maintainer [email protected]
3public true
4
5buildtype mgpp
6
7format SearchTypes "form,plain"
8
9indexes allfields text dls.Title dls.Subject dls.Organization
10
11levels section document
12
13indexoptions accentfold casefold stem
14
15defaultlevel document
16
17plugin GAPlug
18plugin HTMLPlug -description_tags
19plugin MetadataXMLPlug
20plugin ArcPlug
21plugin RecPlug
22
23classify AZList -metadata dls.Title
24classify Hierarchy -metadata dls.Subject -sort dls.Title
25classify AZCompactList -metadata dls.Organization -sort dls.Title -mingroup 1 -buttonname Organization
26classify List -metadata dls.Keyword -buttonname Howto
27
28format SearchVList "<td valign=top>[link][icon][/link]</td><td>{If}{[parent(All\': \'):Title],[parent(All\': \'):Title]:}[link][Title][/link]</td>"
29
30format DocumentText "<h3>[Title]</h3>\\n\\n<p>[Text]"
31format DocumentImages true
32format DocumentButtons "Expand Text|Expand Contents|Detach|Highlight"
33
34format CL4VList "<td>[link][dls.Keyword][/link]</td>"
35
36format VList "<td valign=\"top\">[link][icon][/link]</td>
37<td valign=\"top\">[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>
38<td valign=\"top\">[highlight]
39{Or}{[dc.Title],[exp.Title],[ex.Title],Untitled}
40[/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}</td>"
41
42format HList "[link][highlight][ex.Title][/highlight][/link]"
43
44format DocumentHeading "{Or}{[parent(Top):Title],[Title],untitled}<br>"
45
46collectionmeta iconcollectionsmall [l=en] "_httpprefix_/collect/gs2mgppdemo/images/gs2mgppdemo_sm.gif"
47collectionmeta iconcollection [l=en] "_httpprefix_/collect/gs2mgppdemo/images/gs2mgppdemo.gif"
48
49collectionmeta collectionname [l=en] "Greenstone2 MGPP demo collection"
50collectionmeta collectionextra [l=en] "This is a demonstration collection
51for the Greenstone3 digital library software. It contains a small subset
52(11 books) of the Humanitarian and Development Libraries. It is a Greenstone2
53collection, built with MGPP, which provides form based searching.
54The Greenstone2 configuration files have been converted to Greenstone3
55equivalents, enabling it to be served using Greenstone3."
56
57collectionmeta .text [l=en] "text"
58collectionmeta .allfields [l=en] "all fields"
59collectionmeta .dls.Subject [l=en] "subjects"
60collectionmeta .dls.Title [l=en] " titles"
61collectionmeta .dls.Organization [l=en] "organisations"
Note: See TracBrowser for help on using the repository browser.