Edgewall Software

Changes between Version 27 and Version 28 of TracRss


Ignore:
Timestamp:
Jan 4, 2015, 5:00:41 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

New-style markup.

Legend:

Unmodified
Added
Removed
Modified
  • TracRss

    v27 v28  
    1 = Using RSS with Trac =
     1= Using RSS with Trac
    22[[TracGuideToc]]
    33[[TranslatedPages]]
     
    1111 * TracBrowser and TracRevisionLog — Syndication of file changes. Stay up to date with changes to a specific file or directory.
    1212
    13 == How to access RSS data ==
     13== How to access RSS data
    1414Anywhere in Trac where RSS is available, you should find a small orange '''RSS''' icon, typically at the bottom of the page:
    15 {{{
    16 #!html
     15{{{#!html
    1716<a rel="nofollow" href="#/format=rss" class="rss">RSS feed</a>
    1817}}}
     
    2120'''Note:''' Different modules provide different data in their RSS feeds. Usually the syndicated information corresponds to the current view. For example, if you click the RSS link on a report page, the feed will be based on that report. It might be explained by thinking of the RSS feeds as an ''alternate view of the data currently displayed''.
    2221
    23 == Links ==
     22== Links
    2423 * ''Specifications:''
    2524   * http://blogs.law.harvard.edu/tech/rss — RSS 2.0 Specification.