]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/features.mdwn
document setup files
[ikiwiki.git] / doc / features.mdwn
index 8c08b70b97c63923dd4505ca254a13d7069945ba..e56a075d7d06063ccd3da5d09fbc50fff141b9bc 100644 (file)
@@ -1,3 +1,5 @@
+[[WhyIkiWiki]]?
+
 Currently implemented:
 
 * [[Subversion]]
@@ -42,11 +44,25 @@ Currently implemented:
 
 * [[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.
+  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]], editing 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]].
+
+* User registration
+
+  Can optionally be configured to allow only registered users to post
+  pages; online user registration form, etc.
 
-* [[RecentChanges]], editng pages in a web browser
+* Discussion pages
 
-  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]].
+  Thanks to subpages, every page can easily and automatically have a
+  /Discussion subpage. By default, these links are included in the
+  [[templates]] for each page.
 
 ----