jahtml.py v0.6 - February 10th 1999 (C) Jerome ALET 1999 You're welcome to redistribute this software under the terms of the GNU General Public Licence version 2.0 or, at your option, any higher version. You can read the complete GNU GPL in the file COPYING which should come along with this software, or visit the Free Software Foundation's WEB site http://www.fsf.org REMARK: It's my first python program, so be cool with me ! ---------------------------------------------------------- This python module defines a class named Html_document with several methods to insert tags, text, and output the document with a smart indentation. It also defines a class named CGI_document which provides the same methods as Html_document, plus some CGI specific ones. You should read the files in the examples directory to know how to use the jahtml.py module. You should read the file jahtml.py if you want to know how it works internally and see all the available methods. It was written on a Debian Linux 2.0 i386 system, with Python 1.5.1 and a RedHat Linux 4.2 Sparc system with Python 1.5.2b1 ---------------------------------------------------------- You're welcome to send me any idea or patch about this module. I've written this module because I use perl at work for this sort of things but I don't like perl at all and python seemed very pleasant and powerful to me. But I really needed this sort of module and didn't know python programming. Now I've learned (a little of) python programming, and I've got my module => I'm happy :-) I hope this will be helpful to someone else.