diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-04 14:53:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-04 14:53:11 -0400 |
commit | e48f8ff8a9d492f1583b05d80ed4a6ec88050108 (patch) | |
tree | f954fca68dc7344d7fa6c2c2a24148f91b80eae2 | |
parent | 5c2cd6e6c2ac4d02afc5589955d081981b3cf132 (diff) |
hm
-rw-r--r-- | IkiWiki/Plugin/websetup.pm | 6 | ||||
-rw-r--r-- | doc/todo/l10n.mdwn | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/websetup.pm b/IkiWiki/Plugin/websetup.pm index 75950e7f1..2a5e27bf9 100644 --- a/IkiWiki/Plugin/websetup.pm +++ b/IkiWiki/Plugin/websetup.pm @@ -404,10 +404,14 @@ sub showform ($$) { #{{{ # TODO save to real path IkiWiki::Setup::dump("/tmp/s"); $form->text(gettext("Setup saved.")); - + if ($form->submitted eq 'Rebuild Wiki') { # TODO rebuild } + else { + # TODO refresh wiki and wrappers + } + } } diff --git a/doc/todo/l10n.mdwn b/doc/todo/l10n.mdwn index f3bdfc68f..f777a33df 100644 --- a/doc/todo/l10n.mdwn +++ b/doc/todo/l10n.mdwn @@ -89,3 +89,11 @@ For example use, here's how to roll out a clone of the [Redpill support site](ht (Redpill support is inspired by <http://help.riseup.net> but needs to be reusable for several similarly configured networks) --[[JonasSmedegaard]] + +> I don't understand at all why you're using git the way you are. +> +> I think that this needs to be reworked into a patch against the regular +> ikiwiki tree, that adds the po4a stuff needed to generate the pot files for the +> basewiki and template content, as well as the stuff that generates the +> translated versions of those from the po files. +> --[[Joey]] |