]> 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 45bff19bd357b6e1a80f239d983f54085c5cec92..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);
 }
 
@@ -19,7 +19,7 @@ sub getsetup () {
                },
                rsync_command => {
                        type => "string",
-                       example => "rsync -qa --delete . user\@host:/path/to/docroot/ --exclude ikiwiki.cgi",
+                       example => "rsync -qa --delete . user\@host:/path/to/docroot/",
                        description => "command to run to sync updated pages",
                        safe => 0,
                        rebuild => 0,