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