images
[iramuteq] / HTML / README.txt
1 HTML.py\r
2 \r
3 This module provides a few classes to easily generate HTML tables and lists.\r
4 \r
5 Author: Philippe Lagadec\r
6 \r
7 Project website: http://www.decalage.info/python/html\r
8 \r
9 License: CeCILL (open-source GPL compatible), see source code for details.\r
10          http://www.cecill.info\r
11 \r
12 -------------------------------------------------------------------------------\r
13 \r
14 INSTALLATION:\r
15 \r
16 - on Windows, double-click on install.bat, or type "setup.py install" in a CMD\r
17   window.\r
18 - on other systems, type "python setup.py install" in a shell.\r
19 \r
20 -------------------------------------------------------------------------------\r
21 \r
22 HOW TO USE THIS MODULE:\r
23 \r
24 First have a look at HTML_tutorial.py. It provides examples of how to use\r
25 HTML.py.\r
26 See http://www.decalage.info/python/html for additional information and updates.\r
27 For complete reference see HTML.py.html, and also the source code of HTML.py.\r
28 \r
29 \r