You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by ti...@apache.org on 2012/08/08 09:46:19 UTC

svn commit: r1370686 [1/8] - in /incubator/vxquery/site: ./ vxquery-cli/ vxquery-core/ vxquery-core/jjdoc/ vxquery-xtest/

Author: tillw
Date: Wed Aug  8 07:46:18 2012
New Revision: 1370686

URL: http://svn.apache.org/viewvc?rev=1370686&view=rev
Log:
update project description

Modified:
    incubator/vxquery/site/index.html
    incubator/vxquery/site/issue-tracking.html
    incubator/vxquery/site/license.html
    incubator/vxquery/site/mail-lists.html
    incubator/vxquery/site/plugins.html
    incubator/vxquery/site/project-info.html
    incubator/vxquery/site/source-repository.html
    incubator/vxquery/site/team-list.html
    incubator/vxquery/site/vxquery-cli/dependencies.html
    incubator/vxquery/site/vxquery-cli/index.html
    incubator/vxquery/site/vxquery-cli/plugins.html
    incubator/vxquery/site/vxquery-cli/project-info.html
    incubator/vxquery/site/vxquery-cli/project-reports.html
    incubator/vxquery/site/vxquery-cli/rat-report.html
    incubator/vxquery/site/vxquery-core/dependencies.html
    incubator/vxquery/site/vxquery-core/findbugs.html
    incubator/vxquery/site/vxquery-core/index.html
    incubator/vxquery/site/vxquery-core/jjdoc/index.html
    incubator/vxquery/site/vxquery-core/missing-operators.html
    incubator/vxquery/site/vxquery-core/plugins.html
    incubator/vxquery/site/vxquery-core/project-info.html
    incubator/vxquery/site/vxquery-core/project-reports.html
    incubator/vxquery/site/vxquery-core/rat-report.html
    incubator/vxquery/site/vxquery-core/surefire-report.html
    incubator/vxquery/site/vxquery-xtest/dependencies.html
    incubator/vxquery/site/vxquery-xtest/index.html
    incubator/vxquery/site/vxquery-xtest/plugins.html
    incubator/vxquery/site/vxquery-xtest/project-info.html
    incubator/vxquery/site/vxquery-xtest/project-reports.html
    incubator/vxquery/site/vxquery-xtest/rat-report.html

Modified: incubator/vxquery/site/index.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/index.html?rev=1370686&r1=1370685&r2=1370686&view=diff
==============================================================================
--- incubator/vxquery/site/index.html (original)
+++ incubator/vxquery/site/index.html Wed Aug  8 07:46:18 2012
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jul 30, 2012 -->
+<!-- Generated by Apache Maven Doxia at Aug 8, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20120730" />
+    <meta name="Date-Revision-yyyymmdd" content="20120808" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -30,7 +30,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-07-30</span>
+        <span id="publishDate">Last Published: 2012-08-08</span>
                   &nbsp;| <span id="projectVersion">Version: 0.1-SNAPSHOT</span>
                       </div>
             <div class="xright">        
@@ -94,7 +94,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <!-- Licensed to the Apache Software Foundation (ASF) under one or more --><!-- contributor license agreements.  See the NOTICE file distributed with --><!-- this work for additional information regarding copyright ownership. --><!-- The ASF licenses this file to You under the Apache License, Version 2.0 --><!-- (the "License"); you may not use this file except in compliance with --><!-- the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, software --><!-- distributed under the License is distributed on an "AS IS" BASIS, --><!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --><!-- See the License for the specific language governing permissions and --><!-- limitations under the License. --><div class="section"><h2>Apache VXQuery<a name="Apache_VXQuery"></a></h2><p>Apache VXQuery (Versatile XQuery) will be 
 a standards compliant XML Query processor implemented in Java. We believe that there exists a strong (and growing) need to process semi-structured data in many applications. The W3C standardized v1.0 of the XML Query Language in early 2007. Since then, a few processors have surfaced (both commercial and open source). VXQuery will implement this standard.</p><p>VXQuery plans to be the glue that brings together imperative programming in Java and declarative programming in XQuery. The project would enable developers to use XQuery to navigate and transform application objects declaratively in Java applications with minimal overhead. In the VXQuery project we plan to build an implementation that allows users to run declarative XQueries on arbitrary object models. Existing XQuery engines execute queries by translating the user data into some form of XML Object model. With VXQuery, we take the opposing view - Translate the query to work natively on the user's object model. In addit
 ion, VXQuery works on top of different XML representations including DOM, Stax, and a space optimized model motivated by Xalan's DTM (Document Table Model). VXQuery will also provide a library that allows application developers to express declarative queries without the need to learn a new syntax. We believe that this will speed up the adoption process.</p><div class="section"><h3>Incubation Disclaimer<a name="Incubation_Disclaimer"></a></h3><p>Apache VXQuery is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache XMLBeans PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p>
 </div></div>
