source: other-projects/nightly-tasks/diffcol/trunk/model-collect/Word-PDF-Formatting/etc/collect.cfg@ 27756

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

Committing prebuilt second Word PDF tutorial

File size: 2.3 KB
Line 
1creator
2maintainer
3public true
4
5buildtype mgpp
6infodbtype gdbm
7
8indexes text dc.Title,ex.dc.Title,ex.Title dc.Creator
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 GreenstoneXMLPlugin
23plugin PDFPlugin
24plugin RTFPlugin
25plugin WordPlugin
26plugin PostScriptPlugin
27plugin EmbeddedMetadataPlugin
28plugin MetadataXMLPlugin
29plugin ArchivesInfPlugin -sort
30plugin DirectoryPlugin
31
32classify List -metadata dc.Title;ex.Title -partition_type_within_level approximate_size
33
34classify AZCompactList -metadata dc.Creator -firstvalueonly
35
36format VList "<td valign=\"top\">[link][icon][/link]</td>
37<td valign=\"top\">[ex.srclink][ex.srcicon][ex./srclink]</td>
38<td valign=\"top\">[highlight]
39{Or}{[dc.Title],[ex.Title],Untitled}
40[/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}</td>"
41
42format HList "[link][highlight][ex.Title][/highlight][/link]"
43
44format DocumentHeading "{Or}{[parent(Top):Title],[Title],untitled}<br>"
45
46format DocumentText "[Text]"
47
48format DocumentButtons "Detach|Highlight"
49
50format SearchTypes "plain,form"
51
52format SearchVList "<td valign=\"top\">[link][icon][/link]</td>
53<td valign=\"top\">[ex.srclink][ex.srcicon][ex./srclink]</td>
54<td valign=\"top\">[highlight]
55{Or}{[dc.Title],[ex.Title],Untitled}
56[/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}</td>"
57
58format CL2VList "<td valign=\"top\">[link][icon][/link]</td>
59<td valign=\"top\">[ex.srclink][ex.srcicon][ex./srclink]</td>
60<td valign=\"top\">[highlight]
61{Or}{[dc.Title],[ex.Title],Untitled}
62[/highlight]{If}{[ex.Source],<br>[sibling(All\'<br/>\'):dc.Creator]<i>([ex.Source])</i>}</td>
63{If}{[numleafdocs],<td><i>([numleafdocs])</i></td>}"
64
65collectionmeta collectionname [l=en] "Word-PDF-Formatting"
66collectionmeta .text [l=en] "_labeltext_"
67collectionmeta .dc.Title,ex.dc.Title,Title [l=en] "_labelTitle_"
68collectionmeta .document [l=en] "_textdocument_"
69collectionmeta .section [l=en] "_textsection_"
70collectionmeta .document:text [l=en] "_labeltext_"
71collectionmeta .document:dc.Title,Title,ex.dc.Title [l=en] "_labelTitle_"
72collectionmeta .document:Source [l=en] "_labelSource_"
73collectionmeta .document:dc.Title,Title [l=en] "_labelTitle_"
74collectionmeta .dc.Creator [l=en] "_labelCreator_"
Note: See TracBrowser for help on using the repository browser.