aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/rsync.pm
Commit message (Collapse)AuthorAge
* Added a "changes" hook. Renamed the "change" hook to "rendered", butJoey Hess2012-03-28
| | | | the old hook name is called for now for back-compat.
* setup file orderingJoey Hess2010-02-12
|
* add section informationJoey Hess2010-02-12
|
* remove cgi exclusionJoey Hess2009-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 allJoey Hess2009-09-11
| | | | | Instead, use the change and delete hooks, and launch rsync if either hook is called.
* doc update, add --exclude ikiwiki.cgi to examplesJoey Hess2009-09-11
|
* localize user-visible warnings and tack on missing newlinesJoey Hess2009-09-11
|
* Merge commit 'schmonz/master'Joey Hess2009-09-11
|\ | | | | | | | | Conflicts: IkiWiki/Plugin/rsync.pm
| * Don't error out, either warn or say nothing, depending.Amitai Schlair2009-09-11
| |
* | chdir to the destdir before running rsyncJoey Hess2009-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 inAmitai Schlair2009-09-10
| | | | the last merge. I should really put each feature on its own git branch.
* remove two plugins that are unrelated to cvsJoey Hess2009-09-02
|
* Explain that command must run unattended, and lose the debug statement.Amitai Schlair2009-08-23
|
* I'm not redefining any subs after all, don't prevent those warnings.Amitai Schlair2009-08-23
|
* Add rsync plugin, though the only rsync-specific thing about it is theAmitai Schlair2009-08-23
assumption that uploading an entire site is efficient.