feat: remove special_programs

Change-Id: Iccffc482b5812e8c6a75777ae8859fb4139b997e
diff --git a/special_programs/ECLIPSE_WEB.pdf b/special_programs/ECLIPSE_WEB.pdf
deleted file mode 100644
index f1396c7..0000000
--- a/special_programs/ECLIPSE_WEB.pdf
+++ /dev/null
Binary files differ
diff --git a/special_programs/custom-delivery-installer-program.php b/special_programs/custom-delivery-installer-program.php
deleted file mode 100644
index 467d946..0000000
--- a/special_programs/custom-delivery-installer-program.php
+++ /dev/null
@@ -1,108 +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");    # All on the same line to unclutter the user's desktop'

-

-$pageTitle 		= "Eclipse Strategic Member Custom Delivery Installer Program";

-$pageKeywords	= "";

-$pageAuthor		= "";

-

-ob_start();

-?>

-<style type="text/css">

-h2 {

-border-bottom: solid

-}

-h3 {

-border-bottom: thin dotted

-}

-</style>

-

-    <div id="maincontent">

-	<div id="midcolumn">

-        <h1><big>Eclipse Strategic Member Custom Delivery Installer Program</big></h1>

-          

-        <h2><b><big>Goals of this Program</big></b></h2>

-        <p>This program has three main goals:</p>

-        

-        <ol>

-           <li>Improve the download experience for users,</li>

-           <li>Increase the visibility of projects, especially those that are not "the Java IDE" by which Eclipse is mostly known,</li>

-           <li>Increase the value of strategic membership.</li>

-          

-        </ol>

-

-<h2>Program</h2>

-<p>Over the next several months the Eclipse Foundation will be offering visitors to Eclipse.org the ability

-to download and install Eclipse using Wizard launched from the eclipse.org/downloads page.  This will

-initially be offered to a small audience (such as "Friend of Eclipse") and over time offered to 

-a broader audience.  The wizard allows the user to 

-select the Eclipse projects they want to download and install. Users will 

-start (first wizard page) by selecting one a small number of standard packages. The small number of subsequent wizard 

-pages will step the user through choosing additional features/plug-ins from Eclipse projects (also, the user can remove 

-pre-selected default features added by the initial package he or she selected). 

-</p>

-

-<p>The final wizard page will show a list of 

-participating strategic members as well as a "download-now-with-no-further-features" button. The strategic members 

-will be listed in the wizard with a small company logo/icon and brief text explaining what additional

-software is available via the Strategic Member.</p>

-

-

-<p>If the user continues to strategic Company X, the wizard will send the user's selections to the member's wizard 

-url (as specified by the member) in a pre-defined data payload. The member will then continue the wizard allowing 

-the user to add additional features/plug-ins from their library. At the end of the wizard, the user 

-presses the "Download and install" button to download and install the complete set of Eclipse projects (from the 

-Eclipse Foundation's wizard) and the member's features/plug-ins (from the their X wizard continuation). We explicitly 

-allow participating strategic members to include both free-ware, trial-ware, and pay-ware features and plug-ins 

-in the wizard, i.e., there is no requirement that the member's wizard include only open source or free software.</p>

-

-<p>Strategic Members who participate in the program can expect to sign an additional legal form agreeing that the Foundation 

-can display their logo and/or company name in the wizard.</p>

-

-

-<h3>Participation</h3>		

-<p>This is a tool supplied by the Eclipse Foundation and thus the Eclipse Foundation staff are responsible for choosing 

-the technology behind the wizard as well as the initial package names and content and the subsequent pages and which projects 

-are included on each page. The Eclipse Foundation staff will request advice on these decisions from the PMCs and project leads, 

-but the final decisions are those of the Executive Director.</p>

-

-<p>The Eclipse Foundation provides different programs for different levels of membership.  The eclipse.org downloads page is 

-a valuable strategic asset of the Eclipse Foundation and thus participation in this program is limited to Strategic Members 

-of the Eclipse Foundation. </p>

-

-<p>Strategic Members are eligible to participate as soon as they are valid members and are removed from the 

-program as soon as they are no longer strategic members. Strategic members can participate by contacting 

-<a href="mailto:membership@eclipse.org">membership@eclipse.org</a>. The Eclipse Foundation IT staff will provide 

-documentation on the payload format and will request the member's wizard url, logo, and tag line. After 

-verifying the member's wizard url with a set of unit tests, the IT staff will add the member to the final 

-wizard page. The IT staff will periodically (every few months or when a bug is filed) run the unit tests 

-against all the participating members' wizard urls and will remove any failing wizard urls (and their company 

-logos, etc). If that happens, the IT staff will notify the company contact and work with that contact to 

