]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/recentchanges.mdwn
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[ikiwiki.git] / doc / plugins / recentchanges.mdwn
index bbb3fcd25c30071b0f2de7ca9e05852a5db2e96a..9375296a4d81158f737a59f408b66ab124372885 100644 (file)
@@ -8,19 +8,22 @@ pages can be joined together with [[inline]] to generate the
 Typically only the RecentChanges page will use the pages generated by this
 plugin, but you can use it elsewhere too if you like. It's used like this:
 
-       \[[inline pages="internal(recentchanges/change_*)"
+       \[[!inline pages="internal(recentchanges/change_*)"
        template=recentchanges show=0]]
 
 Here's an example of how to show only changes to "bugs/*".
 This matches against the title of the change, which includes a list of
 modified pages.
 
-       \[[inline pages="internal(recentchanges/change_*) and title(*bugs/*)"
+       \[[!inline pages="internal(recentchanges/change_*) and title(*bugs/*)"
        template=recentchanges show=0]]
 
 Here's an example of how to show only changes that Joey didn't make.
 (Joey commits sometimes as user `joey`, and sometimes via openid.)
        
-       \[[inline pages="internal(recentchanges/change_*) and
+       \[[!inline pages="internal(recentchanges/change_*) and
        !author(joey) and !author(http://joey.kitenet.net*)"
        template=recentchanges show=0]]
+
+If you want to generate feeds for the RecentChanges page, you have to use
+[[`rss`_or_`atom`_in_the_setup_file|/todo/minor adjustment to setup documentation for recentchanges feeds]].