forked from openwisp/OpenWISP-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport.html
181 lines (175 loc) · 7.92 KB
/
support.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
<!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>Support Channels - OpenWISP</title>
<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 class="content">
<div class="ui sidebar vertical menu">
<a class="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 active" 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="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 active" 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">
<article class="ui container">
<h1>OpenWISP Support Channels</h1>
<p>
Need help? You can get in touch with us through different channels,
depending on the nature of your question. See below.
</p>
<h2>Mailing list</h2>
<p>
The <a href="https://groups.google.com/d/forum/openwisp" target="_blank">mailing list</a>
is the preferred channel for support requests, discussing ideas,
feature requests and discussions which require the participants to stay on-topic.
</p>
<p class="center buttons">
<a href="https://groups.google.com/d/forum/openwisp/join"
class="ui big inverted button red" target="_blank">
<i class="mail icon"></i> Join OpenWISP's Support Mailing List
</a>
</p>
<h2>Chat</h2>
<p>
For quick questions you can reach us
in the <a href="https://gitter.im/openwisp/general">OpenWISP General</a> chat.
</p>
Developers and contributors coordinate with one another using
<a href="https://gitter.im/openwisp/development">OpenWISP Development</a> chat.
<p>
Since we're on different timezones, it may happen that nobody
can answer your question while you're active in the chat.<br>
If that happens, try to send the same to question to the
<a href="https://groups.google.com/d/forum/openwisp" target="_blank">mailing list</a>,
which allows a more asynchronous communication.
</p>
<p class="center chat buttons">
<a href="https://gitter.im/openwisp/general"
class="ui big inverted button red" target="_blank">
<i class="comment icon"></i> Join the support chat
</a>
<a href="https://gitter.im/openwisp/development"
class="ui big inverted button red" target="_blank">
<i class="comment icon"></i> Join the dev chat
</a>
</p>
<h2>Github</h2>
<p>
If you are a developer, you may also want to open an issue or a pull
request on github. See also
<a href="http://openwisp.org/thecode.html#contributing">contributing</a>.
</p>
<p class="center buttons">
<a href="https://github.com/openwisp"
class="ui big inverted button red" target="_blank">
<i class="github icon"></i> OpenWISP on Github
</a>
</p>
<h2>Google Summer of Code</h2>
<p>
If you are interested participating in Google Summer of Code with OpenWISP, it
is suggested that you read <a href="https://openwisp.io/docs/developer/google-summer-of-code.html" target="_blank">
"Google Summer of Code" section of OpenWISP's documentation</a> first and join the
<a href="https://groups.google.com/g/openwisp-gsoc" target="_blank">dedicated mailing list for GSoC</a>.
</p>
<p class="center buttons">
<a href="https://groups.google.com/g/openwisp-gsoc"
class="ui big inverted button red" target="_blank">
<i class="mail icon"></i> Join OpenWISP's GSoC Mailing List
</a>
</p>
<h2>Commercial support</h2>
<p>
If you need commercial support you can write to
<a href="mailto:support@openwisp.io">support@openwisp.io</a>.
</p>
<p class="center buttons">
<a class="ui big inverted button red"
href="mailto:support@openwisp.io">
<i class="mail icon"></i> Contact Commercial Support
</a>
</p>
<h2>Reporting security issues</h2>
<p>
If you want to report a security issue in OpenWISP please write to
<a href="mailto:security@openwisp.io">security@openwisp.io</a>.
</p>
<p class="center buttons">
<a class="ui big inverted button red"
href="mailto:security@openwisp.io">
<i class="mail icon"></i> Report security issues
</a>
</p>
</article>
</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 src="js/scripts.js"></script>
</body>
</html>