summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2012-12-16 22:26:18 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2012-12-16 22:26:18 +0100
commit8a5c7d2745dccf465e843b0330fcecfd1a23fec1 (patch)
treee9b34278da05e156b56ae65dae9bad8d92fbb1fc /README.rst
parentd421d34541e2b2b35413f941c1c1e60a1e679ae5 (diff)
downloadoauthlib-8a5c7d2745dccf465e843b0330fcecfd1a23fec1.tar.gz
Added G+ community to README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst15
1 files changed, 13 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 9f8276f..26af5ec 100644
--- a/README.rst
+++ b/README.rst
@@ -21,10 +21,11 @@ favorite HTTP library. If you're a maintainer of such a library, write a thin
veneer on top of OAuthLib and get OAuth support for very little effort.
Documentation
--------------
+--------------
-Full documentation is available on `Read the Docs`_.
+Full documentation is available on `Read the Docs`_. All contributions are very welcome! The documentation is still quite sparse, please open an issue for what you'd like to know, or discuss it in our `G+ community`_, or even better, send a pull request!
+.. _`G+ community`: https://plus.google.com/communities/101889017375384052571
.. _`Read the Docs`: https://oauthlib.readthedocs.org/en/latest/index.html
Interested in making OAuth requests?
@@ -37,6 +38,16 @@ how you can get started.
.. _`requests`: https://github.com/kennethreitz/requests
.. _`requests OAuth examples`: http://docs.python-requests.org/en/latest/user/quickstart/#oauth-authentication
+Using OAuthLib? Please get in touch!
+------------------------------------
+Patching OAuth support onto an http request framework? Creating an OAuth provider extension for a web framework? Simply using OAuthLib to Get Things Done or to learn?
+
+No matter which we'd love to hear from you in our `G+ community`_ or if you have anything in particular you would like to have, change or comment on don't hesitate for a second to send a pull request or open an issue. We might be quite busy and therefore slow to reply but we love feedback!
+
+Chances are you have run into something annoying that you wish there was documentation for, if you wish to gain eternal fame and glory, and a drink if we have the pleasure to run into eachother, please send a docs pull request =)
+
+.. _`G+ community`: https://plus.google.com/communities/101889017375384052571
+
License
-------