Put back changes that were on samba.org but not in CVS.
[rsync-web.git] / download.html
1 <!--#include virtual="header.html" -->
2 <!-- $Header$ -->
3
4 <H2 align="center">rsync download</H2>
5
6 You can download rsync via ftp, http, cvs or rsync.
7
8 <H2>http</H2>
9
10 <ul>
11 <li>The source code is available <A HREF="/ftp/rsync/">here</A>
12
13 <!-- <li>Binaries for a number of platforms are available 
14 <A HREF="/ftp/rsync/binaries/">here</A> -->
15 </ul>
16
17 <H2>ftp</H2>
18
19 <ul>
20 <li>The source code is available <A HREF="ftp://rsync.samba.org/pub/rsync/">here</A>
21
22 <!-- <li>Binaries for a number of platforms are available 
23 <A HREF="ftp://rsync.samba.org/pub/rsync/binaries/">here</A> -->
24 </ul>
25
26 <H2>rsync</H2>
27
28 <ul>
29 <li>The rsync ftp site is available via anonymous rsync at <em>rsync://rsync.samba.org/rsyncftp/</em>
30 <li>An unpacked copy of the latest development version can be obtained
31 from <em>rsync://rsync.samba.org/ftp/unpacked/rsync/</em>
32 </ul>
33
34     <H2>cvs</H2>
35     
36     <p>
37       The rsync development tree is publicly available by various
38       methods so that you can try out the latest changes and give
39       feedback to the developers.
40     </p>
41
42     <p>
43       <b>Note:</b> Since the "head" source is a work in progress it
44       may not compile, or may fail in various ways, though it's
45       usually pretty good.
46     </p>
47       
48     <p>
49       Anyone may use anonymous CVS to follow development: <a
50       href="http://cvs.samba.org/">here are the anoncvs details you need</a>.
51     </p>
52
53     <p>You can also browse the <a
54       href="http://cvs.samba.org/cgi-bin/cvsweb/rsync">development
55       history through cvsweb</a>.</p></li>
56     </p>
57     
58     <p>
59       <a href="http://rsync.samba.org/ftp/rsync/nightly/">Nightly
60         snapshots of the rsync source tree</a> are also available for
61         people who want to try the latest development version.  If you
62         want to track development, then CVS uses less bandwidth and
63         can automatically merge your local changes with our version.
64         However, if you just want a one-off download, or cannot use
65         CVS because of firewall, network or software issues, then the
66         snapshots might be helpful.
67     </p>
68
69 <!--
70 <h2>Contributing binaries</h2>
71
72 If you can build binaries for a platform that we currently don't offer
73 binaries for then please let me know (via the bug tracking
74 system). I'll then give you a way of uploading binaries to
75 rsync.samba.org. Please only do this if you have the time to build and
76 package binaries in a timely fashion for every rsync release.
77  -->
78
79 <!--#include virtual="footer.html" -->