blob: 32df4ec05bb39ef8b777fad96aa12465042a5d63 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>postmarketOS</title>
<meta name="description" content="Aiming for a 10 year life-cycle for smartphones">
<meta name="keywords" content="postmarketOS">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all">
<link rel="canonical" href="https://postmarketos.org/wiki/Matrix-and-IRC/">
<link href="/pmosweb/static/css/tachyons.min.css" rel="stylesheet">
<link href="/pmosweb/static/css/main.css" rel="stylesheet">
</head>
<body>
<div class="mw7 center">
<div class="cf ph2-ns">
<a class="title" href="/pmosweb/">
<h1 class="f2 lh-title">
<img src="/pmosweb/static/img/recycle.png"></img>
<span>postmarketOS</span>
</h1>
</a>
<div class="menu">
<ul>
<li><a href="/pmosweb/">Home</a></li>
<li><a href="/pmosweb/wiki/">Wiki</a></li>
<li><a href="/pmosweb/blog/">Blog</a></li>
</ul>
</div>
<h1>Matrix and IRC</h1>
<p>If you want to talk to other people working on/with postmarketOS you can do so either:</p>
<p>Join Matrix group </p>
<p><a href="https://chat.disroot.org/#/room/#postmarketos:disroot.org"><strong>#postmarketos:disroot.org</strong></a></p>
<p>Or IRC:</p>
<p><strong>#postmarketos on freenode</strong></p>
<p>Matrix & IRC are bridged.</p>
<p><em>If you don't know which one to use, use the Matrix group, because it doesn't require a bouncer to receive all messages all the time.</em></p>
<blockquote>
<p>Please use the <a href="https://reddit.com/r/postmarketos">reddit page</a> for general discussions, as the matrix & IRC are primarily focused on porting / development help & discussions.</p>
</blockquote>
</div>
</div>
</body>
</html>
|