forked from openwisp/OpenWISP-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
238 lines (237 loc) · 9.38 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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>OpenWISP: Open Source Network Management System</title>
<link rel="manifest" href="manifest.json">
<meta name="description" content="OpenWISP is an open source network management system aimed at low cost networks: from public wifi, to university wifi, mesh networks and IoT.">
<link rel="stylesheet" href="css/reset.css" type="text/css">
<link rel="stylesheet" href="css/semantic.min.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
<link rel="icon" type="image/x-icon" href="images/favicon.png" />
</head>
<body>
<div class="ui sidebar vertical menu">
<a class="active item" href="index.html">Home</a>
<a class="item" href="whatis.html">Features</a>
<a class="item" href="history.html">History</a>
<a class="item" href="http://openwisp.io/docs">Docs</a>
<a class="item" href="support.html">Support</a>
<a class="item" href="thecode.html">Code</a>
<a class="item" href="about.html">People</a>
</div>
<div class="pusher">
<div class="ui grid" id="top-bar">
<div class="ui computer only column sixteen wide">
<div class="ui center aligned container secondary menu">
<h1 class="item logo">
<a href="./">OpenWISP</a>
</h1>
<div class="right menu">
<a class="active item" href="index.html">Home</a>
<a class="item" href="whatis.html">Features</a>
<a class="item" href="history.html">History</a>
<a class="item" href="http://openwisp.io/docs">Docs</a>
<a class="item" href="support.html">Support</a>
<a class="item" href="thecode.html">Code</a>
<a class="item" href="about.html">People</a>
</div>
</div>
</div>
<div class="ui mobile tablet only sixteen wide column">
<div class="ui menu">
<h1 class="item logo">
<a href="./">OpenWISP</a>
</h1>
<div class="right menu">
<div class="menu-open item">
<i class="sidebar icon"></i>
</div>
</div>
</div>
</div>
</div>
<div class="ui grid" id="main">
<div id="animation">
<canvas></canvas>
<div class="ui center aligned text canvas-text">
<h1>A Hackable Network Management System for the 21st Century</h1>
<div class="ui hidden divider"></div>
<p class="buttons center">
<a href="whatis.html"
class="ui big primary inverted button">
<i class="icon plus"></i>
Learn More
</a>
<a href="http://openwisp.io/docs"
class="ui big secondary inverted button">
<i class="icon book"></i>
Documentation
</a>
</p>
</div>
</div>
<div class="ui grid container padding-vertical meetopenwisp">
<div class="sixteen wide column">
<div class="content">
<img src="images/linux.png" alt="">
<h2>Leverage Linux OpenWRT</h2>
<p>
OpenWISP stays out of your way and lets you set up any type of
configuration supported by
<a href="https://openwrt.org/" target="_blank">OpenWRT</a>
thanks to its
<a href="https://youtu.be/oT7qcVuKBS8?t=82" target="_blank">advanced mode</a>.
</p>
</div>
<div class="content">
<a href="http://netjson.org/" target="_blank">
<img src="images/netjson.svg" alt="NetJSON">
</a>
<h2>Automate your network</h2>
<p>
Use <a href="http://netjson.org/" target="_blank">NetJSON</a>
configuration templates and
<a href="https://www.youtube.com/watch?v=lFd4Vbq0OdI&t=4s" target="_blank">
automatic registration</a> to fully automate the deployment of new nodes in your network.
</p>
</div>
<div class="content">
<img src="images/python.svg" alt="">
<h2>Modular, extensible, hackable</h2>
<p>
No more hacking unflexible software.
Leverage <a href="https://www.python.org/" target="_blank">Python</a>
and <a href="https://www.djangoproject.com/" target="_blank">Django</a>
to configure, extend and program what OpenWISP can do.
</p>
</div>
</div>
</div>
<div class="ui sixteen wide column padding-vertical">
<div class="ui center aligned text content container">
<h1>We fully embrace Open Source</h1>
<p class="buttons">
<a href="http://openwisp.io/docs/developer/contributing.html" class="ui primary big button"><i class="book icon"></i>Contributing</a>
<a href="thecode.html" class="ui secondary big button"><i class="github icon"></i>Source code</a>
</p>
</div>
</div>
<div class="ui grid container padding-vertical">
<div class="doubling stackable two column row news">
<div class="column">
<h2 class="center">Recent News</h2>
<div class="content">
<i class="newspaper outline icon"></i>
<p class="header">
<a href="gsoc/ideas-2019.html">Google Summer of Code 2019</a>
</p>
<p>Posted: 29 Feb 2019</p>
</div>
<div class="content">
<i class="newspaper outline icon"></i>
<p class="header">
<a href="http://openwisp.io/docs/developer/google-code-in.html">
OpenWISP accepted in the Google Code-In 2018!
</a>
</p>
<p>Posted: 19 Sep 2018</p>
</div>
<div class="content">
<i class="newspaper outline icon"></i>
<p class="header">
<a href="https://github.com/openwisp/vagrant-openwisp2">
New! vagrant-openwisp2
</a>
</p>
<p>Posted: 10 Sep 2018</p>
</div>
<div class="content">
<i class="newspaper outline icon"></i>
<p class="header">
<a href="https://www.youtube.com/watch?v=v_DUeFUGG8Q&list=PLPueLZei9c8_DEYgC5StOcR5bCAcQVfR8">
Introduction to OpenWISP2
</a>
</p>
<p>Posted: 6 Feb 2017</p>
</div>
</div>
<div class="column">
<h2 class="center">Related Links</h2>
<div class="content">
<p class="header">
<a href="http://netjson.org/">NetJSON</a>
</p>
<p>Data interchange format for networks</p>
</div>
<div class="content">
<p class="header">
<a href="https://openwrt.org/">OpenWRT</a>
</p>
<p>Linux distribution for networking apps</p>
</div>
<div class="content">
<p class="header">
<a href="https://www.internetsociety.org/">Internet Society</a>
</p>
<p>Internet standards non-profit</p>
</div>
<div class="content">
<p class="header">
<a href="https://www.battlemesh.org/">Battlemesh</a>
</p>
<p>Technical event focused on mesh networking</p>
</div>
</div>
</div>
</div>
<div class="ui grid container" id="github">
<div class="sixteen wide column">
<h2 class="center">Recent Project Activity</h2>
<div class="ui large feed feed-container"></div>
<a class="ui button big black"
href="activity.html"
id="load-more">See full activity</a>
</div>
</div>
</div>
<div class="ui black inverted segment padding-vertical" id="footer">
<div class="ui container stackable two column grid">
<div class="column logo white">
<a href="./">OpenWISP</a>
</div>
<div class="column social">
<a href="https://twitter.com/openwisp" class="ui twitter button">
<i class="twitter icon"></i>
Twitter
</a>
<a href="https://facebook.com/openwisp" class="ui facebook button">
<i class="facebook icon"></i>
Facebook
</a>
<a href="https://www.linkedin.com/groups/4777261" class="ui linkedin button">
<i class="linkedin icon"></i>
Linked In
</a>
<a href="https://github.com/openwisp" class="ui black button">
<i class="github icon"></i> Github
</a>
</div>
<p>© 2008-2019 OpenWISP and individual contributors.</p>
</div>
</div>
</div>
<script src="js/jquery-1.7.1.min.js"></script>
<script src="js/semantic.min.js"></script>
<script defer src="js/iconify.min.js"></script>
<script defer src="js/showdown.min.js"></script>
<script src="js/scripts.js"></script>
<script defer src="js/feed.js"></script>
<script>
$(document).ready(function() {
createActivityFeed({"posts": 5, "loadMore": false});
});
</script>
</body>
</html>