]> sipb.mit.edu Git - ikiwiki.git/blobdiff - basewiki/blog.mdwn
use POST
[ikiwiki.git] / basewiki / blog.mdwn
index 4b4e376b13bdfaf1269d9b290f7fef14bc516e1b..859fa6aaa6e06238b58b08befa73c152de7d7e0c 100644 (file)
@@ -5,16 +5,14 @@ You can turn any page on this wiki into a weblog by inserting a
 
 Any pages that match the specified [[PageSpec]] (in the example, any
 [[SubPage]] of "blog") will be part of the blog, and the newest 10
-of them will appear in the page.
+of them will appear in the page. Note that if files that are not pages
+match the [[PageSpec]], they will be included in the feed using RSS
+enclosures, which is useful for podcasting.
 
 The optional `rootpage` parameter tells the wiki that new posts to this blog
 should default to being [[SubPage]]s of "blog", and enables a form at the
 top of the blog that can be used to add new items.
 
-There is also an optional `rss` parameter that can control whether an RSS
-feed is generated. The default is to generate an RSS feed, if the wiki is
-globally configured to do so, but you can set `rss=no` to disable this.
-
 If you want your blog to have an archive page listing every post ever made
 to it, you can accomplish that like this: