source: other-projects/nightly-tasks/diffcol/trunk/model-collect/CDS-ISIS/etc/collect.cfg@ 28607

Last change on this file since 28607 was 28607, checked in by ak19, 10 years ago

Adding in the model collection for the CDS-ISIS tutorial now that Linux 64 bit and the Lion (also 64 bit) have a working IsisGdl binary. The Linux 64 machines uses the pre-compiled binary Kathy generated for a 32 bit linux machine. The Lion is 64 bit and uses the binary generated on Leopard which turns out to be 32 bit after all (Apple's help page indicated it was 64 bit but uname returned something that indicated that our Leopard machine was 32 bit).

File size: 1.9 KB
Line 
1creator
2maintainer
3public true
4
5buildtype mgpp
6infodbtype gdbm
7
8indexes text ex.Photographer^all ex.Country^all ex.Notes^all
9defaultindex text
10
11levels document
12
13defaultlevel document
14
15classify List -metadata ex.Photographer
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 MetadataXMLPlugin
38plugin ArchivesInfPlugin -sort
39plugin DirectoryPlugin
40
41format VList "<td valign=top>[link][icon][/link]</td>
42<td valign=top><b>[ex.Photographer^all]</b><br/>[ex.Notes^all]</td>"
43
44format HList "[link][highlight][ex.Title][/highlight][/link]"
45
46format DocumentHeading ""
47
48format DocumentText "<p>[Text]</p>
49{If}{_cgiargshowrecord_,
50<p><b>CDS Record:</b><br/><tt>[ISISRawRecord]</tt></p>
51<center><a href=\\'_gwcgi_?e=_cgiarge_&a=d&d=_cgiargd_\\'>Hide CDS Record</a></center>,
52<center><a href=\\'_gwcgi_?e=_cgiarge_&a=d&d=_cgiargd_&showrecord=1\\'>Show CDS Record</a></center>
53}"
54
55format DocumentButtons ""
56
57format SearchTypes "form,plain"
58
59collectionmeta collectionname [l=en] "CDS-ISIS"
60collectionmeta .text [l=en] "_labeltext_"
61collectionmeta .document [l=en] "_textdocument_"
62collectionmeta .section [l=en] "_textsection_"
63collectionmeta .document:text [l=en] "_labeltext_"
64collectionmeta .document:dc.Title,Title,ex.dc.Title [l=en] "_labelTitle_"
65collectionmeta .document:Source [l=en] "_labelSource_"
66collectionmeta .document:dc.Title,Title [l=en] "_labelTitle_"
67collectionmeta .Photographer^all [l=en] "photographer"
68collectionmeta .Country^all [l=en] "country"
69collectionmeta .Notes^all [l=en] "notes"
Note: See TracBrowser for help on using the repository browser.