Bug 528173 - SWT Website Documentation needs a refresh

Center aligned the text in the table.
Move articles to archive page
Update community page
Added link to SWT wiki

Change-Id: I5ff34c20776aeaade485b2a1d6ab97ce43f2c0ec
diff --git a/archived_content.html b/archived_content.html
new file mode 100644
index 0000000..1c4e596
--- /dev/null
+++ b/archived_content.html
@@ -0,0 +1,47 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

+<html>

+<head>

+<title>SWT Archive</title>

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

+<link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">

+</head>

+<body>

+   

+<h1>SWT archived content</h1>

+

+<p>Here is the list of pages that are no longer relevant, but have been retained for reference.</p>

+<ul>

+<li><a href="jws/">How to deploy SWT applications using Java Web Start</a></li>

+<li><a href="cocoaport.php">How to help with the SWT Cocoa port</a></li>

+<li>Old contributors list <a href="contributors.txt">people</a></li>

+</ul>

+<ol>

+

+<div>

+<h2>Ports</h2>

+

+<p>Ivan Markov is working on a port of SWT to the

+<a href="http://www.fox-toolkit.org/">Fox Widget Toolkit</a>.</p>

+

+<ul>

+  <li>Homepage: <a href="http://swtfox.sf.net">http://swtfox.sf.net/</a></li>

+  <li>CVS: <a href="http://cvs.sourceforge.net/viewcvs.py/swtfox/">:pserver:anonymous@cvs.sourceforge.net:/cvsroot/swtfox</a></li>

+</ul>

+

+<p>Christopher Deckers is working on a port of SWT on top of the Swing widget

+toolkit.</p>

+

+<ul>

+  <li>Homepage: <a href="http://sourceforge.net/projects/swtswing">http://sourceforge.net/projects/swtswing/</a></li>

+  <li>CVS: <a href="http://cvs.sourceforge.net/viewcvs.py/swtswing/">:pserver:anonymous@cvs.sourceforge.net:/cvsroot/swtswing</a></li>

+</ul>

+

+<p>A port exists for the <a href="http://digitalmars.com/d/index.html">D programming language</a>.  It currently runs on Windows (x86) and Linux GTK (x86), and a Mac Cocoa implementation has been started.

+

+<ul>

+  <li>Homepage: <a href="http://www.dsource.org/projects/dwt">http://www.dsource.org/projects/dwt</a></li>

+</ul>

+</div>

+

+</body>

+</html>
\ No newline at end of file
diff --git a/community.php b/community.php
index f711318..35a8dff 100755
--- a/community.php
+++ b/community.php
@@ -7,17 +7,10 @@
 <div id="midcolumn">
 <h1>The SWT Community Page</h1>
 
-<p>This page provides links to additional SWT ports, widgets, applications, and information
+<p>This page provides links to additional SWT widgets, applications, and information
 maintained elsewhere in the community.  If you have a project and would like to
 see it listed here, please let us know on the
-<a href="http://dev.eclipse.org/mailman/listinfo/platform-swt-dev">SWT developer mailing list</a>.</p>
-
-<div class="homeitem">
-<h2>Code and Bug Fixes</h2>
-
-<p>Many thanks to the <a href="contributors.txt">people</a> who have
-contributed code and bug fixes to SWT.</p>
-</div>
+<a href="http://dev.eclipse.org/mailman/listinfo/platform-dev">Platform developer mailing list</a>.</p>
 
 <div class="homeitem">
 <h2>SWT Wiki</h2>
@@ -26,32 +19,6 @@
 </div>
 
 <div class="homeitem">
