Added: incubator/falcon/site/0.6-incubating/restapi/Vertex.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/0.6-incubating/restapi/Vertex.html?rev=1643497&view=auto
==============================================================================
--- incubator/falcon/site/0.6-incubating/restapi/Vertex.html (added)
+++ incubator/falcon/site/0.6-incubating/restapi/Vertex.html Sat Dec  6 
06:11:41 2014
@@ -0,0 +1,142 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2014-12-05
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<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="20141205" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - GET api/metadata/lineage/vertices/:id</title>
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.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.0.min.js"></script>
+
+    
+            </head>
+        <body class="topBarDisabled">
+          
+                        
+                    
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a 
href="../../../index.html" id="bannerLeft">
+                                                                               
                 <img src="../images/falcon-logo.png"  alt="Falcon" 
width="200px" height="45px"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a 
href="http://incubator.apache.org"; id="bannerRight">
+                                                                               
                 <img src="../images/apache-incubator-logo.png"  alt="Apache 
Incubator"/>
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="../index.html" title="Home">
+        Home</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">GET api/metadata/lineage/vertices/:id</li>
+        
+                
+                    
+      
+                                              
+    <li class="pull-right">              <a 
href="http://s.apache.org/falcon-0.5-release-notes"; class="externalLink" 
title="Released: 2014-09-22">
+        Released: 2014-09-22</a>
+  </li>
+
+        <li class="divider pull-right">|</li>
+      
+    <li class="pull-right">              <a 
href="http://www.apache.org/dist/incubator/falcon"; class="externalLink" 
title="0.5-incubating">
+        0.5-incubating</a>
+  </li>
+
+                        </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h3>GET api/metadata/lineage/vertices/:id<a 
name="GET_apimetadatalineagevertices:id"></a></h3>
+<p></p>
+<ul>
+<li><a href="#Description">Description</a></li>
+<li><a href="#Parameters">Parameters</a></li>
+<li><a href="#Results">Results</a></li>
+<li><a href="#Examples">Examples</a></li></ul></div>
+<div class="section">
+<h3>Description<a name="Description"></a></h3>
+<p>Gets the vertex with specified id.</p></div>
+<div class="section">
+<h3>Parameters<a name="Parameters"></a></h3>
+<p></p>
+<ul>
+<li>:id is the unique id of the vertex.</li></ul></div>
+<div class="section">
+<h3>Results<a name="Results"></a></h3>
+<p>Vertex with the specified id.</p></div>
+<div class="section">
+<h3>Examples<a name="Examples"></a></h3></div>
+<div class="section">
+<h4>Rest Call<a name="Rest_Call"></a></h4>
+<div class="source">
+<pre>
+GET http://localhost:15000/api/metadata/lineage/vertices/4
+
+</pre></div></div>
+<div class="section">
+<h4>Result<a name="Result"></a></h4>
+<div class="source">
+<pre>
+{
+    &quot;results&quot;: [
+        {
+            &quot;timestamp&quot;:&quot;2014-04-21T20:55Z&quot;,
+            &quot;name&quot;:&quot;sampleIngestProcess&quot;,
+            &quot;type&quot;:&quot;process-instance&quot;,
+            &quot;version&quot;:&quot;2.0.0&quot;,
+            &quot;_id&quot;:4,
+            &quot;_type&quot;:&quot;vertex&quot;
+        }
+    ]
+}
+
+</pre></div></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    
2013-2014
+                        <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
+            All Rights Reserved.      
+                    
+      </div>
+
+                          
+                <p id="poweredBy" class="pull-right">
+                          <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>
+              </p>
+        
+                </div>
+    </footer>
+  </body>
+</html>

Added: incubator/falcon/site/0.6-incubating/restapi/VertexProperties.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/0.6-incubating/restapi/VertexProperties.html?rev=1643497&view=auto
==============================================================================
--- incubator/falcon/site/0.6-incubating/restapi/VertexProperties.html (added)
+++ incubator/falcon/site/0.6-incubating/restapi/VertexProperties.html Sat Dec  
6 06:11:41 2014
@@ -0,0 +1,140 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2014-12-05
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<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="20141205" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - GET 
api/metadata/lineage/vertices/properties/:id?relationships=:true</title>
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.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.0.min.js"></script>
+
+    
+            </head>
+        <body class="topBarDisabled">
+          
+                        
+                    
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a 
href="../../../index.html" id="bannerLeft">
+                                                                               
                 <img src="../images/falcon-logo.png"  alt="Falcon" 
