Bug 318135 - Convert Juno pages in html

Change-Id: I976d9f5ca11be4a41331847efc662947de4a2b97
Signed-off-by: Eric Poirier <eric@eclipse.org>
diff --git a/_projectCommon.php b/_projectCommon.php
new file mode 100644
index 0000000..08242fa
--- /dev/null
+++ b/_projectCommon.php
@@ -0,0 +1,23 @@
+<?php
+/*******************************************************************************
+ * Copyright(c) 2015 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://eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    Nathan Gervais (Eclipse Foundation) - Initial implementation
+ *    Eric Poirier (Eclipse Foundation)
+ *******************************************************************************/
+
+	# Set the theme for your project's web pages.
+	# See the Committer Tools "How Do I" for list of themes
+	# https://dev.eclipse.org/committers/
+	# Optional: defaults to system theme
+$theme = "solstice";
+$App->Promotion = FALSE;
+
+$App->setOutDated( '2011-11-11', '<a href="https://projects.eclipse.org/releases/juno">Juno</a> is a past version of Eclipse. Please visit our <a href="/downloads/">download</a> page for the latest version of Eclipse. ' );
+
+?>
\ No newline at end of file
diff --git a/content/en_friends.php b/content/en_friends.php
new file mode 100644
index 0000000..087d9e0
--- /dev/null
+++ b/content/en_friends.php
@@ -0,0 +1,96 @@
+<?php
+/*******************************************************************************
+ * Copyright(c) 2015 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://eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    Nathan Gervais (Eclipse Foundation) - Initial implementation
+ *    Eric Poirier (Eclipse Foundation)
+ *******************************************************************************/
+?>
+<div id="juno">
+  <div id="fullcolumn" class="juno friends">
+    <h1>Eclipse.org - Juno Simultaneous Release : Friends of Eclipse</h1>
+    <a href="/juno/"><img id="junoLogo" src="/juno/images/juno-logo.png" /></a>
+    <!--  <span id="release-date">Coming June 27, 2012</span>-->
+    <div id="container">
+
+      <div id="nav">
+        <ul>
+          <li><a class="textshadow"
+            href="/downloads/packages/release/juno/sr2">Downloads</a></li>
+          <li><a class="textshadow" href="/juno/projects.php">Projects</a></li>
+          <li><a class="textshadow"
+            href="http://wiki.eclipse.org/Eclipse_DemoCamps_Juno_2012">DemoCamps</a></li>
+          <li class="last"><a class="textshadow active"
+            href="/juno/friends.php">Friends of Juno</a></li>
+        </ul>
+      </div>
+      <div id="window">
+        <div id="main">
+          <h2>Friends of Juno</h2>
+          <p>
+            Everyday millions of people use Eclipse. <a href="/donate/">Friends
+              of Eclipse</a> allows you to contribute back to the
+            Eclipse community.
+          </p>
+          <p>
+            For a US$35 contribution, you can become a Friend of
+            Eclipse. As a special thank you, Friends will get early
+            access to the <a href="/juno/">Juno release</a>, direct from
+            the download server at the Eclipse Foundation. Your
+            contribution will also help support the Eclipse community.
+          </p>
+          <div class="row">
+            <div class="col-sm-12">
+              <a class="btn-donate" href="/donate"><img
+                src='images/icons/star.png' /><span>Join Now!</span></a>
+            </div>
+            <div class="col-sm-12">
+              <div class="progress-bar rounded shadow">
+                <div class="progress-current l-rounded"
+                  style="width: 15%">
+                  <div class="progress-text textshadow">
+                    75</strong> friends of Juno
+                  </div>
+                </div>
+              </div>
+            </div>
+
+
+          </div>
+          <p class="legal">[1] Friends of Eclipse get special access to
+            the Eclipse Foundation download server. This server will be
+            available to Friends of Eclipse while the download packages
+            are being synchronized to our mirrors. This typically means
+            the packages will be available up to 24 hrs before everyone
+            else. The Eclipse Foundation will also be dedicating extra
+            bandwidth to this download server, so Friends should
+            experience a faster download.</p>
+        </div>
+        <div id="sidebar" class="tmp-white">
+          <div class="container-friends">
+            <h3>Recent Friends</h3>
+            <ul class="donorList clearfix">
+              <li>Anonymous - $100</li>
+              <li>Anonymous - $35</li>
+              <li>Anonymous - $35</li>
+              <li>Anonymous - $50</li>
+              <li>Anonymous - $100</li>
+              <li>Anonymous - $35</li>
+              <li>Anonymous - $50</li>
+              <li>Anonymous - $55</li>
+            </ul>
+            <a class="button" href="/donate/donorlist.php?showAll=0">More</a>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+  <img src="/juno/images/eclipse-sm-logo.png" id="eclipse-logo-sm" /> <a
+    class="button rounded shadow" id="btn_continue" href="/home">Click
+    here to continue to Eclipse.org</a>
+  <script type="text/javascript">
diff --git a/content/en_index.php b/content/en_index.php
new file mode 100644
index 0000000..4b1d2a3
--- /dev/null
+++ b/content/en_index.php
@@ -0,0 +1,97 @@
+<?php
+/*******************************************************************************
+ * Copyright(c) 2015 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://eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    Nathan Gervais (Eclipse Foundation) - Initial implementation
+ *    Eric Poirier (Eclipse Foundation)
+ *******************************************************************************/
+?>
+<div id="juno">
+  <div class="juno frontpage">
+    <h1>Eclipse.org - Juno Simultaneous Release</h1>
+    <a href="/juno/"><img id="junoLogo" src="/juno/images/juno-logo.png" /></a>
+    <!--  <span id="release-date">Coming June 27, 2012</span>-->
+    <div id="container">
+
+      <div id="nav">
+        <ul>
+          <li><a class="textshadow"
+            href="/downloads/packages/release/juno/sr2">Downloads</a></li>
+          <li><a class="textshadow" href="/juno/projects.php">Projects</a></li>
+          <li><a class="textshadow"
+            href="http://wiki.eclipse.org/Eclipse_DemoCamps_Juno_2012">DemoCamps</a></li>
+          <li class="last"><a class="textshadow"
+            href="/juno/friends.php">Friends of Juno</a></li>
+        </ul>
+      </div>
+      <div id="window">
+        <div id="sidebar">
+          <h2>Are you ready for Eclipse 4?</h2>
+          <p class="tagline">
+            <a href="http://www.eclipse.org/eclipse4"">Eclipse 4</a> is
+            now the default platform for building rich client
+            applications.<br />Learn how to migrate your existing RCP
+            application and benefit from the new <a
+              href="http://www.eclipse.org/eclipse4">Eclipse 4</a>
+            features.
+          </p>
+          <div class="darkbg r-rounded  shadow" id="friend_box">
+            <h3>
+              <a href="/juno/friends.php">Become a Friend of Juno</a>
+            </h3>
+            <!--  <p>Friends of Juno<br/> <strong>15</strong> friends of Eclipse.</p>-->
+            <div class="progress-bar rounded shadow">
+              <div class="progress-current l-rounded" style="width: 15%">
+                <div class="progress-text textshadow">
+                  75</strong> friends of Juno
+                </div>
+              </div>
+            </div>
+          </div>
+          <a class="button" href="/donate/donorlist.php?showAll=0">More</a>
+        </div>
+        <div id="main">
+          <h2>Highlights</h2>
+          <ul id="ticker">
+            <li><a href="http://www.eclipse.org/eclipse4">Eclipse 4.2</a>
+              is now the default platform for the Eclipse community.</li>
+            <li>New <a href="http://www.eclipse.org/koneki/">Koneki</a>
+              project provides world-class Lua development tools for M2M
+              application development.
+            </li>
+            <li><a href="http://www.eclipse.org/equinox/">Equinox</a>
+              provides the reference implementation for the new OSGi R5
+              specification.</li>
+            <li><a href="http://www.eclipse.org/virgo/">Eclipse Virgo
+                3.5</a> will deliver the new Virgo Nano which allows
+              developers to deploy very small and fast OSGi-based
+              applications.</li>
+            <li><a href="http://www.eclipse.org/xtend/">Xtend</a>, a new
+              language for Java developers, will introduce support for
+              debugging, improved IDE support and new language features,
+              including properties, data classes and type inference for
+              fields.</li>
+            <li><a href="http://www.eclipse.org/Xtext/">Xtext 2.3</a>
+              will now support integrated debugging of JVM-based DSLs
+              created using Xtext and tighter integration with the Java
+              Development Tools (JDT).</li>
+            <li><a href="http://www.eclipse.org/recommenders/">Eclipse
+                Code Recommenders</a> makes developers smarter about
+              using APIs. Based on a knowledge-based and advanced
+              analytics of existing API usage, Code Recommenders
+              provides intelligent API recommendations to Eclipse
+              developers building Java applications.</li>
+          </ul>
+        </div>
+      </div>
+    </div>
+  </div>
+  <img src="/juno/images/eclipse-sm-logo.png" id="eclipse-logo-sm" /> <a
+    class="button rounded shadow" id="btn_continue" href="/home">Click
+    here to continue to Eclipse.org</a>
+  <script type="text/javascript" src="/juno/scripts/ticker.js"></script>
\ No newline at end of file
diff --git a/content/en_projects.php b/content/en_projects.php
new file mode 100644
index 0000000..50e4e8b
--- /dev/null
+++ b/content/en_projects.php
@@ -0,0 +1,735 @@
+<?php
+/*******************************************************************************
+ * Copyright(c) 2015 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://eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    Nathan Gervais (Eclipse Foundation) - Initial implementation
+ *    Eric Poirier (Eclipse Foundation)
+ *******************************************************************************/
+?>
+<div id="juno">
+  <div id="fullcolumn" class="juno projects">
+    <h1>Eclipse.org - Juno Simultaneous Release : Projects</h1>
+    <a href="/juno/"><img id="junoLogo" src="/juno/images/juno-logo.png" /></a>
+    <!--  <span id="release-date">Coming June 27, 2012</span>-->
+    <div id="container">
+
+      <div id="nav">
+        <ul>
+          <li><a class="textshadow"
+            href="/downloads/packages/release/juno/sr2">Downloads</a></li>
+          <li><a class="textshadow active" href="/juno/projects.php">Projects</a></li>
+          <li><a class="textshadow"
+            href="http://wiki.eclipse.org/Eclipse_DemoCamps_Juno_2012">DemoCamps</a></li>
+          <li class="last"><a class="textshadow"
+            href="/juno/friends.php">Friends of Juno</a></li>
+        </ul>
+      </div>
+      <div id="window">
+        <div id="sidebar">
+          <h2>Are you ready for Eclipse 4?</h2>
+          <p class="tagline">
+            <a href="http://www.eclipse.org/eclipse4"">Eclipse 4</a> is
+            now the default platform for building rich client
+            applications.<br />Learn how to migrate your existing RCP
+            application and benefit from the new <a
+              href="http://www.eclipse.org/eclipse4">Eclipse 4</a>
+            features.
+          </p>
+          <div class="darkbg r-rounded  shadow" id="friend_box">
+            <h3>
+              <a href="/juno/friends.php">Become a Friend of Juno</a>
+            </h3>
+            <!--  <p>Friends of Juno<br/> <strong>15</strong> friends of Eclipse.</p>-->
+            <div class="progress-bar rounded shadow">
+              <div class="progress-current l-rounded" style="width: 15%">
+                <div class="progress-text textshadow">
+                  75</strong> friends of Juno
+                </div>
+              </div>
+            </div>
+          </div>
+          <a class="button" href="/donate/donorlist.php?showAll=0">More</a>
+        </div>
+        <div id="main">
+          <table class="projects ">
+            <thead>
+              <tr>
+                <td class="td_name textshadow darkbg">Project Name</td>
+                <td class="td_version textshadow darkbg">Version</td>
+                <td class="td_download textshadow darkbg">Download</td>
+              </tr>
+            </thead>
+          </table>
+          <div class="content-scroll">
+            <table class="projects" cellpadding="2" cellspacing="2">
+
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/actf/">Accessibility
+                    Tools Framework</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=technology.actf"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.0.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/actf/downloads/index.php"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a href="http://eclipse.org/amp">Agent
+                    Modeling Platform</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.amp"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version"></td>
+                <td class="td_download"><a
+                  href="http://eclipse.org/amp/installing/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/modeling/amalgam">Amalgamation</a>
+                  <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.amalgam"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.3.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/downloads/packages/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/atl/">ATL</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.mmt.atl"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">3.3.0</td>
+                <td class="td_download"><a
+                  href="http://eclipse.org/mmt/downloads/?project=atl"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a href="http://eclipse.org/bpel/">BPEL
+                    Designer [new]</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=soa.bpel"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.0.1</td>
+                <td class="td_download"><a
+                  href="https://hudson.eclipse.org/hudson/job/bpel-0.5/lastSuccessfulBuild/artifact/site/target/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/birt/">Business
+                    Intelligence and Reporting Tools (BIRT)</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=birt"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">4.2.0</td>
+                <td class="td_download"><a
+                  href="http://download.eclipse.org/birt/downloads/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a href="http://www.eclipse.org/cdt">C/C++
+                    Development Tooling (CDT)</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=tools.cdt"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">8.1.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/cdt/downloads.php"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a href="http://www.eclipse.org/cdo">CDO
+                    Model Repository</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.emf.cdo"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">4.1.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/cdo/downloads"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/recommenders/">Code
+                    Recommenders [new]</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=technology.recommenders"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.0.0</td>
+                <td class="td_download"><a
+                  href="http://eclipse.org/recommenders/download/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/datatools/">Data Tools
+                    Platform</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=datatools"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.10.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/datatools/downloads.php"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/dltk/">Dynamic Languages
+                    Toolkit</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=technology.dltk"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">4.0.0</td>
+                <td class="td_download"><a
+                  href="http://download.eclipse.org/technology/dltk/downloads/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a href="http://www.eclipse.org/ecf">Eclipse
+                    Communication Framework</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=rt.ecf"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">3.5.6</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/ecf/downloads.php"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a href="http://www.eclipse.org/egf">Eclipse
+                    Generation Factories (EGF)</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.emf.egf"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.0.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/downloads/download.php?file=/egf/tool/egf_1.0.0RC2/org.eclipse.egf_1.0.0.v20120528-1601.zip"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/egit/">Eclipse Git Team
+                    Provider</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=technology.egit"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">2.0.0</td>
+                <td class="td_download"><a
+                  href="http://eclipse.org/egit/download"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/gyrex/">Eclipse Gyrex
+                    Project</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=rt.gyrex"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.1.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/gyrex/download/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/epp/">Eclipse Packaging
+                    Project</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=technology.packaging"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.5.0</td>
+                <td class="td_download"><a href="/downloads/packages/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/eclipse/">Eclipse Project</a>
+                  <a
+                  href="http://www.eclipse.org/projects/project.php?id=eclipse"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">4.2.0,&nbsp;3.8.0</td>
+                <td class="td_download"><a
+                  href="http://download.eclipse.org/eclipse/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a href="http://eclipse.org/rtp">Eclipse
+                    Runtime Packaging Project</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=technology.packaging.rtp"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.0.0</td>
+                <td class="td_download"><a
+                  href="http://eclipse.org/rtp/downloads/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/scout">Eclipse Scout</a>
+                  <a
+                  href="http://www.eclipse.org/projects/project.php?id=technology.scout"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">3.8.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/scout/downloads/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/webtools/">Eclipse Web
+                    Tools Platform Project</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=webtools"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">3.4.0</td>
+                <td class="td_download"><a
+                  href="http://download.eclipse.org/webtools/downloads/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/eclipselink/">EclipseLink
+                    Project</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=rt.eclipselink"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">2.4.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/eclipselink/downloads/index.php"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a href="/modeling/emf/?project=emf">EMF</a>
+                  <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.emf.emf"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">2.8.0</td>
+                <td class="td_download"><a
+                  href="/modeling/emf/downloads/?project=emf"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/modeling/emft/facet/">EMF
+                    Facet</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.emft.emf-facet"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">0.2.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/modeling/emft/facet/downloads/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/modeling/emf/?project=query2">EMF
+                    Query</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.emf.query"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.6.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/modeling/emf/downloads/?project=query"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/modeling/emf/?project=transaction">EMF
+                    Transaction</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.emf.transaction"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.6.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/modeling/emf/downloads/?project=transaction"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/modeling/emf/?project=validation">EMF
+                    Validation</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.emf.validation"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.6.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/modeling/emf/downloads/?project=validation"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a href="http://eclipse.org/equinox">Equinox</a>
+                  <a
+                  href="http://www.eclipse.org/projects/project.php?id=rt.equinox"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">3.8.0</td>
+                <td class="td_download"><a
+                  href="http://download.eclipse.org/equinox/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/modeling/emft/?project=eef">Extended
+                    Editing Framework (EEF)</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.emft.eef"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.1.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/modeling/emft/downloads/?project=eef"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a href="http://www.eclipse.org/gef">Graphical
+                    Editing Framework (GEF)</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=tools.gef"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">3.8.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/gef/downloads.php"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://modeling.eclipse.org/modeling/gmp/?project=gmf-tooling">Graphical
+                    Modeling Framework (GMF) Tooling</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.gmp.gmf-tooling"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">3.0.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/modeling/gmp/downloads/?project=gmf-tooling"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/intent">Intent [new]</a>
+                  <a
+                  href="http://www.eclipse.org/projects/project.php?id=mylyn.docs.intent"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">0.8.0,&nbsp;0.7.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/intent/download.php"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/jgit/">Java
+                    implementation of Git</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=technology.jgit"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">2.0.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/jgit/download/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/jwt/">Java Workflow
+                    Tooling</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=soa.jwt"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.2.0</td>
+                <td class="td_download"><a
+                  href="http://wiki.eclipse.org/JWT_Downloads#Current_Releases"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/jetty/">Jetty - Servlet
+                    Engine and Http Server</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=rt.jetty"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version"></td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/jetty/downloads.php"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/jubula/">Jubula
+                    Functional Testing Tool</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=technology.jubula"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.2.1</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/jubula/download.php"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/linuxtools/">Linux Tools</a>
+                  <a
+                  href="http://www.eclipse.org/projects/project.php?id=tools.linuxtools"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.0.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/linuxtools/downloads.php"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a href="/mpc">Marketplace Client</a>
+                  <a
+                  href="http://www.eclipse.org/projects/project.php?id=technology.packaging.mpc"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.1.1</td>
+                <td class="td_download"></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/m2e/">Maven Integration</a>
+                  <a
+                  href="http://www.eclipse.org/projects/project.php?id=technology.m2e"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.1.0</td>
+                <td class="td_download"><a
+                  href="http://eclipse.org/m2e/download/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="/modeling/mdt/?project=uml2">MDT UML2</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.mdt.uml2"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">4.0.0</td>
+                <td class="td_download"><a
+                  href="/modeling/mdt/downloads/?project=uml2"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/modeling/mdt/?project=xsd">MDT
+                    XSD (XML Schema Definition)</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.mdt.xsd"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">2.8.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/modeling/mdt/downloads/?project=xsd"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a href="http://www.eclipse.org/mat">Memory
+                    Analyzer</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=tools.mat"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.2.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/mat/downloads.php"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a href="http://eclipse.org/mft/">Model
+                    Focusing Tools [new]</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=mylyn.context.mft"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">0.9.0</td>
+                <td class="td_download"></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/modeling/emft/?project=mwe">Modeling
+                    Workflow Engine</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.emf.mwe"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">2.3.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/modeling/emft/downloads/?project=mwe"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/MoDisco/">MoDisco</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.mdt.modisco"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">0.10.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/MoDisco/downloads/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/mylyn/">Mylyn</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=mylyn"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">3.8.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/mylyn/downloads"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/objectteams/">Object
+                    Teams</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=tools.objectteams"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">2.1.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/objectteams/download.php"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/modeling/mdt/ocl">OCL
+                    (Object Constraint Language)</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.mdt.ocl"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">4.0.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/modeling/mdt/downloads/?project=ocl"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a href="/papyrus">Papyrus</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.mdt.papyrus"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">0.9.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/modeling/mdt/papyrus/downloads/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a href="/ptp">Parallel Tools
+                    Platform (PTP)</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=tools.ptp"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">6.0.0</td>
+                <td class="td_download"><a href="/ptp/downloads.php"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/pdt/">PHP Development
+                    Tools</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=tools.pdt"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">3.1.0</td>
+                <td class="td_download"><a
+                  href="http://download.eclipse.org/tools/pdt/downloads/index.php"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/mmt/qvto">QVT Operational</a>
+                  <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.mmt.qvt-oml"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">3.2.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/mmt/downloads/index.php?project=qvto&showAll=0&showMax=5"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a href="http://eclipse.org/rap">Remote
+                    Application Platform</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=rt.rap"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.5.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/rap/downloads/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/riena">Riena Project</a>
+                  <a
+                  href="http://www.eclipse.org/projects/project.php?id=rt.riena"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">4.0.0</td>
+                <td class="td_download"><a
+                  href="http://wiki.eclipse.org/Riena_Getting_started"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/sapphire/">Sapphire [new]</a>
+                  <a
+                  href="http://www.eclipse.org/projects/project.php?id=technology.sapphire"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">0.5.1,&nbsp;0.5.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/sapphire/downloads/index.php"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/soa/sca/index.php">SCA
+                    Tools</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=soa.sca"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">2.3.0</td>
+                <td class="td_download"><a
+                  href="http://wiki.eclipse.org/SCA#Install"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/subversive/">Subversive -
+                    SVN Team Provider</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=technology.subversive"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.0.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/subversive/downloads.php"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://wiki.eclipse.org/TCF">Target
+                    Communication Framework</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=tools.cdt.tcf"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.0.0</td>
+                <td class="td_download"></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a href="http://www.eclipse.org/tm/">Target
+                    Management</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=tools.tm"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">3.4.0</td>
+                <td class="td_download"><a
+                  href="http://download.eclipse.org/tm/downloads/index.php"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/virgo/">Virgo [new]</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=rt.virgo"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version"></td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/virgo/download/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/windowbuilder/">WindowBuilder</a>
+                  <a
+                  href="http://www.eclipse.org/projects/project.php?id=tools.windowbuilder"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.5.0</td>
+                <td class="td_download"><a
+                  href="/windowbuilder/download.php"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/modeling/m2t/xpand">Xpand</a>
+                  <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.m2t.xpand"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">1.2.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/modeling/m2t/downloads/?showAll=0&project=xpand"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tr>
+                <td class="td_name"><a
+                  href="http://www.eclipse.org/Xtext/">Xtext</a> <a
+                  href="http://www.eclipse.org/projects/project.php?id=modeling.tmf.xtext"
+                  class="gear_link">Project information</a></td>
+                <td class="td_version">2.3.0</td>
+                <td class="td_download"><a
+                  href="http://www.eclipse.org/Xtext/download/"><img
+                    src="http://dev.eclipse.org/small_icons/actions/go-bottom.png" /></a></td>
+              </tr>
+              <tfoot>
+                <tr">
+                  <td id="td_count" colspan="3">Project count : 62</td>
+                </tr>
+              </tfoot>
+            </table>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+  <img src="/juno/images/eclipse-sm-logo.png" id="eclipse-logo-sm" /> <a
+    class="button rounded shadow" id="btn_continue" href="/home">Click
+    here to continue to Eclipse.org</a>
+  <script type="text/javascript">
diff --git a/friends.php b/friends.php
index 909637f..bdbb28b 100644
--- a/friends.php
+++ b/friends.php
@@ -1,52 +1,35 @@
-<?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'
+<?php
 /*******************************************************************************
- * Copyright (c) 2009-2010 Eclipse Foundation and others.
+ * Copyright(c) 2015 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
+ * http://eclipse.org/legal/epl-v10.html
  *
  * Contributors:
- *    
+ *    Nathan Gervais (Eclipse Foundation) - Initial implementation
+ *    Eric Poirier (Eclipse Foundation)
  *******************************************************************************/
