diff options
author | tailor <cygnus@janrain.com> | 2005-12-27 20:01:47 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2005-12-27 20:01:47 +0000 |
commit | e27383c8ab50f253c4a84844423c2925624e410e (patch) | |
tree | 17defa69ec19a6a31a9f2960022a3202e6bcb67a | |
parent | bff8411e24661338154713cf96c49aa2b5b6769a (diff) | |
download | php-openid-e27383c8ab50f253c4a84844423c2925624e410e.zip php-openid-e27383c8ab50f253c4a84844423c2925624e410e.tar.gz php-openid-e27383c8ab50f253c4a84844423c2925624e410e.tar.bz2 |
[project @ Added README file.]
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +This is the PHP OpenID library. + +DOCUMENTATION +============= + +This library's code documentation strives to conform to the PEAR +standard, detailed at: + + http://www.pear.php.net/manual/en/standards.header.php + +The directives found in the documentation blocks are phpDocumentor +directives: + + http://www.phpdoc.org/ + |