]> sipb.mit.edu Git - ikiwiki.git/commitdiff
improve wording and fix an example that is intentionall un-prefixed
authorJoey Hess <joey@kodama.kitenet.net>
Sun, 10 Feb 2008 07:29:19 +0000 (02:29 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 10 Feb 2008 07:29:19 +0000 (02:29 -0500)
doc/ikiwiki/preprocessordirective.mdwn

index e8bf783a9cba1e179fd922e80eb0d85b064cdb69..2cb602ebe114151a85ca59f44890b3cf236fe00b 100644 (file)
@@ -30,10 +30,9 @@ of text with triple-quotes:
 ikiwiki also has an older syntax for preprocessor directives, which requires a
 space in directives to distinguish them from [[wikilinks|wikilink]].  This
 syntax has several disadvantages: it requires a space after directives with no
 ikiwiki also has an older syntax for preprocessor directives, which requires a
 space in directives to distinguish them from [[wikilinks|wikilink]].  This
 syntax has several disadvantages: it requires a space after directives with no
-parameters (such as `\[[!pagecount ]]`), and it prohibits spaces in
+parameters (such as `\[[pagecount ]]`), and it prohibits spaces in
 [[wikilinks|wikilink]].  ikiwiki now provides the `!`-prefixed syntax shown
 above as the preferred alternative.  However, ikiwiki still supports wikis
 [[wikilinks|wikilink]].  ikiwiki now provides the `!`-prefixed syntax shown
 above as the preferred alternative.  However, ikiwiki still supports wikis
-using the older syntax, if their setup files disable the `prefix_directives`
-option.  For backward compatibility with existing wikis, this option currently
-defaults to off, so ikiwiki uses the old directive syntax; however, future
-versions of ikiwiki will turn this on by default.
+using the older syntax, if the `prefix_directives` option is not enabled.
+For backward compatibility with existing wikis, this option currently
+defaults to off, so ikiwiki supports the old syntax.