Changes between Version 1 and Version 2 of ChangesetFeedFilterPlugin

Show
Ignore:
Author:
mgood (IP: 72.14.229.17)
Timestamp:
06/13/07 19:05:31 (5 months ago)
Comment:

fill in example

Legend:

Unmodified
Added
Removed
Modified
  • ChangesetFeedFilterPlugin

    v1 v2  
    1 = Changet Feed Filter = 
     1= Changeset Feed Filter = 
    22 
    33== Description == 
    2323== Example == 
    2424 
     25Create a new wiki page where your feeds will be listed and add the following content: 
    2526{{{ 
    2627[[ChangesetFeeds]] 
    2728}}} 
     29 
     30# TODO screenshot 
     31 
     32To create a filter enter its name and click Add Filter.  You'll be taken to a new wiki page with the initial content: 
     33{{{ 
     34{{{ 
     35#!ChangesetFilter 
     36# add patterns here 
     37}}} 
     38}}} 
     39 
     40Enter [http://docs.python.org/lib/re-syntax.html regular expressions] for each file pattern you want to match, one per line. 
     41 
     42For example to see changes for any files with the .py extension in trunk: 
     43 
     44{{{ 
     45{{{ 
     46#!ChangesetFilter 
     47# add patterns here 
     48trunk/.*\.py 
     49}}} 
     50}}} 
     51 
    2852 
    2953== Recent Changes ==