[eddie]And I have a following page! It's pretty simple (and essentially inaccurate) but it's there! Now I just have to fill in following posts for the people that I follow.
[eddie]Wow that search page is ... amazing. I searched Micropub and am finding micro.blog posts, a post from aaronpk's page, from calum ryan's page. Obviously lots of stuff from the wiki
snarfed, slvr, sindan, kisik21, [tantek], barpthewire, jihaisse and cweiske joined the channel
Zegnat“tantek”: About 56,200 results. “aaron”: About 10 results. I would have expected it to surface posts linking to those people, but it doesn’t really :(
swentel, danyao_, flaki_, bergie_, anarchivist_, bigbluehat_, AkyRhO[]_, segnior_, sl007, dgold, jaduncan[m], afrogeek[m], strk[m], Salt[m], pfrazee, AkyRhO, catsup and iasai joined the channel
kisik21and while I can understand that replacing 🍗 with <W is a bit logical, but the other replacement hinted that something was wrong. Quill posted emojis correctly though!
[Vincent]@kisik21 @swentel Can confirm I spotted Indigenous doesn’t encode Emojis correctly in to the sent JSON. For comparison, Quill encodes them in the sent JSON, then I turn them back in to emojis when I receive the JSON and save to a post. But when I send from Indigenous they are not encoded.
[jgmac1106]@gwg microblog should be a choice in the new publication flow you added to the syndication plugin, three choices, Twitter, microblog, github
LoqiA reader (AKA indie reader or social reader) in the context of the indieweb is the portion/feature integrated into an indieweb site that provides a way to read content from other indieweb sites, possibly including posts from the current site, and respond (like, comment, repost, etc) inline in the reading UI itself https://indieweb.org/social_reader
blundinI am trying to get it working on my site at https://brianlundin.com, but I've run into an issue i cant figure out. When I sign into indieauth.com web sign-in works, but other places, like micropub.rocks, dont find the rel="me" links in my page. Ive googled around quite a bit, but can seem to find an answer. any thoughts?
blundinsign in on indieauth.com does not work with Twitter, but does with GitHub (as before). On micropub.rocks it says it could not find authorization endpoint, token endpoint, or micropub endpoint
snarfedblundin: thanks for the report! indieauth via twitter has been flaky, on and off, for a long time. if you have a working alternative like github, maybe stick with that for now.
donpdonpcould it be that flag forces uncompress, covering up whatever header error or what haveyou is keeping the 'regular' curl call, and xray, from gunzip'ing
sl007the flag is just a shorthand "Request a compressed response using one of the algorithms libcurl supports, and save the uncompressed document. If this option is used and the server sends an unsupported encoding, curl will report an error."
Zegnatdonpdonp, there is a problem with the way several indieweb tools fetch pages where a server may decide to send compressed responses that are unparsable by the tools.
blundinHey folks, there was something messed up with the compression. When I turned compression off i could login on multiple sites. I'm not sure why only indieauth.com and indielogin.com handled it compressed the way it was
[eddie]Haha, I was editing the post to add a fixed image url and saw the mentions folder and thought "no way, this couldn't have already received a webmention"
donpdonpblundin: it looks like the root problem is your old setup always returned gzip where best practices is to only return gzip when the request includes "Accept-Encoding: gzip"