You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by bu...@apache.org on 2015/02/02 03:36:43 UTC

svn commit: r938602 - in /websites/staging/nifi/trunk/content: ./ development/ docs/ downloads/

Author: buildbot
Date: Mon Feb  2 02:36:43 2015
New Revision: 938602

Log:
Staging update by buildbot for nifi

Modified:
    websites/staging/nifi/trunk/content/   (props changed)
    websites/staging/nifi/trunk/content/development/mavenplugin.html
    websites/staging/nifi/trunk/content/development/quickstart.html
    websites/staging/nifi/trunk/content/development/release-guide.html
    websites/staging/nifi/trunk/content/development/releasemanagement.html
    websites/staging/nifi/trunk/content/docs/faq.html
    websites/staging/nifi/trunk/content/docs/roadmap.html
    websites/staging/nifi/trunk/content/downloads/index.html
    websites/staging/nifi/trunk/content/index.html
    websites/staging/nifi/trunk/content/mailing_lists.html
    websites/staging/nifi/trunk/content/people.html
    websites/staging/nifi/trunk/content/sitemap.html

Propchange: websites/staging/nifi/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb  2 02:36:43 2015
@@ -1 +1 @@
-1656380
+1656381

Modified: websites/staging/nifi/trunk/content/development/mavenplugin.html
==============================================================================
--- websites/staging/nifi/trunk/content/development/mavenplugin.html (original)
+++ websites/staging/nifi/trunk/content/development/mavenplugin.html Mon Feb  2 02:36:43 2015
@@ -102,8 +102,8 @@
 </nav>
 
 
-      <div class="jumbotron">
-        <!--<div id="content">-->
+      <!--<div class="jumbotron">-->
+        <div id="content">
           <h1 id="development-of-the-nar-maven-plugin">Development of the nar-maven-plugin</h1>
 <p>The nar-maven-plugin is an Apache Maven plugin that builds NAR files; the self-contained jar-files that
 encapsulate NiFi functions.</p>
@@ -113,8 +113,8 @@ Plugins that declare extensions cannot b
 plugin cannot be 'just another module' in the overalll NiFi Maven build. It has to be an independent build.
 Further, it has to be independently released. So, even though there is a <code>nar-maven-plugin</code> directory in the overall
 git repo, that directory is an independent project, not a module of the overall NiFi project.</p>
-        <!--</div>-->
-      </div>
+        </div>
+      <!--</div>-->
         <div id="footer">
           <a alt="Apache Software Foundation" href="http://www.apache.org">
            <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif">

Modified: websites/staging/nifi/trunk/content/development/quickstart.html
==============================================================================
--- websites/staging/nifi/trunk/content/development/quickstart.html (original)
+++ websites/staging/nifi/trunk/content/development/quickstart.html Mon Feb  2 02:36:43 2015
@@ -102,8 +102,8 @@
 </nav>
 
 
-      <div class="jumbotron">
-        <!--<div id="content">-->
+      <!--<div class="jumbotron">-->
+        <div id="content">
           <h1 id="wzxhzdk3-apache-nifi-development-quickstart"><img alt="NiFi logo" style="float: right" src="/images/niFi-logo-horizontal.png" /> Apache NiFi Development Quickstart</h1>
 <p>This documentation is in progress, but should get many started at building Apache NiFi.</p>
 <h2 id="source-code">Source Code</h2>
@@ -168,8 +168,8 @@ be excellent.</p>
 is ready for use:</p>
 <div class="codehilite"><pre>2014<span class="o">-</span>12<span class="o">-</span>09 00<span class="p">:</span>42<span class="p">:</span>03<span class="p">,</span>540 <span class="n">INFO</span> <span class="p">[</span><span class="n">main</span><span class="p">]</span> <span class="n">org</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">nifi</span><span class="p">.</span><span class="n">web</span><span class="p">.</span><span class="n">server</span><span class="p">.</span><span class="n">JettyServer</span> <span class="n">NiFi</span> <span class="n">has</span> <span class="n">started</span><span class="p">.</span> <span class="n">The</span> <span class="n">UI</span> <span class="n">is</span> <span class="n">available</span> <span class="n">at</span> <span class="n">the</span> <span class="n">following</span> <span class="n">URLs</span><span class="p">:</span>
 </pre></div>
-        <!--</div>-->
-      </div>
+        </div>
+      <!--</div>-->
         <div id="footer">
           <a alt="Apache Software Foundation" href="http://www.apache.org">
            <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif">

Modified: websites/staging/nifi/trunk/content/development/release-guide.html
==============================================================================
--- websites/staging/nifi/trunk/content/development/release-guide.html (original)
+++ websites/staging/nifi/trunk/content/development/release-guide.html Mon Feb  2 02:36:43 2015
@@ -102,8 +102,8 @@
 </nav>
 
 
