source: other-projects/nightly-tasks/diffcol/trunk/model-collect/Tudor-Basic/etc/collect.cfg@ 28237

Last change on this file since 28237 was 28237, checked in by ak19, 11 years ago

Rebilt those model-collections that needed accentfolding, casefol and stem (and defaultlevel document) set in their collect.cfg, as well as standar GS path placeholders in the archiveinf-doc and -src files.

File size: 2.0 KB
Line 
1creator
2maintainer
3public true
4
5buildtype mgpp
6infodbtype gdbm
7
8indexes text dc.Title,ex.dc.Title,ex.Title ex.Source
9defaultindex text
10
11levels document
12
13indexoptions accentfold casefold stem
14
15defaultlevel document
16
17# import options, needed for diffcol testing
18# especially in conjunction with -sort flag to ArchivesInfPlugin
19OIDtype hash_on_full_filename
20sortmeta OID
21
22plugin ZIPPlugin
23plugin GreenstoneXMLPlugin
24plugin TextPlugin
25plugin HTMLPlugin -metadata_fields Title,Author,Page_topic,Content
26plugin EmailPlugin
27plugin PDFPlugin
28plugin RTFPlugin
29plugin WordPlugin
30plugin PostScriptPlugin
31plugin PowerPointPlugin
32plugin ExcelPlugin
33plugin ImagePlugin
34plugin ISISPlugin
35plugin NulPlugin
36plugin EmbeddedMetadataPlugin
37plugin MetadataXMLPlugin
38plugin ArchivesInfPlugin -sort
39plugin DirectoryPlugin
40
41classify List -metadata dc.Title;ex.Title -partition_type_within_level approximate_size
42classify List -metadata ex.Source -partition_type_within_level approximate_size
43
44format VList "<td valign=\"top\">[link][icon][/link]</td>
45<td valign=\"top\">[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>
46<td valign=\"top\">[highlight]
47{Or}{[dc.Title],[exp.Title],[ex.Title],Untitled}
48[/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}</td>"
49
50format HList "[link][highlight][ex.Title][/highlight][/link]"
51
52format DocumentHeading "{Or}{[parent(Top):Title],[Title],untitled}<br>"
53
54format DocumentText "[Text]"
55
56format DocumentButtons "Detach|Highlight"
57
58format SearchTypes "plain,form"
59
60collectionmeta collectionname [l=en] "Tudor-Basic"
61collectionmeta .text [l=en] "_labeltext_"
62collectionmeta .dc.Title,ex.dc.Title,Title [l=en] "_labelTitle_"
63collectionmeta .Source [l=en] "_labelSource_"
64collectionmeta .document [l=en] "_textdocument_"
65collectionmeta .section [l=en] "_textsection_"
66collectionmeta .document:text [l=en] "_labeltext_"
67collectionmeta .document:dc.Title,Title,ex.dc.Title [l=en] "_labelTitle_"
68collectionmeta .document:Source [l=en] "_labelSource_"
69collectionmeta .document:dc.Title,Title [l=en] "_labelTitle_"
Note: See TracBrowser for help on using the repository browser.