From: Christian Weiske Date: Wed, 11 Jun 2014 06:34:16 +0000 (+0200) Subject: some readme fixes X-Git-Tag: v0.1.1~2 X-Git-Url: https://git.cweiske.de/indieauth-openid.git/commitdiff_plain/75faa9f467a5596b9b2f4429c6bbc7ffbbbede3d some readme fixes --- 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