Month: November 2023
-
Introducing FeedLand to DotOrg and Other Bets in Málaga
I gave a flash talk about FeedLand at the 51 / DotOrg / Other Bets Division Meetup in Málaga, Spain. Here is a snapshot someone took of me with the slide explaining who Dave is for those who didn’t know. In the short talk I planted the seed of reading lists for Pocket Casts and…
-
Hacking the CSS of FeedLand
1. Create a stylesheet, put it somewhere where it’s publicly accessible. 2. In the JavaScript console assign the URL of the stylesheet to localStorage.urlStartupStylesheet. 3. Reload FeedLand. Example Enter this in the JavaScript console where FeedLand is running. localStorage.urlStartupStylesheet = ‘urlofmystylesheet’
-
Using Supervisor Mode in FeedLand
If are an admin user, the UI of FeedLand will have a new command in the System menu, the menu at the right edge of the screen. If you are not an admin user, you won’t see this command. Initially, the command will be Start Supervising. When you choose Start Supervising, a dialog appears asking…
-
WordPress signin for FeedLand
The announcement and howto on the FeedLand support repo. A short post about why centralized identity is so important.
-
Transitioning to WordPress identity
In the next release of the FeedLand server software, you will be able to log in using a WordPress account. A few facts about this new feature. It’s not installed yet on either server. I want it to (eventually) be the only way to log in to the A8C server. On feedland.org it will be an…