blob: c87c8fc23ee4441bb3356426765b9339647277ba [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($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
/*******************************************************************************
* Copyright (c) 2009
* 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:
*
*******************************************************************************/
$pageTitle = "BPMN2 Modeler - Downloads";
$html = <<<EOHTML
<div id="midcolumn">
<h2>$pageTitle</h2>
<p>All downloads are provided under the terms and conditions of the <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> unless otherwise specified.</p>
<h3>Eclipse 4.6 (Neon)</h3>
<p><b>Nightly Build</b><br />
<p><a href="http://download.eclipse.org/bpmn2-modeler/updates/nightly/neon/">http://download.eclipse.org/bpmn2-modeler/updates/nightly/neon/</a>
<p><b>Update Sites</b><br />
<p><b>1.3.0:</b> <a href="http://download.eclipse.org/bpmn2-modeler/updates/neon/1.3.0">http://download.eclipse.org/bpmn2-modeler/updates/neon/1.3.0</a>
<h3>Eclipse 4.5 (Mars)</h3>
<p><b>Nightly Build</b><br />
<p><a href="http://download.eclipse.org/bpmn2-modeler/updates/nightly/mars/">http://download.eclipse.org/bpmn2-modeler/updates/nightly/mars/</a>
<p><b>Update Sites</b><br />
<p><b>1.2.0:</b> <a href="http://download.eclipse.org/bpmn2-modeler/updates/mars/1.2.0">http://download.eclipse.org/bpmn2-modeler/updates/mars/1.2.0</a>
<p><b>1.2.1:</b> <a href="http://download.eclipse.org/bpmn2-modeler/updates/mars/1.2.1">http://download.eclipse.org/bpmn2-modeler/updates/mars/1.2.1</a>
<p><b>1.2.2:</b> <a href="http://download.eclipse.org/bpmn2-modeler/updates/mars/1.2.2">http://download.eclipse.org/bpmn2-modeler/updates/mars/1.2.2</a>
<p><b>1.2.3:</b> <a href="http://download.eclipse.org/bpmn2-modeler/updates/mars/1.2.3">http://download.eclipse.org/bpmn2-modeler/updates/mars/1.2.3</a>
<p><b>1.2.4:</b> <a href="http://download.eclipse.org/bpmn2-modeler/updates/mars/1.2.4">http://download.eclipse.org/bpmn2-modeler/updates/mars/1.2.4</a>
<h3>Eclipse 4.4 (Luna)</h3>
<p><b>Nightly Build</b><br />
<p><a href="http://download.eclipse.org/bpmn2-modeler/updates/nightly/luna/">http://download.eclipse.org/bpmn2-modeler/updates/nightly/luna/</a>
<p><b>Update Sites</b><br />
<p><b>1.1.0:</b> <a href="http://download.eclipse.org/bpmn2-modeler/updates/luna/1.1.0">http://download.eclipse.org/bpmn2-modeler/updates/luna/1.1.0</a>
<p><b>1.1.1:</b> <a href="http://download.eclipse.org/bpmn2-modeler/updates/luna/1.1.1">http://download.eclipse.org/bpmn2-modeler/updates/luna/1.1.1</a>
<p><b>1.1.2:</b> <a href="http://download.eclipse.org/bpmn2-modeler/updates/luna/1.1.2">http://download.eclipse.org/bpmn2-modeler/updates/luna/1.1.2</a>
<p><b>1.1.3:</b> <a href="http://download.eclipse.org/bpmn2-modeler/updates/luna/1.1.3">http://download.eclipse.org/bpmn2-modeler/updates/luna/1.1.3</a>
<p><b>1.1.4:</b> <a href="http://download.eclipse.org/bpmn2-modeler/updates/luna/1.1.4">http://download.eclipse.org/bpmn2-modeler/updates/luna/1.1.4</a>
<p><b>1.1.5:</b> <a href="http://download.eclipse.org/bpmn2-modeler/updates/luna/1.1.5">http://download.eclipse.org/bpmn2-modeler/updates/luna/1.1.5</a>
<p><b>1.1.6:</b> <a href="http://download.eclipse.org/bpmn2-modeler/updates/luna/1.1.6">http://download.eclipse.org/bpmn2-modeler/updates/luna/1.1.6</a>
<h3>Older versions</h3>
<p><a href="downloads-archive.php">Can be found here.</a>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>