-      <div class="jumbotron">
-        <!--<div id="content">-->
+      <!--<div class="jumbotron">-->
+        <div id="content">
           <h1 id="wzxhzdk5-apache-nifi-release-guide"><img alt="NiFi logo" style="float: right" src="/images/niFi-logo-horizontal.png" /> Apache NiFi Release Guide</h1>
 <p>The purpose of this document is to capture and describe the steps involved in producing 
 an official release of Apache NiFi.  It is written specifically to someone acting in the
@@ -410,8 +410,8 @@ with a subject of <code>[RESULT][VOTE] R
 <p>In Jira mark the release version as 'Released' and 'Archived' through 'version' management in the 'administration' console.</p>
 </li>
 </ol>
-        <!--</div>-->
-      </div>
+        </div>
+      <!--</div>-->
         <div id="footer">
           <a alt="Apache Software Foundation" href="http://www.apache.org">
            <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif">

Modified: websites/staging/nifi/trunk/content/development/releasemanagement.html
==============================================================================
--- websites/staging/nifi/trunk/content/development/releasemanagement.html (original)
+++ websites/staging/nifi/trunk/content/development/releasemanagement.html Mon Feb  2 02:36:43 2015
@@ -102,8 +102,8 @@
 </nav>
 
 
-      <div class="jumbotron">
-        <!--<div id="content">-->
+      <!--<div class="jumbotron">-->
+        <div id="content">
           <h1 id="release-management">Release Management</h1>
 <p>The NiFi project follows the usual Apache Software Foundation conventions for managing releases of projects
 built with Apache Maven. These are documented on this page: <a href="http://www.apache.org/dev/publishing-maven-artifacts.html">Maven Releases at Apache</a>.</p>
@@ -120,8 +120,8 @@ at NiFi gets around to writing something
 official release artifact copied to the dist area.</li>
 <li>If the vote fails (sigh) drop the staging repository.</li>
 </ol>
-        <!--</div>-->
-      </div>
+        </div>
+      <!--</div>-->
         <div id="footer">
           <a alt="Apache Software Foundation" href="http://www.apache.org">
            <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif">

Modified: websites/staging/nifi/trunk/content/docs/faq.html
==============================================================================
--- websites/staging/nifi/trunk/content/docs/faq.html (original)
+++ websites/staging/nifi/trunk/content/docs/faq.html Mon Feb  2 02:36:43 2015
@@ -102,8 +102,8 @@
 </nav>
 
 
-      <div class="jumbotron">
-        <!--<div id="content">-->
+      <!--<div class="jumbotron">-->
+        <div id="content">
           <h1 id="wzxhzdk0-apache-nifi-faqs"><img alt="NiFi logo" style="float: right" src="/images/niFi-logo-horizontal.png" /> Apache NiFi FAQs</h1>
 <ul>
 <li>
@@ -120,8 +120,8 @@
 </ul>
 </li>
 </ul>
-        <!--</div>-->
-      </div>
+        </div>
+      <!--</div>-->
         <div id="footer">
           <a alt="Apache Software Foundation" href="http://www.apache.org">
            <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif">

Modified: websites/staging/nifi/trunk/content/docs/roadmap.html
==============================================================================
--- websites/staging/nifi/trunk/content/docs/roadmap.html (original)
+++ websites/staging/nifi/trunk/content/docs/roadmap.html Mon Feb  2 02:36:43 2015
@@ -102,16 +102,16 @@
 </nav>
 
 
-      <div class="jumbotron">
-        <!--<div id="content">-->
+      <!--<div class="jumbotron">-->
+        <div id="content">
           <h1 id="wzxhzdk0-apache-nifi-roadmap"><img alt="NiFi logo" style="float: right" src="/images/niFi-logo-horizontal.png" /> Apache NiFi Roadmap</h1>
 <h3 id="first-steps">First steps</h3>
 <p>Initial work on Apache NiFi (incubating) will be focused on an initial incubating release.
 This means, migrating to apache infrastructure, using apache license compatible dependencies,
 developing developer documentation, and working out bugs introduced or discovered during this
 process. </p>
-        <!--</div>-->
-      </div>
+        </div>
+      <!--</div>-->
         <div id="footer">
           <a alt="Apache Software Foundation" href="http://www.apache.org">
            <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif">

Modified: websites/staging/nifi/trunk/content/downloads/index.html
==============================================================================
--- websites/staging/nifi/trunk/content/downloads/index.html (original)
+++ websites/staging/nifi/trunk/content/downloads/index.html Mon Feb  2 02:36:43 2015
@@ -102,8 +102,8 @@
 </nav>
 
 
-      <div class="jumbotron">
-        <!--<div id="content">-->
+      <!--<div class="jumbotron">-->
+        <div id="content">
           <h4 id="wzxhzdk0"><img alt="NiFi logo" style="float: right" src="/images/niFi-logo-horizontal.png" /></h4>
 <h1 id="apache-nifi-downloads">Apache NiFi Downloads</h1>
 <p>To verify the downloads please follow these <a href="http://www.apache.org/info/verification.html">procedures</a> using these <a href="https://dist.apache.org/repos/dist/release/incubator/nifi/KEYS">KEYS</a>.</p>
