X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/226abb373abc2465868ebedfff4980878da0c5a8..c8e3136d0091bd024e6dc1f3c21a10a92f2017d4:/doc/plugins/po.mdwn diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index aced37998..9298b3d37 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -553,8 +553,8 @@ Robustness tests ### Creating/deleting/renaming pages -All cases of page creation/deletion/rename, both via RCS and via CGI, -have been tested. +All cases of master/slave page creation/deletion/rename, both via RCS +and via CGI, have been tested. ### Misc @@ -568,14 +568,3 @@ Documentation Maybe write separate documentation depending on the people it targets: 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? -* Use the formbuilder_setup hook to remove the rename/remove buttons - on slave edit pages. The canrename/canremove hook ensure this is - forbidden at the backend level, and this change would improve the UI.