Options:
Previous day, Next day
- # Session Start: Thu Mar 19 00:00:01 2015
- # Session Ident: #microformats
- # [00:01] * Joins: tantek (~tantek@198.0.180.197)
- # [00:01] * ChanServ sets mode: +o tantek
- # [00:19] * Quits: csarven (~csarven@84-73-123-134.dclient.hispeed.ch) (Quit: Ex-Chat)
- # [00:20] * Quits: elf-pavlik (~elf-pavli@lorea/elf) (Quit: Leaving)
- # [00:23] * Quits: KartikPrabhu (~kartik@nsit-dhcp-205-208-056-199.uchicago.edu) (Ping timeout: 255 seconds)
- # [00:45] * Quits: @tantek (~tantek@198.0.180.197) (Quit: tantek)
- # [00:55] * Joins: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net)
- # [00:56] * Joins: alanpearce (~alanpearc@89.248.174.54)
- # [01:01] * Quits: alanpearce (~alanpearc@89.248.174.54) (Ping timeout: 252 seconds)
- # [01:13] * Joins: tantek (~tantek@38.111.11.2)
- # [01:13] * ChanServ sets mode: +o tantek
- # [02:06] * Quits: gRegor` (~me@c-71-201-46-159.hsd1.il.comcast.net) (Ping timeout: 246 seconds)
- # [02:39] * Joins: Tigt (uid57730@gateway/web/irccloud.com/x-kcggswyxpkzopokx)
- # [02:41] <Tigt> Pardon me, I was wondering if I could ask for some advice on using microformats2
- # [02:59] * Joins: KevinMarks_ (~KevinMark@172.56.15.37)
- # [02:59] * Quits: KevinMarks_ (~KevinMark@172.56.15.37) (Read error: Connection timed out)
- # [03:00] * Joins: KevinMarks_ (~KevinMark@172.56.15.37)
- # [03:02] <@tantek> Tigt - go for it - hopefully one of us can help out!
- # [03:02] <Tigt> awesome, thank you
- # [03:03] <Tigt> I'm scaffolding up a webcomic site where I'm trying some high-concept stuff
- # [03:03] <Tigt> mostly, comics-as-markup instead of bitmaps
- # [03:03] <Tigt> (bunch of SVG)
- # [03:03] <Tigt> and I was curious if microformats can go onto SVG
- # [03:03] <Tigt> I figure they do, since it supports the class attribute
- # [03:06] <Tigt> it would be inline markup, and the only difficulty I can foresee is it being in a technically different elementNS() and all which might cause parser issues
- # [03:08] <@tantek> hmm - I think it should "just" work
- # [03:08] <@tantek> microformats can go wherever you have a class attribute :)
- # [03:08] <@tantek> if you have an example URL we can try running it through microformats parsers
- # [03:09] <Tigt> I'll try that later, I'm very beginning-stages for now
- # [03:10] <aaronpk> that would be amazing!
- # [03:11] * Quits: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net) (Read error: Connection reset by peer)
- # [03:11] <Tigt> and secondly, I'm guessing that h-entry would be most suitable
- # [03:11] <Tigt> but I just wanted to run that guess by here
- # [03:12] * Joins: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net)
- # [03:13] <aaronpk> probably yeah, the whole comic would be an h-entry
- # [03:13] <@tantek> Tigt - indeed
- # [03:13] <@tantek> we have a few examples of folks publishing comics on the indieweb
- # [03:13] <@tantek> http://indiewebcamp.com/comics
- # [03:13] <@tantek> (with text fallback and microformats markup)
- # [03:13] <Tigt> oh man, I have that bookmarked apparently
- # [03:13] <Tigt> that's a pleasant surprise
- # [03:14] <Tigt> ah yeah I remember the use of <object>
- # [03:14] <Tigt> I tried that for some early comic-accessibility experiments
- # [03:17] <Tigt> it seems to work poorly sometimes
- # [03:17] * Joins: JonathanNeal (sid5831@gateway/web/irccloud.com/x-hqyiiuksxgzfqovs)
- # [03:17] <JonathanNeal> SVGs, Comics? Hello!
- # [03:17] <@tantek> Tigt I bet together we can figure out how to make it work well
- # [03:18] <Tigt> I couldn't find a lot of information on what browsers /did/ with the object fallback interior
- # [03:19] <Tigt> especially not re:accessibility trees
- # [03:20] <Tigt> hello Mr. Neal, I didn't know you were into SVG comics
- # [03:20] <@tantek> Tigt - works great for microformats parsers!
- # [03:21] <Tigt> I guess that's true!
- # [03:22] <@tantek> Tigt - which means works great for indie readers too!
- # [03:22] <JonathanNeal> Tigt: I happen to be working on a website that’s adding a comic, not in SVG, but it’s a really neat idea to convert it into SVG.
- # [03:22] <JonathanNeal> Since it’s black and white and shouldn’t be too difficult.
- # [03:23] <Tigt> that would be pretty neat
- # [03:23] <JonathanNeal> It’s just a vector format, very suitable for the medium.
- # [03:24] <JonathanNeal> And technically, you could group all the pages, hash them, and have the SVG be a readable comic.
- # [03:24] <Tigt> I ran a Robbie and Bobby comic through a converter and then tuned it by hand, it ended up being a third the filesize
- # [03:24] <JonathanNeal> Almost like a self-contained website.
- # [03:24] <JonathanNeal> So, is there a microformats side to this?
- # [03:25] <Tigt> (once I gzipped it level 9, anyway)
- # [03:25] <Tigt> yeah I was just curious if h-entry was suitable and if SVG was an allowed markup language for microformats
- # [03:25] <Tigt> since it uses class it slots in pretty perfectly
- # [03:26] <Tigt> having trouble with inserted <meta> tags, but dark data shouldn't be kosher anyway
- # [03:27] <Tigt> (the HTML5 parser thinks you forgot your </svg> and autocloses it)
- # [03:28] <@tantek> indeed, avoid <meta>
- # [03:28] <@tantek> the only good meta is <meta charset="utf-8"/>
- # [03:29] <JonathanNeal> And it’s only good for bad reasons.
- # [03:29] <@tantek> so true
- # [03:30] <Tigt> it does switch back to HTML inside <title>, <desc>, and <foreignObject>, so it's possible in emergencies
- # [03:30] <Tigt> but man I don't want to abuse those tags for that
- # [03:54] <Tigt> alright, thanks for lending me your ear, I'll send my page through the parsers once it's done and report any issues if they happen
- # [03:55] * Quits: Tigt (uid57730@gateway/web/irccloud.com/x-kcggswyxpkzopokx)
- # [04:24] * Quits: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net) (Read error: Connection reset by peer)
- # [04:24] * Joins: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net)
- # [04:52] * Quits: @tantek (~tantek@38.111.11.2) (Quit: tantek)
- # [05:39] * Joins: Atamido (~atamido@2602:306:839b:7790:a8a6:a819:ab44:c5ec)
- # [06:10] * Quits: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net) (Read error: Connection reset by peer)
- # [06:17] * Quits: KevinMarks_ (~KevinMark@172.56.15.37) (Ping timeout: 250 seconds)
- # [06:27] * Joins: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net)
- # [06:32] <tango_> it might even be possible to tag the characters inside the comic with microformats
- # [06:32] <tango_> and the text bubbles with p-content
- # [06:32] <tango_> and have some automatic comic-to-text
- # [07:13] * Joins: KevinMarks_ (~KevinMark@172.56.15.37)
- # [07:18] * Quits: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net) (Ping timeout: 272 seconds)
- # [08:17] * Quits: KevinMarks_ (~KevinMark@172.56.15.37) (Ping timeout: 255 seconds)
- # [08:37] * Joins: kez_ (~quassel@inet2.evalesco.com)
- # [08:45] * Joins: alanpearce (~alanpearc@89.248.174.54)
- # [08:50] * Quits: alanpearce (~alanpearc@89.248.174.54) (Ping timeout: 264 seconds)
- # [09:03] <ben_thatmustbeme> tango_ there was work on person tagging in photos. That's basically what it is.
- # [09:05] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [09:05] * ChanServ sets mode: +o KevinMarks_
- # [09:06] * Quits: @KevinMarks (~yaaic@2607:fb90:406:e707:e878:e20c:730c:f999) (Ping timeout: 265 seconds)
- # [09:06] <tango_> ben_thatmustbeme: yah, with the addition of the text bubbles
- # [09:07] <tango_> this site http://www.ohnorobot.com/ would love such a feature
- # [09:07] <tango_> it could even link to the specific _panel_
- # [09:10] * Joins: eschnou (~eschnou@2a02:a03f:873:4f00:227:10ff:fe64:feb4)
- # [09:11] <tango_> so, since my question of lore seems to have gotten lost, I'll reframe it more accurately. we have a website which is handled by jekyll, and I intend to use jekyll-scholar to produce the bibliography page. I wanted it to be properly marked up as bibliography, but all the CSL styles that I see only do standard HTML markup. does anybody know of a CSL style that actually produces microformat-friendly html
- # [09:11] <tango_> instead?
- # [09:12] <tango_> (or should I try my hand at CSL and see if I can hack it up myself?)
- # [09:12] <tango_> (and if so which microformat style should I use? it seems that for these things there is no widespread consensus as for other, at least judging from the wiki)
- # [10:01] * Quits: ivc (ivc3@elitus.x-pec.com) (Ping timeout: 256 seconds)
- # [10:13] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [10:15] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [10:15] * ChanServ sets mode: +o KevinMarks
- # [10:17] * Quits: @KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [10:19] * Joins: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [10:27] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [10:27] * ChanServ sets mode: +o KevinMarks_
- # [10:36] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [10:39] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [10:39] * ChanServ sets mode: +o KevinMarks_
- # [11:04] * Joins: alanpearce (~alanpearc@89.248.174.54)
- # [11:04] * Joins: ivc (ivc3@elitus.x-pec.com)
- # [11:04] * Joins: csarven (~csarven@84-73-123-134.dclient.hispeed.ch)
- # [11:16] <tommorris> tango_: http://microformats.org/wiki/h-cite :)
- # [11:21] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [11:24] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [11:24] * ChanServ sets mode: +o KevinMarks_
- # [11:52] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [11:56] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [11:56] * ChanServ sets mode: +o KevinMarks_
- # [12:00] * Joins: mettekou (~mettekou@94-224-246-64.access.telenet.be)
- # [12:17] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [12:19] * Quits: mettekou (~mettekou@94-224-246-64.access.telenet.be) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [12:21] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [12:21] * ChanServ sets mode: +o KevinMarks_
- # [12:23] * Joins: alanpearce_ (~alanpearc@78.110.169.82.static-uk.cryptolayer.com)
- # [12:26] * Quits: alanpearce (~alanpearc@89.248.174.54) (Ping timeout: 244 seconds)
- # [12:32] * Quits: csarven (~csarven@84-73-123-134.dclient.hispeed.ch) (Quit: Ex-Chat)
- # [12:42] <Loqi> [@AllTheTwits] wonders if there's any social site that currently uses hCard for its contacts lists (http://twtr.io/xQMuCkgvqQ)
- # [12:44] * Joins: tantek (~tantek@38.111.11.2)
- # [12:44] * ChanServ sets mode: +o tantek
- # [12:46] * Joins: mettekou (~mettekou@94-224-246-64.access.telenet.be)
- # [13:12] <tango_> tommorris: ah, it's not linked from where it should be 8-/ thanks
- # [13:27] <tommorris> tango_: feel free to suggest fixes (or just edit the pages in question).
- # [13:27] <tango_> tommorris: good point
- # [13:28] <tango_> I think I even have an account on the wiki from a few eons ago
- # [14:06] * Quits: @tantek (~tantek@38.111.11.2) (Quit: tantek)
- # [14:18] * alanpearce_ is now known as alanpearce
- # [14:31] * Joins: TallTed (~Thud@63.119.36.36)
- # [14:50] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [14:55] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [14:55] * ChanServ sets mode: +o KevinMarks_
- # [14:55] * Joins: pfefferle (~pfefferle@213.144.11.130)
- # [15:03] * Joins: gRegor` (~me@c-71-201-46-159.hsd1.il.comcast.net)
- # [15:10] * Joins: tantek (~tantek@31-34-30.wireless.csail.mit.edu)
- # [15:10] * ChanServ sets mode: +o tantek
- # [15:12] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [15:13] <Loqi> [@satoraxismundi1] hCard Creator http://hcardcreator.com (http://twtr.io/xQaXMehBLY)
- # [15:17] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [15:17] * ChanServ sets mode: +o KevinMarks_
- # [15:36] * Joins: Acidnerd (~Acidnerd@linux-fenrir1.cryptostorm.net)
- # [15:36] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [15:39] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [15:39] * ChanServ sets mode: +o KevinMarks_
- # [15:54] * Quits: mettekou (~mettekou@94-224-246-64.access.telenet.be) (Quit: Textual IRC Client: www.textualapp.com)
- # [15:54] * Joins: mettekou (~mettekou@94-224-246-64.access.telenet.be)
- # [16:02] * Acidnerd is now known as rmendes
- # [16:05] * Quits: rmendes (~Acidnerd@linux-fenrir1.cryptostorm.net) (Quit: Gone..., I'll be back later..)
- # [16:20] * Joins: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [16:20] * ChanServ sets mode: +o KevinMarks__
- # [16:20] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [16:53] * Quits: eschnou (~eschnou@2a02:a03f:873:4f00:227:10ff:fe64:feb4) (Ping timeout: 252 seconds)
- # [16:55] * Joins: barnabywalters (~barnabywa@212.156.94.166)
- # [16:58] * Quits: mettekou (~mettekou@94-224-246-64.access.telenet.be) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [17:01] * Joins: mettekou (~mettekou@94-224-246-64.access.telenet.be)
- # [17:03] * Joins: Acidnerd (~Acidnerd@linux-fenrir1.cryptostorm.net)
- # [17:27] * Quits: @tantek (~tantek@31-34-30.wireless.csail.mit.edu) (Quit: tantek)
- # [17:49] * Joins: tantek (~tantek@31-34-30.wireless.csail.mit.edu)
- # [17:49] * ChanServ sets mode: +o tantek
- # [17:59] * Quits: @KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [18:04] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [18:04] * ChanServ sets mode: +o KevinMarks_
- # [18:05] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [18:09] * Quits: pfefferle (~pfefferle@213.144.11.130) (Ping timeout: 264 seconds)
- # [18:09] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [18:09] * ChanServ sets mode: +o KevinMarks_
- # [18:11] * Quits: kez_ (~quassel@inet2.evalesco.com) (Remote host closed the connection)
- # [18:15] * Joins: pfefferle (~pfefferle@213.144.11.130)
- # [18:31] * Joins: csarven (~csarven@84-73-123-134.dclient.hispeed.ch)
- # [18:33] * Quits: barnabywalters (~barnabywa@212.156.94.166) (Quit: barnabywalters)
- # [18:37] * Quits: pfefferle (~pfefferle@213.144.11.130) (Quit: pfefferle)
- # [18:54] <Loqi> [@glasser] @glasser ... and a JS implementation of a standard nobody cares about (maybe my first JS ever?) https://github.com/glasser/js-hcalendar (http://twtr.io/xQvP468pmf)
- # [19:01] * Quits: @tantek (~tantek@31-34-30.wireless.csail.mit.edu) (Quit: tantek)
- # [19:03] <Loqi> [@TecnoJuega] Corregir Missing required field / hCard en Herramienta de pruebas de datos estructurados http://tecnojuega.com/corregir-missing-required-field-hcard-en-herramienta-de-pruebas-de-datos-estructurados/ (http://twtr.io/xQw9pGWcnj)
- # [19:08] * Joins: tantek (~tantek@31-34-30.wireless.csail.mit.edu)
- # [19:08] * ChanServ sets mode: +o tantek
- # [19:10] * Quits: mettekou (~mettekou@94-224-246-64.access.telenet.be) (Read error: Connection reset by peer)
- # [19:30] * Joins: barnabywalters (~barnabywa@212.156.94.166)
- # [19:44] * Joins: eschnou (~eschnou@158.211-201-80.adsl-dyn.isp.belgacom.be)
- # [20:01] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [20:05] * Quits: @tantek (~tantek@31-34-30.wireless.csail.mit.edu) (Quit: tantek)
- # [20:06] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [20:11] * Joins: tantek (~tantek@31-34-30.wireless.csail.mit.edu)
- # [20:11] * ChanServ sets mode: +o tantek
- # [20:20] * Quits: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [20:25] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [20:25] * ChanServ sets mode: +o KevinMarks_
- # [20:36] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [20:37] * Quits: barnabywalters (~barnabywa@212.156.94.166) (Quit: barnabywalters)
- # [20:37] <@tantek> interesting: anyone want to update https://github.com/glasser/js-hcalendar/ to microformats2?
- # [20:41] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [20:41] * ChanServ sets mode: +o KevinMarks_
- # [20:54] * Quits: alanpearce (~alanpearc@78.110.169.82.static-uk.cryptolayer.com) (Remote host closed the connection)
- # [21:12] * Joins: willnorris (~willnorri@108-84-154-122.lightspeed.sntcca.sbcglobal.net)
- # [21:12] <willnorris> the mf2 parsing page mentions selectors like "abbr.p-x[title]". If I'm not mistaken, that would also match a title attribute with an empty value, correct? Most of the libraries I've looked at (node, php, py) all check for non-empty attribute values. thoughts on the discrepency?
- # [21:14] <@tantek> it does mean to include title attributes with empty values because the assumption is that the author did intend that because putting in an empty title attribute is a deliberate action
- # [21:14] <@tantek> we can add that as an FAQ
- # [21:14] <willnorris> thanks, that's what I was thinking as well. If there's an empty attribute, it must have been intentional
- # [21:18] <@tantek> willnorris: could you add that Q & A to http://microformats.org/wiki/microformats2-parsing-faq#add_another_question_topic_here
- # [21:29] <Loqi> [[microformats2-parsing-faq]] http://microformats.org/wiki/index.php?title=microformats2-parsing-faq&diff=64879&oldid=64285&rcid=101255 * WillNorris * (+288) add question about empty attribute values
- # [21:35] <@tantek> willnorris++ thanks!
- # [21:35] <Loqi> willnorris has 14 karma
- # [21:39] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [21:42] * Joins: KartikPrabhu (~kartik@2602:306:c454:8930:ec45:bdef:4363:e7d5)
- # [21:44] * Joins: KevinMarks_ (~yaaic@2607:fb90:517:b8e5:b510:540d:6755:8392)
- # [21:44] * ChanServ sets mode: +o KevinMarks_
- # [22:04] * Quits: TallTed (~Thud@63.119.36.36)
- # [22:11] * Joins: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [22:11] * ChanServ sets mode: +o KevinMarks__
- # [22:14] * Quits: @KevinMarks_ (~yaaic@2607:fb90:517:b8e5:b510:540d:6755:8392) (Ping timeout: 265 seconds)
- # [22:18] * Quits: KartikPrabhu (~kartik@2602:306:c454:8930:ec45:bdef:4363:e7d5) (Ping timeout: 256 seconds)
- # [22:18] * Quits: @KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [22:19] * Joins: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net)
- # [22:23] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [22:23] * ChanServ sets mode: +o KevinMarks_
- # [22:32] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 265 seconds)
- # [22:34] * Joins: KevinMarks_ (~yaaic@2607:fb90:52f:e6c3:875b:59ac:79ac:113d)
- # [22:34] * ChanServ sets mode: +o KevinMarks_
- # [22:37] * Quits: eschnou (~eschnou@158.211-201-80.adsl-dyn.isp.belgacom.be) (Ping timeout: 264 seconds)
- # [22:40] * Joins: alanpearce (~alanpearc@78.110.169.82.static-uk.cryptolayer.com)
- # [22:45] * Quits: alanpearce (~alanpearc@78.110.169.82.static-uk.cryptolayer.com) (Ping timeout: 265 seconds)
- # [22:59] * Quits: gRegor` (~me@c-71-201-46-159.hsd1.il.comcast.net) (Ping timeout: 255 seconds)
- # [23:28] * Quits: @tantek (~tantek@31-34-30.wireless.csail.mit.edu) (Quit: tantek)
- # Session Close: Fri Mar 20 00:00:00 2015
Previous day, Next day
Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn