From: Matías Aguirre Date: Mon, 16 Apr 2012 20:23:51 +0000 (-0300) Subject: Added sphinx doc for missing backends. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e6f68e15bed8143255ee0237cdd4fa00ea9c7af4;p=django-social-auth.git Added sphinx doc for missing backends. --- diff --git a/README.rst b/README.rst index 7cf60fe..06d9dd8 100644 --- a/README.rst +++ b/README.rst @@ -827,9 +827,11 @@ GitHub works similar to Facebook (OAuth). Bitbucket ^^^^^^^^^ + Bitbucket works similar to Twitter (OAuth). -- Register a new application by emailing support@bitbucket.org with an application name and a bit of a description, +- Register a new application by emailing ``support@bitbucket.org`` with an + application name and a bit of a description, - Fill ``Consumer Key`` and ``Consumer Secret`` values in the settings:: diff --git a/doc/backends/bitbucket.rst b/doc/backends/bitbucket.rst new file mode 100644 index 0000000..4e45b56 --- /dev/null +++ b/doc/backends/bitbucket.rst @@ -0,0 +1,11 @@ +Bitbucket +^^^^^^^^^ +Bitbucket works similar to Twitter (OAuth). + +- Register a new application by emailing ``support@bitbucket.org`` with an + application name and a bit of a description, + +- Fill ``Consumer Key`` and ``Consumer Secret`` values in the settings:: + + BITBUCKET_CONSUMER_KEY = '' + BITBUCKET_CONSUMER_SECRET = '' diff --git a/doc/backends/dropbox.rst b/doc/backends/dropbox.rst new file mode 100644 index 0000000..27c6dce --- /dev/null +++ b/doc/backends/dropbox.rst @@ -0,0 +1,13 @@ +Dropbox +^^^^^^^ + +Dropbox uses OAuth v1.0 for authentication. + +- Register a new application at `Dropbox Developers`_, and + +- fill ``App Key`` and ``App Secret`` values in the settings:: + + DROPBOX_APP_ID = '' + DROPBOX_API_SECRET = '' + +.. _Dropbox Developers: https://www.dropbox.com/developers/apps diff --git a/doc/backends/flickr.rst b/doc/backends/flickr.rst new file mode 100644 index 0000000..0283ae9 --- /dev/null +++ b/doc/backends/flickr.rst @@ -0,0 +1,12 @@ +Flickr +^^^^^^ +Flickr uses OAuth v1.0 for authentication. + +- Register a new application at the `Flickr App Garden`_, and + +- fill ``Key`` and ``Secret`` values in the settings:: + + FLICKR_APP_ID = '' + FLICKR_API_SECRET = '' + +.. _Flickr App Garden: http://www.flickr.com/services/apps/create/ diff --git a/doc/backends/index.rst b/doc/backends/index.rst index d4dba77..6f00501 100644 --- a/doc/backends/index.rst +++ b/doc/backends/index.rst @@ -8,10 +8,13 @@ Contents: openid oauth - google twitter facebook + google linkedin github + bitbucket + dropbox + flickr browserid instagram