@@ -124,8 +124,8 @@
 </ul>
 </li>
 </ul>
-        <!--</div>-->
-      </div>
+        </div>
+      <!--</div>-->
         <div id="footer">
           <a alt="Apache Software Foundation" href="http://www.apache.org">
            <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif">

Modified: websites/staging/nifi/trunk/content/index.html
==============================================================================
--- websites/staging/nifi/trunk/content/index.html (original)
+++ websites/staging/nifi/trunk/content/index.html Mon Feb  2 02:36:43 2015
@@ -102,8 +102,8 @@
 </nav>
 
 
-      <div class="jumbotron">
-        <!--<div id="content">-->
+      <!--<div class="jumbotron">-->
+        <div id="content">
           <h1 id="wzxhzdk0-apache-nifi"><img alt="NiFi logo" style="float: right" src="/images/niFi-logo-horizontal.png" /> Apache NiFi</h1>
 <p>Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data.</p>
 <h2 id="features">Features</h2>
@@ -145,8 +145,8 @@ have stabilized in a manner consistent w
 <p>While incubation status is not necessarily a reflection of the completeness
 or stability of the code, it does indicate that the project has yet to be
 fully endorsed by the ASF.</p>
-        <!--</div>-->
-      </div>
+        </div>
+      <!--</div>-->
         <div id="footer">
           <a alt="Apache Software Foundation" href="http://www.apache.org">
            <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif">

Modified: websites/staging/nifi/trunk/content/mailing_lists.html
==============================================================================
--- websites/staging/nifi/trunk/content/mailing_lists.html (original)
+++ websites/staging/nifi/trunk/content/mailing_lists.html Mon Feb  2 02:36:43 2015
@@ -102,8 +102,8 @@
 </nav>
 
 
-      <div class="jumbotron">
-        <!--<div id="content">-->
+      <!--<div class="jumbotron">-->
+        <div id="content">
           <h1 id="wzxhzdk1-apache-nifi-mailing-lists"><img alt="NiFi logo" style="float: right" src="/images/niFi-logo-horizontal.png" /> Apache NiFi Mailing Lists</h1>
 <p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p>
 <table class="table table-striped">
@@ -131,8 +131,8 @@
 <ul>
 <li><a href="http://apache-nifi-incubating-developer-list.39713.n7.nabble.com/">Developer List archive on Nabble</a> </li>
 </ul>
-        <!--</div>-->
-      </div>
+        </div>
+      <!--</div>-->
         <div id="footer">
           <a alt="Apache Software Foundation" href="http://www.apache.org">
            <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif">

Modified: websites/staging/nifi/trunk/content/people.html
==============================================================================
--- websites/staging/nifi/trunk/content/people.html (original)
+++ websites/staging/nifi/trunk/content/people.html Mon Feb  2 02:36:43 2015
@@ -102,8 +102,8 @@
 </nav>
 
 
-      <div class="jumbotron">
-        <!--<div id="content">-->
+      <!--<div class="jumbotron">-->
+        <div id="content">
           <h1 id="wzxhzdk1-apache-nifi-team"><img alt="NiFi logo" style="float: right" src="/images/niFi-logo-horizontal.png" /> Apache NiFi Team</h1>
 <p>A successful project requires many people to play many roles. Some members write code, provide project mentorship, or author documentation. Others are valuable as testers, submitting patches and suggestions.</p>
 <p>The team is comprised of Project Management Committee 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>
@@ -202,8 +202,8 @@
 <td></td>
 </tr>
 </table>
-        <!--</div>-->
-      </div>
+        </div>
+      <!--</div>-->
         <div id="footer">
           <a alt="Apache Software Foundation" href="http://www.apache.org">
            <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif">

Modified: websites/staging/nifi/trunk/content/sitemap.html
==============================================================================
--- websites/staging/nifi/trunk/content/sitemap.html (original)
+++ websites/staging/nifi/trunk/content/sitemap.html Mon Feb  2 02:36:43 2015
@@ -102,15 +102,15 @@
 </nav>
 
 
-      <div class="jumbotron">
-        <!--<div id="content">-->
+      <!--<div class="jumbotron">-->
+        <div id="content">
           <ul>
 <li><a href="/">Apache NiFi</a></li>
 <li><a href="/mailing_lists.html">Apache NiFi Mailing Lists</a></li>
 <li><a href="/people.html">Apache NiFi Team</a></li>
 </ul>
-        <!--</div>-->
-      </div>
+        </div>
+      <!--</div>-->
         <div id="footer">
           <a alt="Apache Software Foundation" href="http://www.apache.org">
            <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif">