]> sipb.mit.edu Git - ikiwiki.git/commitdiff
hm
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 4 Aug 2008 18:53:11 +0000 (14:53 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 4 Aug 2008 18:53:11 +0000 (14:53 -0400)
IkiWiki/Plugin/websetup.pm
doc/todo/l10n.mdwn

index 75950e7f14a6c707bbdff815cb7919e5b64e156d..2a5e27bf921ee98edc0ee7f12f1ca15497595368 100644 (file)
@@ -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
+                       }
+       
                }
        }
 
index f3bdfc68f57f9dff0a26830b4234e5b80174f032..f777a33dfdc76145917c0e14ed87c4ceb63ab86b 100644 (file)
@@ -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]]