]> git.saurik.com Git - wxWidgets.git/blob - samples/html/test/fft.html
remove email addresses
[wxWidgets.git] / samples / html / test / fft.html
1 <head>
2 <META >
3 <META NAME="Keywords" CONTENT="wxWindows,HTML widget,HTML,free,Unix,Linux,Windows,cross-platform,wxHTML,LGPL">
4 <TITLE>wxHTML : wxWindows HTML library</TITLE>
5 </head>
6
7 <body TEXT="#000000" BGCOLOR="#8D99BC" LINK="#51188E" VLINK="#51188E" ALINK="#FF0000">
8
9 <!-- TITLE BAR -->
10
11 <center>
12 <img src="pic/logo.png">
13 <p>
14 [ Intro & News ]
15 <a href="features.html.iso-8859-1">[ Features ]</a>
16 <a href="downloads.html.iso-8859-1">[ Download ]</a>
17 <a href="licence.html.iso-8859-1">[ Licence ]</a>
18 <a href="screenshots.html.iso-8859-1">[ Screenshots ]</a>
19 <a href="links.html.iso-8859-1">[ Links & Apps ]</a>
20 </center>
21
22
23 <!-- PAGE -->
24
25
26 <!-- HEADLINE -->
27
28 <p align=center><b><font color="#9B3030">
29
30 <center><table bgcolor="#00000" width="60%" cellpadding=1>
31 <tr><td>
32 <table width="100%" cellspacing=1 cellpadding=0><tr><td bgcolor="#7783A2" valign=center><font color="#FFFFFF" size=+2><center>
33
34 Latest release 0.2.3
35
36 </center></font>
37 </table>
38 </table></center>
39
40 </font></b></p>
41
42 <center></center>
43 <div align=right><font size=-1>
44 <!-- begin include -->
45 2811<!-- end --> visitors since January 99
46
47
48 <br>Last updated on : June 13, 1999
49
50
51 </font></div>
52 <p>
53
54 <table width="100%" cellspacing=0 cellpadding=6 border><tr><td width="30%" bgcolor="#7783A2" valign=top>
55
56
57 <!-- NEWS -->
58
59 <h2><u>News</u></h2>
60
61 <ul>
62 <li><b><font color="#9B3030">13/06/1999</font> - CVS available! </b><br>
63 Thanks to Russell Smith, development version of wxHTML is available through CVS.
64 See Download page for details!
65 </ul>
66
67 <ul>
68 <li><b><font color="#9B3030">13/06/1999</font> - 0.2.3 release </b><br>
69 Only minor changes and bugfixes.
70 </ul>
71
72 <ul>
73 <li><b><font color="#9B3030">16/05/1999</font> - New release </b><br>
74 Well, 0.2.1 is out. It contains some bug fixes (mainly related to Visual C++)
75 and new help controller that works with MS HTML Help Workshop projects as
76 it's native format. Patch from previous version is only 30kB so don't hesitate
77 to download it!
78 </ul>
79
80 <ul>
81 <li><b><font color="#9B3030">02/05/1999</font> - Beta release 0.2 is out!</b><br>
82 Ok, it's here, download it! Help controller is included (and broken under
83 MSW/Mingw32 - I'll fix it asap. If anyone can help with it, please do so...)
84 </ul>
85
86
87
88
89
90 <!-- INTRO -->
91
92 <td valign=top>
93 <h2><u>Intro</u></h2>
94
95 I started work on this library in January, 1999.
96 <br>The main goal was to provide light-weight HTML viewer for
97 <a href="http://web.ukonline.co.uk/julian.smart/wxwin">wxWindows 2</a> toolkit.
98 This viewer was expected to be used as help/documentation browser rather than full-featured web browser.
99
100 <p>This library is released under <b><font color="#330000"><a href="licence.html.iso-8859-1">
101 wxWindows Library Licence, Version 3</a></font>.</b> It is basically
102 GNU Library General Public Licence except that it makes using
103 wxHTML in commercial products much easier.
104
105 <p>The library should work on all platforms supported by wxWindows - it
106 is written as poor wxWindows-only code, without line of platform-specific
107 code (as I hope :-). It is known to compile under these enviromnets:
108
109 <ul>
110 <li>EGCS under Linux
111 <li>Cygwin b20 or Mingw32 under Windows 95
112 </ul>
113
114
115 </table>
116 </body>
117 </html>