Reporting Tools with Tcl are some tools for building web pages or clients for presenting reporting data in a browser or a Tcl client. I ([apw]) have built a tool a long time ago for administration of attributes of GUI's for building web pages or sending configuration parameters to a dumb client, which then builds a GUI using that information. Therfore I have created a project at [SF]: [http://sourceforge.net/projects/reportingtools/] named '''Reporting Tools with Tcl''', where I will do a reimplementation of the ideas using [itcl-ng] (especially the new features with delegation and inheritance mixing) and putting the result into public domain. The idea is to use [sqlite] as a database for the attributes administration and to put the administration tool called '''AppTool''' together with that database into a tclkit for easy deployment. The first version will use Apache 1.3 and rivet as a server for the AppTool as well as for the reporting tools generated with the tool. AppTool will be '''self hosting''' which means the GUI of AppTool will also be built using AppTool. For the future I would like a solution which uses [Wub] as the server, I only have not enough time to set that up right now. I am also planning to keep the stuff for displaying the GUI placed in separate files and the client administration in other files, to eventually be able to use [ntkWidget] instead of [Tk] later on with only replacing the parts for displaying and using the common interface for calling the parts for displaying. ---- !!!!!! %| Category Application | Category Development | Category Presentation |% !!!!!!