Changeset 26530 for main


Ignore:
Timestamp:
2012-11-27T06:01:56+13:00 (11 years ago)
Author:
davidb
Message:

Greenstone 3 supports global <format> format statements. Empty <format> tags added in this commit to show this up in the collection configuration file.

Some line wrapping of displayItems also done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/sites/localsite/collect/lucene-jdbm-demo/etc/collectionConfig.xml

    r26509 r26530  
    1010    <displayItemList>
    1111        <displayItem assigned="true" lang="en" name="name">Demo Collection</displayItem>
    12         <displayItem assigned="true" lang="en" name="description">This is a demonstration collection for the Greenstone3 digital library software. It contains a small subset (11 books) of the Humanitarian and Development Libraries. It is the Greenstone 3 equivalent of the Greenstone 2 demo collection, built with Lucene for indexing and JDBM as the database for metadata.</displayItem>
    13         <displayItem lang="en" name="shortDescription">Demonstration collection containing a few books from the Humanitarian and Development Libraries. Uses Lucene and JDBM.</displayItem>
     12        <displayItem assigned="true" lang="en" name="description">
     13          This is a demonstration collection for the Greenstone3 digital library software.
     14          It contains a small subset (11 books) of the Humanitarian and Development Libraries.
     15          It is the Greenstone 3 equivalent of the Greenstone 2 demo collection, built with
     16          Lucene for indexing and JDBM as the database for metadata.
     17        </displayItem>
     18        <displayItem lang="en" name="shortDescription">
     19          Demonstration collection containing a few books from the Humanitarian and Development
     20          Libraries. Uses Lucene and JDBM.
     21        </displayItem>
    1422    </displayItemList>
     23
     24    <format>
     25      <!-- Define any global format statements here -->
     26    </format>
    1527
    1628    <search type="lucene">
Note: See TracChangeset for help on using the changeset viewer.