]> git.parisson.com Git - django-social-auth.git/commitdiff
README updates
authorMatías Aguirre <matiasaguirre@gmail.com>
Mon, 15 Nov 2010 21:39:11 +0000 (19:39 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Mon, 15 Nov 2010 21:39:11 +0000 (19:39 -0200)
README.rst

index 84fca9a76877b37f141f215a226c9be561d0d367..cdee65795942b2961392aae986dd189bd279b007 100644 (file)
@@ -13,6 +13,9 @@ third parties.
 ------------
 Dependencies
 ------------
+
+Dependencies that must be meet to use the app::
+
    - OpenId support depends on python-openid_
    - OAuth support depends on python-oauth_
    - Twitter and Facebook support demands an application registration
@@ -92,7 +95,7 @@ Twitter
 -------
 Twitter offers per application keys named "Consumer Key" and
 "Consumer Secret". To enable Twitter these two keys are needed.
-Further documentation at `Twitter development resources`_:
+Further documentation at `Twitter development resources`_::
 
   - Register a new app at `Twitter App Creation`_,
   - mark the "Yes, use Twitter for login" checkbox, and
@@ -108,7 +111,7 @@ Facebook
 --------
 Facebook works similar to Twitter but it's simpler to setup and
 redirect url is passed as a parameter when issuing an authorization.
-Further documentation at `Facebook development resources`_:
+Further documentation at `Facebook development resources`_::
 
   - Register a new app at `Facebook App Creation`_, and
   - fill "App Id" and "App Secret" values in settings::