You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by pr...@apache.org on 2015/07/16 19:22:37 UTC

svn commit: r1691424 [1/6] - in /vxquery/site: ./ vxquery-benchmark/ vxquery-cli/ vxquery-core/ vxquery-core/jjdoc/ vxquery-server/ vxquery-xtest/

Author: prestonc
Date: Thu Jul 16 17:22:36 2015
New Revision: 1691424

URL: http://svn.apache.org/r1691424
Log:
updated site

Added:
    vxquery/site/development_contribution.html
    vxquery/site/development_site_update.html
    vxquery/site/development_xml_document.html
    vxquery/site/user_cluster_installation.html
Modified:
    vxquery/site/developer_get_started.html
    vxquery/site/development_benchmarks.html
    vxquery/site/development_data_handling.html
    vxquery/site/development_eclipse_setup.html
    vxquery/site/development_release.html
    vxquery/site/development_update_xqts_results.html
    vxquery/site/development_xml_node_details.html
    vxquery/site/index.html
    vxquery/site/issue-tracking.html
    vxquery/site/license.html
    vxquery/site/mail-lists.html
    vxquery/site/plugins.html
    vxquery/site/project-info.html
    vxquery/site/project-reports.html
    vxquery/site/rat-report.html
    vxquery/site/source-repository.html
    vxquery/site/team-list.html
    vxquery/site/user_get_started.html
    vxquery/site/user_installation.html
    vxquery/site/user_query.html
    vxquery/site/user_running_tests.html
    vxquery/site/vxquery-benchmark/dependencies.html
    vxquery/site/vxquery-benchmark/index.html
    vxquery/site/vxquery-benchmark/plugins.html
    vxquery/site/vxquery-benchmark/project-info.html
    vxquery/site/vxquery-benchmark/project-reports.html
    vxquery/site/vxquery-benchmark/rat-report.html
    vxquery/site/vxquery-cli/dependencies.html
    vxquery/site/vxquery-cli/index.html
    vxquery/site/vxquery-cli/plugins.html
    vxquery/site/vxquery-cli/project-info.html
    vxquery/site/vxquery-cli/project-reports.html
    vxquery/site/vxquery-cli/rat-report.html
    vxquery/site/vxquery-core/dependencies.html
    vxquery/site/vxquery-core/index.html
    vxquery/site/vxquery-core/jjdoc/index.html
    vxquery/site/vxquery-core/missing-functions.html
    vxquery/site/vxquery-core/missing-operators.html
    vxquery/site/vxquery-core/plugins.html
    vxquery/site/vxquery-core/project-info.html
    vxquery/site/vxquery-core/project-reports.html
    vxquery/site/vxquery-core/rat-report.html
    vxquery/site/vxquery-core/surefire-report.html
    vxquery/site/vxquery-server/dependencies.html
    vxquery/site/vxquery-server/index.html
    vxquery/site/vxquery-server/plugins.html
    vxquery/site/vxquery-server/project-info.html
    vxquery/site/vxquery-server/project-reports.html
    vxquery/site/vxquery-server/rat-report.html
    vxquery/site/vxquery-xtest/dependencies.html
    vxquery/site/vxquery-xtest/index.html
    vxquery/site/vxquery-xtest/plugins.html
    vxquery/site/vxquery-xtest/project-info.html
    vxquery/site/vxquery-xtest/project-reports.html
    vxquery/site/vxquery-xtest/rat-report.html

Modified: vxquery/site/developer_get_started.html
URL: http://svn.apache.org/viewvc/vxquery/site/developer_get_started.html?rev=1691424&r1=1691423&r2=1691424&view=diff
==============================================================================
--- vxquery/site/developer_get_started.html (original)
+++ vxquery/site/developer_get_started.html Thu Jul 16 17:22:36 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-04-04 
+ | Generated by Apache Maven Doxia at 2015-07-16 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150404" />
+    <meta name="Date-Revision-yyyymmdd" content="20150716" />
     <meta http-equiv="Content-Language" content="en" />
     <title>VXQuery - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -41,7 +41,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-04-04
+                  <li id="publishDate">Last Published: 2015-07-16
                       <span class="divider">|</span>
                    </li>
                   <li id="projectVersion">Version: 0.5
@@ -115,6 +115,13 @@
                 
       <li>
   
+                          <a href="user_cluster_installation.html" title="Cluster Installation">
+          <i class="none"></i>
+        Cluster Installation</a>
+            </li>
+                
+      <li>
+  
                           <a href="user_query.html" title="Executing a Query">
           <i class="none"></i>
         Executing a Query</a>
