source: other-projects/nightly-tasks/diffcol/trunk/model-collect/Customization/etc/collect.bak@ 28020

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

Adding the Customization model tutorial collection

File size: 2.8 KB
Line 
1creator
2maintainer
3public true
4
5buildtype mgpp
6infodbtype gdbm
7
8indexes text dc.Title dc.Creator
9defaultindex text
10
11levels document section
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 -convert_to auto
26plugin PostScriptPlugin -block_exp cluster\.ps$ -convert_to text
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,ex.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\">[ex.srclink][ex.srcicon][ex./srclink]</td>
53<td valign=\"top\">[highlight]
54{Or}{[dc.Title],[ex.Title],Untitled}
55[/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}</td>"
56
57format CL2VList "<td valign=top>[link][icon][/link]</td>
58<td valign=top>[ex.srclink][ex.srcicon][ex./srclink]</td>
59<td valign=top>[highlight]
60{Or}{[dc.Title],[ex.Title],Untitled}[/highlight]
61{If}{[ex.Source],<br>[sibling(All\'<br/>\'):dc.Creator]
62<i>([ex.Source])</i>}</td>
63{If}{[numleafdocs],<td><i>([numleafdocs])</i></td>}"
64
65collectionmeta collectionname [l=en] "Customization"
66collectionmeta .text [l=en] "_labeltext_"
67collectionmeta .document [l=en] "_textdocument_"
68collectionmeta .section [l=en] "_textsection_"
69collectionmeta .document:text [l=en] "_labeltext_"
70collectionmeta .document:dc.Title,Title,ex.dc.Title [l=en] "_labelTitle_"
71collectionmeta .document:Source [l=en] "_labelSource_"
72collectionmeta .document:dc.Title,Title [l=en] "_labelTitle_"
73collectionmeta .dc.Title [l=en] "_labelTitle_"
74collectionmeta .dc.Creator [l=en] "_labelCreator_"
75collectionmeta depositormetadata [l=en] "{\"name\":\"dc.Title\",\"label\":\"Title\",\"tooltip\":\"dc.Title: A name given to the resource.\",\"type\":\"text\"}, {\"name\":\"dc.Creator\",\"label\":\"Creator\",\"tooltip\":\"dc.Creator: An entity primarily responsible for making the content of the resource.\",\"type\":\"text\"}, {\"name\":\"dc.Description\",\"label\":\"Description\",\"tooltip\":\"dc.Description: An account of the content of the resource.\",\"type\":\"text\"}"
Note: See TracBrowser for help on using the repository browser.