Chris Pimlott
Fri, 04 Aug 2000 10:48:34 -0700
I've submitted a new version of dumpdata. Many thanks to David
for creating this, saves a lot of hassle when making handlers. I wish it
had been around earlier. dumpdata itself is a compelling reason to
upgrade to 1.2.
I've added an option to output as an HTML table, which helps alot
with handlers than return images, links, html text, etc. In addition it
adds some context tags - undef is in italics, variable names are
underlined, basic data types (scalar, nonref scalar, array, hash) are in
bold, non basic data types are underlined and enboldened. I've put up a
page to show what it looks like at
http://dione.cwru.edu/~ctp/dumpdata.html
Chris Pimlott