]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
fixes
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 21 Aug 2007 04:35:22 +0000 (04:35 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 21 Aug 2007 04:35:22 +0000 (04:35 +0000)
doc/news/openid/discussion.mdwn
doc/plugins/pagetemplate.mdwn
doc/plugins/write.mdwn

index dee7d4bc4ea96386b05cafa9058bc728dfc72cc7..1c5929274c4b55b1b29fa33102d76122a8048ce2 100644 (file)
@@ -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? ;)
index 945ee3d8c46f7c42796bd2753b2d98f766d1ff25..bea1543400704f3cbdaef82d6fe3a91da98070b1 100644 (file)
@@ -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.
index 7166d15f425b8fb1eadf5c0dfa3b32e8edbbc6ef..d09367f1b1be5784d136ca9b130de4de39431cfd 100644 (file)
@@ -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