+        <!-- Licensed to the Apache Software Foundation (ASF) under one or more --><!-- contributor license agreements.  See the NOTICE file distributed with --><!-- this work for additional information regarding copyright ownership. --><!-- The ASF licenses this file to You under the Apache License, Version 2.0 --><!-- (the "License"); you may not use this file except in compliance with --><!-- the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, software --><!-- distributed under the License is distributed on an "AS IS" BASIS, --><!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --><!-- See the License for the specific language governing permissions and --><!-- limitations under the License. --><div class="section"><h2>Apache VXQuery<a name="Apache_VXQuery"></a></h2><p>Apache VXQuery (Versatile XQuery) will be 
 a standards compliant XML Query processor implemented in Java. The focus is on the evaluation of queries on large amounts of XML data. Specifially the goal is to evaluate queries on large collections of relatively small XML documents. To achieve this queries will be evaluated on a cluster of shared nothing machines.</p><p>There are lots of large colletions of relatively small documents like e.g. the EDGAR dataset [1] or the OpenStreetMap dataset. However there are no XQuery processors available today that are capable of handling these datasets and making this contained information accessible.</p><div class="section"><h3>Incubation Disclaimer<a name="Incubation_Disclaimer"></a></h3><p>Apache VXQuery is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache XMLBeans PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabil
 ized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></div></div>
       </div>
     </div>
     <div class="clear">

Modified: incubator/vxquery/site/issue-tracking.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/issue-tracking.html?rev=1370686&r1=1370685&r2=1370686&view=diff
==============================================================================
--- incubator/vxquery/site/issue-tracking.html (original)
+++ incubator/vxquery/site/issue-tracking.html Wed Aug  8 07:46:18 2012
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jul 30, 2012 -->
+<!-- Generated by Apache Maven Doxia at Aug 8, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20120730" />
+    <meta name="Date-Revision-yyyymmdd" content="20120808" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -30,7 +30,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-07-30</span>
+        <span id="publishDate">Last Published: 2012-08-08</span>
                   &nbsp;| <span id="projectVersion">Version: 0.1-SNAPSHOT</span>
                       </div>
             <div class="xright">        

Modified: incubator/vxquery/site/license.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/license.html?rev=1370686&r1=1370685&r2=1370686&view=diff
==============================================================================
--- incubator/vxquery/site/license.html (original)
+++ incubator/vxquery/site/license.html Wed Aug  8 07:46:18 2012
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jul 30, 2012 -->
+<!-- Generated by Apache Maven Doxia at Aug 8, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20120730" />
+    <meta name="Date-Revision-yyyymmdd" content="20120808" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -30,7 +30,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-07-30</span>
+        <span id="publishDate">Last Published: 2012-08-08</span>
                   &nbsp;| <span id="projectVersion">Version: 0.1-SNAPSHOT</span>
                       </div>
             <div class="xright">        

Modified: incubator/vxquery/site/mail-lists.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/mail-lists.html?rev=1370686&r1=1370685&r2=1370686&view=diff
==============================================================================
--- incubator/vxquery/site/mail-lists.html (original)
+++ incubator/vxquery/site/mail-lists.html Wed Aug  8 07:46:18 2012
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jul 30, 2012 -->
+<!-- Generated by Apache Maven Doxia at Aug 8, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20120730" />
+    <meta name="Date-Revision-yyyymmdd" content="20120808" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -30,7 +30,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-07-30</span>
+        <span id="publishDate">Last Published: 2012-08-08</span>
                   &nbsp;| <span id="projectVersion">Version: 0.1-SNAPSHOT</span>
                       </div>
             <div class="xright">        

