Added TCF 1.6 download links
diff --git a/_index.html b/_index.html
index 7008793..8c0bf50 100755
--- a/_index.html
+++ b/_index.html
@@ -1,19 +1,19 @@
-<!-- 
+<!--
 <div id="bigbuttons">
 <h3>Primary Links</h3>
 <ul>
 <li><a id="buttonDownload" href="downloads.php" title="Download">
-	Eclipse TCF Distribution, Software Install Site</a></li>
+    Eclipse TCF Distribution, Software Install Site</a></li>
 <li><a id="buttonDocumentation" href="documentation.php" title="Documentation">
-	Tutorials, Examples, Videos, Reference Documentation</a></li>
+    Tutorials, Examples, Videos, Reference Documentation</a></li>
 <li><a id="buttonSupport" href="support.php" title="Support">
-	Bug Tracker, Forum</a></li>
+    Bug Tracker, Forum</a></li>
 <li><a id="buttonInvolved" href="developers.php" title="Getting Involved">
-	git, Workspace Setup, Wiki, Committers</a></li>
+    git, Workspace Setup, Wiki, Committers</a></li>
 </ul>
 </div>
  -->
- 
+
 <div id="midcolumn">
 <h3>Eclipse TCF (Target Communication Framework)</h3>
 
@@ -22,9 +22,9 @@
 <p>
 TCF is a lightweight, extensible network protocol for driving 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 system management. TCF works out of the box for Intel, PPC and ARM Linux targets 
-including the Raspberry Pi. It supports Proxying and Tunneling for IoT devices, and is particularly strong 
+On top of the protocol, TCF provides a complete modern debugger for C/C++ and Ada, as well as the "Target Explorer"
+for system management. TCF works out of the box for Intel, PPC and ARM Linux targets
+including the Raspberry Pi. It supports Proxying and Tunneling for IoT devices, and is particularly strong
 for multi-process debugging even with slow communication links.
 </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" />
@@ -37,9 +37,9 @@
   <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> 
+</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
@@ -47,9 +47,9 @@
 <br/>
 TCF can intelligently cache data on the host, reducing communication overhead and improving run-time performance.
 A reference Eclipse view is available today to help you get started, as well as a complete C/C++ debugger for Linux.
-The lightweight reference agent under EDL / BSD license is easy to port to other environments such as 
+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. 
+including C, Java, Python, and Lua, on both the host and the target side.
 -->
 
 </div>
