remind me of checking in, tagging and uploading in the correct order
[rersyncrecent.git] / README
blob5be3d33a4bfb59af391dac26643f433a36055668
1 rersyncrecent / File-Rsync-Mirror-Recent
3 This is about speeding up rsync operation on large trees to many
4 places. Uses a small metadata cocktail and pull technology. Although
5 designed for the general purpose of mirroring large trees it's primary
6 goal is to get CPAN sped up (CPEEDPAN). See README.mirrorcpan for a
7 plan for a better CPAN backbone.
9 INSTALLATION
11 To install this module, run the following commands:
13         perl Makefile.PL
14         make
15         make test
16         make install
18 SUPPORT AND DOCUMENTATION
20 After installing, you can find documentation for this module with the
21 perldoc command.
23     perldoc File::Rsync::Mirror::Recent
25 You can also look for information at:
27     RT, CPAN's request tracker
28         http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Rsync-Mirror-Recent
30     AnnoCPAN, Annotated CPAN documentation
31         http://annocpan.org/dist/File-Rsync-Mirror-Recent
33     CPAN Ratings
34         http://cpanratings.perl.org/d/File-Rsync-Mirror-Recent
36     Search CPAN
37         http://search.cpan.org/dist/File-Rsync-Mirror-Recent
39 REPOSITORY
41 Recent changes can be (re)viewed in the public GIT repository at
43     git://repo.or.cz/rersyncrecent.git
45 COPYRIGHT AND LICENCE
47 Copyright (C) 2008 Andreas König
49 This program is free software; you can redistribute it and/or modify it
50 under the same terms as Perl itself.