summaryrefslogtreecommitdiff
path: root/tasks.xsl
AgeCommit message (Collapse)AuthorFilesLines
2013-08-12xsl: Fix a bug where mesa = <something other than done> was green.Kenneth Graunke1-1/+1
2013-07-18xsl: Detect piglit="no"/mesa="no", color red, and use an X-mark.Kenneth Graunke1-0/+3
2013-06-07xsl: Actually mark things green when done, not yellow.Kenneth Graunke1-6/+8
"piglit or mesa" was overriding "piglit and mesa".
2013-06-07Add initial XSLT and CSS stylesheets.Kenneth Graunke1-0/+127
This makes it possible to view a pretty version of the task lists by loading the XML file directly in the browser. No scripts or external programs are necessary; simply pointing a browser at the files in a git repository will do. Ideally, it would be possible to view these via cgit's tree/plain feature as well. Unfortunately, cgit.freedesktop.org doesn't appear to return the correct mime-types (application/xml, application/xslt+xml, and text/css) to make that happen. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>