From 0b9eeae1aded965e7fa8dee743a1a80134f305c1 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Fri, 20 Mar 2015 10:11:41 +0000 Subject: [PATCH] Removed roadmap Moved to: https://github.com/torchbox/wagtail/wiki/Roadmap --- docs/releases/index.rst | 1 - docs/releases/roadmap.rst | 28 ---------------------------- 2 files changed, 29 deletions(-) delete mode 100644 docs/releases/roadmap.rst diff --git a/docs/releases/index.rst b/docs/releases/index.rst index b6e231e7d8..8c6fd48d9e 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -4,7 +4,6 @@ Release notes .. toctree:: :maxdepth: 1 - roadmap 0.9 0.8.6 0.8.5 diff --git a/docs/releases/roadmap.rst b/docs/releases/roadmap.rst deleted file mode 100644 index 9efcfd9dab..0000000000 --- a/docs/releases/roadmap.rst +++ /dev/null @@ -1,28 +0,0 @@ -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 2014: 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: - - * Better documentation: simple setup guides for all levels of user, a manual for editors and administrators, in-depth intstructions for Django developers. - * Block-level editing UI (see `Sir Trevor `_) - * Support for an HTML content type - * Simple inline stats - -You decide -~~~~~~~~~~ - -Please help us focus on the right things by raising issues for new features, or joining the discussion on existing issues.