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