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

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

Setting OIDtype to stable hash_on_full_filename in the collect.cfg itself

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