From: Andre P. <at...@us...> - 2004-05-14 07:41:51
|
Update of /cvsroot/hoc/www In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25786 Modified Files: index.html support.html Log Message: Added Sourceforge logo to bottom of page (as required by Sourceforge policy: see <http://sourceforge.net/project/admin/prweb.php?group_id=93369>) Index: index.html =================================================================== RCS file: /cvsroot/hoc/www/index.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- index.html 14 May 2004 07:34:14 -0000 1.1.1.1 +++ index.html 14 May 2004 07:41:41 -0000 1.2 @@ -91,7 +91,7 @@ Objective-C objects and frameworks from Haskell, and also enables you to write Objective-C objects in Haskell.</p> - + <p>The Haskell interfaces produced by HOC are:</p> <ul> @@ -123,27 +123,31 @@ <p><strong>Friday, 14 May 2004</strong>:<br/> HOC 0.2 released.</p> - <p><strong>Thursday, 2 Jan 2003</strong>:<br/> HOC - 0.1 released. See the <a - href="http://www.haskell.org/pipermail/glasgow-haskell-users/2003-January/004602.html">full - release announcement</a>, or download it - here.</p> + <p><strong>Thursday, 2 Jan 2003</strong>:<br/> HOC + 0.1 released. See the <a + href="http://www.haskell.org/pipermail/glasgow-haskell-users/2003-January/004602.html">full + release announcement</a>, or download it + here.</p> - </ul> + </ul> - <h1>License</h1> + <h1>License</h1> - <p>In the spirit of the Haskell and Mac OS X open-source - communities, HOC is provided under the liberal BSD license.</p> + <p>In the spirit of the Haskell and Mac OS X open-source + communities, HOC is provided under the liberal BSD license.</p> - </div> </div> - <!-- <a class="plain" href="/"><img - src="HOC-Small-Logo.png"></a> --> </div> + </div> - </body> + <p align="right"><a href="http://sourceforge.net/"> <img + src="http://sourceforge.net/sflogo.php?group_id=93369&type=5" + width="210" height="62" border="0" alt="SourceForge.net Logo" /> </a></p> + + </div> + +</body> </html> Index: support.html =================================================================== RCS file: /cvsroot/hoc/www/support.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- support.html 14 May 2004 07:34:14 -0000 1.1.1.1 +++ support.html 14 May 2004 07:41:41 -0000 1.2 @@ -11,7 +11,7 @@ <div id="mainBox" class="main-box"> <div class="content-box"> <div class="logo-box"> - + <table align="center" width="100%" cellpadding="4" cellspacing="4"> <tr> <td border="0" align="right"> @@ -120,16 +120,21 @@ </table> - </div> + </div> + </div> </div> + <!-- <a class="plain" href="/"><img + src="HOC-Small-Logo.png"></a> --> </div> - <!-- <a class="plain" href="/"><img - src="HOC-Small-Logo.png"></a> --> + + <p align="right"><a href="http://sourceforge.net/"> <img + src="http://sourceforge.net/sflogo.php?group_id=93369&type=5" + width="210" height="62" border="0" alt="SourceForge.net Logo" /> </a></p> + </div> - </div> - </body> + </body> -</html> + </html> |