You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2013/03/20 05:01:50 UTC

svn commit: r1458628 - /incubator/knox/site/

Author: kminder
Date: Wed Mar 20 04:01:49 2013
New Revision: 1458628

URL: http://svn.apache.org/r1458628
Log:
Publish site from Git repository.

Modified:
    incubator/knox/site/build-process.html
    incubator/knox/site/client.html
    incubator/knox/site/contribute-process.html
    incubator/knox/site/index.html
    incubator/knox/site/issue-tracking.html
    incubator/knox/site/license.html
    incubator/knox/site/mail-lists.html
    incubator/knox/site/news.html
    incubator/knox/site/privacy-policy.html
    incubator/knox/site/project-info.html
    incubator/knox/site/project-reports.html
    incubator/knox/site/rat-report.html
    incubator/knox/site/readme-0-2-0.html
    incubator/knox/site/release-process.html
    incubator/knox/site/roadmap-0-3-0.html
    incubator/knox/site/site-process.html
    incubator/knox/site/team-list.html
    incubator/knox/site/template.html

Modified: incubator/knox/site/build-process.html
URL: http://svn.apache.org/viewvc/incubator/knox/site/build-process.html?rev=1458628&r1=1458627&r2=1458628&view=diff
==============================================================================
--- incubator/knox/site/build-process.html (original)
+++ incubator/knox/site/build-process.html Wed Mar 20 04:01:49 2013
@@ -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 Mar 19, 2013 -->
+<!-- Generated by Apache Maven Doxia at Mar 20, 2013 -->
 <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="20130319" />
+    <meta name="Date-Revision-yyyymmdd" content="20130320" />
     <meta http-equiv="Content-Language" content="en" />
                   
         </head>
@@ -43,7 +43,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Knox" class="externalLink" title="Wiki">Wiki</a>
               
                 
-                &nbsp;| <span id="publishDate">Last Published: 2013-03-19</span>
+                &nbsp;| <span id="publishDate">Last Published: 2013-03-20</span>
               &nbsp;| <span id="projectVersion">Version: 0.2.0-SNAPSHOT</span>
             </div>
       <div class="clear">
@@ -95,6 +95,9 @@
                   <li class="none">
                           <a href="contribute-process.html" title="Contribute">Contribute</a>
             </li>
+                  <li class="none">
+                          <a href="site-process.html" title="Site Publication">Site Publication</a>
+            </li>
           </ul>
                        <h5>Resources</h5>
                   <ul>
@@ -149,7 +152,13 @@ Unless required by applicable law or agr
 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>Build Process<a name="Build_Process"></a></h2><p>TODO: Here we will describe how to build the project.</p></div><div class="section"><h2>Disclaimer<a name="Disclaimer"></a></h2><p>The Apache Knox Gateway is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.</p><p>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.</p><p>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>
+limitations under the License. --><div class="section"><h2>Build Process<a name="Build_Process"></a></h2><p>The following process can be used to build the project without an existing repository clone.</p>
+<div class="source"><pre>git clone https://git-wip-us.apache.org/repos/asf/incubator-knox.git knox
+mvn clean install
+</pre></div><p>If the repository has already been cloned the following process should be used.</p>
+<div class="source"><pre>git pull
+mvn clean install
+</pre></div></div><div class="section"><h2>Disclaimer<a name="Disclaimer"></a></h2><p>The Apache Knox Gateway is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.</p><p>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.</p><p>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 class="clear">

Modified: incubator/knox/site/client.html
URL: http://svn.apache.org/viewvc/incubator/knox/site/client.html?rev=1458628&r1=1458627&r2=1458628&view=diff
==============================================================================
--- incubator/knox/site/client.html (original)
+++ incubator/knox/site/client.html Wed Mar 20 04:01:49 2013
@@ -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 Mar 19, 2013 -->
+<!-- Generated by Apache Maven Doxia at Mar 20, 2013 -->
 <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="20130319" />
+    <meta name="Date-Revision-yyyymmdd" content="20130320" />
     <meta http-equiv="Content-Language" content="en" />
                   
         </head>
@@ -43,7 +43,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Knox" class="externalLink" title="Wiki">Wiki</a>
               
                 
-                &nbsp;| <span id="publishDate">Last Published: 2013-03-19</span>
+                &nbsp;| <span id="publishDate">Last Published: 2013-03-20</span>
               &nbsp;| <span id="projectVersion">Version: 0.2.0-SNAPSHOT</span>
             </div>
       <div class="clear">
