Documentation.
diff --git a/org.jacoco.doc/docroot/doc/environment.html b/org.jacoco.doc/docroot/doc/environment.html
new file mode 100644
index 0000000..7e25f51
--- /dev/null
+++ b/org.jacoco.doc/docroot/doc/environment.html
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>

+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

+<head>

+  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

+  <link rel="stylesheet" href=".resources/doc.css" charset="ISO-8859-1" type="text/css" />

+  <title>JaCoCo - Development Environment</title>

+</head>

+<body>

+

+<div class="breadcrumb">

+  <a href="../index.html" class="el_session">JaCoCo</a> &gt;

+  <a href="index.html" class="el_group">Documentation</a> &gt;

+  <span class="el_source">Development Environment</span>

+</div>

+

+<h1>Development Environment</h1>

+

+<p>

+  With this version JaCoCo is hosted at

+  <a href="http://www.sourceforge.net/">SourceForge</a> as part of the

+  <a href="http://www.sourceforge.net/projects/eclemma">EclEmma project</a>.

+  This document provides an overview of the local and shared tools used for

+  JaCoCo development.

+</p>

+

+<h3>IDE</h3>

+

+<p>

+  JaCoCo development is done with the latest Eclipse version 3.5.x. JaCoCo

+  projects are OSGi bundles, therefore the PDE feature is required. 

+</p>

+

+<h3>Third Party Dependencies</h3>

+

+<p>

+  JaCoCo has dependencies to the following third party bundles. These bundles

+  are not part of the JaCoCo source tree and need to be part of your target

+  platform.

+</p>

+

+<ul>

+  <li>Apache Ant 1.7.x - part of the Eclipse distribution</li>

+  <li>JUnit 4 - part of the Eclipse distribution</li>

+  <li>Objectweb ASM 3.1.x - install from update site <code>http://download.forge.objectweb.org/eclipse-update/</code></li>

+</ul>

+

+<h3>Source Control</h3>

+

+<p>

+  The JaCoCo source code is maintained in a subversion repository at

+<p>

+

+<pre>

+  https://eclemma.svn.sourceforge.net/svnroot/eclemma/jacoco

+</pre>

+

+<p>

+  You will find the latest version as several Eclipse projects in the

+  <code>trunk</code> folder. You might also browse the source code online via our

+  <a href="http://eclemma.svn.sourceforge.net/viewvc/eclemma/jacoco/">ViewVC</a>

+  or <a href="https://sourceforge.net/apps/trac/eclemma/browser/jacoco">Trac</a>

+  web interface.

+</p>

+

+<h3>Planning</h3>

+

+<p>

+  A <a href="https://sourceforge.net/apps/trac/eclemma">Trac Instance</a> is

+  used for milestone planning and task tracking.

+</p>

+

+<h3>Communication</h3>

+

+<p>

+  The development team communicates through a mailing list. The list is closed

+  for non-developers but the archive is

+  <a href="https://sourceforge.net/mailarchive/forum.php?forum_name=eclemma-jacoco-dev">public</a>.

+  Please use the <a href="support.html">support channels</a> to get in touch

+  with the development team.

+</p>

+

+<div class="footer">

+  <div class="versioninfo"><a href="@HOMEURL@">JaCoCo</a> @VERSION@</div>

+  <a href="license.html">Copyright</a> &copy; 2009 Mountainminds GmbH &amp; Co. KG and Contributors

+</div>

+

+</body>

+</html>
\ No newline at end of file
diff --git a/org.jacoco.doc/docroot/doc/index.html b/org.jacoco.doc/docroot/doc/index.html
index 180ca00..0789d06 100644
--- a/org.jacoco.doc/docroot/doc/index.html
+++ b/org.jacoco.doc/docroot/doc/index.html
@@ -17,6 +17,10 @@
 

 <h3>Concepts</h3>

 

+<p>

+  See what this is all about and understand the basic ideas.

+</p>

+

 <ul>

   <li><a href="mission.html">Mission</a></li>

   <li><i>Introduction to Code Coverage</i></li>

@@ -25,13 +29,22 @@
 

 <h3>Using JaCoCo</h3>

 

+<p>

+  Use JaCoCo tools out-of-the-box.

+</p>

+

 <ul>

   <li><a href="ant.html">Ant Tasks</a></li>

   <li><a href="agent.html">Java Agent</a></li>

+  <li><a href="support.html">Support and Feedback</a></li>

 </ul>

 

 <h3>Integrating JaCoCo</h3>

 

+<p>

+  Integrate JaCoCo technology with your tools.

+</p>

+

 <ul>

   <li><a href="implementation.html">Implementation Design</a></li>

   <li><a href="api/index.html">API Documentation (JavaDoc)</a></li>

@@ -39,9 +52,14 @@
 

 <h3>Developing JaCoCo</h3>

 

+<p>

+  Improve the implementation and add new features.

+</p>

+

 <ul>

-  <li><i>Development Environment</i></li>

-  <li><i>Building JaCoCo</i></li>

+  <li><a href="environment.html">Development Environment</a></li>

+  <li><i>Conventions</i></li>

+  <li><i>Build</i></li>

 </ul>

 

 <h3>Legal</h3>

diff --git a/org.jacoco.doc/docroot/doc/mission.html b/org.jacoco.doc/docroot/doc/mission.html
index c85ae0a..c2d0e00 100644
--- a/org.jacoco.doc/docroot/doc/mission.html
+++ b/org.jacoco.doc/docroot/doc/mission.html
@@ -44,7 +44,7 @@
   scenarios. Other tools like a ready to use

   <a href="http://www.eclipse.org/">Eclipse</a> plug-in (future version of

   <a href="http://www.eclemma.org/">EclEmma</a>) or a

-  <a href="http://maven.apache.org/">Maven</a> plug-ins might follow. 

+  <a href="http://maven.apache.org/">Maven</a> plug-in might follow. 

 </p>

 

 <h2>Product Definition</h2>

diff --git a/org.jacoco.doc/docroot/doc/support.html b/org.jacoco.doc/docroot/doc/support.html
new file mode 100644
index 0000000..81dab38
--- /dev/null
+++ b/org.jacoco.doc/docroot/doc/support.html
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>

+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

+<head>

+  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

+  <link rel="stylesheet" href=".resources/doc.css" charset="ISO-8859-1" type="text/css" />

+  <title>JaCoCo - Support and Feedback</title>

+</head>

+<body>

+

+<div class="breadcrumb">

+  <a href="../index.html" class="el_session">JaCoCo</a> &gt;

+  <a href="index.html" class="el_group">Documentation</a> &gt;

+  <span class="el_source">Support and Feedback</span>

+</div>

+

+<h1>Support and Feedback</h1>

+

+<p>

+  Please use the EclEmma

+  <a href="https://sourceforge.net/projects/eclemma/forums/forum/614870">help</a>

+  and

+  <a href="https://sourceforge.net/projects/eclemma/forums/forum/614869">open

+  discussion</a> forums for assistance, problem reports or any kind of other

+  feedback. As a result of annoying spam a free

+  <a class="extern" href="http://sourceforge.net/account/registration/">SourceForge

+  account</a> is required for postings.

+</p>

+

+<div class="footer">

+  <div class="versioninfo"><a href="@HOMEURL@">JaCoCo</a> @VERSION@</div>

+  <a href="license.html">Copyright</a> &copy; 2009 Mountainminds GmbH &amp; Co. KG and Contributors

+</div>

+

+</body>

+</html>
\ No newline at end of file