mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-08 15:34:43 +00:00
Roadmap page in docs
This commit is contained in:
parent
c67c51c5fc
commit
9a08829e49
2 changed files with 32 additions and 0 deletions
|
|
@ -13,3 +13,4 @@ Wagtail is a modern, flexible CMS, built on Django.
|
|||
performance
|
||||
contributing
|
||||
support
|
||||
roadmap
|
||||
|
|
|
|||
31
docs/roadmap.rst
Normal file
31
docs/roadmap.rst
Normal file
|
|
@ -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.
|
||||
Loading…
Reference in a new issue