[Zope] Syntax checker for Zope

Andy McKay andy@agmweb.ca
Mon, 19 May 2003 10:19:15 -0700


On Sat, 2003-05-17 at 08:27, Dennis Allison wrote:
> Is there a syntax checking module for Zope, a program that can be used to
> help find those bugs that generate inscrutable error messages and not a
> hint as to where the real problem lies?  

ZChecker is an extremely crude start of one that is little more than a
series of rules for objects. Since DTML can be such a pain there is
almost zilch rules for that although I was going to add one that said
"your DTML is too complex" :)

Currently the nicest feature is it runs your ZPT through HTML Tidy and
tells you the errors, trying to get pychecker to work with Python
Scripts made my head hurt, but that would be nice to add.

http://www.zope.org/Members/andym/ZChecker
--
  Andy McKay