Ignore:
Timestamp:
2013-03-14T17:23:20+13:00 (11 years ago)
Author:
ak19
Message:

Implemented RSS support for GS3. At present, can see this with a=rss in the url, when a collection is built. Soon will have a button (at least for the GS3 demo collection).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/interfaceConfig.xml

    r26871 r27087  
    1212      <subaction name="html" xslt="html.xsl"/> <!-- use to put an external page into a frame with a collection header-->
    1313    </action>
     14    <action class="RSSAction" name="rss" xslt="pages/rss.xsl"/>
    1415    <action class="QueryAction" name="q" xslt="pages/query.xsl"/>
    1516    <action class="GS2BrowseAction" name="b" xslt="pages/classifier.xsl"/>
Note: See TracChangeset for help on using the changeset viewer.