source: other-projects/nightly-tasks/diffcol/trunk/model-collect/Small-HTML/etc/collect.cfg@ 27979

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

Updating Small-HTML tutorial model collection now that extra_meta is sorted.

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