source: other-projects/nightly-tasks/diffcol/trunk/model-collect/METS/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
21saveas GreenstoneMETS
22
23plugin ZIPPlugin
24plugin GreenstoneMETSPlugin
25plugin TextPlugin
26plugin HTMLPlugin
27plugin EmailPlugin
28plugin PDFPlugin
29plugin RTFPlugin
30plugin WordPlugin
31plugin PostScriptPlugin
32plugin PowerPointPlugin
33plugin ExcelPlugin
34plugin ImagePlugin
35plugin ISISPlugin
36plugin NulPlugin
37plugin EmbeddedMetadataPlugin
38plugin MetadataXMLPlugin
39plugin ArchivesInfPlugin -sort
40plugin DirectoryPlugin
41
42classify List -metadata dc.Title;ex.Title -partition_type_within_level approximate_size
43classify List -metadata ex.Source -partition_type_within_level approximate_size
44
45format VList "<td valign=\"top\">[link][icon][/link]</td>
46<td valign=\"top\">[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>
47<td valign=\"top\">[highlight]
48{Or}{[dc.Title],[exp.Title],[ex.Title],Untitled}
49[/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}</td>"
50
51format HList "[link][highlight][ex.Title][/highlight][/link]"
52
53format DocumentHeading "{Or}{[parent(Top):Title],[Title],untitled}<br>"
54
55format DocumentText "[Text]"
56
57format DocumentButtons "Detach|Highlight"
58
59format SearchTypes "plain,form"
60
61collectionmeta collectionname [l=en] "METS"
62collectionmeta collectionextra [l=en] "A small collection of HTML pages."
63collectionmeta .text [l=en] "_labeltext_"
64collectionmeta .dc.Title,ex.dc.Title,Title [l=en] "_labelTitle_"
65collectionmeta .Source [l=en] "_labelSource_"
66collectionmeta .document [l=en] "_textdocument_"
67collectionmeta .section [l=en] "_textsection_"
68collectionmeta .document:text [l=en] "_labeltext_"
69collectionmeta .document:dc.Title,Title,ex.dc.Title [l=en] "_labelTitle_"
70collectionmeta .document:Source [l=en] "_labelSource_"
71collectionmeta .document:dc.Title,Title [l=en] "_labelTitle_"
Note: See TracBrowser for help on using the repository browser.