Mention the 2.6.6 release.
[rsync-web.git] / documentation.html
index f9379bee3c652585a4cca2b3eaa72ca4c3c8c390..2b9b7e922cfa4b13a6d23e2d8ecee842d141551e 100644 (file)
@@ -1,28 +1,50 @@
-<!--#include virtual="/rsync/header.html" -->
-
-<H2 align="center">Documentation</H2>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+<HEAD>
+<TITLE>rsync documentation</TITLE>
+</HEAD>
+<!--#include virtual="header.html" -->
 
+<H2 align="center">documentation</H2>
 
 <ul>
 
-<li> The <a href="/rsync/FAQ.html">FAQ</a>
+<li> An html version of the <a href="/ftp/rsync/rsync.html">rsync man page</a>.
+
+<li> An html version of the
+<a href="/ftp/rsync/rsyncd.conf.html">rsyncd.conf man page</a>.
+
+<li> The <a href="FAQ.html">FAQ</a> (frequently asked questions list).
+
+<!--#include virtual="doc-resources.html" -->
+
+<!--
+<li>Cross-referenced
+<a href="doxygen/head/files.html">rsync source code</a> produced by
+<a href="http://doxygen.org/">Doxygen</a>.
+-->
+
+<li> A html version of the original
+<a href="tech_report/">rsync technical report</a>.
 
-<li> The rsync <A HREF="README.html">README</A>
+<li> A copy of Andrew Tridgell's
+<a href="http://samba.org/~tridge/phd_thesis.pdf">PhD thesis</a>
+(which includes three chapters on rsync).
 
-<li> A html version of the original 
-<A HREF="tech_report/">rsync technical report</A>
+<li> A nice page on <a href="how-rsync-works.html">how rsync works</a>.
 
-<li> An html version of the <A HREF="/ftp/rsync/rsync.html">rsync man page</A>
+<li> A copy of John Langford's thesis on
+<a href="http://www-2.cs.cmu.edu/~jcl/research/mrsync/mrsync.ps">Multiround rsync</a>,
+which is not used in rsync, but is interesting none-the-less.
 
-<li> An html version of the <A HREF="/ftp/rsync/rsyncd.conf.html">rsyncd.conf man page</A>
+<li> The rsync <A HREF="/ftp/rsync/TODO">TODO</A>.
 
-<li> A copy of my PhD thesis, which includes three chapters on rsync,
-is available at <a
-href="http://samba.org/~tridge/">http://samba.org/~tridge/</a>
+<li>A <a href="http://www.devshed.com/c/a/Administration/File-Synchronization-With-Rsync/">DevShed tutorial on rsync</a>.
 
-<li> A <a href="/rsync/y2k.html">Y2K</A> statement
+<li> <a href="rsync-and-debian/">Notes on rsync and Debian mirrors</a>.
 
 </ul>
 
+<p> <i>(Some of the above items are also listed on the <a href="resources.html">rsync resouces page</a>.</i>
 
-<!--#include virtual="/rsync/footer.html" -->
+<!--#include virtual="footer.html" -->