servizi-activitypub-fediverso/README.md

83 lines
5.5 KiB
Markdown
Raw Permalink Normal View History

2018-06-09 11:16:17 +02:00
# Awesome ActivityPub [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) [![License: CC0](https://img.shields.io/badge/License-CC0-lightgrey.svg)](https://creativecommons.org/publicdomain/zero/1.0/) ![Status: WIP](https://img.shields.io/badge/status-WIP-red.svg)
[<img src="https://rawgit.com/BasixKOR/awesome-activitypub/master/ActivityPub-logo.svg" align="right" width="400">](https://activitypub.rocks/)
> Curated list of ActivityPub-based Projects!
[ActivityPub](https://www.w3.org/TR/activitypub/) is W3C standard, decentralized social networking protocol.
2018-06-09 11:16:17 +02:00
## Contents
* [Specifications](#specifications)
* [Services](#services)
* [Implementations](#implementations)
* [Libraries](#libraries)
* [Bridges](#bridges)
2020-07-23 14:56:48 +02:00
* [Community and Advocacy Groups](#community)
2018-06-09 11:16:17 +02:00
## Specifications
Information for developers and implementers.
2018-09-02 17:40:25 +02:00
* [ActivityPub Website](https://activitypub.rocks/) - The official website of ActivityPub protocol.
* [W3C ActivityPub Standard](https://www.w3.org/TR/activitypub/) - The standard document of ActivityPub.
* [ForgeFed](https://forgefed.peers.community/) - Federation protocol for interoperable project management and source code hosting services (aka: forges).
2018-06-09 11:16:17 +02:00
2018-09-02 16:48:15 +02:00
## Services
2018-09-02 17:40:25 +02:00
Services supporting ActivityPub federation.
* [Dokieli](https://dokie.li/#introduction) - A clientside editor for decentralised article publishing, annotations and social interactions.
2021-01-24 19:14:38 +01:00
* [Funkwhale](https://funkwhale.it) - A modern, self-hosted, free and open-source music server.
* [Hubzilla](https://project.hubzilla.org) - Macroblogging social network supports Zot, OStatus, diaspora, ActivityPub.
2021-01-24 19:14:38 +01:00
* [Mastodon](https://mastodon.it/) - Microblogging service based on ActivityPub and OStatus protocol.
* [Misskey](https://github.com/syuilo/misskey) - Microblogging service based on ActivityPub.
* [PeerPx](https://github.com/peerpx/peerpx) - A federated alternative to 500px or Flickr.
2021-01-24 19:14:38 +01:00
* [PeerTube](https://peertube.uno) - Video streaming platform with ActivityPub and WebTorrent.
* [PixelFed](https://pixelfed.uno) - Federated Image Sharing.
* [Pleroma](https://pleroma.social/) - Lightweight microblogging service based on ActivityPub and OStatus protocol.
* [Plume](https://github.com/Plume-org/Plume) - Federated blogging engine with ActivityPub.
* [Prismo](https://gitlab.com/mbajur/prismo) - Federated link aggregation powered by ActivityPub.
* [Rustodon](https://github.com/rustodon/rustodon) - A Mastodon-compatible, ActivityPub-speaking server in Rust.
* [anancus](https://gitlab.com/tuxether/anancus) - Self-hosted and federated social link aggregation.
* [anfora](https://github.com/anforaProject/anfora) - Self-hosted photo gallery social network.
* [distbin](https://distbin.com/about) - Distributed Pastebin, support ActivityPub and Micropub.
* [microblog.pub](https://microblog.pub/) - A self-hosted, single-user, ActivityPub powered microblog.
2021-01-24 19:14:38 +01:00
* [writefreely](https://noblogo.org) - A distraction-free writing space with ActivityPub support.
* [Nextcloud Social](https://github.com/nextcloud/social) - Federated social network application on Nextcloud.
* [Pterotype](https://getpterotype.com/) - A WordPress plugin bringing your blog to the Fediverse.
2021-01-24 19:14:38 +01:00
* [Mobilizon](https://mobilizon.it) - A federated organization and mobilization platform.
2020-01-02 18:03:20 +01:00
* [Lemmy](https://github.com/dessalines/lemmy) - Building a federated alternative to reddit in rust.
* [castling.club](https://castling.club/) - Chess over ActivityPub.
2018-06-09 11:16:17 +02:00
## Implementations
2018-09-02 17:40:25 +02:00
Simple example of implementing ActivityPub.
2019-07-06 16:26:01 +02:00
* [ActivityPub Example](https://github.com/tOkeshu/activitypub-example) - An example of ActivityPub server implementation written in Python.
* [dsblank/activitypub](https://github.com/dsblank/activitypub) - Prototyping a Python ActivityPub distributed server in Tornado.
* [pylodon](https://github.com/rowanlupton/pylodon) - Flask-based ActivityPub server implementation.
* [dariusk/express-activitypub](https://github.com/dariusk/express-activitypub) - A very simple reference implementation of an ActivityPub server using Express.js.
2019-03-11 14:04:58 +01:00
* [CommonsPub](https://commonspub.org/) - A generic federated server, written in Elixir.
2018-06-09 11:16:17 +02:00
2018-06-09 13:02:34 +02:00
## Libraries
2018-09-02 17:40:25 +02:00
A little help for implementing ActivityPub.
* [activity](https://github.com/go-fed/activity) - ActivityPub library for Golang.
* [activitypub-php](https://github.com/pterotype-project/activitypub-php) - A library to turn any PHP project into a full ActivityPub implementation.
2018-06-09 13:07:54 +02:00
## Bridges
2018-09-02 17:40:25 +02:00
Connecting the ActivityPub federation with another federation.
* [Bridgy Fed](https://github.com/snarfed/bridgy-fed) - A bridge between IndieWeb and ActivityPub, OStatus.
* [GNU social ActivityPub Plugin](https://notabug.org/diogo/gnu-social/src/nightly/plugins/ActivityPub) - Plugin for GNU social to add ActivityPub support.
* [Osada](https://macgirvin.com/wiki/mike/Osada/Home) - A bridge between Zot protocol and ActivityPub, OStatus, Diaspora etc.
* [RSS to ActivityPub](https://github.com/dariusk/rss-to-activitypub) - An RSS to ActivityPub converter.
2020-07-23 14:56:48 +02:00
## Community and Advocacy Groups
* [SocialHub](https://socialhub.activitypub.rocks/) - Forum for ActivityPub-related projects.
* [Federated Networks Association](https://talk.feneas.org/) - Non-profit organization for the advocacy of website federation, and forum for related projects.
* [fediverse.party](https://fediverse.party/) - A quick look into Fediverse networks.
* [We Distibute](https://wedistribute.org/) - a publication dedicated to Free Software, decentralized communication technologies, and sustainability.
2020-07-23 14:56:48 +02:00
## License
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)