@@ -135,6 +142,13 @@
                 
       <li>
   
+                          <a href="development_contribution.html" title="Contributing Code">
+          <i class="none"></i>
+        Contributing Code</a>
+            </li>
+                
+      <li>
+  
                           <a href="development_data_handling.html" title="Data Handling">
           <i class="none"></i>
         Data Handling</a>
@@ -142,9 +156,16 @@
                 
       <li>
   
-                          <a href="development_xml_node_details.html" title="Data XML and Node Types">
+                          <a href="development_xml_node_details.html" title="XML Data and Node Types">
           <i class="none"></i>
-        Data XML and Node Types</a>
+        XML Data and Node Types</a>
+            </li>
+                
+      <li>
+  
+                          <a href="development_xml_document.html" title="XML Data Model Example">
+          <i class="none"></i>
+        XML Data Model Example</a>
             </li>
                 
       <li>
@@ -162,6 +183,13 @@
             </li>
                 
       <li>
+  
+                          <a href="development_site_update.html" title="Site Update Steps">
+          <i class="none"></i>
+        Site Update Steps</a>
+            </li>
+                
+      <li>
   
                           <a href="development_update_xqts_results.html" title="Update Local Git XQTS Results">
           <i class="none"></i>

Modified: vxquery/site/development_benchmarks.html
URL: http://svn.apache.org/viewvc/vxquery/site/development_benchmarks.html?rev=1691424&r1=1691423&r2=1691424&view=diff
==============================================================================
--- vxquery/site/development_benchmarks.html (original)
+++ vxquery/site/development_benchmarks.html Thu Jul 16 17:22:36 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-04-04 
+ | Generated by Apache Maven Doxia at 2015-07-16 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150404" />
+    <meta name="Date-Revision-yyyymmdd" content="20150716" />
     <meta http-equiv="Content-Language" content="en" />
     <title>VXQuery - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -41,7 +41,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-04-04
+                  <li id="publishDate">Last Published: 2015-07-16
                       <span class="divider">|</span>
                    </li>
                   <li id="projectVersion">Version: 0.5
@@ -115,6 +115,13 @@
                 
       <li>
   
+                          <a href="user_cluster_installation.html" title="Cluster Installation">
+          <i class="none"></i>
+        Cluster Installation</a>
+            </li>
+                
+      <li>
+  
                           <a href="user_query.html" title="Executing a Query">
           <i class="none"></i>
         Executing a Query</a>
@@ -137,6 +144,13 @@
                 
       <li>
   
+                          <a href="development_contribution.html" title="Contributing Code">
+          <i class="none"></i>
+        Contributing Code</a>
+            </li>
+                
+      <li>
+  
                           <a href="development_data_handling.html" title="Data Handling">
           <i class="none"></i>
         Data Handling</a>
@@ -144,9 +158,16 @@
                 
       <li>
   
-                          <a href="development_xml_node_details.html" title="Data XML and Node Types">
+                          <a href="development_xml_node_details.html" title="XML Data and Node Types">
           <i class="none"></i>
-        Data XML and Node Types</a>
+        XML Data and Node Types</a>
+            </li>
+                
+      <li>
+  
+                          <a href="development_xml_document.html" title="XML Data Model Example">
+          <i class="none"></i>
+        XML Data Model Example</a>
             </li>
                 
       <li>
@@ -164,6 +185,13 @@
             </li>
                 
       <li>
+  
+                          <a href="development_site_update.html" title="Site Update Steps">
+          <i class="none"></i>
+        Site Update Steps</a>
+            </li>
+                
+      <li>
   
                           <a href="development_update_xqts_results.html" title="Update Local Git XQTS Results">
           <i class="none"></i>