width="200px" height="45px"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a 
href="http://incubator.apache.org"; id="bannerRight">
+                                                                               
                 <img src="../images/apache-incubator-logo.png"  alt="Apache 
Incubator"/>
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="../index.html" title="Home">
+        Home</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">GET 
api/metadata/lineage/vertices/properties/:id?relationships=:true</li>
+        
+                
+                    
+      
+                                              
+    <li class="pull-right">              <a 
href="http://s.apache.org/falcon-0.5-release-notes"; class="externalLink" 
title="Released: 2014-09-22">
+        Released: 2014-09-22</a>
+  </li>
+
+        <li class="divider pull-right">|</li>
+      
+    <li class="pull-right">              <a 
href="http://www.apache.org/dist/incubator/falcon"; class="externalLink" 
title="0.5-incubating">
+        0.5-incubating</a>
+  </li>
+
+                        </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h3>GET api/metadata/lineage/vertices/properties/:id?relationships=:true<a 
name="GET_apimetadatalineageverticesproperties:idrelationships:true"></a></h3>
+<p></p>
+<ul>
+<li><a href="#Description">Description</a></li>
+<li><a href="#Parameters">Parameters</a></li>
+<li><a href="#Results">Results</a></li>
+<li><a href="#Examples">Examples</a></li></ul></div>
+<div class="section">
+<h3>Description<a name="Description"></a></h3>
+<p>Gets the properties of the vertex with specified id.</p></div>
+<div class="section">
+<h3>Parameters<a name="Parameters"></a></h3>
+<p></p>
+<ul>
+<li>:id is the unique id of the vertex.</li>
+<li>:relationships has default value of false. Pass true if relationships 
should be fetched.</li></ul></div>
+<div class="section">
+<h3>Results<a name="Results"></a></h3>
+<p>Properties associated with the specified vertex.</p></div>
+<div class="section">
+<h3>Examples<a name="Examples"></a></h3></div>
+<div class="section">
+<h4>Rest Call<a name="Rest_Call"></a></h4>
+<div class="source">
+<pre>
+GET 
http://localhost:15000/api/metadata/lineage/vertices/properties/40004?relationships=true
+
+</pre></div></div>
+<div class="section">
+<h4>Result<a name="Result"></a></h4>
+<div class="source">
+<pre>
+{
+    &quot;results&quot;:
+        {
+            &quot;timestamp&quot;:&quot;2014-04-25T22:20Z&quot;,
+            &quot;name&quot;:&quot;local&quot;,
+            &quot;type&quot;:&quot;cluster-entity&quot;
+        },
+    &quot;totalSize&quot;:3
+}
+
+</pre></div></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    
2013-2014
+                        <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
+            All Rights Reserved.      
+                    
+      </div>
+
+                          
+                <p id="poweredBy" class="pull-right">
+                          <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>
+              </p>
+        
+                </div>
+    </footer>
+  </body>
+</html>

Added: incubator/falcon/site/0.6-incubating/restapi/Vertices.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/0.6-incubating/restapi/Vertices.html?rev=1643497&view=auto
==============================================================================
--- incubator/falcon/site/0.6-incubating/restapi/Vertices.html (added)
+++ incubator/falcon/site/0.6-incubating/restapi/Vertices.html Sat Dec  6 
06:11:41 2014
@@ -0,0 +1,144 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2014-12-05
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<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="20141205" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - GET 
api/metadata/lineage/vertices?key=:key&value=:value</title>
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.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.0.min.js"></script>
+
+    
+            </head>
+        <body class="topBarDisabled">
+          
+                        
+                    
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a 
href="../../../index.html" id="bannerLeft">
+                                                                               
                 <img src="../images/falcon-logo.png"  alt="Falcon" 
width="200px" height="45px"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a 
href="http://incubator.apache.org"; id="bannerRight">
+                                                                               
                 <img src="../images/apache-incubator-logo.png"  alt="Apache 
