Changeset 19341


Ignore:
Timestamp:
2009-05-06T20:32:46+12:00 (15 years ago)
Author:
kjdon
Message:

some more updates. still haven't finished...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • collections/documented-examples/trunk/dls-e/etc/collect.cfg

    r19317 r19341  
    22public      true
    33
    4 
    5 plugin      HTMLPlugin -description_tags -input_encoding iso_8859_1 -OIDtype dirname
    6 plugin      GreenstoneXMLPlugin
    7 plugin      MetadataXMLPlugin
    8 plugin      ArchivesInfPlugin
    9 plugin      DirectoryPlugin
     4buildtype   mg
     5
     6plugin  HTMLPlugin -input_encoding iso_8859_1 -description_tags -OIDtype dirname
     7plugin  GreenstoneXMLPlugin
     8plugin  MetadataXMLPlugin
     9plugin  ArchivesInfPlugin
     10plugin  DirectoryPlugin
    1011
    1112indexes     section:text section:Title document:text
    1213
    13 classify    Hierarchy -metadata dls.Subject -sort Title -buttonname Subject -hfile dls.Subject.txt
    14 classify    Hierarchy -hlist_at_top -metadata dls.AZList -sort Title -buttonname Title -hfile dls.AZList.txt
    15 classify    Hierarchy -metadata dls.Organization -sort Title -buttonname Organization -hfile dls.Organization.txt
    16 classify    Hierarchy -metadata dls.Keyword -sort Title -buttonname Howto -hfile dls.Keyword.txt
     14classify    Hierarchy -metadata "dls.Subject" -sort dls.Title -buttonname Subject -hfile dls.Subject.txt
     15classify    Hierarchy -metadata dls.AZList -hlist_at_top -sort dls.Title -buttonname Title -hfile dls.AZListtxt
     16classify    List -sort_leaf_nodes_using dls.Title -metadata dls.Organization -bookshelf_type always -buttonname Organization
     17classify    List -metadata dls.Keyword -bookshelf_type never -buttonname Howto
    1718
    1819format VList "<td valign=top>[link][icon][/link]</td>
    19 <td valign=top>[highlight]{Or}{[Title],Untitled}[/highlight]
     20<td valign=top>[highlight]{Or}{[dls.Title],[Title],Untitled}[/highlight]
    2021<i><small>{If}{[Date],<br>_textdate_[Date]}{If}{[NumPages],
    2122<br>_textnumpages_[NumPages]}{If}{[Source],<br>_textsource_[Source]}</small></i>
     
    2728[link][Title][/link]</td>"
    2829
     30format CL4VList "<td valign=top>[link][dls.Keyword][/link]</td>"
     31
    2932format DocumentText "<h3>[Title]</h3>\\n\\n<p>[Text]"
    3033format DocumentImages true
    3134format DocumentButtons "Expand Text|Expand Contents|Detach|Highlight"
    3235
     36format HList "[link][highlight][ex.Title][/highlight][/link]"
     37
     38format DocumentHeading "{Or}{[parent(Top):Title],[Title],untitled}<br>"
    3339
    3440# -- English strings ----------------
     
    103109<p>
    104110The other plugins, <i>GreenstoneXMLPlugin, MetadataXMLPlugin, ArchivesInfPlugin, and DirectoryPlugin</i>, are used by Greenstone
    105 for internal purposes and are standard in almost all collections. 
     111for internal purposes and are standard in almost all collections.
    106112
    107113<p>
     
    135141corresponding to four buttons on the navigation bar at the top of each page in
    136142the collection (e.g. the <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q\">search page</a>):
    137 <i>subjects</i>, <i>titles</i>, <i>organisations</i>, and <i>keywords</i>
     143<i>subjects</i>, <i>titles</i>, <i>organisations</i>, and <i>howto</i>
    138144The <i>search</i> button comes first, then come the four classifiers, in order.\n
    139145
    140 ******* updated to here*******
    141146<p>
    142147The first classifier provides access by subject. It is a <i>Hierarchy</i>
     
    144149<a href=\"_httpcollection_/etc/dls.Subject.txt\" target=text>dls.Subject.txt</a>
    145150(the <i>hfile</i> argument); this file is discussed below. This classifier is
    146 based on <i>Subject</i> metadata, and when several books appear at a leaf of
    147 the hierarchy they are sorted by <i>Title</i> metadata (as you can see
     151based on <i>dls.Subject</i> metadata, and when several books appear at a leaf of
     152the hierarchy they are sorted by <i>dls.Title</i> metadata (as you can see
    148153<a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1.4.1\">here</a>).
    149154
    150 The second provides access by title: it is an <i>AZList</i> classifier based on
    151 <i>Title</i> metadata. The third provides access by organization: it is a
    152 <i>Hierarchy</i> classifier based on <i>Organization</i> metadata whose
    153 hierarchy is defined in
    154 <a href=\"_httpcollection_/etc/dls.Organization.txt\" target=text>dls.Organization.txt</a>;
    155 this file is discussed below. Again, the leaves of the hierarchy are sorted by
    156 <i>Title</i> metadata. The fourth provides access by <i>Keyword</i> metadata:
    157 it also is a <i>Hierarchy classifer</i> (see below).\n
     155The second classifier provides access by title. It is also a <i>Hierarchy</i> classifier, this time based on
     156<i>dls.AZList</i> metadata, whose hierarchy is defined in <a href=\"_httpcollection_/etc/dls.Title.txt\" target=text>dls.AZList.txt</a>. This file is discussed below.
     157
     158The third provides access by organization: it is a
     159<i>List</i> classifier based on <i>dls.Organization</i> metadata. The <i>-bookshelf_type always</i> option creates a new bookshelf for each organization, even if only one document belongs to that category.
     160
     161The fourth provides access by \"Howto\" text: it is a <i>List</i> classifier based on <i>dls.Keyword</i> metadata. The <i>-bookshelf_type never</i> option prevents bookshelves being created even if two documents share the same keywords.
    158162
    159163<p>
    160164<b>Cover images</b>. Greenstone looks for a cover image for each document, whose name is the same as the document\'s but with a <i>.jpg</i>
    161 extension.  This image is associated with the document, and may be displayed on the document page (see below). Cover images can be switched off by setting the -no_cover_image flag for each plugin. \n
    162 
    163 <p>
    164 <b>Format statements</b>. The next block contains five format statements. The
    165 first applies to <i>VLists</i>. These are lists of items displayed vertically
    166 down the page, like the the lists displayed by the <i>titles</i> browser,
    167 those at the leaves of the <i>subject</i> and <i>organisation</i> hierarchies,
    168 and the tables of contents of the target documents themselves. However, for the
    169 search results page it is overridden by the second format statement
    170 (<i>SearchVList</i>). The third governs how the document text is formatted,
     165extension. This image is associated with the document, and may be displayed on the document page (see below). Cover images can be switched off by setting the -no_cover_image flag for each plugin. \n
     166
     167<p>
     168<b>Format statements</b>. The lines beginning with <i>format</i>, called \"format statements\", govern how various parts of the collection should be displayed. The <i>VList</i> format statement applies to lists of items displayed vertically, such as the lists of titles, subjects and organisations, and the table of contents for the target documents. It is overridden for the search results list by the <i>SearchVList</i> format statement, and also for the <i>Howto</i> classifier by the <i>CL4VList</i> statement (CL4 specifies the fourth classifier).
     169<p>
     170The <i>DocumentText</i> statement governs how the document text is formatted,
    171171with <i>Title</i> metadata ([<i>Title</i>]) in HTML &lt;<i>h3</i>&gt; format
    172 followed by the text of the document [<i>Text</i>]. The fourth ensures that
    173 cover images are shown with each document. The fifth calls for the <i>Expand
    174 Text, Expand Contents, Detach</i> and <i>Highlight</i> buttons to be shown with
    175 each document.\n
     172followed by the text of the document [<i>Text</i>]. Setting the <i>DocumentImages</i> format statement to <i>true</i> ensures that cover images are shown with each document. The <i>DocumentButtons</i> statement calls for the <i>Expand
     173Text, Expand Contents, Detach</i> and <i>Highlight</i> buttons to be shown with each document.
    176174
    177175<p>
     
    240238<p>
    241239<b>Metadata Files</b>. Metadata for all documents in the DLS collection
    242 is provided in metadata.xml files, one per document folder. 
     240is provided in metadata.xml files, one per document folder.
    243241The <a href=\"_httpcollection_/import/r0087e/metadata.xml\" target=text>metadata.xml</a> file for one book -- <i>Income generation and money management: training women as entrepreneurs</i>
    244242-- is a block of about ten lines encased in &lt;<i>FileSet</i>&gt; ...
     
    250248<i>mode=override</i>).\n
    251249
     250*** TODO***
    252251<p><b>Hierarchy files</b>. The subject hierarchy file <a
    253252href=\"_httpcollection_/etc/dls.Subject.txt\" target=text>dls.Subject.txt</a> contains a
     
    311310
    312311<p>
    313 Le <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>fichier de configuration</a> de la collection, comme tous les fichiers de configuration de collection, commence avec une ligne (\"creator\") qui donne l\'adresse e-mail du créateur de la collection et une autre ligne (\"public\") qui détermine la maniÚre d\'apparition de la collection sur la page d\'accueil de Greenstone. _text3_ 
    314 
    315 <p>
    316 <b>Plugins</b>. _text4_ Les documents dans la collection DLS sont en HTML, ainsi <i>HTMLPlugin</i> doit être inclus. L\'option <i>description_tags</i> traite des onglets dans le texte qui définissent les sections et les titres de section comme décrit ci-dessous. 
    317 
    318 <p>
    319 Les autres plugins, <i>GreenstoneXMLPlugin, MetadataXMLPlugin, ArchivesInfPlugin et DirectoryPlugin</i> sont utilisés par Greenstone pour des objectifs internes et sont des références dans presque toutes les collections. 
     312Le <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>fichier de configuration</a> de la collection, comme tous les fichiers de configuration de collection, commence avec une ligne (\"creator\") qui donne l\'adresse e-mail du créateur de la collection et une autre ligne (\"public\") qui détermine la maniÚre d\'apparition de la collection sur la page d\'accueil de Greenstone. _text3_
     313
     314<p>
     315<b>Plugins</b>. _text4_ Les documents dans la collection DLS sont en HTML, ainsi <i>HTMLPlugin</i> doit être inclus. L\'option <i>description_tags</i> traite des onglets dans le texte qui définissent les sections et les titres de section comme décrit ci-dessous.
     316
     317<p>
     318Les autres plugins, <i>GreenstoneXMLPlugin, MetadataXMLPlugin, ArchivesInfPlugin et DirectoryPlugin</i> sont utilisés par Greenstone pour des objectifs internes et sont des références dans presque toutes les collections.
    320319
    321320<p>
     
    330329
    331330<p>
    332 <b>Classificateurs</b>. Le bloc de lignes libellé <i>classify</i> définit les index de navigation appelés \"classifiers\" dans Greenstone. Ils sont quatre, correspondant aux quatre boutons sur la barre de navigation en haut de chaque page dans la collection (c\'est à dire la <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q\">page de recherche</a>): <i>thÚmes</i>, <i>titres</i>, <i>organisation</i> et <i>comment faire</i>. Le bouton de <i>recherche</i> vient en premier, les quatre classificateurs.
    333 
    334 <p>
    335 Le premier classificateur fournit un accÚs par sujet. C\'est un classificateur <i>Hierarchy</i> dont la hiérarchie est définie dans le fichier <a href=\"_httpcollection_/etc/dls.Subject.txt\" target=text>dls.Subject.txt</a> (l\'argument \"<i>hfile</i>\"); ce fichier est présenté ci-dessous. Ce classificateur est basé sur la méta-donnée <i>Subject</i> et quand plusieurs livres apparaissent sur une feuille de la hiérarchie, ils sont triés suivant la méta-donnée <i>Title</i> (comme visible <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1.4.1\">ici</a>). Le second fournit un accÚs par titre: c\'est un classificateur <i>AZList</i> basé sur les méta-données <i>Title</i>. Le troisiÚme fournit un accÚs par organisation: c\'est un classificateur <i>Hierarchy</i> basé sur les méta-données <i>Organization</i> dont la hiérarchie est définie dans <a href=\"_httpcollection_/etc/dls.Organization.txt\" target=text>dls.Organization.txt</a>; ce fichier est présenté ci-dessous. De même, les feuilles de la hiérarchie sont triées suivant les meta-données <i>Title</i>. Le quatriÚme fournit un accÚs par méta-donnée <i>Keyword</i>: c\'est aussi un classificateur <i>Hierarchy</i> (voir ci-dessous).
     331<b>Classificateurs</b>. Le bloc de lignes libellé <i>classify</i> définit les index de navigation appelés \"classifiers\" dans Greenstone. Ils sont quatre, correspondant aux quatre boutons sur la barre de navigation en haut de chaque page dans la collection (c\'est à dire la <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q\">page de recherche</a>): <i>sujets</i>, <i>titres</i>, <i>organisations</i> et <i>comment</i>. Le bouton de <i>recherche</i> vient en premier, les quatre classificateurs.
     332
     333<p>
     334Le premier classificateur fournit un accÚs par sujet. C\'est un classificateur <i>Hierarchy</i> dont la hiérarchie est définie dans le fichier <a href=\"_httpcollection_/etc/dls.Subject.txt\" target=text>dls.Subject.txt</a> (l\'argument \"<i>hfile</i>\"); ce fichier est présenté ci-dessous. Ce classificateur est basé sur la méta-donnée <i>dls.Subject</i> et quand plusieurs livres apparaissent sur une feuille de la hiérarchie, ils sont triés suivant la méta-donnée <i>dls.Title</i> (comme visible <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1.4.1\">ici</a>).
     335
     336_text6_
     337
     338Le troisiÚme fournit un accÚs par organisation: c\'est un classificateur <i>List</i> basé sur les méta-données <i>Organization</i>. _text8_
     339
     340_text9_
     341
    336342
    337343<p>
     
    339345
    340346<p>
    341 <b>Déclarations de format</b>. Le bloc suivant contient cinq déclarations de format. La premiÚre s\'applique à <i>VLists</i>. Ce sont des listes d\'articles affichés verticalement vers le bas de la page, comme les listes visualisées par le navigateur <i>titres</i>, celles qui sont sur les feuilles de hiérarchie <i>thÚmes</i> et <i>organisation</i>, et les tables des matiÚres des documents cibles eux-mêmes. Cependant, la page des résultats de recherche est écrasée par la seconde déclaration de format (<i>SearchVList</i>). La troisiÚme gouverne le formatage du texte du document avec des méta-données <i>Title</i> ([<i>Title</i>]) au format HTML &lt;<i>h3</i>&gt suivi du texte du document [<i>Text</i>]. La quatriÚme assure que les images de couverture
    342 sont affichées avec chaque document. La cinquiÚme exige que les boutons <i>Expand text</i>,
    343 <i>Expand contents</i>, <i>Detach</i> et <i>Highlight</i> soient affichés avec chaque document.
     347<b>Déclarations de format</b>. _text10_
     348
     349<p>
     350_text11_
    344351
    345352
     
    378385
    379386<p>
    380 <b>Fichiers de méta-données</b>. Les méta-données pour tous les documents de la collection DLS sont fournies dans le fichier metadata.xml. Le fichier <a href=\"_httpcollection_/import/r0087e/metadata.xml\" target=text>metadata.xml</a> pour le livre--<i>Income generation and money management: training women as entrepreneurs</i> --est un bloc de dix lignes comprises entre les étiquettes &lt;<i>FileSet</i>&gt; ... &lt;<i>/FileSet</i>&gt;.  Elle définit les méta-données <i>dls.Title</i>, <i>dls.Language</i>, <i>dls.Subject</i> et <i>dls.AZList</i>. Plus d\'une valeur peut être spécifiée pour n\'importe quel élément de méta-donnée. _text5_ Toutes les deux sont enregistrées comme comme valeurs de méta-donnée pour ce document particulier (parce que <i>mode=accumulate</i> est spécifié; autrement, le défaut est <i>mode=override</i>).
     387<b>Fichiers de méta-données</b>. Les méta-données pour tous les documents de la collection DLS sont fournies dans le fichier metadata.xml. Le fichier <a href=\"_httpcollection_/import/r0087e/metadata.xml\" target=text>metadata.xml</a> pour le livre--<i>Income generation and money management: training women as entrepreneurs</i> --est un bloc de dix lignes comprises entre les étiquettes &lt;<i>FileSet</i>&gt; ... &lt;<i>/FileSet</i>&gt;. Elle définit les méta-données <i>dls.Title</i>, <i>dls.Language</i>, <i>dls.Subject</i> et <i>dls.AZList</i>. Plus d\'une valeur peut être spécifiée pour n\'importe quel élément de méta-donnée. _text5_ Toutes les deux sont enregistrées comme comme valeurs de méta-donnée pour ce document particulier (parce que <i>mode=accumulate</i> est spécifié; autrement, le défaut est <i>mode=override</i>).
    381388
    382389<p>
     
    426433<p>
    427434
    428 <b>Plugins</b>. _text4_ Los documentos en la colección DLS están en HTML, por lo que se deberá incluir <i>HTMLPlugin</i>. La opción <i>description_tags</i> procesa las etiquetas en el texto que definen secciones y títulos de secciones tal como se describe a continuación. 
    429 <p>
    430 
    431 Los otros plugins, GreenstoneXMLPlugin, MetadataXMLPlugin, ArchivesInfPlugin, y DirectoryPlugin, son empleados por Greenstone con fines particulares y son estándar en casi todas las colecciones. 
     435<b>Plugins</b>. _text4_ Los documentos en la colección DLS están en HTML, por lo que se deberá incluir <i>HTMLPlugin</i>. La opción <i>description_tags</i> procesa las etiquetas en el texto que definen secciones y títulos de secciones tal como se describe a continuación.
     436<p>
     437
     438Los otros plugins, GreenstoneXMLPlugin, MetadataXMLPlugin, ArchivesInfPlugin, y DirectoryPlugin, son empleados por Greenstone con fines particulares y son estándar en casi todas las colecciones.
    432439<p>
    433440
     
    438445<p>
    439446
    440 <b>Clasificadores</b>. El bloque de líneas con la etiqueta <i>clasificar</i> define los índices de exploración, llamados \"clasificadores\" en Greenstone. Hay cuatro de ellos correspondientes a los cuatro botones en la barra de navegación que se encuentra en la parte superior de cada página de la colección (p. ej. la <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q\">página de búsqueda</a>): <i>asuntos, títulos de la \"a\" a la \"z\", organizaciones y palabras clave</i>. El botón de <i>búsqueda</i> aparece primero y a continuación los cuatro clasificadores en orden.
    441 <p>
    442 
    443 El primer clasificador le da acceso al asunto. Es un clasificador <i>de Jerarquía</i>, el cual se define en el archivo <a href=\"_httpcollection_/etc/dls.Subject.txt\" target=text>dls.Subject.txt</a> (el argumento <i>hfile</i>); este archivo se describe más adelante. El clasificador se basa en el metadato <i>Sujeto</i> y cuando varios libros aparecen en una hoja de la jerarquía se ordenan por medio del metadato <i>Título</i> (como se puede ver <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1.4.1\">aquí</a>). El segundo le da acceso al título. Es un clasificador <i>AZList</i> basado en el metadato <i>Título</i>. El tercero le da acceso a la organización. Es un clasificador <i>de Jerarquía</i> basado en el metadato Organización, cuya jerarquía se define en <a href=\"_httpcollection_/etc/dls.Organization.txt\" target=text>dls.Organization.txt</a>; este archivo se describe más adelante. Nuevamente, las hojas de la jerarquía se ordenan por medio del metadato <i>Título</i>. El cuarto le da acceso por medio del metadato de <i>palabra clave</i>. También es un <i>clasificador de Jerarquía</i> (véase más adelante).
     447<b>Clasificadores</b>. El bloque de líneas con la etiqueta <i>classifier</i> define los índices de exploración, llamados \"clasificadores\" en Greenstone. Hay cuatro de ellos correspondientes a los cuatro botones en la barra de navegación que se encuentra en la parte superior de cada página de la colección (p. ej. la <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q\">página de búsqueda</a>): <i>temas, títulos, organización</i> y <i>cómo</i>. El botón de <i>búsqueda</i> aparece primero y a continuación los cuatro clasificadores en orden.
     448<p>
     449
     450El primer clasificador le da acceso al asunto. Es un clasificador <i>Hierarchy</i>, el cual se define en el archivo <a href=\"_httpcollection_/etc/dls.Subject.txt\" target=text>dls.Subject.txt</a> (el argumento <i>hfile</i>); este archivo se describe más adelante. El clasificador se basa en el metadato <i>dls.Subject</i> y cuando varios libros aparecen en una hoja de la jerarquía se ordenan por medio del metadato <i>dls.Title</i> (como se puede ver <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1.4.1\">aquí</a>).
     451
     452_text6_
     453
     454El tercero le da acceso a la organización. Es un clasificador <i>List</i> basado en el metadato <i>dls.Organization</i>. _text8_
     455
     456_text9_
     457
    444458<p>
    445459
     
    448462
    449463
    450 <b>Enunciados de formato</b>. El siguiente bloque contiene cinco enunciados de formato. El primero es aplicable a las <i>VLists</i>. Éstas son listas de ítems que se despliegan verticalmente en la página, al igual que las listas desplegadas por el explorador de <i>títulos de la \"a\" a la \"z\"</i>, las que se encuentran en el último nodo de las jerarquías de <i>asunto y organización</i>, y las tablas de contenidos de los documentos mismos. Sin embargo, para la página de resultados de la búsqueda el segundo enunciado de formato (<i>SearchVList</i>) tiene la preferencia. El tercero rige la forma en que el texto del documento se formatea, con el metadato <i>Título</i> ([<i>Title</i>]) en formato HTML &lt;<i>h3</i>&gt;, seguido por el texto del documento [<i>Text</i>]. El cuarto asegura que las imágenes de la portada aparezcan con cada documento. El quinto hace que los botones <i>Extender Texto, Extender Contenido, Separar y Resaltar</i> aparezcan con cada documento.
     464<b>Enunciados de formato</b>. _text10_
     465<p>
     466_text11_
    451467<p>
    452468
     
    455471<p>
    456472
    457 <b>Metadatos a nivel de colección</b>. Las líneas de <i>collectionmeta</i> en el archivo de configuración también son estándar en todas las colecciones Greenstone. Contienen información general acerca de la colección definiendo su nombre, y una descripción que aparece en su página inicial. La descripción (en <i>collectionextra</i>) se puede ver en la página inicial de la colección DLS (_text2_). 
     473<b>Metadatos a nivel de colección</b>. Las líneas de <i>collectionmeta</i> en el archivo de configuración también son estándar en todas las colecciones Greenstone. Contienen información general acerca de la colección definiendo su nombre, y una descripción que aparece en su página inicial. La descripción (en <i>collectionextra</i>) se puede ver en la página inicial de la colección DLS (_text2_).
    458474<p>
    459475
     
    529545
    530546
    531 <b>ПлагОМы</b>. _text4_ ДПкуЌеМты в кПллекцОО DLS преЎставлеМы в HTML-фПрЌате, так чтП <i>HTMLPlugin</i> ЎПлжеМ быть включеМ. ОпцОя <i>description_tags</i> Пбрабатывает тэгО (прОзМакО) в тексте, кПтПрые ПпреЎеляют разЎелы О МаОЌеМПваМОя разЎелПв, как ПпОсаМП МОже. 
     547<b>ПлагОМы</b>. _text4_ ДПкуЌеМты в кПллекцОО DLS преЎставлеМы в HTML-фПрЌате, так чтП <i>HTMLPlugin</i> ЎПлжеМ быть включеМ. ОпцОя <i>description_tags</i> Пбрабатывает тэгО (прОзМакО) в тексте, кПтПрые ПпреЎеляют разЎелы О МаОЌеМПваМОя разЎелПв, как ПпОсаМП МОже.
    532548<p>
    533549
     
    535551 Ñ†ÐµÐ»ÐµÐ¹ О являются стаМЎартМыЌО пПчтО вП всеÑ
    536552 ÐºÐŸÐ»Ð»ÐµÐºÑ†ÐžÑÑ
    537 . 
     553.
    538554<p>
    539555
     
    552568<b>КлассОфОкатПры</b>. БлПк стрПк, пПЌечеММыÑ
    553569 <i>classify</i>, ПпреЎеляющОе ОМЎексы прПсЌПтра, в Greenstone Мазываются КлассОфОкатПраЌО. ИЌеется четыре классОфОкатПра, сППтветствующОе четыреЌ кМПпкаЌ Ма МавОгацОПММПй лОМейке МаверÑ
    554 Ñƒ кажЎПй страМОцы в кПллекцОО (МапрОЌер, <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q\">пПОскПвая страМОца</a>): <i>ПреЎЌеты, НазваМОя, ОргаМОзацОО О Ключевые слПва</i>. ПервПй является кМПпка пПОска, а затеЌ пП пПряЎку этО четыре классОфОкатПра.
     570у кажЎПй страМОцы в кПллекцОО (МапрОЌер, <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q\">пПОскПвая страМОца</a>): <i>Указатель, НазваМОя, ОргаМОзацОО О Как</i>. ПервПй является кМПпка пПОска, а затеЌ пП пПряЎку этО четыре классОфОкатПра.
    555571<p>
    556572
     
    558574ОческОй классОфОкатПр, кПтПрый ПпреЎеляет ОерарÑ
    559575Ою в файле <a href=\"_httpcollection_/etc/dls.Subject.txt\" target=text>dls.Subject.txt</a> (параЌетр <i>hfile</i>); этПт файл ПбсужЎается МОже. ЭтПт классОфОкатПр базОруется Ма ЌетаЎаММыÑ
    560  <i>ПреЎЌета</i>. КПгЎа МескПлькП кМОг пПявляются в лОсте ОерарÑ
     576 <i>dls.Subject</i>(ПреЎЌета). КПгЎа МескПлькП кМОг пПявляются в лОсте ОерарÑ
    561577ОО, ПМО сПртОруются с пПЌПщью ЌетаЎаММыÑ
    562  <i>НазваМОя</i> (как Вы ЌПжете вОЎеть <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1.4.1\">зЎесь</a>). ВтПрПй классОфОкатПр ПбеспечОвает ЎПступ к МазваМОяЌ: этП классОфОкатПр <i>AZList</i>, базОрующОйся Ма ЌетаЎаММыÑ
    563  <i>НазваМОя</i>. ТретОй ПбеспечОвает ЎПступ к перечМю ПргаМОзацОй: этП ОерарÑ
    564 ÐžÑ‡ÐµÑÐºÐžÐ¹ классОфОкатПр, ОспПльзующОй ЌетаЎаММые <i>ОргаМОзацОО</i>, ОерарÑ
    565 ÐžÑ кПтПрыÑ
    566  Ð·Ð°ÐŽÐ°ÐœÐ° в <a href=\"_httpcollection_/etc/dls.Organization.txt\" target=text>dls.Organization.txt</a>; этПт файл ПбсужЎается МОже. Еще раз лОстья ОерарÑ
    567 ÐžÐž сПртОруются пП ЌетаЎаММыЌ <i>НазваМОя</i>. Четвертый ПбеспечОвает ЎПступ к ЌетаЎаММыЌ <i>КлючевыÑ
    568  ÑÐ»ÐŸÐ²</i>. ЭтП также ОерарÑ
    569 ÐžÑ‡ÐµÑÐºÐžÐ¹ классОфОкатПр (сЌ. МОже).
    570 
    571 <p>
    572 <b>ИзПбражеМОя ПблПжкО</b>. ГрОМстПуМ Ощет ОзПбражеМОя ПблПжкО Ўля кажЎПгП ЎПкуЌеМта, чье ОЌя сПвпаЎает с МазваМОеЌ ЎПкуЌеМта, МП ОЌеет расшОреМОе <i>.jpg</i>.  ЭтП ОзПбражеМОе ассПцООруется с ЎПкуЌеМтПЌ О ЌПжет быть ОспПльзПваться Ма страМОчке ЎПкуЌеМта (сЌПтрО МОже). ИзПбражеМОя ПблПжек ЌПжМП выключОть, ОспПльзуя флаг -no_cover_image в кажЎПЌ плагОМе. \n
    573 
    574 <p>
    575 <b>ОператПры фПрЌата</b>. СлеЎующОй блПк сПЎержОт пять ПператПрПв фПрЌата. Первый Оз МОÑ
    576  ÐŸÐ±Ñ€Ð°Ñ‰Ð°ÐµÑ‚ся к <i>VList</i>. ЗЎесь ОЌеются спОскО пуМктПв, распПлПжеММыÑ
    577  Ð²ÐµÑ€Ñ‚ОкальМП к МОзу таблОцы, пПЎПбМП тПЌу, как разЌещаются спОскО Ўля прПсЌПтра <i>НазваМОй</i>, так же, как О ОерарÑ
    578 ÐžÑ‡ÐµÑÐºÐžÐµ спОскО <i>ПреЎЌетПв О ОргаМОзацОй О ОглавлеМОй</i> саЌОÑ
    579  Ñ†ÐµÐ»ÐµÐ²Ñ‹Ñ
    580  ÐŽÐŸÐºÑƒÐŒÐµÐœÑ‚Пв. ОЎМакП Ўля страМОцы результатПв пПОска этП ПтвергМутП втПрыЌ ПператПрПЌ фПрЌата (<i>SearchVList</i>). ТретОй управляет фПрЌатОрПваМОеЌ текста ЎПкуЌеМта с ЌетаЎаММыЌО <i>НазваМОя</i> (<i>Title</i>) в HTML &lt;<i>h3</i>&gt; фПрЌате, сПпрПвПжЎаеЌПЌ текстПЌ ЎПкуЌеМта [<i>Text</i>]. Четвертый гараМтОрует, чтП ОзПбражеМОя ПблПжек пПказываются с кажЎыЌ ЎПкуЌеМтПЌ. Пятый вызывает кМПпкО <i>РасшОреММый текст (Expand text), РасшОреММПе сПЎержаМОе (Expand Context), ОтЎелОть (Detach) О ППЎсвечОвать (Highlight)</i>, кПтПрые пПказываются с кажЎыЌ ЎПкуЌеМтПЌ.
     578 <i>dls.Title</i> (НазваМОя) (как Вы ЌПжете вОЎеть <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1.4.1\">зЎесь</a>).
     579
     580_text6_
     581
     582_text7_ _text8_
     583
     584_text9_
     585
     586
     587
     588<p>
     589<b>ИзПбражеМОя ПблПжкО</b>. ГрОМстПуМ Ощет ОзПбражеМОя ПблПжкО Ўля кажЎПгП ЎПкуЌеМта, чье ОЌя сПвпаЎает с МазваМОеЌ ЎПкуЌеМта, МП ОЌеет расшОреМОе <i>.jpg</i>. ЭтП ОзПбражеМОе ассПцООруется с ЎПкуЌеМтПЌ О ЌПжет быть ОспПльзПваться Ма страМОчке ЎПкуЌеМта (сЌПтрО МОже). ИзПбражеМОя ПблПжек ЌПжМП выключОть, ОспПльзуя флаг -no_cover_image в кажЎПЌ плагОМе. \n
     590
     591<p>
     592<b>ОператПры фПрЌата</b>. _text10_
     593<p>
     594_text11_
    581595<p>
    582596
     
    595609<b>МетаЎаММые урПвМя кПллекцОО</b>. СтрПкО <i>collectionmeta</i> в кПМфОгурацОПММПЌ файле также стаМЎартМы вП всеÑ
    596610 ÐºÐŸÐ»Ð»ÐµÐºÑ†ÐžÑÑ
    597  Greenstone. ОМО Ўают Пбщую ОМфПрЌацОю П кПллекцОО, ПпреЎеляя ее МазваМОе (ОЌя), преЎставляют краткПе ПпОсаМОе, кПтПрПе пПявляется Ма ее ЎПЌашМей страМОце. КраткПе ПпОсаМОе (в <i>collectionextra</i>) ЌПжМП вОЎеть Ма ЎПЌашМей страМОце кПллекцОО (_text2_) 
     611 Greenstone. ОМО Ўают Пбщую ОМфПрЌацОю П кПллекцОО, ПпреЎеляя ее МазваМОе (ОЌя), преЎставляют краткПе ПпОсаМОе, кПтПрПе пПявляется Ма ее ЎПЌашМей страМОце. КраткПе ПпОсаМОе (в <i>collectionextra</i>) ЌПжМП вОЎеть Ма ЎПЌашМей страМОце кПллекцОО (_text2_)
    598612<p>
    599613
     
    638652 metadata.xml, пП файлу в папке ЎПкуЌеМта. Ѐайл <a href=\"_httpcollection_/import/r0087e/metadata.xml\" target=text>metadata.xml</a> Ўля кМОгО -- <i>Income generation and money management: training women as entrepreneurs</i> -- преЎставляет сПбПй блПк Оз 10 стрПк заключеММыÑ
    639653 Ð² тэгаÑ
    640  &lt;<i>FileSet</i>&gt; ... &lt;<i>FileSet</i>&gt;.  ÐžÐœÐž ПпреЎеляют <i>dls.Title, dls.Language, dls.Subject</i> О ЌетаЎаММые <i>dls.AZList</i>. БПльше чеЌ ПЎМП зМачеМОе ЌПжет быть ПпреЎелеМП Ўля любыÑ
     654 &lt;<i>FileSet</i>&gt; ... &lt;<i>FileSet</i>&gt;. ОМО ПпреЎеляют <i>dls.Title, dls.Language, dls.Subject</i> О ЌетаЎаММые <i>dls.AZList</i>. БПльше чеЌ ПЎМП зМачеМОе ЌПжет быть ПпреЎелеМП Ўля любыÑ
    641655 Ð¿ÑƒÐœÐºÑ‚Пв ЌетаЎаММыÑ
    642656. _text5_ Оба сПÑ
Note: See TracChangeset for help on using the changeset viewer.