source: other-projects/nightly-tasks/diffcol/trunk/model-collect/Scanned-Img-Basic/etc/collect.bak@ 28009

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

Adding in the two Paged Img (Scanned Img) tutorial collections

File size: 2.7 KB
Line 
1creator
2maintainer
3public true
4
5buildtype mgpp
6infodbtype gdbm
7
8indexes text dc.Title,ex.dc.Title,ex.Title
9defaultindex text
10
11levels document section
12
13indexoptions accentfold casefold stem
14
15defaultlevel section
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 ZIPPlugin
23plugin GreenstoneXMLPlugin
24plugin TextPlugin
25plugin HTMLPlugin
26plugin EmailPlugin
27plugin PDFPlugin
28plugin RTFPlugin
29plugin WordPlugin
30plugin PostScriptPlugin
31plugin PowerPointPlugin
32plugin ExcelPlugin
33plugin ImagePlugin
34plugin ISISPlugin
35plugin NulPlugin
36plugin EmbeddedMetadataPlugin
37plugin PagedImagePlugin -create_thumbnail false
38plugin MetadataXMLPlugin
39plugin ArchivesInfPlugin -sort
40plugin DirectoryPlugin
41
42classify List -metadata dc.Title;ex.Title -partition_type_within_level approximate_size -bookshelf_type always
43
44classify DateList -metadata ex.Date
45
46format VList "<td valign=\"top\">[link][icon][/link]</td>
47<td valign=\"top\">[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>
48<td valign=\"top\">[highlight]
49{Or}{[dc.Title],[exp.Title],[ex.Title],Untitled}
50[/highlight]</td>"
51
52format HList "[link][highlight][ex.Title][/highlight][/link]"
53
54format DocumentHeading "{Or}{[parent(Top):Title],[Title],untitled}<br>"
55
56format DocumentText "<table><tr>
57<td valign=top>[srclink][screenicon][/srclink]</td>
58{If}{[NoText],,<td valign=top>[Text]</td>}
59</tr></table>"
60
61format DocumentButtons "Detach|Highlight"
62
63format SearchTypes "plain,form"
64
65format CL1VList "<td valign=\"top\">[link][icon][/link]</td>
66<td valign=\"top\">
67{If}{[numleafdocs],[ex.Title] ([numleafdocs]),
68Volume [ex.Volume] Number [ex.Number] Date [format:ex.Date]}
69</td>"
70
71format CL2DateList "<td>[link][icon][/link]</td>
72<td>[highlight]{Or}{[dc.Title],[exp.Title],[ex.Title],Untitled}[/highlight]</td>
73<td>{Or}{[format:dc.Date],[format:exp.Date],[format:ex.Date]}</td>"
74
75format SearchVList "<td valign=\"top\">[link][icon][/link]</td>
76<td valign=\"top\">
77{If}{[parent:ex.Title],[parent:ex.Title] Volume [parent:ex.Volume] Number [parent:ex.Number]: Page [ex.Title],
78[ex.Title] Volume [ex.Volume] Number [ex.Number]}
79<br/><i>({Or}{[format:parent:ex.Date],[format:ex.Date],undated})</i></td>
80</td>"
81
82collectionmeta collectionname [l=en] "Scanned-Img-Basic"
83collectionmeta .text [l=en] "_labeltext_"
84collectionmeta .dc.Title,ex.dc.Title,Title [l=en] "_labelTitle_"
85collectionmeta .document [l=en] "newspaper"
86collectionmeta .section [l=en] "page"
87collectionmeta .document:text [l=en] "_labeltext_"
88collectionmeta .document:dc.Title,Title,ex.dc.Title [l=en] "_labelTitle_"
89collectionmeta .document:Source [l=en] "_labelSource_"
90collectionmeta .document:dc.Title,Title [l=en] "_labelTitle_"
Note: See TracBrowser for help on using the repository browser.