]> sipb.mit.edu Git - ikiwiki.git/blob - doc/news/version_2.00.mdwn
2aae6279b8d670c35481a411f66a187fe53dbb1c
[ikiwiki.git] / doc / news / version_2.00.mdwn
1 Version 2.0 of ikiwiki is now available.
2
3 [[meta date="2007-04-30 00:51:57 -0400"]]
4
5 With the 2.0 release of ikiwiki, some major changes have been made to the
6 default configuration:
7
8 * The `usedirs` setting is enabled by default. This *will* break all URLs
9   to wikis that did not have `usedirs` turned on before, unless you follow
10   the procedure described at [[tips/switching_to_usedirs]]
11   or edit your setup file to turn `usedirs` off: `usedirs => 0,`
12 * [[plugins/OpenID]] logins are now enabled by default, if the
13   [[cpan Net::OpenID::Consumer]] perl module is available. Password logins
14   are also still enabled by default. If you like, you can turn either OpenID
15   or password logins off via the `disable_plugins` setting.
16
17 An overview of changes in the year since the 1.0 release:
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.