diff options
author | Lilli <lilli@janrain.com> | 2010-03-16 10:09:25 -0700 |
---|---|---|
committer | Lilli <lilli@janrain.com> | 2010-03-16 10:09:25 -0700 |
commit | bb0a8f0083ac40f38c9db9cc09074be9e3a8b82a (patch) | |
tree | b25ab633a5606275708b5087979f824d7fd6fcd4 | |
parent | 3edee3a03ec4b187fb44f8af7daa128ed6b8fc5e (diff) | |
download | php-openid-bb0a8f0083ac40f38c9db9cc09074be9e3a8b82a.zip php-openid-bb0a8f0083ac40f38c9db9cc09074be9e3a8b82a.tar.gz php-openid-bb0a8f0083ac40f38c9db9cc09074be9e3a8b82a.tar.bz2 |
Removed/changed references to openidenabled.com. At this time, not every reference has been updated.2.2.0
-rw-r--r-- | Auth/OpenID/Server.php | 2 | ||||
-rw-r--r-- | README | 7 | ||||
-rw-r--r-- | admin/tutorials/OpenID/OpenID.pkg | 8 | ||||
-rw-r--r-- | examples/consumer/index.php | 2 | ||||
-rw-r--r-- | examples/server/lib/render/about.php | 15 | ||||
-rw-r--r-- | examples/server/openid-server.css | 2 |
6 files changed, 9 insertions, 27 deletions
diff --git a/Auth/OpenID/Server.php b/Auth/OpenID/Server.php index 27e0318..62a303d 100644 --- a/Auth/OpenID/Server.php +++ b/Auth/OpenID/Server.php @@ -43,7 +43,7 @@ * consumers to add extensions to their requests. For example, with * sites using the Simple Registration * Extension - * (http://www.openidenabled.com/openid/simple-registration-extension/), + * (http://openid.net/specs/openid-simple-registration-extension-1_0.html), * a user can agree to have their nickname and e-mail address sent to * a site when they sign up. * @@ -101,15 +101,12 @@ GETTING HELP If you have any questions, recommendations, or patches, please tell us! Subscribe to our OpenID development discussion list at - http://lists.openidenabled.com/mailman/listinfo/dev + http://openid.net/developers/dev-mailing-lists/ DOCUMENTATION ============= You can view the HTML library documentation in the doc/ directory. -You can also find it on the web at - - http://www.openidenabled.com/resources/docs/openid/php/ This package's documentation is in PhpDoc format. To generate the documentation, install phpdoc and run the admin/makedoc.sh script. @@ -123,7 +120,7 @@ CONTRIBUTING If you have a bugfix or feature you'd like to contribute, don't hesitate to send it to us. Post your patch to the development list at - http://lists.openidenabled.com/mailman/listinfo/dev + http://openid.net/developers/dev-mailing-lists/ For more detailed information on how to contribute, see diff --git a/admin/tutorials/OpenID/OpenID.pkg b/admin/tutorials/OpenID/OpenID.pkg index 3f6c996..cb0aa62 100644 --- a/admin/tutorials/OpenID/OpenID.pkg +++ b/admin/tutorials/OpenID/OpenID.pkg @@ -60,7 +60,7 @@ <para> <itemizedlist> <listitem> - {@link http://www.openidenabled.com/openid/libraries/php PHP OpenID Library} + {@link http://github.com/openid/php-openid PHP OpenID Library} </listitem> <listitem> @@ -68,11 +68,7 @@ </listitem> <listitem> - {@link http://lists.openidenabled.com/mailman/listinfo/dev OpenID Development Discussion List} - </listitem> - - <listitem> - {@link http://www.openidenabled.com/yadis/libraries/php PHP Yadis Library} + {@link http://openid.net/developers/dev-mailing-lists/ OpenID Development Discussion Lists} </listitem> </itemizedlist> </para> diff --git a/examples/consumer/index.php b/examples/consumer/index.php index 343a39c..1ff0911 100644 --- a/examples/consumer/index.php +++ b/examples/consumer/index.php @@ -43,7 +43,7 @@ global $pape_policy_uris; <h1>PHP OpenID Authentication Example</h1> <p> This example consumer uses the <a - href="http://www.openidenabled.com/openid/libraries/php/">PHP + href="http://github.com/openid/php-openid">PHP OpenID</a> library. It just verifies that the URL that you enter is your identity URL. </p> diff --git a/examples/server/lib/render/about.php b/examples/server/lib/render/about.php index bd35836..53e3694 100644 --- a/examples/server/lib/render/about.php +++ b/examples/server/lib/render/about.php @@ -14,7 +14,7 @@ define('about_body', '<p> This is an <a href="http://www.openid.net/">OpenID</a> server endpoint. This server is built on the <a - href="http://www.openidenabled.com/openid/libraries/php">JanRain PHP OpenID + href="http://github.com/openid/php-openid">JanRain PHP OpenID library</a>. Since OpenID consumer sites will need to directly contact this server, it must be accessible over the Internet (not behind a firewall). </p> @@ -25,18 +25,7 @@ define('about_body', </p> <pre><link rel="openid.server" href="%s" /></pre> <p> - Then configure this server so that you can log in with that URL. Once you - have configured the server, and marked up your identity URL, you can verify - that it is working by using the <a href="http://www.openidenabled.com/" - >openidenabled.com</a> - <a href="http://www.openidenabled.com/resources/openid-test/checkup">OpenID - Checkup tool</a>: - <form method="post" - action="http://www.openidenabled.com/resources/openid-test/checkup/start"> - <label for="checkup">OpenID URL: - </label><input id="checkup" type="text" name="openid_url" /> - <input type="submit" value="Check" /> - </form> + Then configure this server so that you can log in with that URL. </p> '); diff --git a/examples/server/openid-server.css b/examples/server/openid-server.css index badff23..311d556 100644 --- a/examples/server/openid-server.css +++ b/examples/server/openid-server.css @@ -60,7 +60,7 @@ pre { } #checkup { - background: url('http://www.openidenabled.com/favicon.ico') no-repeat; + background: url('http://openid.net/favicon.ico') no-repeat; padding-left: 16px; } |