#aaronpkyes, I'm aware of the design, it's nice that it's actually distributed from the beginning, using mozilla's service as a shim
#aaronpki'm pretty sure it would need the bi-directional link though. If it doesn't, then we shouldn't require bi-directional verification for web providers like Twitter.com either.
#aaronpkwhich means the basis of RelMeAuth would need to be updated
#breti have no idea :? I'm still trying to play catch up with getting PuSH and webmentions working with github pages commit hooks
#aaronpkupdating the readme since it's a bit out of date...
#bretjekyll can create static feed type documents easily, and github can pass messages about git commits easily, so I think outgoing messages should be pretty simple
#bretgetting incoming messages into the git repo is going to require some work though
#aaronpkyou'll probably need a server somewhere that can edit the git repo
#aaronpka partial solution would be to query the pingback.me API from the browser and display things inline that way. of course the markup wouldn't exist in the page server-side, but the user would see it.
#bretwith a small script? Yeah that would be pretty cool, and realtime actally
#aaronpkI think I might add in microformats parsing into the pingback service, to pull out basic h-entry data from the linked pages like how news.indiewebcamp.com does
#bretI went with microdata when i made the site :/ kicking myself now
bnvk joined the channel
#bretyou think the weather is going to still be this nice in portland by june?
#aaronpkI get in the habit of adding the pingback/webmention tags to any site I make now, even if I don't have plans to display comments on the site
#bretI want to totally redo my html templates... lots of effort went into the microdata, and its basically used for nothing... plus its got twitter bootstrap garbage all over
#aaronpkfigured out a clever trick for my linking problem too
#aaronpkI don't want the http:// visible, but I do want it in the microformat data so it gets syndicated out properly, so I'm hiding the protocol with CSS now :)
#bretaaronpk, Pingback is the total missing link for static sites I think
#aaronpkunfortunately you'll only be able to display the URL right now since that's all the API gives back, but I can add some basic mf2+html parsing to provide a title property as well
#aaronpkwill give me a chance to test out the ruby mf2 parser as well
#bretI'm going to jump over and work on PuSH since I know that already works
#tantekno need for a separate oEmbed endpoint to query, just get the h-entry from the page itself that you want to embed
barnabywalters, tilgovi, tantek-ipod, tantek-ipod_, spinnerin, eschnou, mxuribe, bnvk and mxuribe1 joined the channel
#tantekbarnabywalters, aaronpk, just as we've been informally using h-as-note and h-as-article, I think it's reasonable to also use h-as-rsvp
#barnabywaltersmight be an idea to make a distinction between “publishing” and “using” — we’re publishing them, are any of us actually using that semantic for anything?
#barnabywaltersI might be using it as a styling hook, not much else though
#tantek.comedited /ActivityStreams (+353) "/* Use with microformats2 */ see also microformats activity object brainstorm, thinking about h-as-reply h-as-rsvp" (view diff)
#tantekaaronpk - they're more useful/relevant when you have a composite stream of all your different post types
#tantekbut since you have separate stream pages for each post type on your site - not sure how much difference it makes for you (if any)
gRegorLove joined the channel
#LoqigRegorLove: tantek left you a message on 5/7 at 1:26pm: why are you display:none'ing your Twitter link on gregorlove.com? I don't think that affects IndieAuth but it might? aaronpk - gregorlove.com appears to be setup with rel-me to @gRegorLove but isn't working. Take a look?
#tantekdid you get indieauth sign-in working? or still same problem?
#gRegorLoveI was just revisiting to get your response. Let me try again. I have it display: none because I don't want to add links to the home page, if possible.
#gRegorLoveIt was finding the link to my Twitter fine, but appeared to not be finding the link back on my twitter profile, but it is there. :)
#aaronpkah the problem is twitter.com is wrapping your link in a t.co
#tantek.comedited /Template:indieauth-status (+0) "moving github to the top (seems to work best), and demoting twitter to the bottom of the "up" statuses due to t.co problems with some new folks" (view diff)
#aaronpkand since we're all pretty much standardising on plaintext for notes, the plaintext version should be something I can copy to my site as plaintext and keep the full resolution text
#tantekso like for example when you're pulling it in for a reply post
#tantekin addition to parsing out the nested plain text, if you encounter any <img> elements, replace them with their alt attribute text, or lack an alt attribute, replace them with their src attribute.
#Loqitantek meant to say: in addition to parsing out the nested plain text, if you encounter any <img> elements, replace them with their alt attribute text, or lacking an alt attribute, replace them with their src attribute.
#tantekwe don't need to do that for video/audio btw because they can already contain fallback text content
#tantekif that seems reasonable, I'll add it to the microformats2 parsing spec
#barnabywalterstantek: shouldn’t be too tricky — actually there are a couple of security points about e- vs p- content I need to bring up
#aaronpkthe embed code for gist is <script src="https://gist.github.com/aaronpk/44fffbf6c61e4348e08f.js"></script> so I think you could put the URL inside the script tag for fallback and mf2 parsing
#tantekscripts seem more dangerous to parse anything out of
#tantekand in general I'd prefer to not depend on *anything* inside of a script for moving content around
#tantekaaronpk, re: your auto-embedding post, I'm looking forward to see what you do with this: "My next step is to parse arbitrary URLs looking for an h-entry, and display a mini preview of the content linked to."
#tantekideally implementing that should replace any need to support consuming oembed at all
#tantekcustom code for vimeo.com and youtube.com embeds
#tantekoh and of course .jpeg, .jpg, .png, .gif image embeds
#tantek@-name references get linked and marked up with a "h-x-username" class name on the hyperlink - thus giving the client the option to do more things with it (as I think Taproot does)
#tantek.comedited /p3k (+0) "/* Features */ p3k embeds are in the footer, e.g. after the datetime published stamp, rather than inline with the content of the note" (view diff)
#tommorrisalso, one observation: I always wanted to know what it was like to develop an AOL app. Over the last week, I managed to replicate what it must have been like by building a facebook app.