blob: 60c74a2f0dc67feca1a69f2f6262b899216444fd [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 = "Register for Eclipse Day in Rome";
$pageKeywords = "eclipse, rome, italy";
$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="fullcolumn">
<div id="midcolumn">
<h1>$pageTitle</h1>
<h2>Community Bulletin</h2>
<a href="http://www.spagoworld.org/xwiki/bin/view/openevents/" target="blank">
<img src="http://www.spagoworld.org/xwiki/bin/download/openevents/WebHome/eclipse%2Dday%2Dbanner.png" border=0></a>
<p>
<a href="http://www.spagoworld.org/xwiki/bin/view/openevents/" target="blank">Eclipse
Day in Rome</a> is being held on October 5, 2010. It is the first event taking place in Italy
that is focused on the enterprise adoption of Eclipse-based solutions.
</p>
<p>
The main topics that Eclipse Day in Rome will explore are service-oriented architectures, integration and
interoperability domains, and there will be specific use cases from the Eclipse ecosystem. Companies
will not only share their experiences using open source software, they will also address emerging issues
on its adoption to support the complexity of new IT architectures. Eclipse experts from
Deutsche Post DHL, Engineering Group, Microsoft, Red Hat, SOPERA and many more companies will be presenting.
</p>
<p>
If you are an IT manager, CIO, CTO, software architect, development manager or senior developer
interested in Eclipse,
<a href="http://www.spagoworld.org/xwiki/bin/view/openevents/Registration" target="blank">register soon</a>
for this free event as space is limited.
</p>
</div>
</div>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>