diff options
author | tailor <cygnus@janrain.com> | 2006-03-01 20:46:09 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-03-01 20:46:09 +0000 |
commit | b2f4fd6a2798b9290d41a90fab0a881b6c5818ae (patch) | |
tree | e36d5de4e89f2e094384e34997836ef5edaabe74 /tutorials | |
parent | da114e75e3ceb0a34c32638ec2bb891b5abe1709 (diff) | |
download | php-openid-b2f4fd6a2798b9290d41a90fab0a881b6c5818ae.zip php-openid-b2f4fd6a2798b9290d41a90fab0a881b6c5818ae.tar.gz php-openid-b2f4fd6a2798b9290d41a90fab0a881b6c5818ae.tar.bz2 |
[project @ Changed package-level tutorial file]
Diffstat (limited to 'tutorials')
-rw-r--r-- | tutorials/OpenID/OpenID.pkg | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/tutorials/OpenID/OpenID.pkg b/tutorials/OpenID/OpenID.pkg index 2cb11cb..c7a68a3 100644 --- a/tutorials/OpenID/OpenID.pkg +++ b/tutorials/OpenID/OpenID.pkg @@ -29,22 +29,20 @@ </itemizedlist> </para> - <refsect1 id="{@id howto}"> - <title>How to Use This Package</title> - - <refsect2 id="{@id users}"> + <refsect1 id="{@id users}"> <title>For Package Users</title> <para> To install this package, copy the <literal>Auth/</literal> directory in this package to a directory in your PHP include path. Alternatively, modify your PHP include path to include the - directory that contains <literal>Auth/</literal>. - </para> + directory that contains <literal>Auth/</literal>. Any + applications that need this package will then be able to use it. + </para> - </refsect2> + </refsect1> - <refsect2 id="{@id developers}"> + <refsect1 id="{@id developers}"> <title>For Developers</title> <para> @@ -52,12 +50,12 @@ See the server and consumer examples in the <literal>examples/</literal> directory of the package. For details on how to run the examples, see - <literal>examples/README</literal>. + <literal>examples/README</literal>. If you want to create your + own OpenID data storage class, please see the {@link Auth_OpenID_OpenIDStore} + class. </para> - </refsect2> - </refsect1> <refsect1 id="{@id references}"> |