From 75faa9f467a5596b9b2f4429c6bbc7ffbbbede3d Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 11 Jun 2014 08:34:16 +0200 Subject: [PATCH 1/1] some readme fixes --- README.rst | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index c435028..bd7637c 100644 --- a/README.rst +++ b/README.rst @@ -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 ````:: +3. Make sure your website can be used as OpenID identifier +4. Modify your website and add the following to its ````:: - + ============ Dependencies ============ -* PDO::sqlite3 -* PEAR Libraries: +* PHP 5.3+ +* PDO with sqlite3 driver +* PEAR libraries: * Net_URL2 * OpenID -- 2.30.2