Modify ↓
      
#28 closed enhancement (fixed)
RSS Syndication Support
| Reported by: | daniel | Owned by: | daniel | 
|---|---|---|---|
| Priority: | normal | Milestone: | 0.6 | 
| Component: | timeline | Version: | devel | 
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
A module to allow tracking a project using XML/RSS syndication of trac events, patchsets, bugs and reports.
Example uses:
- Present changes to source code
 - Show bugs assigned to oneself (report)
 - Show all changes/events for a project to track progress
 
Attachments (0)
Change History (9)
comment:1 by , 22 years ago
| Owner: | changed from to | 
|---|---|
| Status: | new → assigned | 
comment:2 by , 22 years ago
| Version: | → 2.0 | 
|---|
comment:3 by , 22 years ago
| Priority: | low → normal | 
|---|---|
| Version: | 2.0 → 1.0 | 
comment:4 by , 22 years ago
| Component: | general → timeline | 
|---|---|
| Milestone: | → 0.6 | 
| Version: | 1.0 → devel | 
Updated to reflect the RoadMap.
comment:5 by , 22 years ago
| Severity: | minor → enhancement | 
|---|
comment:6 by , 22 years ago
I've added RSS 2.0 support for the timeline module in [249]. Working on support for the report module also before closing this issue.
comment:7 by , 22 years ago
It might be useful if the Log module could be used as a RSS feed. Then you could easily track a specific file (for example a ChangeLog). This should perhaps be a new ticket…
comment:8 by , 22 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | assigned → closed | 
comment:9 by , 22 years ago
| Summary: | RSS Feed module → RSS Syndication Support | 
|---|
  Note:
 See   TracTickets
 for help on using tickets.
    


  
This is actually something we should throw in the first release to give it some extra hot-feature value. It's pretty easy to add to svn:trunk/trac/Timeline.py as well.