Added: vxquery/site/development_contribution.html
URL: http://svn.apache.org/viewvc/vxquery/site/development_contribution.html?rev=1691424&view=auto
==============================================================================
--- vxquery/site/development_contribution.html (added)
+++ vxquery/site/development_contribution.html Thu Jul 16 17:22:36 2015
@@ -0,0 +1,348 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2015-07-16 
+ | Rendered using Apache Maven Fluido Skin 1.3.1
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20150716" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>VXQuery - </title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.3.1.min.js"></script>
+
+    
+                  </head>
+        <body class="topBarDisabled">
+          
+        
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="./" id="bannerLeft">
+                                                                                                <img src="images/VXQuery.png"  alt="VXQuery"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a href="http://www.apache.org/" id="bannerRight">
+                                                                                                <img src="images/asf_logo_wide.png"  alt="Apache Software Foundation"/>
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                  <li id="publishDate">Last Published: 2015-07-16
+                      <span class="divider">|</span>
+                   </li>
+                  <li id="projectVersion">Version: 0.5
+                      </li>
+                      
+                
+                    
+      
+                            </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span3">
+          <div class="well sidebar-nav">
+                
+                    
+                <ul class="nav nav-list">
+                    <li class="nav-header">Apache Software Foundation</li>
+                              
+      <li>
+  
+                          <a href="http://www.apache.org/" class="externalLink" title="Home">
+          <i class="none"></i>
+        Home</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Donate">
+          <i class="none"></i>
+        Donate</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
+          <i class="none"></i>
+        Thanks</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">
+          <i class="none"></i>
+        Security</a>
+            </li>
+                              <li class="nav-header">Get VXQuery</li>
+                              
+      <li>
+  
+                          <a href="http://www.apache.org/dyn/closer.cgi/vxquery/" class="externalLink" title="Download">
+          <i class="none"></i>
+        Download</a>
+            </li>
+                              <li class="nav-header">For Users</li>
+                              
+      <li>
+  
+                          <a href="user_get_started.html" title="Get Started">
+          <i class="none"></i>
+        Get Started</a>
+            </li>
+                
+      <li>
+  
+                          <a href="user_installation.html" title="Installation">
+          <i class="none"></i>
+        Installation</a>
+            </li>
+                
+      <li>
+  
+                          <a href="user_cluster_installation.html" title="Cluster Installation">
+          <i class="none"></i>
+        Cluster Installation</a>
+            </li>
+                
+      <li>
+  
+                          <a href="user_query.html" title="Executing a Query">
+          <i class="none"></i>
+        Executing a Query</a>
+            </li>
+                
+      <li>
+  
+                          <a href="user_running_tests.html" title="Running the Test Suite">
+          <i class="none"></i>
+        Running the Test Suite</a>
+            </li>
+                              <li class="nav-header">For Developers</li>
+                              
+      <li>
+  
+                          <a href="developer_get_started.html" title="Get Started">
+          <i class="none"></i>
+        Get Started</a>
+            </li>
+                
+      <li class="active">
+  
+            <a href="#"><i class="none"></i>Contributing Code</a>
+          </li>
+                
+      <li>
+  
+                          <a href="development_data_handling.html" title="Data Handling">
+          <i class="none"></i>
+        Data Handling</a>
+            </li>
+                
+      <li>
+  
+                          <a href="development_xml_node_details.html" title="XML Data and Node Types">
+          <i class="none"></i>
+        XML Data and Node Types</a>
+            </li>
+                
+      <li>
+  
+                          <a href="development_xml_document.html" title="XML Data Model Example">
+          <i class="none"></i>
+        XML Data Model Example</a>
+            </li>
+                
+      <li>
+  
+                          <a href="development_eclipse_setup.html" title="Eclipse Setup">
+          <i class="none"></i>
+        Eclipse Setup</a>
+            </li>
+                
+      <li>
+  
+                          <a href="development_release.html" title="Release Steps">
+          <i class="none"></i>
+        Release Steps</a>
+            </li>
+                
+      <li>
+  
+                          <a href="development_site_update.html" title="Site Update Steps">
+          <i class="none"></i>
+        Site Update Steps</a>
+            </li>
+                
+      <li>
+  
+                          <a href="development_update_xqts_results.html" title="Update Local Git XQTS Results">
+          <i class="none"></i>
+        Update Local Git XQTS Results</a>
+            </li>
+                              <li class="nav-header">Project Documentation</li>
+                                                                                                                                                                                            
+      <li>
+  
+                          <a href="project-info.html" title="Project Information">
+          <i class="icon-chevron-right"></i>
+        Project Information</a>
+                  </li>
+                                                                                                      
+      <li>
+  
+                          <a href="project-reports.html" title="Project Reports">
+          <i class="icon-chevron-right"></i>
+        Project Reports</a>
+                  </li>
+                              <li class="nav-header">Modules</li>
+                              
+      <li>
+  
+                          <a href="vxquery-core/index.html" title="VXQuery Core">
+          <i class="none"></i>
+        VXQuery Core</a>
+            </li>
+                
+      <li>
+  
+                          <a href="vxquery-server/index.html" title="VXQuery Server">
+          <i class="none"></i>
+        VXQuery Server</a>
+            </li>
+                
+      <li>
+  
+                          <a href="vxquery-cli/index.html" title="VXQuery CLI">
+          <i class="none"></i>
+        VXQuery CLI</a>
+            </li>
+                
+      <li>
+  
+                          <a href="vxquery-xtest/index.html" title="VXQuery XTest">
+          <i class="none"></i>
+        VXQuery XTest</a>
+            </li>
+                
+      <li>
+  
+                          <a href="vxquery-benchmark/index.html" title="VXQuery Benchmark">
+          <i class="none"></i>
+        VXQuery Benchmark</a>
+            </li>
+            </ul>
+                
+                    
+                
+          <hr />
+
+           <div id="poweredBy">
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                  </div>
+          </div>
+        </div>
+        
+                
+        <div id="bodyColumn"  class="span9" >
+                                  
+            <!-- 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>Contributing Code<a name="Contributing_Code"></a></h2>
+<p>The following steps outline how to submit code to the VXQuery community for inclusion. Please read the Developer <a class="externalLink" href="http://vxquery.apache.org/developer_get_started.html">Get Started</a> Guide to answer question about getting start as a developer. VXQuery community supports two methods for contributing code to the project.</p>
+<ol style="list-style-type: decimal">
+<li><b>Submit a patch file to an open VXQuery issue.</b>
+<p>This method works well for small bug fixes.</p></li>
+<li><b>Create a pull request in github.</b>
+<p>The pull request will allow the community to give the developer (you) feedback and support in creating a quality submission. The following steps outline the github pull request process for the VXQuery community.</p></li></ol>
+<div class="section">
+<h3>Github Pull Request Process<a name="Github_Pull_Request_Process"></a></h3>
+<div class="section">
+<h4>Developer<a name="Developer"></a></h4>
+<ul>
+<li>Pre-contribution steps to follow.
+<ul>
+<li><a class="externalLink" href="http://vxquery.apache.org/user_get_started.html">Community steps</a>.</li>
+<li><a class="externalLink" href="http://vxquery.apache.org/developer_get_started.html">Developer steps</a>.</li>
+<li>Create a <a class="externalLink" href="https://github.com/">github</a> account.</li></ul></li>
+<li>Create a github fork of <a class="externalLink" href="https://github.com/apache/vxquery">Apache VXQuery</a> project.
+<p>Go to <a class="externalLink" href="https://github.com/apache/vxquery">Apache VXQuery</a> github mirror. Create a fork by clicking on the fork button. Then clone the fork to your local machine for development.</p></li>
+<li>Create a branch for your changes.
+<p>VXQuery uses the following convention when creating a branch: authors_username/topic_or_issue (examples: prestonc/vxquery_142 or tillw/group_by_clause). The following branch name helps keep branches separated and keeps it easy to determine the author and topic.</p></li>
+<li>Make the change.
+<p>:-)</p></li>
+<li>Add new tests. (optional)
+<p>If the change is not covered in the XQTS, please create a new test in the VXQuery test suite to cover the code changes made to VXQuery.</p></li>
+<li>Test your changes.
+<p>Once the change is ready, test the branch against known passing Apache VXQuery tests. The patch must not break any of the existing test suites, either the VXQuery or currently passing XQTS.</p>
+<ul>
+<li><a class="externalLink" href="http://vxquery.apache.org/user_running_tests.html"> Run the Test Suites</a></li>
+<li><a class="externalLink" href="http://vxquery.apache.org/development_update_xqts_results.html">Update Passing Tests</a></li></ul></li>
+<li>Clean up your code.
+<p>Remove an extra debug code and verify the patch only includes code for the change.</p></li>
+<li>Create a github Pull Request.
+<p>Once the work has been tested, a pull request can be created for the change branch. Please use the Apache VXQuery master as branch to compare the change branch. The branch should be up-to-date with the lastest Apache VXQuery master branch.</p></li>
+<li>Post your Pull Request.
+<p>Post the Pull Request to the mailing list or issue to allow the VXQuery community to give feedback on the change. At least one other member of the community should review the change. If there is any feedback, address this and repeat the posting process.</p></li></ul></div>
+<div class="section">
+<h4>Code Reviewer<a name="Code_Reviewer"></a></h4>
+<ul>
+<li>Review the Pull Request.
+<p>Post inline or global comments for the developer. Be polite in your suggestions. Guide the developer to bring the code up to VXQuery's code standards.</p></li>
+<li>Double check the VXQuery and XQTS tests.</li></ul></div>
+<div class="section">
+<h4>VXQuery Committer (author or sponsor of the change)<a name="VXQuery_Committer_author_or_sponsor_of_the_change"></a></h4>
+<p>The VXQuery committer will be responsible for the change made to the ASF git repository. While they do not need to be the author, the committer should have some understanding of the change they are pushing on to the repository. Often the committer will also be the reviewer for non-committer changes.</p>
+<ul>
+<li>Double check the VXQuery and XQTS tests.</li>
+<li>Merge the change with ASF master.
+<p>When merging the change, do not rebase. Instead do a single merge commit into Apache VXQuery master.</p></li></ul></div></div></div>
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+                      <div class="row-fluid">
+                              <p >Copyright &copy;                    2015
+                        <a href="http://www.apache.org/">Apache Software Foundation</a>.
+            All rights reserved.      
+                    
+      </p>
+        </div>
+
+                                                                  
+<div class="row-fluid">Apache VXQuery, VXQuery, Apache, the Apache
+                feather logo, and the Apache VXQuery project logo are either
+                registered trademarks or trademarks of The Apache Software
+                Foundation in the United States and other countries.
+                All other marks mentioned may be trademarks or registered
+                trademarks of their respective owners.</div>
+                  
+        
+                </div>
+    </footer>
+        </body>
+</html>

