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/22 06:03:37 UTC

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

Author: tillw
Date: Wed Aug 22 04:03:36 2012
New Revision: 1375889

URL: http://svn.apache.org/viewvc?rev=1375889&view=rev
Log:
update site with Preston's doc updates

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-functions.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=1375889&r1=1375888&r2=1375889&view=diff
==============================================================================
--- incubator/vxquery/site/index.html (original)
+++ incubator/vxquery/site/index.html Wed Aug 22 04:03:36 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 Aug 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Aug 21, 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="20120808" />
+    <meta name="Date-Revision-yyyymmdd" content="20120821" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -30,7 +30,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-08-08</span>
+        <span id="publishDate">Last Published: 2012-08-21</span>
                   &nbsp;| <span id="projectVersion">Version: 0.1-SNAPSHOT</span>
                       </div>
             <div class="xright">        
@@ -85,6 +85,12 @@
                           <a href="vxquery-cli/index.html" title="VXQuery CLI">VXQuery CLI</a>
             </li>
           </ul>
+                       <h5>For Developers</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="development_tips.html" title="Development Tips">Development Tips</a>
+            </li>
+          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
       </a>
@@ -94,7 +100,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 will be a standards complia
 nt 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 <a class="externalLink" href="http://www.sec.gov/info/edgar/ednews/dissemin.htm">EDGAR dataset</a> or the <a class="externalLink" href="http://wiki.openstreetmap.org/wiki/Download">OpenStreetMap dataset</a>. However there are no XQuery processors available today that are capable of processing these datasets in parallel and making the 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 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 will be a standards complia
 nt XML Query processor implemented in Java. The focus is on the evaluation of queries on large amounts of XML data. Specifically 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 collections of relatively small documents like e.g. the <a class="externalLink" href="http://www.sec.gov/info/edgar/ednews/dissemin.htm">EDGAR dataset</a> or the <a class="externalLink" href="http://wiki.openstreetmap.org/wiki/Download">OpenStreetMap dataset</a>. However there are no XQuery processors available today that are capable of processing these datasets in parallel and making the 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 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>
       </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=1375889&r1=1375888&r2=1375889&view=diff
==============================================================================
--- incubator/vxquery/site/issue-tracking.html (original)
+++ incubator/vxquery/site/issue-tracking.html Wed Aug 22 04:03:36 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 Aug 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Aug 21, 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="20120808" />
+    <meta name="Date-Revision-yyyymmdd" content="20120821" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -30,7 +30,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-08-08</span>
+        <span id="publishDate">Last Published: 2012-08-21</span>
                   &nbsp;| <span id="projectVersion">Version: 0.1-SNAPSHOT</span>
                       </div>
             <div class="xright">        
@@ -85,6 +85,12 @@
                           <a href="vxquery-cli/index.html" title="VXQuery CLI">VXQuery CLI</a>
             </li>
           </ul>
+                       <h5>For Developers</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="development_tips.html" title="Development Tips">Development Tips</a>
+            </li>
+          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
       </a>

Modified: incubator/vxquery/site/license.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/license.html?rev=1375889&r1=1375888&r2=1375889&view=diff
==============================================================================
--- incubator/vxquery/site/license.html (original)
+++ incubator/vxquery/site/license.html Wed Aug 22 04:03:36 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 Aug 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Aug 21, 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="20120808" />
+    <meta name="Date-Revision-yyyymmdd" content="20120821" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -30,7 +30,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-08-08</span>
+        <span id="publishDate">Last Published: 2012-08-21</span>
                   &nbsp;| <span id="projectVersion">Version: 0.1-SNAPSHOT</span>
                       </div>
             <div class="xright">        
@@ -85,6 +85,12 @@
                           <a href="vxquery-cli/index.html" title="VXQuery CLI">VXQuery CLI</a>
             </li>
           </ul>
+                       <h5>For Developers</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="development_tips.html" title="Development Tips">Development Tips</a>
+            </li>
+          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
       </a>

Modified: incubator/vxquery/site/mail-lists.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/mail-lists.html?rev=1375889&r1=1375888&r2=1375889&view=diff
==============================================================================
--- incubator/vxquery/site/mail-lists.html (original)
+++ incubator/vxquery/site/mail-lists.html Wed Aug 22 04:03:36 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 Aug 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Aug 21, 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="20120808" />
+    <meta name="Date-Revision-yyyymmdd" content="20120821" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -30,7 +30,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-08-08</span>
+        <span id="publishDate">Last Published: 2012-08-21</span>
                   &nbsp;| <span id="projectVersion">Version: 0.1-SNAPSHOT</span>
                       </div>
             <div class="xright">        
