Add documentation
diff --git a/_projectCommon.php b/_projectCommon.php
index 957d024..e2775d1 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -34,7 +34,8 @@
 	$Nav->addCustomNav("Documentation", 	"/gemini/dbaccess/documentation",	"_self", 3);
 	$Nav->addCustomNav("Support", 			"/gemini/dbaccess/support", 		"_self", 3);
 	$Nav->addCustomNav("Getting Involved", 	"/gemini/dbaccess/contribute",		"_self", 3);
-	$Nav->addCustomNav("About DBAccess",	"/gemini/dbaccess/about",    		"_self", 3);
+#	$Nav->addCustomNav("About DBAccess",	"/gemini/dbaccess/about",    		"_self", 3);
+	$Nav->addCustomNav("About DBAccess",	"/projects/project_summary.php?projectid=rt.gemini.dbaccess",    		"_self", 3);
 	
 	# Define keywords, author and title here, or in each PHP page specifically
 	# $pageKeywords	= "eclipse, OSGi, gemini";
diff --git a/documentation/index.php b/documentation/index.php
index 55a2451..e0ae18a 100644
--- a/documentation/index.php
+++ b/documentation/index.php
@@ -16,13 +16,14 @@
  *
  * Contributors: Christopher Frost
  *               Mike Keith
+ *               Juergen G. Kissner
  *    
  *******************************************************************************/
 
 	# Begin: page-specific settings.  Change these. 
 	$pageTitle 		= "Gemini DBAccess - Documentation";
 	$pageKeywords	= "Eclipse, EclipseRT, Gemini, OSGi, DBAccess, Documentation";
-	$pageAuthor		= "Mike Keith";
+	$pageAuthor		= "Juergen G. Kissner";
 		
 	ob_start();
 ?>
@@ -34,11 +35,16 @@
         This specification may be downloaded
 			<a href="http://www.osgi.org/Download/Release4V42">here</a>.		
 		</p>
+		<h4>Wiki Documentation</h4>
+		Please refer to the DB Access wiki for further documentation
+			<ul>
+				<li><a href="http://wiki.eclipse.org/Gemini/DBAccess">DB Access Home Page</a></li>
+				<li><a href="http://wiki.eclipse.org/Gemini/DBAccess/GettingStarted">Getting Started</a></li>
+			</ul>
 		<p>
 		The documentation has not been finished yet for this project. If you would like to volunteer to write, or assist in 
 		writing them, please send an email to the <a href="https://dev.eclipse.org/mailman/listinfo/gemini-dev">developer mailing list</a> or post to the <a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=153">forum</a>.
 		</p>
-
 	</div>
 
 <?
diff --git a/index.php b/index.php
index 65647ea..ca4be0b 100755
--- a/index.php
+++ b/index.php
@@ -16,23 +16,40 @@
  *
  * Contributors: Christopher Frost
  *               Mike Keith
+ *               Juergen G. Kissner
  *    
  *******************************************************************************/
 
 	# Begin: page-specific settings.  Change these. 
 	$pageTitle 		= "Gemini DBAccess - Home";
 	$pageKeywords	= "Eclipse, EclipseRT, Gemini, OSGi, DBAccess, Home";
-	$pageAuthor		= "Mike Keith";
+	$pageAuthor		= "Juergen G. Kissner;
 			
 	ob_start();
 ?>
 	<div id="midcolumn">
 		<div class="logo"><h1>Gemini DBAccess</h1></div>
 		<p>
-			The Gemini DB Access project provides modularized distributions of JDBC drivers suitable for running in OSGi. 
-			While the list is currently fairly short, it is expected to grow as the needs of its users grow, and resources to implement 
+			The Gemini DB Access project provides modularized distributions of JDBC drivers 
+			suitable for running in OSGi. 
+			It exports a DataSourceFactory as an OSGi Service
+			so that client applications of the JDBC driver can import and access the features 
+			of the driver without having to package the driver as part of the application.
+			While the list is currently fairly short, it is expected to grow as the needs of 
+			its users grow, and resources to implement 
 			them increase.
 		</p>
+		<h4>Modularity</h4>
+		<p>
+		The Gemini DB Access project is packaged as a small number of separate and standalone modules. 
+		</p>
+		<h4>Independence</h4>
+		<p>		    
+		    Gemini DB Access  integrates with other modules of the
+			Gemini project, especially with Gemini JPA,
+			but it can also be consumed as individual module by
+			any OSGi application.
+		</p>
 		
 	</div>
 
@@ -41,7 +58,6 @@
 		<div class="sideitem">
 			<h6>Quick Links</h6>
 			<ul>
-				<li><a href="http://wiki.eclipse.org/Gemini">Gemini Wiki</a></li>
 				<li><a href="http://wiki.eclipse.org/Gemini/DBAccess">Gemini DBAccess Wiki</a></li>
 				<li><a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=153&">Gemini Forum</a></li>  
 				<li><a href="https://dev.eclipse.org/mailman/listinfo/gemini-dev">Developer Mailing List</a></li>