summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2014-10-12 18:52:19 -0700
committerMartin Pool <mbp@sourcefrog.net>2014-10-12 18:53:16 -0700
commite2ed710bbd51ee23d9da6234b4e3ed120a865d6c (patch)
tree8243ab31daf18a2778a714b7399d72d01ebab124 /README.md
parent652769053fd44c7525fc9bdd9b62277d92cc490d (diff)
downloadlibrsync-e2ed710bbd51ee23d9da6234b4e3ed120a865d6c.tar.gz
Remove links to old rproxy sites
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/README.md b/README.md
index b090c61..280a7c7 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
# librsync
librsync implements the rolling-checksum algorithm of remote file
-synchronization that was popularized by the rsync utility and is used in
-rproxy. This algorithm transfers the differences between 2 files without
+synchronization that was popularized by the rsync utility.
+
+This algorithm transfers the differences between 2 files without
needing both files on the same system.
librsync does *not* implement the rsync wire protocol. If you want to talk to
@@ -114,11 +115,6 @@ and for the library:
- http://librsync.sourcefrog.net/doc/librsync.html
- http://librsync.sourcefrog.net/doc/librsync.pdf
-Generated API documentation:
-
-- https://rproxy.samba.org/doxygen/librsync/
-- https://rproxy.samba.org/doxygen/librsync/refman.pdf
-
These are all produced from the source tree.
## Debugging