diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-09-10 14:06:30 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-09-10 14:06:30 -0400 |
commit | 525d4cd037b1da19f4d54cf113212cbe452be417 (patch) | |
tree | d32128e8210140a04576adaf8bf2bde6e425e080 /doc/plugins | |
parent | 3ebd4e0b45a8a6bd4c12604a3bb683dcb3a60eb8 (diff) | |
download | ikiwiki-525d4cd037b1da19f4d54cf113212cbe452be417.tar ikiwiki-525d4cd037b1da19f4d54cf113212cbe452be417.tar.gz |
new hook
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/contrib/cvs/discussion.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/plugins/contrib/cvs/discussion.mdwn b/doc/plugins/contrib/cvs/discussion.mdwn index 155a2289d..ace455d06 100644 --- a/doc/plugins/contrib/cvs/discussion.mdwn +++ b/doc/plugins/contrib/cvs/discussion.mdwn @@ -141,3 +141,7 @@ general-purpose way to do so. If and when some other problem thinks it wants to be solved by a new wrapper hook, it's easy enough to add one. Until then, I'd say it's more important to keep the wrapper as short and clear as possible. --[[schmonz]] + +> I've committed a slightly different hook, which should be general enough +> that `IkiWiki::Receive` can also use it, so please adapt your code to +> that. --[[Joey]] |