]> sipb.mit.edu Git - ikiwiki.git/blob - doc/news/ikiwiki_version_2.0.mdwn
Merge branch 'master' of ssh://git.ikiwiki.info
[ikiwiki.git] / doc / news / ikiwiki_version_2.0.mdwn
1 Ikiwiki has reached version 2.0 and entered a new phase in its
2 [[development_cycle|roadmap]].
3
4 With the 2.0 release of ikiwiki, some major changes have been made to the
5 default configuration:
6
7 * The `usedirs` setting is enabled by default. This *will* break all URLs
8   to wikis that did not have `usedirs` turned on before, unless you follow
9   the procedure described at [[tips/switching_to_usedirs]]
10   or edit your setup file to turn `usedirs` off: `usedirs => 0,`
11 * [[plugins/OpenID]] logins are now enabled by default, if the
12   [[!cpan Net::OpenID::Consumer]] perl module is available. Password logins
13   are also still enabled by default. If you like, you can turn either OpenID
14   or password logins off via the `disable_plugins` setting.
15
16 An overview of changes in the year since the 1.0 release:
17
18 * New improved URLs to pages via `usedirs`.
19 * [[plugins/OpenID]] support, enabled by default.
20 * Plugin [[interface|plugins/write]] added, with some 60 [[plugins]] available,
21   greatly expanding the capabilities of ikiwiki.
22 * [[Tags]], atom feeds, and generally full-fledged blogging support.
23 * Fully working [[todo/utf8]].
24 * Optimisations, approximately 3.5 times as fast as version 1.0.
25 * Improved scalability to large numbers of pages.
26 * Improved scalable [[logo]].
27 * Support for additional revision control systems besides svn: git,
28   tla, mercurial.
29 * Some support for other markup languages than markdown: rst, textile.
30 * Unit test suite, with more than 300 tests.
31
32 [[!meta date="2007-04-30 00:51:57 -0400"]]