Browse Source

README REORG

Tom Dyson 10 years ago
parent
commit
290cde9c31
1 changed files with 7 additions and 2 deletions
  1. 7 2
      README.rst

+ 7 - 2
README.rst

@@ -10,9 +10,14 @@
 Wagtail CMS
 ===========
 
+Wagtail is a content management system built on Django. It's focused on user experience, 
+and offers precise control for designers and developers. 
+
 .. image:: http://i.imgur.com/U5MDa0l.jpg
+   :width: 728 px
 
-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:
+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 <http://docs.wagtail.io/>`_.