Edgewall Software

Changes between Version 25 and Version 35 of TracRss


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • TracRss

    v25 v35  
    1 = Using RSS with Trac =
     1= Using RSS with Trac
    22[[TracGuideToc]]
    33[[TranslatedPages]]
    44
    5 Several of the Trac modules support content syndication using the RSS (Really Simple Syndication) XML format.
    6 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 ([https://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.
    76
    87Trac supports RSS feeds in:
    98
    10  * TracTimeline —  Use the RSS feed to '''subscribe to project events'''.[[br]]Monitor overall project progress in your favorite RSS reader.
    11  * TracTickets, TracReports, and TracQuery — Allows syndication of report and ticket query results.[[br]]Be notified about important and relevant issue tickets.
    12  * TracBrowser and TracRevisionLog — Syndication of file changes.[[br]]Stay up to date with changes to a specific file or directory.
     9 * 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 tickets.
     11 * TracBrowser and TracRevisionLog — Syndication of file changes. Stay up to date with changes to a specific file or directory.
    1312
    14 == How to access RSS data ==
    15 Anywhere in Trac where RSS is available, you should find a small orange '''XML''' icon, typically placed at the bottom of the page. Clicking the icon will access the RSS feed for that specific resource.
     13== How to access RSS data
    1614
    17 '''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''.
     15Where RSS is available in Trac you should find a small orange '''RSS''' icon, typically at the bottom of the page:
     16{{{#!html
     17<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>
     18}}}
     19Clicking the icon will access the RSS feed for that specific resource.
    1820
    19 == Links ==
    20  * ''Specifications:''
    21    * http://blogs.law.harvard.edu/tech/rss — RSS 2.0 Specification
     21Different 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''.
    2222
    23  * ''Multi-platform RSS readers:''
    24    * http://www.rssowl.org/ — Open source, Eclipse-based, RSS reader for Linux, Mac and Windows systems that supports https and authenticated feeds.
     23Since Trac 1.0 an RSS feed can be retrieved from a Trac site that requires authentication. Hover over the RSS icon, right click and //copy link address//.
    2524
    26  * ''Linux/BSD/*n*x systems:''
    27    * http://pim.kde.org/users.php — [http://kde.org KDE] RSS Reader for Linux/BSD/*n*x systems
    28    * http://liferea.sourceforge.net/ — Open source GTK2 RSS Reader for Linux
    29    * http://akregator.sourceforge.net/ — Open source KDE RSS Reader (part of KDE-PIM)
     25== Links
    3026
    31  * ''Mac OS X systems:''
    32    * http://ranchero.com/netnewswire/ — An excellent RSS reader for Mac OS X (has both free and pay versions)
    33    * http://www.utsire.com/shrook/ — An RSS reader for Max OS X that supports https (even with self signed certificates) and authenticated feeds.
    34    * http://vienna-rss.sourceforge.net/ — Open source Feed Reader for Mac OS X with smart folders support
    35    * http://www.mesadynamics.com/Tickershock.html — Non-intrusive "news ticker" style RSS reader for Mac OS X
     27* Specifications:
     28 * https://cyber.harvard.edu/rss/rss.html — RSS 2.0 Specification.
    3629
    37  * ''Windows systems:''
    38    * http://www.rssreader.com/ — Free and powerful RSS Reader for Windows
    39    * http://www.sharpreader.net/ — A free RSS Reader written in .NET for Windows
     30* Multi-platform RSS readers:
     31 * http://www.rssowl.org/ — Open source, Eclipse-based, RSS reader for Linux, Mac and Windows systems that supports https and authenticated feeds.
    4032
    41  * ''Firefox:''
    42    * http://www.mozilla.org/products/firefox/ — Mozilla Firefox supports [http://www.mozilla.org/products/firefox/live-bookmarks.html live bookmarks] using RSS
    43    * http://sage.mozdev.org — Sage RSS and Atom feed aggregator for Mozilla Firefox
    44    * http://www.wizzrss.com/Welcome.php — WizzRSS Feed Reader for Firefox
     33* Linux/BSD/*n*x systems:
     34 * http://liferea.sourceforge.net/ — Open source GTK2 RSS Reader for Linux.
     35 * [https://kde.org/applications/internet/org.kde.akregator Akregator] — Open source KDE RSS Reader, part of KDE-PIM.
     36
     37* Mac OS X systems:
     38 * https://ranchero.com/netnewswire/ — An excellent RSS reader for Mac OS X, has both free and paid versions.
     39 * https://www.utsire.com/shrook/ — An RSS reader for Max OS X that supports https, even with self signed certificates, and authenticated feeds. Discontinued.
     40 * http://vienna-rss.sourceforge.net/ — Open source Feed Reader for Mac OS X with smart folders support.
     41
     42* Windows systems:
     43 * http://www.rssreader.com/ — Free and powerful RSS Reader for MS Windows.
     44 * https://www.sharpreader.net/ — A free RSS Reader written in .NET for MS Windows.
     45
     46* Firefox:
     47 * https://www.mozilla.org/products/firefox/ — Mozilla Firefox features plenty [https://addons.mozilla.org/en-US/firefox/search/?q=rss&appver=&platform= add-ons] for supporting RSS.
    4548
    4649----
    47 See also: TracGuide, TracTimeline, TracReports, TracBrowser
     50See also: TracTimeline, TracQuery, TracReports, TracTickets, TracBrowser, TracRevisionLog