source: other-projects/nightly-tasks/diffcol/trunk/model-collect/DSpace-To-GS/etc/collect.cfg@ 28080

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

The model collections for the 2 DSpace tutorials. The output of the 2nd tutorial, the Greenstone-to-DSpace tutorial, is in the export subfolder.

File size: 2.5 KB
Line 
1creator
2maintainer
3public true
4
5buildtype mgpp
6infodbtype gdbm
7
8indexes text dc.Title,ex.dc.Title,ex.Title ex.dc.Contributor
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 DSpacePlugin -first_inorder_ext pdf,doc,rtf
23plugin ZIPPlugin
24plugin GreenstoneXMLPlugin
25plugin TextPlugin
26plugin HTMLPlugin
27plugin EmailPlugin
28plugin PDFPlugin
29plugin RTFPlugin
30plugin WordPlugin
31plugin PostScriptPlugin
32plugin PowerPointPlugin
33plugin ExcelPlugin
34plugin ImagePlugin
35plugin ISISPlugin
36plugin NulPlugin
37plugin EmbeddedMetadataPlugin
38plugin MetadataXMLPlugin
39plugin ArchivesInfPlugin -sort
40plugin DirectoryPlugin
41
42classify List -metadata dc.Title;ex.Title -partition_type_within_level approximate_size
43classify List -metadata ex.dc.Contributor -buttonname contributors -bookshelf_type always -partition_type_within_level none
44
45format VList "<td valign=\"top\">[link][icon][/link]</td>
46<td valign=\"top\">[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>
47<td valign=\"top\">[highlight]
48{Or}{[dc.Title],[exp.Title],[ex.Title],Untitled}
49[/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}
50{If}{[ex.equivlink],<br>Also available as:[ex.equivlink]}</td>"
51
52format HList "[link][highlight][ex.Title][/highlight][/link]"
53
54format DocumentHeading "{Or}{[parent(Top):Title],[Title],untitled}<br>"
55
56format DocumentText "[Text]"
57
58format DocumentButtons "Detach|Highlight"
59
60format SearchTypes "plain,form"
61
62format CL2VList "<td valign=\"top\">[link][icon][/link]</td>
63<td valign=\"top\">[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>
64<td valign=\"top\">[highlight]
65{If}{[numleafdocs],([numleafdocs]) [ex.Title],[ex.dc.Title]}
66[/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}
67{If}{[ex.equivlink],<br>Also available as:[ex.equivlink]}</td>"
68
69collectionmeta collectionname [l=en] "DSpace-To-GS"
70collectionmeta .text [l=en] "_labeltext_"
71collectionmeta .dc.Title,ex.dc.Title,Title [l=en] "_labelTitle_"
72collectionmeta .document [l=en] "_textdocument_"
73collectionmeta .section [l=en] "_textsection_"
74collectionmeta .document:text [l=en] "_labeltext_"
75collectionmeta .document:dc.Title,Title,ex.dc.Title [l=en] "_labelTitle_"
76collectionmeta .document:Source [l=en] "_labelSource_"
77collectionmeta .document:dc.Title,Title [l=en] "_labelTitle_"
78collectionmeta .ex.dc.Contributor [l=en] "_labelAuthor_"
Note: See TracBrowser for help on using the repository browser.