tantek!tell sknebel,Zegnat,jkphl,adactio,calumryan,tommorris,jeena,voxpelli,petermolnar are you available the evening of Friday 2017-06-23 to remote participate in an IndieWeb Leaders Summit? Add a note accordingly: https://indieweb.org/2017/Schedule#Comments
voxpelli!tell tantek Not sure I can make it to the Leaders Summit, that day is a pretty major Swedish holiday, Midsummer's Eve, so I might be tied up into celebrating that. I've marked the date in my calendar anyhow though
Loqivoxpelli: tantek left you a message 10 hours, 32 minutes ago: are you available the evening of Friday 2017-06-23 to remote participate in an IndieWeb Leaders Summit? Add a note accordingly: https://indieweb.org/2017/Schedule#Comments
kodfabrik.seedited /indieweb_network (+414) "Rewording things a bit, pointing towards the indieweb friendliness + the projects page and plurality principle" (view diff)
LoqiSpecifications are technical documentation of how to support key building blocks for the indieweb, in particular, to achieve various levels and axes of IndieMark feature functionality with formats, protocols, and algorithms for consuming, sending, and receiving https://indieweb.org/specifications
voxpelliFun thing about OStatus is that only thing it actually specified was the http://ostatus.org/schema/1.0/subscribe relation type that could be added to ones host-meta, the rest was just describing how to use other specs
voxpelliActivitystreams and h-entries can live side by side, WebSub would be used for both and WebMentions could makes sense for activitystreams as well I assume?
voxpelliYeah, OStatus kind of lost momentum because PuSH/WebSub didn't catch up to the switch to JSON for a long while, so the realtime aspect of OStatus got lost for a long while during the switching and the community got fragmentized
martymcguire[m]to me, activitystreams feels redundant with h-feed. i guess i don't have a mental model for what people are using AS for that they could not also use h-feed for?
aaronpkmartymcguire[m]: there are some things around "following" that are in AS2 but not in h-feed. I don't think they're widely implemented yet, and we would just need to experiment with them to add them to h-feed
LoqiMicrosub is an early draft of a spec that provides a standardized way for clients to consume and interact with feeds collected by a server https://indieweb.org/microsub
martymcguire[m]aaronpk: jf2 is an interesting choice. one of the things i like about mf2 is that it encourages devs to think about display for humans first, machine-readability second.
martymcguire[m]maybe! i am thinking of the case where i use my microsub client to subscribe to a site and, if i want to make that public, it would also result in a post on my site indicating that i have started following that site.
Loqitantek: voxpelli left you a message 7 hours, 26 minutes ago: Not sure I can make it to the Leaders Summit, that day is a pretty major Swedish holiday, Midsummer's Eve, so I might be tied up into celebrating that. I've marked the date in my calendar anyhow though
LoqiPost or posts may refer to individual pieces of content published on an indieweb site such as notes, articles, & responses, or the act of creating the aforementioned content (present tense), or Posts about the IndieWeb https://indieweb.org/post_footer
Loqisknebel: tantek left you a message 18 hours, 11 minutes ago: are you available the evening of Friday 2017-06-23 to remote participate in an IndieWeb Leaders Summit? Add a note accordingly: https://indieweb.org/2017/Schedule#Comments
sknebeloh, how did I miss that this morning? Technically sgreger and florianweil initiated the push to get HWC berlin going, I'll relay that invitation to them as well? (they are not regulars in IRC)
[eddie]Hmm, bridgy says You need: “a top-level h-feed with h-entrys, top-level h-entrys, OR a <link rel=“feed” href=“...“> pointing to another page with top-level h-feed or h-entrys” What happens if you have an h-feed on your homepage AND a rel=feed?
[eddie]Yeah, that’s the tricky thing. I have “featured” posts on my homepage, but all my posts are on my firehose. And I’m worried/it seems like Bridgy isn’t detecting all of my posts
Loqi[gRegorLove] Hmm, I seem to have problems with PHP reading your site with fsockopen, aaronpk. Confirmed I can read martymcguire[m] (https) and tantek (http) with it, though. Any ideas?...
[eddie]So some entries in my h-feed weren’t properly marked up as h-entrys. Bridgy crawled my site and missed all of my non-h-entry posts. I have since fixed the problem and checked using pin13. However even when I ask bridgy to re-crawl my site, it still seems that it’s just picking up the same old posts.
Loqi[gRegor Morrill] My site is apparently having trouble reading Aaron’s site. I’m getting a timeout error with fsockopen(). At first I thought it was an issue reading https sites, but I don't have the problem connecting to Marty’s site or https://pin13.net. The l...
beargRegorLove - I suspect either a issue with fsockopen and timeout or aaronpk's site has a hostname change - as outlined in http://stackoverflow.com/a/25305626
beardo this: `curl -vv https://aaronparecki.com/ 2>&1 | less` and see if the lines before you get to the line that is `> GET / HTTP/1.1` show any errors