finalise version 3.00 of the plugin api
[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.
40 Read [[tips/upgrade_to_3.0]] for the steps you will need to
41 follow when upgrading your wiki to this version.
42
43 The highlights of the changes in version 3.0 include:
44
45
46 * A new version of the plugin API, exporting additional commonly
47   used functions from IkiWiki.pm. See [[todo/firm_up_plugin_interface]]
48
49 It will include a vast number of new features, bugfixes, and other
50 improvements, far too many to list here.
51
52 Release is planned for fall^Wlate, 2008.
53
54 The 3.x series is expected to undergo continuing development for some time,
55 adding improvements and new features, but avoiding changes that break
56 backwards compatability.
57
58 ----
59
60 # future goals
61
62 * Conversion support for existing other wikis.
63   (Being worked on for MoinMoin and TWiki by [[Josh_Triplett|JoshTriplett]]
64   and Jamey Sharp; support for other wikis should fit into the same
65   framework.)
66 * [[TODO]], [[bugs]], ...