Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.help.ui/doc/overview.html')
-rw-r--r--org.eclipse.mylyn.help.ui/doc/overview.html26
1 files changed, 14 insertions, 12 deletions
diff --git a/org.eclipse.mylyn.help.ui/doc/overview.html b/org.eclipse.mylyn.help.ui/doc/overview.html
index 9982f28fe..db00a5aa2 100644
--- a/org.eclipse.mylyn.help.ui/doc/overview.html
+++ b/org.eclipse.mylyn.help.ui/doc/overview.html
@@ -28,19 +28,20 @@ tr {
<h2>Mylyn Overview</h2>
-<p>Mylyn is a task-focused UI for Eclipse that makes working with
-very large workspaces as easy as working with small ones. Mylyn extends
-Eclipse with mechanisms for keeping track of the tasks that you work on.
-A task is defined as any unit of work that you want to recall or share
-with others, such as a bug reported by a user or a note to yourself
-about improving a feature. You can store tasks locally in your
-workspace, or they can come from one or more task repositories. To
-connect to a task repository, you must have a connector that supports
-that repository. (A task repository is a bug/ticket/issue tracker such
-as Bugzilla, Trac, or JIRA).</p>
+<p>Mylyn documentation is available online at: <b>
+<a href="http://eclipse.org/mylyn/start/">http://eclipse.org/mylyn/start</a>
+</b></p>
+<p>Mylyn is a task-focused UI for Eclipse that makes working with very large
+workspaces as easy as working with small ones. Mylyn extends Eclipse with rich
+facilities for keeping track of the tasks that you work and collaborate on. A
+task is defined as any unit of work that you want to recall or share with
+others, such as a bug reported by a user or a note to yourself about improving a
+feature. You can store tasks locally in your workspace, or they can come from
+one or more task repositories. To connect to a task repository, for example a
+bug tracker such as Bugzilla, you must have a connector that supports that
+repository. </p>
<p>Once your tasks are integrated, Mylyn monitors your work activity
on those tasks to identify information relevant to the task-at-hand.
-Mylyn monitors Eclipse and captures your interaction in a task context.
System artifacts such as files, types, methods, and fields get assigned
a degree-of-interest based on how recently and frequently you interact
with them. This results in uninteresting elements being filtered from
@@ -55,5 +56,6 @@ your productivity by reducing the time you spend searching, scrolling,
and navigating. By making task context explicit, Mylyn also facilitates
multitasking, planning, reusing past efforts, and sharing expertise.</p>
+<img src=images/mylyn-2.0.png>
</body>
-</html>
+</html> \ No newline at end of file

Back to the top