Single post

jump to replies

New version of #SmolFedi, a lightweight, no-JavaScript Fediverse client written in PHP. It respects #smolweb specs.

It works fine with all basic browser such as #netsurf So you can access Fediverse on #retro computer have a basic browser (need cookies feature).

You can install it on a simple web server with php8.x / pdo_sqlite / php_curl

https://codeberg.org/adele/smolfedi

Test it on https://smolfedi.pollux.casa/ and log to all your fediverse instances (tested on #gotosocial and #mastodon). You can connect to multiple account and switch between them easily.

#smallweb #fediverse

22 visible replies; 2 more replies hidden or not public

back to top
Miro , @miro@soc.crw.li
(open profile)

@adele just gave it a try. Nice! I like the functional minimalism. Reminds me of my own minimal Fediverse client... 😅 Maybe I should dust that off some time. Writing this from SmolFedi of course.

Do emojis work? :m_rocket:

Mindiell , @Mindiell@mamot.fr
(open profile)

@adele I'll come back to you after my reading to expose my point of view.

But first things first : I tested your validator. I can understand the http-equiv missing, but when I add it I still get an error on the <meta charset="utf-8"> part, which is strange at least, no ?

oh, and thx for this validator, it's *really* interesting !

Mindiell , @Mindiell@mamot.fr
(open profile)

@adele Hmm, I'm not java fluent, but using a boolean when you found the right meta tag should be an idea : at the end, you tell user if this meta tag is missing or not, but don't get upset if you encounter another one ;)