Corrected HTML syntax issues
diff --git a/contribute/_index.html b/contribute/_index.html
index a4ffe29..9035a66 100644
--- a/contribute/_index.html
+++ b/contribute/_index.html
@@ -1,35 +1,42 @@
 <div id="midcolumn">
-	<h2>Developers, want to contribute ?</h2>
-	<p>
-		<a href="http://www.eclipse.org/gemini/blueprint/download">Download</a> Gemini Blueprint and take it for a spin.
-		Read the <a href="http://www.eclipse.org/gemini/blueprint/documentation">docs</a>. Check out and build the code. Then tweet, blog, or post to the 
-		<a href="https://dev.eclipse.org/mailman/listinfo/gemini-dev"> developer mailing list</a> It's as simple as that. 
-		Maybe later you'll want to file 
-		<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;order=Importance;product=Gemini.Blueprint">
-		bugs</a> or send in patches to the docs and code.
-	</p>
-	
-	<p>
-		All of our source code resides in git:
-		<ul>
-			<li>
-				Web access: <a href="https://git.eclipse.org/c/gemini.blueprint/org.eclipse.gemini.blueprint.git/tree">https://git.eclipse.org/c/gemini.blueprint/org.eclipse.gemini.blueprint.git/tree</a>
-			</li>
-			<li>
-				Github: <a href="https://github.com/eclipse/gemini.blueprint">https://github.com/eclipse/gemini.blueprint</a>
-			</li>
-			<li>
-				Anonymous: git clone git://git.eclipse.org/gitroot/gemini.blueprint/org.eclipse.gemini.blueprint.git
-			</li>
-			<li>
-				Anonymous (behind firewall): git clone http://git.eclipse.org/gitroot/gemini.blueprint/org.eclipse.gemini.blueprint.git
-			</li>
-			<li>
-				Committers: git clone ssh://committer_id@git.eclipse.org/gitroot/gemini.blueprint/org.eclipse.gemini.blueprint.git
-			</li>
-		</ul>
-		Note that this git repository should also be mirrored in the future at github: <a href="https://github.com/eclipse/gemini.blueprint">https://github.com/eclipse/gemini.blueprint</a>.
-	</p>
+    <h2>Developers, want to contribute ?</h2>
+    <p>
+        <a href="http://www.eclipse.org/gemini/blueprint/download">Download</a> Gemini Blueprint and take it for a spin.
+        Read the <a href="http://www.eclipse.org/gemini/blueprint/documentation">docs</a>. Check out and build the code.
+        Then tweet, blog, or post to the
+        <a href="https://dev.eclipse.org/mailman/listinfo/gemini-dev"> developer mailing list</a> It's as simple as
+        that.
+        Maybe later you'll want to file
+        <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;order=Importance;product=Gemini.Blueprint">
+            bugs</a> or send in patches to the docs and code.
+    </p>
+
+    <p>
+        All of our source code resides in git:
+    </p>
+
+    <ul>
+        <li>
+            Web access: <a href="https://git.eclipse.org/c/gemini.blueprint/org.eclipse.gemini.blueprint.git/tree">https://git.eclipse.org/c/gemini.blueprint/org.eclipse.gemini.blueprint.git/tree</a>
+        </li>
+        <li>
+            Github: <a
+                href="https://github.com/eclipse/gemini.blueprint">https://github.com/eclipse/gemini.blueprint</a>
+        </li>
+        <li>
+            Anonymous: git clone git://git.eclipse.org/gitroot/gemini.blueprint/org.eclipse.gemini.blueprint.git
+        </li>
+        <li>
+            Anonymous (behind firewall): git clone
+            http://git.eclipse.org/gitroot/gemini.blueprint/org.eclipse.gemini.blueprint.git
+        </li>
+        <li>
+            Committers: git clone
+            ssh://committer_id@git.eclipse.org/gitroot/gemini.blueprint/org.eclipse.gemini.blueprint.git
+        </li>
+    </ul>
+    Note that this git repository should also be mirrored in the future at github: <a
+        href="https://github.com/eclipse/gemini.blueprint">https://github.com/eclipse/gemini.blueprint</a>.
 
 </div>
 