-<h2>Ports</h2>
-
-<p>Ivan Markov is working on a port of SWT to the
-<a href="http://www.fox-toolkit.org/">Fox Widget Toolkit</a>.</p>
-
-<ul>
-  <li>Homepage: <a href="http://swtfox.sf.net">http://swtfox.sf.net/</a></li>
-  <li>CVS: <a href="http://cvs.sourceforge.net/viewcvs.py/swtfox/">:pserver:anonymous@cvs.sourceforge.net:/cvsroot/swtfox</a></li>
-</ul>
-
-<p>Christopher Deckers is working on a port of SWT on top of the Swing widget
-toolkit.</p>
-
-<ul>
-  <li>Homepage: <a href="http://sourceforge.net/projects/swtswing">http://sourceforge.net/projects/swtswing/</a></li>
-  <li>CVS: <a href="http://cvs.sourceforge.net/viewcvs.py/swtswing/">:pserver:anonymous@cvs.sourceforge.net:/cvsroot/swtswing</a></li>
-</ul>
-
-<p>A port exists for the <a href="http://digitalmars.com/d/index.html">D programming language</a>.  It currently runs on Windows (x86) and Linux GTK (x86), and a Mac Cocoa implementation has been started.
-
-<ul>
-  <li>Homepage: <a href="http://www.dsource.org/projects/dwt">http://www.dsource.org/projects/dwt</a></li>
-</ul>
-</div>
-
-<div class="homeitem">
 <h2>Additional Widgets</h2>
 
 <ul>
diff --git a/index.php b/index.php
index 36c091f..bf87c3e 100755
--- a/index.php
+++ b/index.php
@@ -53,10 +53,10 @@
 				SWT fragments for all the supported platforms are published to Maven Central for every release. The table below contains the links to the artifacts.
 				<table border="1" cellpadding="3" cellspacing="1">
 					<tr>
-						<td width="25%"><a href="https://mvnrepository.com/artifact/org.eclipse.platform/org.eclipse.swt.win32.win32.x86_64">Windows</a></td>
-						<td width="25%"><a href="https://mvnrepository.com/artifact/org.eclipse.platform/org.eclipse.swt.cocoa.macosx.x86_64">Mac/Cocoa</a></td>
-						<td width="25%"><a href="https://mvnrepository.com/artifact/org.eclipse.platform/org.eclipse.swt.gtk.linux.x86_64">Linux/GTK (x86 64-bit)</a></td>
-						<td width="25%"><a href="https://mvnrepository.com/artifact/org.eclipse.platform/org.eclipse.swt.gtk.linux.ppc64le">Linux/GTK (ppcle 64-bit)</a></td>
+						<td width="25%" align="center"><a href="https://mvnrepository.com/artifact/org.eclipse.platform/org.eclipse.swt.win32.win32.x86_64">Windows</a></td>
+						<td width="25%" align="center"><a href="https://mvnrepository.com/artifact/org.eclipse.platform/org.eclipse.swt.cocoa.macosx.x86_64">Mac/Cocoa</a></td>
+						<td width="25%" align="center"><a href="https://mvnrepository.com/artifact/org.eclipse.platform/org.eclipse.swt.gtk.linux.x86_64">Linux/GTK (x86 64-bit)</a></td>
+						<td width="25%" align="center"><a href="https://mvnrepository.com/artifact/org.eclipse.platform/org.eclipse.swt.gtk.linux.ppc64le">Linux/GTK (ppcle 64-bit)</a></td>
 					</tr>
 				</table>
 			</p>
@@ -79,11 +79,9 @@
 		<li><a href="eclipse.php">How to develop SWT applications in Eclipse</a></li>
 		<li><a href="examples.php">How to run the ControlExample and other SWT examples</a></li>
 		<li><a href="macosx/">How to deploy SWT applications on Mac OS X</a></li>
-		<li><a href="jws/">How to deploy SWT applications using Java Web Start</a></li>
 		<li><a href="jnigen.php">How to generate the SWT JNI Code</a></li>
 		<li><a href="macgen.php">How to generate the SWT JNI Code for Cocoa</a></li>
 		<li><a href="opengl/">Using OpenGL in SWT Applications</a></li>
-		<li><a href="cocoaport.php">How to help with the SWT Cocoa port</a></li>
 		<li><a href="http://www.eclipse.org/articles/index.php?sort=date&category=SWT">Many more articles about SWT</a> on Eclipse Corner at eclipse.org</li>
 		<li><a href="docs.php">Full list of articles and documentation</a></li>
 	</ul>
@@ -93,6 +91,7 @@
 	<h2>Resources</h2>
 
 	<ul>
+		<li><a href="http://wiki.eclipse.org/SWT">SWT wiki</a></li>
 		<li><a href="widgets/">Widget screenshots</a> with links to documentation</li>
 		<li><a href="snippets/">Snippets</a>, helpful little code examples</li>
 		<li><a href="examples.php">Examples</a>, helpful big code examples</li>