]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/features.mdwn
web commit by joey
[ikiwiki.git] / doc / features.mdwn
index 4a83604ad2b130e38ad0297ddd0ca4c5d7efb6d4..eaf0d539fb5588189975bb93dcc5d074ba625511 100644 (file)
@@ -36,7 +36,7 @@ Currently implemented:
 
 * [[SubPage]]s
 
-  Arbitrarily deep hierarchies of pages with fairly simple and useful [[SubPage/LinkingRUles]]
+  Arbitrarily deep hierarchies of pages with fairly simple and useful [[SubPage/LinkingRules]]
 
 * [[blog]]s
 
@@ -44,9 +44,7 @@ Currently implemented:
   matching a specified [[GlobList]] will be displayed as a weblog within
   the blog page. And an RSS feed can be generated to follow the blog.
 
-  ikiwiki also supports generating RSS feed for individual pages that
-  do not contain a [[blog]]. These feeds can be used to be sent a new
-  version of a page when it is changed.
+  Ikiwikit's own [[TODO]] and [[news]] pages are good examples of some of the flexible ways that this can be used.
 
 * Fast compiler
 
@@ -54,10 +52,12 @@ Currently implemented:
   that have changed (and tracks things like creation of new pages and links
   that can indirectly cause a page to need a rebuild)
 
-* [[Templates]]
+* valid html and css
 
-  ikiwiki generates html using templates so you can change the look and 
-  layout of all pages in any way you would like.
+  ikiwiki aims to produce 
+  [valid XHTML 1.0](http://validator.w3.org/check?url=referer).
+  ikiwiki generates html using [[templates]], and uses css, so you can 
+  change the look and layout of all pages in any way you would like.
 
 * [[BackLinks]]
 
@@ -90,7 +90,7 @@ Currently implemented:
   Since it uses subversion, ikiwiki takes advantage of its smart merging to
   avoid any conflicts when two people edit different parts of the same page
   at the same time. No annoying warnings about other editors, or locking,
-  etc, instead the other person's changes will be automaticaly merged with
+  etc, instead the other person's changes will be automatically merged with
   yours when you commit.
 
   In the rare cases where automatic merging fails due to the same part of a
@@ -100,7 +100,7 @@ Currently implemented:
 
 * page locking
 
-  Wiki admin can [[lock]] pages so that only other admins can edit them.
+  Wiki admins can lock pages so that only other admins can edit them.
 
 ----