*** empty log message ***
diff --git a/index.php b/index.php
index c7bb04e..6205126 100644
--- a/index.php
+++ b/index.php
@@ -14,9 +14,9 @@
#
# Begin: page-specific settings. Change these.
- $pageTitle = "RTSC Home page";
+ $pageTitle = "RTSC Home page";
$pageKeywords = "device, target, component";
- $pageAuthor = "Dave Russo";
+ $pageAuthor = "Dave Russo";
# Add page-specific Nav bars here
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
@@ -38,9 +38,17 @@
component-based development using the C language targeting all
embedded platforms.
<p>
- While other component technologies exist for embedded systems,
- RTSC is unique in that it scales down to highly resource constrained
- embedded systems including DSPs and 16-bit micro-controllers.
+ While other component technologies exist for embedded systems, RTSC
+ is unique in that it scales down to highly resource constrained embedded
+ systems including DSPs and 16-bit micro-controllers. In addition, RTSC
+ components have a \\\"dual existance\\\": in addition to embedded
+ target code, they include code that executes on a rich client platform
+ to help manage the component's entire lifecycle - from building the
+ component to monitoring the real-time operation of the component within
+ a deployed application. This dual existance enables RTSC components to
+ easily leverage the Eclipse infrastructure without any overhead on the
+ embedded platform.
+
<ul>
<li><a href="http://wiki.eclipse.org/DSDP/RTSC">Project Wiki</a></li>
<li><a href="http://www.eclipse.org/proposals/rtsc">Project Proposal (archived)</a></li>