This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed/changed references to openidenabled.com. At this time, not ev…
…ery reference has been updated.
- Loading branch information
Lilli
committed
Mar 16, 2010
1 parent
484af3d
commit 7f7f3e4
Showing
10 changed files
with
12 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Python OpenID may be obtained from | ||
http://www.openidenabled.com/openid/libraries/python | ||
http://github.com/openid/python-openid | ||
and we'd like to hear about how you're using this software. | ||
Write to us at [email protected]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,8 +59,7 @@ CONTACT | |
======= | ||
|
||
Send bug reports, suggestions, comments, and questions to | ||
http://lists.openidenabled.com/mailman/listinfo/dev | ||
[email protected]. | ||
http://openid.net/developers/dev-mailing-lists/. | ||
|
||
If you have a bugfix or feature you'd like to contribute, don't | ||
hesitate to send it to us. For more detailed information on how to | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
"""Yadis. | ||
|
||
@see: U{http://www.openidenabled.com/yadis} | ||
""" | ||
|
||
__all__ = [ | ||
'constants', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
single sign-on for your web site? Use the openid.consumer package. Want to | ||
run your own OpenID server? Check out openid.server. Includes example code | ||
and support for a variety of storage back-ends.''', | ||
url='http://openidenabled.com/python-openid/', | ||
url='http://github.com/openid/python-openid', | ||
packages=['openid', | ||
'openid.consumer', | ||
'openid.server', | ||
|
@@ -30,7 +30,7 @@ | |
# license=getLicense(), | ||
author='JanRain', | ||
author_email='[email protected]', | ||
download_url='http://openidenabled.com/files/python-openid/packages/python-openid-%s.tar.gz' % (version,), | ||
download_url='http://github.com/openid/python-openid/tarball/master', | ||
classifiers=[ | ||
"Development Status :: 5 - Production/Stable", | ||
"Environment :: Web Environment", | ||
|