[[PageOutline(2-5,Contents,pullout)]] = Changeset Feed Filter = == Description == This plugin allows to you get RSS feeds of changesets affecting only certain file patterns. == Bugs/Feature Requests == Existing bugs and feature requests for ChangesetFeedFilterPlugin are [report:9?COMPONENT=ChangesetFeedFilterPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ChangesetFeedFilterPlugin&owner=mgood new ticket]. == Download == Download the zipped source from [download:changesetfeedfilterplugin here]. == Source == You can check out ChangesetFeedFilterPlugin from [http://trac-hacks.org/svn/changesetfeedfilterplugin here] using Subversion, or [source:changesetfeedfilterplugin browse the source] with Trac. == Example == Create a new wiki page where your feeds will be listed and add the following content: {{{ [[ChangesetFeeds]] }}} # TODO screenshot To create a filter enter its name and click Add Filter. You'll be taken to a new wiki page with the initial content: {{{ {{{ #!ChangesetFilter # add patterns here }}} }}} Enter [http://docs.python.org/lib/re-syntax.html regular expressions] for each file pattern you want to match, one per line. For example to see changes for any files with the .py extension in trunk: {{{ {{{ #!ChangesetFilter # add patterns here trunk/.*\.py }}} }}} == Recent Changes == [[ChangeLog(changesetfeedfilterplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:mgood] [[BR]] '''Maintainer:''' ''none'' [[BR]] '''Contributors:'''