NatTable 2.0 release

Change-Id: Ie935adc7cafb67820a2358b4a021406b614be487
Signed-off-by: Dirk Fauth <dirk.fauth@googlemail.com>
diff --git a/documentation.php b/documentation.php
index 77101e4..7a3bbf8 100644
--- a/documentation.php
+++ b/documentation.php
@@ -56,7 +56,7 @@
 	$Nav->addCustomNav('Examples', '/nattable/documentation.php?page=examples', '_self', 4);
 	$Nav->addCustomNav('FAQ', '/nattable/documentation.php?page=faq', '_self', 4);
 	$Nav->addCustomNav('Related articles', '/nattable/documentation.php?page=articles', '_self', 4);
-	$Nav->addCustomNav('API Javadoc', 'http://download.eclipse.org/nattable/releases/1.5.0/apidocs', '_self', 4);
+	$Nav->addCustomNav('API Javadoc', 'http://download.eclipse.org/nattable/releases/2.0.0/apidocs', '_self', 4);
 
 	# Generate the web page
 	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
diff --git a/documentation/examples_application.html b/documentation/examples_application.html
index 6242a75..0f189d3 100644
--- a/documentation/examples_application.html
+++ b/documentation/examples_application.html
@@ -1,58 +1,56 @@
-<div id="midcolumn">
-	<h3>NatTable Examples Application</h3>
-	
-	<p>
-		The NatTable Examples Application is a good starting point to get familiar with NatTable.
-		It contains multiple examples to show the features and how to configure them.
-	</p>
-	<p>
-		<img align="middle" src="images/nattable_examples.png" border="0" alt="NatTable Examples Application"/>
-	</p>
-	<p>
-		It can be downloaded in different variants:
-	</p>
-	<p>
-	<table border="0">
-		<tr>
-			<td align="center"><img src="images/Java.png" width="50px" height="50px" align="middle"/></td>
-			<td align="center"><img src="images/OS_Windows_8.png" width="50px" height="50px" align="middle"/></td>
-			<td align="center"><img src="images/OS_Apple.png" width="50px" height="50px" align="middle"/></td>
-			<td align="center"><img src="images/OS_Linux.png" width="50px" height="50px" align="middle"/></td>
-		</tr>
-		<tr>
-			<td align="center">
-				<a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.6.0/NatTableExamples.jar" target="_blank">JAR</a>
-			</td>
-			<td align="center">
-				Windows<br/>
-				<a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.6.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-win32.win32.x86.zip" target="_blank">x86</a><br/>
-				<a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.6.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-win32.win32.x86_64.zip" target="_blank">x86_64</a>
-			</td>
-			<td align="center">
-				Mac OS<br/>
-				<a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.6.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-macosx.cocoa.x86_64.tar.gz" target="_blank">x86_64</a>
-			</td>
-			<td align="center">
-				Linux GTK<br/>
-				<a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.6.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-linux.gtk.x86.tar.gz" target="_blank">x86</a><br/>
-				<a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.6.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-linux.gtk.x86_64.tar.gz" target="_blank">x86_64</a>
-			</td>
-		</tr>
-	</table>
-	</p>
-	<p>
-		The JAR version is the old plain SWT version of the NatTable examples application. It contains all required libraries 
-		except the SWT library. To run the plain SWT version of the examples application you need to download the JAR from here 
-		and the SWT library for your operating system from the <a href="http://download.eclipse.org/eclipse/downloads/" target="_blank">Eclipse download page</a>.
-		For links to the stable SWT Binary and Source for all platforms, select the entry for the latest official release and then scroll to bottom of page.
-	</p>
-	<p>
-		After you have downloaded the NatTable Examples JAR and the SWT JAR for your platform and placed them together in the same directory,
-		the examples can be started with the following command from the command line:
-	</p>
-	<p><span class="code">java -cp swt.jar;NatTableExamples.jar org.eclipse.nebula.widgets.nattable.examples.NatTableExamples</span></p>
-	<p>
-		The downloads provided for different operating systems are Eclipse 4 RCP applications. To run these you only need to download,
-		unpack and start the executable. Note that these versions also contain the E4 examples, which are not included in the plain SWT JAR.
-	</p>
+<div id="midcolumn">

+	<h3>NatTable Examples Application</h3>

+

+	<p>

+		The NatTable Examples Application is a good starting point to get familiar with NatTable.

+		It contains multiple examples to show the features and how to configure them.

+	</p>

+	<p>

+		<img align="middle" src="images/nattable_examples.png" border="0" alt="NatTable Examples Application"/>

+	</p>

+	<p>

+		It can be downloaded in different variants:

+	</p>

+	<p>

+	<table border="0">

+		<tr>

+			<td align="center"><img src="images/Java.png" width="50px" height="50px" align="middle"/></td>

+			<td align="center"><img src="images/OS_Windows_8.png" width="50px" height="50px" align="middle"/></td>

+			<td align="center"><img src="images/OS_Apple.png" width="50px" height="50px" align="middle"/></td>

+			<td align="center"><img src="images/OS_Linux.png" width="50px" height="50px" align="middle"/></td>

+		</tr>

+		<tr>

+			<td align="center">

