some readme fixes
authorChristian Weiske <cweiske@cweiske.de>
Wed, 11 Jun 2014 06:34:16 +0000 (08:34 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Wed, 11 Jun 2014 06:34:16 +0000 (08:34 +0200)
README.rst

index c435028f9346b0f03e3f62dda9439dc1950757bb..bd7637cd387350171edddffef169315bb41c4ceb 100644 (file)
@@ -2,7 +2,10 @@
 IndieAuth to OpenID proxy
 *************************
 
-Proxies IndieAuth authorization requests to one's OpenID server.
+Proxies IndieAuth__ authorization requests to one's OpenID__ server.
+
+__ http://indiewebcamp.com/IndieAuth
+__ http://openid.net/
 
 =====
 Setup
@@ -11,17 +14,19 @@ Setup
 1. Setup your webserver: make ``www/`` the root (document) directory of the
    new virtual host
 2. Make ``data/`` world-writable (or at least writable by the web server)
-3. Modify your website and add the following to its ``<head>``::
+3. Make sure your website can be used as OpenID identifier
+4. Modify your website and add the following to its ``<head>``::
 
-     <link rel="authorization_endpoint" href="https://indieauth-openid.example.org/" />
+     <link rel="authorization_endpoint" href="http://indieauth-openid.example.org/" />
 
 
 ============
 Dependencies
 ============
 
-* PDO::sqlite3
-* PEAR Libraries:
+* PHP 5.3+
+* PDO with sqlite3 driver
+* PEAR libraries:
 
   * Net_URL2
   * OpenID