source: other-projects/nightly-tasks/diffcol/trunk/model-collect/Web-Tudor/etc/collect.bak@ 27993

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

Adding collections for Tudor tutorials that Jenny had gone through, with the flags necessary for diffcol to work.

File size: 2.4 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
13subcollection monarchs "dc.Subject/Monarchs/"
14
15subcollection relatives "dc.Subject/Relatives/"
16
17subcollection citizens "dc.Subject/Citizens/"
18
19subcollection others "dc.Subject/Others/"
20
21indexsubcollections citizens,monarchs,others,relatives citizens monarchs relatives others
22
23# import options, needed for diffcol testing
24# especially in conjunction with -sort flag to ArchivesInfPlugin
25OIDtype hash_on_full_filename
26sortmeta OID
27
28plugin ZIPPlugin
29plugin GreenstoneXMLPlugin
30plugin TextPlugin
31plugin HTMLPlugin -metadata_fields Title,Author,Page_topic,Content -file_is_url
32plugin EmailPlugin
33plugin PDFPlugin
34plugin RTFPlugin
35plugin WordPlugin
36plugin PostScriptPlugin
37plugin PowerPointPlugin
38plugin ExcelPlugin
39plugin ImagePlugin
40plugin ISISPlugin
41plugin NulPlugin
42plugin EmbeddedMetadataPlugin
43plugin MetadataXMLPlugin
44plugin ArchivesInfPlugin -sort
45plugin DirectoryPlugin
46
47classify List -metadata dc.Title;ex.Title -partition_type_within_level approximate_size
48
49classify Hierarchy -metadata dc.Subject
50
51format VList "<td>[weblink][webicon][/weblink]</td>
52<td>[ex.Title]<br>
53<i>([ex.Source])</i>
54</td>"
55
56format HList "[link][highlight][ex.Title][/highlight][/link]"
57
58format DocumentHeading "{Or}{[parent(Top):Title],[Title],untitled}<br>"
59
60format DocumentText "[Text]"
61
62format DocumentButtons "Detach|Highlight"
63
64format SearchTypes "plain,form"
65
66format CL2VList "<td>[link][icon][/link]</td>
67<td>{If}{[numleafdocs],<b>Bookshelf title:</b> [ex.Title],
68<b>Title:</b> [ex.Title]}
69</td>"
70
71format SearchVList "<td>[link][icon][/link]</td>
72<td>[ex.Title]<br>
73[dc.Subject]
74</td>"
75
76collectionmeta collectionname [l=en] "Web-Tudor"
77collectionmeta .text [l=en] "_labeltext_"
78collectionmeta .dc.Title,ex.dc.Title,Title [l=en] "_labelTitle_"
79collectionmeta .Source [l=en] "_labelSource_"
80collectionmeta .document [l=en] "_textdocument_"
81collectionmeta .section [l=en] "_textsection_"
82collectionmeta .document:text [l=en] "_labeltext_"
83collectionmeta .document:dc.Title,Title,ex.dc.Title [l=en] "_labelTitle_"
84collectionmeta .document:Source [l=en] "_labelSource_"
85collectionmeta .document:dc.Title,Title [l=en] "_labelTitle_"
86collectionmeta .citizens [l=en] "citizens"
87collectionmeta .monarchs [l=en] "monarchs"
88collectionmeta .others [l=en] "others"
89collectionmeta .relatives [l=en] "relatives"
90collectionmeta .citizens,monarchs,others,relatives [l=en] "all"
Note: See TracBrowser for help on using the repository browser.