| <?php |
| set_include_path($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common" . PATH_SEPARATOR . $_SERVER['DOCUMENT_ROOT'] . "/projects" . PATH_SEPARATOR . get_include_path()); |
| |
| 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()); |
| |
| #***************************************************************************** |
| # |
| # index.php |
| # |
| # Author: Yossi Leon, Assaf Almaz |
| # Contributors: Nick Boldt |
| # Date: 2006-04-27, 2008-09-29 |
| # |
| # Description: main project page |
| # |
| # |
| #**************************************************************************** |
| |
| # |
| # Begin: page-specific settings. Change these. |
| $pageTitle = "PHP Development Tools Project"; |
| $pageKeywords = "PHP, tool, web"; |
| $pageAuthor = "PDT Committers"; |
| |
| # 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("PDT", "/pdt/index.php"); |
| |
| include("_projectCommon.php"); # All on the same line to unclutter the user's desktop' |
| # End: page-specific settings |
| # |
| |
| # Enable polls on this page: Polls are good for 3 months! |
| # $App->usePolls(); |
| # $Poll = new Poll(2, "Which view is the most ?"); |
| # $Poll->addOption(1, "PHP Explorer (workspace view)"); |
| # $Poll->addOption(2, "Outline"); |
| # $Poll->addOption(3, "Project Explorer (current project view)"); |
| # $Poll->addOption(4, "Functions view"); |
| # $Poll->noGraph(); # uncomment to disable bar graph |
| # $pollHTML = $Poll->getHTML(); |
| |
| # Paste your HTML content here! |
| ob_start(); |
| ?> |
| |
| <div id="maincontent"> |
| <div id="midcolumn"> |
| |
| <table style="width: 100%;" border="0" cellpadding="2"> |
| <tbody> |
| <tr> |
| <td align="left" width="60%"> |
| <h1><?=$pageTitle?></h1> |
| </td> |
| <td align="right"> |
| <a href="downloads"> <img src="images/download_pdt.png" /></a><br/> |
| <P ALIGN="right"><a href="release-notes/pdt2_2.html">PDT 2.2.0 is now available!</a></P> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| |
| |
| <h2>About </h2> |
| <p> The PDT project provides a PHP Development |
| Tools framework for the Eclipse platform. This project encompasses all development |
| components necessary to develop PHP and facilitate extensibility. |
| It leverages the existing Web Tools Platform (WTP) and Dynamic Languages Toolkit (DLTK) in providing developers with PHP capabilities. |
| </p> |
| <br/> |
| <h2>Project Principles:</h2> |
| <ul> |
| <li> Intuitive and easy to learn </li> |
| <li> Seamless integration with other Eclipse projects </li> |
| <li> Adherence to Eclipse standards </li> |
| <li> Extensibility </li> |
| <li> Continuous support of PHP developments </li> |
| </ul> |
| |
| <h2>Schedule (see also <a href="http://www.eclipse.org/projects/project-plan.php?projectid=tools.pdt">Project Plan</a>):</h2> |
| |
| <table> |
| <tr> |
| <td> |
| <img src="/eclipse.org-common/themes/Phoenix/images/arrow.gif" > |
| 23rd of June, 2010 |
| </td> |
| <td> - <b>PDT 2.2 Release</b></td> |
| </tr> |
| <tr> |
| <td> |
| <img src="/eclipse.org-common/themes/Phoenix/images/arrow.gif" > |
| 26th of June, 2009 |
| </td> |
| <td> - <b>PDT 2.1 Release</b></td> |
| </tr> |
| <tr> |
| <td> |
| <img src="/eclipse.org-common/themes/Phoenix/images/arrow.gif" > |
| 29th of December, 2008 |
| </td> |
| <td> - PDT 2.0 Release</td> |
| </tr> |
| <tr> |
| <td> |
| <img src="/eclipse.org-common/themes/Phoenix/images/arrow.gif" > |
| 10th of June, 2008 |
| </td> |
| <td> - <b>PDT 1.0.3 Released</b> </td> |
| </tr> |
| <tr> |
| <td> |
| <img src="/eclipse.org-common/themes/Phoenix/images/arrow.gif" > |
| 3rd of January, 2008 |
| </td> |
| <td> - <b>PDT 1.0.2 Released</b> </td> |
| </tr> |
| <tr> |
| <td> |
| <img src="/eclipse.org-common/themes/Phoenix/images/arrow.gif" > |
| 18th of September, 2007 |
| </td> |
| <td> - <b>PDT 1.0 Released</b></td> |
| </tr> |
| <tr> |
| <td> |
| <img src="/eclipse.org-common/themes/Phoenix/images/arrow.gif" > |
| 6th of April, 2007 |
| </td> |
| <td> - 0.7 RC3 (and final)</td> |
| </tr> |
| </table> |
| |
| <ul><li><a href="javascript:toggle('rDebug')">PHP Debugger [required for debugging]</a> |
| <ul id="rDebug" style="display: none"><br> |
| In order to be able to perform debugging using PDT, you should download one of the following extra packages: |
| <li><img src="http://www.eclipse.org/modeling/images/dl-more.gif" alt="Zend PDT Community Site" /> <a href="http://www.zend.com/community/pdt?ecl=EclipseZend"> PDT and Zend Server Community Edition</a></li> |
| <li><img src="http://www.eclipse.org/modeling/images/dl-more.gif" alt="Xdebug Site" /> <a href="http://xdebug.org/"> PDT and XDebug </a> </li> |
| <br> Note: Due to Eclipse licensing requirements, PDT with debugger packages are distributed from external locations. <br> |
| <a href="http://www.eclipse.org/pdt/articles/debugger/os-php-eclipse-pdt-debug-pdf.pdf">Click here</a> to learn how to set up your environment in order to be able to perform debugging with PDT. |
| </ul></li></ul> |
| <br/> |
| |
| <div class="homeitem3col"> |
| <h3>Quick Navigation</h3> |
| <ul> |
| <li> |
| <a href="whois.php">Products and projects</a> that are using PDT<br> |
| </li> |
| <li><a href="downloads">Downloads</a>. |
| Get available PDT builds |
| </li> |
| <li><a href="http://wiki.eclipse.org/index.php/PDT">PDT Wiki</a>. |
| Find more information and discussions in the PDT Wiki page |
| </li> |
| |
| <li><a href="http://bugs.eclipse.org/bugs">Bugzilla</a>. |
| Bug reports / searches, feature requests, suggestions (e.g., enhancements, new uses, etc.) for the PDT <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=PDT">here</a> |
| </li> |
| |
| <li><a href="docs.php">Documents</a>. |
| Technical articles and references for PDT users and developers |
| </li> |
| |
| <li><a href="news://news.eclipse.org/eclipse.tools.pdt">Newsgroup</a>. |
| Your way of communicating with the community of people developing and using the Eclipse |
| PDT eclipse based tool. |
| Ask questions about usage of the PDT, share ideas, issues, and insights |
| (simple <a href="http://dev.eclipse.org/newslists/news.eclipse.tools.pdt/"> |
| web interface </a> also available) |
| </li> |
| |
| <li><a href="http://dev.eclipse.org/viewcvs/index.cgi/?cvsroot=Tools_Project">CVS Repository</a>. |
| The WWW interface for the CVS Repositories. |
| All PDT development is carried out in this repository |
| </li> |
| |
| <li><a href="http://dev.eclipse.org/mailman/listinfo/pdt-dev">Mailing List</a>. |
| Get involved in the development of the PDT project. |
| If you have questions about usage of the PDT please use the PDT Newsgroup |
| </li> |
| |
| </ul> |
| </div> |
| |
| <script type="text/javascript"> |
| function toggle(id) |
| { |
| e = document.getElementById(id); |
| e.style.display = (e.style.display == "" ? "none" : ""); |
| document.getElementById("img_".concat(id)).src = e.style.display == "" ? "./images/minus.gif" : "./images/plus.gif"; |
| } |
| </script> |
| |
| <p> </p> |
| |
| </div> |
| <div id="rightcolumn"> |
| <div class="sideitem"> |
| <h6>News</h6> |
| |
| <ul><li><a href="http://www.eclipse.org/pdt/downloads/?sortBy=date">Recent Builds</a> <a href="http://www.eclipse.org/pdt/feeds/builds-pdt.xml"><img src="./images/rss.jpg" title="Build RSS Feed" align="right" alt="[RSS] Builds" /></a></li> |
| <li><a href="http://www.eclipse.org/newsportal/thread.php?group=eclipse.tools.pdt">Newsgroup Posts</a> <a href="http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.pdt/maillist.rss"><img src="./images/rss.jpg" title="Newsgroup RSS Feed" align="right" alt="[RSS] Newsgroup" /></a></li> |
| </ul> |
| <p> </p> |
| <hr noshade="noshade" size="1"/> |
| <ul> |
| <li> |
| <span class="normal"><b>September 29 2008</b></span> - |
| <a href="http://www.eclipse.org/pdt/feeds/builds-pdt.xml">PDT RSS Builds</a> Feed (<a href="http://wiki.eclipse.org/Eclipse_Build_Available_RSS_Feeds">new format</a>)! |
| </li> |
| <li> |
| <span class="normal"><b>June 10 2008</b></span> - |
| <a href="http://download.eclipse.org/tools/pdt/downloads/?release=R20080603">PDT 1.0.3 Final release</a> is ready! |
| </li> |
| <li> |
| <span class="normal"><b>May 30 2008</b></span> - |
| <a href="http://wiki.eclipse.org/BugDay/May_2008#Projects">PDT 1.1 Bug day</a> join us for a bug squash day! |
| </li> |
| <li> |
| <span class="normal"><b>January 3<sup>rd</sup> 2008</b></span> - |
| <a href="http://download.eclipse.org/tools/pdt/downloads/?release=R20080103">PDT 1.0.2 Release</a> is Ready! |
| </li> |
| |
| <li> |
| <span class="normal"><b>September 18<sup>th</sup> 2007</b></span> - |
| <a href="http://download.eclipse.org/tools/pdt/downloads/?release=R20070917">PDT 1.0 Final Release</a> is Ready! |
| </li> |
| |
| <li> |
| <span class="normal"><b>September 12<sup>th</sup> 2007</b></span> - |
| <a href="http://download.eclipse.org/tools/pdt/downloads/?release=S20070910-RC1">1.0 RC-1</a> |
| (compatible with Eclipse 3.3 and Java 1.5 only) is ready! |
| </li> |
| |
| <li> |
| <span class="normal"><b>August 26<sup>th</sup> 2007</b></span> - |
| <a href="http://download.eclipse.org/tools/pdt/downloads/?release=S20070826-M3">1.0 M3</a> |
| (compatible with Eclipse 3.3 and Java 1.5 only) is ready! |
| </li> |
| |
| <li> |
| <span class="normal"><b>April 6<sup>th</sup></b></span> - |
| <a href="http://download.eclipse.org/tools/pdt/downloads/?release=S20070401-RC3">0.7 RC3</a> |
| is ready! |
| </li> |
| <li> |
| <span class="normal"><b>February 20<sup>th</sup></b></span> - |
| PDT Powered by icon is now <a href="./images/PoweredBy_PDT.gif">available</a> - |
| <img src="./images/PoweredBy_PDT.gif" alt="Powered by PDT" />. |
| Use it in your site! |
| </li> |
| |
| <li> |
| <span class="normal"><b>October 12<sup>th</sup></b></span> - |
| PDT presentation in the <a href="http://www.eclipsecon.org/summiteurope2006/index.php?page=detail/&id=43">Eclipse Summit</a> |
| by Yossi Leon, PDT Project Leader |
| </li> |
| |
| <li> |
| <span class="normal"><b>July 5<sup>th</sup></b></span> - |
| Debuggers are available from the |
| <a href="http://www.eclipse.org/pdt/install.php">Installation</a> page. |
| </li> |
| |
| </ul> |
| </div> |
| </div> |
| </div> |
| |
| <? |
| $html = ob_get_contents(); |
| ob_end_clean(); |
| |
| $html .= "<!-- START: Google Analysis report --> |
| <script src=\"http://www.google-analytics.com/urchin.js\" type=\"text/javascript\"></script> |
| <script type=\"text/javascript\"> |
| _uacct = \"UA-3036363-2\"; |
| urchinTracker(); |
| </script> |
| <!-- END: Google Analysis report -->"; |
| |
| # Generate the web page |
| $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html); |
| ?> |