Roadmap page in docs

pull/135/merge
Tom Dyson 2014-03-11 11:20:26 +00:00
rodzic c67c51c5fc
commit 9a08829e49
2 zmienionych plików z 32 dodań i 0 usunięć

Wyświetl plik

@ -13,3 +13,4 @@ Wagtail is a modern, flexible CMS, built on Django.
performance
contributing
support
roadmap

31
docs/roadmap.rst 100644
Wyświetl plik

@ -0,0 +1,31 @@
Roadmap
-------
The story so far
~~~~~~~~~~~~~~~~
Wagtail was developed for the Royal College of Art in 2013, and launched as an open source project in February 2014. The changes since its launch are recorded in the codebase:
https://raw.github.com/torchbox/wagtail/master/CHANGELOG.txt
In summary:
* February 2013: Reduced dependencies, basic documentation, translations, tests
What's next
~~~~~~~~~~~
The `issue list <https://github.com/torchbox/wagtail/issues>`_ gives a detailed view of the immediate tasks, but our current broad priorities are:
* More and better tests (>90% `coverage <https://coveralls.io/r/torchbox/wagtail>`_)
* Better documentation: simple setup guides for all levels of user, a manual for editors and administrators, in-depth intstructions for Django developers.
* A form builder
* Improved image handling: intelligent cropping, animated gif support
* Block-level editing UI (see `Sir Trevor <http://madebymany.github.io/sir-trevor-js/>`_)
* Site settings management
* Support for an HTML content type
You decide
~~~~~~~~~~
Please help us focus on the right things by raising issues for new features, or joining the discussion on existing issues.