Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-02 | update | Joey Hess | |
2010-05-02 | html5 bug closure, and documentation | Joey Hess | |
2010-05-02 | ff also needs footer and nav forced to block | Joey Hess | |
2010-05-02 | force article and header to display as blocks | Joey Hess | |
iceweasel 3.5.9 does not know to display these as blocks, resulting in bad displays of blogs | |||
2010-05-02 | adapt inlinepage.tmpl to html5 | Joey Hess | |
Needed to force tags to display inline, since <nav> is a block element. | |||
2010-05-02 | adapt comment.tmpl to html5 | Joey Hess | |
Note that I put comment-header in a <header> despite it being below the comment. Using a <footer> would be confusing given the class name. Also, the content is semantically closer to a header than a footer. | |||
2010-05-02 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-05-02 | (no commit message) | raf | |
2010-05-02 | (no commit message) | raf | |
2010-05-02 | (no commit message) | raf | |
2010-05-02 | use html5 semantic markup in page.tmpl | Joey Hess | |
This is a first pass, it avoids needing to change style.css except where it refers to tag types. This goes a bit off the rails at the pageheader with its nested header. Semantically, there should be an article around the whole page header, content, and footer. Just as there will be an article around a whole comment or inlined page header, content, and footer. But that will mean changing the css that currently refers to pageheader to refer to the enclosing article instead. | |||
2010-05-02 | update | Joey Hess | |
2010-05-02 | Add placeholder text in search form (in html5 mode only). | Joey Hess | |
2010-05-02 | Add parameter to displaytime to specify that it is a pubdate, and in html5 ↵ | Joey Hess | |
mode, use time tag. | |||
2010-05-01 | add news item for ikiwiki 3.20100501 | Joey Hess | |
2010-05-01 | mention html5 | Joey Hess | |
2010-05-01 | tidy plugin issue | Joey Hess | |
2010-05-01 | html5 option | Joey Hess | |
* Ikiwiki can be configured to generate html5 instead of the default xhtml 1.0. The html5 output mode is experimental, not yet fully standards compliant, and will be subject to rapid change. | |||
2010-05-01 | enable hidden attribute | Joey Hess | |
2010-05-01 | htmlscrubber: Also allow some other html5 tags: canvas, progress, meter, ↵ | Joey Hess | |
ruby, rt, rp, details, summary. | |||
2010-05-01 | more html5 attributes | Joey Hess | |
2010-05-01 | add rest of html5 form attributes | Joey Hess | |
It's easy to imagine pattern being used to freeze or crash browsers, if they implement it stupidly. Let's hope not.. | |||
2010-05-01 | htmlscrubber: Allow the html5 form attributes: placeholder autofocus, min, ↵ | Joey Hess | |
max, step. | |||
2010-05-01 | htmlscrubber: Allow the placeholder attribute. | Joey Hess | |
2010-05-01 | more html5 | Joey Hess | |
* htmlscrubber: Also allow html5 canvas tags. * htmlscrubber: Round out html5 video support with the preload attribute and the source tag. | |||
2010-05-01 | htmlscrubber: Allow html5 semantic tags: section nav article aside hgroup ↵ | Joey Hess | |
header footer time mark | |||
2010-05-01 | update example tag pages to match autotag.tmpl | Joey Hess | |
2010-05-01 | comments, branch review, questions | Joey Hess | |
2010-04-30 | response | Joey Hess | |
2010-04-30 | new bug: svn commit failures... | Jon Dowland | |
2010-04-29 | more to add on my comment | simonraven | |
2010-04-29 | YA URI to another mediawiki to git project | simonraven | |
2010-04-29 | wl rcs | http://jmtd.livejournal.com/ | |
2010-04-29 | (no commit message) | albertlash | |
2010-04-29 | (no commit message) | albertlash | |
2010-04-29 | reply | http://kerravonsen.dreamwidth.org/ | |
2010-04-28 | TMPL_INCLUDE re-enabled for templates read from the templatedir. (But not ↵ | Joey Hess | |
in-wiki templates.) | |||
2010-04-28 | question about TMPL_INCLUDE | http://kerravonsen.dreamwidth.org/ | |
2010-04-27 | format | Joey Hess | |
2010-04-27 | add news item for ikiwiki 3.20100427 | Joey Hess | |
2010-04-26 | Add page() PageSpec, which is like glob() but matches only pages, not other ↵ | Joey Hess | |
files. | |||
2010-04-26 | remove manual file remove instructions | Joey Hess | |
Since that was written, ikiwiki got fixed to track old rendered files across --rebuild and remove them. | |||
2010-04-26 | document match_guid | Joey Hess | |
2010-04-26 | add blipvert | Joey Hess | |
2010-04-26 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-26 | fix indent | http://jmtd.livejournal.com/ | |
2010-04-26 | insert table of common namespaces | http://jmtd.livejournal.com/ | |
2010-04-26 | move list of namespaces to its own section | http://jmtd.livejournal.com/ | |
2010-04-26 | table name for querying the mediawiki mysql db | http://jmtd.livejournal.com/ | |
2010-04-25 | typo | Joey Hess | |