aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360>2006-10-03 06:33:14 +0000
committerpmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360>2006-10-03 06:33:14 +0000
commitfec9f279bd1c147fa6ceb692514bc2b623b09dd9 (patch)
tree0bc0674c4968a5918bd1c30a162a4d37f4a9f335 /docs
parent83419e40bcaf93f66d2b5babe1bcef14e191e592 (diff)
downloadpmwiki.svn-fec9f279bd1c147fa6ceb692514bc2b623b09dd9.tar.bz2
Added line for $AutoCreate of category pages.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@1700 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'docs')
-rw-r--r--docs/sample-config.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php
index 9e893f64..27432714 100644
--- a/docs/sample-config.php
+++ b/docs/sample-config.php
@@ -122,6 +122,13 @@ $WikiTitle = 'PmWiki';
## site, it's probably best to leave this setting alone.)
$EnableRelativePageVars = 1;
+## By default, pages in the Category group are manually created.
+## Uncomment the following line to have blank category pages
+## automatically created whenever a link to a non-existent
+## category page is saved. (The page is created only if
+## the author has edit permissions to the Category group.)
+# $AutoCreate['/^Category\\./'] = array('ctime' => $Now);
+
## PmWiki allows a great deal of flexibility for creating custom markup.
## To add support for '*bold*' and '~italic~' markup (the single quotes
## are part of the markup), uncomment the following lines.