+				<a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/2.0.0/NatTableExamples.jar" target="_blank">JAR</a>

+			</td>

+			<td align="center">

+				Windows<br/>

+				<a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/2.0.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-win32.win32.x86_64.zip" target="_blank">x86_64</a>

+			</td>

+			<td align="center">

+				Mac OS<br/>

+				<a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/2.0.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-macosx.cocoa.x86_64.tar.gz" target="_blank">x86_64</a>

+			</td>

+			<td align="center">

+				Linux GTK<br/>

+				<a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/2.0.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-linux.gtk.x86_64.tar.gz" target="_blank">x86_64</a>

+			</td>

+		</tr>

+	</table>

+	</p>

+	<p>

+		The JAR version is the old plain SWT version of the NatTable examples application. It contains all required libraries

+		except the SWT library. To run the plain SWT version of the examples application you need to download the JAR from here

+		and the SWT library for your operating system from the <a href="http://download.eclipse.org/eclipse/downloads/" target="_blank">Eclipse download page</a>.

+		For links to the stable SWT Binary and Source for all platforms, select the entry for the latest official release and then scroll to bottom of page.

+	</p>

+	<p>

+		After you have downloaded the NatTable Examples JAR and the SWT JAR for your platform and placed them together in the same directory,

+		the examples can be started with the following command from the command line:

+	</p>

+	<p><span class="code">java -cp swt.jar;NatTableExamples.jar org.eclipse.nebula.widgets.nattable.examples.NatTableExamples</span></p>

+	<p>

+		The downloads provided for different operating systems are Eclipse 4 RCP applications. To run these you only need to download,

+		unpack and start the executable. Note that these versions also contain the E4 examples, which are not included in the plain SWT JAR.

+	</p>

 </div>
\ No newline at end of file
diff --git a/documentation/start.html b/documentation/start.html
index b6666ea..cffc503 100644
--- a/documentation/start.html
+++ b/documentation/start.html
@@ -1,36 +1,36 @@
-<div id="midcolumn">
-	<h3>Documentation</h3>
-	
-	<div id="midcolumn">
-		<ol>
-			<li><a href="/nattable/documentation.php?page=contribution_guide" title="Contribution Guide">Contribution Guide</a></li>
-			<li><a href="/nattable/documentation.php?page=getting_started" title="Getting started">Getting started</a></li>
-			<li>
-				User guide
-				<ol>
-		        		<li><a href="/nattable/documentation.php?page=basics" title="Basics">Basics</a></li>
-        				<li><a href="/nattable/documentation.php?page=layer" title="Layers">Layers</a></li>
-        				<li><a href="/nattable/documentation.php?page=configuration" title="Configuration">Configuration</a></li>
-        				<li><a href="/nattable/documentation.php?page=data" title="Data access">Data access (TBD)</a></li>
-        				<li><a href="/nattable/documentation.php?page=styling" title="Styling">Styling</a></li>
-        				<li><a href="/nattable/documentation.php?page=editing" title="Editing">Editing</a></li>
-        				<li><a href="/nattable/documentation.php?page=binding" title="UI Bindings">UI Bindings (TBD)</a></li>
-        				<li><a href="/nattable/documentation.php?page=selection" title="Selection">Selection (TBD)</a></li>
-        				<li><a href="/nattable/documentation.php?page=sorting" title="Sorting">Sorting</a></li>
-        				<li><a href="/nattable/documentation.php?page=filtering" title="Filtering">Filtering (TBD)</a></li>
-        				<li><a href="/nattable/documentation.php?page=tree" title="Trees">Trees (TBD)</a></li>
-        				<li><a href="/nattable/documentation.php?page=grouping" title="Grouping">Grouping (TBD)</a></li>
-        				<li><a href="/nattable/documentation.php?page=summary_row" title="Summary row">Summary row</a></li>
-        				<li><a href="/nattable/documentation.php?page=freeze" title="Freezing">Freezing (TBD)</a></li>
-        				<li><a href="/nattable/documentation.php?page=context" title="Context menus">Context menus (TBD)</a></li>
-        				<li><a href="/nattable/documentation.php?page=commands" title="Custom commands">Custom commands (TBD)</a></li>
-        				<li><a href="/nattable/documentation.php?page=persistence" title="Persistence">Persistence</a></li>
-				</ol>
-			</li>
-       		<li><a href="/nattable/documentation.php?page=examples" title="Examples">Examples</a></li>
-			<li><a href="/nattable/documentation.php?page=faq" title="FAQ">FAQ</a></li>
-			<li><a href="/nattable/documentation.php?page=articles" title="Related articles">Related articles</a></li>
-			<li><a href="http://download.eclipse.org/nattable/releases/1.6.0/apidocs" title="API Javadoc">API Javadoc (1.6.0)</a></li>
-		</ol>
-	</div>
+<div id="midcolumn">

+	<h3>Documentation</h3>

+

+	<div id="midcolumn">

+		<ol>

+			<li><a href="/nattable/documentation.php?page=contribution_guide" title="Contribution Guide">Contribution Guide</a></li>

+			<li><a href="/nattable/documentation.php?page=getting_started" title="Getting started">Getting started</a></li>

+			<li>

+				User guide

