]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - 1.33.2/doc/roadmap.mdwn
tagging version 1.33.2
[git.ikiwiki.info.git] / 1.33.2 / doc / roadmap.mdwn
1 This is the roadmap for ikiwiki drevelopment.
3 # 1.0
5 Generally usable release.
7 * No severe [[security]] bugs.
8 * All the [[features]] people would expect in a wiki. Needs to be a plausable
9   promise of being a wiki that people can commit to [[using|ikiwikiusers]].
11 Released 29 April 2006.
13 # 2.0
15 * Unit test suite (with tests of at least core stuff like
16   [[PageSpec]]). _(status: exists, could of course use more tests)_
17 * [[Plugins]] _(status: done)_
18 * [[Tags]] _(status: fair)_
19 * Should have fully working [[todo/utf8]] support. _(status: good)_
20 * [[Optimised_rendering|todo/optimisations]] if possible. Deal with other
21   scalability issues. _(status: scales to thousands of pages, and approximatly
22   3x as fast as version 1.0)_
23 * Improved [[todo/html]] stylesheets and templates.
24 * Improved scalable [[logo]]. _(status: done)_
25 * Support for at other revision control systems aside from svn.
26   See [[about_rcs_backends]] _(status: supports git, tla, mercurial)_
27 * Support for one other markup language, probably restructured text.
28   _(status: done, but the rst plugin needs improvement)_
29 * No serious known [[bugs]]
30 * No severe-to-moderate known [[security]] issues.