summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--IkiWiki/Plugin/websetup.pm6
-rw-r--r--doc/todo/l10n.mdwn8
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]]