diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-01 20:08:42 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-01 20:08:42 +0000 |
commit | 53d81ebcd6cf235ae7db636b946f5342b863cc74 (patch) | |
tree | 4228467ea2b7a197b998fc0928e10dc3f48bbd0b /basewiki | |
parent | 845d120a901ccd8ec3b9ed3e87d9ebb0f4895501 (diff) | |
download | ikiwiki-53d81ebcd6cf235ae7db636b946f5342b863cc74.tar ikiwiki-53d81ebcd6cf235ae7db636b946f5342b863cc74.tar.gz |
* Patch from Roland Mas to support an rss=no parameter to inline directives.
Closes: #380743
Diffstat (limited to 'basewiki')
-rw-r--r-- | basewiki/blog.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/basewiki/blog.mdwn b/basewiki/blog.mdwn index df69c9fae..1993f3720 100644 --- a/basewiki/blog.mdwn +++ b/basewiki/blog.mdwn @@ -7,10 +7,14 @@ Any pages that match the specified [[GlobList]] (in the example, any [[SubPage]] of "blog") will be part of the blog, and the newest 10 of them will appear in the page. -The optional `rootpage` setting tells the wiki that new posts to this blog +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: |