#[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.
#aaronpksnarfed++ whoa I never knew that was even a thing
#Loqisnarfed has 32 karma in this channel over the last year (108 in all channels)
#[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
#kisik21Any alternatives to Indigenous on Android?
#swentelhaven't actually tested that myself, let me see
#swentelhmm can't remember anymore how I posted it before, but don't think I changed the posting part
#swentel(posting still works on my endpoint though)
#kisik21swentel: also emoji posting totally doesn't work!
#kisik21I posted a note with emoji via Indigenous, and it was garbled when emojis were
#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!
#swentelhmm could be an encoding thing, I don't deliberately change emoji's during posting
#[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
#GWG[jgmac1106]: How would I do it though? The only way to publish to Micro.blog right now is to give it a feed.
#[jgmac1106]For microblog you need a Micropub client answer. The rss feed you add to WordPress shows up in your timeline you do not post it
#GWG[jgmac1106]: There is no answer to that I know of yet.
#[jgmac1106]No the answer has to be a Micropub client. Would take a WordPress plugin that acts as a bridge to the two
#GWGThe only workaround is to have the action be adding it to a feed.
#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
#blundingood morning all! I'm brand new here and looking for some help with web sign in
#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?
snarfed joined the channel
#sl007blundin First idea: Can you try to set the link from your twitter profile to your page to "https"? It links to "http" currently.
#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.
swentel joined the channel
#blundinBut that only works when signing into indieauth. if i try to use web signin anywhere else, nothing sees my rel="me" tags.
#donpdonphmm ive never used that flag before and it seems unlikely this is the first gzip'ed site ive come across.
#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."
[pfefferle], [tantek], [schmarty], Lauven, snarfed, eduardm, [jgmac1106] and gooooootime joined the channel
#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.
#ZegnatInterestingly almost nobody seemed affected by it, but you are now the second in a week’s time
#ZegnatOh, sorry, that should have been aimed at blundin!
snarfed, eli_oat, [eddie] and blundin joined the channel
#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
#blundinGotcha, that seems to be the case. I've tried to fix this off and on for a few months, so it has been an active issue for a while then
#[eddie]😞 Something is wrong with my image in that post
eli_oat joined the channel
#[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"
#[eddie]Sure enough. Haha nice test, snarfed! Pretty awesome, it all works so quickly now I thought it must have been broken!
#[eddie]That's not right! lol thanks for the heads up
#donpdonplooking up the google hits for content encoding and curl was a wild ride. no idea is was so confusing
#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"