summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2008-10-10 19:29:16 +0200
committerintrigeri <intrigeri@boum.org>2008-10-18 15:49:09 +0200
commitb852b0655c1cb40919fc2f45d6f8b899f2b298e5 (patch)
treef1080c5606a3f7732dfa6ff2aa16c9f1b458802c
parentffd1fff775c97296c4d336cb35b9d59511c032bc (diff)
po plugin: added todo note about optimization
Signed-off-by: intrigeri <intrigeri@boum.org>
-rw-r--r--doc/plugins/po.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn
index 69fce52ef..f71a36739 100644
--- a/doc/plugins/po.mdwn
+++ b/doc/plugins/po.mdwn
@@ -122,6 +122,15 @@ lighttpd unfortunately does not support content negotiation.
TODO
====
+Optimization
+------------
+
+Move `match_istranslation` and `match_istranslatable` code into helper
+functions, and pre-compute what can be early in the build process:
+
+- the list of translatable (master) pages
+- for every translatable page, the list of slave pages
+
Display available translations
------------------------------