1 |
jpaalasm |
607 |
<?xml version="1.0" encoding="iso-8859-1"?> |
2 |
|
|
<!DOCTYPE html |
3 |
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
4 |
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
5 |
|
|
|
6 |
|
|
<!--fileinfo--> |
7 |
|
|
|
8 |
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
9 |
|
|
<head> |
10 |
|
|
<title><!--title--></title> |
11 |
|
|
<link rel="stylesheet" href="skencil.css" type="text/css" /> |
12 |
|
|
<meta name="description" content="Skencil, an interactive drawing program based on Python" /> |
13 |
|
|
<meta name="keywords" content="skencil, graphics, python, drawing, linux, sketch, program, vector graphics, postscript, home page" /> |
14 |
|
|
</head> |
15 |
|
|
|
16 |
|
|
<body> |
17 |
|
|
<table border="0" cellspacing="0" width="100%" id="maintable"> |
18 |
|
|
<tr> |
19 |
|
|
<td id="lefttitle" class="title"> |
20 |
|
|
<a href="index.html"><img src="Images/skencil-logo.png" alt="Skencil logo" /></a> |
21 |
|
|
</td> |
22 |
|
|
|
23 |
|
|
<td id="righttitle" class="title" colspan="2"> |
24 |
|
|
<h1><!--title--></h1> |
25 |
|
|
</td> |
26 |
|
|
</tr> |
27 |
|
|
|
28 |
|
|
<tr> |
29 |
|
|
<td id="menu" valign="top"> |
30 |
|
|
<a href="index.html">Home</a><br /> |
31 |
|
|
<a href="news.html">News</a><br /> |
32 |
|
|
<a href="download.html">Download</a><br /> |
33 |
|
|
<span><a href="scripts.html">Python Scripts</a><br /></span> |
34 |
|
|
<span><a href="addon.html">Add-Ons</a><br /></span> |
35 |
|
|
<span><a href="relnotes.html">Release Notes</a><br /></span> |
36 |
|
|
<a href="features.html">Features</a><br /> |
37 |
|
|
<span><a href="screenshots.html">Screenshots</a><br /></span> |
38 |
|
|
<span><a href="platforms.html">Portability</a><br /></span> |
39 |
|
|
<a href="doc.html">Documentation</a><br /> |
40 |
|
|
<span><a href="faq.html">FAQ</a><br /></span> |
41 |
|
|
<a href="devel.html">Development</a><br /> |
42 |
|
|
<span><a href="bugs.html">Bugs/Patches</a><br /></span> |
43 |
|
|
<span><a href="devnotes.html">Dev. Rel. Notes</a><br /></span> |
44 |
|
|
<a href="gallery.html">Gallery</a><br /> |
45 |
|
|
<a href="mailinglists.html">Mailing Lists</a><br /> |
46 |
|
|
<a href="payments.html">Paying</a><br /> |
47 |
|
|
<a href="links.html">Links</a> |
48 |
|
|
</td> |
49 |
|
|
|
50 |
|
|
<td id="main" colspan="2"> |
51 |
|
|
<!--body text--> |
52 |
|
|
</td> |
53 |
|
|
</tr> |
54 |
|
|
|
55 |
|
|
<tr> |
56 |
|
|
<td> </td> |
57 |
|
|
|
58 |
|
|
<td id="leftfooter" class="footer"> |
59 |
bernhard |
619 |
<span class="lastmodified">Last updated <!--last updated--> |
60 |
|
|
· |
61 |
bernhard |
621 |
Webpage Design: Joonas Paalasmaa |
62 |
bernhard |
619 |
· |
63 |
|
|
Logo: Taiabati <!-- Claudio Bettio --> |
64 |
|
|
</span> |
65 |
jpaalasm |
607 |
</td> |
66 |
|
|
<td id="rightfooter" class="footer"> |
67 |
|
|
<a href="http://www.python.org/"> |
68 |
|
|
<img src="Images/PythonPowered.png" alt="Python Powered" /> |
69 |
|
|
</a> |
70 |
|
|
</td> |
71 |
|
|
</tr> |
72 |
|
|
</table> |
73 |
|
|
</body> |
74 |
|
|
</html> |