forked from openwisp/OpenWISP-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
294 lines (293 loc) · 11 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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<!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="https://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="https://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="https://openwisp.io/docs"
class="ui big secondary inverted button"
>
<i class="icon book"></i>
Documentation
</a>
<a href="demo.html" class="ui big primary inverted button">
<i class="icon play"></i>
Demo
</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="https://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="https://summerofcode.withgoogle.com/programs/2023/organizations/openwisp"
target="_blank"
>
OpenWISP accepted in Google SoC 2023
</a>
</p>
<p>Posted: 19 April 2023</p>
</div>
<div class="content">
<i class="newspaper outline icon"></i>
<p class="header">
<a
href="https://groups.google.com/g/openwisp/c/c0XHy0ZBWoQ/m/a8HtmeLrBAAJ"
target="_blank"
>
OpenWISP 22.05 release
</a>
</p>
<p>Posted: 12 May 2022</p>
</div>
<div class="content">
<i class="newspaper outline icon"></i>
<p class="header">
<a
href="https://summerofcode.withgoogle.com/programs/2022/organizations/openwisp"
target="_blank"
>
OpenWISP accepted in Google SoC 2022
</a>
</p>
<p>Posted: 12 May 2022</p>
</div>
<div class="content">
<i class="newspaper outline icon"></i>
<p class="header">
<a
href="https://groups.google.com/g/openwisp/c/Y66IpC9Hb8Y/m/JgF-q2qMDwAJ"
target="_blank"
>
OpenWISP 22 Release Sprint</a
>
</p>
<p>Posted: 31 January 2022</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/company/openwisp"
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-
<script>
document.write(new Date().getFullYear());
</script>
OpenWISP and individual contributors.
</p>
</div>
</div>
</div>
<script src="js/jquery-3.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>