File: about.html

package info (click to toggle)
pythoncard 0.8.2-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,452 kB
  • sloc: python: 56,787; makefile: 56; sh: 22
file content (26 lines) | stat: -rwxr-xr-x 813 bytes parent folder | download | duplicates (3)
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
<html>
<head>
</head>
<body bgcolor="7f7f7f">
<font face="verdana" size="2">
<table border="0" width="100%">
    <tr>
        <td colspan="2">
            <b>standaloneBuilder Version 0.1.4</b>
        </td>
    </tr>
    <tr>
        <td align="center" valign="top">&nbsp;</td>
        <td valign="top">
        	standaloneBuilder is designed to help simplify the process of getting
        	a PythonCard applpication distributed in standalone form, without the
        	end user being required to install PythonCard, wxPython or even Python
        	itself.
            <p>Developed using the PythonCard GUI toolkit and wxPython,
            <a href="http://pythoncard.sourceforge.net">http://pythoncard.sourceforge.net</a></p>
        </td>
    </tr>
</table>
</font>
</body>
</html>