mirror of
https://gitlab.com/brutaldon/brutaldon.git
synced 2024-11-02 16:37:19 -04:00
267e94077f
Currently, this uses anonymous sessions. You log in to your instance, and you get associated with a session. Your client information and account information are persisted (created only if needed, reattached if not). Passwords are never stored, only access tokens.
30 lines
1.5 KiB
Markdown
30 lines
1.5 KiB
Markdown
# Brutaldon
|
|
|
|
Brutaldon is a [brutalist][0], [Web 1.0][0.5] web interface for [Mastodon][1]. It is not a Mastodon-compatible social networking server; rather, it is just a client, like the Android or iOS client for Mastodon you may already be using, but it runs in a web server, and is accessed through a web browser. The web browser that brutaldon targets is [Lynx][2]. Of course, you can use it in a more heavy-weight graphical browser, as well as other text browsers such as [w3m][3] or [elinks][4].
|
|
|
|
[0]:http://brutalistwebsites.com/
|
|
[0.5]: https://en.wikipedia.org/wiki/Web_2.0#%22Web_1.0%22
|
|
[1]: https://joinmastodon.org/
|
|
[2]: https://lynx.browser.org/
|
|
[3]: https://w3m.sourceforge.net/
|
|
[4]: http://elinks.or.cz/
|
|
|
|
Brutaldon is not ready for use yet.
|
|
|
|
## Roadmap
|
|
|
|
* [X] Single user read-only access; log in and read home timeline
|
|
* [X] Fix edge cases of toot display (CW, media, boosts)
|
|
* [X] Multi-user, multi-instance support
|
|
* [ ] Add support for reading local and federated timelines, notifications, favorites, threads
|
|
* [ ] Add support for tag timelines
|
|
* [ ] Add support for viewing profiles
|
|
* [ ] Add support for posting.
|
|
* [ ] Add support for posting media.
|
|
* [ ] Add support for favoriting and boosting toots.
|
|
* [ ] Add support for following, blocking, and muting users.
|
|
|
|
## Aesthetic
|
|
|
|
No automatic page updates: refresh the page to see new toots. No endless scroll: there's a "next page" link. No autocompletion of anything: use another lynx process in another screen window to look things up. UTF8 clean.
|