Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Removed/changed references to openidenabled.com. At this time, not ev…
Browse files Browse the repository at this point in the history
…ery reference has been updated.
  • Loading branch information
Lilli committed Mar 16, 2010
1 parent 484af3d commit 7f7f3e4
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 19 deletions.
3 changes: 1 addition & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ Some advantages of Yadis support are:

* Easy interoperability for different identity services

For more information about Yadis, see http://yadis.org/ or
http://www.openidenabled.com/yadis/
For more information about Yadis, see http://yadis.org/

Extension Support
-----------------
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
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].
3 changes: 1 addition & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/README
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ Getting help

Please send bug reports, patches, and other feedback to

dev@lists.openidenabled.com
http://openid.net/developers/dev-mailing-lists/
5 changes: 2 additions & 3 deletions examples/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ def quoteattr(s):
PYTHONPATH environment variable).
For more information, see the README in the root of the library
distribution or http://www.openidenabled.com/
""")
distribution.""")
sys.exit(1)

from openid.store import memstore
Expand Down Expand Up @@ -423,7 +422,7 @@ def pageHeader(self, title):
<h1>%s</h1>
<p>
This example consumer uses the <a href=
"http://www.openidenabled.com/openid/libraries/python" >Python
"http://github.com/openid/python-openid" >Python
OpenID</a> library. It just verifies that the identifier that you enter
is your identifier.
</p>
Expand Down
2 changes: 1 addition & 1 deletion examples/djopenid/README
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ CONTACT

Please send bug reports, patches, and other feedback to

dev@lists.openidenabled.com
http://openid.net/developers/dev-mailing-lists/
3 changes: 1 addition & 2 deletions examples/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ def quoteattr(s):
PYTHONPATH environment variable).
For more information, see the README in the root of the library
distribution or http://www.openidenabled.com/
""")
distribution.""")
sys.exit(1)

from openid.extensions import sreg
Expand Down
4 changes: 2 additions & 2 deletions openid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
implementing an OpenID server, see the C{L{openid.server.server}}
module.
@contact: U{dev@lists.openidenabled.com
<http://lists.openidenabled.com/mailman/listinfo/dev>}
@contact: U{http://openid.net/developers/dev-mailing-lists/
<http://openid.net/developers/dev-mailing-lists/}
@copyright: (C) 2005-2008 JanRain, Inc.
Expand Down
3 changes: 0 additions & 3 deletions openid/yadis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"""Yadis.

@see: U{http://www.openidenabled.com/yadis}
"""

__all__ = [
'constants',
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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",
Expand Down

0 comments on commit 7f7f3e4

Please sign in to comment.