summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parent652769053fd44c7525fc9bdd9b62277d92cc490d (diff)
downloadlibrsync-e2ed710bbd51ee23d9da6234b4e3ed120a865d6c.tar.gz
Remove links to old rproxy sites
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
-rw-r--r--doc/header.html1
-rw-r--r--doc/main.dox15
3 files changed, 3 insertions, 17 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index f4fcb47..588df56 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -24,9 +24,7 @@ EXTRA_DIST = $(man_MANS)
# Doxygen API documentation
-sites=front.linuxcare.com.au:/var/www/projects/rproxy \
- rproxy.sourceforge.net:/home/groups/rproxy/htdocs \
- rproxy.samba.org:/space/httpd/rproxy/htdocs
+sites=
.PHONY: do-doxy upload-doxy
diff --git a/doc/header.html b/doc/header.html
index a7f5722..21e460a 100644
--- a/doc/header.html
+++ b/doc/header.html
@@ -4,4 +4,3 @@
<title>$project: $title</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff" text="#000000" vlink="#339966" link="#339966">
- <a href="http://rproxy.samba.org/"><img border=0 src="rproxy-small-logo.png" align=right></a>
diff --git a/doc/main.dox b/doc/main.dox
index 4890979..7831a60 100644
--- a/doc/main.dox
+++ b/doc/main.dox
@@ -5,16 +5,7 @@
$Id$
-This document is also available in printable form:
-
- - http://rproxy.samba.org/doxygen/librsync/refman.ps.gz
- - http://rproxy.samba.org/doxygen/librsync/refman.pdf
-
-More information about librsync can be found on the rproxy web site:
-
- - http://rproxy.samba.org/
-
-librsync can be downloaded from http://rproxy.samba.org/download.html,
+librsync can be downloaded from http://librsync.sourcefrog.net/,
and used, modified and redistributed under the terms of the GNU Lesser
General Public License (version 2.1 or later).
@@ -22,9 +13,7 @@ General Public License (version 2.1 or later).
librsync is a library for calculating and applying network deltas,
with an interface designed to ease integration into diverse
-network applications. \em librsync is being developed as part of the \b
-rproxy <http://rproxy.samba.org/> and \b rsync
-<http://rsync.samba.org/> projects.
+network applications.
librsync encapsulates the core algorithms of the rsync protocol, which
help with efficient calculation of the differences between two files.