#LoqiA multi-photo is like a photo post, except just with multiple adjacent photos, either in a series, or tiled / arranged in some layout https://indieweb.org/multi-photo
#aaronpkso another way to represent the photo album post would be to have the photo property contain a bunch of h-entry objects instead of just a jpg URL
#aaronpkan album is a specific ordering of photo posts, where each photo in the album can stand alone and have its own properties such as name, tags, etc
#tantekis that something you think applies to micropub?
#aaronpkit certainly could. what's particularly interesting about it to me is that it doesn't require using integers or IDs to make the ordering, and also works on just a subset of items in a collection
#aaronpkit would actually work with micropub right now on any property that contains multiple values
#aaronpkright now the h-entry vocabulary doesn't really talk about what the ordering of values means, so we haven't had this come up yet
#tantekin general, specific vocabularies should minimize what they "talk about"
#tantekcan you capture that bit of "would actually work with micropub" as brainstorming or how-to on the /album page along with the silo examples and expansion of what an album is?
#aaronpkyeah, but we don't even really talk about document order
#aaronpklike, does the ordering of the category values mean anything? probably not
#tantekthe parsing spec does because it works in document order, and adds to item / property arrays accordingly, which are ordered
#aaronpkback to my current challenge. is an album best represented by having the photos be "children" of the album h-entry? if so, how do I translate that to micropub? if not, is there an h-entry property that makes sense to list the photos?
#tantekthe larger question there is, would it be generally beneficial for micropub to be able to add/remove from the children of a microformat?
#tantekmy instinct says yes, in general if there's a capability in microformats, that it would make sense to reflect that in micropub
#tantek^^^ that's what happened when I tried to lookup docs on respec. Yet another silo with random outages.
#GWGThis may be crazy, but what about using h-feed for a collection of photo posts?
#LoqiGWG: tantek left you a message 1 day, 1 hour ago: could you go through previous (incl 2014) IWC NYC FB events (all linked from our wiki pages) and invite the people you met there to IWC NYC2: https://www.facebook.com/events/1219906251394239/ ? Thanks!
#LoqiA feed is a dynamic set of posts, typically listed in reverse-chronological order, often only the most recent n (like 10) of them https://indieweb.org/feed
#GWGSo that involves a combination of improving my POSSE support, and linking Bridgy Publish to Micropub to expand my ability to have alternative posting UIs.
#GWGI wanted to overcome my second thoughts about posting notes.
#aaronpkin particular, Go intentionally returns the properties in random order each time they're accessed to ensure people don't make assumptions about property order
#KevinMarksI had this with using Html5lib to parse and fix html, and the property order gets juggled
#aaronpkthings that consume h-entry comments are expecting a handful of properties and they're going to insert the values into their own HTML templates. so it doesn't matter what order the properties are returned in.
#KevinMarksWhich makes the diffs noisy as I add more fixes
#aaronpkwe don't have a lot of examples of things consuming h-recipe so we don't have a lot to talk about there yet
#tantekkevinmarks what diffs what fixes? this is too abstract a conversation
#tantek.comedited /relmeauth (+253) "/* Troubleshooting */ update specifics of what Twitter calls things, link to the page to check for a Callback URL, link to more docs" (view diff)
Loqi, gRegorLove and singpolyma joined the channel