Commit c46abe40 authored by bescoto's avatar bescoto

Updated my email and project webpage


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@581 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent ebf41862
......@@ -31,11 +31,11 @@ arguments will display some help.
REQUIREMENTS:
Remember that you must have Python 2.2 or later and librsync 0.9.6
or later installed. For Python, see http://www.python.org. The
rdiff-backup homepage at http://rdiff-backup.stanford.edu/ should have
a recent version of librsync; otherwise see the librsync homepage at
http://sourceforge.net/projects/librsync/.
Remember that you must have Python 2.2 or later and librsync 0.9.7 or
later installed. For Python, see http://www.python.org. The
rdiff-backup homepage at http://www.nongnu.org/rdiff-backup/ should
have a recent version of librsync; otherwise see the librsync homepage
at http://librsync.sourceforge.net/.
For remote operation, rdiff-backup should be in installed and in the
PATH on remote system(s) (see man page for more information).
......@@ -45,5 +45,5 @@ TROUBLESHOOTING:
If you have everything installed properly, and it still doesn't work,
see the enclosed FAQ.html, the web page at
http://rdiff-backup.stanford.edu, and/or the mailing list.
http://www.nongnu.org/rdiff-backup/, and/or the mailing list.
......@@ -45,8 +45,8 @@ setup(name="rdiff-backup",
version=version_string,
description="Local/remote mirroring+incremental backup",
author="Ben Escoto",
author_email="bescoto@stanford.edu",
url="http://rdiff-backup.stanford.edu",
author_email="ben@emerose.org",
url="http://www.nongnu.org/rdiff-backup",
packages = ['rdiff_backup'],
ext_modules = [Extension("rdiff_backup.C", ["cmodule.c"]),
Extension("rdiff_backup._librsync",
......
......@@ -31,11 +31,11 @@ arguments will display some help.
REQUIREMENTS:
Remember that you must have Python 2.2 or later and librsync 0.9.6
or later installed. For Python, see http://www.python.org. The
rdiff-backup homepage at http://rdiff-backup.stanford.edu/ should have
a recent version of librsync; otherwise see the librsync homepage at
http://sourceforge.net/projects/librsync/.
Remember that you must have Python 2.2 or later and librsync 0.9.7 or
later installed. For Python, see http://www.python.org. The
rdiff-backup homepage at http://www.nongnu.org/rdiff-backup/ should
have a recent version of librsync; otherwise see the librsync homepage
at http://librsync.sourceforge.net/.
For remote operation, rdiff-backup should be in installed and in the
PATH on remote system(s) (see man page for more information).
......@@ -45,5 +45,5 @@ TROUBLESHOOTING:
If you have everything installed properly, and it still doesn't work,
see the enclosed FAQ.html, the web page at
http://rdiff-backup.stanford.edu, and/or the mailing list.
http://www.nongnu.org/rdiff-backup/, and/or the mailing list.
......@@ -45,8 +45,8 @@ setup(name="rdiff-backup",
version=version_string,
description="Local/remote mirroring+incremental backup",
author="Ben Escoto",
author_email="bescoto@stanford.edu",
url="http://rdiff-backup.stanford.edu",
author_email="ben@emerose.org",
url="http://www.nongnu.org/rdiff-backup",
packages = ['rdiff_backup'],
ext_modules = [Extension("rdiff_backup.C", ["cmodule.c"]),
Extension("rdiff_backup._librsync",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment