Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdoc/bundles/org.eclipse.ecf.doc/html/overview/ecf_overview.html24
-rw-r--r--doc/bundles/org.eclipse.ecf.doc/intro/overviewExtensionContent.xml2
-rw-r--r--doc/bundles/org.eclipse.ecf.doc/toc.xml2
3 files changed, 24 insertions, 4 deletions
diff --git a/doc/bundles/org.eclipse.ecf.doc/html/overview/ecf_overview.html b/doc/bundles/org.eclipse.ecf.doc/html/overview/ecf_overview.html
index 03774e8b9..f9a5b3c94 100755
--- a/doc/bundles/org.eclipse.ecf.doc/html/overview/ecf_overview.html
+++ b/doc/bundles/org.eclipse.ecf.doc/html/overview/ecf_overview.html
@@ -16,8 +16,22 @@ tr {vertical-align: top;}
</head>
<body>
-<p>
-<h2>Eclipse Communication Framework Overview</h2>
+
+<h2><img src="../../intro/css/images/ecf_intro.gif">Eclipse Communication Framework (ECF) Overview</h2>
+
+<h3>Introduction</h4>
+ECF is two things:
+<ol>
+<li>For <a href="#users">Users</a>: Instant Messaging (IM), Chat, File Sharing, Voice-Over-IP (VOIP),
+Real-Time Collaboration
+</li>
+<li>For <a href="#developers">Developers</a>: A framework (set of APIs) for developers to add communications functions to their tools and applications</li>
+</ol>
+<h3><a name="users"/>Users</h3>
+
+
+<h3><a name="developers"/>Developers</h3>
+
The Eclipse Communication Framework (ECF)
provides APIs that simplify the creation of interoperable, extensible, reliable distributed applications.
The framework is useful for aiding the creation of plugins, tools,
@@ -33,5 +47,11 @@ tr {vertical-align: top;}
Such custom implementations allow interoperability with any desired (proprietary or open) communications protocols.
<br><br>Finally, ECF also provides fully functional example applications using these APIs...such as XMPP (Jabber) Instant
Messaging/chat, file and URL-sharing, real-time model sharing, and collaborative editing.
+
+
+ <h3>Useful Links</h3>
+ <p>ECF Home Page: <a href="http://www.eclipse.org/ecf">http://www.eclipse.org/ecf</a>
+ <p>ECF Extras Home Page (Skype, JMS, and Yahoo providers): <a href="http://ecf1.osuosl.org">http://ecf1.osuosl.org/ecf</a>
+ <p>ECF Wiki: <a href="http://wiki.eclipse.org/index.php/Eclipse_Communication_Framework_Project">http://wiki.eclipse.org/index.php/Eclipse_Communication_Framework_Project</a>
</body>
</html>
diff --git a/doc/bundles/org.eclipse.ecf.doc/intro/overviewExtensionContent.xml b/doc/bundles/org.eclipse.ecf.doc/intro/overviewExtensionContent.xml
index bf790c749..4304ec832 100644
--- a/doc/bundles/org.eclipse.ecf.doc/intro/overviewExtensionContent.xml
+++ b/doc/bundles/org.eclipse.ecf.doc/intro/overviewExtensionContent.xml
@@ -3,7 +3,7 @@
<extensionContent id="orgeclipseecfdoc-introExtension" style="css/overview.css" name="Communications" path="overview/@">
<group style-id="content-group" id="orgeclipseecfdoc-introLink-group">
<link label="Communications" url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.ecf.doc/html/overview/ecf_overview.html" id="orgeclipseecfdoc-introLink" style-id="content-link">
- <text>Learn how to communicate with other developers.</text>
+ <text>Learn how to use ECF to communicate with other developers.</text>
</link>
</group>
</extensionContent>
diff --git a/doc/bundles/org.eclipse.ecf.doc/toc.xml b/doc/bundles/org.eclipse.ecf.doc/toc.xml
index 841c687f0..fbc939051 100644
--- a/doc/bundles/org.eclipse.ecf.doc/toc.xml
+++ b/doc/bundles/org.eclipse.ecf.doc/toc.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
-<toc label="ECF Plug-in Developer Guide" topic="html/overview/ecf_overview.html">
+<toc label="ECF Developer Guide" topic="html/overview/ecf_overview.html">
<topic label="Getting Started">
<anchor id="gettingstarted"/>
</topic>

Back to the top