Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-06 | Use "[None]" as hostname for URIs with null hostname. At present this | Rob Austein | |
only happens when rcynic reports a problem with a trust anchor or TAL. svn path=/trunk/; revision=4802 | |||
2012-07-06 | Clever hack of inserting SVG inline doesn't work with xml.etree due to | Rob Austein | |
xml.etree's lack of support for XML namespaces. lxml.etree gets this right, but we don't want to require relying parties to install lxml. Since every browser we care about supports SVG with plain old <img/> elements, just do this the simple way and move on. Fixes #264. svn path=/trunk/; revision=4591 | |||
2012-07-03 | Add EPS support and other tweaks to simplify incorporating output from | Rob Austein | |
this program in slide decks. svn path=/trunk/; revision=4564 | |||
2012-06-26 | Avoid lxml-specific extensions to the etree API in relying party code. | Rob Austein | |
svn path=/trunk/; revision=4559 | |||
2012-06-01 | CentOS 6 ships with a version of Python too old to have | Rob Austein | |
subprocess.check_output(). We're not currently using rrdtool's stdout anyway, so just send it to /dev/null. Closes #253. svn path=/trunk/; revision=4523 | |||
2012-06-01 | Apparently --dynamic-labels is too recent to use. It was a stylistic | Rob Austein | |
whim anyway, just remove it. Closes #254. svn path=/trunk/; revision=4522 | |||
2012-05-29 | CSS cleanup: use "display: none" instead of positioning elements | Rob Austein | |
offscreen, visual indicator (reverse video) on hovered link. svn path=/trunk/; revision=4521 | |||
2012-05-28 | Don't need "sfhover" anymore either. | Rob Austein | |
svn path=/trunk/; revision=4520 | |||
2012-05-28 | Jeff tells me that even Internet Exploder can handle hover-based CSS | Rob Austein | |
menus without Javascript now. svn path=/trunk/; revision=4519 | |||
2012-05-23 | Split all-details table into connections and objects. Clean up | Rob Austein | |
section headers and navbar. svn path=/trunk/; revision=4517 | |||
2012-05-23 | Enable line breaks ("pretty printing") in XHTML output. Add comment | Rob Austein | |
noting how we might use <a/> elements in SVG images. svn path=/trunk/; revision=4515 | |||
2012-05-23 | Use autoconf to find rrdtool. | Rob Austein | |
svn path=/trunk/; revision=4509 | |||
2012-05-22 | Sort detail lists to put most serious errors first. | Rob Austein | |
svn path=/trunk/; revision=4508 | |||
2012-05-22 | Navbar tweak. | Rob Austein | |
svn path=/trunk/; revision=4507 | |||
2012-05-22 | Get link filenames right. Wrap SVG in HTML so navigation bar is still | Rob Austein | |
available. svn path=/trunk/; revision=4506 | |||
2012-05-22 | First cut at something with sensible pages and a menu bar. | Rob Austein | |
svn path=/trunk/; revision=4505 |