Modified: vxquery/site/development_data_handling.html
URL: http://svn.apache.org/viewvc/vxquery/site/development_data_handling.html?rev=1691424&r1=1691423&r2=1691424&view=diff
==============================================================================
--- vxquery/site/development_data_handling.html (original)
+++ vxquery/site/development_data_handling.html Thu Jul 16 17:22:36 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-04-04 
+ | Generated by Apache Maven Doxia at 2015-07-16 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150404" />
+    <meta name="Date-Revision-yyyymmdd" content="20150716" />
     <meta http-equiv="Content-Language" content="en" />
     <title>VXQuery - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -41,7 +41,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-04-04
+                  <li id="publishDate">Last Published: 2015-07-16
                       <span class="divider">|</span>
                    </li>
                   <li id="projectVersion">Version: 0.5
@@ -115,6 +115,13 @@
                 
       <li>
   
+                          <a href="user_cluster_installation.html" title="Cluster Installation">
+          <i class="none"></i>
+        Cluster Installation</a>
+            </li>
+                
+      <li>
+  
                           <a href="user_query.html" title="Executing a Query">
           <i class="none"></i>
         Executing a Query</a>
@@ -135,6 +142,13 @@
         Get Started</a>
             </li>
                 
+      <li>
+  
+                          <a href="development_contribution.html" title="Contributing Code">
+          <i class="none"></i>
+        Contributing Code</a>
+            </li>
+                
       <li class="active">
   
             <a href="#"><i class="none"></i>Data Handling</a>
