LoqiI published a Go application today to export the last tweets from your twitter timeline to your
local hugo repository.You can find it here twitter2hugo-export
LoqiIt looks like we don't have a page for "World Standards Day" yet. Would you like to create it? (Or just say "World Standards Day is ____", a sentence describing the term)
[schmarty][manton] does micro.blog support a JSONFeed extension for indicating replies? or one for RSS/Atom? this seems to be a blocker for having a non-hosted account use micro.blog's activitypub integration.
[manton]There probably should be a way with a feed. The work-around I guess is to exclude replies from your feed, but ping Micro.blog with a Webmention when you reply somewhere so it can add it.
[schmarty]manton++ thanks for the hint! so this post is on my site in-reply-to a post on a mastodon instance. is there a webmention invocation for micro.blog that would cause it to try and push that out via activitypub? 🤔
[manton][schmarty] This is a bit of uncharted waters… But in theory, if you have a reply on your site that is marked up with HTML + MF2, you can send a Webmention to Micro.blog with that URL. Micro.blog will grab your post, add it to its local database/timeline as a reply, and then send it out to your Mastodon followers.
[manton]There are probably some areas where this breaks down, such as replying to a post that is on Mastodon that Micro.blog doesn’t know about… It will “work” but won’t thread the reply correctly, I expect.
[manton]Reviewing the code… Yeah, replying to a Mastodon post that Micro.blog has never seen won’t work very well right now. When the Webmention comes in, I should probably pull the entire thread from Mastodon so that Micro.blog knows about who is replying to what.
[tantek]I don't know of any test suite for rfc4685 nor any currently active consuming code implementations. IMO that means it's worth reconsidering (since it clearly didn't get enough critical mass of community to produce those things)