Based on DisCo, but using a tweaked stylesheet.

  1. Get full XML dump from tracker and save as dump.xml
  2. Edit dump.xml to add these two lines at the start:
    <?xml version="1.0" encoding="utf-8"?>
    <?xml-stylesheet type="text/xsl" href="disco.xsl"?> 
  3. XML can be viewed directly in a browser, or the result saved. Save result of the xslt transform as dump.html and check it in.

DO NOT check in dump.xml or the universe will explode due to recursion.


Chris