source: other-projects/nightly-tasks/diffcol/trunk/model-collect/Simple-Image/etc/collect.cfg@ 27754

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

Replacing backdrop with Simple-Image, which is the same collection rebuilt under a different name.

File size: 3.1 KB
Line 
1infodbtype gdbm
2public true
3
4buildtype mgpp
5
6# import options, needed for diffcol testing
7# especially in conjunction with -sort flag to ArchivesInfPlugin
8OIDtype hash_on_full_filename
9sortmeta OID
10
11plugin ImagePlugin -OIDtype incremental
12plugin GreenstoneXMLPlugin
13plugin MetadataXMLPlugin
14plugin ArchivesInfPlugin -sort
15plugin DirectoryPlugin
16
17indexes dc.Description
18
19defaultindex dc.Description
20
21levels document
22
23indexoptions accentfold casefold stem
24
25defaultlevel document
26
27classify List -metadata Image -buttonname Browse -partition_type_within_level approximate_size
28
29classify List -metadata dc.Description -partition_type_within_level none
30
31format VList "<td valign=\'top\'>[link][thumbicon][/link]</td>
32<td valign=\'top\'>Title: [dc.Title]<br>Description: [dc.Description]<br>_Width_: [ImageWidth]
33<br>_Height_: [ImageHeight]<br>_Size_: [ImageSize]</td>"
34
35format DocumentText "<center><table width=\'_pagewidth_\'>
36<tr><td><img src=\'_httpassocdir_/[assocfilepath]/[Image]\'>
37<br>_ImageName_: [Image]<br>_Width_: [ImageWidth]<br>_Height_: [ImageHeight]
38<br>_Size_: [ImageSize]</td></tr></table></center>"
39
40format DocumentHeading ""
41format DocumentButtons ""
42
43format HList "[link][highlight][ex.Title][/highlight][/link]"
44
45format SearchTypes "plain,form"
46
47# strings that don't need translating
48collectionmeta sampleoid [l=en] "D2"
49
50# -- English strings ----------------
51
52collectionmeta ImageName [l=en] "Image Name"
53collectionmeta Width [l=en] "Width"
54collectionmeta Height [l=en] "Height"
55collectionmeta Size [l=en] "Size"
56
57# -- French strings ----------------
58
59collectionmeta ImageName [l=fr] "Nom d\'image"
60collectionmeta Width [l=fr] "Largeur"
61collectionmeta Height [l=fr] "Hauteur"
62collectionmeta Size [l=fr] "Taille"
63
64# -- Spanish strings ----------------
65
66collectionmeta ImageName [l=es] "Título de la imagen"
67collectionmeta Width [l=es] "Ancho"
68collectionmeta Height [l=es] "Altura"
69collectionmeta Size [l=es] "Tamaño"
70
71# -- Russian strings ----------------
72
73collectionmeta ImageName [l=ru] "ИЌя ОзПбражеМОя"
74collectionmeta Width [l=ru] "КОрОМа"
75collectionmeta Height [l=ru] "ВысПта"
76collectionmeta Size [l=ru] "РазЌер"
77
78# -- Simplified Chinese strings ----------------
79
80collectionmeta ImageName [l=zh] "囟片名"
81collectionmeta Width [l=zh] "宜床"
82collectionmeta Height [l=zh] "高床"
83collectionmeta Size [l=zh] "倧小"
84collectionmeta collectionname [l=en] "Simple-Image"
85collectionmeta 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\"}"
86collectionmeta .document [l=en] "_textdocument_"
87collectionmeta .dc.Description [l=en] "image descriptions"
88
89# -- English text ----------------
90
91# -- French text ----------------
92
93# -- Spanish text ----------------
94
95# -- Russian text ----------------
96
97# -- Simplified Chinese text ----------------
Note: See TracBrowser for help on using the repository browser.