Update of /cvsroot/csseditor/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv7369
Added Files:
index.html
Log Message:
Initial checkin of the revised home page
--- NEW FILE: index.html ---
<html>
<head>
<title>CSS Editor (Eclipse Plugin)</title>
<link rel="stylesheet" type="text/css" href="style/layout.css">
</head>
<body>
<div id="banner">
<h1>CSS Editor (Eclipse Plugin)</h1>
</div>
<div id="navigation">
<ul>
<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>
<li><a href="http://sourceforge.net/mail/?group_id=97094">Mailing Lists</a></li>
<li><a href="http://sourceforge.net/tracker/?group_id=97094">Issue Tracker</a></li>
<li><a href="http://sourceforge.net/cvs/?group_id=97094">CVS</a></li>
</ul>
<a id="sflogo" href="http://sourceforge.net/"></a>
</div>
<div id="content">
<div id="news">
<h3>Latest News</h3>
<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>Overview</h2>
<p>
This project aims to contribute sophisticated
<a href="http://www.w3.org/Style/CSS">CSS</a> authoring functionality to
the <a href="http://www.eclipse.org/">Eclipse Platform</a>. It implements an
editor that provides enhanced support for editing CSS source files, with
features like:
</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>
<li>syntax highlighting for comments, strings, at-keywords, property names,
pseudo-classes and pseudo-elements.</li>
<li>content-assist on property names etc</li>
<li>outline page showing at-rules and selectors in a CSS file</li>
<li>selectable, pluggable CSS profiles (profiles for CSS level 1 and 2
included)</li>
<li>annotation of errors and warnings while typing</li>
<li>syntax highlighting in compare viewer, structured diff viewer</li>
<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
CSS editing support into editors for languages like HTML and XHTML, which
allow embedded CSS rules. It is <strong>not</strong> the goal of this
project to build some kind of WYSIWYG authoring support for CSS (at least
currently).
</p>
<p>
This project targets release 3.0 of the Eclipse platform, which as of this
writing is not yet released as a stable version. Milestones are available
from the Eclipse.org site
</p>
<h2>Status</h2>
<p>
The initial source has been imported into CVS on Dec 14th, 2003. There are
plenty of bugs to fix and features to implement more properly. But most of
the features outlined above are available and are going to be improved in the
next couple of weeks/months. Binary releases will be made available
regularly.
</p>
<p>
Contributors welcome! Don't hesitate to send patches to the devel mailing
list.
</p>
</div>
</body>
</html>
|