@@ -142,9 +156,16 @@
                 
       <li>
   
-                          <a href="development_xml_node_details.html" title="Data XML and Node Types">
+                          <a href="development_xml_node_details.html" title="XML Data and Node Types">
           <i class="none"></i>
-        Data XML and Node Types</a>
+        XML Data and Node Types</a>
+            </li>
+                
+      <li>
+  
+                          <a href="development_xml_document.html" title="XML Data Model Example">
+          <i class="none"></i>
+        XML Data Model Example</a>
             </li>
                 
       <li>
@@ -162,6 +183,13 @@
             </li>
                 
       <li>
+  
+                          <a href="development_site_update.html" title="Site Update Steps">
+          <i class="none"></i>
+        Site Update Steps</a>
+            </li>
+                
+      <li>
   
                           <a href="development_update_xqts_results.html" title="Update Local Git XQTS Results">
           <i class="none"></i>

Modified: vxquery/site/development_eclipse_setup.html
URL: http://svn.apache.org/viewvc/vxquery/site/development_eclipse_setup.html?rev=1691424&r1=1691423&r2=1691424&view=diff
==============================================================================
--- vxquery/site/development_eclipse_setup.html (original)
+++ vxquery/site/development_eclipse_setup.html Thu Jul 16 17:22:36 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-04-04 
+ | Generated by Apache Maven Doxia at 2015-07-16 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150404" />
+    <meta name="Date-Revision-yyyymmdd" content="20150716" />
     <meta http-equiv="Content-Language" content="en" />
     <title>VXQuery - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -41,7 +41,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-04-04
+                  <li id="publishDate">Last Published: 2015-07-16
                       <span class="divider">|</span>
                    </li>
                   <li id="projectVersion">Version: 0.5
@@ -115,6 +115,13 @@
                 
       <li>
   