+				<ol>

+		        		<li><a href="/nattable/documentation.php?page=basics" title="Basics">Basics</a></li>

+        				<li><a href="/nattable/documentation.php?page=layer" title="Layers">Layers</a></li>

+        				<li><a href="/nattable/documentation.php?page=configuration" title="Configuration">Configuration</a></li>

+        				<li><a href="/nattable/documentation.php?page=data" title="Data access">Data access (TBD)</a></li>

+        				<li><a href="/nattable/documentation.php?page=styling" title="Styling">Styling</a></li>

+        				<li><a href="/nattable/documentation.php?page=editing" title="Editing">Editing</a></li>

+        				<li><a href="/nattable/documentation.php?page=binding" title="UI Bindings">UI Bindings (TBD)</a></li>

+        				<li><a href="/nattable/documentation.php?page=selection" title="Selection">Selection (TBD)</a></li>

+        				<li><a href="/nattable/documentation.php?page=sorting" title="Sorting">Sorting</a></li>

+        				<li><a href="/nattable/documentation.php?page=filtering" title="Filtering">Filtering (TBD)</a></li>

+        				<li><a href="/nattable/documentation.php?page=tree" title="Trees">Trees (TBD)</a></li>

+        				<li><a href="/nattable/documentation.php?page=grouping" title="Grouping">Grouping (TBD)</a></li>

+        				<li><a href="/nattable/documentation.php?page=summary_row" title="Summary row">Summary row</a></li>

+        				<li><a href="/nattable/documentation.php?page=freeze" title="Freezing">Freezing (TBD)</a></li>

+        				<li><a href="/nattable/documentation.php?page=context" title="Context menus">Context menus (TBD)</a></li>

+        				<li><a href="/nattable/documentation.php?page=commands" title="Custom commands">Custom commands (TBD)</a></li>

+        				<li><a href="/nattable/documentation.php?page=persistence" title="Persistence">Persistence</a></li>

+				</ol>

+			</li>

+       		<li><a href="/nattable/documentation.php?page=examples" title="Examples">Examples</a></li>

+			<li><a href="/nattable/documentation.php?page=faq" title="FAQ">FAQ</a></li>

+			<li><a href="/nattable/documentation.php?page=articles" title="Related articles">Related articles</a></li>

+			<li><a href="http://download.eclipse.org/nattable/releases/2.0.0/apidocs" title="API Javadoc">API Javadoc (2.0.0)</a></li>

+		</ol>

+	</div>

 </div>
