Changeset 19717


Ignore:
Timestamp:
2009-06-02T11:25:42+12:00 (15 years ago)
Author:
oranfry
Message:

fixed text in collect.cfg not to be parsed

File:
1 edited

Legend:

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

    r19692 r19717  
    114114differently from the text-based item files. We can achieve this by adding two
    115115PagedImagePlugin plugins to the collection, and configuring them differently.
    116 <p><tt>plugin PagedImagePlugin -documenttype hierarchy -process_exp xml.*\.item$ <br/>
    117 plugin PagedImagePlugin -documenttype paged </tt>
     116<p><tt>plugin PagedImagePlugin -documenttype hierarchy -process_exp xml.*\.item$; <br/> plugin PagedImagePlugin -documenttype paged</tt>
    118117
    119118<p>XML based newpapers have been grouped into a folder called <tt>xml</tt>.
     
    172171au format texte. Nous pouvons arriver à ce résultat en ajoutant deux plugiciels PagedImagePlugin à la collection, et en
    173172les configurant différemment de la façon suivante :
    174 <p><tt>plugin PagedImagePlugin -documenttype hierarchy -process_exp xml.*\.item$ <br/>
    175 plugin PagedImagePlugin -documenttype paged </tt> <p>Les journaux décrits en XML ont été regroupés dans un dossier
     173<p><tt>plugin PagedImagePlugin -documenttype hierarchy -process_exp xml.*\.item$; <br/> plugin PagedImagePlugin -documenttype paged</tt>
     174<p>Les journaux décrits en XML ont été regroupés dans un dossier
    176175appelé <tt>xml</tt>. Cela nous permet de traiter ces fichiers différemment, en utilisant l'option <tt>process_exp</tt>
    177176dont disposent tous les plugiciels. Le premier plugiciel PagedImagePlugin de la liste recherche les fichiers d'exemplaires
     
    208207Esto es definido por la opción <tt>-documenttype (hierarchy|paged)</tt> asignada al plugin PagedImagePlugin.
    209208Las flechas Siguiente y Anterior permiten seguir el documento de manera lineal, mientras que la tabla de contenidos muestra al documento organizado jerárquicamente. Generalmente, una colección de Greenstone tendría un plugin por cada tipo de documento y todos los documentos de ese mismo tipo tendrían el mismo procesamiento. En este caso, queremos tratar los archivos .item con formato XML de manera diferente a aquellos con formato de texto plano. Esto puede lograrse agregando dos plugin PagedImagePlugin a la colección, y configurándolo de manera diferente.
    210 <p><tt>plugin PagedImagePlugin -documenttype hierarchy -process_exp xml.*\.item$ <br/>
    211 plugin  PagedImagePlugin -documenttype paged
     209<p><tt>plugin PagedImagePlugin -documenttype hierarchy -process_exp xml.*\.item$; <br/> plugin  PagedImagePlugin -documenttype paged </tt></p>
    212210
    213211<p>Los diarios basados en XML han sido agrupados en una carpeta llamada <tt>xml</tt>.
     
    269267 
    270268<p>
    271 <tt>plugin PagedImagePlugin -documenttype hierarchy -process_exp xml.*\.item$ <br/> plugin PagedImagePlugin -documenttype paged
    272 </tt>
     269<tt>plugin PagedImagePlugin -documenttype hierarchy -process_exp xml.*\.item$; <br/> plugin PagedImagePlugin -documenttype paged</tt>
    273270 
    274271<p>基于XML的报纞被集䞭眮于䞀䞪称䞺<tt>xml</tt>的文件倹䞭。这å
Note: See TracChangeset for help on using the changeset viewer.