diff options
author | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2007-01-21 17:26:37 +0000 |
---|---|---|
committer | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2007-01-21 17:26:37 +0000 |
commit | d61e7737e88fab6d87549825070061ed274a592c (patch) | |
tree | 417d44120f3f7d7e62368c06abf611524cdfe5d0 /docs | |
parent | 44be84104a1817c2a4d4c7cd9d460915436f5525 (diff) | |
download | pmwiki.svn-d61e7737e88fab6d87549825070061ed274a592c.tar.bz2 |
Put note about more wikiword options into sample-config.php.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@1826 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample-config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php index 7ea8c2bd..88f7df6b 100644 --- a/docs/sample-config.php +++ b/docs/sample-config.php @@ -74,6 +74,7 @@ $WikiTitle = 'PmWiki'; # $SpaceWikiWords = 1; # turn on WikiWord spacing ## Set $EnableWikiWords if you want to allow WikiWord links. +## For more options with WikiWords, see scripts/wikiwords.php . # $EnableWikiWords = 1; # enable WikiWord links ## $DiffKeepDays specifies the minimum number of days to keep a page's |