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

index cdee65795942b2961392aae986dd189bd279b007..33f40b9efcf8798935e43833d1df145f98364e44 100644 (file)
@@ -14,12 +14,14 @@ third parties.
 Dependencies
 ------------
 
-Dependencies that must be meet to use the app::
+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
-     on their corresponding sites.
+- OpenId support depends on python-openid_
+
+- OAuth support depends on python-oauth_
+
+- Twitter and Facebook support demands an application registration
+  on their corresponding sites.
 
 
 ------------
@@ -95,26 +97,29 @@ 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`_,
 
-  - Register a new app at `Twitter App Creation`_,
-  - mark the "Yes, use Twitter for login" checkbox, and
-  - fill "Consumer Key" and "Consumer Secret" settings::
+- mark the "Yes, use Twitter for login" checkbox, and
+
+- fill "Consumer Key" and "Consumer Secret" settings::
 
       TWITTER_CONSUMER_KEY
       TWITTER_CONSUMER_SECRET
 
-  - You don't need to specify the url callback
+- You don't need to specify the url callback
 
 --------
 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
 
-  - Register a new app at `Facebook App Creation`_, and
-  - fill "App Id" and "App Secret" values in settings::
+- fill "App Id" and "App Secret" values in settings::
 
       FACEBOOK_APP_ID
       FACEBOOK_API_SECRET