inserted 0.5 release date
[PyX/mjg.git] / www / maintemplate.pt
blob4c5d19f60b47d7a709df6e76569a25ac4d84b0da
1 <html metal:define-macro="page">
3 <head>
4    <title>PyX - Python graphics package</title>
5    <link rel="shortcut icon" href="pyx.ico" type="image/x-icon">
6    <link rel="stylesheet" type="text/css" href="main.css">
7 </head>
9 <body>
11 <div id="navbar">
13   <div id="title"><a href="http://pyx.sourceforge.net/"><img src="pyxlogo.png" alt="PyX" style="border:0px;"></a></div>
15   <div class="box">
16     <div id="navboxtitle">Navigation</div>
18     <a href="index.html">Home</a><br>
19     <a href="manual.pdf">Documentation</a><br>
20     <a href="examples.html">Examples</a><br>
21     <a href="pyxfaq.pdf">FAQ</a><br>
22     <a href="http://sourceforge.net/project/showfiles.php?group_id=45430">Downloads</a><br>
23     <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pyx/pyx/CHANGES?rev=HEAD&content-type=text/vnd.viewcvs-markup">ChangeLog</a><br>
24     <a href="http://sourceforge.net/projects/pyx/">Project page</a>
25   </div>
27   <div class="box">
28     <div id="linkboxtitle">Links</div>
30     <a href="http://www.python.org/">Python</a><br>
31     <a href="http://www.tug.org/">TeX</a><br>
32     <a href="http://partners.adobe.com/asn/tech/ps/technotes.jsp">PostScript</a>
33   </div>
35   <p>
36      <a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=45430&type=1" 
37      style="border:0;width:88px;height:31px" alt="SourceForge Logo"></a>
38   </p>
40   <p>
41     <a href="http://validator.w3.org/check/referer"><img style="border:0;width:88px;height:31px"
42            src="valid-html401.png"
43            alt="Valid HTML 4.01!"/></a>
44   </p>
45   <!--
46   <p>
47     <a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:88px;height:31px"
48            src="vcss.png" 
49            alt="Valid CSS!"/></a>
50   </p>
51   -->
53 </div>
55 <div id="content">
56 <div metal:define-slot="body">
57   Content
58 </div>
59 </div>
60 </body>
61 </html>