RSS Local Filter

This modification on action/rss_rc.py adds a functionality to limit the RSS feed for the current page and its subpages.


Feature

Usage

Platform Support

Sample

How to apply

-- SeungikLee 2005-10-21 04:47:10

Discussion

  1. Please use .startswith() to prefix-compare 2 strings!
  2. An interesting addition to this would be to allow a regex-param (subscribe to a pattern); since there can be more such modifications, a better solution would be to use "scope=local" instead of "local=1", so that you can add "scope=regex:.*Comment" etc. Default would be "scope=global".
  3. It would be nice if a <link rel="alternate" title="PageName changes" type="application/rss+xml" href="..."> could be inserted into the <head> element for all pages. The href attribute would point at the URL of the feed for the current page. This allows browsers to detect that a feed is available (and is already done on the RecentChanges page). -- SamMorris 2008-07-01 23:18:08


CategoryFeatureRequest CategoryMoinMoinPatch

MoinMoin: FeatureRequests/RssLocalFilter (last edited 2008-07-01 23:19:33 by SamMorris)