diff --git a/downloads.php b/downloads.php
index cdf39f8..4a58e02 100755
--- a/downloads.php
+++ b/downloads.php
@@ -1,6 +1,6 @@
 <?php  																														require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'
 /*******************************************************************************
- * Copyright (c) 2009, 2016
+ * Copyright (c) 2009, 2017
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -19,11 +19,18 @@
  <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a>
   unless otherwise specified.</p>
 
-<h2>TCF 1.5 (Oxygen)</h2>
+<<h2>TCF 1.6 (Photon)</h2>
+<p>Compatible with Eclipse 3.8.2 and later. See the <a href="https://wiki.eclipse.org/TCF/NewIn16">New &amp; Noteworthy</a> (released 27-Jun-2018).</p>
+<ul>
+  <li>p2 software repository: <a href="http://download.eclipse.org/tools/tcf/releases/1.6">http://download.eclipse.org/tools/tcf/releases/1.6</a>
+  <li>Zipped Repo: <a href="/downloads/download.php?file=/tools/tcf/releases/1.6/org.eclipse.tcf-1.6.0.zip">org.eclipse.tcf-1.6.0.zip</a> (10 MiB)
+  <li>TCF Agent source code: <a href="http://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git?h=1.6">http://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git?h=1.6</a>
+</ul>
+
+h2>TCF 1.5 (Oxygen)</h2>
 <p>Compatible with Eclipse 3.8.2 and later. See the <a href="https://wiki.eclipse.org/TCF/NewIn15">New &amp; Noteworthy</a> (released 28-Jun-2017).</p>
 <ul>
-<li>p2 software repository: <a href="http://download.eclipse.org/tools/tcf/releases/1.5">
-   http://download.eclipse.org/tools/tcf/releases/1.5</a>
+<li>p2 software repository: <a href="http://download.eclipse.org/tools/tcf/releases/1.5">http://download.eclipse.org/tools/tcf/releases/1.5</a>
 <li>Zipped Repo: <a href="/downloads/download.php?file=/tools/tcf/releases/1.5/org.eclipse.tcf-1.5.0.zip">org.eclipse.tcf-1.5.0.zip</a> (10 MiB)
 <li>C Agent: <a href="/downloads/download.php?file=/tools/tcf/releases/1.5/org.eclipse.tcf.agent-1.5.0.zip">org.eclipse.tcf.agent-1.5.0.zip</a> (1 MiB)
 </ul>
@@ -31,8 +38,7 @@
 <h2>TCF 1.4 (Neon)</h2>
 <p>Compatible with Eclipse 3.8.2 and later. See the <a href="https://wiki.eclipse.org/TCF/NewIn14">New &amp; Noteworthy</a> (released 22-Jun-2016).</p>
 <ul>
-<li>p2 software repository: <a href="http://download.eclipse.org/tools/tcf/releases/1.4">
-   http://download.eclipse.org/tools/tcf/releases/1.4</a>
+<li>p2 software repository: <a href="http://download.eclipse.org/tools/tcf/releases/1.4">http://download.eclipse.org/tools/tcf/releases/1.4</a>
 <li>Zipped Repo: <a href="/downloads/download.php?file=/tools/tcf/releases/1.4/org.eclipse.tcf-1.4.0.zip">org.eclipse.tcf-1.4.0.zip</a> (10 MiB)
 <li>C Agent: <a href="/downloads/download.php?file=/tools/tcf/releases/1.4/org.eclipse.tcf.agent-1.4.0.zip">org.eclipse.tcf.agent-1.4.0.zip</a> (1 MiB)
 </ul>
@@ -40,22 +46,20 @@
 <h2>TCF 1.3 (Mars)</h2>
 <p>Compatible with Eclipse 3.8.2 and later. See the <a href="https://wiki.eclipse.org/TCF/NewIn13">New &amp; Noteworthy</a> (released 24-Jun-2015).</p>
 <ul>
-<li>p2 software repository: <a href="http://download.eclipse.org/tools/tcf/releases/1.3">
-   http://download.eclipse.org/tools/tcf/releases/1.3</a>
+<li>p2 software repository: <a href="http://download.eclipse.org/tools/tcf/releases/1.3">http://download.eclipse.org/tools/tcf/releases/1.3</a>
 <li>Zipped Repo: <a href="/downloads/download.php?file=/tools/tcf/releases/1.3/org.eclipse.tcf-1.3.0.zip">org.eclipse.tcf-1.3.0.zip</a> (10 MiB)
 <li>C Agent: <a href="/downloads/download.php?file=/tools/tcf/releases/1.3/org.eclipse.tcf.agent-1.3.0.zip">org.eclipse.tcf.agent-1.3.0.zip</a> (1 MiB)
 </ul>
 
+<!--
 <h2>TCF 1.2 (Luna SR2)</h2>
 <p>Compatible with Eclipse 3.8.2 and later. See the <a href="https://wiki.eclipse.org/TCF/NewIn12">New &amp; Noteworthy</a> (released 25-Jun-2014).</p>
 <ul>
-<li>p2 software repository: <a href="http://download.eclipse.org/tools/tcf/releases/1.2">
-   http://download.eclipse.org/tools/tcf/releases/1.2</a>
+<li>p2 software repository: <a href="http://download.eclipse.org/tools/tcf/releases/1.2">http://download.eclipse.org/tools/tcf/releases/1.2</a>
 <li>Zipped Repo: <a href="/downloads/download.php?file=/tools/tcf/releases/1.2/r/org.eclipse.tcf-1.2.0.zip">org.eclipse.tcf-1.2.0.zip</a> (12 MiB)
 <li>C Agent: <a href="/downloads/download.php?file=/tools/tcf/releases/1.2/org.eclipse.tcf.agent-1.2.1.zip">org.eclipse.tcf.agent-1.2.1.zip</a> (1 MiB)
 </ul>
 
-<!--
 <h3>Kepler and Juno - TCF 1.1 Milestones</h3>
 <p>The TCF 1.1 Release is compatible with Eclipse 3.8 Juno and later.</p>
 <p><b>Update site:</b> <a href="http://download.eclipse.org/tools/tcf/builds/development/milestones/">
diff --git a/pages/_index.html b/pages/_index.html
index bee2cf9..b705aca 100755
--- a/pages/_index.html
+++ b/pages/_index.html
@@ -1,14 +1,14 @@
 <div id="bigbuttons">
 <h3>Primary Links</h3>
 <ul>
-	<li><a id="buttonDownload" href="download.php" title="Download">Eclipse
-	Distribution, Update Site, Dropins</a></li>
-	<li><a id="buttonDocumentation" href="midcolumn_example.php"
-		title="Documentation">Tutorials, Examples, Videos, Reference Documentation</a></li>
-	<li><a id="buttonSupport" href="midcolumn_example.php" title="Download">Bug
-	Tracker, Newsgroup, Professional Support</a></li>
-	<li><a id="buttonInvolved" href="midcolumn_example.php" title="Getting Involved">CVS,
-	Workspace Setup, Wiki, Committers</a></li>
+    <li><a id="buttonDownload" href="download.php" title="Download">Eclipse
+        Distribution, Update Site, Dropins</a></li>
+    <li><a id="buttonDocumentation" href="midcolumn_example.php"
+        title="Documentation">Tutorials, Examples, Videos, Reference Documentation</a></li>
+    <li><a id="buttonSupport" href="midcolumn_example.php" title="Download">Bug
+        Tracker, Newsgroup, Professional Support</a></li>
+    <li><a id="buttonInvolved" href="midcolumn_example.php" title="Getting Involved">CVS,
+        Workspace Setup, Wiki, Committers</a></li>
 </ul>
 </div>
 
@@ -17,23 +17,23 @@
 <div id="introText">
 
 <p class="left">MyProject is a framework for development of cool stuff and
-more cool stuff. Just describe your project here very briefly. Use the center 
+more cool stuff. Just describe your project here very briefly. Use the center
 section below for a screenshot, a screenshot collage or a screencast.</p>
 
-<p class="right"> This project was just provisioned.  You can see the proposal 
+<p class="right"> This project was just provisioned.  You can see the proposal
 <a href="http://wiki.eclipse.org/DSDP/Restructuring_Review">here</a>
 
 </p>
 
 </div>
 
- 
+
 
 <div id="screencast">
 <object width="640" height="480"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8260921&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=DBD7EF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8260921&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=DBD7EF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="640" height="480"></embed></object>
 </div>
 
-<!-- 
+<!--
 <h3>...and yet powerful</h3>
  -->
 <div id="feature_1">
@@ -55,7 +55,7 @@
 <div id="feature_4">
 <h4>User Experience</h4>
 <p>
-Experiment with style.css to create columns for text, just the way you want it. This section 
+Experiment with style.css to create columns for text, just the way you want it. This section
 is a bit wider and can contain more words, even small logos or graphics to describe a neat feature in more detail.</p>
 </div>