htmlwml-announce Mailing List for Html2Wml
Brought to you by:
maddingue
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(3) |
Dec
|
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: <mad...@fr...> - 2003-10-26 23:29:27
|
Html2Wml version 0.4.11 is available. WHAT'S NEW (version 0.4.11) This release brings several enhancements and bugfixes in the URL translation and the ASCII characters conversion engines. The HTML to compactHTML (iMode) converter has been updated with the new code. AVAILABILITY You can pick up the tarball from the following sites. My web site (France). http://maddingue.org/softwares/download/Html2Wml/ SourceForge =20 http://sourceforge.net/project/=20 showfiles.php?group_id=3D19711&release_id=3D193532 S=E9bastien Aperghis-Tramoni -- - --- -- - -- - --- -- - --- -- - --[ http://maddingue.org ] Close the world, txEn eht nepO= |
From: <mad...@fr...> - 2002-11-27 20:11:40
|
Html2Wml version 0.4.10 final is now available. WHAT'S NEW This release adds several important bugfixes and offers proxy support. WML output has been greatly improved. The action "skip" and the "for" action parameter have been added. This release also includes an HTML to cHTML (iMode) converter, based on the Html2Wml model. AVAILABILITY Because of problems with SourceForge web services, this version is only available from my web site (France). = <http://maddingue.org/softwares/download/Html2Wml/html2wml-0.4.10.tar.gz> S=E9bastien Aperghis-Tramoni -- - --- -- - -- - --- -- - --- -- - --[ http://maddingue.org ] |
From: <mad...@fr...> - 2002-11-17 22:50:41
|
Html2Wml version 0.4.10 beta 4 and Html2cHtml alpha 03 are now available. Changes in Html2Wml 0.4.10 beta 5 since version beta 4 Added static proxy support. Changes in Html2cHtml alpha 03 In sync with Html2Wml v0.4.10b5. This beta version is available on my website: http://maddingue.free.fr/softwares/download/Html2Wml/ S=E9bastien Aperghis-Tramoni -- - --- -- - -- - --- -- - --- -- - --[ http://maddingue.org ] |
From: <mad...@fr...> - 2002-11-05 01:12:29
|
Html2Wml version 0.4.10 beta 4 and Html2cHtml alpha 03 are now available. Changes in Html2Wml 0.4.10 beta 4 since version beta 3 Added proxy support. Encoding of WML files now defaults to "iso-8859-1". Corrected two bugs in the syntax repair engine. Changes in Html2cHtml alpha 03 In sync with Html2Wml v0.4.10b4. Disabled the split_card() calls as there is now way to do this is in cHTML. This beta version is available on my website: http://maddingue.free.fr/softwares/download/Html2Wml/ S=E9bastien Aperghis-Tramoni -- - --- -- - -- - --- -- - --- -- - --[ http://maddingue.org ] |
From: <mad...@fr...> - 2002-09-28 23:11:15
|
Html2Wml version 0.4.10 beta 3 is available. Changes since version 0.4.9 Added the action "skip", and the action parameter "for. Corrected several bugs. This beta version is available on my website: http://maddingue.free.fr/softwares/download/Html2Wml/ Notes This version also includes an alpha version of a HTML to cHTML (aka iMode pages) conversion program based on Html2Wml. S=E9bastien Aperghis-Tramoni -- - --- -- - -- - --- -- - --- -- - --[ http://maddingue.org ] |
From: <mad...@fr...> - 2001-12-27 01:19:03
|
Html2Wml version 0.4.8r2 is available. There is nearly no difference with the 0.4.8, apart from a correction in the Makefile (install didn't work) and the XML::LibXML validation test has been removed in order to prevent the segfaults that could occur. AVAILABILITY You can pick up the tarball from my web site (France) of from SourceForge (USA). http://maddingue.free.fr/techie/download/Html2Wml/ http://sourceforge.net/project/showfiles.php?group_id=3D19711 S=E9bastien Aperghis-Tramoni -- - --- -- - -- - --- -- - --- -- - --[ http://www.maddingue.org ] |
From: <mad...@fr...> - 2001-12-25 23:22:42
|
Html2Wml version 0.4.8 is available. There is not many differences since the version 0.4.8b3. Mainly, this release indicates that the current code is quite stable and good in terms of results. Out of the 153 HTML pages used to test Html2Wml, less than 10 failed to produce valid code (in the sense of WT wmlc). Some of the failures seem to comes from limitations of Expat (on which is based WT wmlc). The others are real Html2Wml issues. Particularly, it seems that <br> inside <small> can produce extra <p>. Currently, I don't have the time to work on that particular issue for two reasons: first, I'd like to begin the dev on version 0.5 (more on that later), and second, my grand-mother died Sunday. WHAT'S NEW (version 0.4.8) Many bugfixes and some small optimizations. Entities conversion has been improved. URLs are now correctly encoded. Warnings messages have been made more consistent. Security fix: accessing local files in CGI mode should now be completly impossible. AVAILABILITY You can pick up the tarball from my web site (France) of from SourceForge (USA). http://maddingue.free.fr/techie/download/Html2Wml/ http://sourceforge.net/project/showfiles.php?group_id=3D19711 ABOUT 0.5 The current code has grown up since version 0.3 with no major redesign. As a result, it can produce average to quite good = results, but the code is big and slow. Version 0.5 will be completly redesigned. The main word is=20 modularity. All the code specific to the CGI mode will be in one module, and = the code for the shell mode in another. As a result, the code should be safer and faster. S=E9bastien Aperghis-Tramoni -- - --- -- - -- - --- -- - --- -- - --[ http://www.maddingue.org ] |
From: <mad...@fr...> - 2001-11-28 00:26:35
|
Html2Wml version 0.4.8 beta 3 is available. Changes since version 0.4.7r2 Special characters in URLs are correctly encoded. Unknown entities are now better handled: they are converted in order to keep the document valid. Paths in include actions can now be relative. As it is a beta version, the archive is only available on my web site: http://maddingue.free.fr/techie/download/Html2Wml/ Notes I now also use the HTML files found in the test directory of Gnome-XML (libxml2 2.4.10) to test the behaviour of Html2Wml with strange HTML files. Thus I currently have a hundred HTML files (either real pages or specially crafted) to make the tests. With the version 0.4.8b3, only one or two files from the Gnome- XML test suite fail (compared to about twenty with the version 0.4.7r2). S=E9bastien Aperghis-Tramoni -- - --- -- - -- - --- -- - --- -- - --[ http://www.maddingue.org ] |