diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-24 19:55:43 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-24 19:55:43 -0500 |
commit | 5f55ee0b783fb0a7b3b1dcb63ff280bad25af364 (patch) | |
tree | 307fa44f70d3e5928943e7ca6b7988053b398250 /doc | |
parent | 04f064e78aedecc234e08bd9b49ae3674cb8f7bd (diff) |
more 3.0 docs, changelog
Diffstat (limited to 'doc')
-rw-r--r-- | doc/roadmap.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/roadmap.mdwn b/doc/roadmap.mdwn index 0f8cb00fc..83c654b5e 100644 --- a/doc/roadmap.mdwn +++ b/doc/roadmap.mdwn @@ -51,10 +51,10 @@ The highlights of the changes in version 3.0 include: [[plugins/cutpaste]], [[plugins/hnb]], [[plugins/creole]], [[plugins/txt]], [[plugins/amazon_s3]], [[plugins/pinger]], [[plugins/pingee]], [[plugins/edittemplate]] +* The RecentChanges page is compiled statically, not generated from the CGI. * Support for additional revision control systems: [[rcs/bzr]], [[rcs/monotone]] * Support for [[tips/trusted_git_push]]. -* The RecentChanges page is compiled statically, not generated from the CGI. * A new version (3.00) of the plugin API, exporting additional commonly used functions from `IkiWiki.pm`. Nearly everything in ikiwiki is now a plugin, from WikiLinks to page editing, to RecentChanges. |