Incubator"/>
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="../index.html" title="Home">
+        Home</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">GET 
api/metadata/lineage/vertices?key=:key&value=:value</li>
+        
+                
+                    
+      
+                                              
+    <li class="pull-right">              <a 
href="http://s.apache.org/falcon-0.5-release-notes"; class="externalLink" 
title="Released: 2014-09-22">
+        Released: 2014-09-22</a>
+  </li>
+
+        <li class="divider pull-right">|</li>
+      
+    <li class="pull-right">              <a 
href="http://www.apache.org/dist/incubator/falcon"; class="externalLink" 
title="0.5-incubating">
+        0.5-incubating</a>
+  </li>
+
+                        </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h3>GET api/metadata/lineage/vertices?key=:key&amp;value=:value<a 
name="GET_apimetadatalineageverticeskey:keyvalue:value"></a></h3>
+<p></p>
+<ul>
+<li><a href="#Description">Description</a></li>
+<li><a href="#Parameters">Parameters</a></li>
+<li><a href="#Results">Results</a></li>
+<li><a href="#Examples">Examples</a></li></ul></div>
+<div class="section">
+<h3>Description<a name="Description"></a></h3>
+<p>Get all vertices for a key index given the specified value.</p></div>
+<div class="section">
+<h3>Parameters<a name="Parameters"></a></h3>
+<p></p>
+<ul>
+<li>:key is the key to be matched.</li>
+<li>:value is the associated value of the key.</li></ul></div>
+<div class="section">
+<h3>Results<a name="Results"></a></h3>
+<p>All vertices matching given property key and a value.</p></div>
+<div class="section">
+<h3>Examples<a name="Examples"></a></h3></div>
+<div class="section">
+<h4>Rest Call<a name="Rest_Call"></a></h4>
+<div class="source">
+<pre>
+GET 
http://localhost:15000/api/metadata/lineage/vertices?key=name&amp;value=sampleIngestProcess
+
+</pre></div></div>
+<div class="section">
+<h4>Result<a name="Result"></a></h4>
+<div class="source">
+<pre>
+{
+    &quot;results&quot;: [
+        {
+            &quot;timestamp&quot;:&quot;2014-04-21T20:55Z&quot;,
+            &quot;name&quot;:&quot;sampleIngestProcess&quot;,
+            &quot;type&quot;:&quot;process-instance&quot;,
+            &quot;version&quot;:&quot;2.0.0&quot;,
+            &quot;_id&quot;:4,
+            &quot;_type&quot;:&quot;vertex&quot;
+        }
+    ],
+    &quot;totalSize&quot;: 1
+}
+
+</pre></div></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    
2013-2014
+                        <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
+            All Rights Reserved.      
+                    
+      </div>
+
+                          
+                <p id="poweredBy" class="pull-right">
+                          <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>
+              </p>
+        
+                </div>
+    </footer>
+  </body>
+</html>

Added: incubator/falcon/site/0.6-incubating/source-repository.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/0.6-incubating/source-repository.html?rev=1643497&view=auto
==============================================================================
--- incubator/falcon/site/0.6-incubating/source-repository.html (added)
+++ incubator/falcon/site/0.6-incubating/source-repository.html Sat Dec  6 
06:11:41 2014
@@ -0,0 +1,117 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2014-12-05
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<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="20141205" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - Source Repository</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.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.0.min.js"></script>
+
+    
+            </head>
+        <body class="topBarDisabled">
+          
+                        
+                    
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="../../index.html" 
id="bannerLeft">
+                                                                               
                 <img src="images/falcon-logo.png"  alt="Falcon" width="200px" 
height="45px"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a 
href="http://incubator.apache.org"; id="bannerRight">
+                                                                               
                 <img src="images/apache-incubator-logo.png"  alt="Apache 
