diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-20 20:57:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-20 20:57:42 -0400 |
commit | ec566c02fdf4e1f76e6559afbb8c01ec772412f8 (patch) | |
tree | 1079e3c621f564007f065c09570a0a206915dbce | |
parent | 9eb995ba9de2c1ffb76126a5c7b9e74a9b85040d (diff) | |
download | ikiwiki-ec566c02fdf4e1f76e6559afbb8c01ec772412f8.tar ikiwiki-ec566c02fdf4e1f76e6559afbb8c01ec772412f8.tar.gz |
response
-rw-r--r-- | doc/plugins/contrib/po.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/plugins/contrib/po.mdwn b/doc/plugins/contrib/po.mdwn index cbc046d98..30ede95a6 100644 --- a/doc/plugins/contrib/po.mdwn +++ b/doc/plugins/contrib/po.mdwn @@ -40,6 +40,14 @@ Any thoughts on this? >> Can you please do this? If not, I'll go on and hope I'm not going to far in >> the wrong direction. >> +>>> Sure.. I'm not completly happy with any of the hooks since they're very +>>> special purpose, and also since `run_hooks` is not the best interface +>>> for a hook that modifies a variable, where only the last hook run will +>>> actually do anything. It might be better to just wrap +>>> `targetpage`, `bestlink`, and `beautify_urlpath`. But, I noticed +>>> the other day that such wrappers around exported functions are only visible by +>>> plugins loaded after the plugin that defines them. +>> >> The Discussion pages issue is something I am not sure about yet. But I will >> probably decide that "slave" pages, being only translations, don't deserve >> a discussion page: the discussion should happen in the language in which the |