]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/rsync.pm
osm: indent the generated KML file for better readability
[ikiwiki.git] / IkiWiki / Plugin / rsync.pm
index 8dd983be783d85343f61afa18a1c179d655cb637..1b85ea000120846ca5426e97be3603425e83cb1f 100644 (file)
@@ -7,7 +7,7 @@ use IkiWiki 3.00;
 
 sub import {
        hook(type => "getsetup", id => "rsync", call => \&getsetup);
-       hook(type => "change", id => "rsync", call => \&postrefresh);
+       hook(type => "rendered", id => "rsync", call => \&postrefresh);
        hook(type => "delete", id => "rsync", call => \&postrefresh);
 }
 
@@ -16,7 +16,6 @@ sub getsetup () {
                plugin => {
                        safe => 0,
                        rebuild => 0,
-                       section => "special-purpose",
                },
                rsync_command => {
                        type => "string",