correct docstring (missed during cut&paste)
[PyX/mjg.git] / www / index.pt
blob50eaa88fd824f409b06fad8e80df560bddea16d9
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2             "http://www.w3.org/TR/html4/strict.dtd">
3 <html metal:use-macro="options/maintemplate/macros/page">
5 <div metal:fill-slot="body">
7 <h1>PyX - Python graphics package</h1>
9 <h2>Summary</h2>
11 <div class="image">
12   <img src="example.png" alt="3d plot example">
13   <br>
14   3d plot example
15 </div>
17 <p> PyX is a Python package for the creation of encapsulated PostScript
18 figures. It provides both an abstraction of PostScript and a TeX/LaTeX
19 interface. Complex tasks like 2d and 3d plots in publication-ready quality are built
20 out of these primitives. </p>
22 <h2>Features</h2>
23 <ul>
24   <li>PostScript output for device independent, free scalable figures</li>
25   <li>seamless TeX/LaTeX integration</li>
26   <li>full access to PostScript features like paths, linestyles, fill patterns, transformations, clipping, etc.</li>
27   <li>advanced geometric operations on paths like intersections, transformations, splitting, etc.</li>
28   <li>sophisticated graph generation: modular design, pluggable axes, axes partitioning based on rational number arithmetics, flexible graph styles, etc.</li>
29 </ul>
31 <h2>Status and Availability</h2>
33 <p> PyX is in steady development. Alpha releases are available
34 in the <a href="http://sourceforge.net/project/showfiles.php?group_id=45430">download
35 section</a> of the SourceForge project page. You may also join discussions on the PyX
36 <a href="http://sourceforge.net/mail/?group_id=45430">mailing lists</a>. </p>
38 <h2>News</h2>
40 <ul>
41   <li><b>2004-04-07</b> PyX 0.6.2 was released.</li>
42   <li><b>2004-03-31</b> PyX 0.6.1 was released.</li>
43   <li><b>2004-03-30</b> PyX 0.6 was released.</li>
44   <li><b>2004-03-05</b> PyX was presented at the <a href="http://www.dante.de/dante2004/">annual meeting of the German Speaking TeX User Group DANTE e.V. (March 2nd to 6th, Darmstadt)</a>. The presentation is available in <a href="foils_dante2004_de.pdf">German (pdf, 18 Pages, 425 KB)</a> and <a href="foils_dante2004_en.pdf">English</a>.</li>
45   <li><b>2004-01-22</b> PyX 0.5.1 was released.</li>
46   <li><b>2004-01-20</b> PyX 0.5 was released.</li>
47   <li><b>2003-09-17</b> PyX 0.4.1 was released.</li>
48   <li><b>2003-08-22</b> PyX 0.4 was released.</li>
49   <li><b>2003-04-04</b> PyX 0.3.1 was released.</li>
50   <li><b>2003-03-31</b> PyX 0.3 was released.</li>
51   <li><b>2003-01-17</b> PyX 0.2 was released.</li>
52   <li><b>2002-10-07</b> The first public release, PyX 0.1, was uploaded to SourceForge.</li>
53 </ul>
56 <h2>Authors and License</h2>
58 <p> PyX is written by <a href="http://www.physik.uni-augsburg.de/~joergl/">J&ouml;rg Lehmann</a> and <a href="http://www.wobsta.de/">Andr&eacute; Wobst</a>.
59 PyX is free software licensed under the GNU GPL Version&nbsp;2. </p>
61 <!--#exec cmd="/home/groups/p/py/pyx/htdocs/access.sh"-->
63 </div>
65 </html>