[Slashhack-cvs] slashhack-site/about topicslashdot.gif,NONE,1.1 index.html,1.3,1.4
Brought to you by:
fletch
|
From: Dave F. <fl...@us...> - 2004-10-21 04:29:06
|
Update of /cvsroot/slashhack/slashhack-site/about In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12825/about Modified Files: index.html Added Files: topicslashdot.gif Log Message: Finished about page --- NEW FILE: topicslashdot.gif --- (This appears to be a binary file; contents omitted.) Index: index.html =================================================================== RCS file: /cvsroot/slashhack/slashhack-site/about/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.html 20 Oct 2004 03:17:39 -0000 1.3 --- index.html 21 Oct 2004 04:28:55 -0000 1.4 *************** *** 1,23 **** <html> <head> ! <title>About SlashHack</title> </head> <body bgcolor='#000000'> ! <table cellspacing='0' cellpadding='8' border='0' bgcolor='#eeeeee'> <tr><td> - - <table cellspacing='0' cellpadding='0' border='0' width='100%'><tr bgcolor='#006666'><td valign='top'><img src='http://slashhack.sf.net/images/slc.gif'/></td><td width='100%' style='color:#ffffff;font-family:arial,geneva,sans-serif;font-weight:bolder;font-size:32px;'>about:SlashHack</td><td valign='bottom' style='color:#ffffff;font-family:arial,geneva,sans-serif;font-size:10pt;font-weight:bold;'>Updated: 10/19/04</td></tr></table> - - <p><i><b>Note:</b> This page and the SlashHack software are - currently under heavy construction.</i></p> ! <p>A cross-platform reader for <a href="http://slashdot.org">Slashdot</a>. Slashhack is written on top ! of Mozilla, and should run without modification on any platform ! which Mozilla supports.</p> ! <p><i>More detail to come...</i></p> </td></td></table> ! </body> </html> --- 1,45 ---- <html> + <head> ! <title>about:SlashHack</title> </head> + <body bgcolor='#000000'> ! <br/><br/><br/> ! ! <table align='center' cellspacing='0' cellpadding='12' border='0' bgcolor='#eeeeee' width='80%'> <tr><td> ! <table cellspacing='0' cellpadding='0' border='0'><tr bgcolor='#006666'><td valign='top'><img src='http://slashhack.sf.net/images/slc.gif'/></td><td width='100%' style='color:#ffffff;font-family:arial,geneva,sans-serif;font-weight:bolder;font-size:32px;'>about:SlashHack</td></tr></table> ! <table cellspacing='12'> ! <tr> ! <td valign='top' align='center'> ! <a href="http://slashdot.org"><img width='100' height='34' src='topicslashdot.gif' border="0"/></a> ! <br/><br/> ! <a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=121780&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a> ! </td> ! <td> ! <p>A cross-platform reader for Slashdot.</p> ! ! <p>Special thanks to Rob "CmdrTaco" Malda and the rest ! of the Slashdot crew for bringing us such an inspirational ! site.</p> ! ! <p>Author: <a ! href='mailto:fl...@us...'>Dave ! Fletcher</a></p> ! ! <p>Slashhack is distributable under the <a ! href='http://www.mozilla.org/MPL/'>Mozilla Public ! License</a> (MPL)</p> ! ! </td> ! </tr> ! </table> </td></td></table> ! </body> ! </html> |