diff --git a/documentation/_index.html b/documentation/_index.html
index 1882685..06ef642 100644
--- a/documentation/_index.html
+++ b/documentation/_index.html
@@ -1,12 +1,10 @@
 <div id="midcolumn">
-	
-	<p>
+
 	  <ul>
 		<li><a href="http://www.eclipse.org/gemini/blueprint/documentation/reference/3.0.0.M01/html-single/index.html">Reference documentation</a></li>
 		<li><a href="http://www.eclipse.org/gemini/blueprint/documentation/reference/3.0.0.M01/html-single/faq.html">FAQ</a></li>
 		<li>Latest release <a href="http://www.eclipse.org/gemini/blueprint/documentation/reference/3.0.0.M01/html-single/index.html">reference documentation</a></li>
       </ul>
-	</p>
 
 	<p>For migrating between releases of Gemini Blueprint, or from Spring DM to Gemini Blueprint, see the <a href="migration">migration guide</a>.</p>
 </div>
diff --git a/documentation/migration/_index.html b/documentation/migration/_index.html
index 4b7ed49..f1be77e 100644
--- a/documentation/migration/_index.html
+++ b/documentation/migration/_index.html
@@ -28,7 +28,7 @@
 	
 	<h3>Changed Package Name</h3>
 	<p>The most disruptive change for Spring DM users when transitioning to Gemini Blueprint is the renaming of the project packages: 
-	from <tt>org.springframework.osgi</tt> to <tt>org.eclipse.gemini.blueprint</tt>. If you are referring to the Spring DM classes, in any way,
+		from <code>org.springframework.osgi</code> to <code>org.eclipse.gemini.blueprint</code>. If you are referring to the Spring DM classes, in any way,
 	either inside Java code or XML configuration, you need to update the package.<br/>
 	The actual class names and method signatures have <b>not</b> been changed so in most cases the changed can be accommodated through a simple "search & replace"
 	operation.<br/>
@@ -38,41 +38,41 @@
 	
 	<h3>Changed Exported Packages (Versions Included)</h3>
 	<p>Inherent to the package name changes, the artifact manifests have been updated as well. Besides changing the imported package names as indicated above, consumers should modify
-	the imported version to <tt>1.0.0</tt> (or <tt>1.0.0.M1</tt> for wiring only to the M1 artifact).
+		the imported version to <code>1.0.0</code> (or <code>1.0.0.M1</code> for wiring only to the M1 artifact).
 	
 	<h3>Deprecated Namespace/Schema Location</h3>
