ccValidator Fixes
Based on yesterday’s excellent feedback, I’ve updated the ccValidator code to it’s new, improved version. Things fixed include:
- handling of large RDF blocks
- handling of work information is largely improved (multiple works are supported, sub-segments render properly, etc)
- tweaks to handle changes made in ccLicense.py
So go on, validate your license, and let me know if you run into any problems. I still need to wrap the exception handling better so a CGI traceback doesn’t spew when something doesn’t validate, and would like to modify the validation script to use some sort of templating (instead of print statements). Suggestions for a good, Python-ic templating solution?