blob: 763d293ebba97aac3f80f4773df567a03cb51d58 [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'
# Begin: page-specific settings. Change these.
$pageTitle = "Eclipse C/C++ Development Tooling - CDT";
$pageKeywords = "CDT, Eclipse, C++, IDE, C++ IDE";
$pageAuthor = "CDT Community";
# 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);
# End: page-specific settings
# Paste your HTML content between the EOHTML markers!
$html = <<<EOHTML
<link href="extraStyles.css" rel="stylesheet" type="text/css" media="all" />
<div id="maincontent">
<div id="RightImage">
<img src="images/snapshots.gif" alt="" height="366" width="269" border="0"/>
</div>
<div id="marginLeft">
<h1>Eclipse C/C++ Development Tooling - CDT</h1>
</div>
<div id="LeftImage" height="366"/>
<img src="images/cdt_logo_with_name.jpg" alt="CDT" width="269" border="0"/>
</div>
<h2>Welcome to the Eclipse CDT Project</h2>
<p>The CDT (C/C++ Development Tools) Project provides a fully functional C and C++ Integrated Development Environment (IDE) for the Eclipse platform.
The features include: support for project creation and managed build for various toolchains, standard make build, source navigation, various source knowledge tools, such as
type hierarchy, call graph, include browser, macro definition browser, code editor with syntax highlighting, folding and hyperlink navigation,
source code refactoring and code generation,
visual debugging tools, including memory, registers, and disassembly viewers.
</p>
<h2>News</h2>
<p><b>CDT 6.0.2 Now Available</b> - February 26, 2010
<br>CDT 6.0.2 includes numerous fixes to CDT 6.0.1. To download, please visit our Downloads page on the left.</p>
<p><b>CDT 7.0 M5 Now Available</b> - February 2, 2010
<br>As part of the Helios Simultaneous release, CDT 7.0 includes various new features.
To download, please visit our <a href="http://download.eclipse.org/tools/cdt/builds/7.0.0/index.html">nightly build</a> page.</p>
<p><b>CDT 6.0.1 Now Available</b> - September 25, 2009
<br>CDT 6.0.1 includes numerous fixes to CDT 6.0. To download, please visit our Downloads page on the left.</p>
<!--
<p><b>CDT 6.0 Now Available</b> - June 24, 2009
<br>As part of the Galileo Simultaneous release, CDT 6.0 includes various new features. Check out our <a href="http://wiki.eclipse.org/CDT/User/NewIn60">New and Noteworthy</a> page in the CDT Wiki.
To download, please visit our Downloads page on the left.</p>
-->
<hr class="clearer" />
<div class="homeitem">
<h3>For Users</h3>
<ul>
<li>
<a href="http://www.ibm.com/developerworks/opensource/library/os-eclipse-stlcdt/">
Developing applications using the Eclipse C/C++ Development Toolkit </a><br>
IBM developerWorks article.
</li>
<li>
<a href="http://wascana.sourceforge.net/">
Wascana Desktop Developer</a><br>
CDT based distribution for Windows development.
</li>
<li>
<a href=" http://www.ibm.com/developerworks/opensource/library/os-ecc/?S_TACT=105AGX44&S_CMP=ART">
C/C++ development with the Eclipse Platform</a><br>
IBM developerWorks article.
</li>
<li>
<a href="http://www-128.ibm.com/developerworks/library/os-ecl-vscdt/index.html?ca=dgr-eclipse-1">
Migrate Visual Studio C and C++ projects to Eclipse CDT
</a><br>
A step-by-step guide to moving Microsoft VS projects to Eclipse C/C++ Development Toolkit.
</li>
<li>
<a href="http://forge.mysql.com/wiki/Eclipse/CDT_on_Linux_and_Mac_OS_X">
Eclipse/CDT on Linux and Mac OS X </a><br>
Covers installation, configuration, and basic debugging of Eclipse/CDT Europa edition using MySQL as source code.
</li>
<li>
<a href="http://www.codeproject.com/KB/tips/CPP_Dev_eclipse_CDT.aspx">
C++ Development using eclipse IDE
</a><br>
Starters guide.
</li>
<li>
<a href="http://live.eclipse.org/node/723">
Webinar on Reverse Debugging with DSF-GDB</a><br>
This webinar introduces the new DSF-GDB debugger integration that is part of CDT 6.0. It illustrates the recent GDB additions such as Reverse debugging, Multi-Process and Non-stop multi-thread debugging.
</li>
<li>
<a href="http://live.eclipse.org/node/293">
CDT 4.0 Webinar</a><br>
This webinar will walk through all of CDT's features from new project creation, code editing, and source navigation, to build and debug with a special focus on what's new in CDT 4.0.
</li>
<li>
<a href="http://live.eclipse.org/node/197">
Developing C/C++ Applications Webinar</a>
</li>
<li>
<a href="http://cdtdoug.blogspot.com/index.html">
Doug on the Eclipse CDT</a><br>
All the latest news from the CDT world.
</li>
<li>
<a href="http://wiki.eclipse.org/CDT/User/FAQ">
CDT FAQ</a><br>
All things CDT. May be slightly out of date.
</li>
<li>
<a href="http://www.eclipse.org/cdt/index_old.html">
Old CDT Website</a><br>
Covers CDT 3.0 and earlier.
</li>
</ul>
</div>
<div class="homeitem">
<h3>For Developers</h3>
<ul>
<li>
<a href="http://wiki.eclipse.org/Getting_started_with_CDT_development">
Getting started with CDT Development
</a>
</li>
<li>
<a href="http://wiki.eclipse.org/CDT/Developer/FAQ">
CDT Developers FAQ</a>
</li>
<li>
<a href="http://wiki.eclipse.org/CDT">
Wiki
</a><br>
Source of all knowledge
</li>
<li>
<a href="http://download.eclipse.org/tools/cdt/builds">
Nightly Builds
</a><br>
Download CDT Nightly builds
</li>
<li>
<a href="https://dev.eclipse.org/mailman/listinfo/cdt-dev">
CDT Developers Mailing List
</a><br>
Mailing list for CDT Developers. If you are CDT user please post to <a href="http://www.eclipse.org/newsportal/thread.php?group=eclipse.tools.cdt">CDT Newsgroup</a> instead.
</li>
<li>
<a href="https://bugs.eclipse.org/bugs/query.cgi?product=CDT">
Bugzilla
</a><br>
Search for CDT bugs.
</li>
<li>
<a href="http://www.ibm.com/developerworks/opensource/library/os-ecl-cdt1/index.html?S_TACT=105AGX44&S_CMP=EDU">
Building a CDT-based editor
</a><br>
Five part article series on IBM developerWorks.
</li>
<li>
<a href="http://wiki.eclipse.org/CDT/designs/StaticAnalysis">
Static Analysis in CDT
</a><br>
Proposal for CDT Static Analysis Framework
</li>
</ul>
</div>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>