From eff54c00d514e1edd74fbc789f9064d09db40b02 Mon Sep 17 00:00:00 2001 From: tom christie tom@tomchristie.com Date: Mon, 24 Jan 2011 18:59:23 +0000 Subject: Added authenicators. Awesome. --- docs/index.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3