aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-05-03 13:32:28 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-05-03 13:32:28 -0400
commitc1196acadcec8f36c0bb018bb3baedcb92f2a278 (patch)
tree90b74680e48699d3bf3d10101bea0e6c8b13b213 /doc/plugins
parent27ca70225e9d9e032fdd90a9706f946300f3798a (diff)
downloadikiwiki-c1196acadcec8f36c0bb018bb3baedcb92f2a278.tar
ikiwiki-c1196acadcec8f36c0bb018bb3baedcb92f2a278.tar.gz
linkify
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/write/tutorial.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/write/tutorial.mdwn b/doc/plugins/write/tutorial.mdwn
index 6675fe713..8b12fd183 100644
--- a/doc/plugins/write/tutorial.mdwn
+++ b/doc/plugins/write/tutorial.mdwn
@@ -7,8 +7,8 @@ is write this on a wiki page:
[[fib ]]
-When the page is built, the inclusion will be replaced by the next number in the
-sequence.
+When the page is built, the [[ikiwiki/PreProcessorDirective]] will be
+replaced by the next number in the sequence.
Most of ikiwiki's plugins are written in Perl, and it's currently easiest
to write them in Perl. So, open your favorite text editor and start