diff options
author | intrigeri <intrigeri@boum.org> | 2008-11-02 20:13:14 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2008-11-02 20:19:51 +0100 |
commit | 8e451ecda4573284467c95a0b66ade3014fd1bd8 (patch) | |
tree | 02861865c8b68a5346d4f02bbb4e03c9a3b0e41c | |
parent | d71caffb7b249bded2ab1902953fa321dc90011c (diff) | |
download | ikiwiki-8e451ecda4573284467c95a0b66ade3014fd1bd8.tar ikiwiki-8e451ecda4573284467c95a0b66ade3014fd1bd8.tar.gz |
po: now uses inject
-rw-r--r-- | doc/plugins/contrib/po.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/plugins/contrib/po.mdwn b/doc/plugins/contrib/po.mdwn index f60b8fbea..98cc07178 100644 --- a/doc/plugins/contrib/po.mdwn +++ b/doc/plugins/contrib/po.mdwn @@ -52,10 +52,13 @@ Any thoughts on this? >>> [[plugins/write]]. I think you can just inject wrappers about a few ikiwiki >>> functions, rather than adding hooks. The `inject` function is pretty >>> insane^Wlow level, but seems to work great. --[[Joey]] ->> +>>> >>>> Thanks a lot, it seems to be a nice interface for what I was trying to achieve. >>>> I may be forced to wait two long weeks before I have a chance to confirm >>>> this. Stay tuned. --[[intrigeri]] +>>>> +>>>>> I've updated the plugin to use `inject`. It is now fully self-contained, +>>>>> and does not modify the core anymore. --[[intrigeri]] >> >> 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 |