#GWGI want to get it stable, then I may enhance the presentation. It isn't usable at allyet.
#@rhiaroYou know what's more fun than marking coursework? #indieweb-ing my blog. You know what's due in a couple of days? Coursework marks. nnnngggg (twitter.com/_/status/582342227885703170)
#GWGprtksxna: Any thoughts on location aware WordPress while you are here?
#prtksxnaGWG: Location aware Wordpress? I am not familiar with what that is.
#GWGprtksxna: WordPress doesn't have location built in by default
#prtksxnaGWG: I am still tied to the approach of any post type (eg. check-in, photo etc) as a reply. I remember we disagreed on this the last time we spoke.
#GWGprtksxna: I'm writing the location awareness as a standalone piece. I am writing check-in functionality separately.
#GarbeeSeems like a good idea to me. Although it does mean less direct association of content in the page.
scor joined the channel
#aaronpkkind of goes against the whole visible data first thing
#aaronpkalthough I just did something similar on my site
#aaronpki have rel="alternate" type="application/json" with a link to a microformats-parsed JSON document
scor joined the channel
#aaronpkit's at the top of any of my pages. really all it does is just write a link to the pin13 microformats parser, but it could just as well hve been a document generated by my site
#GarbeeYea, visible by default is one problem. Since this is a whole extra request and you need to know to make the call.
#aaronpki added the link tag to make a point, that you can get a JSON version of my pages very easily
#Loqislack/tantek: Ben, last we chatted about this I think I left you with some questions.
#Loqislack/tantek: Also this is specifically about area-tags, not tags or person-tags in general.
zachdonovan joined the channel
#ben_thatmustbemetantek, yes, it is about area-tags specifically, but there is no reason to post area tags through micropub yet other than person-tagging
wolftune joined the channel
#Loqislack/tantek: The idea was to model what Flickr allows which is to tag an area (rect) of a photo with just a note too.
#Loqislack/tantek: It's a key part of owning your flickr export on your own site without dataloss.
#Loqislack/tantek: Plus even FB allows you to "tag" an area (square) of a photo with text that does not match a person's name, and doesn't link to anything.
#ben_thatmustbemealso interesting points, p-category on an area tag can handle that, indeed
#Loqislack/tantek: It's not even primarily person-tagging
#Loqislack/tantek: You can person-tag without specifying an area
#Loqislack/tantek: Eg what kevinmarks already does in his noterlive summary posts.
#Loqislack/tantek: (Except we just changed the recommended markup)
#ben_thatmustbemeactually, i have issue with that as well, as you should be providing both text and url in one property
#Loqislack/tantek: I can see how that could be a problem.
#ben_thatmustbemewhich there is no mechanism for in micropub's common markup, you could provide only the url as u-category=<url> but if they don't have an h-card on their site, you don't get the name
#Loqislack/tantek: In that case if their site lacks an h-card you may have to make a proxy h-card for them on your own site and then send that URL to micropub.
#ben_thatmustbemeokay, seems like more work than should be needed, but doable
#Loqislack/tantek: It's part of the same structure as a nicknames cache
#ben_thatmustbemeand what about generic text that isn't their actual name?
#Loqislack/tantek: Though public h-card proxies for people should likely be very minimal like maybe only name and site URL (as uid), and maybe twitter handle/URL if that's something of theirs that you reference.
#Loqislack/tantek: In fact you must do that to person tag someone who has a twitter but no personal site.
#Loqislack/tantek: Generic text tagging is easier because it just uses the existing comment mechanism but with u-tag-of instead of u-in-reply-to
#Loqislack/tantek: Aside: for such local h-card proxies you probably need a decent URL structure for them
#ben_thatmustbemeexcept i thought the u-tag-of implies the set category is the tag, and content is fallback
#ben_thatmustbemeactually, no, u-tag-of is the post you are tagging them in, not the url you are tagging
#Loqislack/tantek: I'm not sure what you mean by "with link"
#ben_thatmustbemeu-tag-of=aaronpk.com/somephoto, u-category[url]=tantek.com u-category[text]="this guy is a genius" p-content="Ben Roberts tagged Tantek in a photo as "This guy is a genius"
#ben_thatmustbememismatched quotes in there, but i think you can understand it
#ben_thatmustbemeokay, so I can post a u-category= and then IF the url has an h-card i'm done, if it doesn't my site creates an h-card with data i know of them (name, url, twitter handle) and tags that way
#Loqiben_thatmustbeme meant to say: actually the micropub url-encode standard thust far has been to post with category=<sometext> that would need to change first,
#Loqislack/tantek: Hmm yes I failed to state it as a question.
#Loqislack/tantek: URL is just a subset of "some text"
#ben_thatmustbemeKevinMarks, did he? we were talking about it and I brought up some issues with it, but I don't know that it has actually changed yet
#Loqislack/tantek: Kevinmarks yes. It was one instance of where I forgot to update the p-something h-object pattern into u-something h-object. Kylewm knows the details of the pattern.
#KartikPrabhuJonathanNeal: oh that is the double # notation
#KartikPrabhuweird I typed both with the double # notation
#KartikPrabhuJonathanNeal: not to worry too much about those. Might have messed up my JS on my site. Will try to reproduce with cleaner example plain post
#KartikPrabhuJonathanNeal: you suspect regex trouble! oh noes
#KartikPrabhuanyway will try to put a cleaner example soon so it is easier to debug. Also since Marginalia depends on fragmention, marginalia.js broke :P