Added: incubator/nifi/site/trunk/user-guide.html URL: http://svn.apache.org/viewvc/incubator/nifi/site/trunk/user-guide.html?rev=1679130&view=auto ============================================================================== --- incubator/nifi/site/trunk/user-guide.html (added) +++ incubator/nifi/site/trunk/user-guide.html Wed May 13 03:15:33 2015 @@ -0,0 +1,132 @@ +<!doctype html> +<html class="no-js" lang="en"> + <head> + <title>Apache NiFi User Guide</title> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <link rel="shortcut icon" href="images/nifi16.ico"/> + <link rel="stylesheet" href="stylesheets/app.css" /> + <link rel="stylesheet" href="assets/stylesheets/font-awesome.min.css"> + <script src="assets/js/modernizr.js"></script> + <script src="assets/js/webfontloader.js"></script> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-57264262-1', 'auto'); + ga('send', 'pageview'); + </script> + </head> + <body> + <div class="sticky contain-to-grid"> + <nav class="top-bar" data-topbar role="navigation"> + <ul class="title-area"> + <li class="name"> + <h1> + <a href="index.html"> + <img id="logo-top-bar" src="images/nifiDrop.svg" alt="Apache NiFi"/> + </a> + </h1> + </li> + <!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone --> + <li class="toggle-topbar menu-icon"><a href="#"><span></span></a></li> + </ul> + + <section class="top-bar-section"> + <!-- Right Nav Section --> + <ul class="right"> + <li class="has-dropdown"> + <a href="#">Project</a> + <ul class="dropdown"> + <li><a href="index.html">Home</a></li> + <li><a href="https://blogs.apache.org/nifi/"><i class="fa fa-external-link external-link"></i>Apache NiFi Blog</a></li> + <li><a href="http://www.apache.org/licenses/LICENSE-2.0"><i class="fa fa-external-link external-link"></i>License</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Documentation</a> + <ul class="dropdown"> + <li><a href="faq.html">FAQ</a></li> + <li><a href="screencasts.html">Screencasts</a></li> + <li><a href="overview.html">NiFi Overview</a></li> + <li><a href="user-guide.html">User Guide</a></li> + <li><a href="developer-guide.html">Developer Guide</a></li> + <li><a href="administrator-guide.html">Admin Guide</a></li> + <li><a href="rest-api.html">Rest Api</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Download</a> + <ul class="dropdown"> + <li><a href="download.html">Download NiFi</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Community</a> + <ul class="dropdown"> + <li><a href="mailing_lists.html">Mailing Lists</a></li> + <li><a href="people.html">People</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Development</a> + <ul class="dropdown"> + <li><a href="quickstart.html">Quickstart</a></li> + <li><a href="release-guide.html">Release Guide</a></li> + <li><a href="licensing-guide.html">Licensing Guide</a></li> + <li><a href="developer-guide.html">Developer Guide</a></li> + <li><a href="https://git-wip-us.apache.org/repos/asf/incubator-nifi.git"><i class="fa fa-external-link external-link"></i>Source</a></li> + <li><a href="https://issues.apache.org/jira/browse/NIFI"><i class="fa fa-external-link external-link"></i>Issues</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">ASF Links</a> + <ul class="dropdown"> + <li><a href="http://www.apache.org"><i class="fa fa-external-link external-link"></i>Apache Software Foundation</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="fa fa-external-link external-link"></i>Sponsorship</a></li> + <li><a href="http://www.apache.org/security/"><i class="fa fa-external-link external-link"></i>Security</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html"><i class="fa fa-external-link external-link"></i>Thanks</a></li> + </ul> + </li> + </ul> + </section> + </nav> +</div> + + +<div class="external-guide"> + <iframe src="docs/user-guide.html"></iframe> +</div> + <div class="row"> + <div class="large-12 columns footer"> + <div class="disclaimer"> + <p> + Disclaimer: Apache NiFi is an effort undergoing incubation at the Apache Software Foundation (ASF), + sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until + a further review indicates that the infrastructure, communications, and decision making process + have stabilized in a manner consistent with other successful ASF projects. 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> + <a href="http://www.apache.org"> + <img id="asf-logo" alt="Apache Software Foundation" src="images/feather-small.gif"> + </a> + <a href="http://incubator.apache.org/"> + <img id="incubator-logo" alt="Apache Incubator" src="images/egg-logo.png"> + </a> + + <div id="copyright"> + <p>Copyright © 2014 The Apache Software Foundation, Licensed under the <a + href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache, the + Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache Software + Foundation.</p> + </div> + </div> +</div> + <script src="assets/js/jquery.min.js"></script> + <script src="assets/js/foundation.js"></script> + <script src="js/app.js"></script> + </body> +</html>
