Changeset 36366


Ignore:
Timestamp:
2022-08-09T14:33:32+12:00 (21 months ago)
Author:
anupama
Message:

Repeating previous commit for some more collections. Previous commit message: Following Kathy's advice to use displayItem elements with keys when they belong not in the list of toplevel displayItems, but under elements like index, where the name attributes have to keep the constant value of name

Location:
documented-examples/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • documented-examples/trunk/authen-e/etc/collectionConfig.xml

    r36246 r36366  
    3030    <format/>
    3131    <search type="mgpp">
    32         <level name="section">
    33             <displayItem lang="en" name="name">chapter</displayItem>
     32      <level name="section">
     33                <displayItem assigned="true" dictionary="collectionConfig" key="section_chapter" name="name"/>
    3434        </level>
    3535        <level name="document">
    36             <displayItem lang="en" name="name">book</displayItem>
     36          <displayItem assigned="true" dictionary="collectionConfig" key="document_book" name="name"/>
    3737        </level>
    3838        <defaultLevel name="section"/>
  • documented-examples/trunk/authen-e/resources/collectionConfig.properties

    r36246 r36366  
    55textnumpages=no. of pages:
    66textsource=source ref:
     7section_chapter=chapter
     8document_book=book
  • documented-examples/trunk/bibtex-e/etc/collectionConfig.xml

    r36273 r36366  
    4646        <displayItem assigned="true" dictionary="collectionConfig" key="LocationURL" name="LocationURL"/>
    4747        <displayItem assigned="true" dictionary="collectionConfig" key="MeetingDate" name="MeetingDate"/>
    48         <displayItem assigned="true" dictionary="collectionConfig" key="source_text" name="source_text"/>
    49         <displayItem assigned="true" dictionary="collectionConfig" key="text_text" name="text_text"/>
    50         <displayItem assigned="true" dictionary="collectionConfig" key="Title_text" name="Title_text"/>
    5148    </displayItemList>
    5249    <format/>
     
    6562        <index name="URL"/>
    6663        <index name="Title">
    67             <displayItem lang="en" name="name">Title</displayItem>
    68             <displayItem lang="es" name="name">Title</displayItem>
     64          <displayItem assigned="true" dictionary="collectionConfig" key="Title_text" name="name"/>
    6965        </index>
    7066        <index name="lastmodifieddate"/>
     
    7672        <index name="Year"/>
    7773        <index name="Source">
    78             <displayItem lang="en" name="name">Source</displayItem>
    79             <displayItem lang="es" name="name">Source</displayItem>
     74          <displayItem assigned="true" dictionary="collectionConfig" key="source_text" name="name"/>
    8075        </index>
    8176        <index name="text">
    82             <displayItem lang="fr" name="name">text</displayItem>
    83             <displayItem lang="en" name="name">text</displayItem>
    84             <displayItem lang="ru" name="name">text</displayItem>
    85             <displayItem lang="es" name="name">text</displayItem>
    86             <displayItem lang="zh" name="name">text</displayItem>
     77          <displayItem assigned="true" dictionary="collectionConfig" key="text_text" name="name"/>
    8778        </index>
    8879        <index name="oailastmodified"/>
  • documented-examples/trunk/garish-e/etc/collectionConfig.xml

    r36345 r36366  
    3939        </index>
    4040        <index name="text">
    41             <displayItem lang="en" name="name">text</displayItem>
     41          <displayItem dictionary="collectionConfig" key="text" name="name"/>
    4242        </index>
    4343        <index name="dls.Subject">
    44             <displayItem lang="en" name="name">dls.Subject</displayItem>
     44          <displayItem lang="en" name="name">dls.Subject</displayItem>
    4545        </index>
    4646        <defaultIndex name="text"/>
    4747        <level name="document">
    48             <displayItem lang="en" name="name">_textbook_</displayItem>
     48          <displayItem dictionary="collectionConfig" key="textbook" name="name"/>
    4949        </level>
    5050        <level name="section">
    51             <displayItem lang="en" name="name">_textchapter_</displayItem>
     51          <displayItem dictionary="collectionConfig" key="textchapter" name="name"/>
    5252        </level>
    5353        <defaultLevel name="section"/>
  • documented-examples/trunk/garish-e/resources/collectionConfig.properties

    r36345 r36366  
    11name=Custom stylesheet demo collection
     2textchapter=Chapter
     3textbook=Book
     4text=text
    25
    36shortDescription=<p>This demonstration collection contains the same material as the original Greenstone demo collection, but its appearance has been altered slightly using a custom stylesheet.</p>
     
    2023description5=<p>You can quickly learn how to write CSS at <a href="https://www.w3schools.com/css/default.asp">W3schools</a> and other online sites.</p>
    2124
    22    
Note: See TracChangeset for help on using the changeset viewer.