+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");
 
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Eclipse.org - Juno Simultaneous Release : Friends of Eclipse";
-	$pageKeywords	= "juno, release, simultaneous, release train, eclipse 4, e4";
-	$pageAuthor		= "Christopher Guindon";
-		
-	include_once 'includes/app.php';
-	
-	# Paste your HTML content between the EOHTML markers!	
-	ob_start();
-	?>
-	<div id="fullcolumn" class="juno friends">
-		<?php include_once('includes/header.php');?>
-		<div id="container">	
-			<?php include_once('includes/nav.php');?>			
-			<div id="window">				
-				<div id="main">					
-					<h2>Friends of Juno</h2>
-					<p>Everyday millions of people use Eclipse. <a href="/donate/">Friends of Eclipse</a> allows you to contribute back to the Eclipse community.</p>
-					<p>For a US$35 contribution, you can become a Friend of Eclipse.  As a special thank you, Friends will get early access to the <a href="/juno/">Juno release</a>, direct from the download server at the Eclipse Foundation.  Your contribution will also help support the Eclipse community.</p>					
-					<div class="spacing">
-						<a class="btn-donate" href="/donate"><img src='images/icons/star.png'/><span>Join Now!</span></a>
-						<?php include('includes/progress-bar.php');?>	
-					</div>		
-					<p class="legal">
-						[1] Friends of Eclipse get special access to the Eclipse Foundation download server.  This server will be available to Friends of Eclipse while the download packages are being synchronized to our mirrors.  This typically means the packages will be available up to 24 hrs before everyone else.   The Eclipse Foundation will also be dedicating extra bandwidth to this download server, so Friends should experience a faster download.
-					</p>				
-				</div>
-				<?php include_once('includes/sidebar-2.php');?>	
-			</div>
-		</div>
-	</div>
-	<?php include_once('includes/footer.php');?>
-	<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->Promotion = TRUE;
-	$App->AddExtraHtmlHeader('<link type="text/css" href="/juno/style.css" rel="stylesheet"/><!--[if IE 7]> <link rel="stylesheet" type="text/css" href="/home/content/ie7_nova.css" media="screen"/> <![endif]-->');	
-	$App->generatePage('Nova', $Menu, NULL , $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
+$App = new App();
+$Nav = new Nav();
+$Menu = new Menu();
+include($App->getProjectCommon()); // All on the same line to unclutter the user's desktop'
+
+
+// Begin: page-specific settings. Change these.
+$pageTitle 		= "Eclipse.org - Juno Simultaneous Release : Friends of Eclipse";
+$pageKeywords	= "juno, release, simultaneous, release train, eclipse 4, e4";
+$pageAuthor		= "Christopher Guindon";
+
+// Place your html content in a file called content/en_pagename.php
+ob_start();
+include("content/en_" . $App->getScriptName());
+$html = ob_get_clean();
+
+# Generate the web page
+$App->AddExtraHtmlHeader('<link type="text/css" href="/juno/style.css" rel="stylesheet"/>');
+$App->generatePage(NULL, $Menu, NULL, $pageAuthor, $pageKeywords, $pageTitle, $html);
\ No newline at end of file
diff --git a/highlights.txt b/highlights.txt
deleted file mode 100644
index 2dc0581..0000000
--- a/highlights.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-<a href="http://www.eclipse.org/eclipse4">Eclipse 4.2</a> is now the default platform for the Eclipse community.
-New <a href="http://www.eclipse.org/koneki/">Koneki</a> project provides world-class Lua development tools for M2M application development.
-<a href="http://www.eclipse.org/equinox/">Equinox</a> provides the reference implementation for the new OSGi R5 specification.
-<a href="http://www.eclipse.org/virgo/">Eclipse Virgo 3.5</a> will deliver the new Virgo Nano which allows developers to deploy very small and fast OSGi-based applications.
-<a href="http://www.eclipse.org/xtend/">Xtend</a>, a new language for Java developers, will introduce support for debugging, improved IDE support and new language features, including properties, data classes and type inference for fields.
-<a href="http://www.eclipse.org/Xtext/">Xtext 2.3</a> will now support integrated debugging of JVM-based DSLs created using Xtext and tighter integration with the Java Development Tools (JDT).
-<a href="http://www.eclipse.org/recommenders/">Eclipse Code Recommenders</a> makes developers smarter about using APIs.   Based on a knowledge-based and advanced analytics of existing API usage, Code Recommenders provides intelligent API recommendations to Eclipse developers building Java applications.
\ No newline at end of file
diff --git a/includes/app.php b/includes/app.php
deleted file mode 100644
index a06fe85..0000000
--- a/includes/app.php
+++ /dev/null
@@ -1,43 +0,0 @@
-<?php
-//this make the page not accessible outside the foundation
-
-
-function get_filename(){
-
-	$currentFile = $_SERVER["SCRIPT_NAME"];
-	$parts = Explode('/', $currentFile);
-	return $parts[count($parts) - 1];
-
-
-}
-
-
-/*START OF TEST DATA : This need's to be commented out before the code is commited to the server!
-*$number_projects = rand(20,200);
-*$friends = rand(0,444);
-*$donarlist = '<li>Jeffrey t Buyna - $35</li><li>Zoran Bebic - $35</li><li>Lee Jiyul - $35</li><li>Anonymous - $50</li><li>Mirko Friedenhagen - $40</li><li>Chris Charlton - $35</li><li>Gandon Sebastien - $35</li><li>Dmitry Mityaev - $40</li>';
-/*END OF TEST DATA : This need's to be commented out before the code is commited to the server!*/
-
-
-$current_file = get_filename();
-$release = 'juno';
-
-include_once('friendsFunctions.php');
-if($current_file == 'projects.php'){
-	require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/classes/Project.class.php");
-	require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/classes/SimultaneousReleaseInfo.class.php");
-	require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/classes/debug.php");
-	require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/classes/common.php");
-	require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/classes/images.inc");
-	$projects = getAllProjectsInSimultaneousRelease($release);
-	$number_projects = count($projects);
-	sortProjects($projects, 'name');
-	
-
-		
-}
-$progress = (getWantedCount()*100)/500;
-$friend_count = getWantedCount();
-
-
-
diff --git a/includes/footer.php b/includes/footer.php
deleted file mode 100644
index e5d88f0..0000000
--- a/includes/footer.php
+++ /dev/null
@@ -1,2 +0,0 @@
-<img  src="/juno/images/eclipse-sm-logo.png" id="eclipse-logo-sm" />
-<a class="button rounded shadow" id="btn_continue" href="/home">Click here to continue to Eclipse.org</a>
\ No newline at end of file
diff --git a/includes/friendsFunctions.php b/includes/friendsFunctions.php
deleted file mode 100644
index 66a8ceb..0000000
--- a/includes/friendsFunctions.php
+++ /dev/null
@@ -1,61 +0,0 @@
-<?php
-require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/smartconnection.class.php");
-require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/classes/friends/friendsContributionsList.class.php");
-
-function sideDonorList($_numrows, $_amount=TRUE) {
-
-	
-	$where = "WHERE F.is_benefit = 1 AND FC.date_expired > '2013-05-01 00:00:00' AND FC.date_expired < '2013-08-01 00:00:00'";
-	
-	$friendsContributionsList = new FriendsContributionsList();
-	$friendsContributionsList->selectFriendsContributionsList(0, $_numrows, $where);
-	$friend = new Friend();
-	$contribution = new Contribution();
-	$fcObject = new FriendsContributions();
-	
-	$count = $friendsContributionsList->getCount();
-	for ($i=0; $i < $count; $i++)
-	{
-		$fcObject = $friendsContributionsList->getItemAt($i);
-		$friend = $fcObject->getFriendObject();
-		$contribution = $fcObject->getContributionObject();
-		$date = $contribution->getDateExpired();
-		$date = strtotime($date);
-		$date = strtotime("-1 year", $date);
-		$now = strtotime("now");
-		if ($date <= $now) {
-			$anonymous = $friend->getIsAnonymous();
-			if ($anonymous != 1) {
-				$name = ucfirst(strtolower($friend->getFirstName())) . " " . ucfirst(strtolower($friend->getLastName()));
-				$name = htmlentities($name);
-			}
-			else 
-				$name = "Anonymous";
-			$benefit = $friend->getIsBenefit();
-			if ($benefit)
-				$style = "";
-			else 
-				$style = "";
-			if ($_amount) {
-				$amount = $contribution->getAmount();
-				echo "<li $style>$name - $" . $amount . "</li>";
-			}
-			else {
-				if ($i % 2 == 0){
-					echo "<b>" . $name . " </b>";
-				}
-				else {
-					echo "$name ";
-				}
-			}
-		}
-	}
-}
-
-function getWantedCount() {
-	$where = "WHERE F.is_benefit = 1 AND FC.date_expired > '2013-05-01 00:00:00' AND FC.date_expired < '2013-08-01 00:00:00'";
-	
-	$friendsContributionsList = new FriendsContributionsList();
-	$friendsContributionsList->selectFriendsContributionsList(0, 500, $where);	
-	return $friendsContributionsList->getCount();
-}
\ No newline at end of file
diff --git a/includes/header.php b/includes/header.php
deleted file mode 100644
index 38c2713..0000000
--- a/includes/header.php
+++ /dev/null
@@ -1,2 +0,0 @@
-<h1><?php print($pageTitle);?></h1>
-<a href="/juno/"><img id="junoLogo" src="/juno/images/juno-logo.png"/></a><!--  <span id="release-date">Coming June 27, 2012</span>-->
\ No newline at end of file
diff --git a/includes/highlights.php b/includes/highlights.php
deleted file mode 100644
index b388e02..0000000
--- a/includes/highlights.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-$items =  file("../highlights.txt");
-print "[";
-
-
-	$first = true;
-	for($i=0;$i<count($items);$i++){
-		if($first == TRUE){
-			$first = FALSE;
-			print '"';
-		}
-		else { print ',"'; }
-		print addcslashes($items[$i], "\\\"\n\r\t/") . '"';
-	}
-	
-print "]";
diff --git a/includes/nav.php b/includes/nav.php
deleted file mode 100644
index 59b423f..0000000
--- a/includes/nav.php
+++ /dev/null
@@ -1,9 +0,0 @@
-
-<div id="nav">
-	<ul>
-		<li><a class="textshadow" href="/downloads/packages/release/juno/sr2">Downloads</a></li>
-		<li><a class="textshadow<?php ($current_file == 'projects.php') ? print ' active' : false; ?>" href="/juno/projects.php">Projects</a></li>
-		<li><a class="textshadow" href="http://wiki.eclipse.org/Eclipse_DemoCamps_Juno_2012">DemoCamps</a></li>
-		<li class="last"><a class="textshadow<?php ($current_file == 'friends.php') ? print ' active' : false; ?>" href="/juno/friends.php">Friends of Juno</a></li>
-	</ul>
-</div>
\ No newline at end of file
diff --git a/includes/progress-bar.php b/includes/progress-bar.php
deleted file mode 100644
index 7bf16b8..0000000
--- a/includes/progress-bar.php
+++ /dev/null
@@ -1 +0,0 @@
-<div class="progress-bar rounded shadow"><div class="progress-current <?php ($progress >= 99) ? print 'rounded' : print 'l-rounded' ?>" style="width: <?php print $progress;?>%"><div class="progress-text textshadow"><?php print $friend_count;?></strong> friends of Juno</div></div></div>
diff --git a/includes/sidebar-1.php b/includes/sidebar-1.php
deleted file mode 100644
index 2f4f498..0000000
--- a/includes/sidebar-1.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<div id="sidebar">
-	<h2>Are you ready for Eclipse 4?</h2>
-	<p class="tagline"><a href="http://www.eclipse.org/eclipse4"">Eclipse 4</a> is now the default platform for building rich client applications.<br/>Learn how to migrate your existing RCP application and benefit from the new <a href="http://www.eclipse.org/eclipse4">Eclipse 4</a> features.</p> 
-	<div class="darkbg r-rounded  shadow" id="friend_box">
-		<h3><a href="/juno/friends.php">Become a Friend of Juno</a></h3>
-		<!--  <p>Friends of Juno<br/> <strong><?php print $progress;?></strong> friends of Eclipse.</p>-->
-		<?php include('progress-bar.php');?>
-	</div>
-	<a class="button" href="/donate/donorlist.php?showAll=0">More</a>
-</div>
\ No newline at end of file
diff --git a/includes/sidebar-2.php b/includes/sidebar-2.php
deleted file mode 100644
index a467657..0000000
--- a/includes/sidebar-2.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<div id="sidebar" class="tmp-white">
-	<div class="container">	
-		<h3>Recent Friends</h3>
-		<ul class="donorList clearfix"><?php sideDonorList(8);?></ul>
-		<a class="button" href="/donate/donorlist.php?showAll=0">More</a>
-	</div>
-</div>
\ No newline at end of file
diff --git a/index.php b/index.php
index ae731a7..6014464 100644
--- a/index.php
+++ b/index.php
@@ -1,49 +1,35 @@
-<?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'
+<?php
 /*******************************************************************************
- * Copyright (c) 2009-2010 Eclipse Foundation and others.
+ * Copyright(c) 2015 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
+ * http://eclipse.org/legal/epl-v10.html
  *
  * Contributors:
- *    
+ *    Nathan Gervais (Eclipse Foundation) - Initial implementation
+ *    Eric Poirier (Eclipse Foundation)
  *******************************************************************************/
+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");
 
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Eclipse.org - Juno Simultaneous Release";
-	$pageKeywords	= "juno, release, simultaneous, release train, eclipse 4, e4";
-	$pageAuthor		= "Christopher Guindon";
-		
-	include_once 'includes/app.php';
-	
-	# Paste your HTML content between the EOHTML markers!	
-	ob_start();	
-	?>
-	<div id="fullcolumn" class="juno frontpage">
-		<?php include_once('includes/header.php');?>
-		<div id="container">	
-			<?php include_once('includes/nav.php');?>			
-			<div id="window">
-				<?php include_once('includes/sidebar-1.php');?>	
-				<div id="main">			
-					<h2>Highlights</h2>
-					<ul id="ticker"></ul>
-					<ul id="hide"></ul>	
-				</div>	
-			</div>
-		</div>
-	</div>
-	<?php include_once('includes/footer.php');?>
-	<script type="text/javascript" src="/juno/scripts/ticker.js"></script>	
-	<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->Promotion = TRUE;
-	$App->setjQueryVersion('1.5.2');
-	$App->AddExtraHtmlHeader('<script type="text/javascript" src="/juno/scripts/smooth-add.js"></script>');
-	$App->AddExtraHtmlHeader('<link type="text/css" href="/juno/style.css" rel="stylesheet"/><!--[if IE 7]> <link rel="stylesheet" type="text/css" href="/home/content/ie7_nova.css" media="screen"/> <![endif]-->');	
-	
-	$App->generatePage('Nova', $Menu, NULL , $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
+$App = new App();
+$Nav = new Nav();
+$Menu = new Menu();
+include($App->getProjectCommon()); // All on the same line to unclutter the user's desktop'
+
+
+// Begin: page-specific settings. Change these.
+$pageTitle 		= "Eclipse.org - Juno Simultaneous Release";
+$pageKeywords	= "juno, release, simultaneous, release train, eclipse 4, e4";
+$pageAuthor		= "Christopher Guindon";
+
+// Place your html content in a file called content/en_pagename.php
+ob_start();
+include("content/en_" . $App->getScriptName());
+$html = ob_get_clean();
+
+# Generate the web page
+$App->AddExtraHtmlHeader('<link type="text/css" href="/juno/style.css" rel="stylesheet"/>');
+$App->generatePage(NULL, $Menu, NULL, $pageAuthor, $pageKeywords, $pageTitle, $html);
\ No newline at end of file
diff --git a/planning/SimultaneousReleaseFunctions.php b/planning/SimultaneousReleaseFunctions.php
deleted file mode 100644
index 50f64d7..0000000
--- a/planning/SimultaneousReleaseFunctions.php
+++ /dev/null
@@ -1,590 +0,0 @@
-<?php 
-require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/classes/common.php");
-
-function get_fields_names($App,$release){
-		return array('basics','Planning','IP-Documentation','Release-Review','commonrepo','Communication-and-Availability','API','Message-Bundles','Version-Numbering','OSGi-Bundle-Format','Execution-Environment','Signing','Jarred-Bundles','Re-use','Optimization','Provide-p2-Repository','Capabilities','Support-Translations','Excel-in-NL-Support','Branding','Do-No-Harm','License-Text-Consistency','be_a_good_eclipse_citizen','Engage-Community','Usability','Performance','Test-Localization','Enable-Use-with-All-Languages','Builds','Ramp-Down-Planned-and-Defined','Accessibility','Unit-Tests','API-Policy-Defined-and-Documented','Retention-Policy','Project-Metrics');
-		
-		$release = $App->sqlSanitize($release);
-		/*
-		 * fetch all the long/short descriptions for the tracker fields
-		 */
-		$query = "select * from simultaneous_release_tracker_fields where therelease = '".addslashes($release)."'";
-		$res = $App->portal_sql($query);
-		$field_descriptions = array();
-		while($row = mysql_fetch_assoc($res)){
-			$field_descriptions[$row['field']] = $row;
-		}
-		return $field_descriptions;
-}
-
-function get_projects_tracking_by_parent($App){
-// 	$dbhc = new DBConnectionPortalRO();
-// 	$dbh = $dbhc->connect();
-	$query = "select * from simultaneous_release_tracker_project_relationships";
-	//$res = $App->portal_sql($query,$dbh);
-	$res = $App->portal_sql($query);
-	
-	/*
-	 * fetch all the project tracking with thier parent
-	 */
-	$projects_tracking_with_parent = array();
-	while($row = mysql_fetch_assoc($res)){
-		$projects_tracking_with_parent[$row['projectid']] = $row['tracked_by_projectid'];
-	}
-	
-	if (array_key_exists('debug', $_GET) && $_GET['debug'] == "true"){
-		print "<pre>projects_tracking_with_parent<br>";
-		print_r($projects_tracking_with_parent);
-	}
-	
-	return $projects_tracking_with_parent;
-}
- 
-function get_projects_tracking($App){
-	$projects_tracking_with_parent = get_projects_tracking_by_parent($App);
-	/*
-	 * fetch all the project data
-	 */
-	$query = "select 
-				distinct ProjectID 
-			  from 
-			  	ProjectInfo, 
-			  	ProjectInfoValues 
-			  where 
-			  	MainKey = 'simultaneousrelease' 
-			  and 
-			  	Subkey = 'juno' 
-			  and 
-			  	Value = 1 
-			  and 
-			  	ProjectInfo.ProjectInfoID = ProjectInfoValues.ProjectInfoID
-			  order by ProjectID
-			  	";
-	$res = $App->eclipse_sql($query);
-	$projects_tracking = array();
-	while($row = mysql_fetch_assoc($res)){
-		if(isset($projects_tracking_with_parent[$row['ProjectID']])){
-			continue;
-		}
-		$projects_tracking[] = $row['ProjectID'];
-	}
-	if (array_key_exists('debug', $_GET) && $_GET['debug'] == "true"){
-		print "<pre>projects_tracking<br>";
-		print_r($projects_tracking);
-	}
-	
-	return $projects_tracking;	
-	
-	#todo - get read access for this script worked out
-	/*
-	 * fetch all the project data
-	$query = "select * from Projects where ProjectID in ('".implode("','",$projects_tracking)."')";
-	$res = $App->eclipse_sql($query);
-	$projects = array();
-	while($row = mysql_fetch_assoc($res)){
-		$projects[$row['ProjectID']] = $row;
-	}	
-		
-	return $projects;
-	 */
-	
-}
-
-function get_project_tracking($App,$projectid){
-	if (!is_valid_project_name($projectid)) return null;
-	
-//	$dbhc = new DBConnectionPortalRO(); 
-// 	$dbh = $dbhc->connect();
-	/*
-	 * fetch all the tracking data for this project
-	 */
-	$query = "select * from simultaneous_release_tracker where projectid = '".addslashes($projectid)."'";
-	//$res = $App->portal_sql($query,$dbh);	
-		$res = $App->portal_sql($query);
-	$rows = array();
-	while($row = mysql_fetch_assoc($res)){
-		$rows[$row['track_key']] = $row['track_value'];
-		$exception = $row['track_key']."_exception";
-		$rows[$exception] = $row['exception'];
-	}
-
-	if (array_key_exists('debug', $_GET) && $_GET['debug'] == "true"){
-		print "<pre>project_tracking for: $projectid<br>";
-		print_r($rows);
-	}
-	
-	// WTB Experimental
-//	$projectId = addslashes($projectid);
-//	$sql = "SELECT distinct
-//			r.ProjectName, r.ProjectId, 
-//			SlidesURL, IPLogURL,
-//			s.status as Status, s.value as Date 
-//		FROM 
-//			ProjectReviews as r 
-//			left join ProjectReviewStatus as s on (r.id = s.id and s.Status = 'IP Log Posted')
-//		WHERE
-//			reviewName = 'Juno Release'
-//			and r.ProjectId=$projectid";
-//	
-//	$result = $App->foundation_sql($sql);
-//	while ($row = mysql_fetch_assoc($result)) {
-//		$rows['ip_log_posted'] = $row['Status'] == 'IP Log Posted' ? 'on' : '';
-//		$rows['ip_log_url'] = $row['IPLogURL'];
-//		$rows['slides_url'] = $row['SlidesURL'];
-//	}
-	
-	
-	return $rows;
-}
-
-
-function get_fields(){
-	$thefields = array();
-	//		Do the basics ... early
-		$fields = array();
-		$thefields['basics'] = array (
-			'fields' => $fields,
-			'name' => 'Basic Requirements',
-			'one_line_summary' => 'The requirements and conditions stated in this section are the basic minimum required for a project to claim they are part of the yearly Simultaneous Release.'
-		);
-		
-		/*
-		 * Offset
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'offset', 'label'=>'Offset', 'type'=>'select', 'options' =>array('+0'=>'+0','+1'=>'+1','+2'=>'+2','+3'=>'+3'),'check'=>'noquery','allow_excpetion' => false);
-		$thefields['Offset'] = array (
-			'fields' => $fields,
-			'name' => 'Offset',
-		
-		);
-		
-		/*
-		 * PLANNING URL
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'planning_url', 'label'=>'URL', 'type'=>'textfield','check'=>'noquery','allow_excpetion' => true);
-		$thefields['Planning'] = array (
-			'fields' => $fields,
-			'name' => 'Planning',
-		);
-
-		/*
-		 * IP DOCUMENTATION
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'ip_documentation_IP_URL', 'label'=>'URL to IP Log', 'type'=>'textfield','check'=>'noquery','allow_excpetion' => true);
-		$thefields['IP-Documentation'] =array (
-			'fields' => $fields ,
-			'name' => 'IP-Documentation',
-		);
-		
-		/*
-		 * RELEASE REVIEW
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'release_review_PMC_executive_summary', 'label'=>'URL to PMC\'s Executive Summary (by RC2)', 'type'=>'textfield','check'=>'noquery','allow_excpetion' => true);
-//		$fields[] = array ('key'=>'release_review__checklist_url', 'label'=>'URL to checklists', 'type'=>'textfield','check'=>'req noquery','allow_excpetion' => true);
-		$thefields['Release-Review'] =array (
-			'fields' => $fields ,
-			'name' => 'Release-Review',
-		);
-		
-		
-		/*
-		 * Common Repo
-		 */
-		$fields = array();
-		$thefields['commonrepo'] = array (
-			'fields' => $fields,
-			'name' => 'Common Repository Requirements',
-		);
-		
-		/*
-		 * Communication and Availability
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'communication_and_availability', 'label'=>'Subscriptions confirmed and contact info sent.', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$fields[] = array ('key'=>'communication_and_availability_releng_contacts', 'label'=>'Releng Contact Names. [the expectation being names only, not contact info]', 'type'=>'shorttextarea','check'=>'noquery','allow_excpetion' => true);
-		$thefields['Communication-and-Availability'] =array (
-			'fields' => $fields ,
-			'name' => 'Communication-and-Availability',
-		);
-		
-		/*
-		 * API
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'bugzilla_api_clean', 'label'=>'Bugzillas open, or can "prove" API clean.<br>', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$fields[] = array ('key'=>'url_api_reports', 'label'=>'Link to API check reports', 'type'=>'textfield','check'=>'noquery','allow_excpetion' => true);
-		$fields[] = array ('key'=>'list_bugzilla_api_deviations', 'label'=>'List of Bugilla\'s open for API deviations', 'type'=>'shorttextarea','check'=>'noquery','allow_excpetion' => true);
-		$thefields['API'] =array (
-			'fields' => $fields ,
-			'name' => 'API',
-			'one_line_summary' => 'Projects should leverage only published APIs of dependencies.',
-			'details' => 'Projects should leverage only published APIs of dependencies. All deviations must be documented in bugzillas. These bugzillas may be of the type that a dependent project should provide a required API, or of the type that a consuming project must move to some API that already exists. Note that technically there is no obligation for consumed projects to provide API that is requested ... that depends on many things ... but the main goal of requiring these bugzilla entries is to provide some documentation and measure of the amount of risk associated with non-API use.'
-		);
-		
-		/*
-		 * Message Bundles
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'message_bundles_used_throughout', 'label'=>'Message Bundles used throughout.', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-//		$fields[] = array ('key'=>'message_bundles_exception', 'label'=>'Message Bundle Exception. Give description of technical reasons, and link to Planning Councils approval.', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$thefields['Message-Bundles'] =array (
-			'fields' => $fields ,
-			'name' => 'Message-Bundles',
-			'one_line_summary' => 'Projects must use Eclipse message bundles unless there are technical reasons not to.',
-			'details' => 'Projects must use <a target="_blank" href="http://help.eclipse.org/galileo/topic/org.eclipse.platform.doc.isv/reference/misc/message_bundles.html">Eclipse message bundles</a> unless there are technical reasons not to.'
-		);
-		
-		/*
-		 * Version Numbering
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'standard_versioning_used', 'label'=>'Standard Versioning used.<br>', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-//		$fields[] = array ('key'=>'standard_versioning_exceptions', 'label'=>'Exceptions', 'type'=>'shorttextarea','check'=>'noquery','allow_excpetion' => true);
-		$thefields['Version-Numbering'] =array (
-			'fields' => $fields ,
-			'name' => 'Version-Numbering',
-			'one_line_summary' => 'Projects must use 4-part version numbers.',
-			'details' => 'Projects must use <a target="_blank" href="http://wiki.eclipse.org/Version_Numbering">4-part version numbers</a>.',
-		);
-		
-		/*
-		 * OSGi bundle format
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'using_osgi_bundle_format', 'label'=>'OSGi bundle format used.<br>', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$thefields['OSGi-Bundle-Format'] =array (
-			'fields' => $fields ,
-			'name' => 'OSGi-Bundle-Format',
-			'one_line_summary' => 'All plug-ins (bundles) must use the true bundle form.',
-			'details' => 'All plug-ins (bundles) must use the true bundle form. That is, provide a manifest.mf file, and not rely on the plugin.xml file being \'translated\' into a manifest.mf file at initial startup. With that, empty plugin.xml files in the presence of a manifest.mf file should not be included in a bundle. (For some old history, see <a target="_blank" href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=130598">bug 130598</a>.)'
-		);
-			
-		/*
-		 * Execution Environment
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'using_bundle_required_execution_environment', 'label'=>'Bundle Required Execution Environment used.<br>', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$thefields['Execution-Environment'] =array (
-			'fields' => $fields ,
-			'name' => 'Execution-Environment',
-			'one_line_summary' => 'All plug-ins must correctly list their Bundle Required Execution Environment (BREE).',
-			'details' => 'All plug-ins must <a target="_blank" href="http://wiki.eclipse.org/Execution_Environments">correctly list their Bundle Required Execution Environment (BREE)</a>.',
-		);
-		
-		/*
-		 * Signing
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'using_signing', 'label'=>'Signing used.<br>', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$thefields['Signing'] =array (
-			'fields' => $fields ,
-			'name' => 'Signing',
-			'one_line_summary' => 'Projects must use signed plugins using the Eclipse certificate</a>.',
-			'details' => 'Projects must use <a target="_blank" href="http://wiki.eclipse.org/JAR_Signing">signed plugins using the Eclipse certificate</a>.',
-		);
-		
-		
-		/*
-		 * Jarred Bundles
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'used_jarred_bundles', 'label'=>'Jarred Bundles used.<br>', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$thefields['Jarred-Bundles'] =array (
-			'fields' => $fields ,
-			'name' => 'Jarred-Bundles',
-			'one_line_summary' => 'Projects must use jarred plug-ins.',
-			'details' => 'Projects must use jarred plug-ins (with unpack=false) unless authorized by the planning council for technical exceptions. Also, nested jars should be avoided if possible since it creates problems for projects that has dependencies to such plug-ins. The OSGi runtime is fine with it but the PDE environment is not able to handle classpaths that contain nested jars.'
-		);
-		
-		/*
-		 * Re-use
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'used_reuse_orbit', 'label'=>'Re use from Orbit.<br>', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$thefields['Re-use'] =array (
-			'fields' => $fields ,
-			'name' => 'Re-use',
-			'one_line_summary' => 'Re-use and share common third party jars.',
-			'details' => 'Re-use and share common third party jars. Any third-party plug-ins that are common between projects must be consumed via <a traget="_blank" href="http://www.eclipse.org/orbit">Orbit</a>; a Simultaneous Release will not have duplicate third-party libraries (note that this only applies to identical versions of the libraries; thus if project A requires foo.jar 1.6 and project B uses foo.jar 1.7, that\'s ok, as long as it is required and has a documented reason).'
-		);
-		
-		
-		/*
-		 * Optimization
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'used_optimize_p2_repositories', 'label'=>'Optimize p2 repositories used.<br>', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$thefields['Optimization'] =array (
-			'fields' => $fields ,
-			'name' => 'Optimization',
-			'one_line_summary' => 'Projects must optimize their p2 repositories to reduce bandwidth utilization and provide a better install and update experience for users.',
-		);
-		
-		 
-		/*
-		 * Provide p2 repository
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'provide_p2_repository', 'label'=>'Provide p2 repository.<br>', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$thefields['Provide-p2-Repository'] =array (
-			'fields' => $fields ,
-			'name' => 'Provide-p2-Repository',
-			'one_line_summary' => 'Projects must provide their own project p2 repository.',
-			'details' => 'Projects must provide their own project p2 repository for their own project and updates. In addition, they must provide their archives and metadata in a specified format and method to allow at least parts of their repository to be aggregated and mirrored to a common repository. The <a target="_blank" href="http://wiki.eclipse.org/Juno/Contributing_to_Juno_Build">current process</a> may be modified throughout the year, if improvements can be made.'
-		);
-		
-		
-
-		
-		/*
-		 * Capabilities.
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'url_capabilities_description', 'label'=>'URL to a project\'s description of their capabilities (even if sample) and/or plugin names adopters can use', 'type'=>'textfield','check'=>'noquery','allow_excpetion' => true);
-		$fields[] = array ('key'=>'url_discover_strategy', 'label'=>'URL to a project\'s description of their progressive discover strategy or documentation', 'type'=>'textfield','check'=>'noquery','allow_excpetion' => true);
-		$thefields['Capabilities'] =array (
-			'fields' => $fields ,
-			'name' => 'Capabilities',
-			'one_line_summary' => 'Each project will provide basic capability/activity definitions to allow for their UI contributions to be hidden.',
-			'details' => 'Each project will provide basic capability/activity definitions to allow for their UI contributions to be hidden. These may be provided in a separate plugins and features to facilitate inclusion and reuse by consumers in product development, or simply well documented so adopters can reuse via copy/paste. Ideally, projects should also provide triggers to facilitate progressive discovery of functionality.'
-		);
-		
-		/*
-		 * Support Translations
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'used_support_translations', 'label'=>'Translation support used.<br>', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$thefields['Support-Translations'] =array (
-			'fields' => $fields ,
-			'name' => 'Support-Translations',
-			'one_line_summary' => 'All strings must be externalized, and Projects must participate in Babel.',
-			'details' => 'All strings must be externalized, and Projects must participate in Babel, meaning it is registered and available for string translation, etc. Projects must freeze the UI sufficiently early to allow the Babel project time to translate strings so there can be simultaneous release of translated versions. The UI should be frozen by M6 (a "freeze" all major changes and additions are done by M6, and changes after that are done in a controlled, well documented fashion, so Babel translators can more easily "keep up" with late changes).'
-		);
-		
-		/*
-		 * Excel in NL support
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'used_ICU4J', 'label'=>'ICU4J used where appropriate.<br>', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-//		$fields[] = array ('key'=>'exceptions_ICU4J', 'label'=>'Exceptions', 'type'=>'shorttextarea','check'=>'noquery','allow_excpetion' => true);
-		$thefields['Excel-in-NL-Support'] =array (
-			'fields' => $fields ,
-			'name' => 'Excel-in-NL-Support',
-			'one_line_summary' => 'The Project must use ICU4J, where appropriate, to excel in NL support. (The latest ICU4J bundles will be in Orbit)',
-			'details' => 'The Project must use <a traget="_blank" href="http://wiki.eclipse.org/ICU4J">ICU4J</a>, where appropriate, to excel in NL support. (The latest ICU4J bundles will be in Orbit)',
-		);
-		
-		/*
-		 * Branding
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'used_branding', 'label'=>'Branding used.', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$thefields['Branding'] =array (
-			'fields' => $fields ,
-			'name' => 'Branding',
-			'one_line_summary' => 'Each major project (as determined by participating PMCs) must have an \'About\' dialog icon with hover text that displays the provider name.',
-			'details' => ' Each major project (as determined by participating PMCs) must have an \'About\' dialog icon with hover text that displays the provider name. Every plug-in and feature must specify a descriptive provider-name (for features), or Bundle-Vendor header (for plug-ins), as determined by the project\'s PMC (e.g. "Eclipse Modeling Project" rather than "Eclipse.org"). Also, Projects must contribute to the welcome page when appropriate.'
-		);
-		
-		
-		/*
-		 * No Unresolved Bugs
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'no_unresolved_bugs', 'label'=>'No unresolved bugs or known issues causing interference with others', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$thefields['Do-No-Harm'] =array (
-			'fields' => $fields ,
-			'name' => 'Do-No-Harm',
-			'one_line_summary' => 'Projects must work together in any combination of any install.',
-			'details' => 'Projects must work together in any combination of any install. Put another way, this means that users can install any subset of the projects and each of the installed projects will work as well as if it had been loaded independently. If such a problem is identified, the affected projects must track down and fix the problem.',
-		);
-				
-		/*
-		 * License text consistency
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'used_standard_license_form', 'label'=>'Standard forms of license used', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$thefields['License-Text-Consistency'] =array (
-			'fields' => $fields ,
-			'name' => 'License-Text-Consistency',
-			'one_line_summary' => '[New this year.]  Use standard forms of license documents.',
-			'details' => '[New this year.]  Use standard forms of license documents so it is displayed in the most usable, and concise way during install and update. It is a normal requirement to use a standard Eclipse Foundation "about" template, but where those templates are edited by each project, care must be taken to be sure they are edited in similar ways.'
-		);
-		
-		
-		
-		
-		
-//		Be a good Eclipse Citizen ... and document it
-		$fields = array();
-		$thefields['be_a_good_eclipse_citizen'] = array (
-			'fields' => $fields,
-			'name' => 'Eclipse Citizenship',
-			'one_line_summary' => 'Projects should exhibit good Eclipse Citizenship, to Release and participate in Common Discovery Site and EPP Packages. These are often "best practices" that some projects have found helpful at Eclipse. These criteria often speak to the quality of the Project, as an Eclipse Project, as opposed to their code or architecture. They are a bit more subjective than some of the other criteria, and the relevancy to any particular project may not be as universal, so there is no set number of items to satisfy. But, it is required that each project document their level of compliance to each item. Especially good Eclipse Citizens will get a gold star, and especially bad ones might get a frowny face.'
-		);
-		/*
-		 * Engage Community
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'engage_community', 'label'=>'Engage Community', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$fields[] = array ('key'=>'engage_community_new_and_noteworthy', 'label'=>'New & Noteworthy URL or description', 'type'=>'shorttextarea','check'=>'noquery');
-		$thefields['Engage-Community'] =array (
-			'fields' => $fields ,
-			'name' => 'Engage-Community',
-			'one_line_summary' => 'The Project should actively engage their community to get feedback on milestone builds, and document how they do that.',
-			'details' => 'The Project should actively engage their community to get feedback on milestone builds, and document how they do that. One way to do this is to have a <a  target="_blank" href="http://wiki.eclipse.org/Architecture_Council/New_and_Noteworthy">New & Noteworthy</a> for each milestone. New and Noteworthy documents should be something readable and usable not just a static list of all the bugs. Corollary: individual new & noteworthy should be linked in to the collective New & Noteworthy.'
-		);
-		/*
-		 * Usability
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'following_usability_guidelines', 'label'=>'Usability', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$fields[] = array ('key'=>'following_usability_guidelines_new_and_noteworthy', 'label'=>'Please describe or provide URL', 'type'=>'shorttextarea','check'=>'noquery');
-		$thefields['Usability'] =array (
-			'fields' => $fields ,
-			'name' => 'Usability',
-			'one_line_summary' => 'The Project should follow the User Interface Guidelines.',
-			'details' => 'The Project should follow the User Interface Guidelines. The UI Checklist is a good place to start. Also, should participate in a User Interface Best Practices Working Group  UI walkthrough.',
-		);
-		/*
-		 * Performance
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'measurable_performance_criteria', 'label'=>'Performance', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$fields[] = array ('key'=>'measurable_performance_criteria_new_and_noteworthy', 'label'=>'Please describe or provide URL', 'type'=>'shorttextarea','check'=>'noquery');
-		$thefields['Performance'] =array (
-			'fields' => $fields ,
-			'name' => 'Performance',
-			'one_line_summary' => 'Project should have measurable performance criteria that are regularly tested against. Projects should devote at least one milestone to performance and scalability improvements.'
-		);
-
-		/*
-		 * Test Localization
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'use_babel_pseudo_translation', 'label'=>'Test Localization', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$fields[] = array ('key'=>'use_babel_pseudo_translation_new_and_noteworthy', 'label'=>'Please describe or provide URL', 'type'=>'shorttextarea','check'=>'noquery');
-		$thefields['Test-Localization'] =array (
-			'fields' => $fields ,
-			'name' => 'Test-Localization',
-			'one_line_summary' => 'The project should use the Babel Pseudo Translation Test to verify their translatability.',
-		);
-		
-		/*
-		 * Enable Use with All Languages
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'enable_use_with_all_languages', 'label'=>'Enable Use with All Languages', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$fields[] = array ('key'=>'enable_use_with_all_languages_new_and_noteworthy', 'label'=>'Please describe or provide URL', 'type'=>'shorttextarea','check'=>'noquery');
-		$thefields['Enable-Use-with-All-Languages'] =array (
-			'fields' => $fields ,
-			'name' => 'Enable-Use-with-All-Languages',
-			'one_line_summary' => 'Should design and test for enabling all languages including bidi, unicode characters, etc. This is different than "translating" the program. For example, while using an English version of Eclipse Web Tools, someone should be able to create a Chinese language web application.'
-		);
-		
-		/*
-		 * Builds
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'builds', 'label'=>'Builds', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$fields[] = array ('key'=>'builds_new_and_noteworthy', 'label'=>'Please describe or provide URL', 'type'=>'shorttextarea','check'=>'noquery');
-		$thefields['Builds'] =array (
-			'fields' => $fields ,
-			'name' => 'Builds',
-			'one_line_summary' => 'Projects must have a mature, stable build process: documented, scripted, repeatable, and executable by others.'
-		);
-		
-
-		/*
-		 * Ramp Down Planned and Defined
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'ramp_down_planned_and_defined', 'label'=>'Ramp Down Planned and Defined', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$fields[] = array ('key'=>'ramp_down_planned_and_defined_new_and_noteworthy', 'label'=>'Please describe or provide URL', 'type'=>'shorttextarea','check'=>'noquery');
-		$thefields['Ramp-Down-Planned-and-Defined'] =array (
-			'fields' => $fields ,
-			'name' => 'Ramp-Down-Planned-and-Defined',
-			'one_line_summary' => 'Projects must have a written ramp down policy by M6, at the latest, and provide link. The plan should describe when the project plans to be feature complete, have API frozen, and similar. See Platform 3.5 Endgame plan as a guideline.)'
-		);
-				
-		/*
-		 * Accessibility
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'accessibility', 'label'=>'Accessibility', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$fields[] = array ('key'=>'accessibility_new_and_noteworthy', 'label'=>'Please describe or provide URL', 'type'=>'shorttextarea','check'=>'noquery');
-		$thefields['Accessibility'] =array (
-			'fields' => $fields ,
-			'name' => 'Accessibility',
-			'one_line_summary' => 'Projects should design and test for accessibility compliance, following established guidelines and Eclipse fundamental techniques to achieve accessibility.',
-			'details' => 'Projects should design and test for accessibility compliance, following established guidelines and Eclipse fundamental techniques to achieve accessibility. Projects must document their accessibility work and compliance. Ideally this would be by using a publicly available checklists, such as
-							<ul>
-							    <li> <a target="_blank" href="http://www.itic.org/resources/voluntary-product-accessibility-template-vpat/">http://www.itic.org/resources/voluntary-product-accessibility-template-vpat/</a>
-							    <li> <a target="_blank" href="http://www.section508.gov/">http://www.section508.gov/</a>
-							    <li> <a target="_blank" href="http://www.w3.org/TR/WCAG/">http://www.w3.org/TR/WCAG/</a>
-							</ul>
-							but, given the advice of the <a target="_blank" href="http://wiki.eclipse.org/Planning_Council/Cross_Project_Teams/Accessibility">Accessibility Cross Project Team</a>, for this year\'s Simultaneous Release, projects can document their work or compliance as a negative, such as "we did not do any accessibility work or testing and do not know the degree of our compliance". But its important to document, so adopters know. If possible, and appropriate, accessibility testing tools can be leveraged such as <a target="_blank" href="http://www.nvda-project.org/">NVDA</a>. The main <a target="_blank" href="http://www.eclipse.org/articles/article.php?file=Article-Accessibility351/index.html">accessibility article at Eclipse Corner</a> has been made current (thanks goes to Todd Creasey).'
-		);
-
-		
-		/*
-		 * Unit Tests
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'unit_tests', 'label'=>'Unit Tests', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$fields[] = array ('key'=>'unit_tests_new_and_noteworthy', 'label'=>'Please describe or provide URL', 'type'=>'shorttextarea','check'=>'noquery');
-		$thefields['Unit-Tests'] =array (
-			'fields' => $fields ,
-			'name' => 'Unit-Tests',
-			'one_line_summary' => '[New this year.] Projects must have some unit tests that can verify at least basic functionality of a build or distribution. The steps to build and run the tests must be documented and executable by others.'
-		);
-		
-		/*
-		 *  API Policy Defined and Documented
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'api_policy_defined_and_documented', 'label'=>'API Policy Defined and Documented', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$fields[] = array ('key'=>'api_policy_defined_and_documented_new_and_noteworthy', 'label'=>'Please describe or provide URL', 'type'=>'shorttextarea','check'=>'noquery');
-		$thefields['API-Policy-Defined-and-Documented'] =array (
-			'fields' => $fields ,
-			'name' => 'API-Policy-Defined-and-Documented',
-			'one_line_summary' => '[New this year.] Typically would include how \'APIs\' are distinguished from non-API and \'provisional\' API, if any. It is recommended that non-API be marked with x-internal in the bundles manifest. Also, should include what the commitment is to API, how long maintained after deprecated, etc.',
-			'details' => '[New this year.] Typically would include how \'APIs\' are distinguished from non-API and \'provisional\' API, if any. It is recommended that non-API be marked with x-internal in the bundles manifest. Also, should include what the commitment is to API, how long maintained after deprecated, etc. As one example, see <a target="_blank" href="http://wiki.eclipse.org/WTP_API_Policy">WTP API Policy</a>.'
-			);
-		
-		/*
-		 *  Retention Policy
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'retention_policy', 'label'=>'Retention Policy', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$fields[] = array ('key'=>'retention_policy_new_and_noteworthy', 'label'=>'Please describe or provide URL', 'type'=>'shorttextarea','check'=>'noquery');
-		$thefields['Retention-Policy'] =array (
-			'fields' => $fields ,
-			'name' => 'Retention-Policy',
-			'one_line_summary' => '[New this year.] Projects should define and document their retention policy. This should include both zip distributions and repositories.',
-			'details' => '[New this year.] Projects should define and document their retention policy. This should include both zip distributions and repositories. For examples, see <a target="_blank" href="http://wiki.eclipse.org/WTP/Retention_Policy">WTP Retention Policy</a> and <a target="_blank" href="http://wiki.eclipse.org/Eclipse_Project_Update_Sites">Eclipse Project Update Sites</a>'
-			);
-		
-		
-		/*
-		 * Project Metrics
-		 */
-		$fields = array();
-		$fields[] = array ('key'=>'project_metrics', 'label'=>'Project Metrics', 'type'=>'checkbox','check'=>'noquery','allow_excpetion' => true);
-		$fields[] = array ('key'=>'project_metrics_new_and_noteworthy', 'label'=>'Please describe or provide URL', 'type'=>'shorttextarea','check'=>'noquery');
-		$thefields['Project-Metrics'] =array (
-			'fields' => $fields ,
-			'name' => 'Project-Metrics',
-			'one_line_summary' => '[New this year.] Projects should provide some summary metrics.',
-			'details' => '[New this year.] Projects should provide some summary metrics, such as number of bundles, number of committers, lines of code, number of bugs opened and fixed. This is so some statements can be made and tracked year-to-year about the size of the simultaneous release.'
-			);
-			
-	return $thefields;	
-}
-
-
-?>
\ No newline at end of file
diff --git a/planning/SimultaneousReleaseOverview.php b/planning/SimultaneousReleaseOverview.php
deleted file mode 100644
index f20c030..0000000
--- a/planning/SimultaneousReleaseOverview.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-/*******************************************************************************
-* Copyright (c) 2011 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:
-*    Wayne Beaton (Eclipse Foundation)- initial API and implementation
-*******************************************************************************/
-header("Location: http://www.eclipse.org/projects/releases/releases.php?release=juno");
-?>
\ No newline at end of file
diff --git a/planning/_projectCommon.php b/planning/_projectCommon.php
old mode 100755
new mode 100644
index 4253103..46c7c20
--- a/planning/_projectCommon.php
+++ b/planning/_projectCommon.php
@@ -1,18 +1,21 @@
 <?php
 /*******************************************************************************
- * Copyright (c) 2011 Eclipse Foundation and others.
+ * Copyright(c) 2015 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
+ * http://eclipse.org/legal/epl-v10.html
  *
  * Contributors:
- *    Wayne Beaton (Eclipse Foundation)- initial API and implementation
+ *    Nathan Gervais (Eclipse Foundation) - Initial implementation
+ *    Eric Poirier (Eclipse Foundation)
  *******************************************************************************/
-$theme = "Nova";
-$App->Promotion = TRUE;
 
-$Nav->addNavSeparator("Juno", null);
-$Nav->addCustomNav("Project List", "/projects/releases/releases.php?release=juno", "_self", 2);
-$Nav->addCustomNav("Project Descriptions", "/projects/releases/descriptions.php?release=juno", "_self", 2);
-?>
\ No newline at end of file
+	# Set the theme for your project's web pages.
+	# See the Committer Tools "How Do I" for list of themes
+	# https://dev.eclipse.org/committers/
+	# Optional: defaults to system theme
+$theme = "solstice";
+$App->Promotion = FALSE;
+
+$App->setOutDated( '2011-11-11', '<a href="https://projects.eclipse.org/releases/juno">Juno</a> is a past version of Eclipse. Please visit our <a href="/downloads/">download</a> page for the latest version of Eclipse. ' );
diff --git a/planning/content/en_index.php b/planning/content/en_index.php
new file mode 100644
index 0000000..1bab064
--- /dev/null
+++ b/planning/content/en_index.php
@@ -0,0 +1,35 @@
+<?php
+/*******************************************************************************
+ * Copyright(c) 2015 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://eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    Nathan Gervais (Eclipse Foundation) - Initial implementation
+ *    Eric Poirier (Eclipse Foundation)
+ *******************************************************************************/
+?>
+<aside id="leftcol" class="col-md-4">
+  <div class="sideitem">
+    <h3>Juno</h3>
+    <ul id="leftnav">
+      <li><a href="/projects/releases/releases.php?release=juno"
+        target="_self">Project List</a></li>
+      <li><a href="/projects/releases/descriptions.php?release=juno"
+        target="_self">Project Descriptions</a></li>
+    </ul>
+  </div>
+</aside>
+<div id="midcolumn">
+  <h1>Eclipse Planning Council</h1>
+  <h2>Purpose</h2>
+  <p>
+    This 'planning' directory at this URL is to hold Planning Council
+    specific web pages and web apps. Most Planning Council information
+    is available on the <a
+      href="http://wiki.eclipse.org/Planning_Council">Eclipse Planning
+      Council Wiki Pages</a>
+  </p>
+</div>
\ No newline at end of file
diff --git a/planning/content/en_poll2013.php b/planning/content/en_poll2013.php
new file mode 100644
index 0000000..9dfff4a
--- /dev/null
+++ b/planning/content/en_poll2013.php
@@ -0,0 +1,58 @@
+<?php
+/*******************************************************************************
+ * Copyright(c) 2015 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://eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    Nathan Gervais (Eclipse Foundation) - Initial implementation
+ *    Eric Poirier (Eclipse Foundation)
+ *******************************************************************************/
+?>
+<h1>Community Poll Vote</h1>
+<h2>Help decide the name for the 2013 Eclipse Simultaneous Release!</h2>
+
+<p>
+  There will be an Eclipse Simultaneous Release on the fourth Wednesday
+  of June, 2013. But what to call it? Please vote, only once, for your
+  favorite name for that 2013 release. Remember, the simultaneous
+  release name is an informal <i>marketing name</i>. It should be
+  recognizable, pronounceable, relatively distinct and not obvious to
+  confuse with other software or trademarks. Be sure to consider how it
+  sounds in context, such as...
+</p>
+
+<p>
+  <i>"Hey, go download the <b>Eclipse xyz Release</b> and see all the
+    cool stuff in there!"
+  </i>
+</p>
+
+<p>
+  The following names were arrived at with input from the community (see
+  <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=365965">bug
+    365965</a>) and discussions inside the Eclipse Planning Council.
+</p>
+
+<p>
+  The results of the poll are now available, and pending approval from
+  the EMO, the 2013 name will be <b>Kepler</b>.
+</p>
+
+<div style="padding: 5px; margin-left: 5%; margin-right: 5%;">
+  <p>
+    Kari: 13 %<br /> Kratos: 14 %<br /> <b>Kepler: 48 %</b><br /> Ketu:
+    6 %<br /> Koronis: 8 %<br /> Kuiper: 10 %<br /> Total votes: 213
+  </p>
+</div>
+
+<p>Thanks for your vote and your help with Eclipse!</p>
+
+<p>
+  <b>Note: The Planning Council reserves the right to make the final
+    decision, in case some popularly voted item is later found to be
+    unsuitable for some reason.</b>
+<p>
+<p>Current time: 29/09/15 : 14:12 (EDT)</p>
\ No newline at end of file
diff --git a/planning/index.php b/planning/index.php
index b12a13e..512751f 100644
--- a/planning/index.php
+++ b/planning/index.php
@@ -1,35 +1,35 @@
-<?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'
+<?php
+/*******************************************************************************
+ * Copyright(c) 2015 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://eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    Nathan Gervais (Eclipse Foundation) - Initial implementation
+ *    Eric Poirier (Eclipse Foundation)
+ *******************************************************************************/
+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");
 
-#
-# Begin: page-specific settings.
+$App = new App();
+$Nav = new Nav();
+$Menu = new Menu();
+include($App->getProjectCommon()); // All on the same line to unclutter the user's desktop'
+
+
+// Begin: page-specific settings. Change these.
 $pageTitle 		= "Eclipse Planning Council";
 $pageKeywords	= "Eclipse Planning Council";
 $pageAuthor		= "David Williams";
-$theme = "Nova";
-# Paste your HTML content between the markers!
+
+// Place your html content in a file called content/en_pagename.php
 ob_start();
-?>
-
-
-	<!-- include empty lef nav col for now -->
-	<div id="leftcol">
-	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-	</div>
-	
-<div id="maincontent">
-<div id="midcolumn">
-<h1><?= $pageTitle ?></h1>
-<h2>Purpose</h2>
-<p>This 'planning' directory at this URL is to hold Planning Council specific web
-pages and web apps. Most Planning Council information is available on
-the <a href="http://wiki.eclipse.org/Planning_Council">Eclipse Planning
-Council Wiki Pages</a></p>
-</div>
-</div> 
-
-<?php
-$html = ob_get_contents();
-ob_end_clean();
+include("content/en_" . $App->getScriptName());
+$html = ob_get_clean();
 
 # Generate the web page
-$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
+$App->AddExtraHtmlHeader('<link type="text/css" href="/juno/style.css" rel="stylesheet"/>');
+$App->generatePage(NULL, $Menu, NULL, $pageAuthor, $pageKeywords, $pageTitle, $html);
\ No newline at end of file
diff --git a/planning/poll2013.php b/planning/poll2013.php
index 9a22295..11e710f 100644
--- a/planning/poll2013.php
+++ b/planning/poll2013.php
@@ -1,80 +1,35 @@
-<?php 
-//ini_set("display_errors", "true");
-//error_reporting (E_ALL);
-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();
+<?php
+/*******************************************************************************
+ * Copyright(c) 2015 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://eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    Nathan Gervais (Eclipse Foundation) - Initial implementation
+ *    Eric Poirier (Eclipse Foundation)
+ *******************************************************************************/
+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");
 
-       #*****************************************************************************
-       #
-       # poll2013.php
-       #
-       # Author:                   Chris Aniszczyk
-       # Date:                     2010-04-07
-       #
-       # Description: Quick poll to get input for Junot +1 Sim. Release name. 
-       #
-       #
-       #****************************************************************************
-       
-       #
-       # Begin: page-specific settings.  Change these. 
-       $pageTitle           = "Community Poll Vote";
-       $pageKeywords = "Eclipse Simultaneous Release 2013";
-       $pageAuthor          = "Chris Aniszczyk";
-       $theme = "Nova";    
-
-	       # Paste your HTML content between the markers!   
-	ob_start();
-	?>            
+$App = new App();
+$Nav = new Nav();
+$Menu = new Menu();
+include($App->getProjectCommon()); // All on the same line to unclutter the user's desktop'
 
 
-	<div id="maincontent" style="width: 90%; padding: 5%;">
+// Begin: page-specific settings. Change these.
+$pageTitle           = "Community Poll Vote";
+$pageKeywords = "Eclipse Simultaneous Release 2013";
+$pageAuthor          = "Chris Aniszczyk";
 
-	              <h1><?= $pageTitle ?></h1>
-	                     <h2>Help decide the name for the 2013 Eclipse Simultaneous Release!</h2>
-	
-	                     <p>There will be an Eclipse Simultaneous Release on the fourth Wednesday of
-	                     June, 2013. But what to call it? Please vote, only once, for your favorite name for that 2013
-	                     release. Remember, the simultaneous release name is an informal <i>marketing name</i>. It
-	                     should be recognizable, pronounceable, relatively distinct and not obvious
-	                     to confuse with other software or trademarks. Be sure to
-	                     consider how it sounds in context, such as...</p>
-						
-						<p>
-	                      <i>"Hey, go download the <b>Eclipse xyz Release</b> and see all the cool stuff in there!"</i>
-						</p>
+// Place your html content in a file called content/en_pagename.php
+ob_start();
+include("content/en_" . $App->getScriptName());
+$html = ob_get_clean();
 
-	                     <p>The following names were arrived at with input from the community (see
-	                     <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=365965">bug
-	                     365965</a>) and discussions inside the Eclipse Planning Council.</p>
-
-                     <p>The results of the poll are now available, and pending approval from the EMO, the 2013 name will be <b>Kepler</b>.</p> 
-
-                                     <div style="padding: 5px; margin-left: 5%; margin-right: 5%;">
-										<p>
-										Kari: 13 %<br />
-										Kratos: 14 %<br />
-										<b>Kepler: 48 %</b><br />
-										Ketu: 6 %<br />
-										Koronis: 8 %<br />
-										Kuiper: 10 %<br />
-										Total votes: 213
-										</p>
-                                     </div>
-
-	                     <p>Thanks for your vote and your help with Eclipse!</p>              
-
-	                     <p><b>Note: The Planning Council reserves the right to make the final decision, in case some
-	                     popularly voted item is later found to be unsuitable for some reason.</b><p>
-
-	                     <p>Current time: <?php echo date("d/m/y : H:i (T)", time()); ?></p>
-
-	</div>
-
-	<?php
-	       $html = ob_get_contents();
-	       ob_end_clean();
-
-	       # Generate the web page
-	       $App->generatePage($theme, $Menu, NULL, $pageAuthor, $pageKeywords, $pageTitle, $html);
-	?>
-
+# Generate the web page
+$App->AddExtraHtmlHeader('<link type="text/css" href="/juno/style.css" rel="stylesheet"/>');
+$App->generatePage(NULL, $Menu, NULL, $pageAuthor, $pageKeywords, $pageTitle, $html);
\ No newline at end of file
diff --git a/projects.php b/projects.php
index 36484d2..571b49d 100644
--- a/projects.php
+++ b/projects.php
@@ -1,98 +1,35 @@
-<?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'
+<?php
 /*******************************************************************************
- * Copyright (c) 2009-2010 Eclipse Foundation and others.
+ * Copyright(c) 2015 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
+ * http://eclipse.org/legal/epl-v10.html
  *
  * Contributors:
- *    
+ *    Nathan Gervais (Eclipse Foundation) - Initial implementation
+ *    Eric Poirier (Eclipse Foundation)
  *******************************************************************************/
+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");
 
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Eclipse.org - Juno Simultaneous Release : Projects";
-	$pageKeywords	= "juno, release, simultaneous, release train, eclipse 4, e4";
-	$pageAuthor		= "Christopher Guindon";
-	
-	include_once 'includes/app.php';
-					
-	# Paste your HTML content between the EOHTML markers!	
-	ob_start();
-	?>
-<div id="fullcolumn" class="juno projects">
-		<?php include_once('includes/header.php');?>
-		<div id="container">	
-			<?php include_once('includes/nav.php');?>			
-			<div id="window">
-				<?php include_once('includes/sidebar-1.php');?>	
-				<div id="main">			
-					<table class="projects ">
-						<thead>
-							<tr>
-								<td class="td_name textshadow darkbg">Project Name</td>
-								<td class="td_version textshadow darkbg">Version</td>
-								<td class="td_download textshadow darkbg">Download</td>
-							</tr>	
-						</thead>		
-					</table>
-					<div class="content-scroll">
-					<table class="projects" cellpadding="2" cellspacing="2">
-						
-						<?php 
-						$count = 0;
-						$new = 0;
-						if(is_array($projects)){
-							foreach ($projects as $project) {
-							/* var Project $project */	
-								$projectName = $project->getName();
-								$projectid = $project->getId();
-								$download = $project->getDownloadsUrl();
-								if ($download) $download = "<a href=\"$download\"><img src=\"$images->download_small\"/></a>";
-								$url = $project->getProjectUrl();
-								$info = $project->getSimultaneousReleaseInfo($release);
-								if (!$info) continue;
-		
-								if ($info->isNew()) {
-									$projectName = "$projectName [new]";
-									$new++;
-								}
-							
-								$versions = array();
-								foreach($info->getReleases() as $projectRelease) {
-									if ($projectRelease->getName()) $versions[] = $projectRelease->getName();
-								}
-							
-								$version = implode(', ', $versions);
-								$version = preg_replace('/ /', '&nbsp;', $version);
-		
-								$count++;
+$App = new App();
+$Nav = new Nav();
+$Menu = new Menu();
+include($App->getProjectCommon()); // All on the same line to unclutter the user's desktop'
 
-								print "<tr>
-											<td class=\"td_name\"><a href=\"$url\">$projectName</a>  <a href=\"http://www.eclipse.org/projects/project.php?id=$projectid\" class=\"gear_link\">Project information</a></td>
-											<td class=\"td_version\">$version</td>
-											<td class=\"td_download\">$download</td>
-										</tr>";
-							}//end foreach
-						
-						}
-						?>
-					<tfoot>
-							<tr">							
-							<td id="td_count" colspan="3">Project count : <?php print $count;?></td>
-						</tr>
-						</tfoot>	
-				</table>
-			</div>				
-		</div>	
-			</div>
-		</div>
-	</div>
-	<?php include_once('includes/footer.php');
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->Promotion = TRUE;
-	$App->AddExtraHtmlHeader('<link type="text/css" href="/juno/style.css" rel="stylesheet"/><!--[if IE 7]> <link rel="stylesheet" type="text/css" href="/home/content/ie7_nova.css" media="screen"/> <![endif]-->');	
-	$App->generatePage('Nova', $Menu, NULL , $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
+
+// Begin: page-specific settings. Change these.
+$pageTitle 		= "Eclipse.org - Juno Simultaneous Release : Projects";
+$pageKeywords	= "juno, release, simultaneous, release train, eclipse 4, e4";
+$pageAuthor		= "Christopher Guindon";
+
+// Place your html content in a file called content/en_pagename.php
+ob_start();
+include("content/en_" . $App->getScriptName());
+$html = ob_get_clean();
+
+# Generate the web page
+$App->AddExtraHtmlHeader('<link type="text/css" href="/juno/style.css" rel="stylesheet"/>');
+$App->generatePage(NULL, $Menu, NULL, $pageAuthor, $pageKeywords, $pageTitle, $html);
\ No newline at end of file
diff --git a/scripts/smooth-add.js b/scripts/smooth-add.js
deleted file mode 100644
index 74f452e..0000000
--- a/scripts/smooth-add.js
+++ /dev/null
@@ -1,49 +0,0 @@
-function smoothAdd(id, text)
-{
-	var el = $('#' + id);
-
-	var h = el.height();
-
-	el.css({
-		height:   h,
-		overflow: 'hidden'
-	});
-
-	var ulPaddingTop    = parseInt(el.css('padding-top'));
-	var ulPaddingBottom = parseInt(el.css('padding-bottom'));
-
-	el.prepend('<li>' + text + '</li>');
-
-	var first = $('li:first', el);
-	var last  = $('li:last',  el);
-
-	var foh = first.outerHeight();
-
-	var heightDiff = foh - last.outerHeight();
-
-	var oldMarginTop = first.css('margin-top');
-
-	first.css({
-		marginTop: 0 - foh,
-		position:  'relative',
-		top:       0 - ulPaddingTop
-	});
-
-	last.css('position', 'relative');
-
-	el.animate({ height: h + heightDiff }, 1500)
-
-	first.animate({ top: 0 }, 250, function() {
-		first.animate({ marginTop: oldMarginTop }, 1000, function() {
-			last.animate({ top: ulPaddingBottom }, 250, function() {
-				last.remove();
-
-				el.css({
-					height:   'auto',
-					overflow: 'visible'
-				});
-			});
-		});
-	});
-}
-
diff --git a/scripts/ticker.js b/scripts/ticker.js
deleted file mode 100644
index a6ce171..0000000
--- a/scripts/ticker.js
+++ /dev/null
@@ -1,27 +0,0 @@
-	var t = 0;
-	var s = 10;
-	var interval = 5000;
-	var c = 0;
-	$.getJSON('/juno/includes/highlights.php', function (data) {
-		var ul = $('<ul/>');
-		var tul = $('<ul/>');
-		$.each(data, function(key, val) {
-			c++;
-			if (c <= s) {
-				$('<li/>', { html: val }).appendTo(tul);
-			}
-			$('<li/>', { text: val }).appendTo(ul);
-		});
-		
-		$('#hide').append(ul.contents());
-		$('#ticker').append(tul.contents());
-	})
-	.error(function() { alert('invalid'); }
-	);
-	t = setTimeout(tick, interval);
-	function tick() {
-		smoothAdd('ticker',$('#hide li:last').text());
-		$('#hide').prepend($('#hide li:last'));
-				
-		t = setTimeout(tick, interval);
-	}
\ No newline at end of file
diff --git a/style.css b/style.css
index 6a2dfde..8267246 100644
--- a/style.css
+++ b/style.css
@@ -1,128 +1,464 @@
 @CHARSET "ISO-8859-1";
 
 /*default*/
-#novaContent{position:relative;background: url("images/background.jpg") no-repeat; height: 579px; overflow: hidden;padding-top:0;margin:0;width: 100%;}
-#fullcolum{padding-top:0;}
-#hide{display:none;}
-table{width: 100%;}
+#juno {
+  position: relative;
+  background: url("images/background.jpg") no-repeat;
+  height: 579px;
+  overflow: hidden;
+  padding-top: 0;
+  margin: 0;
+  width: 978px;
+}
+
+#fullcolum {
+  padding-top: 0;
+}
+
+#hide {
+  display: none;
+}
+
+table {
+  width: 100%;
+}
 
 /*class*/
