diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-23 16:52:46 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-23 16:52:46 -0500 |
commit | 488ec9d88dd873122f8be6591864d8dfd93d48e3 (patch) | |
tree | a794112995f020d258e3f58bfaa9f71b8d753288 /doc | |
parent | 678d467a4080dd549f2b6f276f963eac384e1b4f (diff) | |
download | ikiwiki-488ec9d88dd873122f8be6591864d8dfd93d48e3.tar ikiwiki-488ec9d88dd873122f8be6591864d8dfd93d48e3.tar.gz |
update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/roadmap.mdwn | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/doc/roadmap.mdwn b/doc/roadmap.mdwn index b2ff626ed..c6061156b 100644 --- a/doc/roadmap.mdwn +++ b/doc/roadmap.mdwn @@ -42,12 +42,23 @@ follow when upgrading your wiki to this version. The highlights of the changes in version 3.0 include: - -* A new version of the plugin API, exporting additional commonly - used functions from IkiWiki.pm. See [[todo/firm_up_plugin_interface]] - -It will include a vast number of new features, bugfixes, and other -improvements, far too many to list here. +* Blog-style [[plugins/comments]] as an alternative to Discussion pages. +* Support for uploading [[attachments|plugins/attachment]]. +* Can [[plugins/rename]] and [[plugins/remove]] pages and files via the web. +* [[Web_based_setup|plugins/websetup]]. +* Many new plugins including [[plugins/htmlbalance]], [[plugins/format]], + [[plugins/progress]], [[plugins/color]], [[plugins/autoindex]], + [[plugins/cutpaste]], [[plugins/hnb]], [[plugins/creole]], [[plugins/txt]], + [[plugins/amazon_s3]], [[plugins/pinger]], [[plugins/pingee]], + [[plugins/edittemplate]] +* Support for additional revision control systems: [[rcs/bzr]], + [[rcs/monotone]] +* Support for [[tips/trusted_git_push]]. +* The RecentChanges page is compiled statically, not generated the the CGI. +* A new version (3.00) of the plugin API, exporting additional + commonly used functions from IkiWiki.pm. + See [[todo/firm_up_plugin_interface]] +* Far too many bug fixes, features, and enhancements to list here. Release is planned for fall^Wlate, 2008. |