TODO Docs
authorKenneth Reitz <me@kennethreitz.com>
Thu, 23 Jun 2011 07:30:22 +0000 (03:30 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Thu, 23 Jun 2011 07:30:22 +0000 (03:30 -0400)
docs/dev/todo.rst [new file with mode: 0644]
docs/index.rst

diff --git a/docs/dev/todo.rst b/docs/dev/todo.rst
new file mode 100644 (file)
index 0000000..8a631d8
--- /dev/null
@@ -0,0 +1,15 @@
+How to Help
+===========
+
+Requests is under active development, and contributions are more than welcome!
+
+
+What Needs to be Done
+---------------------
+
+- OAuth Support (`#65 <https://github.com/kennethreitz/requests/issues/65>`_)
+- HTTP Cert Checking (`#30 <https://github.com/kennethreitz/requests/issues/30>`_)
+- Removal of Poster (`#68 <https://github.com/kennethreitz/requests/issues/68>`_)
+- Python 3.x Support (`#70 <https://github.com/kennethreitz/requests/issues/70>`_)
+- Kerberos Support (`#47 <https://github.com/kennethreitz/requests/issues/47>`_)
+- More Flexible Context Manager (`#69 <https://github.com/kennethreitz/requests/issues/69>`_)
\ No newline at end of file
index 663bda5..0f6d9ca 100644 (file)
@@ -87,3 +87,4 @@ you.
    :maxdepth: 2
 
    dev/internals
+   dev/todo