aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-15Handle all "partial transfer" (rsync code 23) errors the same way.Rob Austein
svn path=/trunk/; revision=4542
2012-06-14Regenerate using svn2png. No, really, this time.Rob Austein
svn path=/trunk/; revision=4541
2012-06-14Regenerate using svn2png.Rob Austein
svn path=/trunk/; revision=4540
2012-06-14svg2png (cairo) seems to do a slightly better conversion job.Rob Austein
svn path=/trunk/; revision=4539
2012-06-13Missing directory at repository site is not a transfer failure.Rob Austein
svn path=/trunk/; revision=4538
2012-06-13CleanupRob Austein
svn path=/trunk/; revision=4537
2012-06-13Regenerate PDF, with images.Rob Austein
svn path=/trunk/; revision=4536
2012-06-13htmldoc doesn't understand SVG, so generate PNG, scaled to a size thatRob Austein
fits on a PDF page as understood by htmldoc. Resulting image quality leaves something to be desired, but not obvious how to do better. svn path=/trunk/; revision=4535
2012-06-12Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4534
2012-06-11Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4533
2012-06-08Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4532
2012-06-08show.sh has been replaced by rcynic-text.Rob Austein
svn path=/trunk/; revision=4531
2012-06-08Integrate check for vobject with all the other dependency checks. See #259.Rob Austein
svn path=/trunk/; revision=4530
2012-06-08make configure check for the python vobject module when building the gui, ↵Michael Elkins
and give a hint how to install. closes #259. svn path=/trunk/; revision=4529
2012-06-07More compact encoding.Rob Austein
svn path=/trunk/; revision=4528
2012-06-06Checkpoint: flag individual labels that have changed.Rob Austein
svn path=/trunk/; revision=4527
2012-06-06Suppress comparision of backup generation for now.Rob Austein
svn path=/trunk/; revision=4526
2012-06-06First (fairly lame) pass at comparing rcynic.xml files. Not friendlyRob Austein
enough for anybody yet, even the author, at the moment just testing the basic comparision algorithm. svn path=/trunk/; revision=4525
2012-06-01Change default location of rcynic XML output to match default installation ↵Michael Elkins
value. Closes #255 svn path=/trunk/; revision=4524
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-24Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4518
2012-05-23Split all-details table into connections and objects. Clean upRob Austein
section headers and navbar. svn path=/trunk/; revision=4517
2012-05-23Rename BBN TAL since it rarely works.Rob Austein
svn path=/trunk/; revision=4516
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-23Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4514
2012-05-23Fix installation permissions for rcynic-html, doh.Rob Austein
svn path=/trunk/; revision=4513
2012-05-23rcynic.py => rcynic-html.Rob Austein
svn path=/trunk/; revision=4512
2012-05-23Convert rpkid tests to use rcynic-text.Rob Austein
svn path=/trunk/; revision=4511
2012-05-23Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4510
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
2012-05-21CleanupRob Austein
svn path=/trunk/; revision=4504
2012-05-21Replacement for show.xsl and show.awk.Rob Austein
svn path=/trunk/; revision=4503
2012-05-21Read from stdin if no filenames given.Rob Austein
svn path=/trunk/; revision=4502
2012-05-19We already use Python pretty heavily in the relying party tools, soRob Austein
start phasing out the silly XSL + AWK hacks. svn path=/trunk/; revision=4501
2012-05-19TypoRob Austein
svn path=/trunk/; revision=4500
2012-05-19Refactor into something a bit easier to maintain and extend. AmongRob Austein
other things, the nasty code to generate HTML tables is now a set of class methods, rather than being replicated inline for each table. svn path=/trunk/; revision=4499
2012-05-18Profiling revealed some very silly design decisions in this script, soRob Austein
fixed those. Also tweaked slightly to use lxml.etree when available, as it's significantly faster than the default pure-Python xml.etree. This script could still use some serious cleanup. svn path=/trunk/; revision=4498
2012-05-16Nail Y axis of graphs at zero. Color coding works better with areasRob Austein
than with lines, so use areas for connection times. svn path=/trunk/; revision=4497
2012-05-16Generate putitively useful error message instead of obscure backtraceRob Austein
if we can't find rrdtool. svn path=/trunk/; revision=4496
2012-05-16Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4495
2012-05-16Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4494
2012-05-15Fencepost error parsing options.Rob Austein
svn path=/trunk/; revision=4493