Edgewall Software

Changes between Version 30 and Version 31 of TracRss


Ignore:
Timestamp:
Mar 13, 2017, 3:47:42 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Minor editing.

Legend:

Unmodified
Added
Removed
Modified
  • TracRss

    v30 v31  
    33[[TranslatedPages]]
    44
    5 Several of the Trac modules support content syndication using the RSS ([http://en.wikipedia.org/wiki/RSS Really Simple Syndication]) XML format. RSS pushes out updates to Trac whenever they occur and to whoever has subscribed to it. Using the RSS subscription feature in Trac, you can easily monitor progress of the project, a set of issues or even changes to a single file.
     5Several of the Trac modules support content syndication using the RSS ([http://en.wikipedia.org/wiki/RSS Really Simple Syndication]) XML format. RSS pushes out Trac updates whenever they occur and to whoever has subscribed to it. Using the RSS subscription feature in Trac, you can easily monitor progress of the project, a set of issues or even changes to a single file.
    66
    77Trac supports RSS feeds in:
    88
    99 * TracTimeline — Use the RSS feed to '''subscribe to project events'''. Monitor overall project progress in your favorite RSS reader.
    10  * TracTickets, TracReports, and TracQuery — Allows syndication of report and ticket query results. Be notified about important and relevant issue tickets.
     10 * TracTickets, TracReports, and TracQuery — Allows syndication of report and ticket query results. Be notified about important and relevant tickets.
    1111 * TracBrowser and TracRevisionLog — Syndication of file changes. Stay up to date with changes to a specific file or directory.
    1212
    1313== How to access RSS data
    14 Anywhere in Trac where RSS is available, you should find a small orange '''RSS''' icon, typically at the bottom of the page:
     14
     15Where RSS is available in Trac you should find a small orange '''RSS''' icon, typically at the bottom of the page:
    1516{{{#!html
    1617<a rel="nofollow" style="padding-left: 20px; background: url(../../chrome/common/feed.png) left center no-repeat;  border: none;"><span style="color: #666;padding: 0 0 2px; font-size: 11px;">RSS feed</span></a>
     
    4647
    4748----
    48 See also: TracGuide, TracTimeline, TracReports, TracBrowser
     49See also: TracTimeline, TracQuery, TracReports, TracTickets, TracBrowser, TracRevisionLog