-	<p>The existing Spring DM schema definition (named <tt>spring-osgi.xsd</tt> and located at <tt>http://www.springframework.org/schema/osgi</tt>) are still available and supported
-	by Eclipse Gemini Blueprint. However we recommend users to migrate to the newly added schemas at <tt>http://www.eclipse.org/gemini/blueprint/schema/blueprint/gemini-blueprint.xsd</tt>
-	and <tt>http://www.eclipse.org/gemini/blueprint/schema/blueprint-compendium/gemini-blueprint-compendium.xsd</tt>. Except for the schema location, the new schemas are identical to the
+	<p>The existing Spring DM schema definition (named <code>spring-osgi.xsd</code> and located at <code>http://www.springframework.org/schema/osgi</code>) are still available and supported
+		by Eclipse Gemini Blueprint. However we recommend users to migrate to the newly added schemas at <code>http://www.eclipse.org/gemini/blueprint/schema/blueprint/gemini-blueprint.xsd</code>
+		and <code>http://www.eclipse.org/gemini/blueprint/schema/blueprint-compendium/gemini-blueprint-compendium.xsd</code>. Except for the schema location, the new schemas are identical to the
 	old ones and will be the target of any new improvements and further development.</p>
 	
 	<h3>Deprecated Spring-DM specific service properties</h3>
-	<p>Similar to the schema deprecation, the Spring-DM specific properties on exported services (such as <tt>org.springframework.osgi.bean.name</tt>) have been deprecated. While they are still supported
-	users are recommended to use the newly introduced Gemini Blueprint props (simply replace <tt>org.sprinframework.osgi</tt> prefix with <tt>org.eclipse.gemini.blueprint</tt>).</p>
+	<p>Similar to the schema deprecation, the Spring-DM specific properties on exported services (such as <code>org.springframework.osgi.bean.name</code>) have been deprecated. While they are still supported
+		users are recommended to use the newly introduced Gemini Blueprint props (simply replace <code>org.sprinframework.osgi</code> prefix with <code>org.eclipse.gemini.blueprint</code>).</p>
 	
 	<h3>Removed deprecated classes</h3>
 	<p>During the move, several deprecated or unused classes have been removed. If you cannot find a class name in the new package, it's likely that it has been removed in the process. Feel free
 	to confirm this over the forums.</p>
 
 	<h3>Removed deprecated modules</h3>
-	<p>As of Gemini Blueprint M1, not all modules or projects inside Spring DM have been moved. At the moment only the <tt>io</tt>, <tt>core</tt>, <tt>extender</tt> and <tt>test</tt> modules have 
+	<p>As of Gemini Blueprint M1, not all modules or projects inside Spring DM have been moved. At the moment only the <code>io</code>, <code>core</code>, <code>extender</code> and <code>test</code> modules have
 	transitioned are provided in M1. With the up-coming release of OSGi RFC-66, the web support is being discontinued. Existing users are encouraged to look at Eclipse Gemini Web 
 	<a href="http://www.eclipse.org/gemini/blueprint/">project</a>. The plans for the Maven archetype and annotation extension are undefined for the moment and these modules are <b>NOT</b> included
 	in Gemini Blueprint project.</p>
 	
 	<h3>Changed Maven artifact groupId/artifactId and repository</h3>
-	<p>The Maven artifacts have changed as well during the transition. For the time being, the artifacts are hosted at a new repository (<tt>zodiac.springsource.com</tt>):
-	  <pre>
+	<p>The Maven artifacts have changed as well during the transition. For the time being, the artifacts are hosted at a new repository (<code>zodiac.springsource.com</code>):	</p>
+
+	<pre>
   &lt;repository&gt;
     &lt;id&gt;zodiac-repository&lt;/id&gt;
     &lt;name&gt;Zodiac Milestone Repository&lt;/name&gt;
     &lt;url&gt;http://zodiac.springsource.com/maven/bundles/milestone&lt;/url&gt;
   &lt;/repository&gt;
   	 </pre>
-    The groupId has changed from <tt>org.springframework.osgi</tt> to <tt>org.eclipse.gemini.blueprint</tt> and artifactId from <tt>spring-osgi-*</tt> to <tt>gemini-blueprint-*</tt> (e.g.
-    <tt>spring-osgi-core</tt> is now <tt>gemini-blueprint-core</tt>).		
-	</p>
-	
+	The groupId has changed from <code>org.springframework.osgi</code> to <code>org.eclipse.gemini.blueprint</code> and artifactId from <code>spring-osgi-*</code> to <code>gemini-blueprint-*</code> (e.g.
+	<code>spring-osgi-core</code> is now <code>gemini-blueprint-core</code>).
+
 	<p>The content and names of the artifacts have remained mainly unchanged.</p>
 	
 </div>
\ No newline at end of file
diff --git a/history/_index.html b/history/_index.html
index 61acd47..673999a 100644
--- a/history/_index.html
+++ b/history/_index.html
@@ -11,7 +11,7 @@
 		<li>Lightweight, trasparent, POJO-based programming model</li>
 	</ul>
 	<p>
-		Spring DM combined the powerful model offered by Spring <a href="www.springframework.org">Framework</a>
+		Spring DM combined the powerful model offered by Spring <a href="https://www.springframework.org">Framework</a>
 		with the dynamic and modular capabilities of the OSGi platform. The combination proved so successful
 		and popular that the OSGi Alliance decided to standardise this programming model through the
 		OSGi Service Blueprint, as part of the OSGi Compendium Services <a href="http://www.osgi.org/News/20090924">4.2</a> 
diff --git a/support/_index.html b/support/_index.html
index 7e3b98a..e1af4bc 100644
--- a/support/_index.html
+++ b/support/_index.html
@@ -1,31 +1,39 @@
 <div id="midcolumn">
-		
-	<h2>Community Forum</h2>
-		<p>
-			The Gemini  Forum is intended for user community discussions on Gemini projects (including Blueprint) usage and troubleshooting.
-			Developers extending Blueprint should refer to the <a href="http://www.eclipse.org/gemini/blueprint/contribute/">contribute</a> page and the
-			<a href="https://dev.eclipse.org/mailman/listinfo/gemini-dev">Gemini Developer mailing list</a>.
-		</p>
-		<ul>
-			<li><a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=153">Browse forum posts</a> using the web interface</li>
-		</ul>
-		
-		<h2>Open Source Support for Gemini Blueprint</h2>
-		<p>
-			Submit bugs using the <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;order=Importance;product=Gemini.Blueprint">Bugzilla web interface</a>.
-			Please <a href="https://bugs.eclipse.org/bugs/query.cgi?product=Gemini.Blueprint">search for duplicates</a> first.
-		</p>
-			For defects, provide steps to reproduce. For enhancements, describe a use case.
-		</p>
-		<p>
-			Committers prioritize critical bug fixes and enhancements and cannot respond to all inquiries.
-			For additional help, see the Commerical Support section below.
-		</p>
-		<ul>
-			<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Gemini.Blueprint&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&emailtype1=substring&email1=&emailtype2=notregexp&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">View bugs with severity of normal or higher</a></li>
-			<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Gemini.Blueprint&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=minor&bug_severity=trivial&bug_severity=enhancement&emailtype1=substring&email1=&emailtype2=notregexp&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">View bugs marked enhancement, minor, or trivial</a></li>
-		</ul>
 
-	</div>
-	
+    <h2>Community Forum</h2>
+    <p>
+        The Gemini Forum is intended for user community discussions on Gemini projects (including Blueprint) usage and
+        troubleshooting.
+        Developers extending Blueprint should refer to the <a
+            href="http://www.eclipse.org/gemini/blueprint/contribute/">contribute</a> page and the
+        <a href="https://dev.eclipse.org/mailman/listinfo/gemini-dev">Gemini Developer mailing list</a>.
+    </p>
+    <ul>
+        <li><a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=153">Browse forum posts</a> using the web
+            interface
+        </li>
+    </ul>
+
+    <h2>Open Source Support for Gemini Blueprint</h2>
+    <p>
+        Submit bugs using the <a
+            href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;order=Importance;product=Gemini.Blueprint">Bugzilla
+        web interface</a>.
+        Please <a href="https://bugs.eclipse.org/bugs/query.cgi?product=Gemini.Blueprint">search for duplicates</a>
+        first.
+    </p>
+    For defects, provide steps to reproduce. For enhancements, describe a use case.
+    <p>
+        Committers prioritize critical bug fixes and enhancements and cannot respond to all inquiries.
+        For additional help, see the Commerical Support section below.
+    </p>
+    <ul>
+        <li>
+            <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Gemini.Blueprint&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&emailtype1=substring&email1=&emailtype2=notregexp&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">View
+                bugs with severity of normal or higher</a></li>
+        <li>
+            <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Gemini.Blueprint&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=minor&bug_severity=trivial&bug_severity=enhancement&emailtype1=substring&email1=&emailtype2=notregexp&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">View
+                bugs marked enhancement, minor, or trivial</a></li>
+    </ul>
+
 </div>