]> sipb.mit.edu Git - ikiwiki.git/blob - doc/roadmap.mdwn
Merge branch 'master' into next
[ikiwiki.git] / doc / roadmap.mdwn
1 This is the roadmap for ikiwiki development.
2
3 # 1.0
4
5 * No severe [[security]] bugs.
6 * All the basic [[features]] people would expect in a wiki.
7
8 Released 29 April 2006.
9
10 The 1.x series is no longer supported.
11
12 ----
13
14 # 2.0
15
16 * New improved URLs to pages via `usedirs`.
17 * [[plugins/OpenID]] support, enabled by default.
18 * Plugin [[interface|plugins/write]] added, with some 60 [[plugins]] available,
19   greatly expanding the capabilities of ikiwiki.
20 * [[Tags]], atom feeds, and generally full-fledged blogging support.
21 * Fully working [[todo/utf8]].
22 * Optimisations, approximately 3.5 times as fast as version 1.0.
23 * Improved scalability to large numbers of pages.
24 * Improved scalable [[logo]].
25 * Support for additional revision control systems besides svn: git,
26   tla, mercurial.
27 * Some support for other markup languages than markdown: rst, textile.
28 * Unit test suite, with more than 300 tests.
29
30 Released 30 April 2007.
31
32 The 2.x series is now in maintenance mode. Only security fixes and fixes for
33 really bad bugs will be applied going forward.
34
35 ----
36
37 # 3.0
38
39 Version 3.0 is an opportunity to make significant transitions, and also adds
40 many new features.
41
42 * See [[tips/upgrade_to_3.0]] for the steps you will need to follow
43   when upgrading to this version.
44 * Finalise a new version of the plugin API, exporting additional commonly
45   used functions from IkiWiki.pm. See [[todo/firm_up_plugin_interface]]
46
47 It will include a vast number of new features, bugfixes, and other
48 improvements, far too many to list here.
49
50 Release is planned for fall^Wlate, 2008.
51
52 The 3.x series is expected to undergo continuing development for some time,
53 adding improvements and new features, but avoiding changes that break
54 backwards compatability.
55
56 ----
57
58 # future goals
59
60 * Conversion support for existing other wikis.
61   (Being worked on for MoinMoin and TWiki by [[Josh_Triplett|JoshTriplett]]
62   and Jamey Sharp; support for other wikis should fit into the same
63   framework.)
64 * [[TODO]], [[bugs]], ...