master
joey 2007-08-21 04:35:22 +00:00
parent 01efc73719
commit a3a8ec19e3
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ only Apache/iptables rules for this? Maybe it's related to
[[ACL|todo/ACL]] request? --[[Paweł|ptecza]] [[ACL|todo/ACL]] request? --[[Paweł|ptecza]]
> Well, the polls are not something I would worry about much. I do plan to > 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]] > there's a demonstrated need. --[[Joey]]
>> Heh, do you really want a lot of spam of me? ;) >> Heh, do you really want a lot of spam of me? ;)

View File

@ -2,7 +2,7 @@
[[tag type/chrome]] [[tag type/chrome]]
This plugin allows a page to be created using a different 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 the template controls the overall look and feel of the wiki page. This is
in contrast to the [[template]] plugin, which allows inserting templates in contrast to the [[template]] plugin, which allows inserting templates
_into_ the body of a page. _into_ the body of a page.

View File

@ -148,7 +148,7 @@ return the htmlized content.
hook(type => "pagetemplate", id => "foo", call => \&pagetemplate); 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 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 a cgi. This hook allows modifying the variables available on those
templates. The function is passed named parameters. The "page" and templates. The function is passed named parameters. The "page" and