-restore their participation.</p>

-

-

-<h3>Deployment Plan</h3>

-<p>The Eclipse Foundation plans to start with a beta test of this service in early 2009. We will limit this beta 

-test to Friends of Eclipse - non-Friends will be shown a "we're beta-testing a new service, sign up as a Friend 

-to participate", while Friends will see the download button. When at least three Strategic Members are ready to 

-participate, the Eclipse Founation will enable the final wizard page to "add additional features from Company X 

-or Company Y or etc."</p>

-

-<p>After verifying that the wizard works (server load, bandwidth load, handoffs to secondary wizards, good user 

-experience, etc), we will enable to wizard for a larger beta test (anyone with a bugzilla account). We anticipate this 

-second larger beta in the early spring.</p>

-

-<p>The third step is to enable the wizard without restriction. We anticipate this "go live" mid 2009. 

-It is important for the Eclipse Foundation IT staff to have the deployment completed as soon as possible 

-so that we can detect and repair any scaling or user interface issues long before the "busy season" begins 

-(it begins late in the calendar year and then scales rapidly from there through M4, M5, EclipseCon, the RCs, 

-and the annual release).</p>

-

-

- </div></div>

-<?php

-	$html = ob_get_contents();

-	ob_end_clean();

-

-    $App->setOutdated();

-	# Generate the web page

-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

-?>

diff --git a/special_programs/ecosystem-website-promotion.php b/special_programs/ecosystem-website-promotion.php
deleted file mode 100644
index 3a865df..0000000
--- a/special_programs/ecosystem-website-promotion.php
+++ /dev/null
@@ -1,118 +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");    # All on the same line to unclutter the user's desktop'

-

-$pageTitle 		= "Ecosystem Website Promotion";

-$pageKeywords	= "";

-$pageAuthor		= "";

-

-ob_start();

-?>

-<style type="text/css">

-h2 {

-border-bottom: solid

-}

-h3 {

-border-bottom: thin dotted

-}

-</style>

-

-    <div id="maincontent">

-	<div id="midcolumn">

-        <h1><big>Eclipse.org Website Promotion Program</big></h1>

-          

-        <h2><b><big>Goals of this Program</big></b></h2>

-        <p>This program has two main goals:</p>

-        

-        <ol>

-           <li>Provide value to Strategic Membership in the Eclipse Foundation.</li>

-           <li>Provide valuable additional information about our ecosystem to users of Eclipse.org.</li>

-        </ol>

-

-        <p>This program is made possible by the success of a year&#150;long study running Google ads on 

-        <a href="http://www.eclipseplugincentral.com/">Eclipse Plugin Central</a>.  The

-        data showed that promotions could be tastefully placed on Eclipse Foundation properties to the benefit of both our

-        ecosystem and website visitors looking for more information.</p>

-        

-        <h2><b><big>How Do I Participate?</big></b></h2>

-        <p>There are two kinds of promotions that will randomly appear on Eclipse.org - those specific to Strategic Members and content provided by 

-        the <a href="https://adwords.google.com/">Google Adwords</a> service.</p>

-        

-        <h3>Strategic Member Promotion</h3>

-        <p>Strategic Members will automatically have their logo placed in rotation as a "Featured Member" of the Eclipse Foundation.

-        Strategic Members are also able and encouraged to place campaign ads into their rotation (see <a href="#FAQ">FAQ</a> below for details).  Extra impressions

-        cannot be purchased at this time and this program is currently only available to Strategic Members.

-		</p>

-

-		<h3>Other Promotion</h3>		

-		<p>Other members and non&#150;members alike are able to place content on Eclipse.org through 

-		the	<a href="http://adwords.google.com/">Google Adwords</a> service.  To target Eclipse.org with

