diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-11-05 14:45:45 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-11-05 14:45:45 -0500 |
commit | 7e95723dadfe2a11fcd2463f2e8adf579fdc64db (patch) | |
tree | 91b1be06fae4b1adcef729ab7fc55856b57bb113 /doc | |
parent | b76ee8a96dbf64a4231f749fc9c233518f367ecd (diff) | |
download | ikiwiki-7e95723dadfe2a11fcd2463f2e8adf579fdc64db.tar ikiwiki-7e95723dadfe2a11fcd2463f2e8adf579fdc64db.tar.gz |
avoid hitting the shell with system()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/po.mdwn | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index 2463680f5..7ac1b3f0f 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -205,7 +205,7 @@ Translating One can edit the PO files using ikiwiki's CGI (a message-by-message interface could also be implemented at some point). -If [[tips/untrusted_git_push]] is setup, one can edit the PO files in her +If [[tips/untrusted_git_push]] is setup, one can edit the PO files in one's preferred `$EDITOR`, without needing to be online. TODO @@ -267,6 +267,14 @@ by something like [[todo/using_meta_titles_for_parentlinks]]. Which configuration settings are safe enough for websetup? +> I see no problems with `po_master_language` and `po_slave_languages` +> (assuming websetup handles the hashes correctly). Would not hurt to check +> that the values of these are legal language codes, in `checkconfig`. +> `po_translatable_pages` seems entirely safe. `po_link_to` w/o usedirs +> causes ikiwiki to error out. If it were changed to fall back to a safe +> setting in this case rather than error, it would be safe. +> --[[Joey]] + ### parentlinks When the wiki home page is translatable, the parentlinks plugin sets |