source: other-projects/nightly-tasks/diffcol/trunk/model-collect/Word-PDF-Basic/etc/collect.bak@ 27761

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

The previous versions of Word-PDF-Basic and Word-PDF-Formatting are now replaced with rebuilt model-cols where the cluster.ps postscript file is blocked from being processed, since ghostscript or its helper process ps2ascii break paragraphs of the extreacted text differently on different OS.

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 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 -convert_to text -block_exp cluster\.ps$
27plugin ImagePlugin
28plugin EmbeddedMetadataPlugin
29plugin MetadataXMLPlugin
30plugin ArchivesInfPlugin -sort
31plugin DirectoryPlugin
32
33classify List -metadata dc.Title;ex.Title -partition_type_within_level approximate_size
34
35classify AZCompactList -metadata dc.Creator
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] "Word-PDF-Basic"
54collectionmeta .text [l=en] "_labeltext_"
55collectionmeta .dc.Title,ex.dc.Title,Title [l=en] "_labelTitle_"
56collectionmeta .document [l=en] "_textdocument_"
57collectionmeta .section [l=en] "_textsection_"
58collectionmeta .document:text [l=en] "_labeltext_"
59collectionmeta .document:dc.Title,Title,ex.dc.Title [l=en] "_labelTitle_"
60collectionmeta .document:Source [l=en] "_labelSource_"
61collectionmeta .document:dc.Title,Title [l=en] "_labelTitle_"
62collectionmeta .dc.Creator [l=en] "_labelCreator_"
Note: See TracBrowser for help on using the repository browser.