-		your ads, please see the Google ads FAQ for <a href="http://adwords.google.com/support/bin/answer.py?hl=en&answer=18265">Site Targeted Ads</a>.

-		Please refer to the <a href="http://adwords.google.com/">Google Adwords</a> service for help setting up and running your

-		Google promotions.  There is nothing you need to do with the Eclipse Foundation to run content and we are unable to help 

-		you place your Google content - work with Google on any questions you may have including 

-		<a href="http://adwords.google.com/support/bin/answer.py?hl=en&answer=6105">why your promotions are not appearing</a>.</p>

-  

-        <h2><big><b><a name="FAQ"></a>FAQ</a></b></big></h2>

-         

-		<b>As a Strategic Member, what kind of custom campaigns can I run?</b>

-        <p>Here are the specifications for allowable content:

-         <ul>

-         	<li>Not more than 200px wide or 200px high.</li>

-         	<li>Content must be GIF (preferred) or JPG format (NO Flash/SWF at this time).</li>

-         	<li>Content must be less than 20k.  Content as large as 40k will be accepted but will be given proportionately fewer rotations.</li>

-         	<li>It must be clear which organization the promotion is from.  For example, your company logo and/or an obvious company brand must

-         	be clearly on the promotion.</li>

-         	<li>Content must fit with the look and feel of Eclipse.org.  You do <b>not</b> have to match the eclipse.org

-         	color palette, but dark colors, white backgrounds, blacks, blues and purples will integrate best.  Content that 

-         	is obviously flashy (i.e., flashing red backgrounds) will not be permitted.</li>

-         	<li>If you would like to match the Eclipse.org color palette, here are some color codes to help: 

-         	<br><img align="center" src="./promotion_program/palette.gif"></li>

-        </p>

-

-       <br><b>As an ecocystem participant, what kind of content can I run?</b>

-        <p>Standard Text and List Content will be served by <a href="http://adwords.google.com/">Google Adwords</a>.

-        </p>

-

-        <br><b>How often will my content appear?</b>

-        <p>

-        The Eclipse.org home page is hit tens of thousands of times per day.  We will experiment to find an appropriate balance

-        of Strategic Member content and content hosted by Google Adwords throughout 2008.  Strategic member ads will appear

-        relative to each other on basis weighted to relative membership dues.

-        </p>

-

-         <br><b>Show me some examples!</b>

-        <p>

-        Here is where the content will appear on Eclipse.org: 

-    	<br><img align="center" src="./promotion_program/screen2.gif">

-    	</p>

-	

-        <p>

-        Here is an example of promoting our Strategic Members:

-		<br><img align="center" src="./promotion_program/screen4.gif">

-        </p>

-        

-        <p>

-        Here is an example of Google content on Eclipse.org:

-        <br><img align="center" src="./promotion_program/screen3.gif">

-		</p>

-		

-        <p>

-        Here is an example of a Strategic Member campaign:

-        <br><img align="center" src="./promotion_program/screen1.gif">

-	      </p>

-

-	      

-       <br><b>I am a strategic Member, where do I send my 200x200 promotion?</b>

-       <p>Please contact membership at eclipse dot org.</p>

- 	      

-       <br><b>I need more information.</b>

-       <p>Please contact membership at eclipse dot org.</p>

- 

-		

-  </div></div>

-<?php

-	$html = ob_get_contents();

-	ob_end_clean();

-

-	# Generate the web page

-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

-?>

diff --git a/special_programs/index.php b/special_programs/index.php
deleted file mode 100644
index ebc2795..0000000
--- a/special_programs/index.php
+++ /dev/null
@@ -1,48 +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");    # All on the same line to unclutter the user's desktop'

-

-$pageTitle 		= "Eclipse Membership Special Programs";

-$pageKeywords 	= "Eclipse, programs, membership, promotion, advertising, distros, distributions, marketing";

-$pageAuthor		= "Eclipse Foundation";

-

-ob_start();

-?>

-<div id="maincontent">

-<div id="midcolumn">

-

-<h1><?=$pageTitle?></h1>

-

-<p>

-This page lists some of the special programs available to members that require detailed information.  For a more complete list of

-membership benefits, please see the <a href="../become_a_member/benefits.php">membership benefits page</a>.

-</p>

