Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | setup file ordering | Joey Hess | 2010-02-12 |
| | |||
* | add section information | Joey Hess | 2010-02-12 |
| | |||
* | remove cgi exclusion | Joey Hess | 2009-09-12 |
| | | | | | Note that a typical use of this plugin is for a static site, w/o cgi support enabled. | ||
* | got rid of the postrefresh hook after all | Joey Hess | 2009-09-11 |
| | | | | | Instead, use the change and delete hooks, and launch rsync if either hook is called. | ||
* | 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 | 2009-09-11 |
|\ | | | | | | | | | Conflicts: IkiWiki/Plugin/rsync.pm | ||
| * | Don't error out, either warn or say nothing, depending. | Amitai Schlair | 2009-09-11 |
| | | |||
* | | chdir to the destdir before running rsync | Joey Hess | 2009-09-11 |
|/ | | | | Avoids needing to specify the path in the rsync command, can just use "." | ||
* | Revivify unixauth and rsync plugins (and hook needed by rsync) lost in | Amitai Schlair | 2009-09-10 |
| | | | | the last merge. I should really put each feature on its own git branch. | ||
* | remove two plugins that are unrelated to cvs | Joey Hess | 2009-09-02 |
| | |||
* | 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 | 2009-08-23 |
assumption that uploading an entire site is efficient. |