summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2010-05-03websetup: Only display Setup button on admins' preferences page.Joey Hess
Renamed it from "Wiki Setup" to just "Setup" for good measure.
2010-05-03Add ACTIONS variable to page.tmpl, which allows plugins to add arbitrary ↵Joey Hess
links to the action bar without modifying the template further. (COMMENTSLINK and DISCUSSIONLINK could be folded into this, but are kept separate for now to avoid breaking modified templates.)
2010-05-03(no commit message)raf
2010-05-03(no commit message)raf
2010-05-03(no commit message)raf
2010-05-03(no commit message)raf
2010-05-02add bugJoey Hess
2010-05-02responseJoey Hess
2010-05-02on img and figureJoey Hess
2010-05-02updateJoey Hess
2010-05-02html5 bug closure, and documentationJoey Hess
2010-05-02ff also needs footer and nav forced to blockJoey Hess
2010-05-02force article and header to display as blocksJoey Hess
iceweasel 3.5.9 does not know to display these as blocks, resulting in bad displays of blogs
2010-05-02adapt inlinepage.tmpl to html5Joey Hess
Needed to force tags to display inline, since <nav> is a block element.
2010-05-02adapt comment.tmpl to html5Joey 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-02Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-05-02(no commit message)raf
2010-05-02(no commit message)raf
2010-05-02(no commit message)raf
2010-05-02use html5 semantic markup in page.tmplJoey 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-02updateJoey Hess
2010-05-02Add placeholder text in search form (in html5 mode only).Joey Hess
2010-05-02Add parameter to displaytime to specify that it is a pubdate, and in html5 ↵Joey Hess
mode, use time tag.
2010-05-01add news item for ikiwiki 3.20100501Joey Hess
2010-05-01mention html5Joey Hess
2010-05-01tidy plugin issueJoey Hess
2010-05-01html5 optionJoey 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-01enable hidden attributeJoey Hess
2010-05-01htmlscrubber: Also allow some other html5 tags: canvas, progress, meter, ↵Joey Hess
ruby, rt, rp, details, summary.
2010-05-01more html5 attributesJoey Hess
2010-05-01add rest of html5 form attributesJoey 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-01htmlscrubber: Allow the html5 form attributes: placeholder autofocus, min, ↵Joey Hess
max, step.
2010-05-01htmlscrubber: Allow the placeholder attribute.Joey Hess
2010-05-01more html5Joey Hess
* htmlscrubber: Also allow html5 canvas tags. * htmlscrubber: Round out html5 video support with the preload attribute and the source tag.
2010-05-01htmlscrubber: Allow html5 semantic tags: section nav article aside hgroup ↵Joey Hess
header footer time mark
2010-05-01update example tag pages to match autotag.tmplJoey Hess
2010-05-01comments, branch review, questionsJoey Hess
2010-04-30responseJoey Hess
2010-04-30new bug: svn commit failures...Jon Dowland
2010-04-29more to add on my commentsimonraven
2010-04-29YA URI to another mediawiki to git projectsimonraven
2010-04-29wl rcshttp://jmtd.livejournal.com/
2010-04-29(no commit message)albertlash
2010-04-29(no commit message)albertlash
2010-04-29replyhttp://kerravonsen.dreamwidth.org/
2010-04-28TMPL_INCLUDE re-enabled for templates read from the templatedir. (But not ↵Joey Hess
in-wiki templates.)
2010-04-28question about TMPL_INCLUDEhttp://kerravonsen.dreamwidth.org/
2010-04-27formatJoey Hess
2010-04-27add news item for ikiwiki 3.20100427Joey Hess
2010-04-26Add page() PageSpec, which is like glob() but matches only pages, not other ↵Joey Hess
files.