Incubator"/>
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="index.html" title="Home">
+        Home</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">Source Repository</li>
+        
+                
+                    
+      
+                                              
+    <li class="pull-right">              <a 
href="http://s.apache.org/falcon-0.5-release-notes"; class="externalLink" 
title="Released: 2014-09-22">
+        Released: 2014-09-22</a>
+  </li>
+
+        <li class="divider pull-right">|</li>
+      
+    <li class="pull-right">              <a 
href="http://www.apache.org/dist/incubator/falcon"; class="externalLink" 
title="0.5-incubating">
+        0.5-incubating</a>
+  </li>
+
+                        </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<p>This project uses a Source Content Management System to manage its source 
code.</p></div>
+<div class="section">
+<h2>Web Access<a name="Web_Access"></a></h2><a name="Web_Access"></a>
+<p>The following is a link to the online source repository.</p>
+<div class="source">
+<pre><a class="externalLink" 
href="https://git-wip-us.apache.org/repos/asf/incubator-falcon.git/falcon-website-releases/falcon-website-0.6-incubating";>https://git-wip-us.apache.org/repos/asf/incubator-falcon.git/falcon-website-releases/falcon-website-0.6-incubating</a></pre></div></div>
+<div class="section">
+<h2>Anonymous access<a name="Anonymous_access"></a></h2><a 
name="Anonymous_access"></a>
+<p>Refer to the documentation of the SCM used for more information about 
anonymously check out. The connection url is:</p>
+<div class="source">
+<pre>https://git-wip-us.apache.org/repos/asf/incubator-falcon.git/falcon-website-releases/falcon-website-0.6-incubating</pre></div></div>
+<div class="section">
+<h2>Developer access<a name="Developer_access"></a></h2><a 
name="Developer_access"></a>
+<p>Refer to the documentation of the SCM used for more information about 
developer check out. The connection url is:</p>
+<div class="source">
+<pre>https://git-wip-us.apache.org/repos/asf/incubator-falcon.git/falcon-website-releases/falcon-website-0.6-incubating</pre></div></div>
+<div class="section">
+<h2>Access from behind a firewall<a 
name="Access_from_behind_a_firewall"></a></h2><a 
name="Access_from_behind_a_firewall"></a>
+<p>Refer to the documentation of the SCM used for more information about 
access behind a firewall.</p></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    
2013-2014
+                        <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
+            All Rights Reserved.      
+                    
+      </div>
+
+                          
+                <p id="poweredBy" class="pull-right">
+                          <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>
+              </p>
+        
+                </div>
+    </footer>
+  </body>
+</html>

Added: incubator/falcon/site/0.6-incubating/team-list.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/0.6-incubating/team-list.html?rev=1643497&view=auto
==============================================================================
--- incubator/falcon/site/0.6-incubating/team-list.html (added)
+++ incubator/falcon/site/0.6-incubating/team-list.html Sat Dec  6 06:11:41 2014
@@ -0,0 +1,271 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2014-12-05
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<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="20141205" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - Team list</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.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.0.min.js"></script>
+
+    
+            </head>
+        <body class="topBarDisabled">
+          
+                        
+                    
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="../../index.html" 
id="bannerLeft">
+                                                                               
                 <img src="images/falcon-logo.png"  alt="Falcon" width="200px" 
height="45px"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a 
href="http://incubator.apache.org"; id="bannerRight">
+                                                                               
                 <img src="images/apache-incubator-logo.png"  alt="Apache 
