Ignore:
Timestamp:
2013-03-28T18:49:27+13:00 (11 years ago)
Author:
ak19
Message:

In collectionConfig.xml, the RSSRetrieve ServiceRack is always active. header.xsl now tests for a gsf:option on RSS to determine whether to include an RSS feed link or not. The user can set a gsf:option with name attribute set to RSS and value set to true in any of the format elements of collectionConfig.xml to display an RSS feed link in the associated sections.

File:
1 edited

Legend:

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

    r27136 r27152  
    2424    <format>
    2525      <!-- Define any global format statements here -->
     26
     27      <!-- Setting the RSS option to true here will display a link to the collection's RSS feed on all
     28           pages of the collection. Can include the RSS feed link in section specific format statements
     29           too, such as search, if wishing to display the link only in particular sections.-->
     30      <gsf:option name="RSS" value="true"/>
    2631    </format>
    2732
Note: See TracChangeset for help on using the changeset viewer.