+                          <a href="user_cluster_installation.html" title="Cluster Installation">
+          <i class="none"></i>
+        Cluster Installation</a>
+            </li>
+                
+      <li>
+  
                           <a href="user_query.html" title="Executing a Query">
           <i class="none"></i>
         Executing a Query</a>
@@ -137,6 +144,13 @@
                 
       <li>
   
+                          <a href="development_contribution.html" title="Contributing Code">
+          <i class="none"></i>
+        Contributing Code</a>
+            </li>
+                
+      <li>
+  
                           <a href="development_data_handling.html" title="Data Handling">
           <i class="none"></i>
         Data Handling</a>
@@ -144,9 +158,16 @@
                 
       <li>
   
-                          <a href="development_xml_node_details.html" title="Data XML and Node Types">
+                          <a href="development_xml_node_details.html" title="XML Data and Node Types">
           <i class="none"></i>
-        Data XML and Node Types</a>
+        XML Data and Node Types</a>
+            </li>
+                
+      <li>
+  
+                          <a href="development_xml_document.html" title="XML Data Model Example">
+          <i class="none"></i>
+        XML Data Model Example</a>
             </li>
                 
       <li class="active">
@@ -162,6 +183,13 @@
             </li>
                 
       <li>
+  
+                          <a href="development_site_update.html" title="Site Update Steps">
+          <i class="none"></i>
+        Site Update Steps</a>
+            </li>
+                
+      <li>
   
                           <a href="development_update_xqts_results.html" title="Update Local Git XQTS Results">
           <i class="none"></i>

Modified: vxquery/site/development_release.html
URL: http://svn.apache.org/viewvc/vxquery/site/development_release.html?rev=1691424&r1=1691423&r2=1691424&view=diff
==============================================================================
--- vxquery/site/development_release.html (original)
+++ vxquery/site/development_release.html Thu Jul 16 17:22:36 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-04-04 
+ | Generated by Apache Maven Doxia at 2015-07-16 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150404" />
+    <meta name="Date-Revision-yyyymmdd" content="20150716" />
     <meta http-equiv="Content-Language" content="en" />
     <title>VXQuery - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -41,7 +41,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-04-04
+                  <li id="publishDate">Last Published: 2015-07-16
                       <span class="divider">|</span>
                    </li>
                   <li id="projectVersion">Version: 0.5
@@ -115,6 +115,13 @@
                 
       <li>
   
+                          <a href="user_cluster_installation.html" title="Cluster Installation">
+          <i class="none"></i>
+        Cluster Installation</a>
+            </li>
+                
+      <li>
+  
                           <a href="user_query.html" title="Executing a Query">
           <i class="none"></i>
         Executing a Query</a>
@@ -137,6 +144,13 @@
                 
       <li>
   
+                          <a href="development_contribution.html" title="Contributing Code">
+          <i class="none"></i>
+        Contributing Code</a>
+            </li>
+                
+      <li>
+  
                           <a href="development_data_handling.html" title="Data Handling">
           <i class="none"></i>
         Data Handling</a>
@@ -144,9 +158,16 @@
                 
       <li>
   
-                          <a href="development_xml_node_details.html" title="Data XML and Node Types">
+                          <a href="development_xml_node_details.html" title="XML Data and Node Types">
           <i class="none"></i>
-        Data XML and Node Types</a>
+        XML Data and Node Types</a>
+            </li>
+                
+      <li>
+  
+                          <a href="development_xml_document.html" title="XML Data Model Example">
+          <i class="none"></i>
+        XML Data Model Example</a>
             </li>
                 
       <li>
@@ -163,6 +184,13 @@
                 
       <li>
   
+                          <a href="development_site_update.html" title="Site Update Steps">
+          <i class="none"></i>
+        Site Update Steps</a>
+            </li>
+                
+      <li>
+  
                           <a href="development_update_xqts_results.html" title="Update Local Git XQTS Results">
           <i class="none"></i>
         Update Local Git XQTS Results</a>

