From: <ce...@us...> - 2004-01-10 22:05:56
|
Update of /cvsroot/csseditor/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv30157 Modified Files: index.html Log Message: Include news via SSI Index: index.html =================================================================== RCS file: /cvsroot/csseditor/htdocs/index.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** index.html 8 Jan 2004 16:31:26 -0000 1.7 --- index.html 10 Jan 2004 22:05:53 -0000 1.8 *************** *** 1,12 **** - <?xml version="1.0"?> <!-- $Revision$ --> <!DOCTYPE html ! PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>CSS Editor (Eclipse Plugin)</title> ! <link rel="stylesheet" type="text/css" media="screen" href="style/layout.css"> ! <link rel="stylesheet" type="text/css" media="print" href="style/print.css"> </head> <body> --- 1,11 ---- <!-- $Revision$ --> <!DOCTYPE html ! PUBLIC "-//W3C//DTD HTML 4.01//EN" ! "http://www.w3.org/TR/html401/strict.dtd"> <html> <head> <title>CSS Editor (Eclipse Plugin)</title> ! <link rel="stylesheet" type="text/css" media="screen" href="style/layout.css"/> ! <link rel="stylesheet" type="text/css" media="print" href="style/print.css"/> </head> <body> *************** *** 20,24 **** </div> <ul> ! <li><a href="wiki">Documentation</a> <li><a href="http://sourceforge.net/project/showfiles.php?group_id=97094">Downloads</a></li> <li><a href="http://sourceforge.net/forum/?group_id=97094">Forums</a></li> --- 19,23 ---- </div> <ul> ! <li><a href="wiki">Documentation</a></li> <li><a href="http://sourceforge.net/project/showfiles.php?group_id=97094">Downloads</a></li> <li><a href="http://sourceforge.net/forum/?group_id=97094">Forums</a></li> *************** *** 38,45 **** <a class="rsslink" href="http://sourceforge.net/export/rss2_projnews.php?group_id=97094">RSS</a> <h2>Latest News</h2> ! <a HREF="http://sourceforge.net/forum/forum.php?forum_id=342455"><b>Initial release</b></a> <i>cell - 2004-01-06 17:34</i> ! <div align="center"><a HREF="http://sourceforge.net/forum/forum.php?forum_id=342455">[Read More/Comment]</a></div> ! <hr width="100%" size="1" noshade> ! <div align="center"><a href="http://sourceforge.net/news/?group_id=97094">[News archive]</a></div> </div> <h2 id="overview">Overview</h2> --- 37,41 ---- <a class="rsslink" href="http://sourceforge.net/export/rss2_projnews.php?group_id=97094">RSS</a> <h2>Latest News</h2> ! <!--#include file="news.html" --> </div> <h2 id="overview">Overview</h2> *************** *** 52,56 **** </p> <a href="images/screenshot.png" title="Click for a larger view"> ! <img alt="Screenshot" border="0" style="float: left; margin-right: 2em" src="images/screenshot_thumb.png"> </a> <ul> --- 48,52 ---- </p> <a href="images/screenshot.png" title="Click for a larger view"> ! <img alt="Screenshot" style="float: left; margin-right: 2em" src="images/screenshot_thumb.png"/> </a> <ul> *************** *** 65,70 **** <li>many configuration options</li> </ul> ! <br clear="both"> ! <p> An important goal of this project is to not only provide an editor for editing "standalone" CSS, but also reusable building blocks for integrating --- 61,65 ---- <li>many configuration options</li> </ul> ! <p style="clear: both"> An important goal of this project is to not only provide an editor for editing "standalone" CSS, but also reusable building blocks for integrating |