blob: 742fbaec0e3d9eccdc28343097a85fcab3cb2d84 [file] [log] [blame]
<?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("_projectCommon.php"); # All on the same line to unclutter the user's desktop'
#
# Begin: page-specific settings. Change these.
$pageTitle = "EclipsIST - Supporting the Turkish Eclipse Community";
$pageKeywords = "Eclipse, EclipsIST, Turkey, eteration";
$pageAuthor = "Lynn Gayowski";
# Add page-specific Nav bars here
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank)
# $Nav->addCustomNav("My Link", "mypage.php", "_self");
# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank");
# End: page-specific settings
#
# Paste your HTML content between the EOHTML markers!
$html = <<<EOHTML
<div id="maincontent">
<div id="midcolumn">
<h1>$pageTitle</h1>
<h2>Community Bulletin</h2>
<p>
Eteration and the Eclipse Foundation are pleased to announce
<a href="http://www.eclipsist.org/web/eclipsist2009/home" target="blank">EclipsIST</a>,
the third annual Eclipse Technical and User Summit taking place in Istanbul, Turkey, April 28-29, 2009.
</p>
<p>
EclipsIST 2009 is a two-day event of fully loaded parallel speaker tracks followed by a
day of parallel power tutorials. With parallel sessions at any given time, attendees
can choose to attend the sessions that interest them. All free of charge! It is a
great opportunity to participate in high quality technical talks and tutorials
delivered by Eclipse experts from around the World.
</p>
<p>
<a href="http://www.eclipsist.org/web/eclipsist2009/registration" target="blank">Registration</a> is now open. Attendance fees are waived but you must register in advance
to attend. Registration provides access to all presentations, public receptions,
lunches and the exhibit hall.
</p>
<p>
EclipsIST 2009 would like to thank our sponsors Eclipse Foundation, eclipse Magazin,
eteration, Eclipse Source, Gitti Gidiyor/eBay and Oracle who have made it possible to
offer a no-cost event.
</p>
</div>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>