documentation
authorJoey Hess <joey@kitenet.net>
Wed, 9 Feb 2011 18:27:22 +0000 (14:27 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 9 Feb 2011 18:27:22 +0000 (14:27 -0400)
doc/plugins/autoindex.mdwn
doc/plugins/tag.mdwn

index 7c4e40419a6d8b6bd792a92300e520e08ed73c7a..e1cfe115779e1201358db4cf638a97d1059a3cc5 100644 (file)
@@ -5,3 +5,6 @@ This plugin searches for [[SubPages|ikiwiki/subpage]] with a missing parent
 page, and generates the parent pages. The generated page content is
 controlled by the `autoindex.tmpl` [[template|templates]], which by
 default, uses a [[map]] to list the SubPages.
+
+The `autoindex_commit` setting is enabled by default, and causes
+pages generated by autoindex to be checked into version control.
index 8e1286e6272b5adffc5598d88b529fc4dfcd5ab0..1d6bfbdd98f144d308396d7aa8b849187b854190 100644 (file)
@@ -15,6 +15,9 @@ The `tag_autocreate` setting can be used to control whether new tag pages
 are created as needed. It defaults to being done only if a `tagbase` is
 set.
 
+The `tag_autocreate_commit` setting is enabled by default, and causes
+new tag pages to be checked into version control.
+
 [[!if test="enabled(tag)" then="""
 This wiki has the tag plugin enabled, so you'll see a note below that this
 page is tagged with the "tags" tag.