Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | improve semantic markup | Joey Hess | |
Now the toplevel layout is: <article> <section><header><nav></section> <aside>sidebar</aside> <section>content</section> <section>comments</section> <footer> </article> And I managed to preserve all CSS ids and names in their prior structure, so CSS should not need changed. | |||
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 | use a div, not a p .. and in html5, a nav | 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 | releasing version 3.20100501 | Joey Hess | |
2010-05-01 | use styled divs instead of center tags | Joey Hess | |
More could be done to modernize this html, but I don't want to diverge too far from the one in xapian. | |||
2010-05-01 | set html5 option as advanced for now | 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 | apply simonrvn patch adding labels for radio buttons | Joey Hess | |
and other minor html improvement | |||
2010-05-01 | apply simonrvn patch to quote attributes | 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 | add figure and figcaption | Joey Hess | |
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 | limit feeds for tag pages to including ten posts | Joey Hess | |
With archive=yes, feeds default to including all, but that is expensive for automatically created tag pages. | |||
2010-05-01 | comments, branch review, questions | Joey Hess | |
2010-04-30 | no need to use HTML::Entities | Joey Hess | |
That module is unused now. Long long ago, it used to be used to encode data in the index. Checked all modules, and every module that uses it imports it. | |||
2010-04-30 | response | Joey Hess | |
2010-04-30 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-30 | Version dependency on liburi-perl to >= 1.36; previous versions did not ↵ | Joey Hess | |
support building urls from utf-8 strings. Closes: #579713 | |||
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 | remove obsolete NEWS | Joey Hess | |
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 | template: Fix typo. | Joey Hess | |
2010-04-27 | format | Joey Hess | |
2010-04-27 | add news item for ikiwiki 3.20100427 | Joey Hess | |