summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-05-10 20:42:10 +0000
committertailor <cygnus@janrain.com>2006-05-10 20:42:10 +0000
commit66e4a30d41885f618e83ab6b7b8f13ec73f5009d (patch)
treeec21422688dfa4380bfb15f6d418587d6be6a909
parent144e91d84203c7b35c3caeb456bd2c470f623284 (diff)
downloadphp-openid-66e4a30d41885f618e83ab6b7b8f13ec73f5009d.zip
php-openid-66e4a30d41885f618e83ab6b7b8f13ec73f5009d.tar.gz
php-openid-66e4a30d41885f618e83ab6b7b8f13ec73f5009d.tar.bz2
[project @ Documentation fixes.]
-rw-r--r--Auth/OpenID/Consumer.php3
-rw-r--r--admin/tutorials/OpenID/OpenID.pkg14
2 files changed, 14 insertions, 3 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php
index 61d1d1b..92524c2 100644
--- a/Auth/OpenID/Consumer.php
+++ b/Auth/OpenID/Consumer.php
@@ -15,14 +15,11 @@
*
* 1. The user enters their OpenID into a field on the consumer's
* site, and hits a login button.
- *
* 2. The consumer site discovers the user's OpenID server using the
* YADIS protocol.
- *
* 3. The consumer site sends the browser a redirect to the identity
* server. This is the authentication request as described in
* the OpenID specification.
- *
* 4. The identity server's site sends the browser a redirect back
* to the consumer site. This redirect contains the server's
* response to the authentication request.
diff --git a/admin/tutorials/OpenID/OpenID.pkg b/admin/tutorials/OpenID/OpenID.pkg
index 1b23ea0..fa16ce7 100644
--- a/admin/tutorials/OpenID/OpenID.pkg
+++ b/admin/tutorials/OpenID/OpenID.pkg
@@ -26,6 +26,16 @@
</para>
<refsect1 id="{@id users}">
+ <title>Dependencies</title>
+
+ <para>
+ This package depends on the JanRain, Inc. PHP Yadis library,
+ version 1.0. You can download the PHP Yadis library
+ {@link http://www.openidenabled.com/yadis/libraries/php here}.
+ </para>
+ </refsect1>
+
+ <refsect1 id="{@id users}">
<title>For Package Users</title>
<para>
@@ -69,6 +79,10 @@
<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}
+ </listitem>
</itemizedlist>
</para>
</refsect1>