NEW - bug 216428: Missed information about Subversive on the Technology project page
https://bugs.eclipse.org/bugs/show_bug.cgi?id=216428
diff --git a/index.php b/index.php
index 8ea0ce8..a9bf2eb 100644
--- a/index.php
+++ b/index.php
@@ -9,11 +9,25 @@
     <div id="maincontent">
 	<div id="midcolumn">
         <h1><?= $pageTitle ?></h1>
-        
-        <ul class="midlist">
-			<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/fragments/project-list.php"); ?>
-            <?= project_list_as_html( "project-page-paragraph.html", "technology" ) ?>
-        </ul>
+
+<h2>The Technology Top-Level Project</h2>       
+<p>The Eclipse Technology Project encapsulates three separate activity streams, 
+Research, Incubators, and Education. All three streams are overseen 
+by a single <a href="team-leaders.php">Project Management Committee (PMC)</a>. The PMC
+<a href="pmc-minutes.php">publishes its minutes</a>. The work is done 
+in subprojects working against a <a href="http://dev.eclipse.org/viewcvs/index.cgi?cvsroot=Technology_Project">CVS repository</a>. The Eclipse 
+<a href="technology-charter.html">Technology Project Charter</a> describes the organization of the 
+project, as well as roles and responsibilities of the participants.</p>
+
+<p>For a complete list of the Technology Projects, please see the 
+<a href="/projects/listofprojects.php#technology">"Eclipse Technology Project" section of the list of all Eclipse projects</a>.
+</p>
+
+<p>For technical discussions and questions, please go to the <a href="http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology">eclipse.technology newsgroup</a>
+ (for access see the <a href="/newsgroups/">newsgroups page</a>). If you are are developer and 
+ want to participate in discussions relating to the implementation of the subprojects, there 
+ are developer <a href="/mail/">mailing lists</a> and <a href="/newsgroups/">newsgroups</a> created for each of the projects. Downloads are 
+ available from the project pages and the <a href="/downloads/">main downloads page</a>.</p>
        
 <h2><a href="archived.php">The Technology Project Archives</a></h2>
 <p>Projects under the Eclipse Technology Project have limited lifecycles. 
@@ -26,21 +40,6 @@
 project.
 </p>
 
-       <h2>About The Technology Top-Level Project</h2>
-       
-<p>The Eclipse Technology Project encapsulates three separate activity streams, 
-Research, Incubators, and Education. All three streams are overseen 
-by a single <a href="team-leaders.php">Project Management Committee (PMC)</a>. The PMC
-<a href="pmc-minutes.php">publishes its minutes</a>. The work is done 
-in subprojects working against a <a href="http://dev.eclipse.org/viewcvs/index.cgi?cvsroot=Technology_Project">CVS repository</a>. The Eclipse 
-<a href="technology-charter.html">Technology Project Charter</a> describes the organization of the 
-project, as well as roles and responsibilities of the participants.</p>
-
-<p>For technical discussions and questions, please go to the <a href="http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology">eclipse.technology newsgroup</a>
- (for access see the <a href="/newsgroups/">newsgroups page</a>). If you are are developer and 
- want to participate in discussions relating to the implementation of the subprojects, there 
- are developer <a href="/mail/">mailing lists</a> and <a href="/newsgroups/">newsgroups</a> created for each of the projects. Downloads are 
- available from the project pages and the <a href="/downloads/">main downloads page</a>.</p>
 
       </div>
   </div>