[tantek][snarfed] wanted to clarify that it was not originally intended as a note->reply use-case, but rather that was an attempt at *restoring* the reply-ness of my original post the first time I pinged BF about it
[tantek]huh, screenshots of discord as a GH issues are not the easiest to read/follow. Would have preferred copy/paste of the text (and perhaps the screenshot as an attachment only as a way for folks to verify the content)
IWSlackGateway, ShoesNSocks, [marksuth], geoffo, [schmarty], [snarfed], [TMichelleMoore], [pfefferle] and ClmentVILLISEK[m joined the channel
ClmentVILLISEK[mI discovered the Bridgy Fed project and all the ecosystem behind it thanks to a post on the Fediverse this week, and I was thinking about using it on my website, as I'm re-making it from the ground up. And I had two questions which I couldn't find an answer to. I suppose this is the right channel to ask (I read the "Discuss" wiki page), but I'm not 100% sure.
ClmentVILLISEK[m1) Is it possible to separate the Microformats declaration to a sub-page of the website? To me it seems like the articles must be on the homepage, which isn't what I was expecting to do (I was thinking about putting the articles/notes/entries in a "Blog" section)
ClmentVILLISEK[m2) Is it possible to have multiple Fediverse accounts, like, one per language? I plan to provide my website in at least two languages (French and English), and I was wondering if I could have, for example, a "english@mywebsite.net" with only the English posts, and a "french@mywebsite.net" account which would only have the entries in French?
[snarfed]hi ClmentVILLISEK! Bridgy Fed doesn't care where on your web site your individual posts (with microformats) are. they don't have to be in a feed on your front page
ClmentVILLISEK[mOkay. So does it scan the whole website, seeking for micro-data? Or is there a tag I have to put somewhere to tell it to read that particular page?
ClmentVILLISEK[mI'm very new to all of this so I don't have the skills to contribute to the project, but I'll definitely keep an eye on it. I'm going to open the issue about the multiple profiles.
[tantek]!tell [manton] do you have a solution for connecting the dots between a Mastodon export of posts in "ActivityPub JSON format" (note: there is no such thing, there is Activity Streams 2.0) per https://docs.joinmastodon.org/user/moving/#export and transforming that into Blog Archive Format for import into micro.blog? Would be amazing if micro.blog was the first to support *full* (account info, followers, posts) migration from Mastodon
Loqiblog archive format is a data format proposed by Manton Reece for the export of a blog, based on a zip file and top level HTML h-feed inside, that is supported by micro.blog https://indieweb.org/blog_archive_format
[tantek][manton] re: "why Mastodon doesn’t have an import" this is the "how do I create posts without doing all the automatic things that happen when posts are created" problem, that exists in some form in many blogging systems, e.g. even in WordPress, importing old posts sends Webmentions (last I checked), may republish them in RSS etc.
[tantek]In Mastos instance (so to speak), I bet the only code path to create posts does everything else, e.g. deliver them to all followers. So if you import an archive, it would likely make a Masto instance churn with delivering them all to all those inboxes, flooding your followers with a slew of new posts (same problem as classic feeds from imported posts flooding subscribers)
[snarfed]sounds like Mastodon has partial import. "Your following, blocking, muting, and domain-blocking lists can be imported...Mastodon currently does not support importing posts or media due to technical limitations." https://docs.joinmastodon.org/user/moving/#export
ZegnatWould not be surprised if the "technical limitations" are exactly what [tantek] described: the fact that creating posts makes it push out to all the AP subscribers
[manton]That seems solvable. I personally wouldn’t want or expect an import to push posts out to other servers. It’s just filling in older posts on that server.
[snarfed]^ may be a joke but it's also a good point, afaik you can backfill as an AP client with decent fidelity, including backdating and avoiding posts showing up in followers' timelines by making them unlisted (cc as:Public)
[snarfed]also I guess that ^ kind of AP S2S backfill doesn't accomplish the goal of importing them into an existing Mastodon account. I wonder if you could backdate, avoid timelines, etc with the Mastodon API
[tantek]IMO it's also what happens when you think about (and build for) streams first and permalinks second, rather than permalinks first and streams second.
[tantek][snarfed], second data point of a successful reply without incident, that's two in a row. I'm going to stop reporting successes until there's another failure to see if we can track down a pattern for https://github.com/snarfed/bridgy-fed/issues/487