-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html
571 lines (526 loc) · 22.9 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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Movim – Responsive web-based cross-platform XMPP client</title>
<meta name="description"
content="Movim is a kickass distributed blogging and messaging platform built on the industry-standard XMPP protocol" />
<meta property="og:title" content="Movim – Responsive web-based cross-platform XMPP client" />
<meta name="twitter:title" content="Movim – Responsive web-based cross-platform XMPP client" />
<meta property="og:description"
content="Movim is a kickass distributed blogging and messaging platform built on the industry-standard XMPP protocol" />
<meta name="twitter:description"
content="Movim is a kickass distributed blogging and messaging platform built on the industry-standard XMPP protocol" />
<meta property="og:url" content="https://movim.eu/" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://movim.eu/img/logo_square.png" />
<meta name="twitter:site" content="@MovimNetwork" />
<meta name="twitter:image" content="https://movim.eu/img/logo_square.png">
<link rel="shortcut icon" href="img/favicon.ico" />
<link rel="icon" type="image/png" href="img/48.png" sizes="48x48">
<link rel="icon" type="image/png" href="img/96.png" sizes="96x96">
<link rel="icon" type="image/png" href="img/128.png" sizes="128x128">
<link rel="stylesheet" href="css/style.css?4" />
<link rel="stylesheet" href="css/fonts.css" type="text/css" />
<link rel="stylesheet" href="css/material-design-iconic-font.min.css" type="text/css" />
<meta name="viewport" content="width=device-width, user-scalable=no">
</head>
<body>
<header class="dark">
<nav class="flex full">
<ul>
<li>
<img src="img/vectorial.svg">
<a href="https://movim.eu/">
Movim
</a>
</li>
<li>
<a target="_blank" href="https://mov.im/?node/pubsub.movim.eu/Movim">
Blog
</a>
</li>
<li>
<a rel="me" href="https://piaille.fr/@movim" target="_blank">
Mastodon
</a>
</li>
<li>
<a href="#donate">
Support Us
</a>
</li>
<li class="oppose" title="Github">
<a target="_blank" href="https://github.com/movim/movim">
<i class="material-icons">code</i>
</a>
</li>
<li class="oppose" title="Official Chatroom">
<a target="_blank" href="https://mov.im/?login/Y95Ce5w2">
<i class="material-icons">forum</i>
</a>
</li>
<li class="oppose" title="Movim Account">
<a target="_blank" href="https://join.movim.eu">
<i class="material-icons">person</i>
</a>
</li>
</ul>
</nav>
<div class="flex full">
<div class="text-center">
<h1>The social platform shaped for your community</h1>
<h3>…and that federates with the others</h3>
<a class="button main" href="https://join.movim.eu"><i class="material-icons">cloud</i>Join</a>
<a class="button" href="#install"><i class="material-icons">get_app</i> Setup</a>
</div>
</div>
</header>
<div class="flex">
<div class="centered">
<content>
<h2>All your communications,<br /> in one place</h2>
<p>Chatrooms, blogs, video-conferences; Movim centralizes all you need to communicate with your colleagues, friends or family in one simple interface.</p>
<p>It also fully adapts to all your devices from your smartphone to your desktop computer.</p>
<h2>Connect with others</h2>
<p>Movim relies on the <a href="https://xmpp.org/">XMPP standard</a> and therefore allows you to exchange with many other clients on all devices such as <a href="https://conversations.im/">Conversations (Android)</a> or <a href="https://dino.im/">Dino (Desktop)</a>.</p>
<p>You can easily access and explore the content of the whole network and connect with all other Movim users instantly.</p>
</content>
</div>
<div>
<div class="desktop" style="margin-left: 6rem;">
<div class="buttons"></div>
<div class="screen">
<img src="img/home.png">
</div>
</div>
<div class="mobile dark" style="margin-top: -30rem; margin-left: 3rem; transform: scale(1.2);">
<div class="screen carousel">
<img src="img/chat2.png">
<img src="img/draw.png">
<img src="img/xkcd.png">
</div>
</div>
</div>
</div>
<div class="colored gray" style="margin-top: 6rem;">
<div class="flex">
<div>
<img src="img/network_movim.svg" style="position: relative; right: 30rem; height: 45rem;">
</div>
<div class="centered">
<content>
<h1>What is Movim ?</h1>
<h3>A powerful web frontend for XMPP</h3>
<p>Movim is a social and chat platform that acts as a frontend for the XMPP network.</p>
<p>Once deployed Movim offers a complete social and chat experience for the decentralized XMPP network users. It can easily connect to several XMPP servers at the same time.</p>
<p>With a simple configuration it can also be restricted to one <a href="https://xmpp.org/software/servers.html">XMPP server</a> and will then act as a powerful frontend for it. Movim is fully compatible with the most used XMPP servers such as <a href="https://www.process-one.net/en/ejabberd/">ejabberd</a> or <a href="https://prosody.im/">Prosody</a>.</p>
</content>
</div>
</div>
</div>
<div class="flex" style="margin-top: 5rem;">
<div class="centered">
<content>
<h1>Blogs & Communities</h1>
<h3>Share, format and publish… <br />in real time</h3>
<p>Movim simplifies the management of your publications and news articles. So forget the ads, forget the superfluous. We designed an interface that really focuses on your content.</p>
<p>In Communities you can publish and subscribe to various nodes on different topics.
Just click on the Communities link in your menu and start exploring!</p>
</content>
</div>
<div class="on_desktop">
<div class="mobile dark" style="margin-top: -1rem; margin-left: 14rem; transform: rotate(6deg) scale(1.1)">
<div class="screen">
<img src="img/xkcd.png">
</div>
</div>
<div class="mobile dark" style="margin-top: -28rem; margin-left: 4rem; transform: rotate(-5deg) scale(1.2)">
<div class="screen">
<img src="img/communities.png">
</div>
</div>
</div>
</div>
<div class="flex third" style="margin-top: 5rem;">
<div>
<i class="material-icons">collections</i>
<p>
Movim automatically embeds your links and images in your posts
</p>
</div>
<div>
<i class="material-icons">comment</i>
<p>
Like and comment the posts<br />of your contacts or from your Communities
</p>
</div>
<div>
<i class="zmdi">#</i>
<p>
Tag your publications<br />and explore the others easily
</p>
</div>
<div>
<i class="material-icons">wifi_tethering</i>
<p>Want to start a blog?<br /> In one click you'll be able<br /> to make your posts fully public</p>
</div>
<div>
<i class="material-icons">format_size</i>
<p>
Movim supports the <b>Markdown</b> syntax and allows you to put rich text content in your publications
</p>
</div>
<div>
<i class="material-icons">play_for_work</i>
<p>Movim automatically saves your post as a <b>draft</b> while you are editing</p>
</div>
</div>
<div class="flex" style="margin-top: 3rem;">
<div class="centered">
<content>
<h1>Chats & Chatrooms</h1>
<h3>Plenty of features for an awesome chat experience</h3>
<p>Start a conversation with a friend or join a multi-user chatroom in one click</p>
<p>Movim chats are coming with many features to give you the best chat experience across all your devices</p>
</content>
</div>
<div>
<img src="img/sitting.svg" style="margin-top: 6rem; height: 35rem;">
</div>
</div>
<div class="flex">
<div class="on_desktop">
<div class="mobile dark" style="transform: scale(1.1); margin-left: 13rem;">
<div class="screen carousel">
<img src="img/chat2.png">
<img src="img/draw.png">
<img src="img/stickers.png">
</div>
</div>
<div class="mobile" style="margin-top: -28rem; margin-left: 2rem;">
<div class="screen">
<img src="img/emojis.png">
</div>
</div>
</div>
<div class="centered">
<content>
<div>
<i class="material-icons">lock</i>
<p>
Send end-to-end encrypted messages to your contacts using <a href="https://omemo.top/">OMEMO</a>.
</p>
</div>
<div>
<i class="material-icons">attachment_alt</i>
<p>
Attach pictures, videos and documents in your conversations
</p>
</div>
<div>
<i class="material-icons">reply</i>
<p>
Reply to messages to follow up on a conversation
</p>
</div>
<div>
<i class="material-icons">send</i>
<p>
Share easily articles<br />
in the discussions
</p>
</div>
<div>
<i class="material-icons">mood</i>
<p>
Send funny stickers, GIF or emojis<br/> to your friends in one click!
</p>
</div>
</content>
</div>
</div>
<div class="flex" style="margin-top: 10rem;">
<div class="centered">
<content>
<div>
<i class="material-icons">camera</i>
<p>
Take a quick photo and share it<br/> with your contacts
</p>
</div>
<div>
<i class="material-icons">thumb_up</i>
<p>
React to chat messages<br/> with funny emojis
</p>
</div>
<div>
<i class="material-icons">gesture</i>
<p>
Send nice drawing and customize<br/> your pictures before sharing them
</p>
</div>
<div>
<i class="material-icons">edit</i>
<p>
Oops, you made a mistake?<br/> Correct your previous messages easily… or delete them in one click
</p>
</div>
<div>
<i class="material-icons">done_all</i>
<p>
Movim tells you if your message<br/> has been delivered and read
</p>
</div>
</content>
</div>
<div>
<div class="desktop dark" style="">
<div class="buttons"></div>
<div class="screen carousel">
<img src="img/stickers_desktop.png">
<img src="img/chatroom.png">
<img src="img/chatroom.png">
</div>
</div>
</div>
</div>
<div class="flex" style="margin-top: 10rem;">
<div>
<div class="desktop dark" style="width: 500px; margin-left: -2rem;">
<div class="buttons"></div>
<div class="screen">
<img src="img/visio.png">
</div>
</div>
</div>
<div class="centered">
<content>
<div>
<i class="material-icons">videocam</i>
<p>
Call your contacts in one-to-one<br/> video or audio sessions
</p>
</div>
<div>
<i class="material-icons">screen_share</i>
<p>
Share your screen or one application<br/>to your contact
</p>
</div>
<div>
<i class="material-icons">switch_camera</i>
<p>
Switch between<br /> front and back camera
</p>
</div>
<div>
<i class="material-icons">swap_horizontal_circle</i>
<p>
Compatible with the others XMPP clients<br />
such as <a href="https://conversations.im/">Conversations</a> and <a href="https://dino.im/">Dino</a>
</p>
</div>
<div>
<i class="material-icons">check</i>
<p>
Nothing to install, the video-conference features relies on web standards
</p>
</div>
</content>
</div>
</div>
<div class="colored green dark" style="margin-top: 6rem;">
<div class="flex full">
<div>
<h1>Do more easily</h1>
<h3>Administrate, configure and discover</h3>
</div>
</div>
<div class="flex third">
<div>
<i class="material-icons">search</i>
<p>Find posts, chatrooms, Communities, tags and contacts <b>instantly</b> with our global search feature</p>
</div>
<div>
<i class="material-icons">notifications</i>
<p>Be <b>notified</b> about likes, mentions and comments on all your devices using <b>Push notifications</b></p>
</div>
<div>
<i class="material-icons">person_add</i>
<p><b>Invite</b> your contacts<br /> in your chatrooms</p>
</div>
<div>
<i class="material-icons">brightness_2</i>
<p>Enable the <b>Night Mode</b><br /> to rest your eyes</p>
</div>
<div>
<i class="material-icons">security</i>
<p>As an administrator, <b>focus the suggestions</b> to only propose the content aimed for your community</p>
</div>
<div>
<i class="material-icons">perm_identity</i>
<p>Easily <b>get in touch with administrators</b> to report a problem or ask a question</p>
</div>
</div>
</div>
<div class="flex full" style="margin-top: 5rem;">
<div>
<h1>Our core goals</h1>
<br />
</div>
</div>
<div class="flex third">
<div>
<i class="material-icons">code</i>
<h2>Open Source</h2>
<p>
Movim's source code is completely open
allowing anyone to study how it works to improve it,
share it and redistribute it freely.<br />
<a target="_blank" href="https://github.com/edhelas/movim">Visit our Github</a>
</p>
</div>
<div>
<i class="material-icons">public</i>
<h2>Decentralized</h2>
<p>
Movim is based on a fully decentralized and standard network. You can create your own account on the server of your choice.
</p>
</div>
<div>
<i class="material-icons">assignment_turned_in</i>
<h2>Fully Standard</h2>
<p>
Our main motto? Don't reinvent the wheel. Since the beginning all the Movim communications are made using XMPP.<br />
<a target="_blank" href="http://xmpp.org/">Know more about XMPP</a>
</p>
</div>
</div>
<div class="colored gray" style="margin-top: 6rem;" id="apps">
<div class="flex">
<div>
<h1>Movim is also a Progressive Web App!</h1>
<span class="material-icons" style="display: block; font-size: 6rem; color: gray; text-align: center; margin-top: 3rem;">
install_desktop
</span>
<h3 style="padding-bottom: 0;">Once you're on Movim<br />find the following button in your browser menu to install it on all your devices</h3>
</div>
<div>
<img src="img/mobile.svg" style="display: block; margin: 0 auto; margin-bottom: -10rem;">
</div>
</div>
</div>
<div class="flex full" style="margin-top: 4rem;" id="try">
<div>
<h1>Let's get started!</h1>
<h3>
<a target="_blank" href="https://join.movim.eu/register">Create a XMPP account</a> and join one of our public instances on
</h3>
</div>
<div class="text-center">
<h1><a href="https://join.movim.eu">join.movim.eu</a></h1>
<h4>(If you already have a XMPP account, you can directly join)</h4>
</div>
</div>
<!--<div class="flex full" style="margin-top: 4rem;" id="try">
<div>
<h1>Let's get started!</h1>
<h3>
<a target="_blank" href="https://join.movim.eu/register">Create a XMPP account</a> and connect to one of our public instances.
</h3>
</div>
</div>
<div class="flex">
<div>
<i class="material-icons">storage</i>
<h2><a target="_blank" href="https://mov.im/">mov.im</a></h2>
<p>European Server<br />Germany</p>
</div>
<div>
<i class="material-icons">plus_one</i>
<h2>Your pod here?</h2>
<p>Contact us to open your local instance</p>
</div>
</div>
<div class="flex full">
<h4>(If you already have a XMPP account, you can directly join)</h4>
</div>-->
<div class="colored purple dark" style="margin-top: 7rem;" id="donate">
<div class="flex full" >
<div>
<h1 id="try">Donate</h1>
<h3>Help up covering our monthly expenses or to buy us a beer!</h3>
</div>
</div>
<div class="flex">
<div>
<i class="material-icons">local_drink</i>
<p>One time donation</p>
<a target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=8QHPJDAQXT9UC">
<img style="width: 12rem; margin: -0.75rem -1rem;" src="img/paypal.png"/>
</a>
</div>
<div>
<i class="material-icons">insert_invitation</i>
<p>Help us monthly</p>
<a target="_blank" href="http://patreon.com/movim">
<img style="width: 12rem;" src="img/patreon.png"/>
</a>
</div>
<!--<div>
<i class="material-icons">attach_money</i>
<p>Or support us on</p>
<a class="simple" href="https://www.bountysource.com/teams/movim/issues?utm_source=Movim&utm_medium=shield&utm_campaign=bounties_received">
<img src="https://www.bountysource.com/badge/team?team_id=69601&style=bounties_received">
</a>
<br />
<a class="simple" href="https://flattr.com/submit/auto?user_id=movim&url=https%3A%2F%2Fmovim.eu%2F" target="_blank">
<img src="img/flattr.png" alt="Flattr this" title="Flattr this">
</a>
</div>-->
</div>
<div class="flex full" style="margin-top: 2rem;">
<div>
<h1>Our sponsors</h1>
<h3>Support us and <a href="https://www.patreon.com/movim" target="_blank">become an official sponsor</a></h3>
</div>
</div>
<div class="flex full" id="sponsors">
<div style="text-align: center;">
<a target="_blank" href="https://nlnet.nl/">
<img style="height: 6rem; margin: 0 1rem;" src="img/logo_nlnet.svg"/>
</a>
<a target="_blank" href="https://jmp.chat/">
<img style="height: 6rem; margin: 0 1rem;" src="img/jmp.svg"/>
</a>
<a target="_blank" href="https://www.process-one.net/">
<img style="height: 6rem; margin: 0 1rem;" src="img/process_one.png"/>
</a>
</div>
</div>
</div>
<div class="flex full" style="margin-top: 4rem;">
<div>
<h1 id="try">Deploy your own Movim</h1>
<h3>Deploy your own self-hosted instance for your company, classroom, friends…</h3>
</div>
</div>
<div class="flex" id="install">
<!--<div>
<i class="material-icons">cloud</i>
<h2><a target="_blank" href="https://hub.docker.com/r/movim/movim/tags">Docker Hub</a></h2>
<p>Daily built images and releases</p>
</div>-->
<div>
<i class="material-icons">get_app</i>
<h2><a target="_blank" href="https://github.com/movim/movim/releases">Releases</a></h2>
<p>Follow the steps on the <a href="https://github.com/movim/movim/blob/master/INSTALL.md">Install tutorial</a></p>
</div>
</div>
<footer class="text-center dark">
<p style="text-align: center;">Copyright 2008 - 2024 – <a href="https://edhelas.movim.eu/">Timothée Jaussoin</a></p>
</footer>
</body>
</html>