blob: f32c3d3752fde7cc35eabca2ee90a2b797de56fb [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) 2010
* 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 - Support";
$html = <<<EOHTML
<div id="midcolumn">
<h2>$pageTitle</h2>
<p>Support for the BPMN2 Modeler is provided by the community on a volunteer basis.
Use the following mechanisms to reach that community.
</p>
<h3>Forum</h3>
<p>Ask questions on the
<a href="http://www.eclipse.org/forums/index.php/f/226/ddf71c892847b96912ebdb3c19ce41f5/">Eclipse Community Forum</a>.</p>
<h3>Mailing List</h3>
<p>Send an email to the <a href="mailto:bpmn2-modeler-dev@eclipse.org">BPMN2 Modeler Developer</a> mailing list.
<h3>Bugzilla</h3>
<p>Report defects and ask for enhancements in
<a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=BPMN2Modeler">Bugzilla</a>.</p>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>