A daily mirror of Neko's treebird repository https://code.nekobit.net/fossil/treebird/home
Go to file
nekobit 7099f504f1 Refactor for mastodont + fix status xss bug
FossilOrigin-Name: d5c3f7b33120a5b137e09026be17b252b62bf73371d55c920e376d0941f34d3d
2022-06-24 04:24:12 +00:00
.fossil-settings Switch to size_t for everything 2022-06-02 03:28:54 +00:00
dist Fix JS replies 2022-06-21 05:03:01 +00:00
docs Fix nginx config sample 2022-06-08 23:18:27 +00:00
meta Emoji picker progress 2022-05-09 01:46:34 +00:00
scripts Emoji picker categories and generator 2022-05-21 01:39:39 +00:00
src Refactor for mastodont + fix status xss bug 2022-06-24 04:24:12 +00:00
static Lists update 2022-06-22 05:27:51 +00:00
test Greentexts 2022-04-20 14:14:31 +00:00
CREDITS Credits and JS stuff 2022-06-05 22:54:29 +00:00
LICENSE File to C converter 2022-01-16 22:43:16 +00:00
Makefile Fix make_mentions_local 2022-06-07 05:59:44 +00:00
README.md Mime parsing 2022-04-08 22:43:48 +00:00
config.def.h set config_experimental_lookup to FALSE for default config 2022-05-16 03:32:44 +00:00

README.md

NOTE: This software is not finished. Any bugs are likely noted

Treebird

Treebird logo

A very lightweight Pleroma frontend.

The goal is to create a frontend that's lightweight enough to be viewed without JS, but usable enough to improve the experience with JS.

Treebird uses C with FCGI, mastodont-c (library designed for Treebird, but can be used for other applications as well), and plain JavaScript for the frontend (100% optional).

Why?

PleromaFE, pleroma's default frontend, uses way too much Javascript to be usable (and doesn't even support all of it's own API features...). BloatFE is great, but designed only around Mastodon's api, and isn't as modern or as lightweight as it could be. Soapbox is soapbox and does soapbox things.

This led me to one choice, to develop my own frontend.

Compatibility

Treebird respects compatibility with old browsers, and thus uses HTML table layouts, which are supported even by most modern terminal web browsers. The core browser we aim to at least maintain compatibility with is Netsurf, but most other browsers like GNU Emacs EWW, elinks, render Treebird wonderfully.

Credits

Please view the CREDITS file.

Installing

See INSTALL.md for instructions on Apache/Nginx.