source: other-projects/nightly-tasks/diffcol/trunk/model-collect/METS/etc/collect.bak@ 28079

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

Adding in the OAI-Local and METS tutorial model collections (tested that diffcol tests work with them).

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