From 290cde9c313e2d24786dbd58cdf55baae016fecc Mon Sep 17 00:00:00 2001 From: Tom Dyson Date: Thu, 14 May 2015 12:31:55 +0100 Subject: [PATCH] README REORG --- README.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 69f4499f3..6ec80f41b 100644 --- a/README.rst +++ b/README.rst @@ -10,9 +10,14 @@ Wagtail CMS =========== -.. image:: http://i.imgur.com/U5MDa0l.jpg +Wagtail is a content management system built on Django. It's focused on user experience, +and offers precise control for designers and developers. -Wagtail is a content management system built on Django. It's focused on user experience, and precise control for designers and developers. Wagtail's features include: +.. image:: http://i.imgur.com/U5MDa0l.jpg + :width: 728 px + +Features +~~~~~~~~ * A fast, attractive interface for authors and editors * Complete control over design with standard Django templates @@ -42,7 +47,7 @@ Getting started python manage.py createsuperuser python manage.py runserver -Sign in at http://127.0.0.1:8000/admin/ +then sign in at http://127.0.0.1:8000/admin/ For detailed installation and setup docs, see `docs.wagtail.io `_.