aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-02-01 19:55:57 +0000
committertom christie tom@tomchristie.com2011-02-01 19:55:57 +0000
commit478dc2d0ce1c350dab7de28fbbdad5188f2e3bb5 (patch)
tree2f43fb236fa18b745c34cf3a7dfe20be6a676f4b /docs/index.rst
parent98b5b2abd8af88271b9f002c4cff878949c08957 (diff)
downloaddjango-rest-framework-478dc2d0ce1c350dab7de28fbbdad5188f2e3bb5.tar.bz2
Fix up doc title & desc, fix repo link
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 474788c0..10f87a48 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,3 +1,8 @@
+.. meta::
+ :description: A lightweight REST framework for Django.
+ :keywords: django, python, REST, RESTful
+
+
Django REST framework
=====================
@@ -29,7 +34,7 @@ Installation & Setup
The django-rest-framework project is hosted as a `mercurial repository on bitbucket <https://bitbucket.org/tomchristie/django-rest-framework>`_.
To get a local copy of the repository use mercurial::
- hg clone https://tomchristie@bitbucket.org/tomchristie/django-rest-framework
+ hg clone https://bitbucket.org/tomchristie/django-rest-framework
To add django-rest-framework to a django project: