updated for NatTable 1.0.0 release
diff --git a/download.php b/download.php
index d79449d..b8af1a2 100644
--- a/download.php
+++ b/download.php
@@ -1,15 +1,15 @@
 <?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 
+ * Copyright (c) 2009
  * 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
  * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
- *    
+ *
  *******************************************************************************/
-	
+
 	$pageTitle 		= "NatTable - Download";
 
 	$html  = <<<EOHTML
@@ -17,7 +17,25 @@
 <h2>$pageTitle</h2>
 <p>All downloads are provided under the terms and conditions of the <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> unless otherwise specified.</p>
 
-<h3>NatTable (Incubation) 0.9.0 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=0.9.0&order=Last%20Changed">changelog</a>)</h3> 
+
+<h3>NatTable 1.0.0 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=1.0.0&order=Last%20Changed">changelog</a>)</h3>
+
+<p><b>Please read the <a href="http://eclipse.org/nattable/nandn/nandn_100.php">New and Noteworthy</a> for this release.</b></p>
+
+<p>Release artifacts can be obtained from the following p2 repository: <a href="http://download.eclipse.org/nattable/releases/1.0.0/repository/">http://download.eclipse.org/nattable/releases/1.0.0/repository/</a><br/>
+A zipped p2 repository is also available here: <a href="/downloads/download.php?file=/nattable/releases/1.0.0/repository.zip">repository.zip</a></p>
+
+<p>The examples jar can be downloaded here: <a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.0.0/NatTableExamples-1.0.0.jar">NatTableExamples-1.0.0.jar</a><br/>
+Please read the Examples section of the <a href="http://eclipse.org/nattable/documentation.php?page=getting_started">Getting Started</a> page for info on how to run the examples jar.</p>
+
+
+<h3>Development Snapshot Builds</h3>
+Development snapshot builds are available here: <a href="http://download.eclipse.org/nattable/snapshots/">http://download.eclipse.org/nattable/snapshots/</a>
+
+
+<h3>Old Releases</h3>
+
+<h4>NatTable (Incubation) 0.9.0 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=0.9.0&order=Last%20Changed">changelog</a>)</h4>
 NatTable Core:
 <ul>
 <li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/0.9.0/org.eclipse.nebula.widgets.nattable.core-0.9.0.jar">org.eclipse.nebula.widgets.nattable.core</a>
@@ -43,7 +61,7 @@
 </ul>
 
 <div class="homeitem">
-<h4>Release Notes</h4>
+<h5>Release Notes</h5>
 <p>
 This is our first release as part of Eclipse Nebula. As such our package namespace is now org.eclipse.nebula.widgets.nattable.
 Our release numbering has also been reset to 0.9.0 in compliance with Eclipse conventions for incubation projects. This release is the successor to the last NatTable release on SourceForge, version 2.3.2.
@@ -56,15 +74,6 @@
 <ul>
 </div>
 
-<h3>Development Snapshot Builds</h3>
-Development snapshot builds are available here: <a href="http://download.eclipse.org/nattable/snapshots/">http://download.eclipse.org/nattable/snapshots/</a>
-
-<!--
-<h3>Helios - Eclipse 3.6 (unreleased)</h3>
-<p><b>Update site:</b> http://download.eclipse.org/myproject/<br />
-<b>ZIP file: </b><a href="/downloads/download.php?file=/myproject/file.zip">file.zip</a> (10 MiB)</p>
--->
-
 </div>
 
 <div id="rightcolumn">
@@ -85,4 +94,4 @@
 .homeitem p {margin-bottom : 5px;}
 </style>");
 	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
+?>
diff --git a/pages/_index.html b/pages/_index.html
index 20e70fd..503e6e5 100644
--- a/pages/_index.html
+++ b/pages/_index.html
@@ -51,19 +51,10 @@
 
 <div id="rightcolumn">
 
-  <div class="sideitem">
-    <h6>Incubation</h6>
-      <div align="center">
-        <a href="/projects/what-is-incubation.php">
-          <img align="middle" src="images/egg-incubation.png" border="0" alt="Incubation" />
-        </a>
-      </div>
-  </div>
-
   <div id="tryIt" class="sideitem">
     <img src="images/try_it_button.gif"
-         onclick="window.location.href = 'http://build.eclipse.org/technology/nebula/nattable/webstart/NatTableExamples.jnlp'">
-    (version 0.9.0)
+         onclick="window.location.href = 'http://download.eclipse.org/nattable/webstart/NatTableExamples.jnlp'">
+    (version 1.0.0)
   </div>
 
   <div class="sideitem">
@@ -77,14 +68,13 @@
  
   <div class="sideitem">
     <h6>Current Status</h6>
-    <p><em>NatTable 0.9.0 released! </em><br/>Our first release as part of Eclipse Nebula. Get it at the <a href="download.php">download page</a>.</p>
+    <p>2013-05-29 NatTable 1.0.0 released - NatTable graduates from incubation! Get it at the <a href="download.php">download page</a>.
+    <p>2012-09-15 NatTable 0.9.0 released - Our first release as part of Eclipse Nebula.</p>
   </div>
 
-<!--  
   <div id="headlines">
     <h3>New and Noteworthy</h3>
-    <p>... or a link to your new and noteworthy.</p>
+    <p><a href="http://eclipse.org/nattable/nandn/nandn_100.php">NatTable 1.0.0 New and Noteworthy</a></p>
   </div>
--->
 
 </div>
\ No newline at end of file