aboutsummaryrefslogtreecommitdiff
path: root/rcynic/rcynic-html.py
AgeCommit message (Collapse)Author
2012-11-06Use "[None]" as hostname for URIs with null hostname. At present thisRob Austein
only happens when rcynic reports a problem with a trust anchor or TAL. svn path=/trunk/; revision=4802
2012-07-06Clever hack of inserting SVG inline doesn't work with xml.etree due toRob 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-03Add EPS support and other tweaks to simplify incorporating output fromRob Austein
this program in slide decks. svn path=/trunk/; revision=4564
2012-06-26Avoid lxml-specific extensions to the etree API in relying party code.Rob Austein
svn path=/trunk/; revision=4559
2012-06-01CentOS 6 ships with a version of Python too old to haveRob 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-01Apparently --dynamic-labels is too recent to use. It was a stylisticRob Austein
whim anyway, just remove it. Closes #254. svn path=/trunk/; revision=4522
2012-05-29CSS cleanup: use "display: none" instead of positioning elementsRob Austein
offscreen, visual indicator (reverse video) on hovered link. svn path=/trunk/; revision=4521
2012-05-28Don't need "sfhover" anymore either.Rob Austein
svn path=/trunk/; revision=4520
2012-05-28Jeff tells me that even Internet Exploder can handle hover-based CSSRob Austein
menus without Javascript now. svn path=/trunk/; revision=4519
2012-05-23Split all-details table into connections and objects. Clean upRob Austein
section headers and navbar. svn path=/trunk/; revision=4517
2012-05-23Enable line breaks ("pretty printing") in XHTML output. Add commentRob Austein
noting how we might use <a/> elements in SVG images. svn path=/trunk/; revision=4515
2012-05-23Use autoconf to find rrdtool.Rob Austein
svn path=/trunk/; revision=4509
2012-05-22Sort detail lists to put most serious errors first.Rob Austein
svn path=/trunk/; revision=4508
2012-05-22Navbar tweak.Rob Austein
svn path=/trunk/; revision=4507
2012-05-22Get link filenames right. Wrap SVG in HTML so navigation bar is stillRob Austein
available. svn path=/trunk/; revision=4506
2012-05-22First cut at something with sensible pages and a menu bar.Rob Austein
svn path=/trunk/; revision=4505