X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/11ec8618555fe8a89dbdaa9ac73260d9b81ae086..3409aa6a92f715aadffc890adffd1c45a2e00937:/doc/features.mdwn diff --git a/doc/features.mdwn b/doc/features.mdwn index 8ba65fc55..bc5b2521b 100644 --- a/doc/features.mdwn +++ b/doc/features.mdwn @@ -27,6 +27,18 @@ Currently implemented: Arbitrarily deep hierarchies of pages with fairly simple and useful [[SubPage/LinkingRUles]] +* Fast compiler + + ikiwiki is fast and smart about updating a wiki, it only builds pages that have changed (and tracks things like creation of new pages and links that can indirectly cause a page to need a rebuild) + +* [[BackLinks]] + + Automatically included on pages. Rather faster than eg [[MoinMoin]] and always there to help with navigation. + +* [[PageHistory]] + + Well, sorta. Rather than implementing YA history browser, it can link to [[ViewCVS]] or the link to browse the history of a wiki page. + * [[RecentChanges]], editng pages in a web browser Nearly the definition of a wiki, although perhaps ikiwiki challenges how much of that web gunk a wiki really needs. These features are optional and can be enabled by enabling [[CGI]].