#[tantek]I think a multi-reply to the event and any RSVPs would be work to notify people who have RSVPd
#[tantek]that would be the equivalent of commenting on a FB event that the event is cancelled (opportunity to note why), which would notify everyone who had commented or RSVPd
#Loqi[Tantek Çelik] h-entry is a simple, open format for episodic or datestamped content on the web. h-entry is often used with content intended to be syndicated, e.g. blog posts. h-entry is one of several open microformat standards suitable for embedding data in HTML.
...
#[tantek]jacky, do you display comments on your RSVP posts or notes?
#[tantek]I tried sending webmentions from my cancellation note to your RSVP and recent note
#[tantek][relapse] "status" feels like too generic (potentially overloaded) of a term
#[tantek]jacky noted that the existing experiment with micropub and distinguishing between draft and published states uses "post-status"
#[relapse][tantek] True, but should it be aligning with an existing event standard (e.g. RFC5545 as you indicate), or come up with its own standard?
iasai joined the channel
#[relapse]Does it become an "event" status by being a child of h-event, or is it a generic 'status' such as all h-* seem to have a u-uid property that means the same.
#[tantek][relapse] rather than "align" per se (we did that in the past and it resulted in more complexity than necessary for actual use-cases), is to use existing formats as inspiration at least, and try to re-use at least aspects, possibly even names of things
#[tantek]more importantly than past formats is modern UIs
#@sl007Dito. And Applause³ for everyone supporting indieweb stuff like Webmention or Micropub, IndieAuth or federation like ActivityPub – be it in code, words, design, awareness or freaky awesome longterm projects or whatever – Rock on ! (twitter.com/_/status/1078194382082326528)
#Loqipetermolnar: pstuifzand left you a message 11 hours, 1 minute ago: if you have problems with `ek` you can ask me. Perhaps you can create an issue on the github with the problem.
#Loqipetermolnar: pstuifzand left you a message 10 hours, 48 minutes ago: I also created version 0.8.3 of ek (on Github) that has better error handling (and reporting), use `ek -verbose channels`.
#LoqiIt looks like we don't have a page for "mod_rewrite" yet. Would you like to create it? (Or just say "mod_rewrite is ____", a sentence describing the term)
#sknebelmod_rewrite is a module for the [[Apache]] web server to rewrite/redirect URLs to different locations.
#pstuifzandpetermolnar, hi are you there? I don't have to much time right now, but perhaps I can help?
#petermolnarhey; got the messages, thank you, it looks like it may not be ek, but eksterd, given I can't set up monocle with that eksterd instance either
#pstuifzandok, it will use that to check the token that it gets from the client
#pstuifzandit will cache the result for 10 minutes in redis
#petermolnarso the trouble is that my token endpoint on my website is https://tokens.indieauth.com/token (because I'm lazy to do my own); I've added "TokenEndpoint": "https://tokens.indieauth.com/token" to backend.json, but https://microsub.petermolnar.net/ has <link rel="token_endpoint" href="https://microsub.petermolnar.net/auth/token" /> and <link rel="authorization_endpoint" href="https://microsub.petermolnar.net/auth" />
#pstuifzandthe token endpoint should match the one on your website
#petermolnarI understand that. What should I configure to make it so?
#pstuifzandchange "TokenEndpoint" to "https://microsub.petermolnar.net/auth/token"
#petermolnarbecause in the templates, I see <link rel="token_endpoint" href="{{ .Baseurl }}/auth/token" />
#pstuifzandI added an issue on Github for this problem.
snarfed joined the channel
#[tantek]!tell GWG are you using phpmf2 master? I'm asking because it has the ID parsing feature you wanted, and I'm wondering if you're able to use it for your use-case
#GWGI think I am on stable. I can switch to master
#LoqiGWG: [tantek] left you a message 2 hours ago: are you using phpmf2 master? I'm asking because it has the ID parsing feature you wanted, and I'm wondering if you're able to use it for your use-case
iasai, benwerd and jgmac1106 joined the channel
#petermolnar!tell pstuifzand got ek working against aperture, seems like the problem is with my eksterd