@@ -95,6 +95,9 @@
                   <li class="none">
                           <a href="contribute-process.html" title="Contribute">Contribute</a>
             </li>
+                  <li class="none">
+                          <a href="site-process.html" title="Site Publication">Site Publication</a>
+            </li>
           </ul>
                        <h5>Resources</h5>
                   <ul>
@@ -174,7 +177,7 @@ limitations under the License. --><div c
 </pre></div><p>When running interactively it may be helpful to reduce some of the output generated by the shell console. Use the following command in the interactive shell to reduce that output. This only needs to be done once as these preferences are persisted.</p>
 <div class="source"><pre>set verbosity QUIET
 set show-last-result false
-</pre></div><p>Also when running interactively use the <tt>exit</tt> command to terminate the shell. Using <tt>^C</tt> to exit can sometimes leaves the parent shell in a problematic state.</p></div><div class="section"><h2>Example<a name="Example"></a></h2><p>Once the shell can be launched the DSL can be used to interact with the gateway and Hadoop. Below is a very simple example of an interactive shell session to upload a file to HDFS.</p>
+</pre></div><p>Also when running interactively use the <tt>exit</tt> command to terminate the shell. Using <tt>^C</tt> to exit can sometimes leaves the parent shell in a problematic state.</p></div><div class="section"><h2>Examples<a name="Examples"></a></h2><p>Once the shell can be launched the DSL can be used to interact with the gateway and Hadoop. Below is a very simple example of an interactive shell session to upload a file to HDFS.</p>
 <div class="source"><pre>java -jar bin/shell-0.2.0-SNAPSHOT.jar
 knox:000&gt; hadoop = Hadoop.login( &quot;https://localhost:8443/gateway/sample&quot;, &quot;hdfs&quot;, &quot;hdfs-password&quot; )
 knox:000&gt; Hdfs.put( hadoop ).file( &quot;README&quot; ).to( &quot;/tmp/example/README&quot; ).now()

Modified: incubator/knox/site/contribute-process.html
URL: http://svn.apache.org/viewvc/incubator/knox/site/contribute-process.html?rev=1458628&r1=1458627&r2=1458628&view=diff
==============================================================================
--- incubator/knox/site/contribute-process.html (original)
+++ incubator/knox/site/contribute-process.html Wed Mar 20 04:01:49 2013
@@ -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 Mar 19, 2013 -->
+<!-- Generated by Apache Maven Doxia at Mar 20, 2013 -->
 <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="20130319" />
+    <meta name="Date-Revision-yyyymmdd" content="20130320" />
     <meta http-equiv="Content-Language" content="en" />
                   
         </head>
@@ -43,7 +43,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Knox" class="externalLink" title="Wiki">Wiki</a>
               
                 
-                &nbsp;| <span id="publishDate">Last Published: 2013-03-19</span>
+                &nbsp;| <span id="publishDate">Last Published: 2013-03-20</span>
               &nbsp;| <span id="projectVersion">Version: 0.2.0-SNAPSHOT</span>
             </div>
       <div class="clear">
@@ -95,6 +95,9 @@
                   <li class="none">
             <strong>Contribute</strong>
           </li>
+                  <li class="none">
+                          <a href="site-process.html" title="Site Publication">Site Publication</a>
+            </li>
           </ul>
                        <h5>Resources</h5>
                   <ul>
@@ -149,7 +152,7 @@ Unless required by applicable law or agr
 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>Contribution Process<a name="Contribution_Process"></a></h2><p>TODO: Here we will describe how to contribute to the project.</p></div><div class="section"><h2>Disclaimer<a name="Disclaimer"></a></h2><p>The Apache Knox Gateway is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.</p><p>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.</p><p>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>
+limitations under the License. --><h1>Development &amp; Contribute Process</h1><div class="section"><h2>Non-Member<a name="Non-Member"></a></h2><p>TODO: Here we will describe how to develop and contribute to the project as a non-member.</p></div><div class="section"><h2>Member<a name="Member"></a></h2><p>TODO: Here we will describe how to develop and contribute to the project as a member.</p></div><div class="section"><h2>Disclaimer<a name="Disclaimer"></a></h2><p>The Apache Knox Gateway is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.</p><p>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.</p><p>While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project ha
 s yet to be fully endorsed by the ASF.</p></div>
       </div>
     </div>
     <div class="clear">

Modified: incubator/knox/site/index.html
URL: http://svn.apache.org/viewvc/incubator/knox/site/index.html?rev=1458628&r1=1458627&r2=1458628&view=diff
==============================================================================
--- incubator/knox/site/index.html (original)
+++ incubator/knox/site/index.html Wed Mar 20 04:01:49 2013
@@ -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 Mar 19, 2013 -->
+<!-- Generated by Apache Maven Doxia at Mar 20, 2013 -->
 <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="20130319" />
+    <meta name="Date-Revision-yyyymmdd" content="20130320" />
     <meta http-equiv="Content-Language" content="en" />
                   
         </head>
@@ -43,7 +43,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Knox" class="externalLink" title="Wiki">Wiki</a>
               
                 
-                &nbsp;| <span id="publishDate">Last Published: 2013-03-19</span>
+                &nbsp;| <span id="publishDate">Last Published: 2013-03-20</span>
               &nbsp;| <span id="projectVersion">Version: 0.2.0-SNAPSHOT</span>
             </div>
       <div class="clear">
@@ -95,6 +95,9 @@
                   <li class="none">
                           <a href="contribute-process.html" title="Contribute">Contribute</a>
             </li>
+                  <li class="none">
+                          <a href="site-process.html" title="Site Publication">Site Publication</a>
+            </li>
           </ul>
                        <h5>Resources</h5>
                   <ul>

Modified: incubator/knox/site/issue-tracking.html
URL: http://svn.apache.org/viewvc/incubator/knox/site/issue-tracking.html?rev=1458628&r1=1458627&r2=1458628&view=diff
==============================================================================
--- incubator/knox/site/issue-tracking.html (original)
+++ incubator/knox/site/issue-tracking.html Wed Mar 20 04:01:49 2013
@@ -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 Mar 19, 2013 -->
+<!-- Generated by Apache Maven Doxia at Mar 20, 2013 -->
 <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="20130319" />
+    <meta name="Date-Revision-yyyymmdd" content="20130320" />
     <meta http-equiv="Content-Language" content="en" />
                   
         </head>
@@ -43,7 +43,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Knox" class="externalLink" title="Wiki">Wiki</a>
               
                 
-                &nbsp;| <span id="publishDate">Last Published: 2013-03-19</span>
+                &nbsp;| <span id="publishDate">Last Published: 2013-03-20</span>
               &nbsp;| <span id="projectVersion">Version: 0.2.0-SNAPSHOT</span>
             </div>
       <div class="clear">

Modified: incubator/knox/site/license.html
URL: http://svn.apache.org/viewvc/incubator/knox/site/license.html?rev=1458628&r1=1458627&r2=1458628&view=diff
==============================================================================
--- incubator/knox/site/license.html (original)
+++ incubator/knox/site/license.html Wed Mar 20 04:01:49 2013
@@ -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 Mar 19, 2013 -->
+<!-- Generated by Apache Maven Doxia at Mar 20, 2013 -->
 <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="20130319" />
+    <meta name="Date-Revision-yyyymmdd" content="20130320" />
     <meta http-equiv="Content-Language" content="en" />
                   
         </head>
@@ -43,7 +43,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Knox" class="externalLink" title="Wiki">Wiki</a>
               
                 
-                &nbsp;| <span id="publishDate">Last Published: 2013-03-19</span>
+                &nbsp;| <span id="publishDate">Last Published: 2013-03-20</span>
               &nbsp;| <span id="projectVersion">Version: 0.2.0-SNAPSHOT</span>
             </div>
       <div class="clear">

Modified: incubator/knox/site/mail-lists.html
URL: http://svn.apache.org/viewvc/incubator/knox/site/mail-lists.html?rev=1458628&r1=1458627&r2=1458628&view=diff
==============================================================================
--- incubator/knox/site/mail-lists.html (original)
+++ incubator/knox/site/mail-lists.html Wed Mar 20 04:01:49 2013
@@ -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 Mar 19, 2013 -->
+<!-- Generated by Apache Maven Doxia at Mar 20, 2013 -->
 <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="20130319" />
+    <meta name="Date-Revision-yyyymmdd" content="20130320" />
     <meta http-equiv="Content-Language" content="en" />
                   
         </head>
@@ -43,7 +43,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Knox" class="externalLink" title="Wiki">Wiki</a>
               
                 
-                &nbsp;| <span id="publishDate">Last Published: 2013-03-19</span>
+                &nbsp;| <span id="publishDate">Last Published: 2013-03-20</span>
               &nbsp;| <span id="projectVersion">Version: 0.2.0-SNAPSHOT</span>
             </div>
       <div class="clear">

Modified: incubator/knox/site/news.html
URL: http://svn.apache.org/viewvc/incubator/knox/site/news.html?rev=1458628&r1=1458627&r2=1458628&view=diff
==============================================================================
--- incubator/knox/site/news.html (original)
+++ incubator/knox/site/news.html Wed Mar 20 04:01:49 2013
@@ -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 Mar 19, 2013 -->
+<!-- Generated by Apache Maven Doxia at Mar 20, 2013 -->
 <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="20130319" />
+    <meta name="Date-Revision-yyyymmdd" content="20130320" />
     <meta http-equiv="Content-Language" content="en" />
                   
         </head>
@@ -43,7 +43,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Knox" class="externalLink" title="Wiki">Wiki</a>
               
                 
-                &nbsp;| <span id="publishDate">Last Published: 2013-03-19</span>
+                &nbsp;| <span id="publishDate">Last Published: 2013-03-20</span>
               &nbsp;| <span id="projectVersion">Version: 0.2.0-SNAPSHOT</span>
             </div>
       <div class="clear">
@@ -95,6 +95,9 @@
                   <li class="none">
                           <a href="contribute-process.html" title="Contribute">Contribute</a>
             </li>
+                  <li class="none">
+                          <a href="site-process.html" title="Site Publication">Site Publication</a>
+            </li>
           </ul>
                        <h5>Resources</h5>
                   <ul>

Modified: incubator/knox/site/privacy-policy.html
URL: http://svn.apache.org/viewvc/incubator/knox/site/privacy-policy.html?rev=1458628&r1=1458627&r2=1458628&view=diff
==============================================================================
--- incubator/knox/site/privacy-policy.html (original)
+++ incubator/knox/site/privacy-policy.html Wed Mar 20 04:01:49 2013
@@ -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 Mar 19, 2013 -->
+<!-- Generated by Apache Maven Doxia at Mar 20, 2013 -->
 <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="20130319" />
+    <meta name="Date-Revision-yyyymmdd" content="20130320" />
     <meta http-equiv="Content-Language" content="en" />
                   
         </head>
@@ -43,7 +43,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Knox" class="externalLink" title="Wiki">Wiki</a>
               
                 
-                &nbsp;| <span id="publishDate">Last Published: 2013-03-19</span>
+                &nbsp;| <span id="publishDate">Last Published: 2013-03-20</span>
               &nbsp;| <span id="projectVersion">Version: 0.2.0-SNAPSHOT</span>
             </div>
       <div class="clear">
@@ -95,6 +95,9 @@
                   <li class="none">
                           <a href="contribute-process.html" title="Contribute">Contribute</a>
             </li>
+                  <li class="none">
+                          <a href="site-process.html" title="Site Publication">Site Publication</a>
+            </li>
           </ul>
                        <h5>Resources</h5>
                   <ul>

Modified: incubator/knox/site/project-info.html
URL: http://svn.apache.org/viewvc/incubator/knox/site/project-info.html?rev=1458628&r1=1458627&r2=1458628&view=diff
==============================================================================
--- incubator/knox/site/project-info.html (original)
+++ incubator/knox/site/project-info.html Wed Mar 20 04:01:49 2013
@@ -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 Mar 19, 2013 -->
+<!-- Generated by Apache Maven Doxia at Mar 20, 2013 -->
 <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="20130319" />
+    <meta name="Date-Revision-yyyymmdd" content="20130320" />
     <meta http-equiv="Content-Language" content="en" />
                   
         </head>
@@ -43,7 +43,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Knox" class="externalLink" title="Wiki">Wiki</a>
               
                 
-                &nbsp;| <span id="publishDate">Last Published: 2013-03-19</span>
+                &nbsp;| <span id="publishDate">Last Published: 2013-03-20</span>
               &nbsp;| <span id="projectVersion">Version: 0.2.0-SNAPSHOT</span>
             </div>
       <div class="clear">

Modified: incubator/knox/site/project-reports.html
URL: http://svn.apache.org/viewvc/incubator/knox/site/project-reports.html?rev=1458628&r1=1458627&r2=1458628&view=diff
==============================================================================
--- incubator/knox/site/project-reports.html (original)
+++ incubator/knox/site/project-reports.html Wed Mar 20 04:01:49 2013
@@ -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 Mar 19, 2013 -->
+<!-- Generated by Apache Maven Doxia at Mar 20, 2013 -->
 <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="20130319" />
+    <meta name="Date-Revision-yyyymmdd" content="20130320" />
     <meta http-equiv="Content-Language" content="en" />
                   
         </head>
@@ -43,7 +43,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Knox" class="externalLink" title="Wiki">Wiki</a>
               
                 
-                &nbsp;| <span id="publishDate">Last Published: 2013-03-19</span>
+                &nbsp;| <span id="publishDate">Last Published: 2013-03-20</span>
               &nbsp;| <span id="projectVersion">Version: 0.2.0-SNAPSHOT</span>
             </div>
       <div class="clear">

Modified: incubator/knox/site/rat-report.html
URL: http://svn.apache.org/viewvc/incubator/knox/site/rat-report.html?rev=1458628&r1=1458627&r2=1458628&view=diff
==============================================================================
--- incubator/knox/site/rat-report.html (original)
+++ incubator/knox/site/rat-report.html Wed Mar 20 04:01:49 2013
@@ -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 Mar 19, 2013 -->
+<!-- Generated by Apache Maven Doxia at Mar 20, 2013 -->
 <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="20130319" />
+    <meta name="Date-Revision-yyyymmdd" content="20130320" />
     <meta http-equiv="Content-Language" content="en" />
                   
         </head>
@@ -43,7 +43,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Knox" class="externalLink" title="Wiki">Wiki</a>
               
                 
-                &nbsp;| <span id="publishDate">Last Published: 2013-03-19</span>
+                &nbsp;| <span id="publishDate">Last Published: 2013-03-20</span>
               &nbsp;| <span id="projectVersion">Version: 0.2.0-SNAPSHOT</span>
             </div>
       <div class="clear">
@@ -142,7 +142,7 @@
 *****************************************************
 Summary
 -------
-Generated at: 2013-03-19T23:49:26-04:00
+Generated at: 2013-03-20T00:01:42-04:00
 Notes: 0
 Binaries: 2
 Archives: 0

Modified: incubator/knox/site/readme-0-2-0.html
URL: http://svn.apache.org/viewvc/incubator/knox/site/readme-0-2-0.html?rev=1458628&r1=1458627&r2=1458628&view=diff
==============================================================================
--- incubator/knox/site/readme-0-2-0.html (original)
+++ incubator/knox/site/readme-0-2-0.html Wed Mar 20 04:01:49 2013
@@ -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 Mar 19, 2013 -->
+<!-- Generated by Apache Maven Doxia at Mar 20, 2013 -->
 <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="20130319" />
+    <meta name="Date-Revision-yyyymmdd" content="20130320" />
     <meta http-equiv="Content-Language" content="en" />
                   
         </head>
@@ -43,7 +43,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Knox" class="externalLink" title="Wiki">Wiki</a>
               
                 
-                &nbsp;| <span id="publishDate">Last Published: 2013-03-19</span>
+                &nbsp;| <span id="publishDate">Last Published: 2013-03-20</span>
               &nbsp;| <span id="projectVersion">Version: 0.2.0-SNAPSHOT</span>
             </div>
       <div class="clear">
@@ -95,6 +95,9 @@
                   <li class="none">
                           <a href="contribute-process.html" title="Contribute">Contribute</a>
             </li>
+                  <li class="none">
+                          <a href="site-process.html" title="Site Publication">Site Publication</a>
+            </li>
           </ul>
                        <h5>Resources</h5>
                   <ul>

Modified: incubator/knox/site/release-process.html
URL: http://svn.apache.org/viewvc/incubator/knox/site/release-process.html?rev=1458628&r1=1458627&r2=1458628&view=diff
==============================================================================
--- incubator/knox/site/release-process.html (original)
+++ incubator/knox/site/release-process.html Wed Mar 20 04:01:49 2013
@@ -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 Mar 19, 2013 -->
+<!-- Generated by Apache Maven Doxia at Mar 20, 2013 -->
 <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="20130319" />
+    <meta name="Date-Revision-yyyymmdd" content="20130320" />
     <meta http-equiv="Content-Language" content="en" />
                   
         </head>
@@ -43,7 +43,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Knox" class="externalLink" title="Wiki">Wiki</a>
               
                 
-                &nbsp;| <span id="publishDate">Last Published: 2013-03-19</span>
+                &nbsp;| <span id="publishDate">Last Published: 2013-03-20</span>
               &nbsp;| <span id="projectVersion">Version: 0.2.0-SNAPSHOT</span>
             </div>
       <div class="clear">
@@ -95,6 +95,9 @@
                   <li class="none">
                           <a href="contribute-process.html" title="Contribute">Contribute</a>
             </li>
+                  <li class="none">
+                          <a href="site-process.html" title="Site Publication">Site Publication</a>
+            </li>
           </ul>
                        <h5>Resources</h5>
                   <ul>
@@ -149,7 +152,14 @@ Unless required by applicable law or agr
 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>Release Process<a name="Release_Process"></a></h2><p>TODO: Here we will describe how to release the project.</p></div><div class="section"><h2>Disclaimer<a name="Disclaimer"></a></h2><p>The Apache Knox Gateway is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.</p><p>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.</p><p>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>
+limitations under the License. --><div class="section"><h2>Release Process<a name="Release_Process"></a></h2><p>The Apache Knox Gateway is currently distributed as a single Zip file. Following the steps described below this Zip file will be created in the target directory. The following process can be used create a release build without an existing repository clone.</p>
+<div class="source"><pre>git clone https://git-wip-us.apache.org/repos/asf/incubator-knox.git knox
+cd knox
+ant release
+</pre></div><p>If the repository has already been cloned the following process should be used.</p>
+<div class="source"><pre>git pull
+ant release
+</pre></div></div><div class="section"><h2>Disclaimer<a name="Disclaimer"></a></h2><p>The Apache Knox Gateway is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.</p><p>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.</p><p>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 class="clear">

Modified: incubator/knox/site/roadmap-0-3-0.html
URL: http://svn.apache.org/viewvc/incubator/knox/site/roadmap-0-3-0.html?rev=1458628&r1=1458627&r2=1458628&view=diff
==============================================================================
--- incubator/knox/site/roadmap-0-3-0.html (original)
+++ incubator/knox/site/roadmap-0-3-0.html Wed Mar 20 04:01:49 2013
@@ -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 Mar 19, 2013 -->
+<!-- Generated by Apache Maven Doxia at Mar 20, 2013 -->
 <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="20130319" />
+    <meta name="Date-Revision-yyyymmdd" content="20130320" />
     <meta http-equiv="Content-Language" content="en" />
                   
         </head>
@@ -43,7 +43,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Knox" class="externalLink" title="Wiki">Wiki</a>
               
                 
-                &nbsp;| <span id="publishDate">Last Published: 2013-03-19</span>
+                &nbsp;| <span id="publishDate">Last Published: 2013-03-20</span>
               &nbsp;| <span id="projectVersion">Version: 0.2.0-SNAPSHOT</span>
             </div>
       <div class="clear">
@@ -95,6 +95,9 @@
                   <li class="none">
                           <a href="contribute-process.html" title="Contribute">Contribute</a>
             </li>
+                  <li class="none">
+                          <a href="site-process.html" title="Site Publication">Site Publication</a>
+            </li>
           </ul>
                        <h5>Resources</h5>
                   <ul>

Modified: incubator/knox/site/site-process.html
URL: http://svn.apache.org/viewvc/incubator/knox/site/site-process.html?rev=1458628&r1=1458627&r2=1458628&view=diff
==============================================================================
--- incubator/knox/site/site-process.html (original)
+++ incubator/knox/site/site-process.html Wed Mar 20 04:01:49 2013
@@ -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 Mar 19, 2013 -->
+<!-- Generated by Apache Maven Doxia at Mar 20, 2013 -->
 <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="20130319" />
+    <meta name="Date-Revision-yyyymmdd" content="20130320" />
     <meta http-equiv="Content-Language" content="en" />
                   
         </head>
@@ -43,7 +43,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Knox" class="externalLink" title="Wiki">Wiki</a>
               
                 
-                &nbsp;| <span id="publishDate">Last Published: 2013-03-19</span>
+                &nbsp;| <span id="publishDate">Last Published: 2013-03-20</span>
               &nbsp;| <span id="projectVersion">Version: 0.2.0-SNAPSHOT</span>
             </div>
       <div class="clear">
@@ -95,6 +95,9 @@
                   <li class="none">
                           <a href="contribute-process.html" title="Contribute">Contribute</a>
             </li>
+                  <li class="none">
+            <strong>Site Publication</strong>
+          </li>
           </ul>
                        <h5>Resources</h5>
                   <ul>
@@ -149,14 +152,13 @@ Unless required by applicable law or agr
 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 Site Publication Process<a name="Apache_Site_Publication_Process"></a></h2>
-<div class="source"><pre>cd gateway-site
-mvn clean
-svn checkout https://svn.apache.org/repos/asf/incubator/knox/site target/site
-find target/site -name .svn -a -type d -prune -o -type f -print0 | xargs rm
-mvn site:site
-svn add --quiet target/site/*
-svn commit -m &quot;Publish site from Git repository.&quot; target/site
+limitations under the License. --><div class="section"><h2>Apache Site Publication Process<a name="Apache_Site_Publication_Process"></a></h2><p>The following process can be used to publish the generated site to Apache without an existing repository clone.</p>
+<div class="source"><pre>git clone https://git-wip-us.apache.org/repos/asf/incubator-knox.git knox
+cd knox
+ant publish
+</pre></div><p>If the repository has already been cloned the following process should be used.</p>
+<div class="source"><pre>git pull
+ant publish
 </pre></div></div>
       </div>
     </div>

Modified: incubator/knox/site/team-list.html
URL: http://svn.apache.org/viewvc/incubator/knox/site/team-list.html?rev=1458628&r1=1458627&r2=1458628&view=diff
==============================================================================
--- incubator/knox/site/team-list.html (original)
+++ incubator/knox/site/team-list.html Wed Mar 20 04:01:49 2013
@@ -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 Mar 19, 2013 -->
+<!-- Generated by Apache Maven Doxia at Mar 20, 2013 -->
 <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="20130319" />
+    <meta name="Date-Revision-yyyymmdd" content="20130320" />
     <meta http-equiv="Content-Language" content="en" />
                   
         </head>
@@ -43,7 +43,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Knox" class="externalLink" title="Wiki">Wiki</a>
               
                 
-                &nbsp;| <span id="publishDate">Last Published: 2013-03-19</span>
+                &nbsp;| <span id="publishDate">Last Published: 2013-03-20</span>
               &nbsp;| <span id="projectVersion">Version: 0.2.0-SNAPSHOT</span>
             </div>
       <div class="clear">

Modified: incubator/knox/site/template.html
URL: http://svn.apache.org/viewvc/incubator/knox/site/template.html?rev=1458628&r1=1458627&r2=1458628&view=diff
==============================================================================
--- incubator/knox/site/template.html (original)
+++ incubator/knox/site/template.html Wed Mar 20 04:01:49 2013
@@ -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 Mar 19, 2013 -->
+<!-- Generated by Apache Maven Doxia at Mar 20, 2013 -->
 <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="20130319" />
+    <meta name="Date-Revision-yyyymmdd" content="20130320" />
     <meta http-equiv="Content-Language" content="en" />
                   
         </head>
@@ -43,7 +43,7 @@
                         <a href="https://cwiki.apache.org/confluence/display/KNOX/Knox" class="externalLink" title="Wiki">Wiki</a>
               
                 
-                &nbsp;| <span id="publishDate">Last Published: 2013-03-19</span>
+                &nbsp;| <span id="publishDate">Last Published: 2013-03-20</span>
               &nbsp;| <span id="projectVersion">Version: 0.2.0-SNAPSHOT</span>
             </div>
       <div class="clear">
@@ -95,6 +95,9 @@
                   <li class="none">
                           <a href="contribute-process.html" title="Contribute">Contribute</a>
             </li>
+                  <li class="none">
+                          <a href="site-process.html" title="Site Publication">Site Publication</a>
+            </li>
           </ul>
                        <h5>Resources</h5>
                   <ul>