diff options
author | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 14:57:38 +0000 |
---|---|---|
committer | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 14:57:38 +0000 |
commit | a56eda6878a761e4438bf50687bdbd10672c38b2 (patch) | |
tree | 567cf022472759d9d01992c54729b0a81d796d6e | |
parent | 157357f1bbc6c9e988c28944e136e043a074eddd (diff) |
web commit by joey
-rw-r--r-- | doc/features.mdwn | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/features.mdwn b/doc/features.mdwn index 332f86606..eaf0d539f 100644 --- a/doc/features.mdwn +++ b/doc/features.mdwn @@ -52,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]] |