Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
digi604 committed Nov 22, 2013
1 parent fed1783 commit 78ce629
Showing 1 changed file with 30 additions and 24 deletions.
54 changes: 30 additions & 24 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,30 +1,40 @@
##########
django CMS
##########
.. image:: https://api.travis-ci.org/divio/django-cms.png?branch=master
:target: http://travis-ci.org/divio/django-cms
.. image:: https://coveralls.io/repos/divio/django-cms/badge.png?branch=master
:target: https://coveralls.io/r/divio/django-cms
.. image:: https://pypip.in/v/django-cms/badge.png
:target: https://crate.io/packages/django-cms/
.. image:: https://pypip.in/d/django-cms/badge.png
:target: https://crate.io/packages/django-cms/

A Django application for managing hierarchical pages of content, possibly in
multiple languages and/or on multiple sites.
A Content Management System based on the django framework.

Features
--------

- Hierarchical pages
- Extensive support for multilingual websites
- Multi Site
- Draft/Publish
- Undo/Redo
- Use the content blocks (placeholders) in your own apps (models)
- Use the content blocks (stacks) anywhere in your templates
- Edit the content in the frontend directly on your pages
- Hierarchical content plugins (columns, style changes etc)
- Navigation rendering and extending from your apps
- SEO friendly urls
- Highly integrative into your own apps

Django CMS handles the navigation rendering for you with clean, slug based URLs,
and this navigation can be extended by custom Django applications.

You can define editable areas, called placeholders, in your templates which you
can fill with CMS plugins, by default we ship the following plugins:

* File
* Flash
* Google Map
* Link
* Picture
* HTML Snippet
* Teaser
* Text
* Video

However this is not the end of the list, there are many
A list of all the plugins can be found here:

`3rd party plugins <http://www.djangopackages.com/grids/g/django-cms/>`_
already available for you to use. Should you be unable to find a suitable plugin
for you needs, writing your own is very simple.

Should you be unable to find a suitable plugin for you needs, writing your own is very simple.

More information on `our website <http://www.django-cms.org>`_.

Expand All @@ -46,14 +56,10 @@ to our `mailing list <https://groups.google.com/forum/#!forum/django-cms>`_.
Credits
*******

* This is a fork of the
`django-page-cms <https://github.com/batiste/django-page-cms>`_.
* Includes icons from `FamFamFam <http://www.famfamfam.com>`_.
* Video plugin uses the
`OSFlashVideoPlayer <https://github.com/FlashJunior/OSFlashVideoPlayer/>`_.
* Python tree engine powered by
`django-mptt <https://github.com/django-mptt/django-mptt>`_.
* Javascript tree in admin uses `jsTree <http://www.jstree.com>`_.
* Many thanks to the
`over 150 contributors <https://github.com/divio/django-cms/blob/master/AUTHORS>`_
`over 350 contributors <https://github.com/divio/django-cms/blob/master/AUTHORS>`_
to the django CMS!

0 comments on commit 78ce629

Please sign in to comment.