]> sipb.mit.edu Git - ikiwiki.git/blob - doc/roadmap.mdwn
added symlink to pagespec/po in basewiki to fix the build
[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 changed a great deal over the more than 50 releases in its
11 lifetime. It is now in maintenance mode, only security issues or really bad
12 bugs will be fixed in 1.x going forward. 1.x will stop being supported with
13 the release of 3.0.
14
15 ----
16
17 # 2.0
18
19 * New improved URLs to pages via `usedirs`.
20 * [[plugins/OpenID]] support, enabled by default.
21 * Plugin [[interface|plugins/write]] added, with some 60 [[plugins]] available,
22   greatly expanding the capabilities of ikiwiki.
23 * [[Tags]], atom feeds, and generally full-fledged blogging support.
24 * Fully working [[todo/utf8]].
25 * Optimisations, approximately 3.5 times as fast as version 1.0.
26 * Improved scalability to large numbers of pages.
27 * Improved scalable [[logo]].
28 * Support for additional revision control systems besides svn: git,
29   tla, mercurial.
30 * Some support for other markup languages than markdown: rst, textile.
31 * Unit test suite, with more than 300 tests.
32
33 Released 30 April 2007.
34
35 The 2.x series is expected to undergo continuing development for some time,
36 adding improvements and new features, but avoiding changes that break
37 backwards compatability.
38
39 ----
40
41 # 3.0
42
43 Version 3.0 will be an opportunity to make significant transitions.
44
45 * Default to using `prefix_directives`.
46 * Default to using `aggregateinternal`.
47 * Remove deprecated prefs form settings for `allowed_attachments` and
48   `locked_pages`.
49 * Finalise a new version of the plugin API, exporting additional commonly
50   used functions from IkiWiki.pm. See [[todo/firm_up_plugin_interface]]
51
52 It will include a vast number of new features, bugfixes, and other
53 improvements, far too many to list here.
54
55 Release is planned for fall, 2008.
56
57 ----
58
59 # future goals
60
61 * Conversion support for existing other wikis.
62   (Being worked on for MoinMoin and TWiki by [[Josh_Triplett|JoshTriplett]]
63   and Jamey Sharp; support for other wikis should fit into the same
64   framework.)
65 * [[TODO]], [[bugs]], ...