source: other-projects/nightly-tasks/diffcol/trunk/model-collect/backdrop/etc/collect.cfg@ 27706

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

Adding tutorial 2 backdrop as GS2 model collect

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