Europa Pages
diff --git a/indexRelease.php b/indexRelease.php
new file mode 100644
index 0000000..780c080
--- /dev/null
+++ b/indexRelease.php
@@ -0,0 +1,143 @@
+<?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'
+
+ #*****************************************************************************
+ #
+ # template.php
+ #
+ # Author: Denis Roy
+ # Date: 2005-06-16
+ #
+ # Description: Type your page comments here - these are not sent to the browser
+ #
+ #
+ #****************************************************************************
+ $documentRoot = $_SERVER['DOCUMENT_ROOT'];
+ //require_once ($documentRoot .'/europa/scripts/projectsTable.php');
+ //require_once ($documentRoot . '/resources/scripts/resources_html.php');
+ require_once ($documentRoot . '/europa/scripts/whatsnew.php');
+ #
+ # Begin: page-specific settings. Change these.
+ $pageTitle = "Eclipse Europa Release";
+ $pageKeywords = "Eclipse Europa Simultaneous Release";
+ $pageAuthor = "Nathan Gervais";
+
+ # Add page-specific Nav bars here
+ # Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
+ # $Nav->addNavSeparator("My Page Links", "downloads.php");
+ # $Nav->addCustomNav("My Link", "mypage.php", "_self", 1);
+ # $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 1);
+
+ # End: page-specific settings
+ #
+ // This file is linked to from lots of different places.
+ // Use absolute paths to make sure that we can actually test
+ // that the file renders properly (i.e. testing using) "/index.php",
+ // and "/home/index.php" both work.
+ # Paste your HTML content between the EOHTML markers!
+
+
+ $whatsnew = rss_to_sideitem_html('/community/news/2005inthenewsarchive', 3, "europa");
+ $resource_filter = "Europa";
+ //$displayTabs = displayTabs();
+ //$resources_table = $Resources_HTML->get_pillar_resources_table($resource_filter);
+
+ ob_start();
+ ?>
+ <map name="developerBarMap">
+ <area shape="rect" alt="" coords="633,0,800,69" href="/downloads/distros.php">
+ <area shape="rect" alt="" coords="465,0,633,69" href="/downloads/moreinfo.php?info=rcp">
+ <area shape="rect" alt="" coords="307,0,465,69" href="/downloads/moreinfo.php?info=c">
+ <area shape="rect" alt="" coords="144,0,307,69" href="/downloads/moreinfo.php?info=jee">
+ <area shape="rect" alt="" coords="0,0,144,69" href="/downloads/moreinfo.php?info=java" >
+ </map>
+ <script language="javascript" type="text/javascript" src="scripts/countdown.js"></script>
+ <link rel="stylesheet" type="text/css" href="layout.css" media="screen" />
+ <div id="midcolumn">
+ <div id="headerBG">
+ <table cellspacing=0 class="headerBar">
+ <tr>
+ <td align="right"><img src="images/tabDate.gif" align="right" id="dateTab""></td>
+ </tr>
+ </table>
+ </div>
+ <p>
+ Eclipse Europa is the annual release of Eclipse projects. Like last yearÂ’s Callisto release, the Europa release is a coordinate release of different Eclipse project teams. This year, the annual release includes <a href="projects.php">21 projects.</a> By releasing these projects at the same time, the goal is to eliminate uncertainty about version compatibility and make it easier to incorporate multiple projects into your environment.
+ <br /><br />
+
+ <em>While Europa is about the simultaneous release of <a href="projects.php">twenty one projects</a>, it is
+ not a unification of the projects - each project remains a separate open source project operating with its own project leadership, its own committers, and its own project plan.</em>
+ <br/>
+ <br/>
+ <img src="images/developerBar.jpg" useMap="#developerBarMap"><br/><br/>
+ <!-- <span class="europaLink">Help Promote Eclipse Europa</span><br/>
+ Visit our <a href="friends.php">Friends of Europa</a> page and include one of the images on your site.<br/><br/>
+ <span class="europaLink">Test Drive the Latest Eclipse Europa Release Candidates (RC)</span><br/>
+ The Eclipse Europa update site can be found at: http://download.eclipse.org/releases/europa/site.xml<br/>To use the update site copy the URL above and paste it into the Eclipse Update Manager.<br/><br/>
+ <span class="europaLink">Follow the Eclipse Europa Development Coordination</span><br/>
+ Check out the <a href="http://wiki.eclipse.org/index.php/Europa_Simultaneous_Release">Eclipse Europa Wiki Page</a> to check out the status of Europa</br><br/> -->
+ </p>
+
+
+
+ <div class="homeitem noMarginLeft">
+ <h3>Learn more</h3>
+ <ul>
+ <li><a href="europatags.php">Europa Experiences</a> from the Blogsphere</li>
+ <li>Check out the latest <a href="http://live.eclipse.org/search/node/europa">Webinars</a> at <a href="http://live.eclipse.org">Eclipse Live</a></li>
+ <li>ISVs adopting <a href="europaeffect.php">Europa projects</a></li>
+ <li> Listen to the <a href="http://www.eclipsezone.com/podcasts.jsp" target="blank">EclipseZone Europa Podcasts</a>
+ </ul>
+ </div>
+
+ <?=$whatsnew;?>
+ <br/>
+ <? /*<table width="100%" cellspacing=0 cellpadding=0>
+ <tr>
+ <td colspan="2">
+ <div id="technicalResources">
+ <?=$resources_table;?>
+ </div>
+ </td>
+ </tr>
+ </table> */ ?>
+
+ <p> </p>
+
+ </div>
+
+ <div id="rightcolumn">
+ <div class="sideitem">
+ <h6>Related Links</h6>
+ <ul>
+ <li><a href="friends.php">Friends of Europa</a></li>
+ <li><a href="projects.php">Europa Projects</a></li>
+ </ul>
+ </div>
+
+ <div class="sideitem">
+ <h6>Countdown to Europa</h6>
+ <div id="countdown">
+
+ </div>
+ </div>
+ <? /*<div class="sideitem">
+ <?=$whatsnew;?>
+ </div>
+
+ <div class="sideitem">
+ <h6>Related Links</h6>
+ <ul>
+ <li><a href="friends.php">Friends of Europa</a></li>
+ </ul>
+ </div>
+ */ ?>
+ </div>
+
+<?
+$html = ob_get_contents();
+ob_end_clean();
+
+ # Generate the web page
+ $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
+?>
+