summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-21 04:35:22 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-21 04:35:22 +0000
commita3a8ec19e33d1a79da897ea3a3dab6520de977f5 (patch)
tree5ee09a112034eeaf9abf2244ca8224b8cca0a5f9 /doc
parent01efc737196b71eac7afd4faf4f772daf1b614ad (diff)
fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/news/openid/discussion.mdwn2
-rw-r--r--doc/plugins/pagetemplate.mdwn2
-rw-r--r--doc/plugins/write.mdwn2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/news/openid/discussion.mdwn b/doc/news/openid/discussion.mdwn
index dee7d4bc4..1c5929274 100644
--- a/doc/news/openid/discussion.mdwn
+++ b/doc/news/openid/discussion.mdwn
@@ -25,7 +25,7 @@ only Apache/iptables rules for this? Maybe it's related to
[[ACL|todo/ACL]] request? --[[Paweł|ptecza]]
> Well, the polls are not something I would worry about much. I do plan to
-> [[add_IP_range_banning|todo/spam_fighting]], although I expect to wait until
+> add_IP_range_banning, although I expect to wait until
> there's a demonstrated need. --[[Joey]]
>> Heh, do you really want a lot of spam of me? ;)
diff --git a/doc/plugins/pagetemplate.mdwn b/doc/plugins/pagetemplate.mdwn
index 945ee3d8c..bea154340 100644
--- a/doc/plugins/pagetemplate.mdwn
+++ b/doc/plugins/pagetemplate.mdwn
@@ -2,7 +2,7 @@
[[tag type/chrome]]
This plugin allows a page to be created using a different
-[[template|wikitemplate]]. The page text is inserted into the template, so
+[[template|wikitemplates]]. The page text is inserted into the template, so
the template controls the overall look and feel of the wiki page. This is
in contrast to the [[template]] plugin, which allows inserting templates
_into_ the body of a page.
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn
index 7166d15f4..d09367f1b 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -148,7 +148,7 @@ return the htmlized content.
hook(type => "pagetemplate", id => "foo", call => \&pagetemplate);
-[[Templates|wikitemplate]] are filled out for many different things in
+[[Templates|wikitemplates]] are filled out for many different things in
ikiwiki, like generating a page, or part of a blog page, or an rss feed, or
a cgi. This hook allows modifying the variables available on those
templates. The function is passed named parameters. The "page" and