Added: vxquery/site/development_site_update.html
URL: http://svn.apache.org/viewvc/vxquery/site/development_site_update.html?rev=1691424&view=auto
==============================================================================
--- vxquery/site/development_site_update.html (added)
+++ vxquery/site/development_site_update.html Thu Jul 16 17:22:36 2015
@@ -0,0 +1,311 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2015-07-16 
+ | Rendered using Apache Maven Fluido Skin 1.3.1
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20150716" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>VXQuery - </title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.3.1.min.js"></script>
+
+    
+                  </head>
+        <body class="topBarDisabled">
+          
+        
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="./" id="bannerLeft">
+                                                                                                <img src="images/VXQuery.png"  alt="VXQuery"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a href="http://www.apache.org/" id="bannerRight">
+                                                                                                <img src="images/asf_logo_wide.png"  alt="Apache Software Foundation"/>
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                  <li id="publishDate">Last Published: 2015-07-16
+                      <span class="divider">|</span>
+                   </li>
+                  <li id="projectVersion">Version: 0.5
+                      </li>
+                      
+                
+                    
+      
+                            </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span3">
+          <div class="well sidebar-nav">
+                
+                    
+                <ul class="nav nav-list">
+                    <li class="nav-header">Apache Software Foundation</li>
+                              
+      <li>
+  
+                          <a href="http://www.apache.org/" class="externalLink" title="Home">
+          <i class="none"></i>
+        Home</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Donate">
+          <i class="none"></i>
+        Donate</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
+          <i class="none"></i>
+        Thanks</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">
+          <i class="none"></i>
+        Security</a>
+            </li>
+                              <li class="nav-header">Get VXQuery</li>
+                              
+      <li>
+  
+                          <a href="http://www.apache.org/dyn/closer.cgi/vxquery/" class="externalLink" title="Download">
+          <i class="none"></i>
+        Download</a>
+            </li>
+                              <li class="nav-header">For Users</li>
+                              
+      <li>
+  
+                          <a href="user_get_started.html" title="Get Started">
+          <i class="none"></i>
+        Get Started</a>
+            </li>
+                
+      <li>
+  
+                          <a href="user_installation.html" title="Installation">
+          <i class="none"></i>
+        Installation</a>
+            </li>
+                
+      <li>
+  
+                          <a href="user_cluster_installation.html" title="Cluster Installation">
+          <i class="none"></i>
+        Cluster Installation</a>
+            </li>
+                
+      <li>
+  
+                          <a href="user_query.html" title="Executing a Query">
+          <i class="none"></i>
+        Executing a Query</a>
+            </li>
+                
+      <li>
+  
+                          <a href="user_running_tests.html" title="Running the Test Suite">
+          <i class="none"></i>
+        Running the Test Suite</a>
+            </li>
+                              <li class="nav-header">For Developers</li>
+                              
+      <li>
+  
+                          <a href="developer_get_started.html" title="Get Started">
+          <i class="none"></i>
+        Get Started</a>
+            </li>
+                
+      <li>
+  
+                          <a href="development_contribution.html" title="Contributing Code">
+          <i class="none"></i>
+        Contributing Code</a>
+            </li>
+                
+      <li>
+  
+                          <a href="development_data_handling.html" title="Data Handling">
+          <i class="none"></i>
+        Data Handling</a>
+            </li>
+                
+      <li>
+  
+                          <a href="development_xml_node_details.html" title="XML Data and Node Types">
+          <i class="none"></i>
+        XML Data and Node Types</a>
+            </li>
+                
+      <li>
+  
+                          <a href="development_xml_document.html" title="XML Data Model Example">
+          <i class="none"></i>
+        XML Data Model Example</a>
+            </li>
+                
+      <li>
+  
+                          <a href="development_eclipse_setup.html" title="Eclipse Setup">
+          <i class="none"></i>
+        Eclipse Setup</a>
+            </li>
+                
+      <li>
+  
+                          <a href="development_release.html" title="Release Steps">
+          <i class="none"></i>
+        Release Steps</a>
+            </li>
+                
+      <li class="active">
+  
+            <a href="#"><i class="none"></i>Site Update Steps</a>
+          </li>
+                
+      <li>
+  
+                          <a href="development_update_xqts_results.html" title="Update Local Git XQTS Results">
+          <i class="none"></i>
+        Update Local Git XQTS Results</a>
+            </li>
+                              <li class="nav-header">Project Documentation</li>
+                                                                                                                                                                                            
+      <li>
+  
+                          <a href="project-info.html" title="Project Information">
+          <i class="icon-chevron-right"></i>
+        Project Information</a>
+                  </li>
+                                                                                                      
+      <li>
+  
+                          <a href="project-reports.html" title="Project Reports">
+          <i class="icon-chevron-right"></i>
+        Project Reports</a>
+                  </li>
+                              <li class="nav-header">Modules</li>
+                              
+      <li>
+  
+                          <a href="vxquery-core/index.html" title="VXQuery Core">
+          <i class="none"></i>
+        VXQuery Core</a>
+            </li>
+                
+      <li>
+  
+                          <a href="vxquery-server/index.html" title="VXQuery Server">
+          <i class="none"></i>
+        VXQuery Server</a>
+            </li>
+                
+      <li>
+  
+                          <a href="vxquery-cli/index.html" title="VXQuery CLI">
+          <i class="none"></i>
+        VXQuery CLI</a>
+            </li>
+                
+      <li>
+  
+                          <a href="vxquery-xtest/index.html" title="VXQuery XTest">
+          <i class="none"></i>
+        VXQuery XTest</a>
+            </li>
+                
+      <li>
+  
+                          <a href="vxquery-benchmark/index.html" title="VXQuery Benchmark">
+          <i class="none"></i>
+        VXQuery Benchmark</a>
+            </li>
+            </ul>
+                
+                    
+                
+          <hr />
+
+           <div id="poweredBy">
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                  </div>
+          </div>
+        </div>
+        
+                
+        <div id="bodyColumn"  class="span9" >
+                                  
+            <!-- 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>Updating the Apache VXQuery&#x99; site<a name="Updating_the_Apache_VXQuery_site"></a></h2>
+<ul>
+<li>update the <tt>site</tt> branch in git</li>
+<li>build a new site and deploy it to <tt>../site</tt>
+<div>
+<pre>$ mvn site site:deploy</pre></div></li>
+<li>submit the site to svn
+<div>
+<pre>$ cd ../site
+$ svn st | awk '/\?/ { print $2 }' | xargs svn add # add all new files
+$ svn ci -m&quot;updated site&quot;
+$ cd -</pre></div></li></ul></div>
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+                      <div class="row-fluid">
+                              <p >Copyright &copy;                    2015
+                        <a href="http://www.apache.org/">Apache Software Foundation</a>.
+            All rights reserved.      
+                    
+      </p>
+        </div>
+
+                                                                  
+<div class="row-fluid">Apache VXQuery, VXQuery, Apache, the Apache
+                feather logo, and the Apache VXQuery project logo are either
+                registered trademarks or trademarks of The Apache Software
+                Foundation in the United States and other countries.
+                All other marks mentioned may be trademarks or registered
+                trademarks of their respective owners.</div>
+                  
+        
+                </div>
+    </footer>
+        </body>
+</html>

