N3ReportGenerator-readme.txt ---------------------------- For information about this software, please see: http://www.ninebynine.org/RDFNotes/RDFForLittleLanguages.htm To run the software, Python 2.1 or 2.2 is required. HTML files are sample outputs from N3Report.py, N3GenMsgRegistry.py and N3GenDocIssues.py. History: -------- 12-Dec-2002: Added new stand-alone version of report generator program that takes its report definition template from an external N3 file rather than internal to the program. This uncovered a couple of bugs in the URI table initialization code which have been patched over, but really need some refactoring to fix properly. 16-Sep-2002: Added document issue HTML report generator. Fixed bug in N3 parser handling of triple-quoted strings. (Need to add query over list to complete document issue report generator.) 24-May-2002: Many enhancements and bug-fixes. Completed port to Jython-21. Added subclasses of N3Model to work with Jena (memory- and rdb-based). 29-Apr-2002: Fixed some parser bugs, added parser test module, added more test data, started port to Jython-21 (N3Parser and N3Model work, other bits don't). 25-Apr-2002: Initial release #g -- $Id: N3ReportGenerator-readme.txt,v 1.4 2003/03/05 01:22:27 graham Exp $