From e48f8ff8a9d492f1583b05d80ed4a6ec88050108 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 4 Aug 2008 14:53:11 -0400 Subject: [PATCH] hm --- IkiWiki/Plugin/websetup.pm | 6 +++++- doc/todo/l10n.mdwn | 8 ++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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 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]] -- 2.32.0.93.g670b81a890