Profile for adele
About adele
Fields
- Smolweb
- https://smolweb.org/
- Static hosting
- https://pages.casa/
- Gemini hosting
- https://pollux.casa/
Bio
aka 아델
#French 🇫🇷 #PHP / #JavaScript and #Java developer
#Korean 🇰🇷 ancestry (but I don’t speak the language)
Into #SmolWeb, #GeminiProtocol, #Smolnet, #LowTech
#ArchLinux / #Debian user
#Markdown 🇲⬇️ enthusiast
Instance running #GoToSocial 🦥
en / fr
- Joined
- Posts
- 1138
- Followed by
- 1280
- Following
- 316
Stats
Just discovered in the doc that it is easy to set a specific ssh key in a local repository to fetch/push toward a remote one.
git config set core.sshCommand "ssh -F /dev/null -i ~/.ssh/mykey"
#SmolFedi is a lightweight, no-JavaScript Fediverse web client written in PHP.
v1.2.3 is available
- Add instruction for SESSION_ENC_KEY config constant
- Add details in README
- Fix edition of Mastodon posts (carriage returns was deleted)
- Add 'Translate to' button (if instance provide the service)
- Possibility to attach a media in reply form
- Add Caddy config sample in README
- More coherent main menu, on three lines
- Manage pinned and followed hashtags in prefs
- Add mbstring ext dependency in README
- Display custom emojis and emoji picker
I’m always lost when I see time in AM/PM format.
Something like 12:10 AM is so strange, I always hesitate what is this 12 ? midnight !
Beginning the day with 12, so wtf
(sorry if this is so clear for you)
Maybe I should add @fedify to https://pages.casa/ ??
But what this couple would improve, compare to a #gotosocial instance ?
#SmolFedi is a lightweight, no-JavaScript Fediverse client written in #PHP.
v1.2.2 is available
- Better postion of the reply panel in thread of discussion
- Better semantic tags usage
- Add accessibility details (aria)
- In api, manage X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset from the headers
- Add account prefs choices : Default CW message, Reveal all content warnings, Show all sensitive media
- User profile edition
- Add [bot] marker in bots profiles
- Permit to view full size avatar from profile page. Add title to avatar images
- Stay on the same page (when possible) when switching account. Stay on the same page when answering a poll
- Follow/unfollow hashtags
- Manage filters (create/delete) in prefs
- Display instance Announcements
#SmolFedi 1.2.1 brings some features/fixes
- Display media size limits in attachment panel in compose page
- Style nav menu with active link
- Choose date and time format in prefs
- Reuse pagination code. Add link to the top of the page in pagination nav
- Use preview images in post attachments instead of full size ones.
- Disable preload of video/audio media
- Add entry box to copy the original url of a post in Moderation panel
- View modification history of modified posts
- Link static/custom.css if exists
Enjoy!
With #SmolFedi 1.2.0 it is possible to use OOB copy/paste login mode for old browsers.
compatibility with #dillo
Dillo blocks cookies by default, which prevents sessions from persisting. Allow cookies for your SmolFedi domain:
echo "yourdomain.example ACCEPT" >> ~/.dillo/cookiesrc
Replace yourdomain.example with the hostname of your SmolFedi instance. Restart Dillo after editing the file.
For instances that cannot be reached directly from the Dillo machine (e.g. when the old computer has no modern TLS support), use the copy/paste mode on the login page: check the box, copy the authorization URL shown, open it in a capable browser to get a code, then paste the code back in Dillo.
#SmolFedi has a new filter system for notifications
What's new in #SmolFedi v1.0.11 the html/css/no-js fediverse #smolweb client :
- Register/Unregister to new posts on profile page
- Manage follow requests
- Add Favourites, Local and Federated timelines
- Manage post moderation : mute/unmute thread / report post
- Manage user moderation : mute/unmute block/unblock report
- Allow hr tag in html post (thx daj)
- Add poll posting
- Define session handler (compatibility)
- Add info 'follows you' in profile info page
- Permit post edition
- Manage word filters
- Simplify page width system
- Permit to mark media as sensitive
- Add search form
This poll is published on #SmolFedi
Does it work?
#SmolFedi v1.0.10 brings some improvements
- Correct tag parsing in post
- Change background color of posts, according to post visibility (Public/Unlisted/Direct)
- Possibility to delete a list in prefs page
- Confirm deletion of List anand Post
- Position page in the thread
- Better message if data directory is not writable
- Manage pinned posts
- Better nav menu (easier to click)
- Add links [ ^ ] to original instances of posts and profiles
- Add button to clear all notifications
- Adjust style for checkbox/radio in polls
- Cleaner post format selection in prefs
- Adjust post sanitization to render more basic html tags
The Fediverse deserves a dumb graphical client
I love the Fediverse. I have been on it for years, and it remains the only social network where I actually enjoy spending time. No algorithmic feed pushing outrage, no dark patterns, no surveillance capitalism. Just people talking to each other over an open protocol.
But every time I wanted to recommend it to someone, I ran into the same wall: the clients are heavy. Mastodon's web interface ships megabytes of JavaScript. Elk, Phanpy, Ivory, beautiful apps, but they require a modern browser, a fast connection, and a device manufactured in the last five years ...
New blog post :
https://adele.pages.casa/md/blog/the-fediverse-deserves-a-dumb-graphical-client.md
Edit: try #SmolFedi :
Yeah! #SmolFedi v1.0.9 has new features !
- Add a prefs page
- Add font size preference
- Manage multiple formats for posts (plain, markdown...) according to the instance capabilities
- Possibility to pin/unpin tag to the menu
- Manage Content warning and Sensitive media
- Correct hashtag link detection/rewrite
- Video max width
- Delete post button in red
#SmolFedi 1.0.7 manages user defined Lists of profiles. A new entry in the menu for each list. And possibility to add/remove a profile in lists.
(at the moment, you can only use existing lists, nothing to create or delete one)
I think #SmolFedi will be my preferred #Fediverse client on my smartphone and my old tablet. Very lightweight, fast, useful. I wonder why I should use something else.
Let me know which missing feature would be a must have.
(if it had poll editor, I’d propose some :-D )
Source/download : https://codeberg.org/adele/smolfedi
Demo instance : https://smolfedi.pollux.casa
Sorry @dillo I just want to know if this patch is active in dillo 3.2.0 (on archlinux)
https://git.dillo-browser.org/dillo/commit/?id=6a58684566f4d61bae7e3974023bc0989c3f2eb2
because I encounter oauth registration with smolfedi
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.
Test of toot with images using #SmolFedi
I try a new Fediverse client using only HTML and basic CSS (no JS). It is written in PHP