source: collections/documented-examples/trunk/image-e/etc/collect.cfg@ 19217

Last change on this file since 19217 was 19217, checked in by kjdon, 15 years ago

removed the paragraph about world pics as I can't find the collection anymore, removed a bit of the english that I was supposed to delete last time, made OIDtype incremental to get persistent OIDS for the link to documents

  • Property svn:executable set to *
File size: 23.9 KB
Line 
1creator [email protected]
2public true
3
4buildtype mgpp
5
6plugin ImagePlugin -OIDtype incremental
7plugin GreenstoneXMLPlugin
8plugin MetadataXMLPlugin
9plugin ArchivesInfPlugin
10plugin DirectoryPlugin
11
12classify List -metadata Image -buttonname Browse
13
14format VList "<td valign=\'top\'>[link][thumbicon][/link]</td>
15<td valign=\'top\'>_ImageName_: [Image]<br>_Width_: [ImageWidth]
16<br>_Height_: [ImageHeight]<br>_Size_: [ImageSize]</td>"
17
18format DocumentText "<center><table width=\'_pagewidth_\'>
19<tr><td><img src=\'_httpassocdir_/[assocfilepath]/[Image]\'>
20<br>_ImageName_: [Image]<br>_Width_: [ImageWidth]<br>_Height_: [ImageHeight]
21<br>_Size_: [ImageSize]</td></tr></table></center>"
22
23format DocumentHeading ""
24format DocumentButtons ""
25
26format HList "[link][highlight][ex.Title][/highlight][/link]"
27
28# strings that don't need translating
29collectionmeta sampleoid "D2"
30
31# -- English strings ----------------
32collectionmeta collectionname [l=en] "Simple image collection"
33
34collectionmeta ImageName [l=en] "Image Name"
35collectionmeta Width [l=en] "Width"
36collectionmeta Height [l=en] "Height"
37collectionmeta Size [l=en] "Size"
38
39# -- French strings ----------------
40collectionmeta collectionname [l=fr] "Collection d\'images simple"
41
42collectionmeta ImageName [l=fr] "Nom d\'image"
43collectionmeta Width [l=fr] "Largeur"
44collectionmeta Height [l=fr] "Hauteur"
45collectionmeta Size [l=fr] "Taille"
46
47# -- Spanish strings ----------------
48collectionmeta collectionname [l=es] "Colección de imágenes sencillas"
49
50collectionmeta ImageName [l=es] "Título de la imagen"
51collectionmeta Width [l=es] "Ancho"
52collectionmeta Height [l=es] "Altura"
53collectionmeta Size [l=es] "Tamaño"
54
55# -- Russian strings ----------------
56collectionmeta collectionname [l=ru] "ПрПстая кПллекцОя ОзПбражеМОй"
57
58collectionmeta ImageName [l=ru] "ИЌя ОзПбражеМОя"
59collectionmeta Width [l=ru] "КОрОМа"
60collectionmeta Height [l=ru] "ВысПта"
61collectionmeta Size [l=ru] "РазЌер"
62
63# -- English text ----------------
64collectionmeta collectionextra [l=en] "This is a basic image collection that contains no text and no
65explicit metadata. Several JPEG files are placed in the import directory prior to importing
66and building the collection, that\'s all.
67<p>
68The images in this collection have been produced by members of the Department of Computer Science, University of Waikato.
69The University of Waikato holds copyright. They may be distributed freely, without any restrictions.
70
71<h3>How the collection works</h3>\n
72
73<p>
74<a href=\"_gwcgi_?l=_cgiargl_&a=d&c=_cgiargc_&d=_sampleoid_\">Here</a> is a sample document in the collection.
75The <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>
76configuration file</a> specifies no indexes, so the search button is
77suppressed.\n
78
79<p>
80There is only one plugin, <i>ImagePlugin</i>, aside from the four that are
81always present (<i>GreenstoneXMLPlugin</i>, <i>MetadataXMLPlugin</i>, <i>ArchivesInfPlugin</i>, <i>DirectoryPlugin</i>).
82<i>ImagePlugin</i> relies on the existence of two programs from the ImageMagick suite
83(<a href=\"http://www.imagemagick.org\">http://www.imagemagick.org</a>): <i>convert</i> and
84<i>identify</i>. Greenstone will not be able to build the collection correctly unless
85ImageMagick is installed on your computer.\n
86
87<p> <i>ImagePlugin</i> automatically creates a thumbnail and generates the following
88metadata for each image in the collection:\n
89
90<blockquote>
91<table border=0 cellspacing=0>
92<tr><td width=125 valign=top><i>Image</i></td><td>Name of file containing the image <tr>\n
93<tr><td valign=top><i>ImageWidth</i></td><td>Width of image (in pixels) <tr>\n
94<tr><td valign=top><i>ImageHeight</i></td><td>Height of image (in pixels) <tr>\n
95<tr><td valign=top><i>Thumb</i></td><td> Name of gif file containing thumbnail of image <tr>\n
96<tr><td valign=top><i>ThumbWidth</i></td><td>Width of thumbnail image (in pixels) <tr>\n
97<tr><td valign=top><i>ThumbHeight</i></td><td>Height of thumbnail image (in pixels) <tr>\n
98<tr><td valign=top><i>thumbicon</i></td><td>Full pathname specification of thumbnail image <tr>\n
99<tr><td valign=top><i>assocfilepath</i></td><td>Pathname of image directory in the collection\'s <i>assoc</i> directory <tr>\n
100</table>
101</blockquote>\n
102
103<p>
104The image is stored as an \"associated file\" in the <i>assoc</i> subdirectory
105of the collection\'s <i>index</i> directory. (<i>Index</i> is where all files
106necessary to serve the collection are placed, to make it self-contained.) The
107pathname &#095;<i>httpassocdir</i>&#095;, which is the same as
108&#095;<i>httpcollection</i>&#095;<i>/index/assoc</i>, refers to this directory. For any
109document, its thumbnail and image are both in a subdirectory whose filename is
110given by <i>assocfilepath</i>. The metadata element <i>thumbicon</i> is set to
111the full pathname specification of the thumbnail image, and can be used in the
112same way as <i>srcicon</i> (see the MSWord and PDF demonstration collection).\n
113
114<p>
115The second format statement in the
116<a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>configuration file</a>,
117<i>DocumentText</i>, dictates how the document will appear, and
118<a href=\"_gwcgi_?l=_cgiargl_&a=d&c=_cgiargc_&d=_sampleoid_\">this</a> is the
119result. There is no document text (if there were, it would be producible by
120[<i>Text</i>]). What is shown is the image itself, along with some metadata extracted
121from it.\n
122
123<p>
124The configuration file
125specifies one classifier, a <i>List</i> based on <i>Image</i> metadata, shown
126<a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1\">here</a>. The format statement shows the thumbnail image along with
127some metadata. (Any other classifiers would have the same format, since this
128statement does not name the classifier.) \n
129
130<p>
131You may wonder why the thumbnail image is generated and stored explicitly, when
132the same effect would be obtained by using the original image and scaling it:\n
133
134<pre>
135&lt;td&gt;[link]&lt;img src=\'_httpassocdir_/[assocfilepath]\n
136/[Image]\' width=[ThumbWidth] height=[ThumbHeight]&gt;\n
137[/link]&lt;\/td&gt;&lt;td valign=middle&gt;&lt;i&gt;[Title]&lt;\/i&gt;&lt;\/td&gt;
138</pre>\n
139
140<p>
141The reason is to save communication bandwidth by not sending large images when
142small ones would do.\n
143
144<p>For a more comprehensive image collection, see the
145<a href=\"http://www.nzdl.org/cgi-bin/library?a=p&p=about&c=aircraft\">kiwi aircraft images</a>
146in the New Zealand Digital Library. The structure of this collection is
147quite different, however: it is a collection of web pages that include many
148images along with the text. The HTML plugin <i>HTMLPlugin</i> also processes image
149files, but it does so in a different way from ImagePlugin (for example, it
150does not produce the metadata described above).\n
151"
152
153# -- French text ----------------
154collectionmeta collectionextra [l=fr] "
155C\'est une collection d\'images de base qui ne contient ni texte
156ni méta-donnée explicite. Plusieurs fichiers JPEG sont placés
157dans dans le répertoire \"import\" avant toute importation
158et toute création de la collection. C\'est tout.
159<p>
160The images in this collection have been produced by members of the Department of Computer Science, University of Waikato.
161The University of Waikato holds copyright. They may be distributed freely, without any restrictions.
162
163<h3>Comment fonctionne cette collection ?</h3>
164
165<p>
166<a href=\"_gwcgi_?l=_cgiargl_&a=d&c=_cgiargc_&d=_sampleoid_\">Voici</a> un document test dans la collection. Le <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg> fichier de configuration</a> ne spécifie aucun index, ainsi le bouton de recherche est supprimé.
167
168<p>
169Il n\'y a qu\'un seul plugin, <i>ImagePlugin</i>, à cÎté des quatre qui sont toujours présents
170(<i>GreenstoneXMLPlugin</i>, <i>MetadataXMLPlugin</i>, <i>ArchivesInfPlugin</i>, <i>DirectoryPlugin</i>). <i>ImagePlugin</i> dépend de deux programmes de la suite ImageMagick (<a href=\"http://www.imagemagick.org\">http://www.imagemagick.org</a>):
171<i>convert</i> et <i>identify</i>. Greenstone ne sera pas en mesure de créer la collection sans l\'installation de ImageMagick sur votre ordinateur.
172
173<p> <i>ImagePlugin</i> crée automatiquement une vignette d\'image et génÚre les
174méta-données suivantes pour chaque image dans la collection :
175
176<blockquote>
177<table border=0 cellspacing=0>
178<tr><td width=125 valign=top><i>Image</i></td><td>Nom de fichier contenant l\'image<tr>
179<tr><td valign=top><i>ImageWidth</i></td><td>Largeur de l\'image(en pixels)<tr>
180<tr><td valign=top><i>ImageHeight</i></td><td>Hauteur de l\'image(en pixels)<tr>
181<tr><td valign=top><i>Thumb</i></td><td>Nom de fichier gif contenant la vignette de l\'image<tr>
182<tr><td valign=top><i>ThumbWidth</i></td><td>Largeur de la vignette d\'image (en pixels)<tr>
183<tr><td valign=top><i>ThumbHeight</i></td><td>Hauteur de la vignette d\'image (en pixels)<tr>
184<tr><td valign=top><i>Thumbicon</i></td><td>Spécification entiÚre du chemin de la vignette d\'image <tr>
185<tr><td valign=top><i>assocfilepath</i></td><td>Chemin du répertoire de l\'image dans le dossier <i>assoc</i> de la collection<tr>
186</table>
187</blockquote>
188
189<p>
190L\'image est stockée en tant que \"associated file\" (fichier associé) du sous-répertoire <i>assoc</i> du répertoire <i>index</i> de la collection. (<i>Index</i> est le lieu de stockage de tous les fichiers nécessaires à la collection pour en assurer la consistance. Le chemin _<i>httpassocdir</i>_ qui est le même que _<i>httpcollection</i>_<i>/index/assoc</i> fait référence à ce répertoire. Pour tout document, la vignette et l\'image sont tous les deux dans
191un sous répertoire dont le nom de fichier est donné par <i>assocfilepath</i>. L\'élément de méta-donnée <i>thumbicon</i> est prend la valeur de du chemin complet de la vignette de l\'image et peut être utilisé de la même façon que <i>srcicon</i> (voir la collection de démonstration MSWord et PDF).
192
193<p>
194La seconde déclaration de format dans le <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>fichier de configuration</a>, <i>DocumentText</i>, impose la maniÚre dont le document est affiché; <a href=\"_gwcgi_?l=_cgiargl_&a=d&c=_cgiargc_&d=_sampleoid_\">voici</a> le résultat. Il n\'existe aucun texte de document (si tel était le cas, il serait produit par <i>[Text]</i>). Ce qui est affiché est l\'image elle-même, avec quelques méta-données qui en sont extraites.
195
196<p>
197Le fichier de configuration spécifie un classificateur, une <i>List</i> basée
198sur la méta-donnée <i>image</i>, comme indiqué <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1\">ici</a>.
199La déclaration de format montre la vignette d\'image avec quelques méta-données
200(Tous les autres classificateurs auraient le même format, dÚs lors que la déclaration ne fait mention d\'aucun classificateur).
201
202<p>
203On peut se demander pourquoi la vignette d\'image est produite et stockée explicitement alors que le même effet serait obtenu en utilisant l\'image originale et en la dessinant à l\'échelle:
204
205<pre>
206&lt;td&gt;[link]&lt;img src=\'_httpassocdir_/[assocfilepath]\n
207/[Image]\' width=[ThumbWidth] height=[ThumbHeight]&gt;\n
208[/link]&lt;\/td&gt;&lt;td valign=middle&gt;&lt;i&gt;[Title]&lt;\/i&gt;&lt;\/td&gt;
209</pre>\n
210
211<p>
212La raison est que pour économiser de la bande passante, il est préférable d\'envoyer des images de petite taille.
213
214<p>
215Pour une collection d\'images plus complÚte, consulter
216<a href=\"http://www.nzdl.org/cgi-bin/library?a=p&p=about&c=aircraft\">Kiwi aircraft images</a>
217dans la bibliothÚque numérique de Nouvelle Zélande. La structure de cette collection est
218cependant tout à fait différente : c\'est une collection de pages web qui comprennent beaucoup
219d\'images avec du texte. Le plugin HTML, <i>HTMLPlugin</i> traite aussi des fichiers d\'images mais
220de maniÚre différente que ImagePlugin (par exemple, il ne produit pas la méta-donnée décrite
221ci-dessus).
222
223"
224
225# -- Spanish text ----------------
226collectionmeta collectionextra [l=es] "
227
228Esta es una colección de imágenes básicas sin texto ni ningún metadato explícito. Varios archivos JPEG se colocan en un directorio específico antes de importar y construir la colección. Eso es todo.
229<p>
230The images in this collection have been produced by members of the Department of Computer Science, University of Waikato.
231The University of Waikato holds copyright. They may be distributed freely, without any restrictions.
232
233
234<h3>Cómo trabaja esta colección</h3>
235<p>
236
237He <a href=\"_gwcgi_?l=_cgiargl_&a=d&c=_cgiargc_&d=_sampleoid_\">aquí</a> un documento muestra de la colección. El <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>archivo de configuración</a> no especifica ningún índice, por lo que el botón de búsqueda se suprime.
238<p>
239
240Sólo hay un plugin, <i>ImagePlugin</i>, además de los cuatro que siempre están presentes (<i>GreenstoneXMLPlugin, MetadataXMLPlugin, ArchivesInfPlugin, DirectoryPlugin</i>). <i>ImagePlugin</i> se basa en la existencia de dos programas de la suite ImageMagick (<a href=\"http://www.imagemagick.org\">http://www.imagemagick.org</a>): convertir e identificar. Greenstone no podrá construir correctamente la colección a menos que ImageMagick esté instalada en su computadora.
241<p>
242
243<i>ImagePlugin</i> crea automáticamente una reducción de cuadro y genera los siguientes metadatos para cada imagen de la colección:
244<p>
245
246<blockquote>
247<table border=0 cellspacing=0>
248<tr><td width=125 valign=top><i>Image</i></td><td> Nombre del archivo que contiene la imagen. <tr>\n
249<tr><td valign=top><i>ImageWidth</i></td><td> Ancho de la imagen (en pixeles). <tr>\n
250<tr><td valign=top><i>ImageHeight</i></td><td> Altura de la imagen (en pixeles). <tr>\n
251<tr><td valign=top><i>Thumb</i></td><td> Nombre del archivo gif que contiene la reducción de cuadro de la imagen. <tr>\n
252<tr><td valign=top><i>ThumbWidth</i></td><td> Ancho de la imagen reducida (en pixeles). <tr>\n
253<tr><td valign=top><i>ThumbHeight</i></td><td> Altura de la imagen reducida (en pixeles). <tr>\n
254<tr><td valign=top><i>thumbicon</i></td><td> Especificación del nombre de la ruta de acceso completo de la imagen reducida. <tr>\n
255<tr><td valign=top><i>assocfilepath</i></td><td> Nombre de la ruta de acceso del directorio de imágenes en el directorio asociado de la colección. <tr>\n
256</table>
257</blockquote>\n
258<p>
259La imagen se guarda como \"archivo asociado\" en el subdirectorio <i>asociado</i> del directorio <i>índice</i> de la colección. (<i>Índice</i> es el lugar donde todos los archivos necesarios para la colección se colocan con el fin de hacerlo independiente.) El nombre de la ruta de acceso <i>&#095;httpassocdir&#095;</i> es el mismo que <i>&#095;httpcollection&#095;/index/assoc</i> y remite a este directorio. Para cualquier documento tanto la reducción de cuadro como la imagen están en un subdirectorio cuyo nombre de archivo es dado por <i>assocfilepath</i>. El elemento de metadato <i>thumbicon</i> se pone en la especificación del nombre de la ruta de acceso completo de la imagen reducida y puede usarse de la misma manera que <i>srcicon</i> (véase la colección de muestra en MSWord y PDF).
260<p>
261
262El segundo enunciado de formato en el <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>archivo de configuración</a>, <i>DocumentText</i>, dicta la forma en que aparecerá el documento. <a href=\"_gwcgi_?l=_cgiargl_&a=d&c=_cgiargc_&d=_sampleoid_\">Éste</a> es el resultado. No hay texto (en caso de que hubiera, se podría producir por medio de [<i>Text</i>]). Lo que se muestra es la pura imagen junto con algunos metadatos extraídos de ella.
263<p>
264
265El archivo de configuración especifica un clasificador, <i>List</i>, basado en el metadatos <i>Imágenes</i>, tal como se muestra <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1\">aquí</a>. El enunciado de formato muestra la imagen reducida junto con algunos metadatos. (Cualquier otro clasificador tendría el mismo formato, ya que este enunciado no nombra al clasificador.)
266<p>
267
268Tal vez se preguntará por qué se genera y guarda la imagen reducida de manera explícita, cuando se podría obtener el mismo efecto usando la imagen original y escalándola:
269<p>
270
271<pre>
272&lt;td&gt;[link]&lt;img src=\'_httpassocdir_/[assocfilepath]\n
273/[Image]\' width=[ThumbWidth] height=[ThumbHeight]&gt;\n
274[/link]&lt;\/td&gt;&lt;td valign=middle&gt;&lt;i&gt;[Title]&lt;\/i&gt;&lt;\/td&gt;
275</pre>\n
276
277<p>
278
279La razón es que de esta manera se ahorra ancho de banda en la comunicación al no enviar imágenes de gran tamaño cuando se pueden enviar pequeñas.
280<p>
281
282Para conocer una colección de imágenes más completa, consulte la <a href=\"http://www.nzdl.org/cgi-bin/library?a=p&p=about&c=aircraft\">kiwi aircraft images</a> de la Biblioteca Digital de Nueva Zelanda. Sin embargo, la estructura de esta colección es muy diferente. Se trata de una colección de páginas Web que incluye muchas imágenes junto con el texto. El plugin <i>HTMLPlugin</i> también procesa archivos de imágenes, pero lo hace de manera diferente a ImagePlugin (por ejemplo, no produce los metadatos descritos arriba).
283<p>
284"
285
286# -- Russian text ----------------
287collectionmeta collectionextra [l=ru] "
288ЭтП ПсМПвМая кПллекцОя ОзПбражеМОй, кПтПрая Ме сПЎержОт МОкакПгП текста О МОкакОх
289 явМых
290 ЌетаЎаММых
291. НескПлькП JPEG-файлПв пПЌещеМы в ЎОректПрОю ОЌпПрта ЎП ОЌпПртОрПваМОя О пПстрПеМОя кПллекцОО. И этП все.
292<p>
293The images in this collection have been produced by members of the Department of Computer Science, University of Waikato.
294The University of Waikato holds copyright. They may be distributed freely, without any restrictions.
295
296
297
298<h3>Как рабПтает кПллекцОя</h3>
299<p>
300
301<a href=\"_gwcgi_?l=_cgiargl_&a=d&c=_cgiargc_&d=_sampleoid_\">ЗЎесь</a> преЎставлеМ тОпПвПй ЎПкуЌеМт кПллекцОО. <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>КПМфОгурацОПММый файл</a> Ме ПпреЎеляет МОкакОх
302 ОМЎексПв, так чтП кМПпка пПОска пПЎавлеМа.
303<p>
304
305ИЌеется тПлькП ПЎОМ плагОМ <i>ImagePlugin</i>, пПЌОЌП 4, кПтПрые прОсутствуют всегЎа (<i>GreenstoneXMLPlugin</i>, <i>MetadataXMLPlugin</i>, <i>ArchivesInfPlugin</i>, <i>DirectoryPlugin</i>). <i>ImagePlugin</i> пПлагается Ма существПваМОе Ўвух
306 прПграЌЌ Оз МабПра ImageMagick (<a href=\"http://www.imagemagick.org\">http://www.imagemagick.org</a>) - <i>convert</i> О <i>identify</i>. Greenstone Ме сЌПжет стрПОть кПллекцОО правОльМП, еслО ImageMagick Ме устаМПвлеМ Ма вашеЌ кПЌпьютере.
307<p>
308
309<i>ImagePlugin</i> автПЌатОческО геМерОрует слеЎующОе ЌетаЎаММые Ўля кажЎПгП ОзПбражеМОя в кПллекцОО:
310<p>
311
312<blockquote>
313<table border=0 cellspacing=0>
314<tr>
315<td width=125 valign=top><i>Image</i></td>
316<td>
317ИЌя файла, сПЎержащегП ОзПбражеМОе
318</td></tr>
319<tr><td valign=top><i>ImageWidth</i></td>
320<td>
321КОрОМа ОзПбражеМОя (в пОкселах
322)
323</td></tr>
324<tr><td valign=top><i>ImageHeight</i></td>
325<td>
326ВысПта ОзПбражеМОя (в пОкселах
327)
328</td></tr>
329<tr><td valign=top><i>Thumb</i></td>
330<td>
331ИЌя файла фПрЌата ПбЌеМа графОческОЌ ЎаММыЌО, сПЎержащегП уЌеМьшеММПе ОзПбражеМОе
332</td></tr>
333<tr><td valign=top><i>ThumbWidth</i></td>
334<td>
335КОрОМа уЌеМьшеММПгП ОзПбражеМОя (в пОкселах
336)
337</td></tr>
338<tr><td valign=top><i>ThumbHeight</i></td>
339<td>
340ВысПта уЌеМьшеММПгП ОзПбражеМОя (в пОкселах
341)
342</td></tr>
343<tr><td valign=top><i>Thumbicon</i></td>
344<td>
345ППлМПе ПпОсаМОе путО к уЌеМьшеММПЌу ОзПбражеМОю
346</td></tr>
347<tr><td valign=top><i>assocfilepath</i></td>
348<td>
349ИЌя путО к пПЎЎОректПрОО ОзПбражеМОй в ЎОректПрОО кПллекцОО <i>assoc</i>
350</td></tr></table>
351</blockquote>
352<p>
353
354ИзПбражеМОе сПх
355раМОтся как «связаММый файл» в пПЎЎОректПрОО <i>assoc</i> ЎОректПрОО кПллекцОО <i>index</i>. Index -- этП ЎОректПрОя, куЎа все файлы, МеПбх
356ПЎОЌые Ўля ПбслужОваМОя кПллекцОО, пПЌещеМы, чтПбы ПМа была автПМПЌМПй. ДОректПрОя <i>httpassocdir</i>, кПтПрая является тПй же саЌПй, чтП О <i>&#095httpcollection&#095/index/assoc</i>, Пбращается к этПй ЎОректПрОО. Для любПгП ЎПкуЌеМта уЌеМьшеММПе О пПлМПе ОзПбражеМОе Мах
357ПЎятся в пПЎЎОректПрОО, ОЌя кПтПрПй ПпреЎеляется <i>assocfilepath</i>. МетаЎаММые элеЌеМта <i>thumbicon</i> Ўают пПлМПе ПпОсаМОе путО к уЌеМьшеММПЌу ОзПбражеМОю О ЌПгут ОспПльзПваться теЌ же саЌыЌ ПбразПЌ, чтП О <i>srcicon</i> (сЌ. ЎеЌПМстрацОПММые кПллекцОО MS Word О PDF).
358<p>
359
360ВтПрПй ПператПр фПрЌата в кПМфОгурацОПММПЌ файле, <i>DocumentText</i>, ПпреЎеляет, как элеЌеМт пПявляется, О <a href=\"_gwcgi_?l=_cgiargl_&a=d&c=_cgiargc_&d=_sampleoid_\">этПт прОЌер</a> является результатПЌ. Текст ЎПкуЌеМта Птсутствует (еслО бы ПМ был, тП ПМ бы прПОзвПЎОлся [ТекстПЌ] [Text]. ТП, чтП пПказаМП, является МепПсреЎствеММП ОзПбражеМОеЌ вЌесте с МекПтПрыЌО ЌетаЎаММыЌО, ОзвлечеММыЌО Оз МегП.
361<p>
362
363КПМфОгурацОПММый файл ПпреЎеляет ПЎОМ классОфОкатПр -- <i>List</i>, ПсМПваММый Ма ЌетаЎаММых
364 <i>Image</i>, кПтПрый пПказаМ <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1\">зЎесь</a>. ОператПр фПрЌата пПказывает уЌеМьшеММПе ОзПбражеМОе вЌесте с МекПтПрыЌО ЌетаЎаММыЌО (любые ЎругОе классОфОкатПры ОЌелО бы тПт же саЌый фПрЌат, так как этПт ПператПр Ме Мазывает классОфОкатПр).
365<p>
366
367Вы ЌПжете спрПсОть, пПчеЌу уЌеМьшеММПе ОзПбражеМОе геМерОруется О сПх
368раМяется явМП, кПгЎа тПт же саЌый эффект ЌПг бы быть пПлучеМ прО ОспПльзПваМОО ПрОгОМальМПгП ОзПбражеМОя О ЌасштабОрПваМОО егП:
369<br>
370<pre>
371&lt;td&gt;[link]&lt;img src=\'_httpassocdir_/[assocfilepath]\n
372/[Image]\' width=[ThumbWidth] height=[ThumbHeight]&gt;\n
373[/link]&lt;\/td&gt;&lt;td valign=middle&gt;&lt;i&gt;[Title]&lt;\/i&gt;&lt;\/td&gt;
374</pre>\n
375
376ПрОчОМа сПстПОт в тПЌ, чтПбы сПх
377раМОть пПлПсу прПпускаМОя связО, Ме пПсылая бПльшОе ОзПбражеМОя, кПгЎа ЌалеМькОе Ўелают тП же.
378<p>
379
380БПлее Осчерпывающую кПллекцОю ОзПбражеМОй сЌПтрОте в <a href=\"http://www.nzdl.org/cgi-bin/library?a=p&p=about&c=aircraft\">kiwi aircraft images</a> в НПвПзелаМЎскПй ЊОфрПвПй БОблОПтеке. Структура этПй кПллекцОО весьЌа ПтлОчается, пПскПльку этП О кПллекцОя Web-страМОц, кПтПрая включает ЌМПгП ОзПбражеМОй МаряЎу с текстПЌ. ПлагОМ <i>HTMLPlugin</i> также Пбрабатывает файлы ОзПбражеМОй, МП Ўелает этП так ЎругОЌ спПсПбПЌ, чеЌ ImagePlugin (МпрОЌер, ПМ Ме геМерОрует ЌетаЎаММые, ПпОсаММые выше).
381<p>
382"
Note: See TracBrowser for help on using the repository browser.