-.clear{clear:both;}
-.r-rounded{-webkit-border-top-right-radius: 5px;
--webkit-border-bottom-right-radius: 5px;
--moz-border-radius-topright: 5px;
--moz-border-radius-bottomright: 5px;
-border-top-right-radius: 5px;
-border-bottom-right-radius: 5px;}
-.l-rounded{-webkit-border-top-left-radius: 5px;
--webkit-border-bottom-left-radius: 5px;
--moz-border-radius-topleft: 5px;
--moz-border-radius-bottomleft: 5px;
-border-top-left-radius: 5px;
-border-bottom-left-radius: 5px;}
-.rounded{-webkit-border-radius: 5px;
--moz-border-radius: 5px;
-border-radius: 5px;}
-.textshadow, h1, h2, h3, p{
-	 text-shadow: 1px 1px 3px #1d0f33;
+.clear {
+  clear: both;
 }
-.spacing{padding-top:15px;}
-.progress-bar{height: 30px; background: #9fa2a6;margin:0 20px 0px 20px;border:1px solid #9fa2a6;position: relative; overflow: hidden;}
-.progress-current{background: #ffbe00;height: 100%;}
-.shadow{ -moz-box-shadow:    3px 3px 3px 3px #19242f;
-  -webkit-box-shadow: 3px 3px 35px 3px #19242f;
-  box-shadow:         3px 3px 3px 3px #19242f;}
-.progress-text{position: absolute;top:8px;left:90px; font-weight: bold; font-size: 13px;text-transform: uppercase;}
-.tmp-white h3{padding:10px 4px;}
-.tmp-white .container{background:#fff;}
-.tmp-white .container  ul{padding-bottom:5px;}
-.tmp-white li{color:#000; list-style-image: url("/indigo/images/starbullet.png") !important;}
 
-a.button:link, a.button:visited, a.button:active{float:right;background:#0b84b1;color:#fff !important;padding:4px 8px;}
-a.button:hover{text-decoration: none;}
-.darkbg, .content-scroll table.projects tfoot td, .tmp-white h3, a.button:hover{background: url("images/dark-grunge-bg.gif");}
+.r-rounded {
+  -webkit-border-top-right-radius: 5px;
+  -webkit-border-bottom-right-radius: 5px;
+  -moz-border-radius-topright: 5px;
+  -moz-border-radius-bottomright: 5px;
+  border-top-right-radius: 5px;
+  border-bottom-right-radius: 5px;
+}
+
+.l-rounded {
+  -webkit-border-top-left-radius: 5px;
+  -webkit-border-bottom-left-radius: 5px;
+  -moz-border-radius-topleft: 5px;
+  -moz-border-radius-bottomleft: 5px;
+  border-top-left-radius: 5px;
+  border-bottom-left-radius: 5px;
+}
+
+.rounded {
+  -webkit-border-radius: 5px;
+  -moz-border-radius: 5px;
+  border-radius: 5px;
+}
+
+#juno .textshadow, #juno h1, #juno h2, #juno h3, #juno p {
+  text-shadow: 1px 1px 3px #1d0f33;
+}
+
+.spacing {
+  padding-top: 15px;
+}
+
+.progress-bar {
+  height: 30px;
+  background: #9fa2a6;
+  margin: 0 20px 0px 20px;
+  border: 1px solid #9fa2a6;
+  position: relative;
+  overflow: hidden;
+  width: 82%;
+  display: block;
+}
+
+.progress-current {
+  background: #ffbe00;
+  height: 100%;
+}
+
+.shadow {
+  -moz-box-shadow: 3px 3px 3px 3px #19242f;
+  -webkit-box-shadow: 3px 3px 35px 3px #19242f;
+  box-shadow: 3px 3px 3px 3px #19242f;
+}
+
+.progress-text {
+  position: absolute;
+  top: 8px;
+  left: 90px;
+  font-weight: bold;
+  font-size: 13px;
+  text-transform: uppercase;
+}
+
+.tmp-white h3 {
+  padding: 10px 4px;
+}
+
+.tmp-white .container-friends {
+  background: #fff;
+}
+
+.tmp-white .container  ul {
+  padding-bottom: 5px;
+}
+
+.tmp-white li {
+  color: #000;
+  list-style-image: url("/indigo/images/starbullet.png") !important;
+}
+
+a.button:link, a.button:visited, a.button:active {
+  float: right;
+  background: #0b84b1;
+  color: #fff !important;
+  padding: 4px 8px;
+}
+
+a.button:hover {
+  text-decoration: none;
+}
+
+.darkbg, .content-scroll table.projects tfoot td, .tmp-white h3, a.button:hover
+  {
+  background: url("images/dark-grunge-bg.gif");
+}
 
 /*Tables*/
-table.projects{width: 630px;margin-bottom:0;border-collapse: separate; border-spacing:0px 2px;}
-.content-scroll table.projects{padding-bottom: 4px;}
-
-.td_name{width: 60%;}
-.td_name a{display: block;float:left;}
-.td_name a.gear_link{text-indent: -999em;background:url("http://dev.eclipse.org/small_icons/emblems/emblem-system.png") no-repeat;width: 16px; height: 16px;margin-left:5px;}
-.td_version, .td_download{width: 20%; text-align: center;}
-#td_count{border-top: 1px #d4b6fe solid;text-align: right;}
-
-
-table.projects tr{margin-bottom:3px; border-spacing: 2px;
+table.projects {
+  width: 630px;
+  margin-bottom: 0;
+  border-collapse: separate;
+  border-spacing: 0px 2px;
 }
-table.projects thead td{font-weight: bold;font-size: 14px;border-bottom: 1px #d4b6fe solid;}
-table.projects td{padding:8px;}
-.content-scroll table.projects td{	
-	/* Fallback for web browsers that doesn't support RGBa */
-	background: rgb(11, 38, 49);
-	/* RGBa with 0.6 opacity */
-	background: rgba(11, 38, 49, 0.56);
-	/* For IE 5.5 - 7*/
-	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0b2631, endColorstr=#0b2631);
-	/* For IE 8*/
-	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0b2631, endColorstr=#30b2631)";
+
+.content-scroll table.projects {
+  padding-bottom: 4px;
 }
-table.projects tfoot td{font-weight: bold;}
+
+.td_name {
+  width: 60%;
+}
+
+.td_name a {
+  display: block;
+  float: left;
+}
+
+.td_name a.gear_link {
+  text-indent: -999em;
+  background:
+    url("http://dev.eclipse.org/small_icons/emblems/emblem-system.png")
+    no-repeat;
+  width: 16px;
+  height: 16px;
+  margin-left: 5px;
+}
+
+.td_version, .td_download {
+  width: 20%;
+  text-align: center;
+}
+
+#td_count {
+  border-top: 1px #d4b6fe solid;
+  text-align: right;
+}
+
+table.projects tr {
+  margin-bottom: 3px;
+  border-spacing: 2px;
+}
+
+table.projects thead td {
+  font-weight: bold;
+  font-size: 14px;
+  border-bottom: 1px #d4b6fe solid;
+}
+
+table.projects td {
+  padding: 8px;
+}
+
+.content-scroll table.projects td {
+  /* Fallback for web browsers that doesn't support RGBa */
+  background: rgb(11, 38, 49);
+  /* RGBa with 0.6 opacity */
+  background: rgba(11, 38, 49, 0.56);
+  /* For IE 5.5 - 7*/
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0b2631,
+    endColorstr=#0b2631);
+  /* For IE 8*/
+  -ms-filter:
+    "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0b2631, endColorstr=#30b2631)";
+}
+
+table.projects tfoot td {
+  font-weight: bold;
+}
 
 /*text*/
-h1{text-indent: -999em;position:fixed;}
-h1, h2, h3{color:#fff;text-decoration: none;border-bottom:0;margin-bottom: 1em;padding-top:0;}
-h2{font-size: 25px;line-height: 1.1em;margin-bottom:15px;}
+h1 {
+  text-indent: -999em;
+  position: fixed;
+}
 
-h3{font-size: 16px;margin-bottom:5px;}
-#window a:link, #window a:visited, #window a:active{color: #cef1ff;}
-#window a:hover{}
-#window ul li{margin-left: 2em; list-style-position: }
-#window, #window li, #window p{font-size:15px;}
-#ticker{height: 250px; overflow: hidden;margin-right:50px}
-#ticker li{font-size: 18px;line-height: 23px;list-style: square;}
-#sidebar h2{margin-bottom:14px;font-size: 18px;}
+#juno h1, #juno h2, #juno h3 {
+  color: #fff;
+  text-decoration: none;
+  border-bottom: 0;
+  margin-bottom: 1em;
+  padding-top: 0;
+}
 
-#sidebar h2, #sidebar p, #sidebar h3{padding-left:20px;}
-#sidebar p{line-height: 2em;width: 80%;font-size: 13px;}
-p.tagline{width: 89%;}
-#friend_box h3{padding-top:10px;}
-#friend_box p, #friend_box h3 {text-align: center;padding-left:0px;}
-#friend_box p{margin-bottom: 18px;}
-.content-scroll{overflow-y: scroll;height: 273px;}
+#juno h2 {
+  font-size: 25px;
+  line-height: 1.1em;
+  margin-bottom: 15px;
+}
 
+#juno h3 {
+  font-size: 16px;
+  margin-bottom: 5px;
+}
 
+#window a:link, #window a:visited, #window a:active {
+  color: #cef1ff;
+}
+
+#window a:hover {
+  
+}
+
+#window ul li {
+  margin-left: 2em;
+  list-style-position:
+}
+
+#window, #window li, #window p {
+  font-size: 15px;
+}
+
+#ticker {
+  height: 250px;
+  overflow: hidden;
+  margin-right: 50px
+}
+
+#ticker li {
+  font-size: 18px;
+  line-height: 23px;
+  list-style: square;
+}
+
+#sidebar h2 {
+  margin-bottom: 14px;
+  font-size: 18px;
+}
+
+#sidebar h2, #sidebar p, #sidebar h3 {
+  padding-left: 20px;
+}
+
+#sidebar p {
+  line-height: 2em;
+  width: 80%;
+  font-size: 13px;
+}
+
+p.tagline {
+  width: 89%;
+}
+
+#friend_box h3 {
+  padding-top: 10px;
+}
+
+#friend_box p, #friend_box h3 {
+  text-align: center;
+  padding-left: 0px;
+  margin-top:0;
+}
+
+#friend_box p {
+  margin-bottom: 18px;
+}
+
+.content-scroll {
+  overflow-y: scroll;
+  height: 273px;
+}
 
 /*layout*/
