-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
56 lines (53 loc) · 2.89 KB
/
index.php
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
52
53
54
55
56
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Lyle Johnson">
<meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]">
<title>FXPy</title>
</head>
<body>
<table WIDTH="100%" >
<tr>
<td><img SRC="logo.png" height=60 width=157><b><font size=+2>a Python binding
for FOX</font></b></td>
<td><a href="http://sourceforge.net"><img SRC="http://sourceforge.net/sflogo.php?group_id=14881&type=1" ALT="SourceForge Logo" BORDER=0 height=31 width=88></a></td>
</tr>
</table>
<hr>
FXPy is a <a href="http://www.python.org">Python</a> extension module
which provides an interface to the <a href="http://www.fox-toolkit.org">FOX</a>
GUI library. It is Copyright 1999, 2000, 2002 by <a href="mailto:[email protected]">Lyle
Johnson</a> and is released under the GNU Lesser General Public License.
The latest version of FXPy is version 1.0.5.
<p>If this is your first time out with FXPy, please take a moment to look
over the <a href="doc/intro.html">"Getting Started" information</a>
to understand some of the other requirements for using FXPy. Otherwise,
to download the <b>source</b> distribution for FXPy 1.0.5, check here:
<blockquote><a href="http://prdownloads.sourceforge.net/fxpy/FXPy-1.0.5.tar.gz">http://prdownloads.sourceforge.net/fxpy/FXPy-1.0.5.tar.gz</a></blockquote>
You can build FXPy from the source code against any recent Python versions
(i.e. version 1.5.2 or later). Binary installers for Microsoft Windows
are also available as well:
<ul>
<li><a href="http://prdownloads.sourceforge.net/fxpy/FXPy-1.0.5.win32-py1.5.exe">Binary installer for Python 1.5.2 on Microsoft Windows</a></li>
<li><a href="http://prdownloads.sourceforge.net/fxpy/FXPy-1.0.5.win32-py2.1.exe">Binary installer for Python 2.1 on Microsoft Windows</a></li>
<li><a href="http://prdownloads.sourceforge.net/fxpy/FXPy-1.0.5.win32-py2.2.exe">Binary installer for Python 2.2 on Microsoft Windows</a></li>
</ul>
For further information, click on one of the following links:
<ul>
<li><a href="doc/intro.html">Getting Started</a>: Prerequisites and
so forth</li>
<li><a href="doc/build.html">Building FXPy From the Source Code</a></li>
<li><a href="doc/examples.html">Running the Test Programs</a> (includes screenshots!)</li>
<li><a href="doc/install.html">Installing FXPy</a></li>
<li><a href="doc/diffs.html">How is FXPy Different from FOX?</a></li>
<li><a href="doc/problems.html">Known Problems</a></li>
<li><a href="doc/todo-list.html">To-do list</a></li>
<li><a href="doc/Links.html">Related Links</a></li>
<li><a href="doc/changes.html">Change History</a></li>
<li><a href="http://sourceforge.net/projects/fxpy">SF Project Page for FXPy</a></li>
</ul>
<hr WIDTH="100%">
<address>Last Update: $Date: 2002/04/02 21:12:59 $</address>
</body>
</html>