upub/README.md

29 lines
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
2024-04-08 02:58:59 +02:00
all interactions must happen with ActivityPub's client-server methods (basically POST your activities to your outbox)
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
2024-04-12 20:05:30 +02:00
- [x] privacy, targets, scopes
- [ ] client api (mastodon/pleroma)
2024-04-08 03:00:11 +02:00
- [ ] hashtags, discovery
- [ ] a custom frontend maybe?
2024-04-08 03:00:11 +02:00
- [ ] more optimized database schema
## 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))