You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by pa...@apache.org on 2016/03/11 05:55:15 UTC

[37/51] [partial] falcon git commit: FALCON-1830 Make changes to generate html under content folder

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/docs/restapi/ResourceList.html
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/docs/restapi/ResourceList.html b/content/0.4-incubating/docs/restapi/ResourceList.html
new file mode 100644
index 0000000..4434e8f
--- /dev/null
+++ b/content/0.4-incubating/docs/restapi/ResourceList.html
@@ -0,0 +1,215 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2016-03-11
+ | 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="20160311" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - RESTful Resources</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="http://falcon.incubator.apache.org/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="">RESTful Resources</li>
+        
+                
+                    
+      
+                                              
+    <li class="pull-right">              <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314429&version=12324424" class="externalLink" title="Released: 2014-02-02">
+        Released: 2014-02-02</a>
+  </li>
+
+        <li class="divider pull-right">|</li>
+      
+    <li class="pull-right">              <a href="http://archive.apache.org/dist/incubator/falcon/" class="externalLink" title="0.4-incubating">
+        0.4-incubating</a>
+  </li>
+
+                        </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h2>RESTful Resources<a name="RESTful_Resources"></a></h2>
+<p></p>
+<ul>
+<li><a href="#REST_Call_on_Entity_Resource">REST Call on Entity Resource</a></li>
+<li><a href="#REST_Call_on_Feed_and_Process_Instances">REST Call on Feed/Process Instances</a></li>
+<li><a href="#REST_Call_on_Admin_Resource">REST Call on Admin Resource</a></li></ul></div>
+<div class="section">
+<h3>REST Call on Admin Resource<a name="REST_Call_on_Admin_Resource"></a></h3>
+<p></p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Call Type</th>
+<th>Resource</th>
+<th>Description</th></tr>
+<tr class="b">
+<td>GET</td>
+<td><a href="./AdminStack.html">api/admin/stack</a></td>
+<td>Get stack of the server</td></tr>
+<tr class="a">
+<td>GET</td>
+<td><a href="./AdminVersion.html">api/admin/version</a></td>
+<td>Get version of the server</td></tr>
+<tr class="b">
+<td>GET</td>
+<td><a href="./AdminConfig.html">api/admin/config/:config-type</a></td>
+<td>Get configuration information of the server</td></tr></table></div>
+<div class="section">
+<h3>REST Call on Entity Resource<a name="REST_Call_on_Entity_Resource"></a></h3>
+<p></p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Call Type</th>
+<th>Resource</th>
+<th>Description</th></tr>
+<tr class="b">
+<td>POST</td>
+<td><a href="./EntityValidate.html">api/entities/validate/:entity-type</a></td>
+<td>Validate the entity</td></tr>
+<tr class="a">
+<td>POST</td>
+<td><a href="./EntitySubmit.html">api/entities/submit/:entity-type</a></td>
+<td>Submit the entity</td></tr>
+<tr class="b">
+<td>POST</td>
+<td><a href="./EntityUpdate.html">api/entities/update/:entity-type/:entity-name</a></td>
+<td>Update the entity</td></tr>
+<tr class="a">
+<td>POST</td>
+<td><a href="./EntitySubmitAndSchedule.html">api/entities/submitAndSchedule/:entity-type</a></td>
+<td>Submit &amp; Schedule the entity</td></tr>
+<tr class="b">
+<td>POST</td>
+<td><a href="./EntitySchedule.html">api/entities/schedule/:entity-type/:entity-name</a></td>
+<td>Schedule the entity</td></tr>
+<tr class="a">
+<td>POST</td>
+<td><a href="./EntitySuspend.html">api/entities/suspend/:entity-type/:entity-name</a></td>
+<td>Suspend the entity</td></tr>
+<tr class="b">
+<td>POST</td>
+<td><a href="./EntityResume.html">api/entities/resume/:entity-type/:entity-name</a></td>
+<td>Resume the entity</td></tr>
+<tr class="a">
+<td>DELETE</td>
+<td><a href="./EntityDelete.html">api/entities/delete/:entity-type/:entity-name</a></td>
+<td>Delete the entity</td></tr>
+<tr class="b">
+<td>GET</td>
+<td><a href="./EntityStatus.html">api/entities/status/:entity-type/:entity-name</a></td>
+<td>Get the status of the entity</td></tr>
+<tr class="a">
+<td>GET</td>
+<td><a href="./EntityDefinition.html">api/entities/definition/:entity-type/:entity-name</a></td>
+<td>Get the definition of the entity</td></tr>
+<tr class="b">
+<td>GET</td>
+<td><a href="./EntityList.html">api/entities/list/:entity-type?fields=:fields</a></td>
+<td>Get the list of entities</td></tr>
+<tr class="a">
+<td>GET</td>
+<td><a href="./EntityDependencies.html">api/entities/dependencies/:entity-type/:entity-name</a></td>
+<td>Get the dependencies of the entity</td></tr></table></div>
+<div class="section">
+<h3>REST Call on Feed and Process Instances<a name="REST_Call_on_Feed_and_Process_Instances"></a></h3>
+<p></p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Call Type</th>
+<th>Resource</th>
+<th>Description</th></tr>
+<tr class="b">
+<td>GET</td>
+<td><a href="./InstanceRunning.html">api/instance/running/:entity-type/:entity-name</a></td>
+<td>List of running instances.</td></tr>
+<tr class="a">
+<td>GET</td>
+<td><a href="./InstanceStatus.html">api/instance/status/:entity-type/:entity-name</a>]</td>
+<td>Status of a given instance</td></tr>
+<tr class="b">
+<td>POST</td>
+<td><a href="./InstanceKill.html">api/instance/kill/:entity-type/:entity-name</a>]</td>
+<td>Kill a given instance</td></tr>
+<tr class="a">
+<td>POST</td>
+<td><a href="./InstanceSuspend.html">api/instance/suspend/:entity-type/:entity-name</a>]</td>
+<td>Suspend a running instance</td></tr>
+<tr class="b">
+<td>POST</td>
+<td><a href="./InstanceResume.html">api/instance/resume/:entity-type/:entity-name</a>]</td>
+<td>Resume a given instance</td></tr>
+<tr class="a">
+<td>POST</td>
+<td><a href="./InstanceRerun.html">api/instance/rerun/:entity-type/:entity-name</a>]</td>
+<td>Rerun a given instance</td></tr>
+<tr class="b">
+<td>GET</td>
+<td><a href="./InstanceLogs.html">api/instance/logs/:entity-type/:entity-name</a>]</td>
+<td>Get logs of a given instance</td></tr></table></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    2013-2016
+                        <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>

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/Architecture.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/Architecture.png b/content/0.4-incubating/images/Architecture.png
new file mode 100644
index 0000000..0378b49
Binary files /dev/null and b/content/0.4-incubating/images/Architecture.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/EntityDependency.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/EntityDependency.png b/content/0.4-incubating/images/EntityDependency.png
new file mode 100644
index 0000000..9f11870
Binary files /dev/null and b/content/0.4-incubating/images/EntityDependency.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/FeedSchedule.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/FeedSchedule.png b/content/0.4-incubating/images/FeedSchedule.png
new file mode 100644
index 0000000..105c6b1
Binary files /dev/null and b/content/0.4-incubating/images/FeedSchedule.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/PrismSetup.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/PrismSetup.png b/content/0.4-incubating/images/PrismSetup.png
new file mode 100644
index 0000000..b0dc9a5
Binary files /dev/null and b/content/0.4-incubating/images/PrismSetup.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/ProcessSchedule.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/ProcessSchedule.png b/content/0.4-incubating/images/ProcessSchedule.png
new file mode 100644
index 0000000..a7dd788
Binary files /dev/null and b/content/0.4-incubating/images/ProcessSchedule.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/accessories-text-editor.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/accessories-text-editor.png b/content/0.4-incubating/images/accessories-text-editor.png
new file mode 100644
index 0000000..abc3366
Binary files /dev/null and b/content/0.4-incubating/images/accessories-text-editor.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/add.gif
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/add.gif b/content/0.4-incubating/images/add.gif
new file mode 100644
index 0000000..1cb3dbf
Binary files /dev/null and b/content/0.4-incubating/images/add.gif differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/apache-incubator-logo.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/apache-incubator-logo.png b/content/0.4-incubating/images/apache-incubator-logo.png
new file mode 100644
index 0000000..81fb31e
Binary files /dev/null and b/content/0.4-incubating/images/apache-incubator-logo.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/apache-maven-project-2.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/apache-maven-project-2.png b/content/0.4-incubating/images/apache-maven-project-2.png
new file mode 100644
index 0000000..6c096ec
Binary files /dev/null and b/content/0.4-incubating/images/apache-maven-project-2.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/application-certificate.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/application-certificate.png b/content/0.4-incubating/images/application-certificate.png
new file mode 100644
index 0000000..cc6aff6
Binary files /dev/null and b/content/0.4-incubating/images/application-certificate.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/contact-new.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/contact-new.png b/content/0.4-incubating/images/contact-new.png
new file mode 100644
index 0000000..ebc4316
Binary files /dev/null and b/content/0.4-incubating/images/contact-new.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/document-properties.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/document-properties.png b/content/0.4-incubating/images/document-properties.png
new file mode 100644
index 0000000..34c2409
Binary files /dev/null and b/content/0.4-incubating/images/document-properties.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/drive-harddisk.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/drive-harddisk.png b/content/0.4-incubating/images/drive-harddisk.png
new file mode 100644
index 0000000..d7ce475
Binary files /dev/null and b/content/0.4-incubating/images/drive-harddisk.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/falcon-logo.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/falcon-logo.png b/content/0.4-incubating/images/falcon-logo.png
new file mode 100644
index 0000000..0a9f6cf
Binary files /dev/null and b/content/0.4-incubating/images/falcon-logo.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/fix.gif
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/fix.gif b/content/0.4-incubating/images/fix.gif
new file mode 100644
index 0000000..b7eb3dc
Binary files /dev/null and b/content/0.4-incubating/images/fix.gif differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/icon_error_sml.gif
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/icon_error_sml.gif b/content/0.4-incubating/images/icon_error_sml.gif
new file mode 100644
index 0000000..12e9a01
Binary files /dev/null and b/content/0.4-incubating/images/icon_error_sml.gif differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/icon_help_sml.gif
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/icon_help_sml.gif b/content/0.4-incubating/images/icon_help_sml.gif
new file mode 100644
index 0000000..aaf20e6
Binary files /dev/null and b/content/0.4-incubating/images/icon_help_sml.gif differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/icon_info_sml.gif
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/icon_info_sml.gif b/content/0.4-incubating/images/icon_info_sml.gif
new file mode 100644
index 0000000..b776326
Binary files /dev/null and b/content/0.4-incubating/images/icon_info_sml.gif differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/icon_success_sml.gif
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/icon_success_sml.gif b/content/0.4-incubating/images/icon_success_sml.gif
new file mode 100644
index 0000000..0a19527
Binary files /dev/null and b/content/0.4-incubating/images/icon_success_sml.gif differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/icon_warning_sml.gif
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/icon_warning_sml.gif b/content/0.4-incubating/images/icon_warning_sml.gif
new file mode 100644
index 0000000..ac6ad6a
Binary files /dev/null and b/content/0.4-incubating/images/icon_warning_sml.gif differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/image-x-generic.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/image-x-generic.png b/content/0.4-incubating/images/image-x-generic.png
new file mode 100644
index 0000000..ab49efb
Binary files /dev/null and b/content/0.4-incubating/images/image-x-generic.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/internet-web-browser.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/internet-web-browser.png b/content/0.4-incubating/images/internet-web-browser.png
new file mode 100644
index 0000000..307d6ac
Binary files /dev/null and b/content/0.4-incubating/images/internet-web-browser.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/logos/build-by-maven-black.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/logos/build-by-maven-black.png b/content/0.4-incubating/images/logos/build-by-maven-black.png
new file mode 100644
index 0000000..919fd0f
Binary files /dev/null and b/content/0.4-incubating/images/logos/build-by-maven-black.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/logos/build-by-maven-white.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/logos/build-by-maven-white.png b/content/0.4-incubating/images/logos/build-by-maven-white.png
new file mode 100644
index 0000000..7d44c9c
Binary files /dev/null and b/content/0.4-incubating/images/logos/build-by-maven-white.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/logos/maven-feather.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/logos/maven-feather.png b/content/0.4-incubating/images/logos/maven-feather.png
new file mode 100644
index 0000000..b5ada83
Binary files /dev/null and b/content/0.4-incubating/images/logos/maven-feather.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/network-server.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/network-server.png b/content/0.4-incubating/images/network-server.png
new file mode 100644
index 0000000..1d12e19
Binary files /dev/null and b/content/0.4-incubating/images/network-server.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/package-x-generic.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/package-x-generic.png b/content/0.4-incubating/images/package-x-generic.png
new file mode 100644
index 0000000..8b7e9e6
Binary files /dev/null and b/content/0.4-incubating/images/package-x-generic.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/profiles/pre-release.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/profiles/pre-release.png b/content/0.4-incubating/images/profiles/pre-release.png
new file mode 100644
index 0000000..d448e85
Binary files /dev/null and b/content/0.4-incubating/images/profiles/pre-release.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/profiles/retired.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/profiles/retired.png b/content/0.4-incubating/images/profiles/retired.png
new file mode 100644
index 0000000..f89f6a2
Binary files /dev/null and b/content/0.4-incubating/images/profiles/retired.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/profiles/sandbox.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/profiles/sandbox.png b/content/0.4-incubating/images/profiles/sandbox.png
new file mode 100644
index 0000000..f88b362
Binary files /dev/null and b/content/0.4-incubating/images/profiles/sandbox.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/remove.gif
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/remove.gif b/content/0.4-incubating/images/remove.gif
new file mode 100644
index 0000000..fc65631
Binary files /dev/null and b/content/0.4-incubating/images/remove.gif differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/rss.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/rss.png b/content/0.4-incubating/images/rss.png
new file mode 100644
index 0000000..a9850ee
Binary files /dev/null and b/content/0.4-incubating/images/rss.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/update.gif
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/update.gif b/content/0.4-incubating/images/update.gif
new file mode 100644
index 0000000..b2a6d0b
Binary files /dev/null and b/content/0.4-incubating/images/update.gif differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/images/window-new.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/images/window-new.png b/content/0.4-incubating/images/window-new.png
new file mode 100644
index 0000000..0e12ef9
Binary files /dev/null and b/content/0.4-incubating/images/window-new.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/img/glyphicons-halflings-white.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/img/glyphicons-halflings-white.png b/content/0.4-incubating/img/glyphicons-halflings-white.png
new file mode 100644
index 0000000..3bf6484
Binary files /dev/null and b/content/0.4-incubating/img/glyphicons-halflings-white.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/img/glyphicons-halflings.png
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/img/glyphicons-halflings.png b/content/0.4-incubating/img/glyphicons-halflings.png
new file mode 100644
index 0000000..a996999
Binary files /dev/null and b/content/0.4-incubating/img/glyphicons-halflings.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/index.html
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/index.html b/content/0.4-incubating/index.html
new file mode 100644
index 0000000..d920431
--- /dev/null
+++ b/content/0.4-incubating/index.html
@@ -0,0 +1,119 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2016-03-11
+ | 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="20160311" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - Contents</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="http://falcon.incubator.apache.org/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="">Contents</li>
+        
+                
+                    
+      
+                                              
+    <li class="pull-right">              <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314429&version=12324424" class="externalLink" title="Released: 2014-02-02">
+        Released: 2014-02-02</a>
+  </li>
+
+        <li class="divider pull-right">|</li>
+      
+    <li class="pull-right">              <a href="http://archive.apache.org/dist/incubator/falcon/" class="externalLink" title="0.4-incubating">
+        0.4-incubating</a>
+  </li>
+
+                        </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h4>Contents<a name="Contents"></a></h4>
+<p></p>
+<ul>
+<li><a href="./docs/InstallationSteps.html">Simple setup</a></li></ul>
+<p></p>
+<ul>
+<li><a href="./docs/FalconArchitecture.html">Overview</a></li></ul>
+<p></p>
+<ul>
+<li><a href="./docs/HiveIntegration.html">Hive Integration</a></li></ul>
+<p></p>
+<ul>
+<li><a href="./docs/OnBoarding.html">On boarding</a></li></ul>
+<p></p>
+<ul>
+<li><a href="./docs/EntitySpecification.html">Entity specification</a></li></ul>
+<p></p>
+<ul>
+<li><a href="./docs/FalconCLI.html">CLI</a></li></ul>
+<p></p>
+<ul>
+<li><a href="./docs/restapi/ResourceList.html">Rest API</a></li></ul></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    2013-2016
+                        <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>

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/integration.html
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/integration.html b/content/0.4-incubating/integration.html
new file mode 100644
index 0000000..191f421
--- /dev/null
+++ b/content/0.4-incubating/integration.html
@@ -0,0 +1,107 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2016-03-11
+ | 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="20160311" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - Continuous Integration</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="http://falcon.incubator.apache.org/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="">Continuous Integration</li>
+        
+                
+                    
+      
+                                              
+    <li class="pull-right">              <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314429&version=12324424" class="externalLink" title="Released: 2014-02-02">
+        Released: 2014-02-02</a>
+  </li>
+
+        <li class="divider pull-right">|</li>
+      
+    <li class="pull-right">              <a href="http://archive.apache.org/dist/incubator/falcon/" class="externalLink" title="0.4-incubating">
+        0.4-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 class="externalLink" href="http://jenkins-ci.org/">Jenkins</a>.</p></div>
+<div class="section">
+<h2>Access<a name="Access"></a></h2><a name="Access"></a>
+<p>The following is a link to the continuous integration system used by the project:</p>
+<div class="source">
+<pre><a class="externalLink" href="https://builds.apache.org/job/falcon">https://builds.apache.org/job/falcon</a></pre></div></div>
+<div class="section">
+<h2>Notifiers<a name="Notifiers"></a></h2><a name="Notifiers"></a>
+<p>No notifiers are defined. Please check back at a later date.</p></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    2013-2016
+                        <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>

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.4-incubating/issue-tracking.html
----------------------------------------------------------------------
diff --git a/content/0.4-incubating/issue-tracking.html b/content/0.4-incubating/issue-tracking.html
new file mode 100644
index 0000000..8883f07
--- /dev/null
+++ b/content/0.4-incubating/issue-tracking.html
@@ -0,0 +1,104 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2016-03-11
+ | 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="20160311" />
+    <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" />
+    <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="http://falcon.incubator.apache.org/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="">Issue Tracking</li>
+        
+                
+                    
+      
+                                              
+    <li class="pull-right">              <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314429&version=12324424" class="externalLink" title="Released: 2014-02-02">
+        Released: 2014-02-02</a>
+  </li>
+
+        <li class="divider pull-right">|</li>
+      
+    <li class="pull-right">              <a href="http://archive.apache.org/dist/incubator/falcon/" class="externalLink" title="0.4-incubating">
+        0.4-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 class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a>.</p></div>
+<div class="section">
+<h2>Issue Tracking<a name="Issue_Tracking"></a></h2><a name="Issue_Tracking"></a>
+<p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p>
+<div class="source">
+<pre><a class="externalLink" href="https://issues.apache.org/jira/browse/FALCON">https://issues.apache.org/jira/browse/FALCON</a></pre></div></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    2013-2016
+                        <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>