Peter Stuifzand created a new issue for pstuifzand/micropub-android

Redirecting to the redirect_uri in Firefox doesn't open the app

Firefox doesn't open Wrimini when it redirects to the redirect_uri. Perhaps I do need to use a custom scheme for that uri and only keep the normal https url for the client_id.

A workaround at the moment is to click the android icon in the address bar and open the app via the normal icon in the home screen or app drawer.

Adding feeds from an OPML file to a Microsub server with xmlstarlet and Ekster (ek)

xmlstarlet sel -t -v "//outline/@xmlUrl" hotlist.opml  | xargs -n 1 ek follow mtjTXQELiT60Wtm5ArVcLo5G

The first part parses the xmlUrls from the OPML file. This won't work if you have feeds seperated in Channels, but it will work with the list from http://feedbase.io, because all feeds are on the first level.

xmlstarlet sel -t -v "//outline/@xmlUrl" hotlist.opml

Then the next part pipes all url to microsub command line client one at a time.

| xargs -n 1

And the command line client will add the feeds to the microsub server on the channel with id mtjTXQELiT60Wtm5ArVcLo5G. You should use the id of your own channel.

ek follow mtjTXQELiT60Wtm5ArVcLo5G

Other steps are

Connection to your microsub server - Connect with URL = your homepage url.

ek connect URL

Go to the url it shows and allow the connection it will save a token and the endpoints in ~/.config/microsub.

Then create or find the channel where you want to add the urls.

ek channels   # to find the channels, it will lists the available channels

Or

ek channels NAME   # to create a channel with NAME.
Just took a look at Aperture, a Microsub server. It has a nice UI for managing your channels and sources, and even better documentation for someone to get started. Really nice.
I just added "vanity" urls for go get to my website. Now you can download ekster by calling:

go get p83.nl/go/ekster/...
Q: I have nothing to hide
A: Because no one is trying to hurt you

https://keybase.io/blog/keybase-exploding-messages

Peter Stuifzand replied to a post on www.theguardian.com

Technology is driving us to distraction

We pay attention with the lives we might have lived.

Peter Stuifzand replied to a post on gregorlove.com

Thanks for this. Now I will need to format my "read-of" posts a bit nicer.

Load more