diff options
author | intrigeri <intrigeri@boum.org> | 2012-07-06 02:35:28 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-07-06 02:36:10 +0200 |
commit | 2cc390e6c08048b03535c72073227bcbfe23c250 (patch) | |
tree | 5baa058fa446379da6ebd9e0edf6b25d90808566 /doc/plugins | |
parent | fa6319fbd9bdabe562c30434a6e56d74f75b2265 (diff) | |
download | ikiwiki-2cc390e6c08048b03535c72073227bcbfe23c250.tar ikiwiki-2cc390e6c08048b03535c72073227bcbfe23c250.tar.gz |
PO plugin: document how pages can be renamed using the VCS.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/po.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index 703244947..de69ad379 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -229,6 +229,14 @@ are not rendered correctly on the slave pages: could be used to support it, but it would need a security audit * other markup languages have not been tested. +Renaming a page +--------------- + +A translatable page may be renamed using the web interface and the +[[rename plugin|doc/plugins/rename]], or using the VCS directly; in +the latter case, *both* the "master" page and every corresponding +`.po` file must be renamed in the same commit. + Security ======== |