Modified: incubator/vxquery/site/plugins.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/plugins.html?rev=1370686&r1=1370685&r2=1370686&view=diff
==============================================================================
--- incubator/vxquery/site/plugins.html (original)
+++ incubator/vxquery/site/plugins.html Wed Aug  8 07:46:18 2012
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jul 30, 2012 -->
+<!-- Generated by Apache Maven Doxia at Aug 8, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20120730" />
+    <meta name="Date-Revision-yyyymmdd" content="20120808" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -30,7 +30,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-07-30</span>
+        <span id="publishDate">Last Published: 2012-08-08</span>
                   &nbsp;| <span id="projectVersion">Version: 0.1-SNAPSHOT</span>
                       </div>
             <div class="xright">        

Modified: incubator/vxquery/site/project-info.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/project-info.html?rev=1370686&r1=1370685&r2=1370686&view=diff
==============================================================================
--- incubator/vxquery/site/project-info.html (original)
+++ incubator/vxquery/site/project-info.html Wed Aug  8 07:46:18 2012
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jul 30, 2012 -->
+<!-- Generated by Apache Maven Doxia at Aug 8, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20120730" />
+    <meta name="Date-Revision-yyyymmdd" content="20120808" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -30,7 +30,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-07-30</span>
+        <span id="publishDate">Last Published: 2012-08-08</span>
                   &nbsp;| <span id="projectVersion">Version: 0.1-SNAPSHOT</span>
                       </div>
             <div class="xright">        

Modified: incubator/vxquery/site/source-repository.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/source-repository.html?rev=1370686&r1=1370685&r2=1370686&view=diff
==============================================================================
--- incubator/vxquery/site/source-repository.html (original)
+++ incubator/vxquery/site/source-repository.html Wed Aug  8 07:46:18 2012
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jul 30, 2012 -->
+<!-- Generated by Apache Maven Doxia at Aug 8, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20120730" />
+    <meta name="Date-Revision-yyyymmdd" content="20120808" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -30,7 +30,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-07-30</span>
+        <span id="publishDate">Last Published: 2012-08-08</span>
                   &nbsp;| <span id="projectVersion">Version: 0.1-SNAPSHOT</span>
                       </div>
             <div class="xright">        

Modified: incubator/vxquery/site/team-list.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/team-list.html?rev=1370686&r1=1370685&r2=1370686&view=diff
==============================================================================
--- incubator/vxquery/site/team-list.html (original)
+++ incubator/vxquery/site/team-list.html Wed Aug  8 07:46:18 2012
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jul 30, 2012 -->
+<!-- Generated by Apache Maven Doxia at Aug 8, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20120730" />
+    <meta name="Date-Revision-yyyymmdd" content="20120808" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -30,7 +30,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-07-30</span>
+        <span id="publishDate">Last Published: 2012-08-08</span>
                   &nbsp;| <span id="projectVersion">Version: 0.1-SNAPSHOT</span>
                       </div>
             <div class="xright">        
