Remove old legal forms.

This includes forms for creating new committers, contribution
questionnaires, etc. AFAICT, all of this functionality has been long
since replaced and none of it should be used. AFAICT, none of this is
linked to by an other part of the site, so I'm thinking that we just
delete it.

Change-Id: Ife491f374501f9970eaf6043d782051f37e74137
diff --git a/ContributionQuestionnairePart1-v1.0.htm b/ContributionQuestionnairePart1-v1.0.htm
deleted file mode 100644
index d316157..0000000
--- a/ContributionQuestionnairePart1-v1.0.htm
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-   <head>
-      <meta http-equiv="refresh" content="0; url=ContributionQuestionnairePart1-v1.0.php" />
-   </head>
-   <body>
-      <a href="ContributionQuestionnairePart1-v1.0.php">This page has moved. Please update your links and bookmarks.</a>
-   </body>
-</html>
\ No newline at end of file
diff --git a/ContributionQuestionnairePart1-v1.0.php b/ContributionQuestionnairePart1-v1.0.php
deleted file mode 100644
index 9974eaf..0000000
--- a/ContributionQuestionnairePart1-v1.0.php
+++ /dev/null
@@ -1,43 +0,0 @@
-<?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'
-
-	#*****************************************************************************
-	#
-	# sample_3col.php
-	#
-	# Author: 		Denis Roy
-	# Date:			2005-11-07
-	#
-	# Description: Type your page comments here - these are not sent to the browser
-	#
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Contribution Questionnaire";
-	$pageKeywords	= "legal, contribution, content, committer, project";
-	$pageAuthor		= "Mike Milinkovich, Nov. 26, 2005";
-	
-	# 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", 1);
-	# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 1);
-
-	# End: page-specific settings
-	#
-		
-	# Paste your HTML content between the EOHTML markers!	
-	$html = <<<EOHTML
-
-	<div id="midcolumn">
-		<h1>$pageTitle</h1>
-		The Contribution Questionnaire in the Foundation Portal, under the Eclipse Projects portal. <a href="http://portal.eclipse.org/">Go to the Portal</a>.
-	</div>
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/ContributionQuestionnairePart2-v1.0.php b/ContributionQuestionnairePart2-v1.0.php
deleted file mode 100644
index 16d20a7..0000000
--- a/ContributionQuestionnairePart2-v1.0.php
+++ /dev/null
@@ -1,173 +0,0 @@
-<?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'
-
-require_once ("../../../eclipse-php-classes/system/dbconnection_foundation.class.php");
-
-	#*****************************************************************************
-	#
-	# submitcontributionquestionnaire2.php
-	#
-	# Author: 		Denis Roy and others
-	# Date:			2005-01-21
-	#
-	# Description: Process to store contribution questionnaires and e-mail EMO
-	#
-	# HISTORY:
-	#
-	#****************************************************************************
-
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Eclipse.org Contribution Questionnaire";
-	$pageKeywords	= "legal, contribution, content, committer, project";
-	$pageAuthor		= "M. Ward Nov 30/05";
-
-    $_ContributionID = $_GET['i'];
-	$_p = $_GET['p'];
-
-	# Connect to database
-	$dbc    = new DBConnectionRW();
-	$dbh    = $dbc->connect();
-
-	$sql = "SELECT *
-		FROM Contributions
-		WHERE ContributionID = " . $_ContributionID;
-	$rs = mysql_query($sql, $dbh)or die(mysql_error());
-
-	$myrow = mysql_fetch_assoc($rs);
-
-	$preExistPkgList = $myrow['preExistPkgList'];
-
-	$pkgList = split("\n", $preExistPkgList);
-	
-	# 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", 1);
-	# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 1);
-
-	# End: page-specific settings
-	#
-		
-	# Paste your HTML content between the EOHTML markers!	
-	$html = <<<EOHTML
-
-    <div id="maincontent">
-      <h1>$pageTitle</h1> 
-	  <div id="midcolumn">
-        <table border=0 cellspacing=5 cellpadding=2 width="100%" >
-          <tr><td>
-	        <form name="newsRequest" method="post" action="committer_process/submitcontributionquestionnaire2.php">
-	          <input type="hidden" name="c" value=
-EOHTML;
-				$html .= "\"" . $_ContributionID . "\" />";
-$html .= <<<EOHTML
-	          <table width="100%" border="0">
-              <tr>
-               <td colspan="2"><p><strong>3rd Party Package Information</strong></p><br /></td>
-      		  </tr>
-              <td colspan="2">If the Contribution includes content that was not authored by one of the contributors and is therefore based on code maintained by a 3rd party (including any code from freeware, shareware, electronic bulletin boards, or the internet), please complete this section. </td>
-              </tr>
-EOHTML;
-			for($i = 0; $i < count($pkgList); $i++) {
-				if($pkgList[$i] != "") {
-$html .= <<<EOHTML
-  			  <tr>
-    		    <td width="22%">Package Name: </td>
-    			<td width="78%"><input type="text" size="60" name=
-EOHTML;
-				 $html .= "\"pkgName" . $i ."\" value= \"" . $pkgList[$i] ."\">";
-$html .= <<<EOHTML
-			    </td>
-  			  </tr>
-  			  <tr>
-    			<td>Package Version: </td>
-    			<td><input type="text" size="60" name=
-EOHTML;
-				 $html .= "\"pkgVersion" .$i ."\">";
-$html .= <<<EOHTML
-    			</td>
-  			  </tr>
-  			  <tr>
-    		    <td>Link to Package Source: </td>
-    			<td><input type="text" size="60" name=
-EOHTML;
-				 $html .= "\"pkgSource" .$i ."\">";
-$html .= <<<EOHTML
-				</td>
-  			  </tr>
-  			  <tr>
-    			<td>% of package in the contribution: </td>
-    			<td><input type="text" size="10" name=
-EOHTML;
-				 $html .= "\"pkgPercent" .$i ."\" value=\"100\">";
-$html .= <<<EOHTML
-				</td>
-  			  <tr>
-    		    <td colspan="2">If the Contribution is under any license other than the <a href="epl-v10.html">EPL</a>, please identify the License and where it is located. </td>
-  			  </tr>
-  			  <tr>
-    	        <td>License Name: </td>
-    			<td><input type="text" size="60" name=
-EOHTML;
-				 $html .= "\"pkgLicense" .$i ."\">";
-$html .= <<<EOHTML
-			    </td>  			
-  			  <tr>
-    		    <td>Link to Package License: </td>
-    			<td><input type="text" size="60" name=
-EOHTML;
-				 $html .= "\"pkgLicenseType" .$i ."\">";
-$html .= <<<EOHTML
-			    </td>
-              </tr>
-              <tr>
-  				<td valign="top"><p>Supporting Information: </p>
-          		<p>Please provide details about the content, authors, and the licenses and/or agreements that permit the content to be contributed to Eclipse Foundation:</p></td>
-      			<td><textarea cols="60" rows="10" name=
-EOHTML;
-				 $html .= "\"otherAuthors" .$i ."\">";
-$html .= <<<EOHTML
-				</textarea></td>
- 			  </tr>
- 			  <tr>
-    			<td>Committer Name: </td>
-    			<td><input type="text" size="60" name=
-EOHTML;
-				 $html .= "\"committerName" .$i ."\">";
-$html .= <<<EOHTML
-  	  	  	    </td>
-  			  </tr>
-  			  <tr>
-                <td>Committer Email: </td>
-                <td><input type="text" size="60" name=
-EOHTML;
-				 $html .= "\"committerEmail" .$i ."\">";
-$html .= <<<EOHTML
-				</td>
-              </tr>
-EOHTML;
-				}
-			}
-$html .= <<<EOHTML
- 			  <tr>
-    		    <td colspan="2">&nbsp;</td>
-  			  </tr>
-  			  <br />
-    		</table>
-			<p>
-		      <input type="reset" name="Reset" value="Reset">  
-	          <input type="submit" name="Submit" value="Submit">
-	        </p>
-          </form>
-        </td></tr></table>
-	  </div>
-	</div>
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-	
-
-?>
\ No newline at end of file
diff --git a/committer_process/committer_request.html b/committer_process/committer_request.html
deleted file mode 100644
index 4c4cff3..0000000
--- a/committer_process/committer_request.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-	<head>
-		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-		<title>New Committer</title>
-		<link rel="stylesheet" href="../default_style.css">
-	</head>
-	<body>
-	<div style="font-size: x-large; font-family: Arial,Helvetica; padding-bottom: 5px;">New Committer Requests</div>
-	<div style="background: #0080C0; font-weight: bold; color: #FFFFFF; font-family: Arial,Helvetica">Eclipse Foundation New Committer Request Form</div>
-	<p style="font-size: x-large; font-family: Arial,Helvetica">What Happened to the Form?</p>
-	<p>All projects are being encouraged to run new elections through the 
-	<a href="http://portal.eclipse.org">myFoundation Portal</a>, which now fully incorporates the
-	New Committer Request Form (NCRF) which was previously available at this location.  If your
-	election was run through the portal, the NCRF can be completed by the project lead
-	through the normal portal interface.  If the election was run in legacy mode and you
-	still need access to the email-based form, you can still find it <a href="old-committer_request.html">here</a>.
-	<p>An overview of the voting process as it is conducted through the portal is 
-	<a href="http://portal.eclipse.org/myfoundation/tests/swim.php?file=finished/a_complete_committer_vote_example.txt&lines=80">here</a>
-	with the new NCRF highlighted.
-	</body>
-</html>
diff --git a/committer_process/individual_committer_questionnaire.html b/committer_process/individual_committer_questionnaire.html
deleted file mode 100644
index 0533a0d..0000000
--- a/committer_process/individual_committer_questionnaire.html
+++ /dev/null
@@ -1,117 +0,0 @@
-<html>
-
-<head>
-<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
-<title>Individual Committer Questionnaire</title>
-<link rel="stylesheet" href="../default_style.css">
-</head>
-
-<body lang=EN-US link=blue vlink=purple>
-
-<table border=0 cellspacing=5 cellpadding=2 width="100%" >
-  <tr> 
-    <td align=LEFT valign=TOP colspan="2"><font face="Arial" size="5">To be 
-    completed by the new Committer.</font></td>
-  </tr>
-  <tr>
-    <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><strong><font color="#FFFFFF" face="Arial,Helvetica">Eclipse Foundation Individual Committer Questionnaire</font></str
-ong></td>
-  </tr>
-  <tr>
-    <td>
-
-
-<form name="newsRequest" method="post" action="submit_individual_committer_questionnaire.php">
-	<table width="100%" border="0">
-		<tr>
-		  <td colspan="2"><p>February 28, 2005 </p>
-		    <p>This document is to be completed by each person seeking Committer status for an Eclipse project as an individual.
-		          </p>
-		    <p>If you have any questions, please send an email to the <a href="mailto:emo@eclipse.org"> EMO</a>. </p>
-		</td>
-		</tr>
-		
-		<tr><td width="22%">&nbsp;</td></tr>
-		<tr>
-          <td colspan="2"><strong>Have you read and agree to abide by the terms of the <a href="http://www.eclipse.org/legal/committerguidelines.html">Eclipse Foundation Committer Guidelines</a>? </strong></td>
-		  </tr>
-		<tr>
-		  <td>&nbsp;</td>
-		  <td>&nbsp;</td>
-		  </tr>
-		<tr>
-		  <td align="right">If you agree, please indicate by<br>
-responding &ldquo;Yes&rdquo;.</td>
-		  <td><input type="checkbox" name="hasReadGuidelines" value="YES" /><label for="hasReadGuidelines">Yes</label></td>
-		  </tr>
-		<tr>
-		  <td colspan="2"></td>
-		  </tr>
-		<tr>
-		  <td colspan="2">&nbsp;</td>
-		  </tr>
-		<tr><td colspan="2"><strong>Your Info</strong><br></td></tr>
-		<tr>
-		  <td colspan="2">Please provide your contact details:</td>
-		</tr>
-    	<tr><td align="right">Name: </td><td width="78%"><input type="text" size="60" name="yourName"></td></tr>
-    	<tr><td align="right">Organization: </td><td><input type="text" size="60" name="yourOrganization"></td></tr>		
-		 <tr>
-		   <td align="right">Eclipse Project: </td>
-		   <td><input type="text" size="60" name="yourProject"></td>
-	      </tr>
-		 <tr><td align="right">Address: </td><td><input type="text" size="60" name="yourAddress1"></td></tr>
-    	 <tr>
-    	   <td>&nbsp;</td>
-    	   <td><input type="text" size="60" name="yourAddress2"></td>
-  	   </tr>
-    	 <tr>
-    	   <td>&nbsp;</td>
-    	   <td><input type="text" size="60" name="yourAddress3"></td>
-  	   </tr>
-    	 <tr>
-    	   <td align="right">E-mail: </td>
-    	   <td><input type="text" size="60" name="yourEmail"></td>
-  	   </tr>
-    	 <tr>
-    	   <td align="right">Phone number: </td><td><input type="text" size="40" name="yourPhone"></td></tr>		
-    	 <tr>
-    	   <td align="right" >Fax number: </td>
-    	   <td><input type="text" size="40" name="yourFax"></td>
-  	   </tr>
-    	 <tr>
-    	   <td align="right">Mobile number: </td>
-    	   <td><input type="text" size="40" name="yourMobile"></td>
-  	   </tr>
-		<tr><td>&nbsp;</td></tr>
-			
-		<tr><td colspan="2"><strong>With regard to your participation as a committer in your project, are you participating in this project as an individual or as part of your regular employment or duties as an independent contractor? </strong><br></td></tr>
-		<tr><td colspan="2"><blockquote>
-		  <blockquote>
-		    <p>
-		          <input name="committerType" type="radio" value="individual">
-		          <label for="individual">Individual</label>
-		          <br>
-		          <input name="committerType" type="radio" value="employee">
-		          <label for="employee">Employee or Independent Contractor</label>
-	          </p>
-		    </blockquote>
-		</blockquote></td>
-		</tr>
-		<tr><td colspan="2">&nbsp;</td></tr>
-		<tr>
-		  <td colspan="2">Even if you are participating as an individual, if you are employed or are otherwise performing services for a third party as an independent contractor, you may be bound by an agreement or applicable law that transfers your IP rights to your employer or the company that has contracted your services. Such an agreement requires that your employer or contracting company provide consent to the Eclipse Foundation to allow you to contribute code to your project under the <a href="http://www.eclipse.org/legal/termsofuse.php">Eclipse Terms of Use </a>. In this case, please have your employer or contracting company complete the <a href="employer_consent.pdf"> Eclipse Committer Employer Consent Form</a>.</td>
-		</tr>		
-		
-		<tr><td>&nbsp;</td></tr><br>
-	</table>
-	<p>
-		<input type="hidden" name="state" value="submit" />
-		<input type="reset" name="Reset" value="Reset">  
-	    <input type="submit" name="Submit" value="Submit">
-	</p>
-</form>
-</td></tr></table>
-</body>
-
-</html>
\ No newline at end of file
diff --git a/committer_process/individual_committer_questionnaire.php b/committer_process/individual_committer_questionnaire.php
deleted file mode 100644
index 12f25aa..0000000
--- a/committer_process/individual_committer_questionnaire.php
+++ /dev/null
@@ -1,37 +0,0 @@
-<?php
-/*******************************************************************************
- * Copyright (c) 2005, 2014 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:
-*    Denis Roy (Eclipse Foundation)- initial API and implementation
-*    Matt Ward (Eclipse Foundation)
-*    Bjorn Freeman-Benson (Eclipse Foundation)
-*    Karl Matthias (Eclipse Foundation)
-*    Sharon Corbett (Eclipse Foundation)
-*    Wayne Beaton (Eclipse Foundation)
-*******************************************************************************/
-
-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("_projectCommon.php");
-
-
-	// XXXX PAGE MOVED, OVERRIDE TEXT
-	$html = "<h1>Individual Committer Questionnaire</h1>This is no longer a separate form, and has been included in the MyFoundation Portal.  Please connect to the Portal and login with your
-	Bugzilla account to complete this information.<br/><br/><a href='http://portal.eclipse.org'>http://portal.eclipse.org</a><br/><br/>
-	If you do not have a Bugzilla account already, please sign up for an account before attempting to fill out this form in the Portal.  The Eclipse
-	Bugzilla system is:<br/></br><br/><a href='http://bugs.eclipse.org/'>http://bugs.eclipse.org/</a>";
-
-	  # Generate the web page
-	  $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/committer_process/member_committer_questionnaire.html b/committer_process/member_committer_questionnaire.html
deleted file mode 100644
index a3aeeea..0000000
--- a/committer_process/member_committer_questionnaire.html
+++ /dev/null
@@ -1,111 +0,0 @@
-<html>
-
-<head>
-<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
-<title>Member Committer Questionnaire</title>
-<link rel="stylesheet" href="../default_style.css">
-</head>
-
-<body lang=EN-US link=blue vlink=purple>
-
-<table border=0 cellspacing=5 cellpadding=2 width="100%" >
-  <tr> 
-    <td align=LEFT valign=TOP colspan="2"><font face="Arial" size="5">To be 
-    completed by the new Committer.</font></td>
-  </tr>
-  <tr> 
-    <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><strong><font color="#FFFFFF" face="Arial,Helvetica">Eclipse Foundation Member Committer Questionnaire</font></strong></td>
-  </tr>
-  <tr> 
-    <td>
-	
-<form name="newsRequest" method="post" action="submit_member_committer_questionnaire.php">
-	<table width="100%" border="0">
-		<tr>
-		  <td colspan="2">February 28, 2005
-		<br>
-		<br>
-		<strong style="font-weight: 400">This document is to be completed by each individual who is employed by, or is an independent contractor of, an Eclipse Member, is covered under 
-          that member's Member Committer Agreement, and is seeking Committer status for an Eclipse project.</strong> 
-		<p>If you have any questions, please send an email to the <a href="mailto:emo@eclipse.org"> EMO</a>. </p>
-		</td>
-		</tr>
-		
-		<tr><td width="22%">&nbsp;</td></tr>
-		<tr>
-          <td colspan="2"><strong>Have you read and agree to abide by the terms of the <a href="http://www.eclipse.org/legal/committerguidelines.html">Eclipse Foundation Committer Guidelines</a>? </strong></td>
-		  </tr>
-		<tr>
-		  <td>&nbsp;</td>
-		  <td>&nbsp;</td>
-		  </tr>
-		<tr>
-		  <td align="right">If you agree, please indicate by<br> 
-		    responding “Yes”.</td>
-		  <td><input type="checkbox" name="hasReadGuidelines" value="YES" /><label for="hasReadGuidelines">Yes</label></td>
-		  </tr>
-		<tr>
-		  <td colspan="2">&nbsp;</td>
-		  </tr>
-		<tr><td colspan="2"><strong>Your Info</strong><br></td></tr>
-		<tr>
-		  <td colspan="2">Please provide your contact details:</td>
-		</tr>
-    	<tr><td align="right">Name: </td><td width="78%"><input type="text" size="60" name="yourName"></td></tr>
-    	<tr><td align="right">Organization: </td><td><input type="text" size="60" name="yourOrganization"></td></tr>		
-		 <tr>
-		   <td align="right">Eclipse Project: </td>
-		   <td><input type="text" size="60" name="yourProject"></td>
-	      </tr>
-		 <tr><td align="right">Address: </td><td><input type="text" size="60" name="yourAddress1"></td></tr>
-    	 <tr>
-    	   <td>&nbsp;</td>
-    	   <td><input type="text" size="60" name="yourAddress2"></td>
-  	   </tr>
-    	 <tr>
-    	   <td>&nbsp;</td>
-    	   <td><input type="text" size="60" name="yourAddress3"></td>
-  	   </tr>
-    	 <tr>
-    	   <td align="right">E-mail: </td>
-    	   <td><input type="text" size="60" name="yourEmail"></td>
-  	   </tr>
-    	 <tr>
-    	   <td align="right">Phone number: </td><td><input type="text" size="40" name="yourPhone"></td></tr>		
-    	 <tr>
-    	   <td align="right">Fax number: </td>
-    	   <td><input type="text" size="40" name="yourFax"></td>
-  	   </tr>
-    	 <tr>
-    	   <td align="right">Mobile number: </td>
-    	   <td><input type="text" size="40" name="yourMobile"></td>
-  	   </tr>
-		<tr><td>&nbsp;</td></tr>
-			
-		<tr>
-          <td colspan="2"><strong>With regard to your participation as a committer in your project, it is understood that you are participating in this project as part of your regular employment with, or duties as an independent contractor for:</strong></td>
-		  </tr>
-		<tr>
-          <td align="right"> Please enter the name of the<br> 
-            Eclipse Member company:</td>
-          <td><input type="text" size="60" name="memberCompany"></td>
-		  </tr>
-		<tr>
-          <td align="right">Please confirm this understanding<br> 
-            by responding &ldquo;Yes&rdquo;. </td>
-          <td><input type="checkbox" name="isMemberEmployee" value="YES" /><label for="isMemberEmployee">Yes</label></td>
-		  </tr>
-		
-		<tr><td>&nbsp;</td></tr><br>
-	</table>
-	<p>
-		<input type="hidden" name="state" value="submit" />  
-		<input type="reset" name="Reset" value="Reset">  
-	    <input type="submit" name="Submit" value="Submit">
-	</p>
-</form>
-
-</td></tr></table>
-</body>
-
-</html>
\ No newline at end of file
diff --git a/committer_process/member_committer_questionnaire.php b/committer_process/member_committer_questionnaire.php
deleted file mode 100644
index 67f6261..0000000
--- a/committer_process/member_committer_questionnaire.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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("_projectCommon.php");	
-
-$pageTitle 		= "Eclipse Foundation Member Committer Questionnaire";
-$pageKeywords	= "signup, member, committer";
-$pageAuthor		= "M. Ward Nov 18/05";
-	
-// Old implementation removed. See Bug 412757.
-
-	// XXXX PAGE MOVED, OVERRIDE TEXT
-	$html = "<h1>Member Committer Questionnaire</h1>This is no longer a separate form, and has been included in the MyFoundation Portal.  Please connect to the Portal and login with your
-	Bugzilla account to complete this information.<br/><br/><a href='http://portal.eclipse.org'>http://portal.eclipse.org</a><br/><br/>
-	If you do not have a Bugzilla account already, please sign up for an account before attempting to fill out this form in the Portal.  The Eclipse
-	Bugzilla system is:<br/></br><br/><a href='http://bugs.eclipse.org/'>http://bugs.eclipse.org/</a>";
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/committer_process/old-committer_request.html b/committer_process/old-committer_request.html
deleted file mode 100644
index ec0733a..0000000
--- a/committer_process/old-committer_request.html
+++ /dev/null
@@ -1,171 +0,0 @@
-<html>
-
-<head>
-<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
-<title>New Committer</title>
-<link rel="stylesheet" href="../default_style.css">
-</head>
-
-<body lang=EN-US link=blue vlink=purple>
-
-<table border=0 cellspacing=5 cellpadding=2 width="100%" >
-  <tr> 
-    <td align=LEFT valign=TOP colspan="2"><font face="Arial" size="5">To be completed by a PMC
-      member.</font></td>
-  </tr>
-  <tr> 
-    <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><strong><font color="#FFFFFF" face="Arial,Helvetica">Eclipse Foundation New Committer Request Form</font></strong></td>
-  </tr>
-  <tr> 
-    <td>
-
-	
-<form name="newsRequest" method="post" action="submit_committer_request.php">
-	<table width="100%" border="0">
-		<tr>
-		  <td colspan="2"><p>May 11, 2006</p>
-		    <p>This document is to be completed by a PMC member who wishes to initiate the process 
-		    to provision a new Committer or Bug Triager for an Eclipse project. 
-		          </p>
-		    <p>If you have any questions, please send an email to the <a href="mailto:emo@eclipse.org"> EMO</a>. </p>
-		</td>
-		</tr>
-		<tr>
-		  <td colspan="2">&nbsp;</td>
-		  </tr>
-		<tr><td colspan="2"><strong>Your Info</strong><br></td></tr>
-		<tr>
-		  <td colspan="2">Please provide your contact details:</td>
-		</tr>
-		<tr><td><font face="Arial" color="#FF0000">Fields marked with * are mandatory</font></td></tr>
-    	<tr><td width="22%" align="right"><font face="Arial" color="#FF0000">*</font>First Name: </td><td width="40%"><input type="text" size="60" name="yourFirstName"></td></tr>
-    	<tr><td width="22%" align="right"><font face="Arial" color="#FF0000">*</font>Last Name: </td><td width="40%"><input type="text" size="60" name="yourLastName"></td></tr>
-    	 <tr>
-    	   <td align="right"><font face="Arial" color="#FF0000">*</font>E-mail: </td>
-    	   <td><input type="text" size="60" name="yourEmail"></td>
-  	   </tr>
-    	 <tr>
-    	   <td colspan=2>&nbsp;</td>
-    	   <td>&nbsp;</td>
-  	   </tr>
-    	 <tr>
-    	   <td colspan=2>
-            <p align="center"><b>Do either (A) or (B):</b></p>
-           </td>
-    	   <td></td>
-  	   </tr>
-    	 <tr>
-    	   <td colspan=2>
-            <div align="center">
-              <center>
-              <table border="0" width="100%" cellpadding="0" cellspacing="0">
-                <tr>
-                  <td width="48%" valign="top" align="left">(A) If this
-                    Committer or Bug Triager has been elected to the project using the process
-                    defined in the top-level project's charter, please provide
-                    the URL to the mailing list entry where the vote is
-                    recorded.</td>
-                  <td width="4%" valign="top" align="left">&nbsp;</td>
-                  <td width="48%" valign="top" align="left">(B) If this
-                    Committer has been selected as one of the initial committers
-                    for a new project or component, please provide the
-                    confirming email from the PMC to this effect.</td>
-                </tr>
-                <tr>
-                  <td width="48%" valign="top" align="left"></td>
-                  <td width="4%" valign="top" align="left"></td>
-                  <td width="48%" valign="top" align="left"></td>
-                </tr>
-                <tr>
-                  <td width="48%" valign="top" align="left">Vote URL:</td>
-                  <td width="4%" valign="top" align="left"></td>
-                  <td width="48%" valign="top" align="left">PMC Email:</td>
-                </tr>
-                <tr>
-                  <td width="48%" valign="top" align="left"><input type="text" size="40" name="voteURL"><br>
-                    Please provide a full URL to the list and entry, e.g.,&nbsp;
-                    &quot;<code>http://dev.eclipse.org/mhonarc/<br>
-                    &nbsp;&nbsp; lists/aspectj-dev/msg00752.html</code>&quot;
-                    <p>The mailing list entry should include: 
-                    the nomination email summarizing the contributions of the candidate,
-                    the committers who voted +1s, the committers who voted 0s,
-                    the committers who voted -1s, the
-                    PMC's approval, and any other relevant information.</p>
-                  </td>
-                  <td width="4%" valign="top" align="left"></td>
-                  <td width="48%" valign="top" align="left"><textarea cols="40" rows="5" name="PMC_EMAIL"></textarea></td>
-                </tr>
-                <tr>
-                  <td width="48%" valign="top" align="left"></td>
-                  <td width="4%" valign="top" align="left"></td>
-                  <td width="48%" valign="top" align="left"></td>
-                </tr>
-              </table>
-              </center>
-            </div>
-           </td>
-    	   <td></td>
-  	   </tr>
-		<tr>
-		  <td colspan="2"><strong>Committer Info</strong><br></td>
-		  </tr>
-		<tr>
-          <td colspan="2">Please provide the contact details for the new Committer 
-          or Bug Triager you 
-          would like to add to your project (fields marked with a
-          <font face="Arial" color="#FF0000">*</font> are mandatory):</td>
-		  </tr>
-		<tr>
-		  <td align="right"><font face="Arial" color="#FF0000">*</font> First Name: </td>
-		  <td><input type="text" size="60" name="committerFirstName"></td>
-	    </tr>
-		<tr>
-		  <td align="right"><font face="Arial" color="#FF0000">*</font> Last Name: </td>
-		  <td><input type="text" size="60" name="committerLastName"></td>
-	    </tr>  
-		<tr>
-		  <td align="right"><font face="Arial" color="#FF0000">*</font>Organization/Employer: </td>
-		  <td><input type="text" size="60" name="committerOrganization"></td>
-		  </tr>
-		<tr>
-          <td align="right"><font face="Arial" color="#FF0000">*</font>Eclipse Project: </td>
-          <td><input type="text" size="60" name="committerProject"></td>
-		  </tr>
-		<tr>
-          <td align="right"><font face="Arial" color="#FF0000">*</font>E-mail: </td>
-          <td><input type="text" size="60" name="committerEmail"></td>
-		  </tr>
-		<tr>
-          <td valign="top"> <font face="Arial" color="#FF0000">*</font>For new committers who will have 
-          write-privileges to code, please list the CVS packages to 
-          which the new Committer is to have update privileges.</td>
-          <td><textarea cols="60" rows="10" name="cvsPackageList"></textarea></td>
-		  </tr>
-		<tr>
-		  <td valign="top">&nbsp;</td>
-		  <td>&nbsp;</td>
-		  </tr>
-		<tr>
-          <td valign="top"><p><font face="Arial" color="#FF0000">*</font>For new committers who will 
-          have write-privileges to the project website, please list the CVS package(s) 
-          containing the website. </p>
-            <p>This varies by project.</p></td>
-          <td><textarea cols="60" rows="10" name="webDAVList"></textarea></td>
-		  </tr>
-			
-		<tr>
-		  <td colspan="2">&nbsp;</td>
-		  </tr>
-        <td>
-		<br>
-	</table>
-	<p>
-		<input type="hidden" name="state" value="submit" />
-	    <input type="submit" name="Submit" value="Submit">
-	</p>
-</form>
-
-</td></tr></table>
-</body>
-
-</html>
diff --git a/committer_process/submit_committer_request.php b/committer_process/submit_committer_request.php
deleted file mode 100644
index a8175ba..0000000
--- a/committer_process/submit_committer_request.php
+++ /dev/null
@@ -1,130 +0,0 @@
-<html>
-
-<head>
-<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
-<title>New Committer</title>
-<link rel="stylesheet" href="../default_style.css">
-</head>
-
-<body lang=EN-US link=blue vlink=purple>
-
-<table border=0 cellspacing=5 cellpadding=2 width="100%" >
-  <tr>
-    <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><strong><font color="#FFFFFF" face="Arial,Helvetica">Eclipse Foundation New Committer Request Form</font></strong></td
->
-  </tr>
-  <tr>
-	<td>
-
-
-<?php
-
-        $EMailDest = "emo-records@eclipse.org";
-#	$EMailSubject = "New Committer Request Form for " . $_POST['committerFirstName'] . " " . $_POST['committerLastName'];
-	$EMailSubject = $_POST['committerFirstName'] . " " . $_POST['committerLastName'] . " - New Committer Request Form";
-
-
-        $_STATE = $_POST['state'];
-
-
-        if($_STATE == "submit") {
-       		if( $_POST['yourFirstName'] == "" ) {
-                echo "The questionnaire was blank. Please go back and try again.";
-        		
-       		} else {
-       			$email = $_POST['committerEmail'];
-				preg_match( '/([a-zA-Z0-9_\-.\@]+)/', $email, $matches );
-				$email = $matches[1];
-       			$existing = false;
-
-require_once "/home/data/httpd/eclipse-php-classes/system/dbconnection_foundation_ro.class.php";
-
-  $_dbcf = new DBConnectionFoundation();
-  $_dbhf = $_dbcf->connect();
-
-    $foundation_query = "SELECT DISTINCT People.Email from PeopleProjects, People
- WHERE InactiveDate is null
-   AND Relation = 'CM'
-   AND People.PersonID = PeopleProjects.PersonID
-   AND People.Email = '$email';
-		;";
-
-    $result = mysql_query($foundation_query, $_dbhf);
-    if( !$result ) {
-        echo("MySQL Error: ". mysql_error());
-        echo( $foundation_query . "\n" );
-        exit( "Stopped because error\n" );
-    }
-    while( $row = mysql_fetch_array($result) ) {
-		$existing = true;
-    }
-                echo "Thank you for submitting this questionnaire.<br>Please check your email for further progress on the Committer status of " . $_POST['committerFirstName'] . " " . $_POST['committerLastName'] . ".";
-
-                $mailStr .= "
-Dear " . $_POST['committerFirstName'] . " " . $_POST['committerLastName'] . ",";
-				if( $existing ) {
-                $mailStr .= "
-Your additional project committer status will be enabled
-as soon as we have processed this form.
-";
-				} else {
-				$mailStr .= "
-1. Create a Bugzilla account for yourself using your same
-   email address: " . $_POST['committerEmail'] . "
-   If you do not use this same email address, your Bugzilla
-   permissions will not be set correctly.
-   
-2. Follow these the instructions in item 5 \"Paperwork\" of:
-     http://www.eclipse.org/projects/dev_process/new-committer.php
-   You need to fill out a web form questionnaire and one, or
-   possible two, paper agreements. Your committer and/or bug 
-   triager account cannot be processed until these forms
-   and agreements are received.
-";
-				}
-				$mailStr .= "
-                              Thank you.
-
--------------------------------------------------
-
-New Committer / Bug Triager Request
-
-PMC Member: " . $_POST['yourFirstName'] . " " . $_POST['yourLastName'] . "
-Email: " . $_POST['yourEmail'] . "
-
-New Committer / Bug Triager Info: ===================
-Election URL: " . $_POST['voteURL'] . "
-PMC Email: " . $_POST['PMC_EMAIL'] . "
-
-Name: " . $_POST['committerFirstName'] . " " . $_POST['committerLastName'] . "
-Organization: " . $_POST['committerOrganization'] . "
-Project: " . $_POST['committerProject'] . "
-
-Email: " . $_POST['committerEmail'] . "
-
-CVS package List: " . $_POST['cvsPackageList'] . "
-Web Package List: " . $_POST['webDAVList'] . "
-
-";
-
-
-                if($_POST['yourEmail'] != "") {
-                        $EMailDest .= "," . $_POST['yourEmail'];
-                }
-                if($_POST['committerEmail'] != "") {
-                        $EMailDest .= "," . $_POST['committerEmail'];
-                }
-
-
-                 mail($EMailDest, $EMailSubject, $mailStr, "From: emo-records@eclipse.org\n");
-
-
-			}
-        }
-?>
-
-				</td>
-			</tr>
-		</table>
-	</body>
-</html>
diff --git a/committer_process/submit_committer_request.php.old2 b/committer_process/submit_committer_request.php.old2
deleted file mode 100644
index 9922cbf..0000000
--- a/committer_process/submit_committer_request.php.old2
+++ /dev/null
@@ -1,77 +0,0 @@
-<html>
-
-<head>
-<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
-<title>New Committer</title>
-<link rel="stylesheet" href="../default_style.css">
-</head>
-
-<body lang=EN-US link=blue vlink=purple>
-
-<table border=0 cellspacing=5 cellpadding=2 width="100%" >
-  <tr>
-    <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><strong><font color="#FFFFFF" face="Arial,Helvetica">Eclipse Foundation New Committer Request Form</font></strong></td
->
-  </tr>
-  <tr>
-	<td>
-
-
-<?php
-
-        $EMailDest = "emo@eclipse.org";
-	$EMailSubject = "New Committer Request Form for " . $_POST['committerName'];
-
-
-        $_STATE = $_POST['state'];
-
-        if($_STATE == "submit") {
-                echo "Thank you for submitting this questionnaire.";
-
-                $mailStr .= "
-
-New Committer Request
-
-Name: " . $_POST['yourName'] . "
-Project: " . $_POST['yourProject'] . "
-
-Email: " . $_POST['yourEmail'] . "
-Phone: " . $_POST['yourPhone'] . "
-
-Committer Info: ===================
-Has been elected: " . $_POST['hasBeenElected'] . "
-Election URL: " . $_POST['voteURL'] . "
-
-Name: " . $_POST['committerName'] . "
-Organization: " . $_POST['committerOrganization'] . "
-Project: " . $_POST['committerProject'] . "
-
-Email: " . $_POST['committerEmail'] . "
-Phone: " . $_POST['committerPhone'] . "
-Fax: " . $_POST['committerFax'] . "
-Mobile: " . $_POST['committerMobile'] . "
-
-CVS package List: " . $_POST['cvsPackageList'] . "
-Web Package List: " . $_POST['webDAVList'];
-
-
-                if($_POST['yourEmail'] != "") {
-                        $EMailDest .= "," . $_POST['yourEmail'];
-                }
-                if($_POST['committerEmail'] != "") {
-                        $EMailDest .= "," . $_POST['committerEmail'];
-                }
-
-
-                 mail($EMailDest, $EMailSubject, $mailStr);
-
-
-
-        }
-?>
-
-				</td>
-			</tr>
-		</table>
-	</body>
-</html>
diff --git a/committer_process/submit_individual_committer_questionnaire.php b/committer_process/submit_individual_committer_questionnaire.php
deleted file mode 100644
index f6ef6a3..0000000
--- a/committer_process/submit_individual_committer_questionnaire.php
+++ /dev/null
@@ -1,65 +0,0 @@
-<html>
-
-<head>
-<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
-<title>New Committer</title>
-<link rel="stylesheet" href="../default_style.css">
-</head>
-
-<body lang=EN-US link=blue vlink=purple>
-
-<table border=0 cellspacing=5 cellpadding=2 width="100%" >
-  <tr>
-    <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><strong><font color="#FFFFFF" face="Arial,Helvetica">Eclipse Foundation Individual Committer Questionnaire</font></strong></td>
-
-  </tr>
-  <tr>
-	<td>
-<?php
-
-        $EMailDest = "emo-records@eclipse.org";
-#	$EMailSubject = "Individual Committer Questionnaire for " . $_POST['yourName'];
-	$EMailSubject = $_POST['yourName'] . " - Individual Committer Questionnaire";
-
-
-        $_STATE = $_POST['state'];
-
-        if($_STATE == "submit") {
-                echo "Thank you for submitting this questionnaire.";
-
-                                $mailStr .= "
-
-Individual Committer Questionnaire
-
-Has Read Guidelines: " . $_POST['hasReadGuidelines'] . "
-Name: " . $_POST['yourName'] . "
-Organization: " . $_POST['yourOrganization'] . "
-Project: " . $_POST['yourProject'] . "
-
-Address1: " . $_POST['yourAddress1'] . "
-Address2: " . $_POST['yourAddress2'] . "
-Address3: " . $_POST['yourAddress3'] . "
-
-Email: " . $_POST['yourEmail'] . "
-Phone: " . $_POST['yourPhone'] . "
-Fax: " . $_POST['yourFax'] . "
-Mobile: " . $_POST['yourMobile'] . "
-
-Committer Type: " . $_POST['committerType'];
-
-                if($_POST['yourEmail'] != "") {
-                        $EMailDest .= "," . $_POST['yourEmail'];
-                }
-
-
-                 mail($EMailDest, $EMailSubject, $mailStr, "From: emo-records@eclipse.org\n");
-
-
-
-        }
-?>
-				</td>
-			</tr>
-		</table>
-	</body>
-</html>
diff --git a/committer_process/submit_member_committer_questionnaire.php b/committer_process/submit_member_committer_questionnaire.php
deleted file mode 100644
index f861ba6..0000000
--- a/committer_process/submit_member_committer_questionnaire.php
+++ /dev/null
@@ -1,67 +0,0 @@
-<html>
-
-<head>
-<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
-<title>New Committer</title>
-<link rel="stylesheet" href="../default_style.css">
-</head>
-
-<body lang=EN-US link=blue vlink=purple>
-
-<table border=0 cellspacing=5 cellpadding=2 width="100%" >
-  <tr>
-    <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><strong><font color="#FFFFFF" face="Arial,Helvetica">Eclipse Foundation Member Committer Questionnaire</font></strong></td>
-
-  </tr>
-  <tr>
-	<td>
-<?php
-
-        $EMailDest = "emo-records@eclipse.org";
-#	$EMailSubject = "Member Committer Questionnaire for " . $_POST['yourName'];;
-	$EMailSubject = $_POST['yourName'] . " - Member Committer Questionnaire";
-
-
-        $_STATE = $_POST['state'];
-
-        if($_STATE == "submit") {
-                echo "Thank you for submitting this questionnaire.";
-
-                                $mailStr .= "
-
-Member Committer Questionnaire
-
-Has Read Guidelines: " . $_POST['hasReadGuidelines'] . "
-Name: " . $_POST['yourName'] . "
-Organization: " . $_POST['yourOrganization'] . "
-Project: " . $_POST['yourProject'] . "
-
-Address1: " . $_POST['yourAddress1'] . "
-Address2: " . $_POST['yourAddress2'] . "
-Address3: " . $_POST['yourAddress3'] . "
-
-Email: " . $_POST['yourEmail'] . "
-Phone: " . $_POST['yourPhone'] . "
-Fax: " . $_POST['yourFax'] . "
-Mobile: " . $_POST['yourMobile'] . "
-
-Member Company: " . $_POST['memberCompany'] . "
-Is Member Employee: " . $_POST['isMemberEmployee'];
-
-
-                if($_POST['yourEmail'] != "") {
-                        $EMailDest .= "," . $_POST['yourEmail'];
-                }
-
-
-                 mail($EMailDest, $EMailSubject, $mailStr, "From: emo-records@eclipse.org\n");
-
-
-
-        }
-?>
-	</td>
-			</tr>
-		</table>
-	</body>
-</html>
diff --git a/committer_process/submitcontributionquestionnaire.old.php b/committer_process/submitcontributionquestionnaire.old.php
deleted file mode 100644
index 2512c4f..0000000
--- a/committer_process/submitcontributionquestionnaire.old.php
+++ /dev/null
@@ -1,30 +0,0 @@
-<?
-	mail( "license@eclipse.org", "Eclipse.org Contribution Questionnaire",
-"Committer
-		
-Name:  $committerName
-Organisation: $committerOrganization
-E-mail:  $committerEmail
-
-Contribution
-		
-Project:  $project
-Subproject:  $subproject
-Description of contribution:  $contributionDescription
-Cryptography:  $cryptography
-		
-Contributor
-		
-Name:  $contributorName
-Organisation:  $contributorOrganization
-E-mail:  $contributorEmail
-% of authored content:  $contributorPercentage
-Other contributors:  $otherContributors
-Other authors:  $otherAuthors
-
-Due Diligence
-		
-Legal issues:  $legalIssues"		
-);
-  header( "Location: http://www.eclipse.org/legal/submittedcontributionquestionnaire.html" );
-?>
\ No newline at end of file
diff --git a/committer_process/submitcontributionquestionnaire2.php b/committer_process/submitcontributionquestionnaire2.php
deleted file mode 100644
index 6ca83fd..0000000
--- a/committer_process/submitcontributionquestionnaire2.php
+++ /dev/null
@@ -1,297 +0,0 @@
-<?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'
-
-require_once("/home/data/httpd/eclipse-php-classes/system/dbconnection_foundation.class.php");
-
-	#*****************************************************************************
-	#
-	# submitcontributionquestionnaire2.php
-	#
-	# Author: 		Denis Roy and others
-	# Date:			2005-01-21
-	#
-	# Description: Process to store contribution questionnaires and e-mail EMO
-	#
-	# HISTORY:
-	#
-	#****************************************************************************
-
-
-	$EMailDest 	= "license@eclipse.org";
-	$EMailSubject 	= "Eclipse.org Contribution Questionnaire";
-
-	# Connect to database
-	$dbc    = new DBConnectionRW();
-	$dbh    = $dbc->connect();
-
-
-	if($_POST['c'] == "") {
-	
-		$sql = "INSERT INTO Contributions (
-				ContributionID,
-				ContributionDate,
-				yourName,
-				yourOrganization,
-				yourAddress,
-				yourPhone,
-				yourEmail,
-				committerName,
-				committerOrganization,
-				committerAddress,
-				committerPhone,
-				committerEmail,
-				PMCName,
-				PMCPhone,
-				PMCEmail,
-				project,
-				subproject,
-				component,
-				contributionName,
-				contributionVersion,
-				contributionSize,
-				contributionDescription,
-				preExistPkgs,
-				preExistPkgList,
-				contributionSupportInfo,
-				contributorName,
-				contributorOrganization,
-				contributorPhone,
-				contributorEmail,
-				contributorPercentage,
-				otherContributors,
-				cryptography,
-				cryptographyAlgorithm
-			)
-			VALUES (
-				NULL,
-				NOW(),
-				" . $App->returnQuotedString($_POST['yourName']) . ",
-				" . $App->returnQuotedString($_POST['yourOrganization']) . ",
-				" . $App->returnQuotedString($_POST['yourAddress']) . ",
-				" . $App->returnQuotedString($_POST['yourPhone']) . ",
-				" . $App->returnQuotedString($_POST['yourEmail']) . ",
-				" . $App->returnQuotedString($_POST['committerName']) . ",
-				" . $App->returnQuotedString($_POST['committerOrganization']) . ",
-				" . $App->returnQuotedString($_POST['committerAddress']) . ",
-				" . $App->returnQuotedString($_POST['committerPhone']) . ",
-				" . $App->returnQuotedString($_POST['committerEmail']) . ",
-				" . $App->returnQuotedString($_POST['PMCName']) . ",
-				" . $App->returnQuotedString($_POST['PMCPhone']) . ",
-				" . $App->returnQuotedString($_POST['PMCEmail']) . ",
-				" . $App->returnQuotedString($_POST['project']) . ",
-				" . $App->returnQuotedString($_POST['subproject']) . ",
-				" . $App->returnQuotedString($_POST['component']) . ",
-				" . $App->returnQuotedString($_POST['contributionName']) . ",
-				" . $App->returnQuotedString($_POST['contributionVersion']) . ",
-				" . $App->returnQuotedString($_POST['contributionSize']) . ",
-				" . $App->returnQuotedString($_POST['contributionDescription']) . ",
-				" . $App->returnQuotedString($_POST['preExistPkgs']) . ",
-				" . $App->returnQuotedString($_POST['preExistPkgList']) . ",
-				" . $App->returnQuotedString($_POST['contributionSupportInfo']) . ",
-				" . $App->returnQuotedString($_POST['contributorName']) . ",
-				" . $App->returnQuotedString($_POST['contributorOrganization']) . ",
-				" . $App->returnQuotedString($_POST['contributorPhone']) . ",
-				" . $App->returnQuotedString($_POST['contributorEmail']) . ",
-				" . $App->returnQuotedString($_POST['contributorPercentage']) . ",
-				" . $App->returnQuotedString($_POST['otherContributors']) . ",
-				" . $App->returnQuotedString($_POST['cryptography']) . ",
-				" . $App->returnQuotedString($_POST['cryptographyAlgorithm']) . "
-			);
-		";
-		mysql_query($sql, $dbh);
-	
-		$ContributionID = mysql_insert_id($dbh);
-
-
-		if($_POST['preExistPkgList'] != "") {
-			header("Location: ../ContributionQuestionnairePart2-v1.0.php?i=" . $ContributionID);
-		}
-		else {
-
-			# TODO: send mail
-			sendMail($ContributionID);
-			header("Location: submittedcontributionquestionnaire.php" );
-		}
-	}
-	else {
-		# get number of packages and save this info.
-		$sql = "SELECT *
-		FROM Contributions
-		WHERE ContributionID = " . $_POST['c'];
-		
-		$rs = mysql_query($sql, $dbh);
-
-		$myrow = mysql_fetch_assoc($rs);
-
-		$preExistPkgList = $myrow['preExistPkgList'];
-
-		$pkgList = split("\n", $preExistPkgList);
-
-		for($i = 0; $i < count($pkgList); $i++) {
-			if($pkgList[$i] != "") {
-				$sql = "INSERT INTO ContributionPackages (
-						PackageID,
-						ContributionID,
-						pkgName,
-						pkgVersion,
-						pkgSource,
-						pkgPercent,
-						pkgLicense,
-						pkgLicenseType,
-						otherAuthors,
-						committerName,
-						committerEmail
-					)
-					VALUES (
-						NULL,
-						" . $App->returnQuotedString($_POST['c']) . ",
-						" . $App->returnQuotedString($_POST['pkgName' . $i]) . ",
-						" . $App->returnQuotedString($_POST['pkgVersion' . $i]) . ",
-						" . $App->returnQuotedString($_POST['pkgSource' . $i]) . ",
-						" . $App->returnQuotedString($_POST['pkgPercent' . $i]) . ",
-						" . $App->returnQuotedString($_POST['pkgLicense' . $i]) . ",
-						" . $App->returnQuotedString($_POST['pkgLicenseType' . $i]) . ",
-						" . $App->returnQuotedString($_POST['otherAuthors' . $i]) . ",
-						" . $App->returnQuotedString($_POST['committerName' . $i]) . ",
-						" . $App->returnQuotedString($_POST['committerEmail' . $i]) . "
-					)
-				";
-				mysql_query($sql, $dbh)or die(mysql_error());
-			}
-		}
-
-		sendMail($_POST['c']);
-
-
-		header("Location: submittedcontributionquestionnaire.php" );
-	}
-
-	$dbc->disconnect();
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-	function sendMail($_ContributionID) {
-		global $EMailDest;
-		global $EMailSubject;
-	
-        	global $App;
-
-		global $dbc;
-		global $dbh;
-
-		$mailStr = "";
-	
-		$sql = "SELECT * FROM Contributions WHERE ContributionID = " . $_ContributionID;
-		$rs = mysql_query($sql, $dbh);
-	
-		if($myrow = mysql_fetch_assoc($rs)) {
-			if($myrow['yourEmail'] != "") {
-				$EMailDest .= "," . $myrow['yourEmail'];
-			}
-
-
-			$mailStr = "
-
-Submitter:
-
-Name:  " . $myrow['yourName'] . "
-Organisation: " . $myrow['yourOrganization'] . "
-Address: " . $myrow['yourAddress'] . "
-Phone: " . $myrow['yourPhone'] . "
-E-mail: " .  $myrow['yourEmail'] . "
-
-
-Committer
-
-Name:  " . $myrow['committerName'] . "
-Organisation: " .  $myrow['committerOrganization'] . "
-Address: " . $myrow['committerAddress'] . "
-Phone: " . $myrow['committerPhone'] . "
-E-mail: " . $myrow['committerEmail'] . "
-
-PMC
-
-PMC Name: " . $myrow['PMCName'] . "
-PMC Phone: " . $myrow['PMCPhone'] . "
-PMC E-mail: " . $myrow['PMCEmail'] . "
-
-
-Contribution
-
-Project: " .  $myrow['project'] . "
-Subproject: " .  $myrow['subproject'] . "
-Component: " . $myrow['component'] . "
-
-Name: " . $myrow['contributionName'] . "
-Version: " . $myrow['contributionVersion'] . "
-Size: " . $myrow['contributionSize'] . "
-Description: " . $myrow['contributionDescription'] . "
-
-Pre-existing Packages: " . $myrow['preExistPkgs'] . "
-
-Support Info: " . $myrow['contributionSupportInfo'] . "
-
-
-Contributor
-
-Name: " . $myrow['contributorName'] . "
-Organization: " . $myrow['contributorOrganization'] . "
-Phone: " . $myrow['contributorPhone'] . "
-E-Mail: " . $myrow['contributorEmail'] . "
-
-Contribution Percentage: " . $myrow['contributorPercentage'] . "
-Other Contributors: " . $myrow['otherContributors'] . "
-
-
-Cryptography:  " . $myrow['cryptography'] . "
-Algorithm: " . $myrow['cryptographyAlgorithm'] . "
-
-";
-			# loop thru pre-existing packages			
-
-			$sql = "SELECT *
-			FROM ContributionPackages
-			WHERE ContributionID = " . $_ContributionID;
-		
-			$rs = mysql_query($sql, $dbh);
-	
-			while($myrow = mysql_fetch_assoc($rs)) {
-	
-				$mailStr .= "
-
-Pre-existing Packages
-
-Package: " . $myrow['pkgName'] . " 
-Version: " . $myrow['pkgVersion'] . "
-Source: " . $myrow['pkgSource'] . "
-Contribution Percentage: " . $myrow['pkgPercent'] . "
-
-License: " . $myrow['pkgLicense'] . "
-License Type: " . $myrow['pkgLicenseType'] . "
-
-Other authors: " . $myrow['otherAuthors'] . "
-
-Committer Name: " . $myrow['committerName'] . "
-Committer Email: " . $myrow['committerEmail'];
-	
-			}
-
-			mail($EMailDest, $EMailSubject, $mailStr, "From: emo-records@eclipse.org\n");
-
-		}
-		
-	}
-
-?>
diff --git a/committer_process/submittedcontributionquestionnaire.html b/committer_process/submittedcontributionquestionnaire.html
deleted file mode 100644
index fd90aa6..0000000
--- a/committer_process/submittedcontributionquestionnaire.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-
-<head>
-<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
-<title>Submitted Eclipse.org Contribution Questionnaire</title>
-<link rel="stylesheet" href="../default_style.css">
-</head>
-
-<body lang=EN-US link=blue vlink=purple>
-
-<table border=0 cellspacing=5 cellpadding=2 width="100%" >
-  <tr> 
-    <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><strong><font color="#FFFFFF" face="Arial,Helvetica">Submitted Eclipse.org Contribution Questionnaire</font></strong></td>
-  </tr>
-  <tr> 
-    <td>
-	Thank you for taking the time to complete the questionnaire.  The EMO will contact you soon. <br><br>Return to the <a href="http://www.eclipse.org/legal/main.html">legal stuff</a> page.
-</td></tr></table>
-</body>
-
-</html>
diff --git a/committer_process/submittedcontributionquestionnaire.php b/committer_process/submittedcontributionquestionnaire.php
deleted file mode 100644
index d392738..0000000
--- a/committer_process/submittedcontributionquestionnaire.php
+++ /dev/null
@@ -1,46 +0,0 @@
-<?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'
-
-	#*****************************************************************************
-	#
-	# template.php
-	#
-	# Author: 		Denis Roy
-	# Date:			2005-06-16
-	#
-	# Description: Type your page comments here - these are not sent to the browser
-	#
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Submitted Eclipse.org Contribution Questionnaire";
-	$pageKeywords	= "legal, contribution, content, committer, project";
-	$pageAuthor		= "M. Ward Nov 30/05";
-	
-	# 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", 1);
-	# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 1);
-
-	# End: page-specific settings
-	#
-		
-	# Paste your HTML content between the EOHTML markers!	
-	$html = <<<EOHTML
-
-    <div id="maincontent">
-	  <div id="midcolumn">
-		  <h1>$pageTitle</h1>
-			Thank you for taking the time to complete the questionnaire.  The EMO will contact you soon. <br><br>Return to the <a href="../">legal stuff</a> page.
-	  </div>
-	</div>
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
-
diff --git a/committer_request.html b/committer_request.html
deleted file mode 100644
index 39da5f0..0000000
--- a/committer_request.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-   <head>
-      <meta http-equiv="refresh" content="0; url=committer_process/committer_request.html" />
-   </head>
-   <body>
-      <a href="committer_process/committer_request.html">This page has moved. Please update your links and bookmarks.</a>
-   </body>
-</html>
\ No newline at end of file
diff --git a/individual_committer_questionnaire.html b/individual_committer_questionnaire.html
deleted file mode 100644
index 6865935..0000000
--- a/individual_committer_questionnaire.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-   <head>
-      <meta http-equiv="refresh" content="5; url=committer_process/individual_committer_questionnaire.php" />
-   </head>
-   <body>
-      <a href="committer_process/individual_committer_questionnaire.php">This page has moved. Please update your links and bookmarks.</a>
-   </body>
-</html>
\ No newline at end of file
diff --git a/member_committer_questionnaire.html b/member_committer_questionnaire.html
deleted file mode 100644
index dd18b00..0000000
--- a/member_committer_questionnaire.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-   <head>
-      <meta http-equiv="refresh" content="5; url=committer_process/member_committer_questionnaire.php" />
-   </head>
-   <body>
-      <a href="committer_process/member_committer_questionnaire.php">This page has moved. Please update your links and bookmarks.</a>
-   </body>
-</html>
\ No newline at end of file
diff --git a/newcommitter-old.php b/newcommitter-old.php
deleted file mode 100644
index 22107c4..0000000
--- a/newcommitter-old.php
+++ /dev/null
@@ -1,156 +0,0 @@
-<?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'
-
-//See http://www.eclipse.org/projects/dev_process/new-committer.php for the new page.
-
-	$pageTitle 		= "New Committer / Bug Triager Process";
-	$pageKeywords	= "foundation, committer, process, guidelines";
-	$pageAuthor		= "Mike Milinkovich, Nov. 29, 2005";
-	
-	# Paste your HTML content between the EOHTML markers!	
-	$html = <<<EOHTML
-
-<style type="text/css">
-#bigfirstchar
-{
-float:left;
-padding-right: 4px;
-font-size:300%;
-line-height:80%;
-}
-</style>
-<div id="maincontent">
-	<div id="midcolumn">
-		<h1>$pageTitle</h1>
-		<h3>Purpose</h3>
-
-		<p>
-  	    The Eclipse Foundation needs to ensure that all committers to the code and/or the 
-  	    website and/or the bug system understand their role in safeguarding 
-  	    the intellectual property of Eclipse. 
-  	    The Foundation also needs to ensure that we have accurate records of the people who 
-  	    are acting as change agents on the projects.</p>
-  	  	<p>The process the Foundation has chosen to ensure these goals (committers/bug triagers
-      	understand their role; Foundation has accurate records) is to have  committers/bug triagers
-      	sign that they have read, understood, and will follow the 
-      	<a href="committerguidelines.php">Committer Guidelines</a> and to have their 
-      	employer sign that they agree that the new committer/bug triager can participate at Eclipse and 
-      	can contribute under the terms of the <a href="../org/documents/epl-v10.php">Eclipse 
-      	Public License</a>. This document describes this process that must be followed by all 
-      	Eclipse Project Management Committees (PMC&rsquo;s) for the identification and 
-      	provisioning of new Committers/Bug Triagers for the projects managed by the PMC. </p>
-      	
-  	  	<blockquote>A Committer is an individual who is to have write access to the Eclipse 
-  	  	CVS repositories for code or web pages. </blockquote>
-  	  	<blockquote>A Bug Triager is an individual who is to extended write access to the Eclipse 
-  	  	bug tracking system. (In the text below, the word "Committer" refers to both 
-  	  	Committers and Bug Triagers.</blockquote>
-  	  	
-      	<p>If you have any questions, please send them to the 
-      	<a href="mailto:emo@eclipse.org">EMO</a>.
-      	</p>
-
-		<h3>Process</h3>
-		<p>
-		<span id="bigfirstchar">1</span>
-		    The PMC follows the process described in their
-      		top-level project charter for selecting, vetting, and electing a new
-      		Committer. Most top-level project charters are based on 
-      		<a href="../projects/dev_process/Eclipse_Standard_TopLevel_Charter_v1.0.php">the
-      		generic top-level charter (see the section titled &quot;Committers&quot;)</a>.
-      		(Note: for Technology projects, the project lead follows this process and
-      		then confirms the results with the PMC via technology-pmc@eclipse.org.)
-      	</p>
-		<p><span id="bigfirstchar">2</span>
-		   The PMC educates the new Committer on their
-      		responsibilities for safeguarding the intellectual property of Eclipse and
-      		that they have read, understood, and agree to follow the 
-      		<a href="committerguidelines.php">Committer Guidelines</a>.
-      		Being a Committer at Eclipse is more than just having write-access to the
-      		CVS repository and/or website - there are specific IP due diligence and
-      		record keeping activities that Committers must follow. The PMC is
-      		responsible for ensuring that their committers understand and follow these
-      		responsibilities.</p>
-		<p>
-		<span id="bigfirstchar">3</span>
-		    Then...the PMC fills out the on-line <a href="committer_process/committer_request.html">new
-      		committer request form</a><br/><br/></p>
-      	<p>
-      	   Then one of these four choices...
-      		<table>
-      		  <TR>
-   				<TD width="50%" valign="top"><span id="bigfirstchar">4a</span> If the new committer 
-   				is already a Committer on an existing Eclipse project then no additional paperwork 
-   				is needed.
-    			</TD>
-    			<td>&nbsp;</td>
-    			<TD width="50%" valign="top"><span id="bigfirstchar">4b</span> If the new committer (i) works&nbsp;for a
-      			Member company and (ii) that Member company has signed and submitted a <a href="EclipseMemberCommitterAgreementFinal.pdf">Member Committer Agreement</a>
-      			covering all of its employees who contribute to Eclipse, then:
-      			<ol>
-        			<li>The new Committer fills out the online <a href="committer_process/member_committer_questionnaire.php">Member Committer
-          			Questionnaire</a></li>
-      			</ol>
-    			</TD>
-     			</tr><tr><td>&nbsp;</td></tr>
-     			<TD width="50%" valign="top"><span id="bigfirstchar">4c</span> If the new committer (i) works for a Member
-      			company but (ii) that Member company has <b><i>NOT </i></b>signed a 
-      			<a href="EclipseMemberCommitterAgreementFinal.pdf">Member Committer Agreement</a>,
-      			then:
-      			<ol>
-        			<li>The new Committer fills out the online <a href="committer_process/individual_committer_questionnaire.php">Individual Committer Questionnaire</a> </li>
-        			<li>The new Committer prints and signs and faxes or postal mails
-          			an&nbsp;<a href="committer_process/EclipseIndividualCommitterAgreementFinal.pdf">Individual Committer Agreement</a>.
-          			<em>If you find the signature block of this form confusing, we've
-          			prepared <a href="example-individual-committer-agreement-signature-block.gif">an example for you to emulate</a>.</em></li>
-        			<li>The new Committer prints and has his/her employer sign and then
-          			faxes or postal mails an <a href="committer_process/employer_consent.pdf">Eclipse Committer Employer Consent Form</a>.</li>
-      			</ol>
-    			</TD>
-    			<td>&nbsp;</td>
-    			<TD width="50%" valign="top"><span id="bigfirstchar">4d</span> If the new committer
-      			does NOT work for a Member company, then:
-      			<ol>
-        			<li>The new Committer fills out the online <a href="committer_process/individual_committer_questionnaire.php">Individual Committer Questionnaire</a> </li>
-        			<li>The new Committer prints and signs and faxes or postal mails
-          			an&nbsp;<a href="EclipseIndividualCommitterAgreementFinal.pdf">Individual Committer Agreement</a>.
-          			<em>If you find the signature block of this form confusing, we've
-          			prepared <a href="example-individual-committer-agreement-signature-block.gif">an example for you to emulate</a>.</em></li>
-        			<li>The new Committer prints and has his/her employer sign and then
-          			faxes or postal mails an <a href="employer_consent.pdf">Eclipse Committer Employer Consent Form</a>.</li>
-      			</ol>
-    			</TD>
-  			</TR>
-  			</table>
-		<p>
-		<span id="bigfirstchar">5</span>
-		    Then...after the EMO has received the online form from (3) and
-      		the appropriate online and paper forms from (4), the EMO will cause the
-      		Webmaster to create and provision the committer&rsquo;s unix account
-      		appropriately.</p>
-      	<p>
-      	<span id="bigfirstchar">6</span>
-      	    The Webmaster will notify both the new Committer, and the PMC
-      		member who filled out form (3), via email that the new account is ready to go. 
-      	</p>
-	</div>
-	</div>
-	<!-- remove the entire <div> tag to omit the right column!  -->
-	<div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Related Links</h6>
-			<ul>
-				<li><a href="index.php">Legal Resources</a></li>
-				<li><a href="committerguidelines.php">Committer Guidelines</a></li>
-				<li><a href="ContributionQuestionnairePart1-v1.0.php">Contribution Questionnaire</a></li>
-				<li><a href="EclipseIndividualCommitterAgreementFinal.pdf">Individual Committer Agreement</a></li>
-				<li><a href="EclipseMemberCommitterAgreementFinal.pdf">Member Committer Agreement</a></li>				
-			</ul>
-		</div>
-	</div>
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>