\ No newline at end of file
diff --git a/download.php b/download.php
index 0b973e9..65bf2ec 100644
--- a/download.php
+++ b/download.php
@@ -1,154 +1,170 @@
-<?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
- * 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
-<div id="midcolumn">
-<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 1.6.0 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=1.6.0&order=Last%20Changed">changelog</a>)</h3>
-
-<p>Release artifacts can be obtained from the following p2 repository: <a href="http://download.eclipse.org/nattable/releases/1.6.0/repository/">http://download.eclipse.org/nattable/releases/1.6.0/repository/</a></p>
-<p>A zipped p2 repository is also available here: <a href="/downloads/download.php?file=/nattable/releases/1.6.0/repository.zip">repository.zip</a></p>
-
-<p>The NatTable Examples Application can be downloaded from the<br/><a href="/nattable/documentation.php?page=examples_application" title="NatTable Examples Application">NatTable Examples Application</a> page.</p>
-
-
-<h3>Development Snapshot Builds</h3>
-<p>Development snapshot builds are available here:<br> <a href="http://download.eclipse.org/nattable/snapshots/">http://download.eclipse.org/nattable/snapshots/</a></p>
-
-
-<h3>Older Releases</h3>
-
-<p>Note that if you want to use the NatTable extensions for GlazedLists and/or Apache POI in NatTable versions prior 1.4.0, the necessary OSGi bundles for those third-party dependencies need to be available for the installation process.
-These bundles are available in the latest recommended release build of <a href="http://www.eclipse.org/orbit/">Eclipse Orbit</a>.
-You can either install those bundles manually prior installing the NatTable extensions or simply add the Eclipse Orbit Update Site to the list of Available Software Sites so the installation process is able to resolve the dependencies itself.
-The following update site is at the time writing this document the latest recommended Eclipse Orbit build repository:<br>
-<a href="http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/">http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/</a></p><br>
-
-
-<h4>NatTable 1.5.0 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=1.5.0&order=Last%20Changed">changelog</a>)</h4>
-<ul>
-<li>p2 repo: <a href="http://download.eclipse.org/nattable/releases/1.5.0/repository/">http://download.eclipse.org/nattable/releases/1.5.0/repository/</a> (<a href="/downloads/download.php?file=/nattable/releases/1.5.0/repository.zip">repository.zip</a>)</li>
-<li>Examples:
-<ul>
-<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.5.0/NatTableExamples-1.5.0.jar">NatTableExamples-1.5.0.jar</a></li>
-<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.5.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-linux.gtk.x86.tar.gz">Linux GTK x86</a></li>
-<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.5.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-linux.gtk.x86_64.tar.gz">Linux GTK x86_64</a></li>
-<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.5.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-macosx.cocoa.x86_64.tar.gz">Mac OSX Cocoa x86_64</a></li>
-<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.5.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-win32.win32.x86.zip">Windows x86</a></li>
-<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.5.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-win32.win32.x86_64.zip">Windows x86_64</a></li>
-</ul>
-</li>
-<li><a href="http://eclipse.org/nattable/nandn/nandn_150.php">New and Noteworthy</a></li>
-</ul>
-
-<h4>NatTable 1.4.0 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=1.4.0&order=Last%20Changed">changelog</a>)</h4>
-<ul>
-<li>p2 repo: <a href="http://download.eclipse.org/nattable/releases/1.4.0/repository/">http://download.eclipse.org/nattable/releases/1.4.0/repository/</a> (<a href="/downloads/download.php?file=/nattable/releases/1.4.0/repository.zip">repository.zip</a>)</li>
-<li>Examples: <a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.4.0/NatTableExamples-1.4.0.jar">NatTableExamples-1.4.0.jar</a></li>
-<li><a href="http://eclipse.org/nattable/nandn/nandn_140.php">New and Noteworthy</a></li>
-</ul>
-
-<h4>NatTable 1.3.0 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=1.3.0&order=Last%20Changed">changelog</a>)</h4>
-<ul>
-<li>p2 repo: <a href="http://download.eclipse.org/nattable/releases/1.3.0/repository/">http://download.eclipse.org/nattable/releases/1.3.0/repository/</a> (<a href="/downloads/download.php?file=/nattable/releases/1.3.0/repository.zip">repository.zip</a>)</li>
-<li>Examples: <a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.3.0/NatTableExamples-1.3.0.jar">NatTableExamples-1.3.0.jar</a></li>
-<li><a href="http://eclipse.org/nattable/nandn/nandn_130.php">New and Noteworthy</a></li>
-</ul>
-
-<h4>NatTable 1.2.0 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=1.2.0&order=Last%20Changed">changelog</a>)</h4>
-<ul>
-<li>p2 repo: <a href="http://download.eclipse.org/nattable/releases/1.2.0/repository/">http://download.eclipse.org/nattable/releases/1.2.0/repository/</a> (<a href="/downloads/download.php?file=/nattable/releases/1.2.0/repository.zip">repository.zip</a>)</li>
-<li>Examples: <a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.2.0/NatTableExamples-1.2.0.jar">NatTableExamples-1.2.0.jar</a></li>
-<li><a href="http://eclipse.org/nattable/nandn/nandn_120.php">New and Noteworthy</a></li>
-</ul>
-
-<h4>NatTable 1.1.1 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=1.1.1&order=Last%20Changed">changelog</a>)</h4>
-<ul>
-<li>p2 repo: <a href="http://download.eclipse.org/nattable/releases/1.1.1/repository/">http://download.eclipse.org/nattable/releases/1.1.1/repository/</a> (<a href="/downloads/download.php?file=/nattable/releases/1.1.1/repository.zip">repository.zip</a>)</li>
-<li>Examples: <a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.1.1/NatTableExamples-1.1.1.jar">NatTableExamples-1.1.1.jar</a></li>
-<li><a href="http://eclipse.org/nattable/nandn/nandn_111.php">New and Noteworthy</a></li>
-</ul>
-
-<h4>NatTable 1.1.0 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=1.1.0&order=Last%20Changed">changelog</a>)</h4>
-<ul>
-<li>p2 repo: <a href="http://download.eclipse.org/nattable/releases/1.1.0/repository/">http://download.eclipse.org/nattable/releases/1.1.0/repository/</a> (<a href="/downloads/download.php?file=/nattable/releases/1.1.0/repository.zip">repository.zip</a>)</li>
-<li>Examples: <a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.1.0/NatTableExamples-1.1.0.jar">NatTableExamples-1.1.0.jar</a></li>
-<li><a href="http://eclipse.org/nattable/nandn/nandn_110.php">New and Noteworthy</a></li>
-</ul>
-
-<h4>NatTable 1.0.1 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=1.0.1&order=Last%20Changed">changelog</a>)</h4>
-<ul>
-<li>p2 repo: <a href="http://download.eclipse.org/nattable/releases/1.0.1/repository/">http://download.eclipse.org/nattable/releases/1.0.1/repository/</a> (<a href="/downloads/download.php?file=/nattable/releases/1.0.1/repository.zip">repository.zip</a>)</li>
-<li>Examples: <a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.0.1/NatTableExamples-1.0.1.jar">NatTableExamples-1.0.1.jar</a></li>
-</ul>
-
-<h4>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>)</h4>
-<ul>
-<li>p2 repo: <a href="http://download.eclipse.org/nattable/releases/1.0.0/repository/">http://download.eclipse.org/nattable/releases/1.0.0/repository/</a> (<a href="/downloads/download.php?file=/nattable/releases/1.0.0/repository.zip">repository.zip</a>)</li>
-<li>Examples: <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></li>
-<li><a href="http://eclipse.org/nattable/nandn/nandn_100.php">New and Noteworthy</a></li>
-</ul>
-
-<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>
-   (<a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/0.9.0/org.eclipse.nebula.widgets.nattable.core-0.9.0-sources.jar">sources</a>)</li>
-</ul>
-
-Optional extensions:
-<ul>
-<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/0.9.0/org.eclipse.nebula.widgets.nattable.extension.glazedlists-0.9.0.jar">org.eclipse.nebula.widgets.nattable.extension.glazedlists</a>
-   (<a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/0.9.0/org.eclipse.nebula.widgets.nattable.extension.glazedlists-0.9.0-sources.jar">sources</a>)</li>
-
-<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/0.9.0/org.eclipse.nebula.widgets.nattable.extension.poi-0.9.0.jar">org.eclipse.nebula.widgets.nattable.extension.poi</a>
-   (<a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/0.9.0/org.eclipse.nebula.widgets.nattable.extension.poi-0.9.0-sources.jar">sources</a>)<br/>
-   <b>NOTE:</b> The poi extension has been re-released to address a major issue that resulted in an exception if the table was exported more than once (<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=390522">bug 390522</a>).
-   <b>If you downloaded the poi extension prior to 2012/11/12 please download it again and use the updated version.</b> You can verify you have the correct version by inspecting the META-INF/MANIFEST.MF inside the jar.
-   The updated version has Bundle-Version: 0.9.0.201210040001. None of the other 0.9.0 release artifacts were affected.
-</li>
-</ul>
-
-Examples:
-<ul>
-<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/0.9.0/NatTableExamples-0.9.0.jar">NatTableExamples-0.9.0.jar</a></li>
-</ul>
-
-Release Notes
-<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.
-</p>
-<p>
-This release contains ~40 bugfixes and new features. There is also one notable API change:
-</p>
-<ul>
-<li>API calls that used to contain references to the concrete class LayerCell have been changed to reference the ILayerCell interface instead. If you have implemented any of these APIs (e.g. callbacks), please substitute ILayerCell for LayerCell when migrating to this release.</li>
-<ul>
-</div>
-
-<div id="rightcolumn">
-
-
-</div>
-EOHTML;
-	# Generate the web page
-	$App->AddExtraHtmlHeader("<style>
-.homeitem p {margin-bottom : 5px;}
-</style>");
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
+<?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

+ * 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

+<div id="midcolumn">

+<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 2.0.0 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=2.0.0&order=Last%20Changed">changelog</a>)</h3>

+

+<p>Release artifacts can be obtained from the following p2 repository: <a href="http://download.eclipse.org/nattable/releases/2.0.0/repository/">http://download.eclipse.org/nattable/releases/2.0.0/repository/</a></p>

+<p>A zipped p2 repository is also available here: <a href="/downloads/download.php?file=/nattable/releases/2.0.0/repository.zip">repository.zip</a></p>

+

+<p>The NatTable Examples Application can be downloaded from the<br/><a href="/nattable/documentation.php?page=examples_application" title="NatTable Examples Application">NatTable Examples Application</a> page.</p>

+

+

+<h3>Development Snapshot Builds</h3>

+<p>Development snapshot builds are available here:<br> <a href="http://download.eclipse.org/nattable/snapshots/">http://download.eclipse.org/nattable/snapshots/</a></p>

+

+

+<h3>Older Releases</h3>

+

+<p>Note that if you want to use the NatTable extensions for GlazedLists and/or Apache POI in NatTable versions prior 1.4.0, the necessary OSGi bundles for those third-party dependencies need to be available for the installation process.

+These bundles are available in the latest recommended release build of <a href="http://www.eclipse.org/orbit/">Eclipse Orbit</a>.

+You can either install those bundles manually prior installing the NatTable extensions or simply add the Eclipse Orbit Update Site to the list of Available Software Sites so the installation process is able to resolve the dependencies itself.

+The following update site is at the time writing this document the latest recommended Eclipse Orbit build repository:<br>

+<a href="http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/">http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/</a></p><br>

+

+

+<h4>NatTable 1.6.0 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=1.6.0&order=Last%20Changed">changelog</a>)</h4>

+<ul>

+<li>p2 repo: <a href="http://download.eclipse.org/nattable/releases/1.6.0/repository/">http://download.eclipse.org/nattable/releases/1.6.0/repository/</a> (<a href="/downloads/download.php?file=/nattable/releases/1.6.0/repository.zip">repository.zip</a>)</li>

+<li>Examples:

+<ul>

+<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.6.0/NatTableExamples-1.6.0.jar">NatTableExamples-1.6.0.jar</a></li>

+<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.6.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-linux.gtk.x86.tar.gz">Linux GTK x86</a></li>

+<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.6.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-linux.gtk.x86_64.tar.gz">Linux GTK x86_64</a></li>

+<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.6.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-macosx.cocoa.x86_64.tar.gz">Mac OSX Cocoa x86_64</a></li>

+<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.6.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-win32.win32.x86.zip">Windows x86</a></li>

+<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.6.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-win32.win32.x86_64.zip">Windows x86_64</a></li>

+</ul>

+</li>

+<li><a href="http://eclipse.org/nattable/nandn/nandn_160.php">New and Noteworthy</a></li>

+</ul>

+

+<h4>NatTable 1.5.0 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=1.5.0&order=Last%20Changed">changelog</a>)</h4>

+<ul>

+<li>p2 repo: <a href="http://download.eclipse.org/nattable/releases/1.5.0/repository/">http://download.eclipse.org/nattable/releases/1.5.0/repository/</a> (<a href="/downloads/download.php?file=/nattable/releases/1.5.0/repository.zip">repository.zip</a>)</li>

+<li>Examples:

+<ul>

+<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.5.0/NatTableExamples-1.5.0.jar">NatTableExamples-1.5.0.jar</a></li>

+<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.5.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-linux.gtk.x86.tar.gz">Linux GTK x86</a></li>

+<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.5.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-linux.gtk.x86_64.tar.gz">Linux GTK x86_64</a></li>

+<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.5.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-macosx.cocoa.x86_64.tar.gz">Mac OSX Cocoa x86_64</a></li>

+<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.5.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-win32.win32.x86.zip">Windows x86</a></li>

+<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.5.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-win32.win32.x86_64.zip">Windows x86_64</a></li>

+</ul>

+</li>

+<li><a href="http://eclipse.org/nattable/nandn/nandn_150.php">New and Noteworthy</a></li>

+</ul>

+

+<h4>NatTable 1.4.0 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=1.4.0&order=Last%20Changed">changelog</a>)</h4>

+<ul>

+<li>p2 repo: <a href="http://download.eclipse.org/nattable/releases/1.4.0/repository/">http://download.eclipse.org/nattable/releases/1.4.0/repository/</a> (<a href="/downloads/download.php?file=/nattable/releases/1.4.0/repository.zip">repository.zip</a>)</li>

+<li>Examples: <a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.4.0/NatTableExamples-1.4.0.jar">NatTableExamples-1.4.0.jar</a></li>

+<li><a href="http://eclipse.org/nattable/nandn/nandn_140.php">New and Noteworthy</a></li>

+</ul>

+

+<h4>NatTable 1.3.0 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=1.3.0&order=Last%20Changed">changelog</a>)</h4>

+<ul>

+<li>p2 repo: <a href="http://download.eclipse.org/nattable/releases/1.3.0/repository/">http://download.eclipse.org/nattable/releases/1.3.0/repository/</a> (<a href="/downloads/download.php?file=/nattable/releases/1.3.0/repository.zip">repository.zip</a>)</li>

+<li>Examples: <a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.3.0/NatTableExamples-1.3.0.jar">NatTableExamples-1.3.0.jar</a></li>

+<li><a href="http://eclipse.org/nattable/nandn/nandn_130.php">New and Noteworthy</a></li>

+</ul>

+

+<h4>NatTable 1.2.0 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=1.2.0&order=Last%20Changed">changelog</a>)</h4>

+<ul>

+<li>p2 repo: <a href="http://download.eclipse.org/nattable/releases/1.2.0/repository/">http://download.eclipse.org/nattable/releases/1.2.0/repository/</a> (<a href="/downloads/download.php?file=/nattable/releases/1.2.0/repository.zip">repository.zip</a>)</li>

+<li>Examples: <a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.2.0/NatTableExamples-1.2.0.jar">NatTableExamples-1.2.0.jar</a></li>

+<li><a href="http://eclipse.org/nattable/nandn/nandn_120.php">New and Noteworthy</a></li>

+</ul>

+

+<h4>NatTable 1.1.1 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=1.1.1&order=Last%20Changed">changelog</a>)</h4>

+<ul>

+<li>p2 repo: <a href="http://download.eclipse.org/nattable/releases/1.1.1/repository/">http://download.eclipse.org/nattable/releases/1.1.1/repository/</a> (<a href="/downloads/download.php?file=/nattable/releases/1.1.1/repository.zip">repository.zip</a>)</li>

+<li>Examples: <a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.1.1/NatTableExamples-1.1.1.jar">NatTableExamples-1.1.1.jar</a></li>

+<li><a href="http://eclipse.org/nattable/nandn/nandn_111.php">New and Noteworthy</a></li>

+</ul>

+

+<h4>NatTable 1.1.0 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=1.1.0&order=Last%20Changed">changelog</a>)</h4>

+<ul>

+<li>p2 repo: <a href="http://download.eclipse.org/nattable/releases/1.1.0/repository/">http://download.eclipse.org/nattable/releases/1.1.0/repository/</a> (<a href="/downloads/download.php?file=/nattable/releases/1.1.0/repository.zip">repository.zip</a>)</li>

+<li>Examples: <a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.1.0/NatTableExamples-1.1.0.jar">NatTableExamples-1.1.0.jar</a></li>

+<li><a href="http://eclipse.org/nattable/nandn/nandn_110.php">New and Noteworthy</a></li>

+</ul>

+

+<h4>NatTable 1.0.1 (<a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable&target_milestone=1.0.1&order=Last%20Changed">changelog</a>)</h4>

+<ul>

+<li>p2 repo: <a href="http://download.eclipse.org/nattable/releases/1.0.1/repository/">http://download.eclipse.org/nattable/releases/1.0.1/repository/</a> (<a href="/downloads/download.php?file=/nattable/releases/1.0.1/repository.zip">repository.zip</a>)</li>

+<li>Examples: <a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.0.1/NatTableExamples-1.0.1.jar">NatTableExamples-1.0.1.jar</a></li>

+</ul>

+

+<h4>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>)</h4>

+<ul>

+<li>p2 repo: <a href="http://download.eclipse.org/nattable/releases/1.0.0/repository/">http://download.eclipse.org/nattable/releases/1.0.0/repository/</a> (<a href="/downloads/download.php?file=/nattable/releases/1.0.0/repository.zip">repository.zip</a>)</li>

+<li>Examples: <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></li>

+<li><a href="http://eclipse.org/nattable/nandn/nandn_100.php">New and Noteworthy</a></li>

+</ul>

+

+<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>

+   (<a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/0.9.0/org.eclipse.nebula.widgets.nattable.core-0.9.0-sources.jar">sources</a>)</li>

+</ul>

+

+Optional extensions:

+<ul>

+<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/0.9.0/org.eclipse.nebula.widgets.nattable.extension.glazedlists-0.9.0.jar">org.eclipse.nebula.widgets.nattable.extension.glazedlists</a>

+   (<a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/0.9.0/org.eclipse.nebula.widgets.nattable.extension.glazedlists-0.9.0-sources.jar">sources</a>)</li>

+

+<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/0.9.0/org.eclipse.nebula.widgets.nattable.extension.poi-0.9.0.jar">org.eclipse.nebula.widgets.nattable.extension.poi</a>

+   (<a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/0.9.0/org.eclipse.nebula.widgets.nattable.extension.poi-0.9.0-sources.jar">sources</a>)<br/>

+   <b>NOTE:</b> The poi extension has been re-released to address a major issue that resulted in an exception if the table was exported more than once (<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=390522">bug 390522</a>).

+   <b>If you downloaded the poi extension prior to 2012/11/12 please download it again and use the updated version.</b> You can verify you have the correct version by inspecting the META-INF/MANIFEST.MF inside the jar.

+   The updated version has Bundle-Version: 0.9.0.201210040001. None of the other 0.9.0 release artifacts were affected.

+</li>

+</ul>

+

+Examples:

+<ul>

+<li><a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/0.9.0/NatTableExamples-0.9.0.jar">NatTableExamples-0.9.0.jar</a></li>

+</ul>

+

+Release Notes

+<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.

+</p>

+<p>

+This release contains ~40 bugfixes and new features. There is also one notable API change:

+</p>

+<ul>

+<li>API calls that used to contain references to the concrete class LayerCell have been changed to reference the ILayerCell interface instead. If you have implemented any of these APIs (e.g. callbacks), please substitute ILayerCell for LayerCell when migrating to this release.</li>

+<ul>

+</div>

+

+<div id="rightcolumn">

+

+

+</div>

+EOHTML;

+	# Generate the web page

+	$App->AddExtraHtmlHeader("<style>

+.homeitem p {margin-bottom : 5px;}

+</style>");

+	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

+?>

diff --git a/pages/_index.html b/pages/_index.html
index c526c62..12fc601 100644
--- a/pages/_index.html
+++ b/pages/_index.html
@@ -1,97 +1,97 @@
-
-<div id="midcolumn">
-  <div id="headerImage"></div>
-	
-  <h3>Nebula NatTable - high performance SWT data grid</h3>
-  <div id="introText">
-
-    <p class="left">NatTable is a powerful and flexible SWT table/grid widget that is built to 
-    handle very large data sets, real-time updates, dynamic styling, and more.</p>
-
-    <p class="right">NatTable is a subproject of <a href="/nebula">Nebula</a>.<br/>
-      You can see the proposal of the NatTable project <a href="/proposals/technology.nebula.nattable">here</a>
-    </p>
-
-  </div>
- 
-  <div id="screencast">
-    <img style="max-width:100%" align="middle" src="images/FeatureScreenShot.png" border="0" alt="Modern styled NatTable showing different features like groupBy, tree, freeze and summary values"/><br/>
-  </div>
-
-  <div id="feature_1">
-    <h4>Handling large datasets</h4>
-    <p>As a custom painted virtual grid widget, the NatTable can handle huge datasets without any performance issues.</p>
-  </div>
-
-  <div id="feature_2">
-    <h4>Tons of features</h4>
-    <p>The NatTable brings a lot of features that can be used by simply enabling them like column 
-    reordering, sorting, editing, persistence of settings and <a href="features.php" title="NatTable - Features Overview">much more ...</a></p>
-  </div>
-
-  <div id="feature_3">
-    <h4>Getting Started and more...</h4>
-    <p>Read the NatTable <a href="documentation.php">documentation</a> and join the discussion at the <a href="http://www.eclipse.org/forums/eclipse.technology.nebula">forum</a> to understand how powerful NatTable is.</p>
-    <p> Want to know more? <a href="/projects/project_summary.php?projectid=technology.nebula.nattable">About This Project</a>
-  </div>
-
-</div>
-
-<div id="rightcolumn">
-
-  <div id="tryIt" class="sideitem">
-    <img src="images/try_it_button.gif"
-         onclick="window.location.href = '../nattable/documentation.php?page=examples_application'">
-    <br/>(version 1.6.0)
-  </div>
-
-  <div class="sideitem">
-    <h6>News - 2019-09-18</h6>
-    <p>
-    	Nebula NatTable 1.6.0 released
-    </p>
-    <p>
-    	Get it from the <a href="download.php">download page</a>.<br>
-    </p>
-    <p>
-    	Read the <a href="nandn/nandn_160.php">New &amp; Noteworthy</a> for details on the release.
-    </p>
-  </div>
-
-  <div class="sideitem">
-    <h6>News - 2017-03-20</h6>
-    <p>
-    	Nebula NatTable 1.5.0 released
-    </p>
-    <p>
-    	Get it from the <a href="download.php">download page</a>.<br>
-    </p>
-    <p>
-    	Read the <a href="nandn/nandn_150.php">New &amp; Noteworthy</a> for details on the release.
-    </p>
-  </div>
-
-  <div class="sideitem">
-    <h6>News - 2016-06-01</h6>
-    <p>
-    	Nebula NatTable 1.4.0 released
-    </p>
-    <p>
-    	Get it from the <a href="download.php">download page</a>.<br>
-    </p>
-    <p>
-    	Read the <a href="nandn/nandn_140.php">New &amp; Noteworthy</a> for details on the release.
-    </p>
-  </div>
-
-  <div class="sideitem">
-    <h6>Getting Started</h6>
-    <p>
-    	We published a <a href="http://www.vogella.com/tutorials/NatTable/article.html">Getting Started Tutorial</a> at vogella.com.
-    </p>
-    <p>
-    	Check it out if you want to get started with NatTable!
-    </p>
-  </div>
-
+

+<div id="midcolumn">

+  <div id="headerImage"></div>

+

+  <h3>Nebula NatTable - high performance SWT data grid</h3>

+  <div id="introText">

+

+    <p class="left">NatTable is a powerful and flexible SWT table/grid widget that is built to

+    handle very large data sets, real-time updates, dynamic styling, and more.</p>

+

+    <p class="right">NatTable is a subproject of <a href="/nebula">Nebula</a>.<br/>

+      You can see the proposal of the NatTable project <a href="/proposals/technology.nebula.nattable">here</a>

+    </p>

+

+  </div>

+

+  <div id="screencast">

+    <img style="max-width:100%" align="middle" src="images/FeatureScreenShot.png" border="0" alt="Modern styled NatTable showing different features like groupBy, tree, freeze and summary values"/><br/>

+  </div>

+

+  <div id="feature_1">

+    <h4>Handling large datasets</h4>

+    <p>As a custom painted virtual grid widget, the NatTable can handle huge datasets without any performance issues.</p>

+  </div>

+

+  <div id="feature_2">

+    <h4>Tons of features</h4>

+    <p>The NatTable brings a lot of features that can be used by simply enabling them like column

+    reordering, sorting, editing, persistence of settings and <a href="features.php" title="NatTable - Features Overview">much more ...</a></p>

+  </div>

+

+  <div id="feature_3">

+    <h4>Getting Started and more...</h4>

+    <p>Read the NatTable <a href="documentation.php">documentation</a> and join the discussion at the <a href="http://www.eclipse.org/forums/eclipse.technology.nebula">forum</a> to understand how powerful NatTable is.</p>

+    <p> Want to know more? <a href="/projects/project_summary.php?projectid=technology.nebula.nattable">About This Project</a>

+  </div>

+

+</div>

+

+<div id="rightcolumn">

+

+  <div id="tryIt" class="sideitem">

+    <img src="images/try_it_button.gif"

+         onclick="window.location.href = '../nattable/documentation.php?page=examples_application'">

+    <br/>(version 2.0.0)

+  </div>

+

+  <div class="sideitem">

+    <h6>News - 2020-12-16</h6>

+    <p>

+    	Nebula NatTable 2.0.0 released

+    </p>

+    <p>

+    	Get it from the <a href="download.php">download page</a>.<br>

+    </p>

+    <p>

+    	Read the <a href="nandn/nandn_200.php">New &amp; Noteworthy</a> for details on the release.

+    </p>

+  </div>

+

+  <div class="sideitem">

+    <h6>News - 2019-09-18</h6>

+    <p>

+    	Nebula NatTable 1.6.0 released

+    </p>

+    <p>

+    	Get it from the <a href="download.php">download page</a>.<br>

+    </p>

+    <p>

+    	Read the <a href="nandn/nandn_160.php">New &amp; Noteworthy</a> for details on the release.

+    </p>

+  </div>

+

+  <div class="sideitem">

+    <h6>News - 2017-03-20</h6>

+    <p>

+    	Nebula NatTable 1.5.0 released

+    </p>

+    <p>

+    	Get it from the <a href="download.php">download page</a>.<br>

+    </p>

+    <p>

+    	Read the <a href="nandn/nandn_150.php">New &amp; Noteworthy</a> for details on the release.

+    </p>

+  </div>

+

+  <div class="sideitem">

+    <h6>Getting Started</h6>

+    <p>

+    	We published a <a href="http://www.vogella.com/tutorials/NatTable/article.html">Getting Started Tutorial</a> at vogella.com.

+    </p>

+    <p>

+    	Check it out if you want to get started with NatTable!

+    </p>

+  </div>

+

 </div>
\ No newline at end of file