ikiwiki/doc/roadmap.mdwn

31 lines
1.1 KiB
Plaintext
Raw Normal View History

2006-04-25 08:33:25 +02:00
This is the roadmap for ikiwiki drevelopment.
# 1.0
Generally usable release.
* No severe [[security]] bugs.
2006-07-04 00:49:24 +02:00
* All the [[features]] people would expect in a wiki. Needs to be a plausable
promise of being a wiki that people can commit to [[using|ikiwikiusers]].
2006-04-25 08:33:25 +02:00
2006-04-29 20:15:38 +02:00
Released 29 April 2006.
2006-04-25 08:33:25 +02:00
# 2.0
* Unit test suite (with tests of at least core stuff like
2006-08-19 07:15:00 +02:00
[[PageSpec]]). _(status: exists, could of course use more tests)_
* [[Plugins]] _(status: done)_
2006-08-18 08:21:59 +02:00
* [[Tags]] _(status: fair)_
2006-08-20 22:53:56 +02:00
* Should have fully working [[todo/utf8]] support. _(status: good)_
2006-07-04 00:49:24 +02:00
* [[Optimised_rendering|todo/optimisations]] if possible. Deal with other
2006-10-28 07:45:56 +02:00
scalability issues. _(status: scales to thousands of pages, and approximatly
3x as fast as version 1.0)_
2006-07-04 02:03:36 +02:00
* Improved [[todo/html]] stylesheets and templates.
2006-07-04 05:59:37 +02:00
* Improved scalable [[logo]]. _(status: done)_
* Support for at other revision control systems aside from svn.
See [[about_rcs_backends]] _(status: supports git, tla, mercurial)_
* Support for one other markup language, probably restructured text.
_(status: done, but the rst plugin needs improvement)_
2006-07-04 02:03:36 +02:00
* No serious known [[bugs]]
* No severe-to-moderate known [[security]] issues.