Options:
- # Session Start: Sat Nov 19 00:00:01 2011
- # Session Ident: #whatwg
- # [00:00] * Joins: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [00:01] * Joins: MacTed (~Thud@c-71-233-244-175.hsd1.ma.comcast.net)
- # [00:04] * Quits: astearns (~anonymous@192.150.22.5) (Ping timeout: 245 seconds)
- # [00:05] * Joins: jwalden (~waldo@2620:101:8003:200:224:d7ff:fef0:8d90)
- # [00:06] <ap> Hixie: does HTML5 parser (still) disallow surrogates in numeric entities (such as ��)?
- # [00:08] * Quits: othermaciej (~mjs@2620:149:f01:202:699e:a64c:e03f:5f4b) (Quit: othermaciej)
- # [00:12] <Hixie> yes
- # [00:12] <Hixie> ewll
- # [00:12] <Hixie> well
- # [00:12] <ap> Hixie: this used to work in Gecko and in WebKit, and I just got a bug
- # [00:12] <Hixie> the parser doesn't allow or disallow anything
- # [00:12] <Hixie> bu the syntax does
- # [00:13] * Quits: Morphous (jan@unaffiliated/amorphous) (Read error: Connection reset by peer)
- # [00:13] <ap> Hixie: the parser converts these to U+FFFD
- # [00:13] <Hixie> that appears to be consistent with the spec (http://www.whatwg.org/specs/web-apps/current-work/#tokenizing-character-references)
- # [00:16] <ap> Hixie: so I sent that bug back for now, but I don't have a great explanation why we had to break this. It worked in at least two engines, and appeared useful
- # [00:16] <Hixie> why is it useful?
- # [00:16] <Hixie> just encode the actual character
- # [00:16] * Joins: tantek (~tantek@udp089923uds.ucsf.edu)
- # [00:16] <Hixie> surrogates are a UTF-16 feature
- # [00:17] * Joins: roc (~chatzilla@121.98.230.221)
- # [00:17] <ap> Hixie: in that some dumb perl script had more chance of encoding non-ASCII correctly. for some people, lots of people don't want to transfer non-ASCII
- # [00:17] <ap> for some reason
- # [00:17] <TabAtkins> ap: He meant use the escape for the actual character.
- # [00:17] <roc> oh dear, bz used the classic "with all due respect" -> "with absolutely no respect"
- # [00:17] <Hixie> ap: supporting surrogates would be like supporting é for é
- # [00:18] <ap> TabAtkins: like 😒 ? that's what I've been responding to. A dumb script won't do that
- # [00:18] <Hixie> ap: just use the actual unicode codepoint
- # [00:18] <Hixie> ap: why would a dumb perl script ever see utf-16? perl uses utf-8.
- # [00:18] <Hixie> tantek: i updated the spec to make : optional in time zones
- # [00:19] <ap> Hixie: practically, lots of software can handle UTF-16, but it's a tiny minority that works with non-BMP characters correctly
- # [00:19] <ap> Hixie: I entirely share your vision of what's right
- # [00:20] <Hixie> my recommendation is to get people to ignore UTF-16 entirely
- # [00:20] <tantek> Hixie - thanks re: tz
- # [00:20] <Hixie> honestly if we could drop utf-16 support the way we dropped utf-32 support, i'd be all over it
- # [00:20] * TabAtkins still has a soft spot for utf-32.
- # [00:20] <tantek> The time-zone offset examples should show/prefer without : also
- # [00:21] * Joins: othermaciej (~mjs@17.244.8.71)
- # [00:21] <Hixie> TabAtkins: a pretty wide one i would assume :-P
- # [00:21] <TabAtkins> Hixie: Narrower than my ints, at least.
- # [00:21] <ap> Hixie: anyway, I'm not asking to revert the spec to previously interoperable behavior at this point. I'd love to have a better explanation of why we broke this, which I don't.
- # [00:22] <Hixie> tantek: i made them use a variety (though i think most still have the colon), but i'll bear that in mind when adding more examples
- # [00:22] <tantek> ideally the examples should be exemplary
- # [00:22] <tantek> to teach authors well
- # [00:22] <Hixie> ap: the real reason is probably that i didn't even think to test it, because i had a lapse of judgement in which i assumed browsers wouldn't do something so silly
- # [00:23] <tantek> especially the time-zone by itself examples
- # [00:23] <Hixie> tantek: when it comes to syntax, the examples are intentionally varied in their use of syntax to indicate that all valid syntaxes are equally valid
- # [00:23] <Hixie> tantek: (this applies to everything, not just date formats)
- # [00:25] <tantek> I realize the spec as-is isn't for authors, however I do think the varied use of syntax should be biased towards syntax that results in fewer authoring mistakes / data quality errors over time
- # [00:25] * Quits: othermaciej (~mjs@17.244.8.71) (Client Quit)
- # [00:25] <tantek> sorry maybe i'm looking at an older snapshot
- # [00:25] <tantek> reloading
- # [00:26] <Hixie> a slight bias, agreed
- # [00:26] <Hixie> as i said, i'll make the examples lean more that way over time
- # [00:26] <tantek> yeah I was looking at an older version (multipage)
- # [00:26] <Hixie> i'm more concerned with getting the normative text of the w3c and whatwg specs converged again than worrying about example text :-)
- # [00:26] <tantek> looking at one-page version now
- # [00:26] <Hixie> multipage should be updated now, is it not?
- # [00:27] <Hixie> oh, i haven't uploaded it yet
- # [00:27] <Hixie> my bad
- # [00:27] <tantek> yeah one-page version looks better
- # [00:28] <Hixie> multipage should be updated in about 5 min
- # [00:29] <tantek> no problem - I'll stick with one page
- # [00:29] * Quits: Maurice` (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [00:32] * Joins: Morphous (jan@unaffiliated/amorphous)
- # [00:35] <tantek> Hixie, I think I need to raise a 4th separate issue and change proposal to get the ISO week formats in there, no problem doing so, I'll take care of that this weekend.
- # [00:35] <tantek> (regarding Sam's email)
- # [00:36] <Hixie> your devotion to their process is quite entertaining
- # [00:36] <tantek> just trying to help the wheels rotate
- # [00:36] <Hixie> sam did say though that if everyone thought the patch was ok we could short-circuit it, which may help them rotate faster :-)
- # [00:37] <tantek> I'll email you a suggested replacement for the schema.org example because I think that's the remaining outstanding issue that Sam (re)raised.
- # [00:37] <tantek> (regarding your patch)
- # [00:40] * Joins: othermaciej (~mjs@17.244.0.78)
- # [00:41] <Hixie> tantek: there's an issue with an example?
- # [00:41] <Hixie> i couldn't find any of these issues in the issue list so i wasn't sure what sam meant to be honest
- # [00:42] <Hixie> i don't recall even seeing a bug regarding a schema.org example, so by process it surely can't be an issue yet
- # [00:42] * Quits: othermaciej (~mjs@17.244.0.78) (Client Quit)
- # [00:45] <tantek> it was raised as a comment in the bug on data
- # [00:45] <tantek> IIRC
- # [00:45] <Hixie> ah
- # [00:45] <Hixie> well the chairs told me not to touch that bug anymore so i haven't been reading it
- # [00:46] <Hixie> let me go have a look
- # [00:48] * Quits: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (Ping timeout: 248 seconds)
- # [00:48] <Hixie> oh, i see, it's because they don't want microdata in the examples, not because they don't wnat schema.org in the examples
- # [00:48] <tantek> huh? not AFAICT
- # [00:48] <tantek> the opposite
- # [00:48] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [00:49] <tantek> nothing wrong with microdata in the examples
- # [00:49] <tantek> the specific comment about schema.org was objecting to that
- # [00:49] * Quits: dave_levin (dave_levin@nat/google/x-kpmgwjyyzfwervek) (Quit: dave_levin)
- # [00:49] <Hixie> "In addtion to that, schema.org examples have no business in the W3C spec
- # [00:49] <Hixie> because microdata is not part of HTML5 ( just like RDFa isn't part of the spec
- # [00:49] <Hixie> )."
- # [00:49] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [00:49] <Hixie> all the comments that contain "schema.org" seem to support this train of thought
- # [00:50] <Hixie> anyway i don't mind stripping all the schema.org examples from the proposal and not adding them to the w3c spec
- # [00:50] <Hixie> that's fine
- # [00:50] <Hixie> it's the normative text that i care about
- # [00:51] <Hixie> (it baffles me that the w3c continues to consider microdata to not be part of html)
- # [00:52] <tantek> Hixie, here's an attempt at a replacement example for the blog post that's not microformats nor schema.org
- # [00:52] <tantek> <article itemscope itemtype="http://tools.ietf.org/html/rfc4287">
- # [00:52] <tantek> <h1 itemprop="title">Small tasks</h1>
- # [00:52] <tantek> <footer>Published <time itemprop="published" datetime="2009-08-30">yesterday</time>.</footer>
- # [00:52] <tantek> <p itemprop="content">I put a bike bell on his bike.</p>
- # [00:52] <tantek> </article>
- # [00:52] <Hixie> that's still microdata though
- # [00:52] <tantek> sure, but it's not microdata that anyone is going to use in practice
- # [00:52] <tantek> I have a feeling that would resolve that particular objection
- # [00:52] <Hixie> which is fine by me and i'm happy to add the example to the whatwg spec, but my point is that the objection to those examples was over the use of microdata, not over the use of schema.org
- # [00:53] * Quits: WeirdAl (~chatzilla@g2spf.ask.info) (Quit: ChatZilla 0.9.87 [Firefox 8.0/20111104165243])
- # [00:53] * Joins: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [00:53] * Quits: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba) (Remote host closed the connection)
- # [00:56] <tantek> Hixie, I will point that Sam's response to you seemed to agree with my proposed resolution to the issue
- # [00:56] <tantek> which says "Provide one or more examples that show use with microformats, microdata, and RDFa"
- # [00:56] <Hixie> examples of what? <time>?
- # [00:56] <tantek> and "Prefer use of openly developed vocabularies/URLs (e.g. microformats.org, whatwg.org, w3.org) rather than those developed by one company (or just a few companies) like schema.org."
- # [00:57] <Hixie> what are you quoting from?
- # [00:57] <Hixie> i see nothing in that bug that supports this line of reasoning
- # [00:57] <tantek> Sam's email
- # [00:57] <Hixie> (note that using rdfa with <time> is impossible wince RDFa doesn't support <time> yet as far as i can tell)
- # [00:57] <tantek> where he quotes me from
- # [00:57] <Hixie> which one
- # [00:57] <Hixie> url?
- # [00:58] <tantek> most recent - let me get the url
- # [00:58] <Hixie> oh i see
- # [00:58] <Hixie> got it
- # [00:58] <Hixie> he's quoting you
- # [00:58] <Hixie> ok
- # [00:58] <tantek> http://lists.w3.org/Archives/Public/public-html/2011Nov/0184.html
- # [00:58] <tantek> yeah
- # [00:58] <Hixie> i suggest a simpler solution then
- # [00:58] <Hixie> remove that part of your change proposal :-P
- # [00:58] <Hixie> and i'll add whatever examples you want :-)
- # [00:59] <tantek> it was added because Sam complained that my change proposal didn't address enough issues
- # [00:59] <tantek> sorry, "complained" is a bit harsh. pointed out.
- # [00:59] <Hixie> so he wants you to address more issues, but if you address them in a way that has no bearing on what was actually raised, he's ok with it?
- # [01:00] <tantek> ah this about *data*
- # [01:00] <tantek> sorry
- # [01:00] <Hixie> working with the w3c hurts my brain
- # [01:00] <tantek> he's quoting from
- # [01:00] <tantek> http://www.w3.org/wiki/User:Tantekelik/data_element
- # [01:00] <tantek> which is my attempt at a change proposal to add data
- # [01:00] <Hixie> it's not clear to me why we need any CPs here at all
- # [01:00] <Hixie> we have a patch
- # [01:01] <Hixie> unless someone has any objections, why can't the CP just be "apply the patch"
- # [01:01] <tantek> Hixie, I'm trying to interpret the issues in a way that will achieve consensus which is another way of saying minimizing friction so you can get on to more things
- # [01:01] <tantek> it started as one change proposal yes
- # [01:01] <Hixie> ok tell you what, i'll let you deal with the process as you wish, you tell me what to add to the spec
- # [01:01] <tantek> I've updated it / split it per feedback / guidance from Sam
- # [01:02] <tantek> in the interests of moving it through the HTML WG process
- # [01:02] <tantek> hoops etc.
- # [01:02] <Hixie> ok so what do you want me to add, and where
- # [01:03] * Quits: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (Ping timeout: 260 seconds)
- # [01:03] <tantek> (reloading one-page version)
- # [01:05] * Joins: othermaciej (~mjs@17.245.90.173)
- # [01:06] <tantek> so the first change is to replace the schema.org example in the time section with the rfc4287 version I pasted above: http://krijnhoetmer.nl/irc-logs/whatwg/20111119#l-103
- # [01:06] <tantek> and yes, RDFa use of <time> is currently undefined
- # [01:07] <tantek> I'll monitor the RDFa discussions and when they've figured it out I can suggest an example for RDFa+time as well, but we don't have to wait for that.
- # [01:07] <Hixie> do you mind if i tweak the example contents a bit?
- # [01:07] <Hixie> also, i'm not sure it makes sense to use an RFC url as an itemtype, is an example.org URL ok instead?
- # [01:07] <tantek> sure - I was just picking something that somehow made sense
- # [01:08] <tantek> with a URL that people could look at
- # [01:08] <tantek> and see what terms/vocab was (re)used
- # [01:08] <tantek> it's a hypothetical example
- # [01:08] <tantek> example.org is better though - good idea
- # [01:08] <tantek> less likely to be blindly copy/pasted
- # [01:09] * Hixie looks at rfc487 instead of 4287 and gets very confused :-P
- # [01:09] <tantek> lol
- # [01:09] <Hixie> ah, atom
- # [01:09] <Hixie> makes sense
- # [01:09] <tantek> so sure. example.org/rfc4287 ;)
- # [01:09] <Hixie> and i already have a reference, awesome
- # [01:09] * Joins: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [01:15] <Hixie> ok i've marked the old schema.org example as being for the whatwg spec only, and added an example based on the one you suggested.
- # [01:15] <Hixie> should be up momentarily on the single-page copy
- # [01:16] <Hixie> tantek: k, new example is up, just before the one that's whatwg-only
- # [01:16] <tantek> reloading
- # [01:18] <tantek> Hixie, with all this example updating, would it be too much to ask to fix the hCalendar example as well since you're in that area?
- # [01:18] <tantek> (or does that mess up your bug resolution stats ;) )
- # [01:19] <tantek> (new fictional microdata vocab example looks good)
- # [01:19] * tantek goes to review data element while he's here on the single-page version
- # [01:22] <Hixie> if we can consider it part of the same issue, sure
- # [01:23] <Hixie> i don't want to be making changes to the spec that aren't in the htmlwg copy
- # [01:23] <tantek> yeah
- # [01:23] <Hixie> it's bad enough that we're diverged so much as it is (which was caused by having things in flight when the chairs decided to force mike to do his stuff)
- # [01:23] <tantek> trying to figure out how to make your one patch address multiple issues / change proposals simultaneously
- # [01:23] <tantek> yeah, apologies again for failing to realize how bad that was going to be and failing to object to the revert / and/or ask for a delay
- # [01:24] <tantek> (I was on that telcon)
- # [01:24] <Hixie> i'm still baffled by why the chairs decided to do it this way instead of following their process
- # [01:24] <Hixie> (i.e. reopen the bug)
- # [01:24] <tantek> I don't quite understand the revert request process
- # [01:24] <Hixie> but whatever
- # [01:24] <Hixie> i'm letting you deal with it :-)
- # [01:24] <tantek> fair enough
- # [01:24] <Hixie> gotta move to another room, one moment. then will examine the hcalendar thing.
- # [01:25] <tantek> ok
- # [01:31] <tantek> data element description seems fine
- # [01:31] <tantek> couple of notes
- # [01:31] <tantek> interesting that value attribute is required
- # [01:31] <tantek> I guess that makes sense
- # [01:31] <tantek> would there be any value in <data> without value?
- # [01:31] <tantek> or is that just a span?
- # [01:31] <TabAtkins> It's just <span> at that ponit.
- # [01:32] <tantek> the only minor difference I can think of:
- # [01:32] <tantek> span can be / is just used for styling hooks sometimes
- # [01:32] <tantek> data would be an explicit way of saying "this is data"
- # [01:32] <tantek> but that's pretty minor
- # [01:32] <tantek> not worth quibbling or changing the spec about
- # [01:33] <TabAtkins> The presence of @itemprop on <span> also says that.
- # [01:33] <tantek> let's see how web developers use <data>
- # [01:34] <tantek> TabAtkins, thanks for your updates to http://www.w3.org/wiki/User:Tantekelik/data_element
- # [01:34] <TabAtkins> np
- # [01:37] * Quits: plutoniix (~plutoniix@ppp-115-87-71-8.revip4.asianet.co.th) (Quit: Leaving)
- # [01:39] * Quits: tantek (~tantek@udp089923uds.ucsf.edu) (Ping timeout: 244 seconds)
- # [01:39] * Quits: othermaciej (~mjs@17.245.90.173) (Remote host closed the connection)
- # [01:39] * Joins: othermaciej (~mjs@2620:149:4:1b01:bcda:7fd:350d:c8d0)
- # [01:40] * Joins: tantek (~tantek@udp089923uds.ucsf.edu)
- # [01:41] <tantek> updated with Contributors section
- # [01:54] <Hixie> tantek: ok, fixing hcalendar example
- # [01:54] <Hixie> should be up
- # [01:55] <Hixie> tantek: anything else?
- # [01:56] <Hixie> if not i'll reply to sam saying that i've worked with you to address his concerns
- # [01:56] * Quits: KillerX (~anant@nat/mozilla/x-gjltsepveyytzqfs) (Quit: KillerX)
- # [01:57] <tantek> Hixie thanks - checking
- # [01:57] <tantek> also, I just wrote up a fourth change proposal to handle the year week only dates
- # [01:57] <tantek> http://www.w3.org/wiki/User:Tantekelik/time_input_match
- # [01:59] <Hixie> k
- # [01:59] <tantek> I believe the four change proposals I've written up at http://www.w3.org/wiki/User:Tantekelik#change_proposals now cover the edits in your patch
- # [01:59] <Hixie> cool
- # [01:59] <tantek> or vice versa
- # [02:00] <tantek> temporal order isn't that relevant right?
- # [02:00] <Hixie> yeah, i was gonna say, more vice versa :-)
- # [02:00] * Quits: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (Ping timeout: 244 seconds)
- # [02:01] <Hixie> do you want to reply to sam or should i?
- # [02:01] <tantek> I'll go ahead since I wrote up the 4th change proposal, as that will require raising a 4th issue to be addressed by the 4th change proposal
- # [02:02] <Hixie> cool, thanks
- # [02:02] * tantek digs through his email
- # [02:03] * Quits: mkanat (mkanat@nat/google/x-ybmbfzuyiuzfulnw) (Quit: Ex-Chat)
- # [02:03] * Quits: ezoe (~ezoe@203-140-88-173f1.kyt1.eonet.ne.jp) (Quit: And Now for Something Completely Different.)
- # [02:05] * Joins: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [02:11] * Quits: ojan (ojan@nat/google/x-jpuwhceenrhozrjt) (Quit: ojan)
- # [02:18] <tantek> email sent. awaiting the 30 second "Undo" delay ;)
- # [02:18] <tantek> Hixie, since you've updated your patch, you may want to send that to the list
- # [02:19] <Hixie> k
- # [02:22] <tantek> http://lists.w3.org/Archives/Public/public-html/2011Nov/0186.html
- # [02:23] * Joins: othermaciej_ (~mjs@17.245.90.173)
- # [02:24] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [02:24] * Joins: nonge (~nonge@p5B326C36.dip.t-dialin.net)
- # [02:27] * Quits: othermaciej (~mjs@2620:149:4:1b01:bcda:7fd:350d:c8d0) (Ping timeout: 244 seconds)
- # [02:27] * Quits: othermaciej_ (~mjs@17.245.90.173) (Ping timeout: 252 seconds)
- # [02:29] * Joins: tantek-ipod (~tantek@66-87-0-93.pools.spcsdns.net)
- # [02:30] * Quits: rniwa (rniwa@nat/google/x-lzosakqjepqzcdxf) (Quit: rniwa)
- # [02:30] <tantek-ipod> Ok going mobile. Will try to lurk for a while in case there are any other time related discussions. Maybe see some of you (sf folks) at Ilya's memorial tonight. (see plancast.com/t )
- # [02:32] * Quits: ap (~ap@17.212.155.203) (Quit: ap)
- # [02:32] * Quits: tantek (~tantek@udp089923uds.ucsf.edu) (Quit: tantek)
- # [02:32] * tantek-ipod is now known as tantek
- # [02:38] * Joins: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [02:39] * Quits: jacobolu_ (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [02:43] * Quits: rillian_ (~rillian@184.71.166.126) (Remote host closed the connection)
- # [02:48] * Quits: necolas (~necolas@host-92-12-156-249.as43234.net) (Read error: Connection reset by peer)
- # [02:51] * Quits: kinetik (~kinetik@121.98.132.55) (Ping timeout: 245 seconds)
- # [02:52] * Quits: roc (~chatzilla@121.98.230.221) (Ping timeout: 240 seconds)
- # [03:00] * Joins: bga_ (~bga@ppp91-122-180-182.pppoe.avangarddsl.ru)
- # [03:00] * Quits: _bga (~bga@ppp91-122-180-182.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
- # [03:01] * Quits: tantek (~tantek@66-87-0-93.pools.spcsdns.net) (Quit: Colloquy for iPod touch - http://colloquy.mobi)
- # [03:03] * Quits: jamesr (jamesr@nat/google/x-kcicrmaalfthjnwc) (Ping timeout: 240 seconds)
- # [03:14] * Quits: margle (~Margle@41-133-196-64.dsl.mweb.co.za) (Quit: Computer has gone to sleep.)
- # [03:14] * Joins: kinetik (~kinetik@121.98.132.55)
- # [03:21] * Joins: miketaylr (~miketaylr@24.42.93.245)
- # [03:32] * Joins: astearns (~anonymous@c-50-132-63-33.hsd1.wa.comcast.net)
- # [03:32] * Joins: myakura (~myakura@FL1-211-135-241-47.tky.mesh.ad.jp)
- # [03:33] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [03:34] * Joins: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [03:39] * Joins: jacobolu_ (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [03:41] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [03:50] * Quits: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net) (Quit: The computer fell asleep)
- # [03:50] * Joins: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net)
- # [03:52] * Joins: tantek (~tantek@66-87-2-237.pools.spcsdns.net)
- # [03:54] * Quits: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [03:56] * nimbupani is now known as divya
- # [03:59] * Quits: sicking (~chatzilla@nat/mozilla/x-owiemiienxbrmbsw) (Ping timeout: 244 seconds)
- # [04:02] * Quits: tantek (~tantek@66-87-2-237.pools.spcsdns.net) (Quit: Colloquy for iPod touch - http://colloquy.mobi)
- # [04:02] * Quits: gavinc (~gavin@50-0-76-242.dsl.dynamic.sonic.net) (Remote host closed the connection)
- # [04:07] * Joins: erlehmann (~erlehmann@89.204.130.228)
- # [04:17] * Quits: myakura (~myakura@FL1-211-135-241-47.tky.mesh.ad.jp) (Remote host closed the connection)
- # [04:33] * Quits: bga_ (~bga@ppp91-122-180-182.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
- # [04:40] * Quits: jwalden (~waldo@2620:101:8003:200:224:d7ff:fef0:8d90) (Quit: ChatZilla 0.9.87-3.1450hg.fc15 [XULRunner 7.0.1/20110930134335])
- # [04:41] * Joins: ezoe (~ezoe@203-140-88-173f1.kyt1.eonet.ne.jp)
- # [04:45] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
- # [04:45] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
- # [04:57] * Quits: MikeSmith (~MikeSmith@EM111-191-234-9.pool.e-mobile.ne.jp) (Ping timeout: 244 seconds)
- # [05:01] * Joins: MikeSmith (~MikeSmith@EM1-112-218-254.pool.e-mobile.ne.jp)
- # [05:02] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 248 seconds)
- # [05:10] * Quits: tndH (~Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com) (Quit: ChatZilla 0.9.87-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [05:21] * Joins: nonge_ (~nonge@p5B326D76.dip.t-dialin.net)
- # [05:25] * Quits: nonge (~nonge@p5B326C36.dip.t-dialin.net) (Ping timeout: 252 seconds)
- # [05:31] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [05:41] * Quits: ezoe (~ezoe@203-140-88-173f1.kyt1.eonet.ne.jp) (Quit: And Now for Something Completely Different.)
- # [06:13] * Joins: jochen___ (jochen@nat/google/x-zzhitbudqksdhkkk)
- # [06:15] * Quits: jochen__ (jochen@nat/google/x-nyoknpazbboaktrs) (Ping timeout: 244 seconds)
- # [06:15] * jochen___ is now known as jochen__
- # [06:21] * Joins: jochen___ (jochen@nat/google/x-xjmancvdltyfehka)
- # [06:24] * Quits: jochen__ (jochen@nat/google/x-zzhitbudqksdhkkk) (Ping timeout: 244 seconds)
- # [06:26] * Joins: jochen__ (jochen@nat/google/x-kqxipkwphzpsvquv)
- # [06:26] * Quits: jochen___ (jochen@nat/google/x-xjmancvdltyfehka) (Ping timeout: 244 seconds)
- # [07:21] * Joins: jochen___ (jochen@nat/google/x-ilwabgnsstxdkvxl)
- # [07:24] * Quits: jochen__ (jochen@nat/google/x-kqxipkwphzpsvquv) (Ping timeout: 244 seconds)
- # [07:24] * jochen___ is now known as jochen__
- # [07:26] * Quits: TabAtkins (tabatkins@nat/google/x-puqsfppbokdglqpv) (Ping timeout: 252 seconds)
- # [07:27] * Joins: TabAtkins (tabatkins@nat/google/x-zppgezkawzcgkikj)
- # [07:29] * Joins: fishd_ (darin@nat/google/x-agmltglloaitwumb)
- # [07:32] * Quits: fishd (darin@nat/google/x-cqmehzfmjvwwzvtw) (Ping timeout: 244 seconds)
- # [08:20] * Joins: jochen___ (jochen@nat/google/x-lztfkfgkedbmsxuy)
- # [08:24] * Quits: jochen__ (jochen@nat/google/x-ilwabgnsstxdkvxl) (Ping timeout: 244 seconds)
- # [08:24] * jochen___ is now known as jochen__
- # [08:24] * Quits: connrs (~connrs@conners.plus.com) (Ping timeout: 260 seconds)
- # [08:30] * Joins: connrs (~connrs@conners.plus.com)
- # [08:50] * Joins: drublic (~drublic@frbg-5d84f10c.pool.mediaWays.net)
- # [08:59] * heycam|away is now known as heycam
- # [09:02] * Quits: astearns (~anonymous@c-50-132-63-33.hsd1.wa.comcast.net) (Quit: astearns)
- # [09:04] * heycam is now known as heycam|away
- # [09:04] * heycam|away is now known as heycam
- # [09:17] * Quits: drublic (~drublic@frbg-5d84f10c.pool.mediaWays.net) (Remote host closed the connection)
- # [09:19] * Quits: divya (~divyam@c-24-18-47-160.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [09:39] * Joins: roc (~chatzilla@121.98.230.221)
- # [09:44] * Quits: ashaw (ashaw@129.94.198.88) (Ping timeout: 260 seconds)
- # [09:45] * Joins: ashaw (ashaw@129.94.198.88)
- # [09:48] * Joins: margle (~Margle@41-133-196-64.dsl.mweb.co.za)
- # [10:01] * Joins: Areks (~Areks@95-27-83-235.broadband.corbina.ru)
- # [10:04] * Quits: Druide_ (~Druid@p5B1366FE.dip.t-dialin.net) (Ping timeout: 252 seconds)
- # [10:07] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [10:09] * Joins: Druide_ (~Druid@p5B05DFB4.dip.t-dialin.net)
- # [10:15] * Joins: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba)
- # [10:27] * Quits: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba) (Remote host closed the connection)
- # [10:29] * Quits: margle (~Margle@41-133-196-64.dsl.mweb.co.za) (Quit: Computer has gone to sleep.)
- # [10:31] * Joins: margle (~Margle@41-133-196-64.dsl.mweb.co.za)
- # [10:41] * Quits: jacobolu_ (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [10:41] * Joins: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [10:55] * Joins: MikeSmith_ (~MikeSmith@EM114-48-102-34.pool.e-mobile.ne.jp)
- # [10:58] * Quits: MikeSmith (~MikeSmith@EM1-112-218-254.pool.e-mobile.ne.jp) (Ping timeout: 252 seconds)
- # [10:58] * MikeSmith_ is now known as MikeSmith
- # [11:15] * heycam laughs at the grindr related bug raised on the spec
- # [11:29] * Joins: bga_ (~bga@ppp91-122-180-182.pppoe.avangarddsl.ru)
- # [11:29] * Quits: ashaw (ashaw@129.94.198.88) (Ping timeout: 240 seconds)
- # [11:35] * Quits: roc (~chatzilla@121.98.230.221) (Ping timeout: 240 seconds)
- # [11:36] * Joins: necolas (~necolas@host-92-12-156-249.as43234.net)
- # [11:37] * Joins: ashaw (ashaw@129.94.198.37)
- # [11:40] * Joins: espadrine (~thaddee_t@acces2064.res.insa-lyon.fr)
- # [11:46] * Joins: ezoe (~ezoe@112-68-245-133f1.kyt1.eonet.ne.jp)
- # [12:25] * Joins: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net)
- # [12:29] * Joins: nessy (~Adium@124-169-131-96.dyn.iinet.net.au)
- # [12:43] * Quits: FireFly (firefly@firefly.xen.prgmr.com) (Changing host)
- # [12:43] * Joins: FireFly (firefly@unaffiliated/firefly)
- # [12:44] * Quits: nessy (~Adium@124-169-131-96.dyn.iinet.net.au) (Quit: Leaving.)
- # [12:46] * Joins: dragon__ (~dragon@58-70-11-213f1.hyg2.eonet.ne.jp)
- # [12:46] * Quits: dragon__ (~dragon@58-70-11-213f1.hyg2.eonet.ne.jp) (Client Quit)
- # [12:55] * Joins: tomasf (~tom@2002:55e5:dbb7:0:b560:17a8:25d4:573f)
- # [13:12] * Quits: erlehmann (~erlehmann@89.204.130.228) (Quit: Ex-Chat)
- # [13:12] * Joins: mpt (~mpt@nat/canonical/x-qtuarcyaytqhogsd)
- # [13:12] * Quits: mpt (~mpt@nat/canonical/x-qtuarcyaytqhogsd) (Changing host)
- # [13:12] * Joins: mpt (~mpt@canonical/mpt)
- # [13:31] * Quits: ashaw (ashaw@129.94.198.37) (Ping timeout: 240 seconds)
- # [13:34] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [13:45] * heycam is now known as heycam|away
- # [14:02] * Quits: Areks (~Areks@95-27-83-235.broadband.corbina.ru) (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/)
- # [14:29] * Quits: ezoe (~ezoe@112-68-245-133f1.kyt1.eonet.ne.jp) (Quit: And Now for Something Completely Different.)
- # [14:40] * Quits: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net) (Quit: tantek)
- # [14:53] * Joins: erlehmann (~erlehmann@89.204.130.228)
- # [15:02] * Joins: drublic (~drublic@p54AE14A4.dip0.t-ipconnect.de)
- # [15:12] * Joins: adtykfhyipoh (185b4691@gateway/web/freenode/ip.24.91.70.145)
- # [15:12] <adtykfhyipoh> hey can someone invite me to #php?
- # [15:14] <adtykfhyipoh> I need help with pp
- # [15:14] <adtykfhyipoh> *php
- # [15:19] <adtykfhyipoh> hello
- # [15:19] <adtykfhyipoh> please help
- # [15:19] <adtykfhyipoh> where are php file uploads stored by default? I need to set permissions
- # [15:23] * Quits: adtykfhyipoh (185b4691@gateway/web/freenode/ip.24.91.70.145) (Quit: Page closed)
- # [15:31] <erlehmann> wat
- # [15:56] * Joins: scor (~scor@c-98-216-102-251.hsd1.ma.comcast.net)
- # [15:56] * Quits: scor (~scor@c-98-216-102-251.hsd1.ma.comcast.net) (Changing host)
- # [15:56] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [16:01] * Joins: danielfilho_ (~daniel@187.31.77.7)
- # [16:02] * Quits: danielfilho (~daniel@187.31.77.7) (Ping timeout: 258 seconds)
- # [16:02] * danielfilho_ is now known as danielfilho
- # [16:09] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [16:10] * Quits: Evanescence (~Evanescen@122.237.37.212) (Quit: my website: http://stardiviner.dyndns-blog.com/)
- # [16:18] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 240 seconds)
- # [16:20] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [16:25] * Quits: foolip_ (u3586@gateway/web/irccloud.com/x-xtoczsthmnfrrchc) (Quit: Connection closed for inactivity)
- # [16:26] * Joins: plutoniix (~plutoniix@1.46.108.87)
- # [16:27] * Quits: margle (~Margle@41-133-196-64.dsl.mweb.co.za) (Quit: Computer has gone to sleep.)
- # [16:57] * Quits: MikeSmith (~MikeSmith@EM114-48-102-34.pool.e-mobile.ne.jp) (Ping timeout: 244 seconds)
- # [17:02] * Joins: MikeSmith (~MikeSmith@EM1-112-98-133.pool.e-mobile.ne.jp)
- # [17:23] * Joins: astearns (~anonymous@c-50-132-63-33.hsd1.wa.comcast.net)
- # [17:32] * Joins: margle (~Margle@41-133-196-64.dsl.mweb.co.za)
- # [17:44] * Quits: plutoniix (~plutoniix@1.46.108.87) (Quit: Leaving)
- # [17:44] * Quits: margle (~Margle@41-133-196-64.dsl.mweb.co.za) (Ping timeout: 276 seconds)
- # [17:45] * Joins: smaug____ (~chatzilla@GGZYYMKCMLVIII.gprs.sl-laajakaista.fi)
- # [17:48] * Quits: shetech1 (~shetech@c-76-126-167-49.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [17:49] * Quits: smaug____ (~chatzilla@GGZYYMKCMLVIII.gprs.sl-laajakaista.fi) (Ping timeout: 245 seconds)
- # [17:55] * Joins: nimbupani (~divyam@c-24-18-47-160.hsd1.wa.comcast.net)
- # [17:55] * nimbupani is now known as divya
- # [17:58] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 260 seconds)
- # [17:59] * Joins: shetech (~shetech@c-76-126-167-49.hsd1.ca.comcast.net)
- # [18:07] * Quits: divya (~divyam@c-24-18-47-160.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [18:16] * Joins: smaug____ (~chatzilla@ZMMCDVIII.gprs.sl-laajakaista.fi)
- # [18:29] * Joins: margle (~Margle@41-133-196-64.dsl.mweb.co.za)
- # [18:34] * Joins: tndH (~Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com)
- # [18:34] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [18:46] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Remote host closed the connection)
- # [18:47] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
- # [19:02] * Joins: FlorianX (~Dimitri@p4FCF7602.dip.t-dialin.net)
- # [19:23] * Quits: margle (~Margle@41-133-196-64.dsl.mweb.co.za) (Ping timeout: 252 seconds)
- # [19:34] * Quits: astearns (~anonymous@c-50-132-63-33.hsd1.wa.comcast.net) (Quit: astearns)
- # [19:34] * Joins: astearns (~anonymous@c-50-132-63-33.hsd1.wa.comcast.net)
- # [19:35] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [19:51] * Joins: RobbertAtWork (~Robbert@a83-160-99-114.adsl.xs4all.nl)
- # [20:02] * Joins: roc (~chatzilla@121.98.230.221)
- # [20:05] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
- # [20:27] * Joins: bartleby (~bartleby@12.51.147.18)
- # [20:28] * Quits: bartleby (~bartleby@12.51.147.18) (Client Quit)
- # [20:29] * Joins: bartleby (~scrivener@12.51.147.18)
- # [20:30] * Quits: FlorianX (~Dimitri@p4FCF7602.dip.t-dialin.net) (Quit: Leaving.)
- # [20:30] * Quits: bartleby (~scrivener@12.51.147.18) (Client Quit)
- # [20:44] * Joins: _bga (~bga@ppp78-37-239-101.pppoe.avangarddsl.ru)
- # [20:46] * Quits: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (Ping timeout: 244 seconds)
- # [20:46] * Quits: bga_ (~bga@ppp91-122-180-182.pppoe.avangarddsl.ru) (Ping timeout: 245 seconds)
- # [20:51] * Joins: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [20:52] * Quits: smaug____ (~chatzilla@ZMMCDVIII.gprs.sl-laajakaista.fi) (Ping timeout: 258 seconds)
- # [20:56] * Joins: Margle (~Margle@41-133-196-64.dsl.mweb.co.za)
- # [21:42] * Joins: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba)
- # [21:53] * Joins: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net)
- # [22:00] * Joins: jacobolus (~jacobolus@user-64-9-236-115.googlewifi.com)
- # [22:02] * Quits: jacobolus (~jacobolus@user-64-9-236-115.googlewifi.com) (Remote host closed the connection)
- # [22:07] * Quits: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (Ping timeout: 240 seconds)
- # [22:12] * Joins: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [22:16] * Quits: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba) (Read error: Connection reset by peer)
- # [22:16] * Joins: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba)
- # [22:16] * Quits: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba) (Read error: Connection reset by peer)
- # [22:21] * Joins: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba)
- # [22:21] * Quits: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba) (Read error: Connection reset by peer)
- # [22:21] * Joins: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba)
- # [22:23] * Joins: micheil (~micheil@94.197.127.11.threembb.co.uk)
- # [22:29] * Joins: myakura (~myakura@FL1-211-135-241-47.tky.mesh.ad.jp)
- # [22:37] * Joins: bga_ (~bga@ppp78-37-239-101.pppoe.avangarddsl.ru)
- # [22:37] * Quits: _bga (~bga@ppp78-37-239-101.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
- # [22:39] * Quits: erlehmann (~erlehmann@89.204.130.228) (Quit: Ex-Chat)
- # [22:40] * Joins: erlehmann (~erlehmann@89.204.130.228)
- # [22:48] * Quits: erlehmann (~erlehmann@89.204.130.228) (Quit: Ex-Chat)
- # [22:52] * Quits: RobbertAtWork (~Robbert@a83-160-99-114.adsl.xs4all.nl) (Quit: RobbertAtWork)
- # [22:55] * Joins: MikeSmith_ (~MikeSmith@EM111-191-134-119.pool.e-mobile.ne.jp)
- # [22:55] * Quits: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba) (Remote host closed the connection)
- # [22:57] * Quits: MikeSmith (~MikeSmith@EM1-112-98-133.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [22:58] * MikeSmith_ is now known as MikeSmith
- # [23:00] * Joins: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba)
- # [23:10] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [23:11] * heycam|away is now known as heycam
- # [23:14] * Quits: tomasf (~tom@2002:55e5:dbb7:0:b560:17a8:25d4:573f) (Quit: tomasf)
- # [23:15] * heycam is now known as heycam|away
- # [23:22] * Joins: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net)
- # [23:39] * Quits: myakura (~myakura@FL1-211-135-241-47.tky.mesh.ad.jp) (Remote host closed the connection)
- # [23:41] * Joins: Lachy (~Lachy@cm-84.215.59.50.getinternet.no)
- # [23:43] * Quits: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net) (Quit: tantek)
- # [23:46] <Margle> paul_irish: cool talk bro
- # [23:46] <paul_irish> thxx
- # [23:55] * Quits: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba) (Remote host closed the connection)
- # [23:59] * Quits: zewt (~x@c-24-62-196-44.hsd1.ma.comcast.net) (Read error: Connection reset by peer)
- # Session Close: Sun Nov 20 00:00:00 2011
The end :)