summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-02-23 01:45:38 +0000
committertailor <cygnus@janrain.com>2006-02-23 01:45:38 +0000
commit42f1f375e5f57792e9d62658e1f82c343ef2ecf3 (patch)
tree5aa5ce3a8fe2ff860eaf5dd68ba3ac6a05288003
parent0916834574cc585af963cecde82acc32afab3744 (diff)
downloadphp-openid-42f1f375e5f57792e9d62658e1f82c343ef2ecf3.zip
php-openid-42f1f375e5f57792e9d62658e1f82c343ef2ecf3.tar.gz
php-openid-42f1f375e5f57792e9d62658e1f82c343ef2ecf3.tar.bz2
[project @ Updated wording of README files.]
-rw-r--r--README4
-rw-r--r--examples/README6
2 files changed, 7 insertions, 3 deletions
diff --git a/README b/README
index e2d1f20..b885860 100644
--- a/README
+++ b/README
@@ -35,8 +35,8 @@ TESTING YOUR SETUP
==================
We recommend that you use our example code to test your setup. To run
-the example consumer, follow the instructions in the examples/README
-file.
+the example consumer or server, follow the instructions in the
+examples/README file.
USING THE API
=============
diff --git a/examples/README b/examples/README
index 55df59b..b6cbb67 100644
--- a/examples/README
+++ b/examples/README
@@ -8,6 +8,10 @@ can do, and you can use them as the basis for your own OpenID support.
consumer/: OpenID Example Consumer
==================================
+NOTE: If you want to try the example consumer without installing this
+package, just make sure you add the package's 'Auth' directory to your
+PHP include path.
+
To try the example consumer implementation, just copy the consumer/
directory into a place on your web server and point your browser at
the new directory.
@@ -113,6 +117,6 @@ to make them easier to use.
lib/render.php - Miscellaneous page rendering code.
- lib/session.php - More miscellaneous page rendering code.
+ lib/session.php - Code to handle session data for user settings.
lib/render/*.php - Files for each page presented by the server.