-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
252 lines (236 loc) · 10.7 KB
/
index.html
File metadata and controls
252 lines (236 loc) · 10.7 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>gnu - jabber</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="https://libreops.cc/static/lib/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://libreops.cc/static/lib/fork-awesome/css/fork-awesome.min.css">
<link rel="stylesheet" href="https://libreops.cc/static/css/app.css">
<link rel="prefetch" type="application/l10n" href="static/locales.ini">
<link rel="shortcut icon" href="/favicon.ico">
</head>
<body>
<div class="page">
<div class="container">
<header class="py-3 text-center">
<a href="/"><img src="/static/img/gnu.png" alt="gnu" class="avatar"></a>
</header>
<div class="card w-75 mx-auto bg-danger text-white">
<div class="card-header" data-l10n-id="announcement-title">
announcement
</div>
<div class="card-body" data-l10n-id="announcement-text">
<p>
Our jabber service will close down on August 31.
</p>
</div>
</div>
<div class="card w-75 mx-auto mt-4">
<div class="card-header" data-l10n-id="about-title">
about
<div class="pull-right">
<span id="lang-selection"><span class="fa fa-language pr-2"></span>
<select onchange="currentLang=this.value;document.webL10n.setLanguage(this.value || this.options[this.selectedIndex].text);" autocomplete="off">
<option id="lang-en" selected value="en">en</option>
<option id="lang-el" value="el">el</option>
</select>
</div>
</div>
<div class="card-body" data-l10n-id="about-text">
<p>
Gnu is a public jabber server. Jabber (or xmpp) is an open protocol for realtime communications.
In contrast to most similar protocols, it is decentralized. That means that there is no central server,
but a network of many equal servers. To some extend, it is similar to how email works.
</p>
<p>
Every user can freely register on
<a href="https://xmpp.net/directory.php" target="_blank">any server</a>
they like and trust, in order to chat with users across the whole network.
</p>
</div>
</div>
<div class="card w-75 mx-auto mt-4">
<div class="card-header" data-l10n-id="reg-title">
registration
</div>
<div class="card-body" data-l10n-id="reg-text">
The service is open.<br>
You can register through <a href="https://gnu.gr:5281/register">this form</a>.
</div>
</div>
<div class="card w-75 mx-auto mt-4">
<div class="card-header" data-l10n-id="apps-title">
εφαρμογές
</div>
<div class="card-body">
<p data-l10n-id="apps-text">
There are <a href="http://xmpp.org/software/clients.html" target="_blank">many applications</a> for using jabber.
Below we suggest some that we consider more secure.
</p>
<table class="table table-bordered text-center">
<thead>
<tr>
<th></th>
<th><i class="fa fa-linux"></i></th>
<th><i class="fa fa-windows"></i></th>
<th><i class="fa fa-apple"></i></th>
<th><i class="fa fa-android"></i></th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-left"><a href="https://pidgin.im/" target="_blank">Pidgin</a></td>
<td><i class="fa fa-check"></i></td>
<td><i class="fa fa-check"></i></td>
<td></td>
<td></td>
</tr>
<tr>
<td class="text-left"><a href="https://adium.im/" target="_blank">Adium</a></td>
<td></td>
<td></td>
<td><i class="fa fa-check"></i></td>
<td></td>
</tr>
<tr>
<td class="text-left"><a href="https://coy.im/" target="_blank">CoyIM</a></td>
<td><i class="fa fa-check"></i></td>
<td><i class="fa fa-check"></i></td>
<td><i class="fa fa-check"></i></td>
<td></td>
</tr>
<tr>
<td class="text-left"><a href="https://trac.torproject.org/projects/tor/wiki/doc/TorMessenger" target="_blank">TorMessenger</a></td>
<td><i class="fa fa-check"></i></td>
<td><i class="fa fa-check"></i></td>
<td><i class="fa fa-check"></i></td>
<td></td>
</tr>
<tr>
<td class="text-left"><a href="https://chatsecure.org/" target="_blank">Chatsecure</a></td>
<td></td>
<td></td>
<td><i class="fa fa-check"></i></td>
<td></td>
</tr>
<tr>
<td class="text-left"><a href="https://conversations.im/" target="_blank">Conversations</a></td>
<td></td>
<td></td>
<td></td>
<td><i class="fa fa-check"></i></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="card w-75 mx-auto mt-4">
<div class="card-header" data-l10n-id="sec-title">
security
</div>
<div class="card-body">
<div data-l10n-id="sec-text">
<p>
The above applications communicate with gnu in an encrypted way,
same applies to communication with other servers.
</p>
<p>
For end to end encryption we recommend the use of OTR (Off-the-Record) protocol.
All of the above suggested applications support this, either by default or through a plugin.
</p>
</div>
<p>
SHA256 Fingerprint
<code id="fingerprint"></code>
</p>
<p>
<a href='https://xmpp.net/result.php?domain=gnu.gr&type=server'>
<img src='https://xmpp.net/badge.php?domain=gnu.gr' alt='xmpp.net score'>
</a>
</p>
</div>
</div>
<div class="card w-75 mx-auto mt-4">
<div class="card-header" data-l10n-id="priv-title">
privacy
</div>
<div class="card-body" data-l10n-id="priv-text">
<p>
One of the motives for creating gnu was to build a jabber server that will keep a minimum
amount of (meta)data and only the bare minimum that is required for its core functionality,
in respect to users privacy.
</p>
<p>Data that we <strong>do not</strong> keep on the server</p>
<ul>
<li>
Connection metadata. Exact time and duration of connection to the server.
</li>
<li>
Access logs. Both on the jabber and on the web server that hosts this website.
</li>
<li>
Chat data. It may seems obvious, but it is important to note that the server
has no knowledge to the chats content.
</li>
</ul>
<p>In order for this service to work, it is necessary to keep these data.</p>
<ul>
<li>
Users contacts (roster). This ensures that the contact list remains the same for
a given account, regardless of which application or device is being used for connection.
</li>
<li>
Offline messages. These are incoming messages that are stored in case a user is offline.
These messages are automatically deleted once the user gets online.
</li>
<li>
We keep a record, on a month basis, for the last time a user is connected to the server.
This way we can delete accounts that are inactive for more than a year,
so we do not need to keep user data that no longer use our service or have forgotten their password.
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<footer class="p-3 px-md-4 my-3 border shadow w-75 mx-auto">
<div class="row justify-content-sm-between">
<div class="col-sm">
<a href="https://riot.im/app/#/room/#libreops:matrix.org" class="mx-1 footer-link" target="_blank">
<i class="fa fa-comments" aria-hidden="true"></i> Matrix
</a>
<a href="https://status.libreops.cc/" class="mx-1 footer-link" target="_blank">
<i class="fa fa-area-chart" aria-hidden="true"></i> Uptime
</a>
<a href="https://gitlab.com/libreops/" class="mx-1 footer-link" target="_blank">
<i class="fa fa-git" aria-hidden="true"></i> Source Code
</a>
<a href="https://libreops.cc/terms/" class="mx-1 footer-link" target="_blank">
<i class="fa fa-sticky-note-o" aria-hidden="true"></i> Terms of Service
</a>
</div>
<div class="col-sm">
<a href="/feed.xml" class="mx-2 footer-link">
<i class="fa fa-rss" aria-hidden="true"></i> Feed
</a>
<a href="https://libretooth.gr/@libreops" class="mx-2 footer-link">
<i class="fa fa-mastodon" aria-hidden="true"></i> Mastodon
</a>
<a href="https://twitter.com/libreops" class="mx-2 footer-link">
<i class="fa fa-twitter" aria-hidden="true"></i> Twitter
</a>
</div>
<div class="col-sm footer-col">
<a class="btn btn-danger mb-2" href="https://opencollective.com/libreops/" target="_blank">Donate</a>
<a href="https://libreops.cc" target="_blank"><img src="https://libreops.cc/static/img/libreops.svg" alt="LibreOps" class="footer-avatar"></a>
</div>
</div>
</footer>
</div>
<script src="https://libreops.cc/static/lib/jquery/dist/jquery.min.js"></script>
<script src="https://libreops.cc/static/lib/webl10n/l10n.js"></script>
<script src="static/js/app.js"></script>
</body>
</html>