-#junoLogo{padding:2px 0 16px 26px;}
-#release-date{display:block;color: #fff; position:absolute; top:110px; left:304px;}
-#nav{background:url("images/menu-bg.png") repeat-x; height: 58px;position:absolute;z-index: 2;top:136px;width:100%;}
-#nav ul{padding:10px 50px;}
-#nav li{display:block;float:left;padding-right:102px;}
-#nav li.last{padding-right:0;}
-#nav a:link, #nav a:visited, #nav a:active{text-transform: capitalize;color:#fff;font-size:18px;display:block}
-#nav a:hover, #nav a.active, #nav a.active:hover{text-decoration: none;background:url("images/menu-over.png") no-repeat center 36px;height: 70px; color:#c2eeff;}
-#nav a.active{color:#d4b6fe; }
-#nav li:hover{}
-#window{padding:58px 0 10px 0;height: 335px;color: #fff;position: relative;}
-#main, #sidebar{height: 310px; overflow: hidden;padding-top:20px;}
-#main{float:right;width:659px;}
-.friends #main{float:left;}
-.friends #sidebar{float:right;}
-#sidebar .progress-text{left:48px; }
-#sidebar{float:left; width:290px;padding-right: 15px;}
-.friends #sidebar{width:230px;}
-.friends .progress-bar{float:right;width: 300px; color:#fff;}
-.friends #main{margin-left:20px;}
-.friends hr{margin-top:18px;margin-bottom:10px;background:#ccc;height: 0;border:0;}
-#window p.legal{font-size: 9px;line-height: 12px;position:absolute;bottom:5px;width: 680px;border-top:1px solid #000;padding-top:6px;}
-a.btn-donate span{float:left; font-size: 26px;padding:10px 0 0 15px;}
-.btn-donate{float:left;}
-a.btn-donate:hover{color:#ffbe00 !important;}
-.btn-donate img{float:left;}
-#friend_box{padding-bottom: 10px;width: 90%;margin-top:23px;border:1px solid #D4B6FE;}
-#btn_continue{float:right;margin:0px 15px 0 0;}
-#eclipse-logo-sm{padding-left:15px;}
+#junoLogo {
+  padding: 2px 0 16px 26px;
+}
 
-#friend_box + a.button{float: left;margin-left:0px;}
-.frontpage #main{ overflow-y: scroll; }
\ No newline at end of file
+#release-date {
+  display: block;
+  color: #fff;
+  position: absolute;
+  top: 110px;
+  left: 304px;
+}
+
+#nav {
+  background: url("images/menu-bg.png") repeat-x;
+  height: 58px;
+  position: absolute;
+  z-index: 2;
+  top: 136px;
+  width: 100%;
+}
+
+#nav ul {
+  padding: 10px 50px;
+}
+
+#nav li {
+  display: block;
+  float: left;
+  padding-right: 102px;
+}
+
+#nav li.last {
+  padding-right: 0;
+}
+
+#nav a:link, #nav a:visited, #nav a:active {
+  text-transform: capitalize;
+  color: #fff;
+  font-size: 18px;
+  display: block
+}
+
+#nav a:hover, #nav a.active, #nav a.active:hover {
+  text-decoration: none;
+  background: url("images/menu-over.png") no-repeat center 36px;
+  height: 70px;
+  color: #c2eeff;
+}
+
+#nav a.active {
+  color: #d4b6fe;
+}
+
+#nav li:hover {
+  
+}
+
+#window {
+  padding: 58px 0 10px 0;
+  height: 335px;
+  color: #fff;
+  position: relative;
+}
+
+#main, #sidebar {
+  height: 310px;
+  overflow: hidden;
+  padding-top: 20px;
+}
+
+#sidebar{
+    padding-top: 0;
+    overflow: visible;
+    height: inherit;
+}
+
+#main {
+  float: right;
+  width: 659px;
+}
+
+.friends #main {
+  float: left;
+}
+
+.friends #sidebar {
+  float: right;
+}
+
+#sidebar .progress-text {
+  left: 48px;
+}
+
+#sidebar {
+  float: left;
+  width: 290px;
+  padding-right: 15px;
+}
+
+.friends #sidebar {
+  width: 230px;
+}
+
+.friends .progress-bar {
+  float: right;
+  width: 300px;
+  color: #fff;
+}
+
+.friends #main {
+  margin-left: 20px;
+}
+
+.friends hr {
+  margin-top: 18px;
+  margin-bottom: 10px;
+  background: #ccc;
+  height: 0;
+  border: 0;
+}
+
+#window p.legal {
+  font-size: 9px;
+  line-height: 12px;
+  border-top: 1px solid #000;
+  padding-top: 6px;
+}
+
+a.btn-donate span {
+  float: left;
+  font-size: 26px;
+  padding: 10px 0 0 15px;
+}
+
+.btn-donate {
+  float: left;
+}
+
+a.btn-donate:hover {
+  color: #ffbe00 !important;
+}
+
+.btn-donate img {
+  float: left;
+}
+
+#friend_box {
+  padding-bottom: 10px;
+  width: 90%;
+  margin-top: 23px;
+  border: 1px solid #D4B6FE;
+  position:relative;
+  height:75px;
+}
+
+#btn_continue {
+  float: right;
+  margin: 0px 15px 0 0;
+}
+
+#eclipse-logo-sm {
+  padding-left: 15px;
+}
+
+#friend_box+a.button {
+  float: left;
+  margin-left: 0px;
+}
+
+.frontpage #main {
+  overflow-y: scroll;
+}
\ No newline at end of file