From 9a08829e497b98ee0dbd9b33d30af41c824f8aa6 Mon Sep 17 00:00:00 2001 From: Tom Dyson Date: Tue, 11 Mar 2014 11:20:26 +0000 Subject: [PATCH] Roadmap page in docs --- docs/index.rst | 1 + docs/roadmap.rst | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 docs/roadmap.rst diff --git a/docs/index.rst b/docs/index.rst index 937682791..feedb64ed 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,3 +13,4 @@ Wagtail is a modern, flexible CMS, built on Django. performance contributing support + roadmap diff --git a/docs/roadmap.rst b/docs/roadmap.rst new file mode 100644 index 000000000..492a3967b --- /dev/null +++ b/docs/roadmap.rst @@ -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 `_ gives a detailed view of the immediate tasks, but our current broad priorities are: + + * More and better tests (>90% `coverage `_) + * 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 `_) + * 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.