Opened 18 years ago
Closed 8 years ago
#1151 closed enhancement (cantfix)
RSS feeds for individual wiki pages
Reported by: | anonymous | Owned by: | Michael Renzmann |
---|---|---|---|
Priority: | normal | Component: | TracHacks |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
The AddCommentMacro basically allows small discussions on a wiki page. Trying to track these via the timeline is painful at best because of all the other changes going on. Therefore it would be really nice to be able to have an rss feed showing only changes for a single page (or a list of pages) so I can get notified anytime somebody adds a comment to one of my macro/plugin pages.
This may be a simple additional filter criteria on the timeline rss feed (plus a corresponding rss button at the bottom of every wiki page).
Attachments (0)
Change History (13)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Component: | Request-a-Hack → TracHacks |
---|---|
Owner: | changed from anybody to Michael Renzmann |
Summary: | rss feeds for individual wiki pages → RSS feeds for individual wiki pages |
comment:7 follow-up: 8 Changed 13 years ago by
somehow this all is a light-weight version of multi-project support scheduled for Trac 0.14 :)
comment:8 follow-up: 10 Changed 13 years ago by
Replying to falkb:
somehow this all is a light-weight version of multi-project support scheduled for Trac 0.14 :)
I like how that plan includes ticket t:#1 ;) Hopefully we can get Trac-Hacks moved over to 0.12 or 0.13 well before 0.14 though, and come up with an interm solution.
comment:9 follow-up: 11 Changed 13 years ago by
Related to #10003. I wonder if there's a piece of code, tweaking the timeline, that one could use as starting point.
comment:10 Changed 13 years ago by
Replying to rjollos:
I like how that plan includes ticket t:#1 ;)
first in last out - a stack :)
Hopefully we can get Trac-Hacks moved over to 0.12 or 0.13 well before 0.14 though, and come up with an interm solution.
I actually wonder what keeps away from updating, I think there must be a time-consuming step somehow.
comment:11 Changed 11 years ago by
Replying to falkb:
Related to #10003. I wonder if there's a piece of code, tweaking the timeline, that one could use as starting point.
Yeah, I think we should try to use the TimelineComponentFilterPlugin, but #8899 needs to be resolved first.
comment:13 Changed 8 years ago by
Resolution: | → cantfix |
---|---|
Status: | new → closed |
Delegating this to trac:#2293.
An alternative to RSS that would allow notification on every change to a page is the AnnouncerPlugin.