[408019] GMF Notation git website migration
diff --git a/getting_involved.php b/getting_involved.php
new file mode 100644
index 0000000..bec9e29
--- /dev/null
+++ b/getting_involved.php
@@ -0,0 +1,38 @@
+<?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'
+/*******************************************************************************
+ * Copyright (c) 2009, 2013 Eclipse Foundation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *		Eclipse Foundation - Initial version
+ *		Anthony Hunter - changes for GMF Notation
+********************************************************************************/
+
+$pageTitle 		= "GMF Notation Getting Involved";
+$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/gmf-notation/style.css"/>');
+
+$html  = <<<EOHTML
+<div id="midcolumn">
+<h2>$pageTitle</h2>
+
+<p>As every Eclipse project, GMF Notation is strongly dependent on active support by its community.
+You may become part of that community and get involved by reporting bugs or enhancement request,
+by contributing patches, by participation in disscussions on the mailing list, or by supporting the
+maintaining of the GMF wiki.</p>
+
+<h3>Contributor Mailing List</h3>
+<p>Technical or organizational discussions (no help wanted questions) around the GMF project take place
+at the <a href="http://dev.eclipse.org/mailman/listinfo/gmf-dev">GMF Developer Mailing List</a>.
+It is intended for use by developers actually working on or otherwise contributing to day-to-day
+development of the GMF project itself. Older discussions can be found in the
+<a href="http://dev.eclipse.org/mhonarc/lists/gmf-dev/maillist.html">Mailing List Archive</a>.</p>
+
+</div>
+EOHTML;
+
+# Generate the web page
+$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
+?>
\ No newline at end of file
diff --git a/index.php b/index.php
index 130997f..375dad8 100644
--- a/index.php
+++ b/index.php
@@ -1,24 +1,30 @@
 <?php
 /*******************************************************************************
  * Copyright (c) 2009, 2013 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *		Eclipse Foundation - Initial version
- *		Anthony Hunter - changes for GMF Notation
- ********************************************************************************/
+* All rights reserved. This program and the accompanying materials
+* are made available under the terms of the Eclipse Public License v1.0
+* which accompanies this distribution, and is available at
+* http://www.eclipse.org/legal/epl-v10.html
+*
+* Contributors:
+*		Eclipse Foundation - Initial version
+*		Anthony Hunter - changes for GMF Notation
+********************************************************************************/
 
-	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());
-	
-	$localVersion = false;
-	
-	$pageTitle 		= "Eclipse GMF Notation";
-	
-	// 	# Paste your HTML content between the EOHTML markers!
-	$html = <<<EOHTML
+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());
+
+$localVersion = false;
+
+$pageTitle 		= "Eclipse GMF Notation";
+
+// 	# Paste your HTML content between the EOHTML markers!
+$html = <<<EOHTML
 <div id="bigbuttons">
 <h3>Primary Links</h3>
 <ul>
@@ -28,7 +34,7 @@
 	Tutorials, Examples, Reference Documentation</a></li>
 <li><a id="buttonSupport" href="support.php" title="Support">
 	Bug Tracker, Newsgroup</a></li>
-<li><a id="buttonInvolved" href="http://wiki.eclipse.org/Graphical_Modeling_Framework" title="Getting Involved">
+<li><a id="buttonInvolved" href="getting_involved.php" title="Getting Involved">
 	git, Workspace Setup, Wiki, Committers</a></li>
 </ul>
 </div>
@@ -55,13 +61,13 @@
 
 <div id="headlines">
 <h3>GMF Notation 1.6.0 Now Available</h3>
-<p><i>June 23, 2012 -</i> GMF Notation 1.6.0 for Eclipse Juno. Check the <a href="http://www.eclipse.org/modeling/gmp/downloads/?project=gmf-notation">Download</a> site to download.</p> 
+<p><i>June 23, 2012 -</i> GMF Notation 1.6.0 for Eclipse Juno. Check the <a href="http://www.eclipse.org/modeling/gmp/downloads/?project=gmf-notation">Download</a> site to download.</p>
 </div>
 
 </div>
 EOHTML;
 
-	# Generate the web page
-	$App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);
+# Generate the web page
+$App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);
 
 ?>
diff --git a/support.php b/support.php
index 2b883e5..69590cf 100644
--- a/support.php
+++ b/support.php
@@ -11,26 +11,26 @@
  *		Anthony Hunter - changes for GMF Notation
  ********************************************************************************/
 
-	$pageTitle 		= "GMF Notation Support";
-	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/gmf-notation/style.css"/>');
+$pageTitle 		= "GMF Notation Support";
+$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/gmf-notation/style.css"/>');
 
-	$html  = <<<EOHTML
+$html  = <<<EOHTML
 <div id="midcolumn">
 <h2>$pageTitle</h2>
 <p>GMF Notation support is provided by the community on a volunteer basis. You may use the following means to reach this community.</p>
 
 <h3>Frequently Asked Questions (FAQs)</h3>
-<p>For frequently asked questions and known pitfalls please refer to the <a href="http://wiki.eclipse.org/Graphical_Modeling_Framework_FAQ">GMF FAQ</a>. You might also consider the 
+<p>For frequently asked questions and known pitfalls please refer to the <a href="http://wiki.eclipse.org/Graphical_Modeling_Framework_FAQ">GMF FAQ</a>. You might also consider the
 <a href="http://wiki.eclipse.org/index.php/GEF_Troubleshooting_Guide">GEF Troubleshooting Guide</a>,the <a href="http://www.eclipse.org/swt/faq.php">SWT FAQs</a> or the <a href="http://wiki.eclipse.org/index.php/Eclipse_FAQs">Eclipse FAQs</a>.
 </p>
-	
+
 <h3>Forum & Newsgroup</h3>
 <p>Ask questions on the <a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=16">GMF Community Forum</a>
 or the <a href="news://news.eclipse.org/eclipse.tools.gmf" target="_top">GMF newsgroup</a> (same contents).
 </p>
 
 <h3>Bugzilla</h3>
-<p>Report defects and ask for enhancements by creating a  
+<p>Report defects and ask for enhancements by creating a
 <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=GMP">new bug entry</a> in the <a href="https://bugs.eclipse.org/bugs/">Eclipse Bugzilla</a>.
 </p>
 </div>