forked from alemi/upub
docs: fancier readme
This commit is contained in:
parent
acf783bd9f
commit
83b1ce413a
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -1,14 +1,18 @@
|
||||||
# μpub
|
# μpub
|
||||||
> micro social network, federated
|
> micro social network, federated
|
||||||
|
|
||||||
|
![screenshot of upub simple frontend](https://cdn.alemi.dev/proj/upub/fe.png)
|
||||||
|
|
||||||
μpub aims to be a fast, lightweight and secure [ActivityPub](https://www.w3.org/TR/activitypub/) server
|
μpub aims to be a fast, lightweight and secure [ActivityPub](https://www.w3.org/TR/activitypub/) server
|
||||||
|
|
||||||
μpub is currently being developed and can do most basic things, like posting notes, liking things, following others, deliveries.
|
μpub is currently being developed and can do most basic things, like posting notes, liking things, following others, deliveries and browsing
|
||||||
|
|
||||||
all interactions must happen with ActivityPub's client-server methods (basically POST your activities to your outbox)
|
all interactions must happen with ActivityPub's client-server methods (basically POST your activities to your outbox), and there's a simple frontend
|
||||||
|
|
||||||
a test instance is _usually_ available at [feditest.alemi.dev](https://feditest.alemi.dev)
|
a test instance is _usually_ available at [feditest.alemi.dev](https://feditest.alemi.dev)
|
||||||
|
|
||||||
|
upub's stock frontend is also being developed and can be viewed _usually_ at [feditest.alemi.dev/web](https://feditest.alemi.dev/web)
|
||||||
|
|
||||||
## progress
|
## progress
|
||||||
|
|
||||||
- [x] barebone actors
|
- [x] barebone actors
|
||||||
|
@ -19,9 +23,9 @@ a test instance is _usually_ available at [feditest.alemi.dev](https://feditest.
|
||||||
- [x] process barebones outbox
|
- [x] process barebones outbox
|
||||||
- [x] http signatures
|
- [x] http signatures
|
||||||
- [x] privacy, targets, scopes
|
- [x] privacy, targets, scopes
|
||||||
|
- [ ] simple web client
|
||||||
- [ ] client api (mastodon/pleroma)
|
- [ ] client api (mastodon/pleroma)
|
||||||
- [ ] hashtags, discovery
|
- [ ] hashtags, discovery
|
||||||
- [ ] a custom frontend maybe?
|
|
||||||
- [ ] more optimized database schema
|
- [ ] more optimized database schema
|
||||||
|
|
||||||
## what about the name?
|
## what about the name?
|
||||||
|
|
Loading…
Reference in a new issue