-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
589 lines (533 loc) · 32.4 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
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="UTF-8">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'sha256-YwWjKoQDhS0w/s5lk8p7MxKLhqzugUQxtsGvAmocJ4g=' 'sha256-D3ToVGZSRtSUzu5lnoM2FFr9Ha4fjph6w+TmK0sBnc0='; frame-src 'self' redaktor.me conf.tube; img-src 'self' redaktor.me data:; style-src 'self' 'sha256-kfePwrskAvGOXBJePCfi1MKVXC0qnEniY9wiaBeX830=';">
<meta name="theme-color" content="#222127">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:title" content="rC3 ActivityPub assembly">
<meta property="og:site_name" content="#rC3">
<meta property="og:url" content="https://rc3.world/ap">
<meta property="og:url" content="https://conf.activitypub.rocks">
<meta property="og:description" content="The rC3 assembly of ActivityPub, the world’s leading federated social web standard.">
<meta property="og:type" content="website">
<meta property="og:date" content="2020-12-26" />
<meta property="og:image" content="https://redaktor.me/_deliver/apconf/APConfLogo_2_1.png">
<meta property="og:image:alt" content="ActivityPub Conference Logo">
<title>ActivityPub Assembly</title>
<meta name="description" content="ActivityPub at rC3 - Remote Chaos Experience, Dec. 27th – 30th, 2020">
<link rel="shortcut icon" href="img/favicon.ico">
<title>rC3 - Loading Remote Chaos Experience</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet">
<script src="js/jquery-1.10.2.min.js" defer></script>
<script src="js/bootstrap.min.js" defer></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "rC3 ActivityPub assembly",
"startDate": "2020-12-27",
"endDate": "2020-12-30",
"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
"eventStatus": "https://schema.org/EventScheduled",
"location": {
"@type": "VirtualLocation",
"url": "https://rc3.world/ap"
},
"image": [
"https://conf.activitypub.rocks/_deliver/apconf/APConfLogo_1_1.png",
"https://conf.activitypub.rocks/_deliver/apconf/APConfLogo_2_1.png",
"https://conf.activitypub.rocks/_deliver/apconf/APConfLogo.png"
],
"description": "A conference about the present and future of ActivityPub, the world’s leading federated social web standard.",
"offers": {
"@type": "Offer",
"url": "https://conf.activitypub.rocks/apconf2020/register",
"price": "0",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"validFrom": "2020-10-01T00:00"
},
"performer": {
"@type": "Person",
"name": "Christopher Lemmer-Webber",
"url": "https://"
},
"organizer": [
{
"@type": "Organization",
"name": "W3C Social Community Group",
"url": "https://www.w3.org/community/socialcg/"
}, {
"@type": "Person",
"name": "Morgan Lemmer-Webber",
"url": "https://octodon.social/@mlemweb"
}, {
"@type": "Person",
"name": "Sebastian Lasse",
"url": "https://mastodon.social/@sl007"
},
{
"@type": "Organization",
"name": "redaktor",
"url": "https://redaktor.me"
}
]
}
</script>
</head>
<body class="homepage">
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="index.html" title="rC3 - Loading Remote Chaos Experience">
<img src="img/rc3.svg" title="rC3 - Loading Remote Chaos Experience" /></a>
<!-- Expander button -->
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Expanded navigation -->
<div id="navbar-collapse" class="navbar-collapse collapse">
<!-- Main navigation -->
<ul class="nav navbar-nav">
<li class="navitem active">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="navitem">
<a href="infodesk.html" class="nav-link">Infodesk</a>
</li>
</ul>
<ul class="nav navbar-nav ml-auto">
<li class="nav-item">
<a rel="prev" class="nav-link disabled">
<i class="fa fa-arrow-left"></i> Previous
</a>
</li>
<li class="nav-item">
<a rel="next" href="infodesk.html" class="nav-link">
Next <i class="fa fa-arrow-right"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="navbar-light navbar-expand-md bs-sidebar hidden-print affix" role="complementary">
<div class="navbar-header">
<button type="button" class="navbar-toggler collapsed" data-toggle="collapse" data-target="#toc-collapse" title="Table of Contents">
<span class="fa fa-angle-down"></span>
</button>
</div>
<div id="toc-collapse" class="navbar-collapse collapse card bg-secondary">
<ul class="nav flex-column">
<li class="nav-item" data-level="0">
<a href="#main" class="nav-link">Info</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="0">
<a href="#irc" class="nav-link">IRC/Forum</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="0">
<a href="#confs" class="nav-link">Conferences</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="0">
<a href="#offdem" class="nav-link">Offdem</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="0">
<a href="#policy" class="nav-link">Policy</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="0">
<a href="#software" class="nav-link">Software</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-9" role="main">
<h1 id="main">GET rC3 inbox</h1>
<p>If you find map bugs <a href="https://github.com/sebilasse/activitypub-rC3-strand/issues" target="_blank">please let me know</a></p>
<p>We say thank you for</p>
<ul>
<li>Chris Lemmer Webber: AMA! ActivityPub</li>
<li>Derek Caelin: AMA! Content Moderation</li>
<li>Rise Up Indymedia - a brainstorming</li>
</ul>
<h4 class="ap">Up next <small>[ CET ]</small></h4>
<ul>
<li><a href="https://socialhub.activitypub.rocks/t/rc3-chris-ama-spritely-project/1214" target="_blank"><strong>5:00PM</strong> Chris: AMA! - Spritely Project</a></li>
<li><a href="https://socialhub.activitypub.rocks/t/rc3-roundtable-interoperability-interconnection-and-portability/1216" target="_blank"><strong>6:30PM</strong> Roundtable Interoperability, Interconnection and Portability</a></li>
</ul>
<h4 class="ap">ActivityPub & W3C Social CG</h4>
<p>
We care for recommended open and federated protocols. Sometimes we care for <a href="https://www.w3.org/2020/12/11-social-minutes.html" target="_blank">policy</a>.
</p>
<p>
Following a successful inaugural conference in 2019 and the awesome 2020 virtual Conf, the W3C Social CG just put their towels at a large beach to relax with you.
</p>
<p>
Let us explore the social worlds of ActivityPub, the world’s leading federated social web standard.
</p>
<p>We miss the couches at !decentral assembly and we miss the Komona people physically. We need you more than ever.</p>
<p>Please:
<ul>
<li><a href="https://www.w3.org/community/SocialCG/" target="_blank">Get Involved and join W3C Social CG</a></li>
<li><a href="https://socialhub.activitypub.rocks/" target="_blank">Join the official forum.</a></li>
</ul>
<p>Questions? <strong>IRC</strong> #social on freenode</p>
<p>Meanwhile find all events and infos in the official <a href="https://socialhub.activitypub.rocks" title="ActivityPub Forum" class="btn btn-secondary btn-box" target="_blank">
ActivityPub Forum
</a> where we await your ideas.
</p>
<hr />
<h1 class="ap" id="irc">IRC</h1>
<p>Everybody can reach us anytime via Internet Relay Chat:</p>
<p>We are channel #social on freenode.<br/><br/>
<a href="https://webchat.freenode.net/#social" title="IRC WebChat with Social Community Group" class="btn btn-secondary btn-box" target="_blank">Open Web Chat</a>
</p>
<hr />
<h1 class="ap" id="forum">Forum</h1>
<p>Everybody can reach us anytime via the official forum:</p>
<p>SocialHub.ActivityPub.rocks hosts ActivityPub free software developers and enthusiasts to study and share knowledge, specify functionality together, steer the course of ActivityPub W3C Recommendation through code, conversation, consistency, cooperation…<br/><br/>
We welcome both technical and non-technical discussion. Non-technical discussion should focus on cooperation across, between, and beyond projects; governance of the commons; ethics and aesthetics; etc.<br/><br/>
<a href="https://socialhub.activitypub.rocks" title="Official ActivityPub forum" class="btn btn-secondary btn-box" target="_blank">Startpage</a>
<a href="https://socialhub.activitypub.rocks/tag/rc3" title="rC3 at official ActivityPub forum" class="btn btn-secondary btn-box" target="_blank">#rC3</a>
</p>
<hr />
<h1 class="ap" id="policy">Policy Discussions</h1>
<p>With the incidents in the US and the EU Digital Markets Act we debated policy a bit.</p>
<p>Please join our roundtable at <a href="https://socialhub.activitypub.rocks/t/rc3-roundtable-interoperability-interconnection-and-portability/1216" title="Roundtable Interoperability, Interconnection and Portability " class="btn btn-secondary btn-box" target="_blank">TUE, 29th</a></p>
<p>Find some relevant resources<br/>
<ul>
<li><a href="https://www.w3.org/2020/12/11-social-minutes.html" title="W3C Social Community Group meeting log" target="_blank">last W3C Social minutes</a></li>
<li><a href="https://socialhub.activitypub.rocks/t/2020-12-11-socialcg-meeting/1180" title="interoperability discussion in the forum" target="_blank">initial discussion</a></li>
<li><a href="https://love.public.cat/pub/what-is-at-stake-with-interoperability" title="What is at stake with interoperability, hellekin" target="_blank">what else is needed</a></li>
<li> +</li>
<li><a href="https://www.openforumeurope.org/wp-content/uploads/2020/11/Ian_Brown_Interoperability_for_competition_regulation.pdf" title="Interoperability Policy analysis" target="_blank">Interoperability as a Tool for Competition Regulation – by Ian Brown</a></li>
<li><a href="https://www.open-xchange.com/fileadmin/user_upload/Resources_Pages/Analysis_of_Interoperable_Messaging_-_Version_1.pdf" title="Technical and Policy analysis" target="_blank">A Technical and Policy Analysis of Interoperable Internet Messaging – by Vittorio Bertola</a></li>
<li><a href="https://www.youtube.com/watch?v=1Xumfp8vKGE" title="Internet Governance Forum Panel video" target="_blank">IGF Panel - Unlocking the Internet: Stakeholder Perspectives of Interoperability</a></li>
<li><a href="https://dig.watch/resources/igf-2020-ws-290-unlocking-internet-stakeholder-perspectives-interoperability" title="Internet Governance Forum Panel writeup" target="_blank">IGF Panel - Unlocking the Internet: Writeup</a></li>
<li><a href="https://privacyinternational.org/advocacy/4348/interoperability-digital-markets-act-joint-letter-european-commission" title="Open Letter" target="_blank">An Open Letter to the EU Commission</a></li>
<li><a href="" title="" target="_blank"></a></li>
</ul>
</p>
<hr />
<h1 class="ap" id="conf">Conferences</h1>
<p>Official Conf and Unconf about the present and future of ActivityPub, the world’s leading federated social web standard</p>
<p>
<a href="https://redaktor.me/apconf/" title="ActivityPub Conference 2019" class="btn btn-secondary btn-box" target="_blank">2019</a>
<a href="https://conf.activitypub.rocks" title="Virtual ActivityPub Conference 2020" class="btn btn-secondary btn-box" target="_blank">2020</a>
</p>
<p></p>
<hr />
<h1 class="ap" id="offdem">Offdem</h1>
<p>
It is customary to many large festivals to have an Off version at the margin of the main festival, to give space to proposals that are not represented in the official one.
The idea of OFFDEM is to address intersectional questions that are not present at FOSDEM, in a format that attracts people who usually do not go there: at OFFDEM, everyone is a user.
</p>
<p>
<strong>We would like to thank the refugees in Brussels that they sponsored the locations.</strong><br /><br />
<a href="https://socialhub.activitypub.rocks/t/socialhub-at-offdem/456" title="Offdem Festival Info" class="btn btn-secondary btn-box" target="_blank">Socialhub at Offdem</a>
<a id="offdem2" href="https://ps.zoethical.org/search?q=offdem" title="Offdem Festival Posts" class="btn btn-secondary btn-box" target="_blank">Offdem posts</a>
</p>
<hr />
<h1 class="ap" id="softwareinfo">Software</h1>
<p>
</p>
<p id="software">Discover and discuss ActivityPub implementations of all sizes and shapes.</p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/14" title="ActivityPub Software" class="btn btn-secondary btn-box" target="_blank">Software Overview</a>
<a href="https://github.com/BasixKOR/awesome-activitypub" title="more awesome ActivityPub Software" class="btn btn-secondary btn-box" target="_blank">more implementations</a>
</p>
<hr />
<h4 class="ap" id="software-anfora">Anfora</h1>
<p><strong>A decentralized image sharing platform</strong></p>
<p>
Anfora is a self-hosted photo gallery social network. This projects aims to create a simple to use self-hosted gallery app with a minimal footprint in the server.
</p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/anfora/21" title="Software Anfora" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://anfora.app" title="Anfora Website" class="btn btn-secondary btn-box" target="_blank">Website</a>
</p>
<hr />
<h4 class="ap" id="software-bonfire">Bonfire and CommonsPub</h1>
<p><strong>A generic ActivityPub federated server.</strong> CommonsPub aims to be an ActivityPub server which supports any type of activity, object and property, including any extensions to ActivityStreams.</p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/bonfire/25" title="Software Bonfire" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://commonspub.org/" title="Bonfire and CommonsPub Website" class="btn btn-secondary btn-box" target="_blank">Website</a>
</p>
<hr />
<h4 class="ap" id="software-gofed">Go-Fed</h1>
<p><strong>The suite of Golang ActivityPub libraries and tools</strong></p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/go-fed/18" title="Software Go-Fed" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://github.com/go-fed" title="Go-Fed Repository" class="btn btn-secondary btn-box" target="_blank">Repository</a>
</p>
<hr />
<h4 class="ap" id="software-funkwhale">Funkwhale</h1>
<p><strong>A social platform to enjoy and share music</strong><br />Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralized, open network.</p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/funkwhale/16" title="Software Funkwhale" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://funkwhale.audio" title="Funkwhale Website" class="btn btn-secondary btn-box" target="_blank">Join Funkwhale</a>
</p>
<hr />
<h4 class="ap" id="software-gancio">Gancio</h1>
<p><strong>A shared agenda for local communities with AP support.</strong></p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/gancio/43" title="Software Gancio" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://gancio.org" title="Gancio Website" class="btn btn-secondary btn-box" target="_blank">Website</a>
</p>
<hr />
<h4 class="ap" id="software-kepi">Kepi</h1>
<p><strong>kepi is a Python-based ActivityPub server, written in Django.</strong><br />It implements ActivityPub and a subset of the Mastodon API.</p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/gancio/43" title="Software Kepi" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://gitlab.com/marnanel/kepi/" title="Kepi Repository" class="btn btn-secondary btn-box" target="_blank">Repository</a>
</p>
<hr />
<h4 class="ap" id="software-tavern">Tavern</h1>
<p><strong>an open source activitypub server written in Golang</strong></p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/tavern/49" title="Software Tavern" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://gitlab.com/ngerakines/tavern" title="Tavern Repository" class="btn btn-secondary btn-box" target="_blank">Repository</a>
</p>
<hr />
<h4 class="ap" id="software-lemmy">Lemmy</h1>
<p><strong>Lemmy is a link aggregator / reddit alternative, intended to work in the fediverse.</strong><br />It’s self-hostable, has live-updating comment threads, and is tiny ( ~80kB ). Federation into the ActivityPub network is on the roadmap.</p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/lemmy/46" title="Software Lemmy" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://dev.lemmy.ml/" title="Lemmy Live" class="btn btn-secondary btn-box" target="_blank">Join Lemmy</a>
<a href="https://github.com/LemmyNet/lemmy" title="Lemmy Repository" class="btn btn-secondary btn-box" target="_blank">Repository</a>
</p>
<hr />
<h4 class="ap" id="software-mastodon">Mastodon</h1>
<p>Social networking, <strong>back in your hands</strong><br />Mastodon is a free, open-source social network server based on ActivityPub.</p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/mastodon/17" title="Software Mastodon" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://joinmastodon.org" title="Join Mastodon" class="btn btn-secondary btn-box" target="_blank">Join Mastodon</a>
</p>
<hr />
<h4 class="ap" id="software-mobilizon">Mobilizon</h1>
<p><strong>Together, we go further.</strong><br />
Mobilizon is software that, once installed on a server, will create a website where people can create events, similar to Facebook events or MeetUp.<br /><br />
Although it can be used to organize a simple birthday party or a karate competition, Mobilizon will be developed to meet the needs of activists, who require specific tools to organize themselves in an autonomous and sustainable way.
</p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/mobilizon/20" title="Software Mobilizon" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://framablog.org/2020/10/27/mobilizon-your-events-your-groups-your-data/" title="Mobilizon Website" class="btn btn-secondary btn-box" target="_blank">Website</a>
</p>
<hr />
<h4 class="ap" id="software-peertube">PeerTube</h1>
<p><strong>Take back control of your videos</strong><br />PeerTube is a decentralized video hosting network, based on free/libre software.</p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/peertube/27" title="Software PeerTube" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://joinpeertube.org" title="Join PeerTube" class="btn btn-secondary btn-box" target="_blank">Join PeerTube</a>
</p>
<hr />
<h4 class="ap" id="software-openengiadina">openEngiadina</h1>
<p><strong>Create, share and use open local knowledge.</strong><br />openEngiadina is an effort towards creating a platform for open local knowledge.<br /><br />
Local knowledge consists of thousands of little pieces of information and data that describe the social, cultural an natural environment of an area.<br /><br />
We believe that local knowledge should be freely available for everyone to use and republish as they wish, local knowledge needs to be open data. However, having access to data is not enough. Data needs to be accessible and efficiently useable. Local knowledge needs to be open knowledge.<br /><br />
The goal of the openEngiadina project is to research and develop data models, protocols and software that allow local knowledge to be created, shared and used.
</p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/openengiadina/50" title="Software Open Engiadina" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://openengiadina.net/index.html" title="openEngiadina Website" class="btn btn-secondary btn-box" target="_blank">Website</a>
</p>
<hr />
<h4 class="ap" id="software-pixelfed">Pixelfed</h1>
<p><strong>Photo sharing. For everyone.</strong><br />Pixelfed is a free and ethical photo sharing platform, powered by ActivityPub federation.</p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/pixelfed/28" title="Software Pixelfed" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://beta.joinpixelfed.org" title="Join Pixelfed" class="btn btn-secondary btn-box" target="_blank">Join Pixelfed</a>
<a href="https://github.com/pixelfed/pixelfed" title="Pixelfed Repository" class="btn btn-secondary btn-box" target="_blank">Repository</a>
</p>
<hr />
<h4 class="ap" id="software-pherephone">Pherephone</h1>
<p><strong>An activityPub server that reblogs all the statuses of certain actors.</strong><br />pherephone from pherephonon: someone who lacks his own voice and repeats what others say.</p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/pherephone/30" title="Software Pherephone" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://github.com/writeas/pherephone" title="Pherephone Repository" class="btn btn-secondary btn-box" target="_blank">Repository</a>
</p>
<hr />
<h4 class="ap" id="software-pleroma">Pleroma</h1>
<p><strong>Pleroma is a free, federated social networking server built on open protocols</strong><br />Pleroma supports ActivityPub and OStatus.<br />It’s ressource usage is lightweight (can run on a Raspberry Pi) and is easy to deploy (only requires PostgreSQL for releases).</p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/pleroma/19" title="Software Pleroma" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://pleroma.social/" title="Pleroma Website" class="btn btn-secondary btn-box" target="_blank">Website</a>
</p>
<hr />
<h4 class="ap" id="software-redaktor">redaktor.me</h1>
<p><strong>redaktor will be a thing to setup your social connected website in minutes.</strong></p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/redaktor-me/22" title="Software redaktor" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://redaktor.me" title="redaktor Website" class="btn btn-secondary btn-box" target="_blank">Website</a>
</p>
<hr />
<h4 class="ap" id="software-reel2bits">reel2bits</h1>
<p><strong>reel2bits is a self-hosted Soundtracks and Podcasts sharing – with ActivityPub federation.</strong></p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/reel2bits/45" title="Software reel2bits" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://reel2bits.org/" title="reel2bits Website" class="btn btn-secondary btn-box" target="_blank">Website</a>
</p>
<hr />
<h4 class="ap" id="software-skohub">SkoHub</h1>
<p><strong>SkoHub – Simple Knowledge Organization Hub</strong><br /><br />SkoHub supports a novel approach for finding content on the web. The general idea is to extend the scope of Knowledge Organization Systems (KOS) to also act as communication hubs for publishers and information seekers. In effect, SkoHub allows to follow specific subjects in order to be notified when new content about that subject is published.</p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/skohub/42" title="Software SkoHub" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://skohub.io/" title="SkoHub Website" class="btn btn-secondary btn-box" target="_blank">Website</a>
</p>
<hr />
<h4 class="ap" id="software-smithereen">Smithereen</h1>
<p><strong>Federated, ActivityPub-compatible social network with friends, walls, and groups.</strong></p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/smithereen/52" title="Software Smithereen" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://github.com/grishka/Smithereen" title="Smithereen Repository" class="btn btn-secondary btn-box" target="_blank">Repository</a>
</p>
<hr />
<h4 class="ap" id="software-writefreely">WriteFreely</h1>
<p><strong>A simple, federated writing platform.</strong><br/>WriteFreely is free and open source software for starting a minimalist, federated blog — or an entire community.</p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/writefreely/29" title="Software WriteFreely" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://writefreely.org" title="WriteFreely Website" class="btn btn-secondary btn-box" target="_blank">Website</a>
<a href="https://write.as" title="Write.as Instance" class="btn btn-secondary btn-box" target="_blank">Flagship Instance</a>
</p>
<hr />
<h4 class="ap" id="software-olki">Olki</h1>
<p><strong>Self-hosted science</strong><br/>corpora, peer reviews, alerts, all in one simple gateway to the fediverse for a science that is more open to the public.
<br/><br/>
OLKi aims to bring scientific interactions to the fediverse, and be a platform of choice to host datasets and related assets necessary to reproduce and analyze all kind of scientific data, but also interact (comment, annotate, poll and more) with them.</p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/olki/23" title="Software Olki" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://olki.loria.fr/platform/" title="Olki Website" class="btn btn-secondary btn-box" target="_blank">Website</a>
</p>
<hr />
<h4 class="ap" id="software-andstatus">AndStatus</h1>
<p><strong>ActivityPub C2S Client for Android</strong> that not only has basic implementation of the ActivityPub Client-to-Server spec, but which has internal data model close to the ActivityPub/ActivityStreams data model.</p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/andstatus/51" title="Software AndStatus" class="btn btn-secondary btn-box" target="_blank">Forum</a>
</p>
<hr />
<h4 class="ap" id="software-zap">Zap</h1>
<p><strong>Zap is a webserver app which implements a decentralised social network with more privacy and less drama.</strong></p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/zap/47" title="Software Zap" class="btn btn-secondary btn-box" target="_blank">Forum</a>
</p>
<hr />
<h4 class="ap" id="software-hash2pub">Hash2Pub</h1>
<p><strong>a fully-decentralised relay for global hashtag federation</strong><br />It allows querying and subscribing to all posts of a certain hashtag and is implemented in Haskell.
<br />The implementation is work-in-progress.
</p>
<p>
<a href="https://socialhub.activitypub.rocks/c/software/hash2pub/48" title="Software Hash2Pub" class="btn btn-secondary btn-box" target="_blank">Forum</a>
<a href="https://conf.tube/videos/watch/340eb706-28c0-4a43-9364-700297ca96cb" title="Hash2Pub Talk" class="btn btn-secondary btn-box" target="_blank">Talk</a>
<a href="https://git.orlives.de/schmittlauch/paper_hashtag_federation" title="Hash2Pub Paper" class="btn btn-secondary btn-box" target="_blank">Papers</a>
</p>
<hr />
<h4 class="ap" id="software-guppe">Guppe</h1>
<p><strong>Guppe Groups</strong><br />Guppe brings social groups to the fediverse — making it easy to connect and meet new people based on shared interests without the maniuplation of your attention to maximize ad revenue nor the walled garden lock-in of capitalist social media.</p>
<p>
<a href="https://gup.pe" title="Guppe Website" class="btn btn-secondary btn-box" target="_blank">Website</a>
</p>
<hr />
<h4 class="ap" id="software-epicyon">Epicyon Server</h1>
<p><strong>Epicyon is an AGPL licensed ActivityPub protocol compliant federated social network server </strong>
suitable for hosting a small number of accounts on low power systems requiring minimal maintenance, such as single board computers. It's the ActivityPub equivalent of an email server, storing posts as human readable JSON on file, rather than in a database. It also uses only a small amount of RAM.
</p>
<p>
<a href="https://epicyon.net" title="Epicyon Website" class="btn btn-secondary btn-box" target="_blank">Website</a>
</p>
<hr />
<h1 class="ap" id="updates">Updates</h1>
<ul>
<li>2020-12-27: will appear here!</li>
</ul>
<h1 class="ap" id="garden1">The OMN project</h1>
<p><a href="https://unite.openworlds.info/explore/organizations" title="Open Media Network" class="btn btn-secondary btn-box" target="_blank">Website</a></p>
<h1 class="ap" id="garden2">“the news you do not see on the news”</h1>
<p><a href="https://visionon.tv/" title="Vision On TV peertube instance" class="btn btn-secondary btn-box" target="_blank">PeerTube</a></p>
<h1 class="ap" id="garden3">conf.tube</h1>
<p><a href="https://visionon.tv/" title="conf.tube peertube instance" class="btn btn-secondary btn-box" target="_blank">PeerTube</a></p>
<h1 class="ap" id="garden4">Article about kolektiva.social instance</h1>
<p><a href="https://www.mic.com/p/inside-kolektiva-the-social-media-platform-built-by-anarchists-activists-42617028" title="kolektiva" class="btn btn-secondary btn-box" target="_blank">Article</a></p>
<h1 class="ap" id="garden5">Decentralized Social Networks vs. The Trolls - an apconf 2020 talk</h1>
<p><a href="https://conf.tube/videos/watch/d8c8ed69-79f0-4987-bafe-84c01f38f966" title="Decentralized versus Trolls" class="btn btn-secondary btn-box" target="_blank">Video</a></p>
<h1 class="ap" id="immers">web.immers.space and Mozilla Hubs</h1>
<p>
<a href="https://immers.link/YUnJp5A" title="Enter 3D" class="btn btn-secondary btn-box" target="_blank">Enter the third dimension</a>
</p>
<p class="bottom"></p>
</div>
</div>
</div>
<footer class="col-md-12">
<hr>
<p>
<a href="https://www.w3.org/Consortium/contact" target="_blank">Imprint</a> •
<a href="https://conf.activitypub.rocks/#privacy" target="_blank">Privacy Policy</a> •
<a href="https://www.contributor-covenant.org/version/1/4/code-of-conduct/" target="_blank">Code Of Conduct</a>
</p>
</footer>
<script>
var base_url = ".",
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
</script>
<script src="js/base.js" defer></script>
<div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="keyboardModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
</div>
<div class="modal-body">
<table class="table">
<thead>
<tr>
<th style="width: 20%;">Keys</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td class="help shortcut"><kbd>?</kbd></td>
<td>Open this help</td>
</tr>
<tr>
<td class="next shortcut"><kbd>n</kbd></td>
<td>Next page</td>
</tr>
<tr>
<td class="prev shortcut"><kbd>p</kbd></td>
<td>Previous page</td>
</tr>
<tr>
<td class="search shortcut"><kbd>s</kbd></td>
<td>Search</td>
</tr>
</tbody>
</table>
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
</body>
</html>