summaryrefslogtreecommitdiff
path: root/doc/usage.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-23 21:00:51 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-23 21:00:51 +0000
commitca366fc9025197a5d32034a446dc35b776101d78 (patch)
tree95e6600b4cc701d7a7f4fad76d695f6853efac76 /doc/usage.mdwn
parent07e68136bbc3d71c7c50b9526e13add37d8c7aee (diff)
add support for generating per-page rss feeds
Diffstat (limited to 'doc/usage.mdwn')
-rw-r--r--doc/usage.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn
index b9744438b..02d01f49c 100644
--- a/doc/usage.mdwn
+++ b/doc/usage.mdwn
@@ -64,6 +64,12 @@ flags such as --verbose can be negated with --no-verbose.
By default, anonymous users cannot edit the wiki.
+* --rss, --norss
+
+ If rss is set, along with every html page rendered by ikiwiki, an rss
+ page will also be rendered, to allow users to subscribe to a rss feed of
+ changes to that page.
+
* --cgi
Enable [[CGI]] mode. In cgi mode ikiwiki runs as a cgi script, and supports editing pages, signing in, registration, and displaying [[RecentChanges]].