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