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