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