Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-12 | setup file ordering | Joey Hess | |
2010-02-12 | add section information | Joey Hess | |
2009-09-12 | remove cgi exclusion | Joey Hess | |
Note that a typical use of this plugin is for a static site, w/o cgi support enabled. | |||
2009-09-11 | got rid of the postrefresh hook after all | Joey Hess | |
Instead, use the change and delete hooks, and launch rsync if either hook is called. | |||
2009-09-11 | doc update, add --exclude ikiwiki.cgi to examples | Joey Hess | |
2009-09-11 | localize user-visible warnings and tack on missing newlines | Joey Hess | |
2009-09-11 | Merge commit 'schmonz/master' | Joey Hess | |
Conflicts: IkiWiki/Plugin/rsync.pm | |||
2009-09-11 | chdir to the destdir before running rsync | Joey Hess | |
Avoids needing to specify the path in the rsync command, can just use "." | |||
2009-09-11 | Don't error out, either warn or say nothing, depending. | Amitai Schlair | |
2009-09-10 | Revivify unixauth and rsync plugins (and hook needed by rsync) lost in | Amitai Schlair | |
the last merge. I should really put each feature on its own git branch. | |||
2009-09-02 | remove two plugins that are unrelated to cvs | Joey Hess | |
2009-08-23 | Explain that command must run unattended, and lose the debug statement. | Amitai Schlair | |
2009-08-23 | I'm not redefining any subs after all, don't prevent those warnings. | Amitai Schlair | |
2009-08-23 | Add rsync plugin, though the only rsync-specific thing about it is the | Amitai Schlair | |
assumption that uploading an entire site is efficient. |