#bretoliusa theoretical short-name system that could be used as a citation to a document in another document, and simply having the citation means you could address the exact document assuming its still available
#bretoliusi guess the key concept being that the irrevocable shortnames are apart of some kind of ditributed hash tree
tantek, seyz, eschnou, danbri, duckbillp and barnabywalters joined the channel
#xtofeschnou : if you're available 2013-05-03 I'd be happy to introduce an #indieweb workshop during BarcampOuiShareFest (collaborative economy in Europe) Doc Searls will be there to speak about VRM and identity More info to come on http://barcamp.org/BarcampOuiShareFest
#tommorrisMy first Geocities site had two Java applets on it. Good times.
#barnabywaltersyay! my first site almost had a 6 minute animated GIF on, but alas it got scrambled in the upload and I was prevented from releasing that particular cultural wonder onto the internet
#tommorrisbut my subdirectory didn't get archived, alas.
#barnabywalterswow, blurry menus! I’ve looked and looked for my first site but can’t find it either
#tommorrisI'm proud to say that the first page I wrote was HTML-in-a-text-editor. because then there weren't really any authoring tools like FrontPage
#barnabywaltersfirst HTML element I ever wrote was <marquee>, in frontpage :) But I couldn’t get it to work because I didn’t know what slash to use and where it went
#tommorrisoh btw, I'm thinking about trying to organise a web history editathon. get a bunch of people together in London and online to try and edit Wikipedia to improve coverage of web history
#barnabywaltersyeah, I saw your note about it — sounds like a great idea!
#tommorrisover the weekend, I was working on the 'List of Yahoo! services' article and the 'Fire Eagle' article. prompted by the imminent closure of upcoming.org
#tommorristhere's plenty of sources online, and I could probably find a venue in London
#eschnoutantek, aaronpk I realized with xtof comment on my post that there are two kind of pingbacks: replies and mentions, and it is not easy to distinguish them. One creates a conversation, the other is just a reference within another conversation.
#eschnouok, so I could treat 'in-reply-to' as replies and show them 'twitter style' like I did, and leave the others as 'mentions' displayed somewhere else.
#eschnouanother issue I faced was to decide what to show: name, summary or content. So far I opted for showing only the title (marked by summary).
#tantek"If the hyperlink in the h-entry to the webmention target has in-reply-to markup, display the h-entry (summary/content abbreviated as necessary) in a "Comments" section, perhaps in the post footer."
#tantek"Otherwise if the hyperlink to the original post lacks in-reply-to markup, then add it to a "Related Articles" or "Mentions" section, again in the post footer"
#tantekeschnou - it's ok that's why it's on the wiki, so we can quickly share URL answers to such questions
#tantekhopefully with a p-author h-card with p-name and u-photo and u-url for the avatar link/image/alt
#tantekand then with a p-content/e-content for the comment contents
#tantekthen you can display that *just like a _normal_ blog comment*
#tantekindieweb comments should look at least as good as normal/local blog comments
#tantekthe bizarre pingback title+double-ellipsed-summary is totally broken and should never be displayed
scor joined the channel
#tantekeschnou - btw do you have documentation anywhere of how and when Storytlr parses h-entry for comments etc.?
#eschnouwell, the h-entry contains lots of stuff custom to the site it comes from, this leads to impossible to style html. This is why I just display the summary. I'm even planning to strip tags for security/presentation reasons.
#tantekeschnou - you can already do that per the spec by taking the p-content if it's there or the e-content innertext
#tantekno need to do anything custom/weird like stripping
#eschnouFor now I try to continuously adapt to what I receive and do my best to make it 'look good', I guess that the more we are to do this, and the better we'll converge on common ways to do it.
#tantekeschnou - indeed. At some point we'll have a well defined "how to parse comments from webmentions" spec :)
#tantekwith both indieweb and local comments looking consistent and reading very naturally.
#eschnouaaronpk, the problem is I won't be able to style individual content of each mention when this gets popular :-) hence why I could like to strip tags of content.
#tantekthe only clue that there's a difference being the "… ago" links to the indieweb permalinks
#aaronpki'm debating continuing to publish that markup as well
#eschnoutantek, yes, all comments time ordered will be awesome, and will enable a true distributed conversation, where I can reply to aaronpk reply on my site and then he gets a pingback, etc...
#tantekeschnou - you could still look for / allow / style h-cards in notes
#eschnouso, pingback + uri with fragment to point to the comment may be the solution..
tantek joined the channel
#eschnouaaronpk, could yo please check if you did get the pingback I just sent as a reply to your reply ?
#aaronpkeschnou: just got a pingback from "http://eschnou.com/entry/testing-indieweb-federation-with-waterpigscouk-aaronpareckicom-and--62-24908.html#comment_4703"
#eschnouI guess I don't have proper annotation in the page for the comments, but it is getting there.
#barnabywalterseschnou: I had a poke through your pingback µf parsing source — I’d be interested to hear your reasoning for using the first h-card you find instead of h-entry -> author?
#eschnoubarnabywalters, my initial focus/usecase is always storytlr<>storytlr communication, and in this case there is no author hcard within the entry, only one at the page level.
#eschnoubut then when federating with others, I adapt
#eschnouI'm off for the day, it was a fun evening and I really enjoy the result. Hopefully I get some more time in the next days to continue. Cheers all !
#barnabywalterseschnou: onto it right now :) Found+fixed the bug, just writing tests then I’ll deploy
#eschnouawesome ! if you ping me and it works, you should see it immediately as a comment or on the mention page. If not, then w'll have to debug tomorrow.
#tantekso next up, let's see who's going to get integrated automatically displayed indieweb comments received via *webmention* rather than pingback. :)
#barnabywaltersoh poo, I got endpoint detection of eschnou’s site working, but when I tried to send a pingback I got a 500 error :(
#barnabywalters!tell eschnou I got endpoint detection working but then a 500 error when trying to ping you :( any ideas?
#barnabywaltersaaronpk: I just tried to send a couple of pingbacks to you and got a “no link to this page” error for indiewebcamp.com — looking at my logs it seems that somewhere a redirect is being followed and it’s going to /Main_page
#tantekbarnabywalters - are you directly sending a pingback, or are you using pingback.me as a webmention-to-pingback proxy?
#barnabywalters!tell eschnou looks like my pingback did get through, but isn’t popping up as a reply — had a look through pingbackController and not sure why