mirror of
https://git.exozy.me/a/fuwuqi.git
synced 2024-11-22 02:41:04 +00:00
Add some unimplemented features to README
This commit is contained in:
parent
31a28b64fb
commit
c49f4c7654
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -1,6 +1,6 @@
|
|||
# fuwuqi
|
||||
|
||||
Fuwuqi (fúwùqì or 服务器 means "server" in Chinese) is a useless C2S ActivityPub server for "extremely hardcore" ActivityPub enthusiasts. Craft your own exquisite WebFinger response! Customize your actor object exactly like you want! Hack and extend the 100-line Python server code! 100% guarenteed™ to federate with Mastodon!
|
||||
Fuwuqi (fúwùqì or 服务器 means "server" in Chinese) is a useless C2S ActivityPub server for "extremely hardcore" ActivityPub enthusiasts. Craft your own exquisite WebFinger response! Customize your actor object exactly like you want! Hack and extend the 100-line Python server code! 100% guarenteed™ to federate with Mastodon! It's like [Honk](https://humungus.tedunangst.com/r/honk), but instead of politely refusing to hold your hand, it chucks you straight into the deep end of the pool.
|
||||
|
||||
## Configuration
|
||||
|
||||
|
@ -26,6 +26,15 @@ Now on your client device, open up your favorite C2S ActivityPub client... oh wa
|
|||
|
||||
Enjoy your new "extremely hardcore" ActivityPub server!!! 🎉😎🚀🙃🥳
|
||||
|
||||
## Features
|
||||
|
||||
Since Fuwuqi's code is super duper easy to read and extend, the following features are left as an exercise to the reader;
|
||||
- Multi-user support (hint: dynamically generate `.well-known/webfinger` instead of serving a static file)
|
||||
- Liking posts (hint: the implementation is very similar to `Follow`)
|
||||
- Announcing posts, AKA boosting
|
||||
- JSON-LD (hint: don't do it, your brain will thank you)
|
||||
- Lots of pain
|
||||
|
||||
## Resources
|
||||
|
||||
- https://www.w3.org/TR/activitypub/
|
||||
|
|
Loading…
Reference in a new issue