diff options
author | tailor <cygnus@janrain.com> | 2006-03-01 00:56:14 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-03-01 00:56:14 +0000 |
commit | a39c81061c15cd4666b39c2e84aa4551e3fceaa5 (patch) | |
tree | eb7183aa5f78099607fa58f011bf37c213c2bf15 /tutorials/OpenID/OpenID.pkg | |
parent | 9f17015c84d48c112c081f0cc6edf2005e87f834 (diff) | |
download | php-openid-a39c81061c15cd4666b39c2e84aa4551e3fceaa5.zip php-openid-a39c81061c15cd4666b39c2e84aa4551e3fceaa5.tar.gz php-openid-a39c81061c15cd4666b39c2e84aa4551e3fceaa5.tar.bz2 |
[project @ Added package-level tutorial file to documentation]
Diffstat (limited to 'tutorials/OpenID/OpenID.pkg')
-rw-r--r-- | tutorials/OpenID/OpenID.pkg | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/tutorials/OpenID/OpenID.pkg b/tutorials/OpenID/OpenID.pkg new file mode 100644 index 0000000..0ae2aba --- /dev/null +++ b/tutorials/OpenID/OpenID.pkg @@ -0,0 +1,71 @@ +<refentry id="{@id}"> + <refnamediv> + <refname>PHP OpenID API</refname> + + <!--<refpurpose>What makes good documentation? This is + unanswerable, but there are a few things to keep in + mind</refpurpose>--> + + </refnamediv> + <refsynopsisdiv> + <author> + JanRain, Inc. + <authorblurb> + {@link mailto:openid@janrain.com openid@janrain.com} + </authorblurb> + </author> + </refsynopsisdiv> + + <para> + This is a complete implementation of the OpenID authentication + protocol for PHP applications. This package contains: + + <itemizedlist> + <listitem>An OpenID server</listitem> + <listitem>An OpenID consumer</listitem> + <listitem>Stores for MySQL, PostgreSQL, SQLite, and filesystem-based OpenID data storage</listitem> + <listitem>PHPUnit unit tests</listitem> + <listitem>An example server and consumer</listitem> + </itemizedlist> + </para> + + <refsect1 id="{@id howto}"> + <title>How to Use This Package</title> + + <refsect2 id="{@id users}"> + <title>For Package Users</title> + + <para></para> + + </refsect2> + + <refsect2 id="{@id developers}"> + <title>For Developers</title> + + <para></para> + + </refsect2> + + </refsect1> + + <refsect1 id="{@id references}"> + <title>References</title> + <para> + <itemizedlist> + <listitem> + {@link http://www.openidenabled.com/openid/libraries/php PHP OpenID Libarry} + </listitem> + + <listitem> + {@link http://www.janrain.com JanRain, Inc.} + </listitem> + + <listitem> + {@link http://lists.openidenabled.com/mailman/listinfo/dev OpenID Development Discussion List} + </listitem> + </itemizedlist> + </para> + </refsect1> + +</refentry> + |