jacky, geoffo, [chrisaldrich] and [schmarty] joined the channel
#[schmarty]jacky: i agree google is probably going to some effort to keep that info from leaking to the containing page. but unless it's an iframe, i don't see how they can prevent that leakage. 😐
#jackyoh man that worked lol, I didn't think it would lol
[Murray], kingpapa, KartikPrabhu, swentel, [KevinMarks] and paulrobertlloyd joined the channel
#paulrobertlloydIs it a safe assumption to assume that `mp-photo-alt` would only ever be supplied to a Micropub server as url-encoded or multipart form data (not as JSON)?
#Loqipaulrobertlloyd: [grantcodes] left you a message on 2019-10-01 at 8:25am UTC: here is an express example of using the indieauth helper library (in a basic form) https://glitch.com/~indieauth-lib-wip
kingpapa, KartikPrabhu, swentie, swentel, [jgmac1106], [KevinMarks], dckc, geoffo, [Erik]1 and [schmarty] joined the channel
#[schmarty]petermolnar: yep, i have ~3 static sites that i manage w/ micropub
#[schmarty]the micropub endpoint basically translates incoming new micropub posts into a new hugo file and runs a script to build the site. i replaced the build script with a script to do a git commit and push.
#[schmarty]a lot of the work in the endpoint comes from translating mf2 json into hugo properties, and converting between filenames and URLs.
#[schmarty]my build and publish steps are handled by a separate system that gets notified whenever there are new git commits. it checks for new and changed files, does extra work like fetching reply contexts, running hugo, deploying the site, and sending WMs and websub pings.
#[KevinMarks]hm, hugo supports multiple formats for post properties. I wonder how much work it would be to add mf2 json as one?
#petermolnarI see. That's not really a useful solution for me; I'd rather have/make something like webmention.io, that stores micropub until I manually run a "build"