]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/po.mdwn
po/todo: remove silly ideas.
[ikiwiki.git] / doc / plugins / po.mdwn
index a32d66af1f699c131a7d48e49ecc9148724f62f3..f6405f3b3e6ec65c362265fa7de2425719feccce 100644 (file)
@@ -534,20 +534,13 @@ be merged upstream, though.
 Translation quality assurance
 -----------------------------
 
-Modifying a PO file via the CGI must be forbidden if the new version
-is not a valid PO file. As a bonus, check that it provides a more
-complete translation than the existing one.
-
-A new `cansave` type of hook would be needed to implement this.
+Modifying a PO file via the CGI is already forbidden if the new
+version is not a valid PO file. As a bonus, check that it provides
+a more complete translation than the existing one.
 
 Note: committing to the underlying repository is a way to bypass
 this check.
 
-Creating new pages on the web
------------------------------
-
-See [[contrib/po|contrib/po]].
-
 Robustness tests
 ----------------
 
@@ -603,3 +596,9 @@ translators, wiki administrators, hackers. This plugin may be complex
 enough to deserve this.
 
 Gettext-ize the plugin code.
+
+Misc
+----
+
+* Can the form validation system be used instead of creating the
+  `cansave` hook?