diff options
author | intrigeri <intrigeri@web> | 2008-10-20 18:54:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-10-20 18:54:04 -0400 |
commit | eea52bccc967890c89cc9f87b16844a0a87ce5dc (patch) | |
tree | 4d5b6f04e3c85d4bf60084c0d31014e678d9c693 /doc/plugins/contrib/po.mdwn | |
parent | 170ebe663bdca9bde394291fcb65ab59485c681a (diff) | |
download | ikiwiki-eea52bccc967890c89cc9f87b16844a0a87ce5dc.tar ikiwiki-eea52bccc967890c89cc9f87b16844a0a87ce5dc.tar.gz |
initial plugin public apparition
Diffstat (limited to 'doc/plugins/contrib/po.mdwn')
-rw-r--r-- | doc/plugins/contrib/po.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/plugins/contrib/po.mdwn b/doc/plugins/contrib/po.mdwn new file mode 100644 index 000000000..06d491d01 --- /dev/null +++ b/doc/plugins/contrib/po.mdwn @@ -0,0 +1,16 @@ +I've been working on a plugin called "po", that adds support for multi-lingual wikis, +translated with gettext, using [po4a](http://po4a.alioth.debian.org/). + +More information: + +* It can be found in my "po" branch on http://repo.or.cz/w/ikiwiki/intrigeri.git +* It involves adding three hooks to ikiwiki core. +* It is documented (including TODO and plans for next work steps) in `doc/plugins/po.mdwn`, which can be found in the same branch. +* No public demo site is available so far, I'm working on this. + +My plan is to get this plugin clean enough to be included in ikiwiki. + +The current version is a proof-of-concept, mature enough for me to dare submitting it here, +but I'm prepared to hear various helpful remarks, and to rewrite parts of it as needed. + +Any thoughts on this? |