Changeset 36462 for documented-examples


Ignore:
Timestamp:
2022-08-23T15:05:38+12:00 (20 months ago)
Author:
anupama
Message:

Updating the image-e DEC collection description to better fit GS3, and also tried my best to adjust its existing translations accordingly.

Location:
documented-examples/trunk/image-e/resources
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • documented-examples/trunk/image-e/resources/collectionConfig.properties

    r36458 r36462  
    1111description1=<p>The images in this collection have been produced by members of the Department of Computer Science, University of Waikato. The University of Waikato holds copyright. They may be distributed freely, without any restrictions.</p>
    1212
    13 description2=<h3>How the collection works</h3><p><a href="?a=d&d=_sampleoid_">Here</a> is a sample document in the collection. The <a href="_httpcollection_/etc/collect.cfg" target=collect.cfg> configuration file</a> specifies no indexes, so the search button is suppressed.</p>
     13description2=<h3>How the collection works</h3><p><a href="library/collection/image-e/document/D2">Here</a> is a sample document in the collection. The configuration file, <tt>collectionConfig.xml</tt>, specifies no indexes, so the search button is suppressed.</p>
    1414
    15 description3=<p>There is only one plugin, <i>ImagePlugin</i>, aside from the four that are always present (<i>GreenstoneXMLPlugin</i>, <i>MetadataXMLPlugin</i>, <i>ArchivesInfPlugin</i>, <i>DirectoryPlugin</i>). <i>ImagePlugin</i> relies on the existence of two programs from the ImageMagick suite (<a href="http://www.imagemagick.org">http://www.imagemagick.org</a>): <i>convert</i> and <i>identify</i>. Greenstone will not be able to build the collection correctly unless ImageMagick is installed on your computer.</p>
     15description3=<p>There is only one plugin, <i>ImagePlugin</i>, aside from the others that are always present (crucially <i>GreenstoneXMLPlugin</i>, <i>MetadataXMLPlugin</i>, <i>ArchivesInfPlugin</i>, <i>DirectoryPlugin</i>). <i>ImagePlugin</i> relies on the existence of two programs from the ImageMagick suite (<a href="http://www.imagemagick.org">http://www.imagemagick.org</a>): <i>convert</i> and <i>identify</i>. Greenstone 3 binaries come bundled with Imagemagick as one of the components that can be optionally installed. Greenstone will not be able to build the collection correctly unless an ImageMagick is installed on your computer.</p>
    1616
    1717description4=<p><i>ImagePlugin</i> automatically creates a thumbnail and generates the following metadata for each image in the collection:  <blockquote> <table border=0 cellspacing=0> <tr><td width=125 valign=top><i>Image</i></td><td>Name of file containing the image <tr> <tr><td valign=top><i>ImageWidth</i></td><td>Width of image (in pixels) <tr> <tr><td valign=top><i>ImageHeight</i></td><td>Height of image (in pixels) <tr> <tr><td valign=top><i>Thumb</i></td><td> Name of gif file containing thumbnail of image <tr> <tr><td valign=top><i>ThumbWidth</i></td><td>Width of thumbnail image (in pixels) <tr> <tr><td valign=top><i>ThumbHeight</i></td><td>Height of thumbnail image (in pixels) <tr> <tr><td valign=top><i>thumbicon</i></td><td>Full pathname specification of thumbnail image <tr> <tr><td valign=top><i>assocfilepath</i></td><td>Pathname of image directory in the collection's <i>assoc</i> directory <tr> </table> </blockquote></p>
    1818
    19 description5=<p>The image is stored as an "associated file" in the <i>assoc</i> subdirectory of the collection's <i>index</i> directory. (<i>Index</i> is where all files necessary to serve the collection are placed, to make it self-contained.) The pathname &#095;<i>httpassocdir</i>&#095;, which is the same as &#095;<i>httpcollection</i>&#095;<i>/index/assoc</i>, refers to this directory. For any document, its thumbnail and image are both in a subdirectory whose filename is given by <i>assocfilepath</i>. The metadata element <i>thumbicon</i> is set to the full pathname specification of the thumbnail image, and can be used in the same way as <i>srcicon</i> (see the MSWord and PDF demonstration collection).</p>
     19description5=<p>The image is stored as an "associated file" in the <i>assoc</i> subdirectory of the collection's <i>index</i> directory. (<i>Index</i> is where all files necessary to serve the collection are placed, to make it self-contained.) For any document, its thumbnail and image are both in a subdirectory whose filename is given by <i>assocfilepath</i>. The metadata element <i>thumbicon</i> is set to the full pathname specification of the thumbnail image, and can be used in the same way as <i>srcicon</i> (see the MSWord and PDF demonstration collection).</p>
    2020
    21 description6=<p>The second format statement in the <a href="_httpcollection_/etc/collect.cfg" target=collect.cfg>configuration file</a>, <i>DocumentText</i>, dictates how the document will appear, and <a href="?a=d&d=_sampleoid_">this</a> is the result. There is no document text (if there were, it would be producible by [<i>Text</i>]). What is shown is the image itself, along with some metadata extracted from it.</p>
     21description6=<p>The <tt>browse</tt> format statement in the collection configuration file, <tt>collectionConfig.xml</tt>, dictates how the document will appear, and <a href="library/collection/image-e/document/D2">this</a> is the result. There is no document text (if there were, it would be producible by <i>&lt;gsf:metadata name="rawtext"/&gt;</i> in format statements). What is shown is the image itself, along with some metadata extracted from it.</p>
    2222
    23 description7=<p>The configuration file specifies one classifier, a <i>List</i> based on <i>Image</i> metadata, shown <a href="?a=d&cl=CL1">here</a>. The format statement shows the thumbnail image along with some metadata. (Any other classifiers would have the same format, since this statement does not name the classifier.)</p>
     23description7=<p>The configuration file specifies one classifier, a <i>List</i> based on <i>Image</i> metadata, shown <a href="library/collection/image-e/browse/CL1">here</a>. The format statement shows the thumbnail image along with some metadata. (Any other classifiers would have the same format, since this statement does not name the classifier.)</p>
    2424
    25 description8=<p>You may wonder why the thumbnail image is generated and stored explicitly, when the same effect would be obtained by using the original image and scaling it:  <pre> &lt;td&gt;[link]&lt;img src='_httpassocdir_/[assocfilepath] /[Image]' width=[ThumbWidth] height=[ThumbHeight]&gt; [/link]&lt;\/td&gt;&lt;td valign=middle&gt;&lt;i&gt;[Title]&lt;\/i&gt;&lt;\/td&gt; </pre></p>
     25description8=<p>You may wonder why the thumbnail image is generated and stored explicitly, when the same effect would be obtained by using the original image and scaling it (as would happen if you did not have an Imagemagick installed).</p>
    2626
    2727description9=<p>The reason is to save communication bandwidth by not sending large images when small ones would do.</p>
  • documented-examples/trunk/image-e/resources/collectionConfig_es.properties

    r36458 r36462  
    1111description1=<p>Las imágenes en esta colección han sido producidas por miembros del Departamento de Ciencias de la Computación, de la Universidad de Waikato. La Universidad de Waikato tiene el copyright. Ellas pueden distribuirse libremente, sin ninguna restricción.</p>
    1212
    13 description2=<h3>Cómo trabaja esta colección</h3><p>Se puede <a href="?a=d&d=_sampleoid_">ver aquí</a> un documento de 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.</p>
     13description2=<h3>Cómo trabaja esta colección</h3><p>Se puede <a href="library/collection/image-e/document/D2">ver aquí</a> un documento de muestra de la colección. El archivo de configuración, <tt>collectionConfig.xml</tt>, no especifica ningún índice, por lo que el botón de búsqueda se suprime.</p>
    1414
    1515description3=<p>Só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 del paquete de software ImageMagick (<a href="http://www.imagemagick.org">http://www.imagemagick.org</a>): <i>convert</i> e <i>identify</i>. Greenstone no podrá construir correctamente la colección a menos que ImageMagick esté instalado en su computadora.</p>
     
    1717description4=<p><i>ImagePlugin</i> crea automáticamente una miniatura de la imagen y genera los siguientes metadatos para cada imagen de la colección: <blockquote> <table border=0 cellspacing=0> <tr><td width=125 valign=top><i>Image</i></td><td> Nombre del archivo que contiene la imagen. <tr> <tr><td valign=top><i>ImageWidth</i></td><td> Ancho de la imagen (en pixeles). <tr> <tr><td valign=top><i>ImageHeight</i></td><td> Altura de la imagen (en pixeles). <tr> <tr><td valign=top><i>Thumb</i></td><td> Nombre del archivo gif que contiene la miniatura de la imagen. <tr> <tr><td valign=top><i>ThumbWidth</i></td><td> Ancho de la imagen reducida (en pixeles). <tr> <tr><td valign=top><i>ThumbHeight</i></td><td> Altura de la imagen reducida (en pixeles). <tr> <tr><td valign=top><i>thumbicon</i></td><td> Especificación del nombre de la ruta de acceso completo de la imagen reducida. <tr> <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> </table> </blockquote></p>
    1818
    19 description5=<p>La imagen se guarda como "archivo asociado" en el subdirectorio <i>assoc</i> del directorio <i>index</i> de la colección. (<i>Index</i> es el lugar donde todos los archivos necesarios para la colección se colocan con el fin de hacerla autocontenida.) El nombre de la ruta de acceso <i>_httpassocdir_</i> es el mismo que <i>_httpcollection_/index/assoc</i> y remite a este directorio. Para cualquier documento tanto la miniatura 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> tiene como valor la ruta completa a la imagen miniatura y puede usarse de la misma manera que <i>srcicon</i> (véase la colección de muestra en MSWord y PDF).</p>
     19description5=<p>La imagen se guarda como "archivo asociado" en el subdirectorio <i>assoc</i> del directorio <i>index</i> de la colección. (<i>Index</i> es el lugar donde todos los archivos necesarios para la colección se colocan con el fin de hacerla autocontenida.) Para cualquier documento tanto la miniatura 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> tiene como valor la ruta completa a la imagen miniatura y puede usarse de la misma manera que <i>srcicon</i> (véase la colección de muestra en MSWord y PDF).</p>
    2020
    21 description6=<p>El 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="?a=d&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 imagen junto con algunos metadatos extraídos de ella.</p>
     21description6=<p>El segundo enunciado de formato en el archivo de configuración, <tt>collectionConfig.xml</tt>, <i>browse</i>, dicta la forma en que aparecerá el documento. <a href="library/collection/image-e/document/D2">Éste</a> es el resultado. No hay texto (en caso de que hubiera, se podría producir por medio de <i>&lt;gsf:metadata name="rawtext"/&gt;</i>). Lo que se muestra es la imagen junto con algunos metadatos extraídos de ella.</p>
    2222
    23 description7=<p>El archivo de configuración especifica un clasificador, <i>List</i>, basado en el metadato <i>Image</i>, tal como se muestra <a href="?a=d&cl=CL1">aquí</a>. La cadena de formateo muestra la imagen reducida junto con algunos metadatos. (Cualquier otro clasificador tendría el mismo formato, ya que esta cadena no especifica a ningún clasificador en particular.)</p>
     23description7=<p>El archivo de configuración especifica un clasificador, <i>List</i>, basado en el metadato <i>Image</i>, tal como se muestra <a href="library/collection/image-e/browse/CL1">aquí</a>. La cadena de formateo muestra la imagen reducida junto con algunos metadatos. (Cualquier otro clasificador tendría el mismo formato, ya que esta cadena no especifica a ningún clasificador en particular.)</p>
    2424
    25 description8=<p>Tal 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: <pre> &lt;td&gt;[link]&lt;img src='_httpassocdir_/[assocfilepath] /[Image]' width=[ThumbWidth] height=[ThumbHeight]&gt; [/link]&lt;\/td&gt;&lt;td valign=middle&gt;&lt;i&gt;[Title]&lt;\/i&gt;&lt;\/td&gt; </pre></p>
     25description8=<p>Tal 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.</p>
    2626
    2727description9=<p>La 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.</p>
  • documented-examples/trunk/image-e/resources/collectionConfig_fr.properties

    r36458 r36462  
    1111description1=<p>Les images de cette collection ont été produites par des membres du Department of Computer Science, de l'Université de Waikato. L'Université de Waikato en détient le copyright. Elles peuvent être distribuées librement, sans aucune restriction.</p>
    1212
    13 description2=<h3>Comment fonctionne cette collection ?</h3><p><a href="?a=d&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é.</p>
     13description2=<h3>Comment fonctionne cette collection ?</h3><p><a href="library/collection/image-e/document/D2">Voici</a> un document test dans la collection. Le fichier de configuration, <tt>collectionConfig.xml</tt>, ne spécifie aucun index, ainsi le bouton de recherche est supprimé.</p>
    1414
    1515description3=<p>Il n'y a qu'un seul plugin, <i>ImagePlugin</i>, à cÎté des quatre qui sont toujours présents (<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>): <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.</p>
     
    1717description4=<p><i>ImagePlugin</i> crée automatiquement une vignette d'image et génÚre les méta-données suivantes pour chaque image dans la collection :  <blockquote> <table border=0 cellspacing=0> <tr><td width=125 valign=top><i>Image</i></td><td>Nom de fichier contenant l'image<tr> <tr><td valign=top><i>ImageWidth</i></td><td>Largeur de l'image(en pixels)<tr> <tr><td valign=top><i>ImageHeight</i></td><td>Hauteur de l'image(en pixels)<tr> <tr><td valign=top><i>Thumb</i></td><td>Nom de fichier gif contenant la vignette de l'image<tr> <tr><td valign=top><i>ThumbWidth</i></td><td>Largeur de la vignette d'image (en pixels)<tr> <tr><td valign=top><i>ThumbHeight</i></td><td>Hauteur de la vignette d'image (en pixels)<tr> <tr><td valign=top><i>Thumbicon</i></td><td>Spécification entiÚre du chemin de la vignette d'image <tr> <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> </table> </blockquote></p>
    1818
    19 description5=<p>L'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 un 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).</p>
     19description5=<p>L'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. Pour tout document, la vignette et l'image sont tous les deux dans un 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).</p>
    2020
    21 description6=<p>La 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="?a=d&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.</p>
     21description6=<p>La seconde déclaration de format dans le fichier de configuration, <tt>collectionConfig.xml</tt>, <i>browse</i>, impose la maniÚre dont le document est affiché; <a href="library/collection/image-e/document/D2">voici</a> le résultat. Il n'existe aucun texte de document (si tel était le cas, il serait produit par <i>&lt;gsf:metadata name="rawtext"/&gt;</i>). Ce qui est affiché est l'image elle-même, avec quelques méta-données qui en sont extraites.</p>
    2222
    23 description7=<p>Le fichier de configuration spécifie un classificateur, une <i>List</i> basée sur la méta-donnée <i>image</i>, comme indiqué <a href="?a=d&cl=CL1">ici</a>. La déclaration de format montre la vignette d'image avec quelques méta-données (Tous les autres classificateurs auraient le même format, dÚs lors que la déclaration ne fait mention d'aucun classificateur).</p>
     23description7=<p>Le fichier de configuration spécifie un classificateur, une <i>List</i> basée sur la méta-donnée <i>image</i>, comme indiqué <a href="library/collection/image-e/browse/CL1">ici</a>. La déclaration de format montre la vignette d'image avec quelques méta-données (Tous les autres classificateurs auraient le même format, dÚs lors que la déclaration ne fait mention d'aucun classificateur).</p>
    2424
    25 description8=<p>On 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:  <pre> &lt;td&gt;[link]&lt;img src='_httpassocdir_/[assocfilepath] /[Image]' width=[ThumbWidth] height=[ThumbHeight]&gt; [/link]&lt;\/td&gt;&lt;td valign=middle&gt;&lt;i&gt;[Title]&lt;\/i&gt;&lt;\/td&gt; </pre></p>
     25description8=<p>On 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.</p>
    2626
    2727description9=<p>La raison est que pour économiser de la bande passante, il est préférable d'envoyer des images de petite taille.</p>
  • documented-examples/trunk/image-e/resources/collectionConfig_ru.properties

    r36458 r36462  
    1414description1=<p>The images in this collection have been produced by members of the Department of Computer Science, University of Waikato. The University of Waikato holds copyright. They may be distributed freely, without any restrictions.</p>
    1515
    16 description2=<h3>Как рабПтает кПллекцОя</h3><p><a href="?a=d&d=_sampleoid_">ЗЎесь</a> преЎставлеМ тОпПвПй ЎПкуЌеМт кПллекцОО. <a href="_httpcollection_/etc/collect.cfg" target=collect.cfg>КПМфОгурацОПММый файл</a> Ме ПпреЎеляет МОкакОÑ
     16description2=<h3>Как рабПтает кПллекцОя</h3><p><a href="library/collection/image-e/document/D2">ЗЎесь</a> преЎставлеМ тОпПвПй ЎПкуЌеМт кПллекцОО. КПМфОгурацОПММый файл, <tt>collectionConfig.xml</tt>, Ме ПпреЎеляет МОкакОÑ
    1717 ÐžÐœÐŽÐµÐºÑÐŸÐ², так чтП кМПпка пПОска пПЎавлеМа.</p>
    1818
     
    2828description5=<p>ИзПбражеМОе сПÑ
    2929раМОтся как «связаММый файл» в пПЎЎОректПрОО <i>assoc</i> ЎОректПрОО кПллекцОО <i>index</i>. Index -- этП ЎОректПрОя, куЎа все файлы, МеПбÑ
    30 ÐŸÐŽÐžÐŒÑ‹Ðµ Ўля ПбслужОваМОя кПллекцОО, пПЌещеМы, чтПбы ПМа была автПМПЌМПй. ДОректПрОя <i>httpassocdir</i>, кПтПрая является тПй же саЌПй, чтП О <i>&#095httpcollection&#095/index/assoc</i>, Пбращается к этПй ЎОректПрОО. Для любПгП ЎПкуЌеМта уЌеМьшеММПе О пПлМПе ОзПбражеМОе МаÑ
     30ПЎОЌые Ўля ПбслужОваМОя кПллекцОО, пПЌещеМы, чтПбы ПМа была автПМПЌМПй. Для любПгП ЎПкуЌеМта уЌеМьшеММПе О пПлМПе ОзПбражеМОе МаÑ
    3131ПЎятся в пПЎЎОректПрОО, ОЌя кПтПрПй ПпреЎеляется <i>assocfilepath</i>. МетаЎаММые элеЌеМта <i>thumbicon</i> Ўают пПлМПе ПпОсаМОе путО к уЌеМьшеММПЌу ОзПбражеМОю О ЌПгут ОспПльзПваться теЌ же саЌыЌ ПбразПЌ, чтП О <i>srcicon</i> (сЌ. ЎеЌПМстрацОПММые кПллекцОО MS Word О PDF).</p>
    3232
    33 description6=<p>ВтПрПй ПператПр фПрЌата в кПМфОгурацОПММПЌ файле, <i>DocumentText</i>, ПпреЎеляет, как элеЌеМт пПявляется, О <a href="?a=d&d=_sampleoid_">этПт прОЌер</a> является результатПЌ. Текст ЎПкуЌеМта Птсутствует (еслО бы ПМ был, тП ПМ бы прПОзвПЎОлся [ТекстПЌ] [Text]. ТП, чтП пПказаМП, является МепПсреЎствеММП ОзПбражеМОеЌ вЌесте с МекПтПрыЌО ЌетаЎаММыЌО, ОзвлечеММыЌО Оз МегП.</p>
     33description6=<p>ВтПрПй ПператПр фПрЌата в кПМфОгурацОПММПЌ файле, <i>browse</i>, ПпреЎеляет, как элеЌеМт пПявляется, О <a href="library/collection/image-e/document/D2">этПт прОЌер</a> является результатПЌ. Текст ЎПкуЌеМта Птсутствует (еслО бы ПМ был, тП ПМ бы прПОзвПЎОлся [ТекстПЌ] [Text]. ТП, чтП пПказаМП, является МепПсреЎствеММП ОзПбражеМОеЌ вЌесте с МекПтПрыЌО ЌетаЎаММыЌО, ОзвлечеММыЌО Оз МегП.</p>
    3434
    3535description7=<p>КПМфОгурацОПММый файл ПпреЎеляет ПЎОМ классОфОкатПр -- <i>List</i>, ПсМПваММый Ма ЌетаЎаММыÑ
    36  <i>Image</i>, кПтПрый пПказаМ <a href="?a=d&cl=CL1">зЎесь</a>. ОператПр фПрЌата пПказывает уЌеМьшеММПе ОзПбражеМОе вЌесте с МекПтПрыЌО ЌетаЎаММыЌО (любые ЎругОе классОфОкатПры ОЌелО бы тПт же саЌый фПрЌат, так как этПт ПператПр Ме Мазывает классОфОкатПр).</p>
     36 <i>Image</i>, кПтПрый пПказаМ <a href="library/collection/image-e/browse/CL1">зЎесь</a>. ОператПр фПрЌата пПказывает уЌеМьшеММПе ОзПбражеМОе вЌесте с МекПтПрыЌО ЌетаЎаММыЌО (любые ЎругОе классОфОкатПры ОЌелО бы тПт же саЌый фПрЌат, так как этПт ПператПр Ме Мазывает классОфОкатПр).</p>
    3737
    3838description8=<p>Вы ЌПжете спрПсОть, пПчеЌу уЌеМьшеММПе ОзПбражеМОе геМерОруется О сПÑ
    39 Ñ€Ð°ÐœÑÐµÑ‚ся явМП, кПгЎа тПт же саЌый эффект ЌПг бы быть пПлучеМ прО ОспПльзПваМОО ПрОгОМальМПгП ОзПбражеМОя О ЌасштабОрПваМОО егП: <br> <pre> &lt;td&gt;[link]&lt;img src='_httpassocdir_/[assocfilepath] /[Image]' width=[ThumbWidth] height=[ThumbHeight]&gt; [/link]&lt;\/td&gt;&lt;td valign=middle&gt;&lt;i&gt;[Title]&lt;\/i&gt;&lt;\/td&gt; </pre>
     39раМяется явМП, кПгЎа тПт же саЌый эффект ЌПг бы быть пПлучеМ прО ОспПльзПваМОО ПрОгОМальМПгП ОзПбражеМОя О ЌасштабОрПваМОО егП.</p>
    4040
    4141description9=<p>ПрОчОМа сПстПОт в тПЌ, чтПбы сПÑ
  • documented-examples/trunk/image-e/resources/collectionConfig_zh.properties

    r36458 r36462  
    1414description1=<p>本銆藏䞭的囟片由怀卡托倧孊计算机系的成员拍摄提䟛。怀卡托倧孊拥有这些文件的版权。这些文件可自由发垃没有任䜕限制。</p>
    1515
    16 description2=<h3>本銆藏劂䜕工䜜</h3><p><a href="?a=d&d=_sampleoid_">这里</a>是本銆藏䞭的䞀䞪文档瀺范。<a href="_httpcollection_/etc/collect.cfg" target=collect.cfg>é
    17 çœ®æ–‡ä»¶</a>䞭没有指定玢匕因歀没有搜玢按钮。</p>
     16description2=<h3>本銆藏劂䜕工䜜</h3><p><a href="library/collection/image-e/document/D2">这里</a>是本銆藏䞭的䞀䞪文档瀺范。é
     17çœ®æ–‡ä»¶, <tt>collectionConfig.xml</tt>,䞭没有指定玢匕因歀没有搜玢按钮。</p>
    1818
    1919description3=<p>本銆藏只有䞀䞪插件<i>ImagePlugin</i>以及氞远é
     
    2929含了銆藏所有的所有文件以䟿让å
    3030¶åŒ
    31 å«å®Œæ•Žçš„信息。路埄名&#095;<i>httpassocdir</i>&#095;等同于&#095;<i>httpcollection</i>&#095;<i>/index/assoc</i>郜指向这䞪目圕。对于任䞀文档å
     31含完敎的信息。对于任䞀文档å
    3232¶çŒ©å›ŸäžŽå›Ÿç‰‡éƒœå°†ä¿å­˜åœšäž€äžªå­ç›®åœ•äž­ïŒŒè¯¥å­ç›®åœ•çš„文件名由<i>assocfilepath</i>指定。å
    3333ƒæ•°æ®å
    3434ƒçŽ <i>thumbicon</i>被讟䞺猩囟囟片的完敎路埄名并可按甚<i>srcicon</i>的方匏䜿甚参见埮蜯Word侎PDF挔瀺銆藏。</p>
    3535
    36 description6=<p><a href="_httpcollection_/etc/collect.cfg" target=collect.cfg>é
    37 çœ®æ–‡ä»¶</a>䞭的第二䞪栌匏化参数<i>DocumentText</i>指定劂䜕星瀺文档劂<a href="?a=d&d=_sampleoid_">这里</a>所瀺。这里没有任䜕文本劂果有的话文本将由[<i>Text</i>]提䟛。这里星瀺的只是囟片本身以及䞀些从䞭抜取出的å
     36description6=<p>é
     37çœ®æ–‡ä»¶, <tt>collectionConfig.xml</tt>,䞭的第二䞪栌匏化参数<i>browse</i>指定劂䜕星瀺文档劂<a href="library/collection/image-e/document/D2">这里</a>所瀺。这里没有任䜕文本劂果有的话文本将由<i>&lt;gsf:metadata name="rawtext"/&gt;</i>提䟛。这里星瀺的只是囟片本身以及䞀些从䞭抜取出的å
    3838ƒæ•°æ®ã€‚</p>
    3939
    4040description7=<p>é
    4141çœ®æ–‡ä»¶æŒ‡å®šäº†äž€äžªåˆ†ç±»å™šïŒŒäž€äžªåŸºäºŽ<i>囟片</i>å
    42 ƒæ•°æ®çš„<i>List</i>劂<a href="?a=d&cl=CL1">这里</a>所瀺。栌匏化参数星瀺猩囟以及䞀些å
     42ƒæ•°æ®çš„<i>List</i>劂<a href="library/collection/image-e/browse/CL1">这里</a>所瀺。栌匏化参数星瀺猩囟以及䞀些å
    4343ƒæ•°æ®ã€‚所有分类噚的栌匏郜是盞同的因䞺这䞪栌匏参数并没有指定分类噚名。</p>
    4444
    4545description8=<p>䜠可胜想问通过猩攟原囟即可埗到效果的æƒ
    46 å†µäž‹ïŒŒäžºä»€ä¹ˆè¿˜èŠç‰¹åˆ«çš„生成和存傚猩囟    <pre>  &lt;td&gt;[link]&lt;img src='_httpassocdir_/[assocfilepath]  /[Image]' width=[ThumbWidth] height=[ThumbHeight]&gt;  [/link]&lt;\/td&gt;&lt;td valign=middle&gt;&lt;i&gt;[Title]&lt;\/i&gt;&lt;\/td&gt;  </pre></p>
     46况䞋䞺什么还芁特别的生成和存傚猩囟.</p>
    4747
    4848description9=<p>原因是䞺了节省垊宜即圚可以发送小囟片的æƒ
Note: See TracChangeset for help on using the changeset viewer.