#Zegnat“A conforming Micropub client that creates posts: […] must check for the presence of a Media Endpoint and if present, send the file there instead of to the Micropub endpoint” - https://www.w3.org/TR/micropub/#publishing-clients
#ZegnatDo, reading the mf wiki more carefully, it seems to suggest that .e-content “should be interpreted as a description of” .u-photo. In that case, it makes sense to place .u-photo outside of .e-content
#Zegnatsknebel, but do you expect everything to be shown as content? I would not expect all category (tag) properties to be added to the Atom entry content
#j4y_funabashiI would think RSS/Atom is more intended to be a list of headlines? my u-photos show up in woodwind
Sebsel joined the channel
#sknebelor rather, look at the link, then think what you'd want your feed reader to show, then look at the conversion ;)
#sknebelI admit that it's a mean edge case, and probably just the proof that if atom-user-user-experience is important to you you have to hand-tune it a bit
#Zegnatj4y_funabashi, Granary is great for using non-h-feed readers to still subscribe to IndieWeb sites. I’d like to keep using the reader software I have been using for years ;)
#ZegnatI realised that sknebel, I might have to run my own h-feed-to-atom
#sknebelthe question of what belongs in e-content is still worth getting an answer (or rather a reasoning for the answer) for, it wasn't what I expected
#SebselI think only u-photo, u-video and u-audio are things that are content but live outside of e-content now (sometimes)
#ZegnatI don’t remember it from either, but I don’t think I have ever attended a session on bookmarking... maybe...
#Zegnatsebsel, or you turn p-content into e-content and the problem is solved. They are the same mf2 property, they ar just parsed differently (p- and e- parsing differ)
#SebselZegnat: I did put in on p- because first it did send the icon as a <img>. But the icon is outside of the content now anyway
#Loqiaaronpk: j4y_funabashi left you a message 2 hours, 57 minutes ago: If I have a media endpoint do I still need to support file uploads in my micropub endpoint?
#aaronpkj4y_funabashi: yes, the reason being that you still want to support simple clients that don't understand the media endpoint
#aaronpke.g. you aren't expected to pass both 14 and 15
#sknebelaaronpk: we had a discussion earlier about how to deal with mf2 attributes that are not part of the content-attributes when converting to other formats, since zegnat noticed that if you put e.g. your site into granary, the photos don't make it in the resulting atom-feed
#j4y_funabashiyeah it is slightly confusing that it is different wording to the server tests screen, not too bad though
#aaronpkIMO the converter should recognize the photo property and embed it into the post however is best appropriate for the target format
#aaronpkj4y_funabashi: yeah the numbered list is the list of "spec features" which need 2+ implementations of each feature in order for the spec to move to the next step in the w3c process
#aaronpksknebel: I had the opposite problem when writing Monocle. Some people's posts were showing the photo twice because monocle *did* recognize the u-photo property but also rendered the e-content, so it would show the image in the content area and then also show it because of the u-photo
#sknebeland e.g. I put the photo in the e-content in my photo posts, but apparently that's wrong
#aaronpki ended up adding some code to check whether the URL in the u-photo was present in the e-content and skipping it in that case
#gRegorLoveThat sounds like the "note post with photo" vs "photo post" conversation.
#j4y_funabashiaaronpk: yeah I like it, are you thinking of a similar thing for webmention.rocks?
#gRegorLoveI do the former mainly because I only have article and note post types, haven't customized further.
#j4y_funabashimuch easier than filling out a report and doing the conversion between test and spec in your head
#aaronpkj4y_funabashi: i'll probably update webmention.rocks to fill out the report automatically too, but likely not until after i finish https://websub.rocks