-### automatic POT/PO update
-
-Use the `change` hook instead of `needsbuild`?
-
-### page titles
-
-Use nice page titles from meta plugin in links, as inline already does.
-
-### websetup
-
-Which configuration settings are safe enough for websetup?
-
-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.
-
-Note: committing to the underlying repository is a way to bypass
-this check.
-
-Translating online
-------------------
-
-As PO is a wiki page type, we already have an online PO editor, that
-is ikiwiki's CGI.
-
-**FIXME** preview does not work for PO files.