@@ -94,7 +94,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>The Team<a name="The_Team"></a></h2><a name="The_Team"></a><p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p><p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p><div class="section"><h3>Members<a name="Members"></a></h3><a name="Members"></a><p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p><table border="0" class="bodyTable"><tr class="a"><th>Id</th><th>Name</th><th>Roles</th><th>Time Zone</th><th>Actual Time
  (GMT)</th></tr><tr class="b"><td><a name="pzf"></a>pzf</td><td>Paul Fremantle</td><td>Mentor</td><td>-</td><td><span id="developer-0">-</span></td></tr><tr class="a"><td><a name="radup"></a>radup</td><td>Radu Preotiuc</td><td>Mentor</td><td>-</td><td><span id="developer-1">-</span></td></tr><tr class="b"><td><a name="sanjiva"></a>sanjiva</td><td>Sanjiva Weerawarana</td><td>Mentor</td><td>-</td><td><span id="developer-2">-</span></td></tr><tr class="a"><td><a name="jochen"></a>jochen</td><td>Jochen Wiedmann</td><td>Mentor</td><td>-</td><td><span id="developer-3">-</span></td></tr><tr class="b"><td><a name="cezar"></a>cezar</td><td>Cezar Andrei</td><td>Project Manager, Architect, Champion</td><td>-6</td><td><span id="developer-4">-6</span></td></tr><tr class="a"><td><a name="vinayakb"></a>vinayakb</td><td>Vinayak Borkar</td><td>Project Manager, Architect</td><td>-8</td><td><span id="developer-5">-8</span></td></tr><tr class="b"><td><a name="dtabass"></a>dtabass</td><td>Michae
 l J. Carey</td><td>Architect</td><td>-8</td><td><span id="developer-6">-8</span></td></tr><tr class="a"><td><a name="prestonc"></a>prestonc</td><td>Preston Carman</td><td>Developer</td><td>-8</td><td><span id="developer-7">-8</span></td></tr><tr class="b"><td><a name="tillw"></a>tillw</td><td>Till Westmann</td><td>Project Manager, Architect</td><td>-8</td><td><span id="developer-8">-8</span></td></tr></table></div><div class="section"><h3>Contributors<a name="Contributors"></a></h3><a name="Contributors"></a><p>There are no contributors listed for this project. Please check back again later.</p><script type="text/javascript">
+        <div class="section"><h2>The Team<a name="The_Team"></a></h2><a name="The_Team"></a><p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p><p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p><div class="section"><h3>Members<a name="Members"></a></h3><a name="Members"></a><p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p><table border="0" class="bodyTable"><tr class="a"><th>Id</th><th>Name</th><th>Roles</th><th>Time Zone</th><th>Actual Time
  (GMT)</th></tr><tr class="b"><td><a name="jochen"></a>jochen</td><td>Jochen Wiedmann</td><td>Mentor</td><td>-</td><td><span id="developer-0">-</span></td></tr><tr class="a"><td><a name="radup"></a>radup</td><td>Radu Preotiuc</td><td>Mentor</td><td>-</td><td><span id="developer-1">-</span></td></tr><tr class="b"><td><a name="sanjiva"></a>sanjiva</td><td>Sanjiva Weerawarana</td><td>Mentor</td><td>-</td><td><span id="developer-2">-</span></td></tr><tr class="a"><td><a name="cezar"></a>cezar</td><td>Cezar Andrei</td><td>Project Manager, Architect, Champion</td><td>-6</td><td><span id="developer-3">-6</span></td></tr><tr class="b"><td><a name="vinayakb"></a>vinayakb</td><td>Vinayak Borkar</td><td>Project Manager, Architect</td><td>-8</td><td><span id="developer-4">-8</span></td></tr><tr class="a"><td><a name="dtabass"></a>dtabass</td><td>Michael J. Carey</td><td>Architect</td><td>-8</td><td><span id="developer-5">-8</span></td></tr><tr class="b"><td><a name="prestonc"></a>presto
 nc</td><td>Preston Carman</td><td>Developer</td><td>-8</td><td><span id="developer-6">-8</span></td></tr><tr class="a"><td><a name="tillw"></a>tillw</td><td>Till Westmann</td><td>Project Manager, Architect</td><td>-8</td><td><span id="developer-7">-8</span></td></tr></table></div><div class="section"><h3>Contributors<a name="Contributors"></a></h3><a name="Contributors"></a><p>There are no contributors listed for this project. Please check back again later.</p><script type="text/javascript">
 function offsetDate(id, offset) {
     var now = new Date();
     var nowTime = now.getTime();
@@ -106,11 +106,11 @@ function offsetDate(id, offset) {
 }
 
 function init(){
-    offsetDate('developer-4', '-6');
+    offsetDate('developer-3', '-6');
+    offsetDate('developer-4', '-8');
     offsetDate('developer-5', '-8');
     offsetDate('developer-6', '-8');
     offsetDate('developer-7', '-8');
-    offsetDate('developer-8', '-8');
 }
 
 window.onLoad = init();