]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/html.mdwn
web commit by joey
[ikiwiki.git] / doc / todo / html.mdwn
index ba167ea6231ae80557d3fee6bb92465ea28e6b58..51f669a13c7d086fefd0d5c922ddf92a1d39e230 100644 (file)
@@ -1,13 +1,5 @@
-Make the html valid. Add css and prettify. Make RecentChanges use table for
+Create some nice stylesheets. Make RecentChanges use table for
 formatting, and images to indicate web vs svn commits and to link to diffs.
 
 All of this should be doable w/o touching a single line of code, just
-editing the [[templates]] BTW.
-
-Current problems:
-
-  * A doctype should be added: do we want XHTML 1.0 or HTML 4.01 Trans as default?
-  * If XHTML: In templates <hr> should become <hr\> etc.
-  * Image wikilinks should provide an alt text (maybe '$filname wiki-image'?).
-  * &'s in (cgi-)url's must be escaped as &.
-  * [ [inlinepage] ] gets wrapped in <p>...</p> which has a high chance of invalidating the page.
+editing the [[templates]] and/or editing [[style.css]] BTW.