File: intro.html

package info (click to toggle)
pygdchart2 0.beta1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 508 kB
  • ctags: 308
  • sloc: python: 1,268; ansic: 1,029; makefile: 6; sh: 1
file content (51 lines) | stat: -rw-r--r-- 1,129 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51


<html>
	<head>
		<LINK REL=StyleSheet HREF="./style/style.css" TYPE="text/css">
	</head>
		previous |
	<a href="./index.html">contents</a> |
	<a href="start.html">next--&gt;</a> 

	<hr>
	<body>
        <h1>Introduction</h1>
		
<p> PyGDChart is a set of Python bindings for the GDChart library by Bruce
Verderaime. GDChart itself can be obtained on <a
href="http://www.fred.net/brv/chart/">here</a>.</p>

<p> At the moment both this manual and PyGDChart2 itself are in the Beta
development stage. Any bug reports, whether of the documentation or the
software itself, would be greatly appreciated. </p>

<h2> Requirements </h2>

<p> This version of PyGDChart requires the following:

    <ul>
        <li> Python 2.2. </li>

        <li> GDChart 0.11.4dev. </li>
    </ul>

</p>

	</body>
	<hr>
    <table width="100%">
        <tr>
            <td>
                	previous |
	<a href="./index.html">contents</a> |
	<a href="start.html">next--&gt;</a> 

            </td>
            <td align="right">
                (12/31/03)
            </td>
        </tr>
    </table>
	<center> PyGDChart User's Manual </center>
</html>