TCF 1.3 : Simplify the description
diff --git a/_index.html b/_index.html
index 82cfaa0..3d5aadc 100755
--- a/_index.html
+++ b/_index.html
@@ -20,6 +20,27 @@
 <div id="introText">
 
 <p>
+TCF is a vendor-neutral, lightweight, extensible network protocol for communicating with embedded systems
+(targets).
+</p><p>
+On top of the protocol, TCF provides a complete modern debugger for C/C++ and Ada, as well as the "Target Explorer" 
+for file transfer and connection management. TCF works out of the box for Intel, PPC and ARM Linux targets 
+including the Raspberry Pi. It is particularly strong for multi-process debugging thanks to its clean 
+architecture, and can be extended easily.
+</p><p>
+<img class="displayed" src="/tcf/images/te_on_pi.png" alt="TCF Target Explorer on Raspberry Pi" border="0" width="609px" height="413px" />
+</p><p>
+On top of the Reference Debugger, TCF makes it very easy to build your own tools using the components provided:
+</p><ul>
+  <li>The lightweight <i>agent</i> under EDL / BSD license is written in C, and very easy to port or embed
+      in custom OS's or "bare metal"" hardware debuggers and simulators.</li>
+  <li>DWARF reader and Symbol Services are written in C and can be used independent of the debugger.</li>
+  <li>TCF Language Bindings for C, Java, Python and Lua allow driving your tools from scripts.</li>
+</ul>
+<p>See the <a href="http://wiki.eclipse.org/TCF">TCF Wiki</a> for details.
+</p> 
+
+<!-- 
 The TCF Project provides a modular service-based communication system for building control, debug, and analysis
 tools for embedded systems. TCF clients and services can discover each other at run-time, providing for streamlined
 out-of-box experience. TCF uses a single communication link for all tooling needs, simplifying target communications
@@ -30,10 +51,7 @@
 The lightweight reference agent under EDL / BSD license is easy to port to other environments such as 
 hardware debuggers, trace units or simulators. Language bindings are available for a range of languages,
 including C, Java, Python, and Lua, on both the host and the target side. 
-<br/>
-See the <a href="http://wiki.eclipse.org/TCF">TCF Wiki</a> for details.</p> 
-
-<img class="displayed" src="/tcf/images/te_on_pi.png" alt="TCF Target Explorer on Raspberry Pi" border="0" width="609px" height="413px" />
+-->
 
 </div>