Incubator"/>
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="index.html" title="Home">
+        Home</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">Team list</li>
+        
+                
+                    
+      
+                                              
+    <li class="pull-right">              <a 
href="http://s.apache.org/falcon-0.5-release-notes"; class="externalLink" 
title="Released: 2014-09-22">
+        Released: 2014-09-22</a>
+  </li>
+
+        <li class="divider pull-right">|</li>
+      
+    <li class="pull-right">              <a 
href="http://www.apache.org/dist/incubator/falcon"; class="externalLink" 
title="0.5-incubating">
+        0.5-incubating</a>
+  </li>
+
+                        </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h2>The Team<a name="The_Team"></a></h2><a name="The_Team"></a>
+<p>A successful project requires many people to play many roles. Some members 
write code or documentation, while others are valuable as testers, submitting 
patches and suggestions.</p>
+<p>The team is comprised of Members and Contributors. Members have direct 
access to the source of a project and actively evolve the code-base. 
Contributors improve the project through submission of patches and suggestions 
to the Members. The number of Contributors to the project is unbounded. Get 
involved today. All contributions to the project are greatly appreciated.</p>
+<div class="section">
+<h3>Members<a name="Members"></a></h3><a name="Members"></a>
+<p>The following is a list of developers with commit privileges that have 
directly contributed to the project in one way or another.</p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Image</th>
+<th>Id</th>
+<th>Name</th>
+<th>Email</th>
+<th>Organization</th>
+<th>Roles</th>
+<th>Time Zone</th>
+<th>Actual Time (GMT)</th></tr>
+<tr class="b">
+<td><img 
src="http://www.gravatar.com/avatar/1613188b07812a1d830e155f473305a3?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="sriksun"></a>sriksun</td>
+<td>Srikanth Sundarrajan</td>
+<td><a class="externalLink" 
href="mailto:srik...@apache.org";>srik...@apache.org</a></td>
+<td>InMobi</td>
+<td>committer, PPMC</td>
+<td>+05:30</td>
+<td><span id="developer-0">+05:30</span></td></tr>
+<tr class="a">
+<td><img 
src="http://www.gravatar.com/avatar/6a6b895a65d2dea4aab5a2e25e9fd793?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="venkatesh"></a>venkatesh</td>
+<td>Venkatesh Seetharam</td>
+<td><a class="externalLink" 
href="mailto:venkat...@apache.org";>venkat...@apache.org</a></td>
+<td>Hortonworks Inc.</td>
+<td>committer, PPMC</td>
+<td>-8</td>
+<td><span id="developer-1">-8</span></td></tr>
+<tr class="b">
+<td><img 
src="http://www.gravatar.com/avatar/a63ac5303ec12be4e888003c021ea10b?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="shwethags"></a>shwethags</td>
+<td>Shwetha GS</td>
+<td><a class="externalLink" 
href="mailto:shweth...@apache.org";>shweth...@apache.org</a></td>
+<td>InMobi</td>
+<td>committer, PPMC</td>
+<td>+05:30</td>
+<td><span id="developer-2">+05:30</span></td></tr>
+<tr class="a">
+<td><img 
src="http://www.gravatar.com/avatar/14b7626c62685220dccf66c6228fe9ed?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="shaikidris"></a>shaikidris</td>
+<td>Shaik Idris</td>
+<td><a class="externalLink" 
href="mailto:shaikid...@apache.org";>shaikid...@apache.org</a></td>
+<td>InMobi</td>
+<td>committer, PPMC</td>
+<td>+05:30</td>
+<td><span id="developer-3">+05:30</span></td></tr>
+<tr class="b">
+<td><img 
src="http://www.gravatar.com/avatar/791dcff2fde6ca842b7a6d81cf98fe48?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="sanjay"></a>sanjay</td>
+<td>Sanjay Radia</td>
+<td><a class="externalLink" 
href="mailto:san...@apache.org";>san...@apache.org</a></td>
+<td>Hortonworks Inc.</td>
+<td>committer, PPMC</td>
+<td>-8</td>
+<td><span id="developer-4">-8</span></td></tr>
+<tr class="a">
+<td><img 
src="http://www.gravatar.com/avatar/b44a49219ca4f938b024a807216ef4c5?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="sharad"></a>sharad</td>
+<td>Sharad Agarwal</td>
+<td><a class="externalLink" 
href="mailto:sha...@apache.org";>sha...@apache.org</a></td>
+<td>InMobi</td>
+<td>committer, PPMC</td>
+<td>+05:30</td>
+<td><span id="developer-5">+05:30</span></td></tr>
+<tr class="b">
+<td><img 
src="http://www.gravatar.com/avatar/9f1b335de1961ff84cbdd4bbf0d0bbeb?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="amareshwari"></a>amareshwari</td>
+<td>Amareshwari Sriramadasu</td>
+<td><a class="externalLink" 
href="mailto:amareshw...@apache.org";>amareshw...@apache.org</a></td>
+<td>InMobi</td>
+<td>committer, PPMC</td>
+<td>+05:30</td>
+<td><span id="developer-6">+05:30</span></td></tr>
+<tr class="a">
+<td><img 
src="http://www.gravatar.com/avatar/a228e292914a8e308f2cd9cccd87bc68?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="samarthg"></a>samarthg</td>
+<td>Samarth Gupta</td>
+<td><a class="externalLink" 
href="mailto:samar...@apache.org";>samar...@apache.org</a></td>
+<td>InMobi</td>
+<td>committer, PPMC</td>
+<td>+05:30</td>
+<td><span id="developer-7">+05:30</span></td></tr>
+<tr class="b">
+<td><img 
src="http://www.gravatar.com/avatar/bf090dbbe429504e318438e6511b9424?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="rishumehrothra"></a>rishumehrothra</td>
+<td>Rishu Mehrothra</td>
+<td><a class="externalLink" 
href="mailto:rishumehrot...@apache.org";>rishumehrot...@apache.org</a></td>
+<td>InMobi</td>
+<td>committer, PPMC</td>
+<td>+05:30</td>
+<td><span id="developer-8">+05:30</span></td></tr>
+<tr class="a">
+<td><img 
src="http://www.gravatar.com/avatar/ab2cac573459ed90f783bbe2da7dce58?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="arpit"></a>arpit</td>
+<td>Arpit Gupta</td>
+<td><a class="externalLink" 
href="mailto:ar...@apache.org";>ar...@apache.org</a></td>
+<td>Hortonworks Inc.</td>
+<td>committer, PPMC</td>
+<td>-8</td>
+<td><span id="developer-9">-8</span></td></tr>
+<tr class="b">
+<td><img 
src="http://www.gravatar.com/avatar/2ec0678355e56639928bb5ed209d98f0?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="suhasv"></a>suhasv</td>
+<td>Suhas Vasu</td>
+<td><a class="externalLink" 
href="mailto:suh...@apache.org";>suh...@apache.org</a></td>
+<td>InMobi</td>
+<td>committer, PPMC</td>
+<td>+05:30</td>
+<td><span id="developer-10">+05:30</span></td></tr>
+<tr class="a">
+<td><img 
src="http://www.gravatar.com/avatar/27790393b874159fe05609ca7ed812f9?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="jbonofre"></a>jbonofre</td>
+<td>Jean-Baptiste Onofre</td>
+<td><a class="externalLink" 
href="mailto:jbono...@apache.org";>jbono...@apache.org</a></td>
+<td>Talend</td>
+<td>committer, IPMC</td>
+<td>+01:00</td>
+<td><span id="developer-11">+01:00</span></td></tr>
+<tr class="b">
+<td><img 
src="http://www.gravatar.com/avatar/a533cc0f6748965c98e5878d0af2b3d4?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="rostafiychuk"></a>rostafiychuk</td>
+<td>Ruslan Ostafiychuk</td>
+<td><a class="externalLink" 
href="mailto:rostafiyc...@apache.org";>rostafiyc...@apache.org</a></td>
+<td>Hortonworks</td>
+<td>committer</td>
+<td>+03:00</td>
+<td><span id="developer-12">+03:00</span></td></tr>
+<tr class="a">
+<td><img 
src="http://www.gravatar.com/avatar/2c42c0efd45396b4d3dd40eb36abea1b?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="raghav"></a>raghav</td>
+<td>Raghav Kumar Gautam</td>
+<td><a class="externalLink" 
href="mailto:rag...@apache.org";>rag...@apache.org</a></td>
+<td>Hortonworks</td>
+<td>committer</td>
+<td>-08:00</td>
+<td><span id="developer-13">-08:00</span></td></tr></table></div>
+<div class="section">
+<h3>Contributors<a name="Contributors"></a></h3><a name="Contributors"></a>
+<p>There are no contributors listed for this project. Please check back again 
later.</p><script type="text/javascript">
+function offsetDate(id, offset) {
+    var now = new Date();
+    var nowTime = now.getTime();
+    var localOffset = now.getTimezoneOffset();
+    var developerTime = nowTime + ( offset * 60 * 60 * 1000 )+ ( localOffset * 
60 * 1000 );
+    var developerDate = new Date(developerTime);
+
+    document.getElementById(id).innerHTML = developerDate;
+}
+
+function init(){
+    offsetDate('developer-0', '0');
+    offsetDate('developer-1', '-8');
+    offsetDate('developer-2', '0');
+    offsetDate('developer-3', '0');
+    offsetDate('developer-4', '-8');
+    offsetDate('developer-5', '0');
+    offsetDate('developer-6', '0');
+    offsetDate('developer-7', '0');
+    offsetDate('developer-8', '0');
+    offsetDate('developer-9', '-8');
+    offsetDate('developer-10', '0');
+    offsetDate('developer-11', '0');
+    offsetDate('developer-12', '0');
+    offsetDate('developer-13', '0');
+}
+
+window.onLoad = init();
+</script></div></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    
2013-2014
+                        <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
+            All Rights Reserved.      
+                    
+      </div>
+
+                          
+                <p id="poweredBy" class="pull-right">
+                          <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>
+              </p>
+        
+                </div>
+    </footer>
+  </body>
+</html>

