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 /examples | |
parent | 3edee3a03ec4b187fb44f8af7daa128ed6b8fc5e (diff) | |
download | php-openid-2.2.0.zip php-openid-2.2.0.tar.gz php-openid-2.2.0.tar.bz2 |
Removed/changed references to openidenabled.com. At this time, not every reference has been updated.2.2.0
Diffstat (limited to 'examples')
-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 |
3 files changed, 4 insertions, 15 deletions
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; } |