review mit jeremie
diff --git a/_projectCommon.php b/_projectCommon.php
index d38f726..3e0dffa 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -37,7 +37,7 @@
$Nav->addNavSeparator("Documentation", SITE_DOC);
$Nav->addCustomNav("Tutorial", URL_TUTORIAL, "_self", 3);
- $Nav->addCustomNav("Screencasts", URL_SCREENCAST_YOUTUBE, "_self", 3);
+ $Nav->addCustomNav("Screencasts", URL_SCREENCASTS_YOUTUBE, "_self", 3);
//$Nav->addCustomNav("Javadoc", URL_JAVADOC, "_self", 3);
$Nav->addNavSeparator("Get Support", SITE_SUPPORT);
diff --git a/developers/index.php b/developers/index.php
index 9876db8..deef1ee 100644
--- a/developers/index.php
+++ b/developers/index.php
@@ -32,18 +32,12 @@
<div id="midcolumn">
<h1>Get Involved!</h1>
<p>We are actively looking for project contributors. We want to build a community around Eclipse Scout. On this page you find some resources to get involved.</p>
-<?php /* <ul>
- <li><a href="#dashboard">Project Dashboards</a></li>
- <li><a href="#code">Source Code</a></li>
- </ul> */ ?>
- </p>
<div style="clear: both;" class="homeitem3col" id="dashboard">
<h3>Project Dashboards</h3>
<p>The <a href="<?php echo URL_SUMMARY; ?>">Project Summary</a> provides you all useful information and links about Eclipse Scout in a nutshell.</p>
-
- <p>The <a href="<?php echo URL_PLAN; ?>">Project Plan</a> explains you what is coming up.</p>
+ <p>More detailed project/code metrics may be found on <a href="<?php echo URL_OHLOH; ?>">ohloh!</a>.</p>
</div>
<div style="clear: both;" class="homeitem3col" id="code">
@@ -58,9 +52,6 @@
<p>The source code is available in the SVN repository:<br/><a href="<?php echo SOURCE_REPOSITORY; ?>"><code><?php echo SOURCE_REPOSITORY; ?></code></a></p>
<p><a href="<?php echo URL_MAILING_LIST; ?>">Developer Mailing List</a>: Subscribe to the developer list and get updates about the project's code aspects.</p>
-
- <p>Visit the <a href="<?php echo URL_OHLOH; ?>">Eclipse Scout page at Ohloh</a> to find project's code aspects, metrics, comments ratio...</p>
-
</div>
</div>
diff --git a/documentation/index.php b/documentation/index.php
index 6df49cf..195ee83 100644
--- a/documentation/index.php
+++ b/documentation/index.php
@@ -7,82 +7,73 @@
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- *
+ *
*******************************************************************************/
define("PATH_SCOUT_HOME", "../");
include_once(PATH_SCOUT_HOME."constants.php");
-
+
# Eclipse Webpages Framework
- require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.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());
-
+ include($App->getProjectCommon());
+
# Begin: page-specific settings. Change these.
$pageTitle = "Eclipse Scout - Documentation";
$pageKeywords = "documentation, information, eclipse, scout";
$pageAuthor = "BSI Business System Integration AG";
-
+
# Paste your HTML content between the EOHTML markers!
ob_start();
?>
<div id="midcolumn">
<h1>Documentation</h1>
- <p>Find the documentation you need:</p>
- <ul>
- <li><a href="#tutorials">Tutorials</a></li>
- <li><a href="#screencasts">Screencasts</a></li>
- <li><a href="#slides">Slides</a></li>
- <li><a href="#wiki">Wiki</a></li>
- </ul>
- </p>
-
+ <p>Find the documentation you need.</p>
+
<div style="clear: both;" class="homeitem3col" id="tutorials">
- <h3>Tutorials</h3>
-
+ <h3>Wiki Tutorials</h3>
+
<p>Different <a href="<?php echo URL_TUTORIAL; ?>">tutorials</a> are available on Eclipsepedia.</p>
-
+
<p>If you are new to Eclipse Scout, you should consider the <a href="<?php echo URL_TUTORIAL_HELLOWORLD; ?>">Hello World tutorial</a>. In a couple of minutes, you will create a very simple application step by step.</p>
-
- <p>Deploying a Scout Application on Tomcat is very easy, learn more in the <a href="<?php echo URL_TUTORIAL_TOMCAT; ?>">Deploy a Scout Application to Tomcat tutorial</a>.</p>
+
+ <p>Deploying a Scout Application on Tomcat is very easy, learn more in the <a href="<?php echo URL_TUTORIAL_TOMCAT; ?>">Deploy a Scout Application to Tomcat tutorial</a>.</p>
<p><img alt="Eclipse Scout" src="<?php echo PATH_SCOUT_HOME; ?>/img/tutorial_screenshot.png" width="470" height="415"/></p>
-
+
<p></p>
</div>
-
+
<div style="clear: both;" class="homeitem3col" id="screencasts">
- <h3>Screencasts</h3>
-
- <p>Screencasts show you step by step how to use Eclipse Scout.</p>
-
- <h4>Create a new scout project and a form</h4>
+ <h3>Video Tutorials</h3>
+
+ <p>Videos show you step by step how to use Eclipse Scout.</p>
+
<p>
- <iframe title="YouTube video player" class="youtube-player" type="text/html" width="560" height="345" src="http://www.youtube.com/embed/1iCKib1gTkk" frameborder="0" allowFullScreen></iframe>
+ <iframe title="YouTube video player" class="youtube-player" type="text/html" width="560" height="345" src="http://www.youtube.com/embed/cDsKszUY56Q" frameborder="0" allowFullScreen></iframe>
</p>
- <p>More <a href="<?php echo URL_SCREENCASTS_YOUTUBE; ?>">on youtube</a></p>
-
+
<p>All screencasts are listed <a href="<?php echo URL_SCREENCASTS; ?>" title='Eclipse Scout Screencasts' >on this page</a></p>
</div>
-
+
<div style="clear: both;" class="homeitem3col" id="slides">
- <h3>Slides</h3>
-
+ <h3>Slides</h3>
+
<p>Presentation material of the conferences on Eclipse Scout are listed <a href="<?php echo URL_SLIDES; ?>">on this page</a></p>
</div>
-
+
<div style="clear: both;" class="homeitem3col" id="wiki">
<h3>Wiki</h3>
-
+
<p>Documentation can be found here: <a href="<?php echo URL_WIKI; ?>" title='Eclipse Scout wiki' >Scout page on Eclipsepedia</a></p>
</div>
-
+
</div>
<?php