upub/README.md

30 lines
1.1 KiB
Markdown
Raw Normal View History

# μpub
> micro social network, federated
μpub aims to be a fast, lightweight and secure [ActivityPub](https://www.w3.org/TR/activitypub/) server
2024-03-27 04:03:08 +01:00
μpub is currently being developed and can do some basic things, like posting notes, follows and likes
all interactions must happen with ActivityPub's client-server methods (basically POST to your inbox your activities)
a test instance is _usually_ available at [feditest.alemi.dev](https://feditest.alemi.dev)
## progress
- [x] barebone actors
- [x] barebone activities and objects
2024-03-19 15:57:48 +01:00
- [x] activitystreams/activitypub compliance (well mostly)
2024-03-27 04:03:08 +01:00
- [x] process barebones feeds
- [x] process barebones inbox
- [x] process barebones outbox
2024-03-27 04:03:08 +01:00
- [x] http signatures
- [ ] privacy, targets, scopes
- [ ] more optimized database schema
- [ ] hashtags, discovery
- [ ] client api (mastodon/pleroma)
- [ ] full activitystreams/activitypub support
- [ ] a custom frontend maybe?
## what about the name?
μpub, sometimes stylyzed `upub`, is pronounced `mu-pub` (the `μ` stands for [micro](https://en.wikipedia.org/wiki/International_System_of_Units#Prefixes))