From: Andre P. <at...@us...> - 2004-05-19 17:18:56
|
Update of /cvsroot/hoc/www In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19176 Modified Files: download.html index.html Log Message: Added URLs for HOC 0.7 release Index: download.html =================================================================== RCS file: /cvsroot/hoc/www/download.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- download.html 19 May 2004 07:20:23 -0000 1.3 +++ download.html 19 May 2004 17:18:39 -0000 1.4 @@ -43,7 +43,13 @@ </tr> <tr valign="top"> - <td nowrap>0.7 (release notes)</td> + + <td nowrap><a + href="http://prdownloads.sourceforge.net/hoc/hoc-0.7.tar.bz2?download">0.7</a> + (<a + href="http://sourceforge.net/project/shownotes.php?release_id=239505">release + notes</a>)</td> + <td></td> <td>Major changes: <em>typed interface</em>, memory management, update to @@ -52,8 +58,12 @@ </tr> <tr valign="top"> - <td nowrap><a href="http://prdownloads.sourceforge.net/hoc/HOC020103.tar.bz2?download">0.1</a> (<a href="http://sourceforge.net/project/shownotes.php?release_id=238704">release notes</a>)</td> - <td></td> + + <td nowrap><a + href="http://prdownloads.sourceforge.net/hoc/HOC020103.tar.bz2?download">0.1</a> + (<a + href="http://sourceforge.net/project/shownotes.php?release_id=238704">release + notes</a>)</td> <td></td> <td>First development snapshot; more an experiment into Template Haskell than anything else (for historical interest only).</td> Index: index.html =================================================================== RCS file: /cvsroot/hoc/www/index.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- index.html 19 May 2004 16:16:40 -0000 1.9 +++ index.html 19 May 2004 17:18:39 -0000 1.10 @@ -29,21 +29,24 @@ </ul> -<p>You can use HOC to write full-blown GUI applications using Mac OS X's -advanced Cocoa framework.</p> +<p>You can use HOC to write <a href="screenshots.html">full-blown GUI +applications</a> using Mac OS X's advanced Cocoa framework.</p> <h1>News</h1> -<p>Friday, 19 May 2004: <strong>HOC 0.7 released</strong>.</p> - -<p>Thursday, 2 Jan 2003: <strong>HOC 0.1 released</strong>. See the <a - href="http://www.haskell.org/pipermail/glasgow-haskell-users/2003-January/004602.html">full - release announcement</a>, or <a - href="http://prdownloads.sourceforge.net/hoc/HOC020103.tar.bz2?download">download +<p>Friday, 19 May 2004: <strong>HOC 0.7 released</strong>. HOC 0.7 is +a complete rewrite of the early HOC development snapshot. See the <a + href="http://sourceforge.net/project/shownotes.php?release_id=239505">release + notes</a>, or <a + href="http://prdownloads.sourceforge.net/hoc/hoc-0.7.tar.bz2?download">download it</a> here.</p> - -</p> +<p>Thursday, 2 Jan 2003: <strong>HOC development snapshot released</strong>. + See the <a + href="http://www.haskell.org/pipermail/glasgow-haskell-users/2003-January/004602.html">full + release announcement</a>, or <a + href="http://prdownloads.sourceforge.net/hoc/HOC020103.tar.bz2?download">download + it</a> here.</p> <h1>License</h1> |