remove old content

Change-Id: Ifb1365d57baf8dbb9b5b86d4f6a9622713d93b64
diff --git a/dependencies.php b/dependencies.php
deleted file mode 100644
index 9742eee..0000000
--- a/dependencies.php
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * 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:
- *
- *******************************************************************************/
-
-	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());
-
-	$localVersion = false;
-
-	# Define these here, or in _projectCommon.php for site-wide values
-	$pageKeywords	= "eclipse, project, lyo, oslc, open services for lifecycle collaboration";
-	$pageAuthor		= "Mike Fiedler";
-	$pageTitle 		= "Eclipse Lyo Downloads";
-
-
-	// 	# Paste your HTML content between the EOHTML markers!
-	$html = $html = file_get_contents('pages/_dependencies.html');
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);
-
-?>
diff --git a/download.html b/download.html
deleted file mode 100644
index 3986f0b..0000000
--- a/download.html
+++ /dev/null
@@ -1,107 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-  <meta charset="utf-8">
-  <title>Eclipse Lyo Downloads</title>
-  <link href="style.css" rel="stylesheet">
-  <link href="style-new.css" rel="stylesheet">
-  <meta name='viewport' content='width=device-width'>
-</head>
-<body>
-<div class="page">
-  <div class="lyo-header">
-
-    <a href="/lyo">
-      <div class="lyo-logo">
-        <div class="bannerContent">
-          <div class="logo-image dib"></div>
-          <span class="logo-text dib">
-                            <span class="logo-top db">Eclipse Lyo</span>
-                            <span class="logo-bottom db">Enabling tool integration with <abbr
-                                title="Open Services for Lifecycle Collaboration">OSLC</abbr></span>
-                        </span>
-        </div>
-      </div>
-    </a>
-  </div>
-
-  <div class="content">
-    <p class="oslc-introtext">Eclipse Lyo is an <abbr title="Software Development Kit">SDK</abbr> to help the Eclipse
-      community adopt <a href="http://oslc.co"><abbr title="Open Services for Lifecycle Collaboration">OSLC</abbr></a>
-      (Open Services for Lifecycle Collaboration) specifications and build OSLC-compliant tools.</p>
-
-    <h2>OSLC4J - Java SDK for OSLC - Current Release</h2>
-
-    <a class="lyoDownloadButton"
-       href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.1/org.eclipse.lyo.oslc4j-2.1.1.zip">Download
-      Now!
-      <div class="lyoDownloadSmallText">OSLC4J 2.1.1 SDK with Dependencies</div>
-    </a>
-
-      <p>
-      Note: Eclipse/Lyo no longer builds aggregated JAR files for each release. Rather Eclipse/Lyo has more fully embraced Maven in two new ways. First, all Eclipse/Lyo projects are now Maven (not eclipse) projects. In practice that means that the eclipse .classpath, .settings and .project files are no longer stored in the git repositories. Instead eclipse IDE users should load Eclipse/Lyo projects as Maven projects. This will automatically construct the eclipse .classpath, .settings and .projects files from the information in the pom.xml file. This ensures the eclipse build and the maven builds will be in sync, using the same environment and dependencies. It will also display the projects using their artifact ids in the eclipse project explorer. This will hopefully reduce confusion between different names for the same thing.
-      </p>
-      <p>Second, users of the OSLC4J SDK should use Maven to handle project dependencies. This makes it easier to manage the dependencies, and to build different projects with different versions of OSLC4J SDK in the same SDK. Users who do not wish to use Maven projects can download the JAR files from the <a href="https://mvnrepository.com/artifact/org.eclipse.lyo.oslc4j">MVN Repository</a>.
-      </p>
-
-    <p>
-      All downloads are provided under the terms and conditions of the <a
-        href="/legal/epl/notice.php">Eclipse Public License</a> and the <a
-        href="http://www.eclipse.org/org/documents/edl-v10.php">Eclipse
-      Distribution License</a> unless otherwise specified. Newer versions of OSLC4J are now available at <a href="https://mvnrepository.com/artifact/org.eclipse.lyo.oslc4j">MVN Repository</a>.
-    </p>
-
-    <h3>OSLC4J 2.1.1 and Eclipse approved versions of prerequisite
-      packages </h3>
-
-    <ul>
-      <li>OSLC4J SDK Zip: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.1/org.eclipse.lyo.oslc4j-2.1.1.zip">org.eclipse.lyo.oslc4j-2.1.1.zip</a>
-      </li>
-      <li>OSLC4J SDK Tarball: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.1/org.eclipse.lyo.oslc4j-2.1.1.tar.gz">org.eclipse.lyo.oslc4j-2.1.1.tar.gz</a>
-      </li>
-      <li>OAuth SDK and Webapp Zip: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.1/org.eclipse.lyo.oslc4j-oauth-libs-2.1.1.zip">org.eclipse.lyo.oslc4j-oauth-libs-2.1.1.zip</a>
-      </li>
-      <li>OAuth SDK and Webapp Tarball: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.1/org.eclipse.lyo.oslc4j-oauth-libs-2.1.1.tar.gz">org.eclipse.lyo.oslc4j-oauth-libs-2.1.1.tar.gz</a>
-      </li>
-    </ul>
-
-    <h3>
-      OSLC4J 2.1.1 jars only - no prerequisite packages included
-    </h3>
-    <ul>
-      <li>OSLC4J SDK Zip: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.1/org.eclipse.lyo.oslc4j.no_dependencies-2.1.1.zip">org.eclipse.lyo.oslc4j.no_dependencies-2.1.1.zip</a>
-      </li>
-      <li>OSLC4J SDKTarball: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.1/org.eclipse.lyo.oslc4j.no_dependencies-2.1.1.tar.gz">org.eclipse.lyo.oslc4j.no_dependencies-2.1.1.tar.gz</a>
-      </li>
-      <li>OAuth SDK and Webapp Zip: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.1/org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-2.1.1.zip">org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-2.1.1.zip</a>
-      </li>
-      <li>OAuth SDK and Webapp Tarball: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.1/org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-2.1.1.tar.gz">org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-2.1.1.tar.gz</a>
-      </li>
-    </ul>
-
-
-    <p style="margin-top: 20px">Download previous releases <a href="previous-releases.php">here</a>.</p>
-    <p style="margin-top: 20px">If you download OSLC4J without the prerequisites, you'll have to
-      provide compatible versions of <a href="dependencies.php">these</a> open source packages.</p>
-
-
-  </div>
-</div>
-</div>
-
-<div class="footer">
-  <a class="footerLink" href="https://dev.eclipse.org/mailman/listinfo/lyo-dev">Join the mailing list</a>
-  <a class="footerLink" href="http://twitter.com/#!/oslcNews">Follow us on Twitter</a>
-  <a class="footerLink" href="http://wiki.eclipse.org/Lyo/ContributorsGettingStarted">Contribute to Lyo</a>
-</div>
-
-</body>
-</html>
diff --git a/download.php b/download.php
deleted file mode 100644
index 3485fa5..0000000
--- a/download.php
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * 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:
- *
- *******************************************************************************/
-
-	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());
-
-	$localVersion = false;
-
-	# Define these here, or in _projectCommon.php for site-wide values
-	$pageKeywords	= "eclipse, project, lyo, oslc, open services for lifecycle collaboration";
-	$pageAuthor		= "Mike Fiedler";
-	$pageTitle 		= "Eclipse Lyo Downloads";
-
-
-	// 	# Paste your HTML content between the EOHTML markers!
-	$html = $html = file_get_contents('pages/_download.html');
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);
-
-?>
\ No newline at end of file
diff --git a/pages/_dependencies.html b/pages/_dependencies.html
deleted file mode 100644
index ee5d558..0000000
--- a/pages/_dependencies.html
+++ /dev/null
@@ -1,154 +0,0 @@
-<!--
-<!DOCTYPE html>
-<html lang="en">
-<head>
-	<meta charset="utf-8">
-	<title>WHOO</title>
-	<meta name="generator" content="BBEdit 9.6">
-	<link href="../style.css" rel="stylesheet">
-</head>
-<body>
-<div id="novawrapper">
- -->
-
-<!--
-	<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>
-	</ul>
-	</div>
- -->
-<link rel="stylesheet" type="text/css" href="/lyo/style.css?v=20110919b">
-
-<div class="lyo-header">
-
-  <div class="lyo-logo">
-    <div class="logo-image dib">
-
-    </div>
-    <span class="logo-text dib">
-				<span class="logo-top db">Eclipse Lyo</span>
-				<span class="logo-bottom db">Enabling tool integration with <abbr
-            title="Open Services for Lifecycle Collaboration">OSLC</abbr></span>
-			</span>
-  </div>
-
-</div>
-
-<div class="pam oslc-main-content">
-
-  <div class="line">
-
-
-    <p class="oslc-introtext">
-      The Eclipse Lyo project focuses on providing an <abbr
-        title="Software Development Kit">SDK</abbr> to help the Eclipse
-      community to adopt <a href="http://oslc.co"><abbr
-        title="Open Services for Lifecycle Collaboration	">OSLC</abbr></a> (Open
-      Services for Lifecycle Collaboration) specifications and build
-      OSLC-compliant tools.
-    </p>
-
-    <div class="line">
-
-      <h2>Prerequisite packages for OSLC4J</h2>
-      <p>If you download OSLC4J without the prerequisites, you will have to
-        provide compatible versions of the following open source packages.</p>
-
-      <h4>Apache Wink</h4>
-      <ul>
-        <li>wink-common_1.2.1-incubating</li>
-        <li>wink-server_1.2.1-incubating</li>
-        <li>wink-client_1.2.1-incubating</li>
-        <li>wink-json4j_1.2.1-incubating</li>
-        <li>wink-json4j-provider-1.2.1-incubating</li>
-      </ul>
-      <h4>Apache Jena</h4>
-      <ul>
-        <li>jena-core_2.7.1</li>
-        <li>jena-iri_0.9.2</li>
-      </ul>
-      <h4>ICU4J</h4>
-      <ul>
-        <li>com.ibm.icu.base_4.0.1</li>
-      </ul>
-      <h4>JAXB</h4>
-      <ul>
-        <li>javax.xml.bind_2.2.0</li>
-        <li>com.sun.xml.bind_2.2.0 (or other JAXB implementation)</li>
-      </ul>
-      <h4>Java Activation API</h4>
-      <ul>
-        <li>javax.activation_1.1.0</li>
-      </ul>
-      <h4>Java Annotation API</h4>
-      <ul>
-        <li>javax.annotation_1.0.0</li>
-      </ul>
-      <h4>Java Servlet API (both 3.0.x and 2.5 are required by OSLC4J
-        and dependencies)</h4>
-      <ul>
-        <li>javax.servlet_2.5.0</li>
-        <li>javax.servlet_3.0.0</li>
-      </ul>
-      <h4>JSR-311 (JAX-RS) API</h4>
-      <ul>
-        <li>javax.ws.rs_1.1.1</li>
-      </ul>
-      <h4>Java XML Streaming API</h4>
-      <ul>
-        <li>javax.xml.stream_1.0.1</li>
-      </ul>
-      <h4>Java XML APIs</h4>
-      <ul>
-        <li>javax.xml_1.3.04</li>
-      </ul>
-      <h4>Apache Commons Codec</h4>
-      <ul>
-        <li>org.apache.commons.codec_1.3.0</li>
-      </ul>
-      <h4>Apache Commons Lang</h4>
-      <ul>
-        <li>org.apache.commons.lang_2.3.0</li>
-      </ul>
-      <h4>Apache HTTP Components</h4>
-      <ul>
-        <li>org.apache.httpcomponents.httpclient_4.1.0</li>
-        <li>org.apache.httpcomponents.httpcore_4.1.0</li>
-      </ul>
-      <h4>Apache Log4J</h4>
-      <ul>
-        <li>org.apache.log4j_1.2.15</li>
-      </ul>
-      <h4>Apache Xerces</h4>
-      <ul>
-        <li>org.apache.xerces_2.8.0</li>
-      </ul>
-      <h4>SLF4J</h4>
-      <ul>
-        <li>org.slf4j.api_1.6.4</li>
-        <li>org.slf4j.jcl_1.6.4</li>
-        <li>org.slf4j.log4j_1.6.4</li>
-      </ul>
-      </ul>
-    </div>
-  </div>
-  <!-- /.line -->
-
-</div> <!-- /.oslc-main-content -->
-
-<!--
-</div>
-
-</body>
-</html>
-
- -->
diff --git a/pages/_download.html b/pages/_download.html
deleted file mode 100644
index 65c9d22..0000000
--- a/pages/_download.html
+++ /dev/null
@@ -1,134 +0,0 @@
-<!--
-<!DOCTYPE html>
-<html lang="en">
-<head>
-	<meta charset="utf-8">
-	<title>WHOO</title>
-	<meta name="generator" content="BBEdit 9.6">
-	<link href="../style.css" rel="stylesheet">
-</head>
-<body>
-<div id="novawrapper">
- -->
-
-<!--
-	<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>
-	</ul>
-	</div>
- -->
-<link rel="stylesheet" type="text/css" href="/lyo/style.css?v=20110919b">
-
-<div class="lyo-header">
-
-  <div class="lyo-logo">
-    <div class="logo-image dib">
-
-    </div>
-    <span class="logo-text dib">
-				<span class="logo-top db">Eclipse Lyo</span>
-				<span class="logo-bottom db">Enabling tool integration with <abbr
-            title="Open Services for Lifecycle Collaboration">OSLC</abbr></span>
-			</span>
-  </div>
-
-</div>
-
-<div class="pam oslc-main-content">
-
-  <div class="line">
-
-
-    <p class="oslc-introtext">
-      The Eclipse Lyo project focuses on providing an <abbr
-        title="Software Development Kit">SDK</abbr> to help the Eclipse
-      community to adopt <a href="http://oslc.co"><abbr
-        title="Open Services for Lifecycle Collaboration	">OSLC</abbr></a> (Open
-      Services for Lifecycle Collaboration) specifications and build
-      OSLC-compliant tools.
-    </p>
-
-    <div class="line">
-
-      <h2>
-        OSLC4J - Java SDK for OSLC - Current Release
-      </h2>
-      <a class="lyoDownloadButton"
-         href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.0/org.eclipse.lyo.oslc4j-2.1.0.zip">Download
-        Now!
-        <div class="lyoDownloadSmallText">OSLC4J 2.1 SDK with Dependencies</div>
-      </a>
-
-      <p>
-      Note: Eclipse/Lyo no longer builds aggregated JAR files for each release. Rather Eclipse/Lyo has more fully embraced Maven in two new ways. First, all Eclipse/Lyo projects are now Maven (not eclipse) projects. In practice that means that the eclipse .classpath, .settings and .project files are no longer stored in the git repositories. Instead eclipse IDE users should load Eclipse/Lyo projects as Maven projects. This will automatically construct the eclipse .classpath, .settings and .projects files from the information in the pom.xml file. This ensures the eclipse build and the maven builds will be in sync, using the same environment and dependencies. It will also display the projects using their artifact ids in the eclipse project explorer. This will hopefully reduce confusion between different names for the same thing.
-      </p>
-      <p>Second, users of the OSLC4J SDK should use Maven to handle project dependencies. This makes it easier to manage the dependencies, and to build different projects with different versions of OSLC4J SDK in the same SDK. Users who do not wish to use Maven projects can download the JAR files from the <a href="https://mvnrepository.com/artifact/org.eclipse.lyo.oslc4j">MVN Repository</a>.
-      </p>
-
-      <p>
-        All downloads are provided under the terms and conditions of the <a
-          href="/legal/epl/notice.php">Eclipse Public License</a> and the <a
-          href="http://www.eclipse.org/org/documents/edl-v10.php">Eclipse
-        Distribution License</a> unless otherwise specified. Newer versions of OSLC4J are now available at <a href="https://mvnrepository.com/artifact/org.eclipse.lyo.oslc4j">MVN Repository</a>.
-      </p>
-
-      <h3>OSLC4J 2.1 and Eclipse approved versions of prerequisite
-        packages </h3>
-
-      <ul>
-        <li>OSLC4J SDK Zip: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.0/org.eclipse.lyo.oslc4j-2.1.0.zip">org.eclipse.lyo.oslc4j-2.1.0.zip</a>
-        </li>
-        <li>OSLC4J SDK Tarball: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.0/org.eclipse.lyo.oslc4j-2.1.0.tar.gz">org.eclipse.lyo.oslc4j-2.1.0.tar.gz</a>
-        </li>
-        <li>OAuth SDK and Webapp Zip: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.0/org.eclipse.lyo.oslc4j-oauth-libs-2.1.0.zip">org.eclipse.lyo.oslc4j-oauth-libs-2.1.0.zip</a>
-        </li>
-        <li>OAuth SDK and Webapp Tarball: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.0/org.eclipse.lyo.oslc4j-oauth-libs-2.1.0.tar.gz">org.eclipse.lyo.oslc4j-oauth-libs-2.1.0.tar.gz</a>
-        </li>
-      </ul>
-
-      <h3>
-        OSLC4J 2.1 jars only - no prerequisite packages included
-      </h3>
-      <ul>
-        <li>OSLC4J SDK Zip: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.0/org.eclipse.lyo.oslc4j.no_dependencies-2.1.0.zip">org.eclipse.lyo.oslc4j.no_dependencies-2.1.0.zip</a>
-        </li>
-        <li>OSLC4J SDKTarball: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.0/org.eclipse.lyo.oslc4j.no_dependencies-2.1.0.tar.gz">org.eclipse.lyo.oslc4j.no_dependencies-2.1.0.tar.gz</a>
-        </li>
-        <li>OAuth SDK and Webapp Zip: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.0/org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-2.1.0.zip">org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-2.1.0.zip</a>
-        </li>
-        <li>OAuth SDK and Webapp Tarball: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.0/org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-2.1.0.tar.gz">org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-2.1.0.tar.gz</a>
-        </li>
-      </ul>
-
-    </div>
-
-    <p style="margin-top: 20px">Download previous releases <a href="previous-releases.php">here</a>.</p>
-    <p style="margin-top: 20px">If you download OSLC4J without the prerequisites, you'll have to
-      provide compatible versions of <a href="dependencies.php">these</a> open source packages.</p>
-
-  </div> <!-- /.oslc-main-content -->
-
-  <!--
-  </div>
-
-  </body>
-  </html>
-
-   -->
diff --git a/pages/_previous-releases.html b/pages/_previous-releases.html
deleted file mode 100644
index 9451eeb..0000000
--- a/pages/_previous-releases.html
+++ /dev/null
@@ -1,214 +0,0 @@
-<!--
-<!DOCTYPE html>
-<html lang="en">
-<head>
-	<meta charset="utf-8">
-	<title>WHOO</title>
-	<meta name="generator" content="BBEdit 9.6">
-	<link href="../style.css" rel="stylesheet">
-</head>
-<body>
-<div id="novawrapper">
- -->
-
-<!--
-	<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>
-	</ul>
-	</div>
- -->
-<link rel="stylesheet" type="text/css" href="/lyo/style.css?v=20110919b">
-
-<div class="lyo-header">
-
-  <div class="lyo-logo">
-    <div class="logo-image dib">
-
-    </div>
-    <span class="logo-text dib">
-				<span class="logo-top db">Eclipse Lyo</span>
-				<span class="logo-bottom db">Enabling tool integration with <abbr
-            title="Open Services for Lifecycle Collaboration">OSLC</abbr></span>
-			</span>
-  </div>
-
-</div>
-
-<div class="pam oslc-main-content">
-
-  <div class="line">
-
-
-    <p class="oslc-introtext">
-      The Eclipse Lyo project focuses on providing an <abbr
-        title="Software Development Kit">SDK</abbr> to help the Eclipse
-      community to adopt <a href="http://oslc.co"><abbr
-        title="Open Services for Lifecycle Collaboration	">OSLC</abbr></a> (Open
-      Services for Lifecycle Collaboration) specifications and build
-      OSLC-compliant tools.
-    </p>
-
-    <p>Looking for the latest? Download the current release <a href="download.php">here</a>!
-
-    <div class="line">
-      <h2>
-        Previous Releases
-      </h2>
-
-      <h3>OSLC4J 2.1 and Eclipse approved versions of prerequisite
-        packages </h3>
-
-      <ul>
-        <li>OSLC4J SDK Zip: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.0/org.eclipse.lyo.oslc4j-2.1.0.zip">org.eclipse.lyo.oslc4j-2.1.0.zip</a>
-        </li>
-        <li>OSLC4J SDK Tarball: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.0/org.eclipse.lyo.oslc4j-2.1.0.tar.gz">org.eclipse.lyo.oslc4j-2.1.0.tar.gz</a>
-        </li>
-        <li>OAuth SDK and Webapp Zip: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.0/org.eclipse.lyo.oslc4j-oauth-libs-2.1.0.zip">org.eclipse.lyo.oslc4j-oauth-libs-2.1.0.zip</a>
-        </li>
-        <li>OAuth SDK and Webapp Tarball: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.0/org.eclipse.lyo.oslc4j-oauth-libs-2.1.0.tar.gz">org.eclipse.lyo.oslc4j-oauth-libs-2.1.0.tar.gz</a>
-        </li>
-      </ul>
-
-      <h3>
-        OSLC4J 2.1 jars only - no prerequisite packages included
-      </h3>
-      <ul>
-        <li>OSLC4J SDK Zip: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.0/org.eclipse.lyo.oslc4j.no_dependencies-2.1.0.zip">org.eclipse.lyo.oslc4j.no_dependencies-2.1.0.zip</a>
-        </li>
-        <li>OSLC4J SDKTarball: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.0/org.eclipse.lyo.oslc4j.no_dependencies-2.1.0.tar.gz">org.eclipse.lyo.oslc4j.no_dependencies-2.1.0.tar.gz</a>
-        </li>
-        <li>OAuth SDK and Webapp Zip: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.0/org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-2.1.0.zip">org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-2.1.0.zip</a>
-        </li>
-        <li>OAuth SDK and Webapp Tarball: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.1.0/org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-2.1.0.tar.gz">org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-2.1.0.tar.gz</a>
-        </li>
-      </ul>
-
-      <h3>OSLC4J 2.0 and Eclipse approved versions of prerequisite
-        packages </h3>
-
-      <ul>
-        <li>OSLC4J SDK Zip: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.0.0/org.eclipse.lyo.oslc4j-2.0.0.zip">org.eclipse.lyo.oslc4j-2.0.0.zip</a>
-        </li>
-        <li>OSLC4J SDK Tarball: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.0.0/org.eclipse.lyo.oslc4j-2.0.0.tar.gz">org.eclipse.lyo.oslc4j-2.0.0.tar.gz</a>
-        </li>
-        <li>OAuth SDK and Webapp Zip: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.0.0/org.eclipse.lyo.oslc4j-oauth-libs-2.0.0.zip">org.eclipse.lyo.oslc4j-oauth-libs-2.0.0.zip</a>
-        </li>
-        <li>OAuth SDK and Webapp Tarball: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.0.0/org.eclipse.lyo.oslc4j-oauth-libs-2.0.0.tar.gz">org.eclipse.lyo.oslc4j-oauth-libs-2.0.0.tar.gz</a>
-        </li>
-      </ul>
-
-      <h3>
-        OSLC4J 2.0 jars only - no prerequisite packages included
-      </h3>
-      <ul>
-        <li>OSLC4J SDK Zip: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.0.0/org.eclipse.lyo.oslc4j.no_dependencies-2.0.0.zip">org.eclipse.lyo.oslc4j.no_dependencies-2.0.0.zip</a>
-        </li>
-        <li>OSLC4J SDKTarball: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.0.0/org.eclipse.lyo.oslc4j.no_dependencies-2.0.0.tar.gz">org.eclipse.lyo.oslc4j.no_dependencies-2.0.0.tar.gz</a>
-        </li>
-        <li>OAuth SDK and Webapp Zip: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.0.0/org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-2.0.0.zip">org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-2.0.0.zip</a>
-        </li>
-        <li>OAuth SDK and Webapp Tarball: <a
-            href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/2.0.0/org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-2.0.0.tar.gz">org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-2.0.0.tar.gz</a>
-        </li>
-      </ul>
-
-    </div>
-
-    <h3>OSLC4J 1.1 and Eclipse approved versions of prerequisite
-      packages </h3>
-
-    <ul>
-      <li>OSLC4J SDK Zip: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/1.1/org.eclipse.lyo.oslc4j-1.1.zip">org.eclipse.lyo.oslc4j-1.1.zip</a>
-      </li>
-      <li>OSLC4J SDK Tarball: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/1.1/org.eclipse.lyo.oslc4j-1.1.tar.gz">org.eclipse.lyo.oslc4j-1.1.tar.gz</a>
-      </li>
-      <li>OAuth SDK and Webapp Zip: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/1.1/org.eclipse.lyo.oslc4j-oauth-libs-1.1.zip">org.eclipse.lyo.oslc4j-oauth-libs-1.1.zip</a>
-      </li>
-      <li>OAuth SDK and Webapp Tarball: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/1.1/org.eclipse.lyo.oslc4j-oauth-libs-1.1.tar.gz">org.eclipse.lyo.oslc4j-oauth-libs-1.1.tar.gz</a>
-      </li>
-    </ul>
-
-    <h3>
-      OSLC4J 1.1 jars only - no prerequisite packages included
-    </h3>
-    <ul>
-      <li>OSLC4J SDK Zip: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/1.1/org.eclipse.lyo.oslc4j.no_dependencies-1.1.zip">org.eclipse.lyo.oslc4j.no_dependencies-1.1.zip</a>
-      </li>
-      <li>OSLC4J SDKTarball: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/1.1/org.eclipse.lyo.oslc4j.no_dependencies-1.1.tar.gz">org.eclipse.lyo.oslc4j.no_dependencies-1.1.tar.gz</a>
-      </li>
-      <li>OAuth SDK and Webapp Zip: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/1.1/org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-1.1.zip">org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-1.1.zip</a>
-      </li>
-      <li>OAuth SDK and Webapp Tarball: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/1.1/org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-1.1.tar.gz">org.eclipse.lyo.oslc4j-oauth-libs.no_dependencies-1.1.tar.gz</a>
-      </li>
-    </ul>
-
-
-    <h3>OSLC4J 1.0 and Eclipse approved versions of prerequisite
-      packages</h3>
-
-    <ul>
-      <li>OSLC4J SDK Zip: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/1.0/org.eclipse.lyo.oslc4j-1.0.zip">org.eclipse.lyo.oslc4j-1.0.zip</a>
-      </li>
-      <li>OSLC4J SDK Tarball: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/1.0/org.eclipse.lyo.oslc4j-1.0.tar.gz">org.eclipse.lyo.oslc4j-1.0.tar.gz</a>
-      </li>
-    </ul>
-
-    <h3>
-      OSLC4J 1.0 jars only - no prerequisite packages included
-    </h3>
-    <ul>
-      <li>OSLC4J SDK Zip: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/1.0/org.eclipse.lyo.oslc4j.no_dependencies-1.0.zip">org.eclipse.lyo.oslc4j.no_dependencies-1.0.zip</a>
-      </li>
-      <li>OSLC4J SDK Tarball: <a
-          href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/1.0/org.eclipse.lyo.oslc4j.no_dependencies-1.0.tar.gz">org.eclipse.lyo.oslc4j.no_dependencies-1.0.tar.gz</a>
-      </li>
-    </ul>
-
-
-  </div>
-  <!-- /.line -->
-
-</div> <!-- /.oslc-main-content -->
-
-<!--
-</div>
-
-</body>
-</html>
-
- -->
diff --git a/previous-releases.php b/previous-releases.php
deleted file mode 100644
index ce09352..0000000
--- a/previous-releases.php
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * 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:
- *
- *******************************************************************************/
-
-	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());
-
-	$localVersion = false;
-
-	# Define these here, or in _projectCommon.php for site-wide values
-	$pageKeywords	= "eclipse, project, lyo, oslc, open services for lifecycle collaboration";
-	$pageAuthor		= "Mike Fiedler";
-	$pageTitle 		= "Eclipse Lyo Downloads";
-
-
-	// 	# Paste your HTML content between the EOHTML markers!
-	$html = $html = file_get_contents('pages/_previous-releases.html');
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);
-
-?>