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. ...@@ -31,11 +31,11 @@ arguments will display some help.
REQUIREMENTS: REQUIREMENTS:
Remember that you must have Python 2.2 or later and librsync 0.9.6 Remember that you must have Python 2.2 or later and librsync 0.9.7 or
or later installed. For Python, see http://www.python.org. The later installed. For Python, see http://www.python.org. The
rdiff-backup homepage at http://rdiff-backup.stanford.edu/ should have rdiff-backup homepage at http://www.nongnu.org/rdiff-backup/ should
a recent version of librsync; otherwise see the librsync homepage at have a recent version of librsync; otherwise see the librsync homepage
http://sourceforge.net/projects/librsync/. at http://librsync.sourceforge.net/.
For remote operation, rdiff-backup should be in installed and in the For remote operation, rdiff-backup should be in installed and in the
PATH on remote system(s) (see man page for more information). PATH on remote system(s) (see man page for more information).
...@@ -45,5 +45,5 @@ TROUBLESHOOTING: ...@@ -45,5 +45,5 @@ TROUBLESHOOTING:
If you have everything installed properly, and it still doesn't work, If you have everything installed properly, and it still doesn't work,
see the enclosed FAQ.html, the web page at 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", ...@@ -45,8 +45,8 @@ setup(name="rdiff-backup",
version=version_string, version=version_string,
description="Local/remote mirroring+incremental backup", description="Local/remote mirroring+incremental backup",
author="Ben Escoto", author="Ben Escoto",
author_email="bescoto@stanford.edu", author_email="ben@emerose.org",
url="http://rdiff-backup.stanford.edu", url="http://www.nongnu.org/rdiff-backup",
packages = ['rdiff_backup'], packages = ['rdiff_backup'],
ext_modules = [Extension("rdiff_backup.C", ["cmodule.c"]), ext_modules = [Extension("rdiff_backup.C", ["cmodule.c"]),
Extension("rdiff_backup._librsync", Extension("rdiff_backup._librsync",
......
...@@ -31,11 +31,11 @@ arguments will display some help. ...@@ -31,11 +31,11 @@ arguments will display some help.
REQUIREMENTS: REQUIREMENTS:
Remember that you must have Python 2.2 or later and librsync 0.9.6 Remember that you must have Python 2.2 or later and librsync 0.9.7 or
or later installed. For Python, see http://www.python.org. The later installed. For Python, see http://www.python.org. The
rdiff-backup homepage at http://rdiff-backup.stanford.edu/ should have rdiff-backup homepage at http://www.nongnu.org/rdiff-backup/ should
a recent version of librsync; otherwise see the librsync homepage at have a recent version of librsync; otherwise see the librsync homepage
http://sourceforge.net/projects/librsync/. at http://librsync.sourceforge.net/.
For remote operation, rdiff-backup should be in installed and in the For remote operation, rdiff-backup should be in installed and in the
PATH on remote system(s) (see man page for more information). PATH on remote system(s) (see man page for more information).
...@@ -45,5 +45,5 @@ TROUBLESHOOTING: ...@@ -45,5 +45,5 @@ TROUBLESHOOTING:
If you have everything installed properly, and it still doesn't work, If you have everything installed properly, and it still doesn't work,
see the enclosed FAQ.html, the web page at 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", ...@@ -45,8 +45,8 @@ setup(name="rdiff-backup",
version=version_string, version=version_string,
description="Local/remote mirroring+incremental backup", description="Local/remote mirroring+incremental backup",
author="Ben Escoto", author="Ben Escoto",
author_email="bescoto@stanford.edu", author_email="ben@emerose.org",
url="http://rdiff-backup.stanford.edu", url="http://www.nongnu.org/rdiff-backup",
packages = ['rdiff_backup'], packages = ['rdiff_backup'],
ext_modules = [Extension("rdiff_backup.C", ["cmodule.c"]), ext_modules = [Extension("rdiff_backup.C", ["cmodule.c"]),
Extension("rdiff_backup._librsync", 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