Correct display in the project summary:

The project summary page
http://www.eclipse.org/projects/project_summary.php?projectid=rt.gemini.dbaccess accessed gemini/dbaccess/about/index.php which caused strage visual effect (the footer of the dbaccess/about/index.php appeared in the middle of the summary page). The project summary page should now reference the new about.html
diff --git a/about/about.html b/about/about.html
new file mode 100644
index 0000000..116949f
--- /dev/null
+++ b/about/about.html
@@ -0,0 +1,5 @@
+<p>The Gemini DBAccess project is about providing modularized 
+access to JDBC resources. It exports a DataSourceFactory object 
+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.
\ No newline at end of file