Modified: incubator/falcon/site/EntitySpecification.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/EntitySpecification.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/EntitySpecification.html (original)
+++ incubator/falcon/site/EntitySpecification.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Contents</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/FalconCLI.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/FalconCLI.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/FalconCLI.html (original)
+++ incubator/falcon/site/FalconCLI.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - FalconCLI</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/FalconDocumentation.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/FalconDocumentation.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/FalconDocumentation.html (original)
+++ incubator/falcon/site/FalconDocumentation.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Contents</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/GettingStarted.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/GettingStarted.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/GettingStarted.html (original)
+++ incubator/falcon/site/GettingStarted.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Apache Falcon - Data management and processing 
platform</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/HiveIntegration.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/HiveIntegration.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/HiveIntegration.html (original)
+++ incubator/falcon/site/HiveIntegration.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Hive Integration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/InstallationSteps.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/InstallationSteps.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/InstallationSteps.html (original)
+++ incubator/falcon/site/InstallationSteps.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Building & Installing Falcon</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/OnBoarding.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/OnBoarding.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/OnBoarding.html (original)
+++ incubator/falcon/site/OnBoarding.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Contents</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/Security.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/Security.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/Security.html (original)
+++ incubator/falcon/site/Security.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Securing Falcon</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/index-new.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/index-new.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/index-new.html (original)
+++ incubator/falcon/site/index-new.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/index.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/index.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/index.html (original)
+++ incubator/falcon/site/index.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Apache Falcon - Data management and processing 
platform</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/issue-tracking.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/issue-tracking.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/issue-tracking.html (original)
+++ incubator/falcon/site/issue-tracking.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Issue Tracking</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/license.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/license.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/license.html (original)
+++ incubator/falcon/site/license.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Project License</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/mail-lists.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/mail-lists.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/mail-lists.html (original)
+++ incubator/falcon/site/mail-lists.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/project-info.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/project-info.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/project-info.html (original)
+++ incubator/falcon/site/project-info.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/restapi/AdjacentVertices.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/restapi/AdjacentVertices.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/restapi/AdjacentVertices.html (original)
+++ incubator/falcon/site/restapi/AdjacentVertices.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - GET api/graphs/lineage/vertices/:id/:direction</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="../0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/restapi/AdminConfig.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/restapi/AdminConfig.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/restapi/AdminConfig.html (original)
+++ incubator/falcon/site/restapi/AdminConfig.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - GET /api/admin/config/:config-type</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="../0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/restapi/AdminStack.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/restapi/AdminStack.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/restapi/AdminStack.html (original)
+++ incubator/falcon/site/restapi/AdminStack.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - GET /api/admin/stack</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="../0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/restapi/AdminVersion.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/restapi/AdminVersion.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/restapi/AdminVersion.html (original)
+++ incubator/falcon/site/restapi/AdminVersion.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - GET /api/admin/version</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="../0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/restapi/AllEdges.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/restapi/AllEdges.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/restapi/AllEdges.html (original)
+++ incubator/falcon/site/restapi/AllEdges.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - GET pi/graphs/lineage//edges/all</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="../0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/restapi/AllVertices.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/restapi/AllVertices.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/restapi/AllVertices.html (original)
+++ incubator/falcon/site/restapi/AllVertices.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - GET api/graphs/lineage/vertices/all</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="../0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>

Modified: incubator/falcon/site/restapi/Edge.html
URL: 
http://svn.apache.org/viewvc/incubator/falcon/site/restapi/Edge.html?rev=1643497&r1=1643496&r2=1643497&view=diff
==============================================================================
--- incubator/falcon/site/restapi/Edge.html (original)
+++ incubator/falcon/site/restapi/Edge.html Sat Dec  6 06:11:41 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-25
+ | Generated by Apache Maven Doxia at 2014-12-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20140925" />
+    <meta name="Date-Revision-yyyymmdd" content="20141205" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - GET api/graphs/lineage/edges/:id</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,9 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+</li>
+                  
                       <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
 </li>
                   
@@ -113,7 +116,10 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../GettingStarted.html"  
title="current">current</a>
+                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
+</li>
+                  
+                      <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a href="../0.5-incubating/index.html"  
title="0.5-incubating">0.5-incubating</a>
@@ -245,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-09-25</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-12-05</li> 
             
                             </ul>
       </div>


Reply via email to