-

-<h2>Programs for Strategic Members</h2>

-<ul>

-<li><a href="ecosystem-website-promotion.php">Ecosystem Website Promotion</a></li>

-</ul>

-

-<h2>Programs for Strategic and Enterprise Members</h2>

-<ul>

-<li><a href="ipzilla.php">IP Database Access</a></li>

-</ul>

-

-

-<h2>Programs for Solutions Members and Above</h2>

-<ul>

-<li><a href="member-downloads-program.php">Distro Listing on eclipse.org/downloads</a></li>

-<li><a href="marketplace-listing.php">Listing in Eclipse Marketplace Client, and priority on Marketplace Listings</a></li>

-<li><a href="member2member.php">Member2Member Marketing</a></li>

-<li><a href="ECLIPSE_WEB.pdf">Overview of all web properties Members can leverage</a> (PDF)</li>

-</ul>

-

-</div><!-- midcolumn -->

-

-</div><!-- maincontent -->

-<?php

-	# Paste your HTML content between the EOHTML markers!

-	$html = ob_get_contents();

-	ob_end_clean();

-

-	# Generate the web page

-	$App->generatePage(NULL, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

-?>

diff --git a/special_programs/ipzilla.pdf b/special_programs/ipzilla.pdf
deleted file mode 100644
index a46948f..0000000
--- a/special_programs/ipzilla.pdf
+++ /dev/null
Binary files differ
diff --git a/special_programs/ipzilla.php b/special_programs/ipzilla.php
deleted file mode 100644
index 7af19ac..0000000
--- a/special_programs/ipzilla.php
+++ /dev/null
@@ -1,82 +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");    # All on the same line to unclutter the user's desktop'

-

-$pageTitle 		= "IP Database Access";

-$pageKeywords	= "";

-$pageAuthor		= "";

-

-ob_start();

-?>

-<style type="text/css">

-h2 {

-border-bottom: solid

-}

-h3 {

-border-bottom: thin dotted

-}

-</style>

-

-    <div id="maincontent">

-	<div id="midcolumn">

-        <h1><big>IP Database Access</big></h1>

-          

-        <h2><b><big>Goals of this Program</big></b></h2>

-        <p>This program allows up to three non-committers from Strategic and Enterprise members to access the Eclipse Contribution Questionnaire

-        database, known as "IPZilla".  Committers do not need access to this program as they have access to IPZilla for their work

-        by default.  Non-committers, such as IP Analysts and business decision makers, may wish to use IPZilla as a resource 

-        since it contains conversations regarding over 1500 open source libraries and indications whether they are approved, 

-        or not, for use on Eclipse projects.</p>

-        

-        <h2><b><big>How do I participate?</big></b></h2>

-        <p>There are three steps to receive IPZilla access.

-        <ol>

-        <li>You must print, sign and FAX the <a href="./ipzilla.pdf">IPZilla Database Access Agreement</a> to 212 918 1619.  If you believe

-        your organization may have already signed this document, contact us at <a href="mailto:membership@eclipse.org">membership@eclipse.org</a> to confirm.</li>

-        <li>You must create a 

-        <a href="https://bugs.eclipse.org/bugs/createaccount.cgi">bugzilla account</a> with the email address of 

-        the person you wish to have access.</li>

-        <li>Finally, email <a href="mailto:membership@eclipse.org">membership@eclipse.org</a> with the following information:

-        <ul>

-          <li>Name of person requiring access</li>

-          <li>Email address that you used to create the <a href="https://bugs.eclipse.org/bugs/createaccount.cgi">bugzilla account</a></li>

-          <li>Contact Phone Number</li>

-          <li>Contact business address</li>

-        </ul> 

-        </li>

-        </ol>

-		</p>

-		

-          

-        <h2><big><b>FAQ</b></big></h2>

-		<b>How much does it cost?</b>

-        <p>This is a free service free for Strategic and Enterprise Members only.

-        </p>

-

-        <b>My Company has Committers, why do I need this?</b>

-        <p>Committers are entitled to use IPZilla as it relates to their project and specifically for their work as a committer

-        on an Eclipse Project.  Strategic and Enterprise members may wish to have IP Analysts and business decision makers

-        also have access to this data.  In other words, non-committers can have access to the data, and committers can 

-        make internal business use of the data.

-        </p>

-

-		<b>How do I login?</b>

-        <p>Once your account has been created and confirmed following the steps above, you visit 

-        the <a href="https://dev.eclipse.org/ipzilla/">IPZilla Main Page</a>.

-        </p>

-        

-        <b>Do you have an example of the kind of data available?</b>

-        <p>The database contains the approval or rejection of over 1500 open source libraries requested 

-        for use in Eclipse open source projects -- and the corresponding conversations related to those

-        decisions.  This information could be high value to IP Analysts and business decision makers

-        trying to determine the risk profile of using some open source libraries.

-        Email <a href="mailto:membership@eclipse.org">membership@eclipse.org</a> for more information.

-        </p>

-  

-      

-  </div></div>

-<?php

-	$html = ob_get_contents();

-	ob_end_clean();

-

-	# Generate the web page

-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

-?>

diff --git a/special_programs/marketplace-listing.php b/special_programs/marketplace-listing.php
deleted file mode 100644
index 9905f4d..0000000
--- a/special_programs/marketplace-listing.php
+++ /dev/null
@@ -1,53 +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");    # All on the same line to unclutter the user's desktop'
-
-$pageTitle 		= "Marketplace Listings";
-$pageKeywords	= "";
-$pageAuthor		= "";
-
-ob_start();
-?>
-<style type="text/css">
-h2 {
-border-bottom: solid
-}
-h3 {
-border-bottom: thin dotted
-}
-</style>
-
-    <div id="maincontent">
-	<div id="midcolumn">
-        <h1><big>Eclipse Marketplace Listings</big></h1>
-
-        <h2><b><big>Goals of this Program</big></b></h2>
-        <p>The main goal of this program is to offer a key channel for members to promote their products
-        to the millions of developers who use Eclipse IDE's every day.  Starting with the Helios release
-        in June, 2010, a "Marketplace Client" is included with all packages downloaded from Eclipse.org
-        that allows developers to browse and install Eclipse Plugins.</p>
-
-        <p>Eclipse Foundation Solutions, Enterprise and Strategic Members listings
-        may have their Eclipse Marketplace listings appear in the
-        Eclipse Marketplace Client Wizard.
-        Eclipse Solutions, Enterprise and Strategic members will also have their results appear first ("Featured") in
-        any search results from the Marketplace Client web interface.</p>
-
-        <p>For more information, please visit:
-        <ul>
-        <li><a href="http://marketplace.eclipse.org/">Eclipse Marketplace</a></li>
-        <li><a href="http://marketplace.eclipse.org/content/marketplace-client-content-inclusion-policy/">Marketplace Client Content Inclusion Policy</a></li>
-        <li><a href="http://marketplace.eclipse.org/quickstart">Eclipse Marketplace Quickstart for Listing your Products</a></li>
-        </ul>
-
-        </p>
-
-
-
-
-  </div></div>
-<?php
-	$html = ob_get_contents();
-	ob_end_clean();
-
-	# Generate the web page
-	$App->generatePage(NULL, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/special_programs/member2member.php b/special_programs/member2member.php
deleted file mode 100644
index f2f2d05..0000000
--- a/special_programs/member2member.php
+++ /dev/null
@@ -1,98 +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");    # All on the same line to unclutter the user's desktop'

-

-$pageTitle 		= "Member2Member";

-$pageKeywords	= "";

-$pageAuthor		= "";

-

-ob_start();

-?>

-<style type="text/css">

-h2 {

-border-bottom: solid

-}

-h3 {

-border-bottom: thin dotted

-}

-</style>

-

-    <div id="maincontent">

-	<div id="midcolumn">

-        <h1><big>Eclipse Member2Member Marketing Program</big></h1>

-          

-        <h2><b><big>Goals of this Program</big></b></h2>

-        <p>This program has two main goals:</p>

-        

-        <ol>

-           <li>Offer a channel for members to promote their products and services exclusively to the Eclipse Membership.</li>

-           <li>Allow members to benefit from product and service special offers not available elsewhere.</li>

-        </ol>

-

-        <p>This program is about encouraging Eclipse Member companies to

-        interact with each other by providing a channel to offer products and

-        services specific to Eclipse members.</p>

-        

-        <h2><b><big>How do I participate?</big></b></h2>

-        <p>Email <a href="mailto:member2member@eclipse.org">member2member@eclipse.org</a> with the following information:

-        <ol>

-          <li>Title: Not more than 40 Characters</li>

-          <li>Body: Not more than 100 Characters</li>

-          <li>URL Title: Not more than 15 Characters</li>

-          <li>URL Target</li>

-        </ol>

-		</p>

-		

-		      <p>Example 1:<br>

-<b>Save 20% off MegaCon</b><br>

-MegaCon'08, Hyatt Reston<br>

-June 20-24.  Learn new<br>

-Mega Features.  Meet the<br>

-experts of Mega!<br>

-<a href="">Register Now...</a><br>

-

-		</p>	

-		      <p>Example 2:<br>

-<b>33% Off Mista 4.0</b> <br>

-Use coupon code ECMEM33<br>

-and save 33% on latest<br>

-Mista release.  Great<br>

-Software product!<br>

-<a href="">Free Trial...</a><br>

-

-		      <p>Example 3:<br>

-<b>Free Adoption Survey</b><br>

-Just released 2008 tool use<br>

-trends survey results.<br>

-<a href="">See Results...</a><br>

-		</p>

-          

-        <h2><big><b>FAQ</b></big></h2>

-		<b>How much does it cost?</b>

-        <p>This is a free service for Eclipse Foundation Members only.

-        </p>

-

-        <b>When will my offer Appear?</b>

-        <p>Eclipse membership newsletters are planned monthly.  

-        There is limited Member2Member

-        space available in each newsletter.  Priority will be given first-come-first-serve basis.

-        You will be advised when you submit your content an expected date.

-        </p>

-

-        <b>Can we promote a Free Product/Service?</b>

-        <p>Yes, but only depending on space availability -- priority will be given to member2member offers

-        that offer a tangible savings/benefit exclusively for other Eclipse Members.

-        </p>

-

-        <b>How many people receive the newsletter?</b>

-        <p>There are approximately 500 recepients of the Foundation Newsletter.

-        </p>

-   

-

-      

-  </div></div>

-<?php

-	$html = ob_get_contents();

-	ob_end_clean();

-

-	# Generate the web page

-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

-?>

diff --git a/special_programs/promotion_program/palette.gif b/special_programs/promotion_program/palette.gif
deleted file mode 100644
index 657736d..0000000
--- a/special_programs/promotion_program/palette.gif
+++ /dev/null
Binary files differ
diff --git a/special_programs/promotion_program/screen1.gif b/special_programs/promotion_program/screen1.gif
deleted file mode 100644
index 296aab0..0000000
--- a/special_programs/promotion_program/screen1.gif
+++ /dev/null
Binary files differ
diff --git a/special_programs/promotion_program/screen2.gif b/special_programs/promotion_program/screen2.gif
deleted file mode 100644
index 4c4f6ac..0000000
--- a/special_programs/promotion_program/screen2.gif
+++ /dev/null
Binary files differ
diff --git a/special_programs/promotion_program/screen3.gif b/special_programs/promotion_program/screen3.gif
deleted file mode 100644
index d385b22..0000000
--- a/special_programs/promotion_program/screen3.gif
+++ /dev/null
Binary files differ
diff --git a/special_programs/promotion_program/screen4.gif b/special_programs/promotion_program/screen4.gif
deleted file mode 100644
index 2910bc4..0000000
--- a/special_programs/promotion_program/screen4.gif
+++ /dev/null
Binary files differ
diff --git a/special_programs/public/images/screenshot.jpg b/special_programs/public/images/screenshot.jpg
deleted file mode 100644
index bf89bb9..0000000
--- a/special_programs/public/images/screenshot.jpg
+++ /dev/null
Binary files differ
diff --git a/special_programs/slides/evans.pdf b/special_programs/slides/evans.pdf
deleted file mode 100644
index eccb055..0000000
--- a/special_programs/slides/evans.pdf
+++ /dev/null
Binary files differ
diff --git a/special_programs/videosponsors/videolayout.png b/special_programs/videosponsors/videolayout.png
deleted file mode 100644
index 508b12c..0000000
--- a/special_programs/videosponsors/videolayout.png
+++ /dev/null
Binary files differ
diff --git a/special_programs/videosponsors/videolist.php b/special_programs/videosponsors/videolist.php
deleted file mode 100644
index 2935fc1..0000000
--- a/special_programs/videosponsors/videolist.php
+++ /dev/null
@@ -1,106 +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");    # All on the same line to unclutter the user's desktop'

-

-$pageTitle 		= "EclipseCon 2009 Video List";

-$pageKeywords	= "";

-$pageAuthor		= "";

-

-ob_start();

-?>

-<style type="text/css">

-h2 {

-border-bottom: solid

-}

-h3 {

-border-bottom: thin dotted

-}

-</style>

-

-    <div id="maincontent">

-	<div id="midcolumn">

-        <h1><big>Webcast Sponsorship Opportunity - The EclipseCon Recordings</big></h1>

-

-<p>

-Several sessions from EclipseCon 2009 were recorded (audio and slides) and we are offering EclipseCon 

-sponsors and Eclipse Foundation members the ability to sponsor the produced webcasts.  

-These webcasts will be hosted on <a href="http://live.eclipse.org">live.eclipse.org</a>.  In order to help promote the webcasts 

-on live.eclipse.org, we will run a marketing campaign from eclipse.org and/or eclipsecon.org promoting the video and your sponsorship.

-</p>

-

-<p>

-Sponsorships are $995 per webcast, or 3 for $2500 -- and EclipseCon sponsors will receive a 10% discount.  There is flexibility

-on discounts for bulk webcast sponsorships -- please contact us for information.

-

-EclipseCon sponsors have first dibs through April 20th, after which we'll open up the sponsorships to all Eclipse members.

-

-Please contact <a href="mailto:membership@eclipse.org">membership@eclipse.org</a> for more information.

-

-</p>

-

-<h2>What you get with your sponsorship</h2>

-<img src="./videolayout.png">

-<br>

-<ul>

-<li>Sponsored banner, logo and two additional links on webcast player</li>

-<li>Promotion of the webcast and your sponsorship on eclipse.org and/or eclipsecon.org to drive traffic to the webcast</li>

-<li>Community Bulletin on eclipse.org noting sponsorship and webcast availability</li>

-</ul>

-

-

-<h2>The EclipseCon Recordings</h2>          

-<table>        

-<tr BGCOLOR="#C7BCE6"><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=229">Convergence in device software - Use the TmL project to create tools for mobile Linux developers</a></td><td>	Eric Cloninger,Mauren Brenner</td></tr>

-<tr><td>Unavailable</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=255">Eclipse @ eBay</a></td><td>		Michael Galpin</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Unavailable</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=256">GlassFish v3 and OSGi: Developing on Eclipse and running the future Java EE 6 Application Server on top of OSGi Equinox</a></td><td>		Jerome Dochez,Ludovic Champenois</td></tr>

-<tr><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=262">Sleeping Around: Writing tools that work in Eclipse, Visual Studio, Ruby, and the Web</a></td><td>		Jean-Michel Lemieux</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Unavailable</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=271">PDE State of the Union</a></td><td>		Chris Aniszczyk,Andrew Niefer,Darin Wright</td></tr>

-<tr><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=294">Building Communities: The Rise and Fall and Rise of the CDT Project</a></td><td>		Doug Schaefer</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Unavailable</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=324">Reverse debugging, Multi-Process and Non-stop debugging come to the CDT</a></td><td>		Francois Chouinard,Marc Khouzam</td></tr>

-<tr><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=330">RAP or GWT: Which Java-Based AJAX Technology Is for You?</a></td><td>		Dan Rubel,Mark Russell</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=332">Executing BPMN</a></td><td>		Koen Aers</td></tr>

-<tr><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=338">Max and John's Excellent Plug-in Adventure: The Highlight Reel</a></td><td>		John Graham,Max Rydahl Andersen</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=347">Plugin reuse and adaptation with Object Teams: Don't settle for a compromise!</a></td><td>		Stephan Herrmann</td></tr>

-<tr><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=353">Web to desktop, desktop to web</a></td><td>		Boris Bokowski,Steve Northover</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Unavailable</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=358">The Unbearable Stupidity of Modeling</a></td><td>		Peter Friese</td></tr>

-<tr><td>Unavailable</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=359">Bending Eclipse to Your Will: From ENVY/Smalltalk to Wrath</a></td><td>		Gabriel Castro</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=362">Building LinkedIn's Next Generation Architecture with OSGI</a></td><td>		Yan Pujante</td></tr>

-<tr><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=363">Advanced BIRT Report Customization</a></td><td>		Virgil Dodson</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=370">Android and the Eclipse Ecosystem</a></td><td>		Xavier Ducrohet</td></tr>

-<tr><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=372">Building your first JPA application with Dali JPA Tools</a></td><td>		Neil Hauge,Shaun Smith</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=398">SMILA - make sense of your data</a></td><td>		Igor Novakovic,Sebastian Voigt</td></tr>

-<tr><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=401">Blueprint Service: Enterprise Programming Model for OSGi</a></td><td>		Costin Leau</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=430">Eclipse on Rails and Rockets</a></td><td>		Gilles J. Iachelini,Marc R. Hoffmann,Mark Powell</td></tr>

-<tr><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=436">Next generation textual DSLs with Xtext</a></td><td>		Jan Koehnlein,Sven Efftinge</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=446">Mixing Eclipse Technologies to create Enterprise Ready Database-RCP-Frontends</a></td><td>		Thomas Schindl</td></tr>

-<tr><td>Unavailable</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=463">e4 - flexible resources for next generation applications and tools</a></td><td>		Martin Oberhuber</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=525">Web Services Tools in the Eclipse Web Tools Platform</a></td><td>		Kathy Chan</td></tr>

-<tr><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=530">IP for Eclipse Committers</a></td><td>		Janet Campbell</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Unavailable</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=552">Advanced Topics in the Common Navigator Framework</a></td><td>	 	Francis Upton IV</td></tr>

-<tr><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=565">The Modeled UI in Eclipse e4</a></td><td>		Marcelo Paternostro,Thomas Schindl,Boris Bokowski,Paul Webster</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=573">From Data to Intelligence in 17 Clicks</a></td><td>		Seth Grimes,Scott Rosenbaum</td></tr>

-<tr><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=599">From source to automated builds with Buckminster and p2</a></td><td>		Henrik Lindberg,Thomas Hallgren</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=604">e4 Project in Review</a></td><td>		Martin Oberhuber,Steve Northover,Ben Galbraith,Jochen Krause,Kevin McGuire</td></tr>

-<tr><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=613">Runtime (r)evolution at Eclipse</a></td><td>		Jeff McAffer</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=629">Take the fat man off your application and it will run faster.</a></td><td>		Patrick Dempsey</td></tr>

-<tr><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=636">The e4 Programming Model Across Web and Desktop</a></td><td>		Boris Bokowski</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=644">Symmetric Service Oriented Programming</a></td><td>		BJ Hargrave</td></tr>

-<tr><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=656">Identity Management in Your RCP Application with Higgins</a></td><td>		Gunnar Wagenknecht,Frank Gerhardt,Jochen Hiller,Mary Ruddy</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=719">Working in the Cloud: Development, Deployment and Project Management for Force.com</a></td><td>		Dave Carroll</td></tr>

-<tr><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=753">Jetty @ Eclipse</a></td><td>		Greg Wilkins</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=435">Eclipse Swordfish‚ an open source SOA runtime framework for the enterprise</a></td><td>Oliver Wolf,Dietmar Wolz</td></tr>

-<tr><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=383">Experiences Visualizing Android Performance in Eclipse TPTP</a></td><td>Chris Elford, Yunan He</td></tr>

-<tr BGCOLOR="#C7BCE6"><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=612">Enterprise Build System: Model Driven Architecture on PDE Build runtime</a></td><td>Kagan Turgut</td></tr>

-<tr><td>Available</td><td><a href="http://www.eclipsecon.org/2009/sessions?id=745">Eclipse Project Spotlight</a></td><td>Various Eclipse Project Leaders</td></tr>

-

-

-</table>        

-        

-

-<br> <br>

-  </div></div>

-<?php

-	$html = ob_get_contents();

-	ob_end_clean();

-

-	# Generate the web page

-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

-?>