From: Dirk B. <db...@us...> - 2005-06-29 16:05:45
|
Update of /cvsroot/win32forth/win32for4web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29571 Modified Files: downloads.htm index.htm Log Message: Fixed a broken link in downloads.htm; and get the CVS in sync with the HP Index: downloads.htm =================================================================== RCS file: /cvsroot/win32forth/win32for4web/downloads.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** downloads.htm 13 Jun 2005 15:41:58 -0000 1.2 --- downloads.htm 29 Jun 2005 16:05:31 -0000 1.3 *************** *** 3,9 **** <head> <meta http-equiv="Content-Language" content="en-gb"> ! <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> ! <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Win32Forth Project Group </title> <style> --- 3,10 ---- <head> <meta http-equiv="Content-Language" content="en-gb"> ! <meta http-equiv="Content-Type" ! content="text/html; charset=iso-8859-1"> <meta name="ProgId" content="FrontPage.Editor.Document"> ! <meta name="GENERATOR" content="Microsoft FrontPage Express 2.0"> <title>Win32Forth Project Group </title> <style> *************** *** 17,128 **** <body> ! <a href="index.htm"> ! ! <h1 align="center">The Home of the<br><img border="0" src="forthpro.gif" ! width="32" height="32"> Win32Forth <img border="0" ! src="forthpro.gif" width="32" height="32"><br>Project Group</h1> ! ! </a> ! ! <center> <hr> - <h2>Download's</h2> - - <table border="0" width="100%"> - <tr> - <th align=left><a href="./downloads/ansify.f">ansify.f</a></th> - <th align=left>Convert ANSI Forth standard definition names from lower to upper case</th> - </tr> - - <tr> - <th align=left><a href="./downloads/vibe-2.1.f">vibe-2.1.f</a></th> - <th align=left>VIBE - A portable block editor</th> - </tr> - - <tr> - <th align=left><a href="./downloads/color.f">color.f</a></th> - <th align=left>Forth to HTML converter</th> - </tr> - - <tr> - <th align=left><a href="./downloads/bezier.f">bezier.f</a></th> - <th align=left>Bézier splines</th> - </tr> - - <tr> - <th align=left><a href="./downloads/blowfish.f">blowfish.f</a></th> - <th align=left>Blowfish encryption algorithm</th> - </tr> - - <tr> - <th align=left><a href="./downloads/DumpWindows.f">DumpWindows.f</a></th> - <th align=left>Dump's all Top-Level-Windows to the console</th> - </tr> ! <tr> ! <th align=left><a href="./downloads/isaac.f">isaac.f</a></th> ! <th align=left>ISAAC random number generator</th> ! </tr> ! ! <tr> ! <th align=left><a href="./downloads/NUMBER.F">NUMBER.F</a></th> ! <th align=left>Display numbers according to the international settings of the control panel</th> ! </tr> ! ! <tr> ! <th align=left><a href="./downloads/ods.f">ods.f</a></th> ! <th align=left>OutputDebugString() support</th> ! </tr> ! ! <tr> ! <th align=left><a href="./downloads/reorder.f">reorder.f</a></th> ! <th align=left>Reorder the stack</th> ! </tr> ! ! <tr> ! <th align=left><a href="./downloads/ShellExecute.f">ShellExecute.f</a></th> ! <th align=left>ShellExecute() support</th> ! </tr> ! ! <tr> ! <th align=left><a href="./downloads/Sockets.f">Sockets.f</a></th> ! <th align=left>Support for Windows Sockets (updated May 15th, 2004)</th> ! </tr> ! ! <tr> ! <th align=left><a href="./downloads/STRUCT.F">STRUCT.F</a></th> ! <th align=left>C like structures</th> ! </tr> ! ! <tr> ! <th align=left><a href="./downloads/dzfloat-test.zip">dzfloat-test.zip</a></th> ! <th align=left>Dirk Zoller's Float Tests</th> ! </tr> ! ! <tr> ! <th align=left><a href="./downloads/tetris.f">tetris.f</a></th> ! <th align=left>Win32Forth Version of Dirk Zoller's Tetris clone (updated March 27th, 2004)</th> ! </tr> ! ! <tr> ! <th align=left><a href="./downloads/ClassBrowser.zip">ClassBrowser.zip</a></th> ! <th align=left>Win32Forth Class and Vocabulary browser. It display's the classes, methods, vocabularies and words in a Treeview. If you hold down the CTRL-key while clicking on an entry in the Treeview the source is shown in WinEd. (<b>updated May 29th, 2004</b>)</th> ! </tr> </table> ! <p> ! More to come soon... ! </p> <hr> - <p> - Copyright 2004 by the <a href="mailto:web...@wi...">Win32Forth Project Group</a>.<br> - Last change June 12th, 2005 - </p> - - </center> </body> </html> --- 18,126 ---- <body> ! <h1 align="center"><a href="index.htm">The Home of the<br> ! <img src="forthpro.gif" border="0" width="32" height="32"> Win32Forth <img ! src="forthpro.gif" border="0" width="32" height="32"><br> ! Project Group</a></h1> <hr> ! <h2 align="center">Download's</h2> ! <div align="center"><center> + <table border="0" width="100%"> + <tr> + <th align="left"><a href="downloads/ansify.f">ansify.f</a></th> + <th align="left">Convert ANSI Forth standard definition + names from lower to upper case</th> + </tr> + <tr> + <th align="left"><a href="downloads/vibe-2.1.f">vibe-2.1.f</a></th> + <th align="left">VIBE - A portable block editor</th> + </tr> + <tr> + <th align="left"><a href="downloads/color.f">color.f</a></th> + <th align="left">Forth to HTML converter</th> + </tr> + <tr> + <th align="left"><a href="downloads/bezier.f">bezier.f</a></th> + <th align="left">Bézier splines</th> + </tr> + <tr> + <th align="left"><a href="downloads/blowfish.f">blowfish.f</a></th> + <th align="left">Blowfish encryption algorithm</th> + </tr> + <tr> + <th align="left"><a href="downloads/DumpWindows.f">DumpWindows.f</a></th> + <th align="left">Dump's all Top-Level-Windows to the + console</th> + </tr> + <tr> + <th align="left"><a href="downloads/isaac.f">isaac.f</a></th> + <th align="left">ISAAC random number generator</th> + </tr> + <tr> + <th align="left"><a href="downloads/NUMBER.F">NUMBER.F</a></th> + <th align="left">Display numbers according to the + international settings of the control panel</th> + </tr> + <tr> + <th align="left"><a href="downloads/ods.f">ods.f</a></th> + <th align="left">OutputDebugString() support</th> + </tr> + <tr> + <th align="left"><a href="downloads/reorder.f">reorder.f</a></th> + <th align="left">Reorder the stack</th> + </tr> + <tr> + <th align="left"><a href="downloads/ShellExecute.f">ShellExecute.f</a></th> + <th align="left">ShellExecute() support</th> + </tr> + <tr> + <th align="left"><a href="downloads/Sockets.f">Sockets.f</a></th> + <th align="left">Support for Windows Sockets (updated May + 15th, 2004)</th> + </tr> + <tr> + <th align="left"><a href="downloads/STRUCT.F">STRUCT.F</a></th> + <th align="left">C like structures</th> + </tr> + <tr> + <th align="left"><a href="downloads/dzfloat-test.zip">dzfloat-test.zip</a></th> + <th align="left">Dirk Zoller's Float Tests</th> + </tr> + <tr> + <th align="left"><a href="downloads/tetris.f">tetris.f</a></th> + <th align="left">Win32Forth Version of Dirk Zoller's + Tetris clone (updated March 27th, 2004)</th> + </tr> + <tr> + <th align="left"><a href="downloads/ClassBrowser.zip">ClassBrowser.zip</a></th> + <th align="left">Win32Forth Class and Vocabulary browser. + It display's the classes, methods, vocabularies and words + in a Treeview. If you hold down the CTRL-key while + clicking on an entry in the Treeview the source is shown + in WinEd. (<b>updated May 29th, 2004</b>)</th> + </tr> + <tr> + <td><a href="downloads/organ.zip"><strong>organ.zip</strong></a></td> + <td><strong>Program the Sound Board ( PCM mono )</strong></td> + </tr> + <tr> + <td><a href="downloads/en_de_crypt.f"><strong>en_de_crypt.f</strong></a></td> + <td><strong>A simple encrypt/decrypt tool. It Uses one + key.</strong></td> + </tr> </table> + </center></div> ! <p align="center">More to come soon... </p> <hr> + <p align="center">Copyright 2004 by the <a + href="mailto:web...@wi...">Win32Forth Project Group</a>.<br> + Last change <!--webbot bot="Timestamp" startspan + s-type="REGENERATED" s-format="%m/%d/%y %H:%M" -->06/18/05 23:58<!--webbot + bot="Timestamp" i-checksum="16432" endspan --></p> </body> </html> Index: index.htm =================================================================== RCS file: /cvsroot/win32forth/win32for4web/index.htm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** index.htm 20 Jun 2005 15:27:58 -0000 1.7 --- index.htm 29 Jun 2005 16:05:31 -0000 1.8 *************** *** 3,9 **** <head> <meta http-equiv="Content-Language" content="en-gb"> ! <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> ! <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Win32Forth Project Group </title> <style> --- 3,10 ---- <head> <meta http-equiv="Content-Language" content="en-gb"> ! <meta http-equiv="Content-Type" ! content="text/html; charset=iso-8859-1"> <meta name="ProgId" content="FrontPage.Editor.Document"> ! <meta name="GENERATOR" content="Microsoft FrontPage Express 2.0"> <title>Win32Forth Project Group </title> <style> *************** *** 17,140 **** <body> ! <h1 align="center">The Home of the<br><img border="0" src="forthpro.gif" ! width="32" height="32"> Win32Forth <img border="0" ! src="forthpro.gif" width="32" height="32"><br>Project Group</h1> <hr> <h2>About Win32Forth</h2> <ul> ! <li> ! <a href="./doc/p-index.htm">Win32Forth</a> is a public domain, ANS compatible, ! Forth language application development system. It was initially written by ! Andrew McKewan, Tom Zimmer, Robert Smith and Jim Schneider during 1994 and 1995, ! and released into the public domain (with the exception of Jim Schneider's assembler ! which was under the GPL). ! Win32Forth is a FAT (as in BIG) system, adhering to the philosophy that if some ! tools are good, many tools must be better. It includes an interactive console ! and an integrated extensible source level debugger. Editing of source text is ! facilitated by the included WinEd hypertext file editor, which allows easy ! exploration of the many mega-bytes of source code that makes up Win32Forth. ! </li> </ul> <hr> <h2>About us</h2> <ul> ! <li> ! The <a href="http://groups.yahoo.com/group/win32forth">Win32Forth Project Group</a> ! was formed in 2002, by John A. Peters, on TopicA.com. It grew in to a loose ! affiliation of programmers and users of <a href="http://www.radiks.net/~jimbo/art/int6.htm">Tom Zimmer's</a> ! Win32Forth system. Tom interests took him elsewhere in 2001 and 2002 (mainly Java), ! and he no longer took an active interest in his system. Tom re-affirmed that his product ! was in the public domain; this group intends furthering the work of maintaining and ! developing a Forth product suitable for Windows and the 21st century based on his ! work. ! </li> </ul> <hr> <h2>How to find us</h2> <ul> ! <li> ! You can find us, on our maillist at: <a href="http://groups.yahoo.com/group/win32forth">http://groups.yahoo.com/group/win32forth</a>. ! </li> </ul> <hr> ! <h2>Download's</h2> <ul> ! <li> ! <a href="http://sourceforge.net/project/showfiles.php?group_id=55294&package_id=50210&release_id=102027">Tom Zimmer's last ! Win32Forth Version 4.2 Build 671</a> ! </li> ! <li> ! Our new stable Win32Forth release <a href="./downloads/w32f61003.exe">6.10.03</a> ! (This Version was released on <b>June 20th,</b> 2005). See release ! <a href="./doc/p-relnotes.6.10.htm">notes</a> for more information. ! </li> ! <li> ! <a href="./downloads/w32f61103.exe">Our current Win32Forth developer release 6.11.03</a> ! (the snapshot was taken from our CVS on <b>June 12th,</b> 2005). See release ! <a href="./doc/p-relnotes.6.12.htm">notes</a> for more information. ! </li> ! <li> ! And <a href="downloads.htm">here</a> you'll find some more useful sources. ! </li> </ul> <hr> - <h2>Links to other Win32Forth websites</h2> - <ul> - <li><a href="http://sourceforge.net/projects/win32forth">Win32Forth on sourceforge.net</a></li> - <li><a href="http://home.planet.nl/~josv/">Jos v.d.Ven is using Win32Forth for Graphics and parallel arithmetic</a></li> - <li><a href="http://www.sunterr.demon.co.uk/">Working with Win32Forth</a></li> - <li><a href="http://www.concentric.net/~jkelm/win32for/index.htm">Jeff's Win32 Programming Examples using Win32Forth</a></li> - <li><a href="http://www.forth.org/svfig/Win32Forth/items.html">Win32Forth at the FIG Silicon Valley Chapter</a></li> - <li><a href="http://users.cybercity.dk/~ccc27382/">Michael Hillerström Win32Forth page</a></li> - <li><a href="http://win32forth.de.vu">Dirk's Win32Forth page</a></li> - <li><a href="http://mrrainbowsallysir.1afm.com/Win32Forth/FUN.htm">The FUN series for Win32Forth</a></li> - <li><a href="http://phma.hn.org/Software/csv2html.html">A csv to html converter written with Win32Forth</a></li> - <li><a href="http://www.marioferrari.org/emupbforth/emupbforth.html">A pbForth emulator.</a> <a href="http://www.hempeldesigngroup.com/lego/pbForth/"> - pbForth</a> is designed to work with the LEGO Mindstorms RCX brick</li> </ul> <hr> ! <p> ! <table border=1 width="100%" cellpadding=2 cellspacing=0 bordercolor="#990066"><tr><td><table border=0 cellpadding=1 cellspacing=0 bgcolor="#ffcccc" width="100%"><tr><td><table border=0 cellpadding=0 cellspacing=4 width="100%" ><tr><td nowrap><font face=arial color="#000000"><b>Forth Programming Webring </b></font></td></tr><tr><td nowrap colspan=2 ><font face=arial size=-1 color="#000000"> [ <a href="http://T.webring.com/wrman?ring=forth&addsite" target=_top>Join Now</a> | <a href="http://T.webring.com/hub?ring=forth&id=20&hub" target=_top>Ring Hub</a> | <a href="http://T.webring.com/go?ring=forth&id=20&random" target=_top>Random</a> | <b><a href="http://T.webring.com/go?ring=forth&id=20&prev" target=_top><< Prev</a> | <a href="http://T.webring.com/go?ring=forth&id=20&next" target=_top>Next >></a></b> ] </font></td></tr></table></td></tr></table></td></tr></table> ! </p> <hr> - <p> - Copyright 2004-2005 by the <a href="mailto:web...@wi...">Win32Forth Project Group</a>.<br> - Last change June 12th, 2005 - </p> ! <p> ! <!-- Begin Nedstat Basic code --> ! <!-- Title: Win32Forth Project Group --> ! <!-- URL: http://www.win32forth.org/ --> ! <script language="JavaScript" type="text/javascript" src="http://m1.nedstatbasic.net/basic.js"> </script> <script ! language="JavaScript" type="text/javascript" > <!-- nedstatbasic("ACuuJgGYTcxB9cKZQqe7Qfv26SzA", 0); // --> ! </script> ! <noscript> ! <a target="_blank" ! href="http://www.nedstatbasic.net/stats?ACuuJgGYTcxB9cKZQqe7Qfv26SzA"> ! <img src="http://m1.nedstatbasic.net/n?id=ACuuJgGYTcxB9cKZQqe7Qfv26SzA" ! border="0" width="18" height="18" alt="Nedstat Basic"></a><br> ! <a target="_blank" href="http://www.nedstatbasic.net/">Nedstat Basic</a> ! </noscript> ! <!-- End Nedstat Basic code --> ! </p> ! </body> </html> --- 18,208 ---- <body> ! <h1 align="center">The Home of the<br> ! <img src="forthpro.gif" width="32" height="32"> Win32Forth <img ! src="forthpro.gif" width="32" height="32"><br> ! Project Group</h1> <hr> + <h2>About Win32Forth</h2> <ul> ! <li><a href="doc/p-index.htm">Win32Forth</a> is a public ! domain, ANS compatible, Forth language application ! development system. It was initially written by Andrew ! McKewan, Tom Zimmer, Robert Smith and Jim Schneider ! during 1994 and 1995, and released into the public domain ! (with the exception of Jim Schneider's assembler which ! was under the GPL). Win32Forth is a FAT (as in BIG) ! system, adhering to the philosophy that if some tools are ! good, many tools must be better. It includes an ! interactive console and an integrated extensible source ! level debugger. Editing of source text is facilitated by ! the included WinEd hypertext file editor, which allows ! easy exploration of the many mega-bytes of source code ! that makes up Win32Forth. </li> </ul> <hr> + <h2>About us</h2> <ul> ! <li>The <a href="http://groups.yahoo.com/group/win32forth">Win32Forth ! Project Group</a> was formed in 2002, by John A. Peters, ! on TopicA.com. It grew in to a loose affiliation of ! programmers and users of <a ! href="http://www.radiks.net/~jimbo/art/int6.htm">Tom ! Zimmer's</a> Win32Forth system. Tom interests took him ! elsewhere in 2001 and 2002 (mainly Java), and he no ! longer took an active interest in his system. Tom ! re-affirmed that his product was in the public domain; ! this group intends furthering the work of maintaining and ! developing a Forth product suitable for Windows and the ! 21st century based on his work. </li> </ul> <hr> + <h2>How to find us</h2> + <ul> ! <li>You can find us, on our maillist at: <a ! href="http://groups.yahoo.com/group/win32forth">http://groups.yahoo.com/group/win32forth</a>. ! </li> </ul> <hr> ! ! <h2>How to join us</h2> ! <ul> ! <li>Here is a <a href="howtojoin.htm">description and short ! manual </a>of the used resouces for the Internet we use ! to develop Win32Forth.</li> ! </ul> ! <hr> ! <h2>Download's</h2> ! <ul> ! <li><a ! href="http://sourceforge.net/project/showfiles.php?group_id=55294&package_id=50210&release_id=102027">Tom ! Zimmer's last Win32Forth Version 4.2 Build 671</a> </li> ! <li>Our new stable Win32Forth release <a ! href="downloads/w32f61003.exe">6.10.03</a> (This Version ! was released on <b>June 20th,</b> 2005). See release <a ! href="doc/p-relnotes.6.10.htm">notes</a> for more ! information. </li> ! <li><a href="downloads/w32f61103.exe">Our current Win32Forth ! developer release 6.11.03</a> (the snapshot was taken ! from our CVS on <b>June 12th,</b> 2005). See release <a ! href="doc/p-relnotes.6.12.htm">notes</a> for more ! information. </li> ! <li>And <a href="downloads.htm">here</a> you'll find some ! more useful sources. </li> </ul> <hr> + <h2>Links to other Win32Forth websites</h2> + <ul> + <li><a href="http://sourceforge.net/projects/win32forth">Win32Forth + on sourceforge.net</a></li> + <li><a href="http://home.planet.nl/~josv/">Jos v.d.Ven is + using Win32Forth for Graphics and parallel arithmetic</a></li> + <li><a href="http://www.sunterr.demon.co.uk/">Working with + Win32Forth</a></li> + <li><a + href="http://www.concentric.net/~jkelm/win32for/index.htm">Jeff's + Win32 Programming Examples using Win32Forth</a></li> + <li><a + href="http://www.forth.org/svfig/Win32Forth/items.html">Win32Forth + at the FIG Silicon Valley Chapter</a></li> + <li><a href="http://users.cybercity.dk/~ccc27382/">Michael + Hillerström Win32Forth page</a></li> + <li><a href="http://win32forth.de.vu">Dirk's Win32Forth page</a></li> + <li><a + href="http://mrrainbowsallysir.1afm.com/Win32Forth/FUN.htm">The + FUN series for Win32Forth</a></li> + <li><a href="http://phma.hn.org/Software/csv2html.html">A csv + to html converter written with Win32Forth</a></li> + <li><a + href="http://www.marioferrari.org/emupbforth/emupbforth.html">A + pbForth emulator.</a> <a + href="http://www.hempeldesigngroup.com/lego/pbForth/">pbForth</a> + is designed to work with the LEGO Mindstorms RCX brick</li> </ul> <hr> ! ! <table border="1" cellpadding="2" cellspacing="0" width="100%" ! bordercolor="#990066"> ! <tr> ! <td><table border="0" cellspacing="0" width="100%" ! bgcolor="#FFCCCC"> ! <tr> ! <td><table border="0" cellpadding="0" ! cellspacing="4" width="100%"> ! <tr> ! <td nowrap><font color="#000000" ! face="arial"><b>Forth Programming Webring ! </b></font></td> ! </tr> ! <tr> ! <td colspan="2" nowrap><font ! color="#000000" size="2" face="arial">[ </font><a ! href="http://T.webring.com/wrman?ring=forth&addsite" ! target="_top"><font color="#000000" ! size="2" face="arial">Join Now</font></a><font ! color="#000000" size="2" face="arial"> | </font><a ! href="http://T.webring.com/hub?ring=forth&id=20&hub" ! target="_top"><font color="#000000" ! size="2" face="arial">Ring Hub</font></a><font ! color="#000000" size="2" face="arial"> | </font><a ! href="http://T.webring.com/go?ring=forth&id=20&random" ! target="_top"><font color="#000000" ! size="2" face="arial">Random</font></a><font ! color="#000000" size="2" face="arial"> | </font><a ! href="http://T.webring.com/go?ring=forth&id=20&prev" ! target="_top"><font color="#000000" ! size="2" face="arial"><b><< Prev</b></font></a><font ! color="#000000" size="2" face="arial"><b> ! | </b></font><a ! href="http://T.webring.com/go?ring=forth&id=20&next" ! target="_top"><font color="#000000" ! size="2" face="arial"><b>Next >></b></font></a><font ! color="#000000" size="2" face="arial"> ] </font></td> ! </tr> ! </table> ! </td> ! </tr> ! </table> ! </td> ! </tr> ! </table> <hr> ! <p>Copyright 2004-2005 by the <a ! href="mailto:web...@wi...">Win32Forth Project Group</a>.<br> ! Last change <!--webbot bot="Timestamp" startspan s-type="EDITED" ! s-format="%m/%d/%y" -->06/23/05<!--webbot bot="Timestamp" ! i-checksum="12920" endspan --></p> ! ! <p><!-- Begin Nedstat Basic code --> <!-- Title: Win32Forth Project Group --> <!-- URL: http://www.win32forth.org/ --> <script language="JavaScript" type="text/javascript" src="http://m1.nedstatbasic.net/basic.js"> </script> <script ! language="JavaScript" type="text/javascript"> <!-- nedstatbasic("ACuuJgGYTcxB9cKZQqe7Qfv26SzA", 0); // --> ! </script> <noscript> <a ! href="http://www.nedstatbasic.net/stats?ACuuJgGYTcxB9cKZQqe7Qfv26SzA" ! target="_blank"><img ! src="http://m1.nedstatbasic.net/n?id=ACuuJgGYTcxB9cKZQqe7Qfv26SzA" ! alt="Nedstat Basic" border="0" width="18" height="18"></a><br> ! <a href="http://www.nedstatbasic.net/" target="_blank">Nedstat ! Basic</a> </noscript> <!-- End Nedstat Basic code --> </p> </body> </html> |