aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-01-24 18:59:23 +0000
committertom christie tom@tomchristie.com2011-01-24 18:59:23 +0000
commiteff54c00d514e1edd74fbc789f9064d09db40b02 (patch)
tree26b1b1fd260cdc9a30f542783a601785314f5b6e /docs/index.rst
parente95198a1c0b206bd3b565bb62d167ada71595099 (diff)
downloaddjango-rest-framework-eff54c00d514e1edd74fbc789f9064d09db40b02.tar.bz2
Added authenicators. Awesome.
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 4788c205..bad8b100 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -3,9 +3,15 @@ FlyWheel Documentation
This is the online documentation for FlyWheel - A REST framework for Django.
+Some of FlyWheel's features:
+
* Clean, simple, class-based views for Resources.
-* Easy input validation using Forms and ModelForms.
-* Self describing APIs, with HTML and Plain Text outputs.
+* Support for ModelResources with nice default implementations and input validation.
+* Automatically provides a browse-able self-documenting API.
+* Pluggable Emitters, Parsers and Authenticators - Easy to customise.
+* Content type negotiation using Accept headers.
+* Optional support for forms as input validation.
+* Modular architecture - Easy to extend and modify.
.. toctree::
:maxdepth: 1