ADDED: involved section
diff --git a/index.php b/index.php
index 83f5148..b17d18d 100755
--- a/index.php
+++ b/index.php
@@ -25,6 +25,8 @@
$banner = file_get_contents('pages/banner.html');
if ($_GET['section'] == "support") {
$body = file_get_contents('pages/support.html');
+ } elseif ($_GET['section'] == "involved") {
+
} else {
$body = file_get_contents('pages/_index.html');
}
@@ -33,5 +35,4 @@
# Generate the web page
$App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
-Path this time
\ No newline at end of file
+?>
\ No newline at end of file
diff --git a/pages/banner.html b/pages/banner.html
index b3caba7..43a091f 100644
--- a/pages/banner.html
+++ b/pages/banner.html
@@ -7,7 +7,7 @@
title="Documentation">Tutorials, Examples, Videos, Reference Documentation</a></li>
<li><a id="buttonSupport" href="index.php?section=support" title="Download">Bug
Tracker, Newsgroup, Professional Support</a></li>
- <li><a id="buttonInvolved" href="#" title="Getting Involved">CVS,
+ <li><a id="buttonInvolved" href="index.php?section=involved"" title="Getting Involved">CVS,
Workspace Setup, Wiki, Committers</a></li>
</ul>
</div>
\ No newline at end of file
diff --git a/pages/involved.html b/pages/involved.html
new file mode 100644
index 0000000..9cab3d2
--- /dev/null
+++ b/pages/involved.html
@@ -0,0 +1,13 @@
+<div id="midcolumn">
+ <h3>Work with us!</h3>
+ <div id="introText">
+ <p>Here all the information you need to participate in EEF:</p>
+ <ul>
+ <li>All data about the EEF project are available in the <a href="http://www.eclipse.org/projects/project_summary.php?projectid=modeling.emft.eef" target="_blank">project summary</a>.</li>
+ <li>The source code is stored on the EEF <a href="http://git.eclipse.org/c/eef/org.eclipse.eef.git/" target="_blank">Git repository</a>.</li>
+ <li>You can chat with EEF developers on the <a href="https://dev.eclipse.org/mailman/listinfo/emft-dev">EMFT mailing list</a>.</li>
+ </ul>
+ <p>EEF is actively looking for project contributors. There are many official and unofficial ways to get involved. Feel free to participate to the EEF development!</p>
+ </div>
+ <p>« Back to <a href="/eef">EEF home page</a>
+</div>