nekr0z[Paulo_Pinto]: RSS full text has nothing to do with mf2 markup. It does put full-text entries in RSS feed (instead of summaries, which is the default), but it there is no mf2 markup in the full-text, it doesn't help to indiewebify.
nekr0z[Paulo_Pinto] In short, LoveIt doesn't currently support IndieWeb. I had to hack it quite a bit to get it on my site with the mf2 I need. The problem is, the IndieWeb-related hacking I did on LoveIt I did for my site to scratch my own itch. I'd love to share it and merge back to LoveIt, but I'm not yet ready for the hassle of cleaning up and making my hack-ons suitable for generic use.
[tantek], jacky, cweiske, geoffo and [Paulo_Pinto] joined the channel
[Paulo_Pinto]@nekr0z thanks. That pretty much answers my question. I have to try the automation of the curl command. Learning every day a little bit more.
nekr0z[Paulo_Pinto]: the automation is another question, but I would make sure your posts are properly marked-up as h-entries first. I recomment Amit Gavande's awesome writeup: https://www.amitgawande.com/indiewebify-hugo-website/ - it's still very relevant.
[Paulo_Pinto]@nekr0z yes, my posta are marked as h-entries. I read Amit’s post and others about the subject. I changed my layout default files to include them and also to display Webmentions. All I need now is to run a command line within my html code to send my webmentions. I will read what you suggest and keep learning about it as, I am not a tech guy, although I’d like to become one 😀 thanks for your help
nekr0zYes, you need something "external" to your HTML (either in the form of curl or more sophisticated things) to send the webmentions, because the HTML page itself sends nothing, unfortunately
[Paulo_Pinto]I will read your post and try to learn from it. I actually edit my site with Atom and the I commit my changes to github. Then Netlify deploys it. I tried webmention.app Webhook on Netlify but with RSS feed which doesn’t work as we’ve talked before. Maybe is time for another more friendly approach.
nekr0z[Paulo_Pinto]: Whatever works for you, and good luck! If I can give one piece of unsolicited advice, though, that would be: if something IndieWeb-related doesn't work, the best thing to do is to try and understand why exactly it doesn't work in your case. This, in turn, helps you understand whether you should fix something you did wrong, or it's better to try another approach alltogether. The "it doesn't work on my site
nekr0zLearned it the hard way, too. Spent a week's worth of nights to try and fix my WebSub pinger implementation before figuring out that a) there was a bug (now fixed) in websub.rocks and b) superfeedr doesn't support https feeds anyway. ;-D
nekr0zMine is https-only (i.e. no pure http at all), and I have never been able to make superfeedr register anything on my feeds. I later found out there was an open issue about that somewhere, and gave up. Maybe they fixed it since, I shoud check.
[Paulo_Pinto]@nekr0z I will follow your advice. Better do less and understand it than mess up with things with a trial and error approach. I appreciate your time.
nekr0zjacky: I was under impression that 301 was "moved forever, will not ever be back here again" and 302 was "is over there for now, but things may change yet", which is why I did 301. See, I'm not too versed in all things web either, I teach medicine for living, go figure...
nekr0zSo, I have 301 for HTTP -> HTTPS (piece of .htaccess several answers above). I accurately ping superfeedr on every feed update, I get a 204 from them, which is supposedly a good thing, but I have never seen any trace of anything in my superfeedr console.
[LewisCowles]did I read https://evgenykuznetsov.org/en/posts/2020/un-known/ right that they moved from known because support they were going to receive for free wouldn't come fast enough? Seems like just buy a subscription for a managed-hosting would be some solution no?
nekr0zSecond: my frustration with Known had more to do with the fact that there was no feasible way for me to help things move faster than with the fact that they were slow in the first place
nekr0z[LewisCowles]: You might have just temted me to update the first part of that post. It wasn't intended to convey "Known bad, Hugo good, everybody go Hugo", but rather "Known didn't work out for me, here's why, if you think it's not working out for you for similar reasons, well, here's how I did it, but YMMV". Looks like I could have done a better job of conveying that. ;)
nekr0zjacky: webmention.app? I'm trying to remember why I didn't consider it, there must have been a reason, because I definitely saw it while I was researching.
LoqiWebmention is a web standard for mentions and conversations across the web, a powerful building block that is used for a growing federated network of comments, likes, reposts, and other rich interactions across the decentralized social web https://indieweb.org/webmention.app
nekr0zHmm, lighthouse I wasn't even aware of up until today (maybe because it's new). It definitely looks like I would have tried using it before inventing my own toolchain.
@kevinmarks↩️ Well done - #indieweb folks are big fans of eleventy.
Adding support for indieweb protocols like webmention and websub could be a supplement to this (twitter.com/_/status/1271081438063013888)
[LewisCowles], KartikPrabhu, [Ana_Rodrigues] and [calumryan] joined the channel
@wikipediachain↩️ Synchronized Multimedia Integration Language > XProc > VoiceXML > IndieAuth > XHTML+SMIL > Internationalization Tag Set > Web storage > Font family (HTML) > WebGL > PHP > Moodle > Instructure > IOS > List of mobile app distribution platforms > Multimedia Messaging Service > 4G (twitter.com/_/status/1271107141718487040)
Kiera31, swentel, [KevinMarks], wombelix, KartikPrabhu and gRegorLove joined the channel
LoqiCSRF or Cross-Site Request Forgery is an attack that OAuth and IndieAuth clients (relying parties) need to be aware of, wherein victims unknowingly follow a link to a relying party callback URL prepared by an attacker https://indieweb.org/CSRF
jackyI'm torn between giving Webmention endpoints a bit more power (like for querying a list of webmentions) and doing something like webmention.io and giving it a special API endpoint
jackyI only thought of it because I also want to do something with micropub to configure my site (like to change endpoints for my site via my endpoint)
[tantek]Not quite sure how to capture it on the wiki, maybe in /green_computing ? Hoping for thoughts / feedback from someone else here who has heard of them or tried out their stuff