This repository has been archived by the owner on Dec 5, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·194 lines (178 loc) · 9.37 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Apache NiFi - Flow-Based Programming - Apache Incubator</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/bootstrap-theme.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
your browser</a> to improve your experience.</p>
<![endif]-->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><span class="project-branding">Apache NiFi</span></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="/index.html">Home</a></li>
<li><a href="/downloads/">Downloads</a></li>
<li><a href="/docs/roadmap.html">Roadmap</a></li>
<li><a href="http://www.apache.org/licenses/LICENSE-2.0"><span class="glyphicon glyphicon-link" aria-hidden="true"></span> License</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="/docs/faq.html">FAQ</a></li>
<li><a href="/docs/nifi-docs/overview.html">NiFi Overview</a></li>
<li><a href="/docs/nifi-docs/user-guide.html">User Guide</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community<span
class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="/mailing_lists.html">Mailing Lists</a></li>
<li><a href="/people.html">People</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Development<span
class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="/development/quickstart.html">Quickstart</a></li>
<li><a href="https://git-wip-us.apache.org/repos/asf/incubator-nifi.git"><span class="glyphicon glyphicon-link" aria-hidden="true"></span> Source</a></li>
<li class="divider"></li>
<li class="dropdown-header">Tools</li>
<li><a href="https://issues.apache.org/jira/browse/NIFI"><span class="glyphicon glyphicon-link" aria-hidden="true"></span> Issues</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">ASF Links <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="http://www.apache.org"><span class="glyphicon glyphicon-link" aria-hidden="true"></span> Apache Software Foundation</a>
</li>
<li><a href="http://www.apache.org/foundation/sponsorship.html"><span class="glyphicon glyphicon-link" aria-hidden="true"></span> Sponsorship</a></li>
<li><a href="http://www.apache.org/security/"><span class="glyphicon glyphicon-link" aria-hidden="true"></span> Security</a></li>
<li><a href="http://www.apache.org/foundation/thanks.html"><span class="glyphicon glyphicon-link" aria-hidden="true"></span> Thanks</a></li>
</ul>
</li>
</ul>
</div>
<!--/.navbar-collapse -->
</div>
</nav>
<div id="content-wrapper">
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-md-2 logo">
<img class="highlight" src="img/square-logo.svg">
</div>
<div class="col-md-10">
<h1>Apache NiFi</h1>
<p>
Apache NiFi is a dataflow system based on the concepts of flow-based programming. <br/>
It is currently a part of the Apache Incubator.
</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row flow-img-div">
<img class="flow-img flow-img-div highlight-complement" src="img/flow.png">
</div>
<div class="row">
<div class="col-md-4">
<h2><i class="fa fa-cogs"></i> Features</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor
mauris
condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis
euismod. Donec sed odio dui. </p>
</div>
<div class="col-md-4">
<h2><i class="fa fa-code-fork"></i> Get Involved</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor
mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis
euismod. Donec sed odio dui. </p>
</div>
<div class="col-md-4">
<h2><i class="fa fa-book"></i> Documentation</h2>
<p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula
porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh,
ut fermentum massa justo sit amet risus.</p>
</div>
</div>
</div>
<div id="content-wrapper-buffer"> </div>
</div>
<div id="footer" class="footer">
<footer>
<div>
<img class="apache-logo" src="img/egg-logo.png">
</div>
<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.<br/>
</p>
</div>
<div>
<p>
Copyright © 2014-2015 The Apache Software Foundation, Licensed under the Apache License,
Version
2.0.
<br/>
Apache, the Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache
Software
Foundation.
</p>
</div>
</footer>
</div>
<!-- /container -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.1.js"><\/script>')</script>
<script src="js/vendor/bootstrap.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>