@@ -85,6 +85,12 @@
                           <a href="vxquery-cli/index.html" title="VXQuery CLI">VXQuery CLI</a>
             </li>
           </ul>
+                       <h5>For Developers</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="development_tips.html" title="Development Tips">Development Tips</a>
+            </li>
+          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
       </a>

Modified: incubator/vxquery/site/plugins.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/plugins.html?rev=1375889&r1=1375888&r2=1375889&view=diff
==============================================================================
--- incubator/vxquery/site/plugins.html (original)
+++ incubator/vxquery/site/plugins.html Wed Aug 22 04:03:36 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 Aug 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Aug 21, 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="20120808" />
+    <meta name="Date-Revision-yyyymmdd" content="20120821" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -30,7 +30,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-08-08</span>
+        <span id="publishDate">Last Published: 2012-08-21</span>
                   &nbsp;| <span id="projectVersion">Version: 0.1-SNAPSHOT</span>
                       </div>
             <div class="xright">        
@@ -85,6 +85,12 @@
                           <a href="vxquery-cli/index.html" title="VXQuery CLI">VXQuery CLI</a>
             </li>
           </ul>
+                       <h5>For Developers</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="development_tips.html" title="Development Tips">Development Tips</a>
+            </li>
+          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
       </a>

Modified: incubator/vxquery/site/project-info.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/project-info.html?rev=1375889&r1=1375888&r2=1375889&view=diff
==============================================================================
--- incubator/vxquery/site/project-info.html (original)
+++ incubator/vxquery/site/project-info.html Wed Aug 22 04:03:36 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 Aug 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Aug 21, 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="20120808" />
+    <meta name="Date-Revision-yyyymmdd" content="20120821" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -30,7 +30,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-08-08</span>
+        <span id="publishDate">Last Published: 2012-08-21</span>
                   &nbsp;| <span id="projectVersion">Version: 0.1-SNAPSHOT</span>
                       </div>
             <div class="xright">        
@@ -85,6 +85,12 @@
                           <a href="vxquery-cli/index.html" title="VXQuery CLI">VXQuery CLI</a>
             </li>
           </ul>
+                       <h5>For Developers</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="development_tips.html" title="Development Tips">Development Tips</a>
+            </li>
+          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
       </a>

Modified: incubator/vxquery/site/source-repository.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/source-repository.html?rev=1375889&r1=1375888&r2=1375889&view=diff
==============================================================================
--- incubator/vxquery/site/source-repository.html (original)
+++ incubator/vxquery/site/source-repository.html Wed Aug 22 04:03:36 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 Aug 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Aug 21, 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="20120808" />
+    <meta name="Date-Revision-yyyymmdd" content="20120821" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -30,7 +30,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-08-08</span>
+        <span id="publishDate">Last Published: 2012-08-21</span>
                   &nbsp;| <span id="projectVersion">Version: 0.1-SNAPSHOT</span>
                       </div>
             <div class="xright">        
@@ -85,6 +85,12 @@
                           <a href="vxquery-cli/index.html" title="VXQuery CLI">VXQuery CLI</a>
             </li>
           </ul>
+                       <h5>For Developers</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="development_tips.html" title="Development Tips">Development Tips</a>
+            </li>
+          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
       </a>

Modified: incubator/vxquery/site/team-list.html
URL: http://svn.apache.org/viewvc/incubator/vxquery/site/team-list.html?rev=1375889&r1=1375888&r2=1375889&view=diff
==============================================================================
--- incubator/vxquery/site/team-list.html (original)
+++ incubator/vxquery/site/team-list.html Wed Aug 22 04:03:36 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 Aug 8, 2012 -->
+<!-- Generated by Apache Maven Doxia at Aug 21, 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="20120808" />
+    <meta name="Date-Revision-yyyymmdd" content="20120821" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -30,7 +30,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-08-08</span>
+        <span id="publishDate">Last Published: 2012-08-21</span>
                   &nbsp;| <span id="projectVersion">Version: 0.1-SNAPSHOT</span>
                       </div>
             <div class="xright">        
@@ -85,6 +85,12 @@
                           <a href="vxquery-cli/index.html" title="VXQuery CLI">VXQuery CLI</a>
             </li>
           </ul>
+                       <h5>For Developers</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="development_tips.html" title="Development Tips">Development Tips</a>
+            </li>
+          </ul>
                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
       </a>