Edgewall Software

Changes between Initial Version and Version 1 of TracRss


Ignore:
Timestamp:
Mar 11, 2004, 6:17:27 AM (20 years ago)
Author:
daniel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracRss

    v1 v1  
     1= Using RSS with Trac =
     2Several of the Trac modules support content syndication using the RSS (Really Simple Syndication) XML format.
     3Using 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 .
     4
     5Trac supports RSS feeds in:
     6
     7 * TracTimeline --  Use the RSS feed to '''subscribe to project events'''.[[br]]Monitor overall project progress in your favorite RSS reader.
     8 * TracReports -- Allows syndication of report results.[[br]]Be notified about important and relevant issue tickets.
     9 * TracBrowser -- Syndication of file changes.[[br]]Stay up to date with changes to a specific file.
     10
     11== Links ==
     12 * http://blogs.law.harvard.edu/tech/rss -- RSS 2.0 Specification
     13 * http://fls.moo.jp/moz/rssreader.html -- RSS Reader Panel for Mozilla Firefox
     14
     15----
     16See also: TracGuide, TracTimeline, TracReports, TracBrowser