Modified: vxquery/site/development_update_xqts_results.html
URL: http://svn.apache.org/viewvc/vxquery/site/development_update_xqts_results.html?rev=1691424&r1=1691423&r2=1691424&view=diff
==============================================================================
--- vxquery/site/development_update_xqts_results.html (original)
+++ vxquery/site/development_update_xqts_results.html Thu Jul 16 17:22:36 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-04-04 
+ | Generated by Apache Maven Doxia at 2015-07-16 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150404" />
+    <meta name="Date-Revision-yyyymmdd" content="20150716" />
     <meta http-equiv="Content-Language" content="en" />
     <title>VXQuery - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -41,7 +41,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-04-04
+                  <li id="publishDate">Last Published: 2015-07-16
                       <span class="divider">|</span>
                    </li>
                   <li id="projectVersion">Version: 0.5
@@ -115,6 +115,13 @@
                 
       <li>
   
+                          <a href="user_cluster_installation.html" title="Cluster Installation">
+          <i class="none"></i>
+        Cluster Installation</a>
+            </li>
+                
+      <li>
+  
                           <a href="user_query.html" title="Executing a Query">
           <i class="none"></i>
         Executing a Query</a>
@@ -137,6 +144,13 @@
                 
       <li>
   
+                          <a href="development_contribution.html" title="Contributing Code">
+          <i class="none"></i>
+        Contributing Code</a>
+            </li>
+                
+      <li>
+  
                           <a href="development_data_handling.html" title="Data Handling">
           <i class="none"></i>
         Data Handling</a>
@@ -144,9 +158,16 @@
                 
       <li>
   
-                          <a href="development_xml_node_details.html" title="Data XML and Node Types">
+                          <a href="development_xml_node_details.html" title="XML Data and Node Types">
           <i class="none"></i>
-        Data XML and Node Types</a>
+        XML Data and Node Types</a>
+            </li>
+                
+      <li>
+  
+                          <a href="development_xml_document.html" title="XML Data Model Example">
+          <i class="none"></i>
+        XML Data Model Example</a>
             </li>
                 
       <li>
@@ -163,6 +184,13 @@
         Release Steps</a>
             </li>
                 
+      <li>
+  
+                          <a href="development_site_update.html" title="Site Update Steps">
+          <i class="none"></i>
+        Site Update Steps</a>
+            </li>
+                
       <li class="active">
   
             <a href="#"><i class="none"></i>Update Local Git XQTS Results</a>