Just a short initial README. It's internet survey engine. User can define the data to be collected in one XML file, and then use this file to: (1) generate the SQL database tables, (2) display survey form, (3) validate input, like required fields or integer numbers, (4) store the data in the database. The main idea is to concentrate the whole survey definition in one XML file and then perform other tasks automatically. The PostgreSQL is the only supported database now. Requirements: * Apache * Python 2.3.x or higher * PyXML * PostgreSQL 7.x * PyGreSQL (not nice to compile)