# 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
+ }
+
}
}
(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]]