| <?php |
| require_once($_SERVER['DOCUMENT_ROOT'] . "/bpel/_boot.php"); |
| |
| ob_start(); |
| # Begin: page-specific settings. Change these. |
| $pageTitle = "BPEL Project downloads"; |
| $pageKeywords = "BPEL, process, designer, download"; |
| $pageAuthor = "BPEL Team"; |
| |
| # 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", 3); |
| # $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3); |
| ?> |
| |
| <div id="maincontent"> |
| <div id="midcolumn"> |
| <div align="center"><h1>BPEL Project</h1></div> |
| <h2>Downloads</h2> |
| <p>We have activated a download site for the Eclipse BPEL designer. The update site contains all |
| the other plugins and libraries needed by the designer. |
| <p> |
| Check the |
| <a class="www" href="http://download.eclipse.org/technology/bpel/update-site/" target="download">BPEL Editor Update Site</a> |
| for instructions on how to download and install the designer directly into Eclipse. |
| <p> |
| The build available on the update site currently (as of <b>May 08, 2009</b>) is the <b>M4</b> |
| build (version <b>0.4.0</b>). |
| <p> |
| </div> |
| |
| |
| <div id="rightcolumn"> |
| <?php include("items/incubation.html"); ?> |
| <?php include("items/links.html"); ?> |
| </div> |
| |
| </div> |
| |
| <?php |
| # Generate the web page |
| $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, |
| ob_get_clean() ); |
| ?> |