Options:
- # Session Start: Fri May 09 00:00:00 2008
- # Session Ident: #html-wg
- # [00:03] * Quits: mjs (mjs@216.27.178.204) (Quit: mjs)
- # [00:04] * Joins: adele_ (adele@17.203.14.179)
- # [00:06] * Quits: adele (adele@17.203.14.240) (Ping timeout)
- # [00:07] * Joins: sampablokuper (sampabloku@81.107.38.239)
- # [00:08] <sampablokuper> I'm getting a message "the conference is restricted at this time" while trying to dial in to Zakim.
- # [00:09] <Hixie> Zakim, this is html
- # [00:09] <Zakim> Hixie, I see HTML_WG()7:00PM in the schedule but not yet started. Perhaps you mean "this will be html".
- # [00:09] <Hixie> Zakim, this will be html
- # [00:09] <Zakim> ok, Hixie; I see HTML_WG()7:00PM scheduled to start in 54 minutes
- # [00:09] <Hixie> sampablokuper: it doesn't start for another 54 minutes
- # [00:10] <Hixie> sampablokuper: zakim keeps it restricted until about five minutes before it starts
- # [00:10] <sampablokuper> Hixie, thanks - I just realised I forgot to account for BST
- # [00:10] <sampablokuper> (British Summer Time)
- # [00:10] <Hixie> i'd rather all the meetings were on UTC myself
- # [00:10] <Hixie> but anyway
- # [00:11] * Joins: oedipus (oedipus@70.21.198.184)
- # [00:11] <sampablokuper> Hixie, while you're hanging out here, can I ask you an off-topic question about XForms and Web Forms 2.0 ?
- # [00:11] * Joins: Navarr (navarr@76.240.62.110)
- # [00:11] <Hixie> ask away, brb. will reply when i return.
- # [00:12] * oedipus waves hellow to sampablokuper and is interested in anything to do with forms
- # [00:14] <Hixie> back
- # [00:14] <sampablokuper> Thanks (& hi, oedipus). It's a vague one: do you think XForms/WF2.0 will ever be able to replace the current HTML+JS+server-side-scripting-language+database model of web frameworks?
- # [00:14] <sampablokuper> Or am I totally missing the point?
- # [00:15] <Hixie> WF2 doesn't replace it
- # [00:15] <Hixie> it just extends it
- # [00:15] <Hixie> WF2 is like the rest of HTML5, just additional bits on HTML
- # [00:15] <Hixie> as for xforms, no, i don't think anything that's a complete replacement for html forms will ever replace html
- # [00:15] <Hixie> it's one of those classic "you can't get there from here" problems
- # [00:16] <Hixie> if you look at almost all successful technologies in the past, you find almost all of them are successful in a way that extended the previous technology
- # [00:16] <Hixie> the exceptions are things where the technology is just radically new
- # [00:16] <Hixie> so for example the web itself was totally new, there wasn't really anything like it at the time
- # [00:16] <sampablokuper> Thanks for your insights. I've been mulling over whether or not to use XForms for a new interface onto a dataset that's currently stored in XML.
- # [00:17] <Hixie> if you have the choice, i encourage you to use it
- # [00:17] <Hixie> it's much nicer than html forms
- # [00:18] <sampablokuper> I've been tempted to move the data into a database (it is somewhat relational data, after all) and build on that with RoR/Django/Symfony/whatever
- # [00:18] <sampablokuper> But wanted to learn more about XForms.
- # [00:18] <oedipus> sampablokuper, you might want to check: http://www.w3.org/MarkUp/Forms/wiki/XForms_Implementations
- # [00:19] <sampablokuper> Thanks oedipus, I'll check that out. Adriaan de Jonge has an interesting post here: http://blog.adriaandejonge.eu/2006/12/xforms-vs-ruby-on-rails.html
- # [00:19] <oedipus> as well as the test suite (you might need a plug-in depending on your browser) - http://www.w3.org/MarkUp/Forms/Test/XForms1.0/Edition3/front_html/XF103edTestSuite.html
- # [00:19] <oedipus> sampablokuper, thanks for the link -- will give a listen
- # [00:20] <oedipus> there's also the "xforms wikibook" - http://en.wikibooks.org/wiki/XForms
- # [00:20] <sampablokuper> One of the problems I have with existing web frameworks is that they tend to have custom schema definitions. I (unlike some) actually rather like XSD.
- # [00:20] <oedipus> XForms Tutorial and Cookbook is the content of the xforms wikibook
- # [00:21] <oedipus> i like XSD, too, but no one's ever asked before...
- # [00:21] <sampablokuper> I've had a browse through the wikibook already - it's one of the better wikibooks :)
- # [00:21] <sampablokuper> Asked what?
- # [00:21] <oedipus> if i like XSD
- # [00:21] <sampablokuper> Ah.
- # [00:22] <oedipus> and you are right, it is one of the better wikibooks <grin>
- # [00:22] <sampablokuper> I thought you meant, "Asked if a mainstream web framework would consider using XSD as its schema language."
- # [00:22] <oedipus> that's a whole 'nother kettle of fish...
- # [00:22] <sampablokuper> I know it isn't a DB schema language, but it could surely be mapped, couldn't it?
- # [00:23] <sampablokuper> Or I could try using an XML database.
- # [00:23] <oedipus> i don't "see" why not
- # [00:23] <oedipus> yeah, and if you're using XML in, it makes sense to serve (at least) xhtml out
- # [00:23] <sampablokuper> Thing is, I feel that this is getting into non-standard web-dev territory.
- # [00:24] <sampablokuper> Perhaps that's just a function of the web-devs I've had contact with.
- # [00:24] <oedipus> depends upon whom you ask!
- # [00:24] <sampablokuper> Right.
- # [00:24] <sampablokuper> That's why I asked Hixie :)
- # [00:24] <oedipus> got it :)
- # [00:25] <Hixie> i don't know that i can give much more useful feedback
- # [00:25] <Hixie> if you have the option to use xforms, i think it's a good language to use
- # [00:25] <oedipus> sampablokuper, have you had a look at any of the XForms Transitional / XForms "Lite" work? i'll get some pointers
- # [00:25] <Hixie> but i think if you are writing for the web, as a client-side language there's little chance of it ever being widely available
- # [00:25] <Hixie> or widely used
- # [00:26] <sampablokuper> oedipus, no, I haven't yet. Thanks again.
- # [00:26] * Quits: billmason (billmason@69.30.57.190) (Connection reset by peer)
- # [00:26] <sampablokuper> Hixie, the dataset I'm working with is to be transformed into hard-copy
- # [00:26] <sampablokuper> (typeset with Latex)
- # [00:27] <Hixie> ah
- # [00:27] <sampablokuper> and web copy (XHTML)
- # [00:27] <Hixie> if you're just talking about a server-side language, as opposed to what the web browser will see, then html/wf2 aren't really going to help
- # [00:27] <Hixie> as they are basically client-side technologies exclusively
- # [00:27] <sampablokuper> . It needs a user-friendly interface for staff editors. This is where XForms could come in.
- # [00:27] <Hixie> yeah
- # [00:28] <oedipus> for what it is worth, there is an xhtml to xforms converter in XSLT available from: http://www.w3.org/MarkUp/Forms/2006/xforms.xsl
- # [00:28] <Hixie> if you have a specific target audience with the ability to deploy software to them, it makes sense to me to use xforms
- # [00:28] <sampablokuper> oedipus, you are a bountiful source of bookmarks!
- # [00:29] * Joins: paullewis (paullewis@96.232.135.39)
- # [00:29] <sampablokuper> Hixie, that is the case, but ideally they wouldn't have to install anything new (beyond maybe a Firefox extension).
- # [00:29] <oedipus> XForms Transitional: http://www.w3.org/2007/03/XForms-Transitional/
- # [00:29] <oedipus> XForms Transitional testbed: http://www.w3.org/2007/03/XForms-Transitional/1/
- # [00:30] <oedipus> my personal web site started as my lynx bookmarks file, sampablokuper
- # [00:30] <sampablokuper> Currently, they are editing a (very) weird dialect of SGML using Emacs, with no validation until publication, so just about anything will be an improvement.
- # [00:30] <oedipus> a LONG time ago
- # [00:30] <sampablokuper> oedipus, have you thought of working for Mahalo? ;)
- # [00:30] <oedipus> lol
- # [00:31] <oedipus> "series of cross-platform experiments": http://www.w3.org/2007/03/XForms-Transitional/
- # [00:32] <oedipus> sampablokuper, i should have replied "mahalo, mahalo"
- # [00:33] <sampablokuper> :) I was going to ask if you know of any roughly Rails-like frameworks that generate XForms.
- # [00:33] <sampablokuper> But that's maybe a silly question.
- # [00:35] <oedipus> i've never used ROR itself - the AJAX needs ARIA!
- # [00:35] <sampablokuper> True enough about the Ajax.
- # [00:36] <sampablokuper> What I really like are two things: scaffolding and migrations.
- # [00:36] <oedipus> i can well understand that
- # [00:38] * Quits: adele_ (adele@17.203.14.179) (Client exited)
- # [00:38] * Joins: adele (adele@17.203.14.240)
- # [00:39] * Quits: adele (adele@17.203.14.240) (Quit: adele)
- # [00:39] * Quits: sampablokuper (sampabloku@81.107.38.239) (No route to host)
- # [00:40] * DanC heads out to drive kids to soccer practice and such...
- # [00:41] * Joins: sampablokuper (sampabloku@81.107.38.239)
- # [00:42] <oedipus> sampablokuper, you might find the following interesting reading: http://www.w3.org/2007/02/dmdwa-ws/Papers/jose-m-c-fonseca.html#sec-xforms
- # [00:42] <oedipus> stumbled across it not too long ago
- # [00:43] <sampablokuper> oedipus, thanks, sorry about disappearing there. My Macbook occasionally gives me a White Screen Of Death, and it just did so. Rebooting's the only solution I've found :(
- # [00:43] <oedipus> it's nice to know that i'm not the only one who has to constantly reboot his machine
- # [00:44] <oedipus> my problem is, when speech goes out, i can't really do anything put hit the "big red button" if there's no spare set of eyeballs around, but that always leaves me concerned for my hardware...
- # [00:45] * oedipus wonders if windows still "blue screens"
- # [00:45] * oedipus or did they change the color?
- # [00:45] <sampablokuper> For me it's kind of the opposite: no screen, no interaction for me (especially since the notorious IDT audio update wiped out my audio).
- # [00:45] <sampablokuper> Vista has blue screens,
- # [00:46] <sampablokuper> I see them sometimes :(
- # [00:46] <sampablokuper> The writing is impossibly tiny.
- # [00:46] <oedipus> yikes...
- # [00:46] <sampablokuper> Which text-to-speech software do you use?
- # [00:47] <sampablokuper> (If you don't mind me asking)
- # [00:47] <oedipus> depends... everything from JAWS for Windows to NVDA to Emacspeak -- depends upon the situation and machine -- the tts engine is either eSpeak or FreeTTS or eloquence or SAPI4/SAPI5
- # [00:48] <sampablokuper> I guess switching between them is a little like switching to a different desktop environment?
- # [00:49] <sampablokuper> You get *roughly* the same features, but perhaps accessed differently, or with different behaviours?
- # [00:49] <oedipus> yeah - every single one of them has a steep learning curve
- # [00:49] <sampablokuper> I feared as much,
- # [00:50] <sampablokuper> that's one reason I haven't learned to use one properly.
- # [00:50] <oedipus> emacspeak rocks, but if i used it only, i wouldn't be much good to the visually impaired computer users' group of new york city
- # [00:50] <sampablokuper> rofl
- # [00:50] <oedipus> i've been building a language module for eSpeak/Mbrola based on the existing latin model, and trying to develop 3 flavors: classical, medieval, and "new latin"
- # [00:51] <sampablokuper> "My fellow New Yorkers, ditch Word, use Emacs!"
- # [00:51] <oedipus> my problem is, as a trained medievalist i had a very good reading knowledge of ancient greek and latin, but never processed them aurally -- so it is a challange and a reward because without speech output, i'm functionally illiterate, as i don't have enough tactile sensitivity to read braille
- # [00:53] <sampablokuper> Sorry, I'm unclear - when you were training as a medievalist, did you use tts for the Latin & Greek?
- # [00:53] <oedipus> no, that was before i lost my sight
- # [00:53] * Joins: Laura (lauracarls@131.212.34.70)
- # [00:53] <oedipus> but if i'm going to read greek or latin again, it's going to have to be aurally
- # [00:53] <sampablokuper> I understand. so now you have to interact with the languages through another medium,
- # [00:54] <sampablokuper> A contentious one, at that.
- # [00:54] <oedipus> yes, and even for those familiar (like french or spanish) sound very different when synthesized, although that is getting better
- # [00:54] <sampablokuper> I know there have been serious academic disagreeements about correct Latin & Greek pronunciations
- # [00:54] <oedipus> that's one of the problems i'm encountering in getting classicists to review my phoneme tables
- # [00:55] <sampablokuper> Soft "v"s or hard "v"s? :)
- # [00:55] <oedipus> right -- the same 2 camps who battle over hard c or soft c!
- # [00:57] <oedipus> still, the way i've ocasionally heard latin mangled on recordings for the blind, speech synethesis would allow me to read a word character by character if it wasn't immediately apparent to me what it meant
- # [00:57] <sampablokuper> Presumably you could switch between pronunciation settings?
- # [00:57] <oedipus> yeah - or use the lang extention mechanism for subtagging la and el
- # [00:58] <oedipus> "la-cl"
- # [00:58] <oedipus> "el-XX" - archaic? classical?
- # [00:59] <oedipus> so that there would be automatic language switching in respone to the subtags
- # [00:59] <oedipus> s/respone/response
- # [01:00] * oedipus needs to get a phone - almost time to call in
- # [01:00] <sampablokuper> That would be one way. ... Changing the topic slightly, at Ian Bicking's talk at Pycon - about HTML parsers for Python - someone in the audience complained bitterly about HTML's impact on visually-impaired users. Do you favour XHTML for this reason (or at all?)
- # [01:01] <oedipus> i think that the extensibility of XHTML can be leveraged for accessibility
- # [01:01] * sampablokuper needs to get some sleep - the meeting's an hour later than he thought (too late to stay up for tonight, with an early start tomorrow and several things to do before sleeping)
- # [01:02] * oedipus goodnight, fair prince ;)
- # [01:03] <sampablokuper> DanC, Hixie, my apologies - I'm not going to be able to attend this meeting. I'm reaching exhaustion point.
- # [01:03] <sampablokuper> oedipus, thanks, it's been a pleasure :)
- # [01:03] <Hixie> don't apologise to me :-)
- # [01:03] * oedipus er, sweet prince, etc. etc. etc.
- # [01:03] <Hixie> i don't even think we should _have_ these meetings :-)
- # [01:03] <Hixie> or rather, i don't think they should be made out to be the official meetings they are
- # [01:03] <Hixie> i have no problem with people meeting up to talk about action items, on irc, by phone, in person, whatever
- # [01:04] * Joins: ChrisWilson (cwilso@131.107.0.101)
- # [01:04] <Zakim> HTML_WG()7:00PM has now started
- # [01:04] <sampablokuper> My apologies anyway, and thanks for the XForms discussion :) Goodnight all
- # [01:04] * Parts: sampablokuper (sampabloku@81.107.38.239)
- # [01:06] <ChrisWilson> zakim, phone?
- # [01:06] <Zakim> I don't understand your question, ChrisWilson.
- # [01:07] * Joins: dsinger (dsinger@17.202.35.52)
- # [01:07] <ChrisWilson> agenda on http://www.w3.org/html/wg/tracker/agenda
- # [01:09] <dsinger> zakim, who is on the phone?
- # [01:09] <Zakim> On the phone I see no one
- # [01:09] <ChrisWilson> zakim, what is the phone number?
- # [01:09] <Zakim> I don't understand your question, ChrisWilson.
- # [01:10] <ChrisWilson> first pending review item:
- # [01:10] <dsinger> zakim, list conferences
- # [01:10] <Zakim> I see HTML_WG()7:00PM, GA_SVGWG()6:30AM active
- # [01:10] <Zakim> also scheduled at this time is WAI_WCAG()3:00PM
- # [01:10] <ChrisWilson> zakim, this is html
- # [01:10] <Zakim> ChrisWilson, this was already HTML_WG()7:00PM
- # [01:10] <Zakim> ok, ChrisWilson; that matches HTML_WG()7:00PM
- # [01:10] <ChrisWilson> http://www.w3.org/html/wg/tracker/actions/43
- # [01:11] <ChrisWilson> closed
- # [01:11] <ChrisWilson> next item: http://www.w3.org/html/wg/tracker/actions/54
- # [01:11] <dsinger> zakim, who is on the phone?
- # [01:11] <Zakim> On the phone I see no one
- # [01:15] <dsinger> zakim, what is the conference code?
- # [01:15] <Zakim> the conference code is 4865 (tel:+1.617.761.6200 tel:+33.4.89.06.34.99 tel:+44.117.370.6152), dsinger
- # [01:16] <ChrisWilson> Laura, what do you think the next steps are on the ALT action item, since the draft was sent today?
- # [01:17] <ChrisWilson> next action in the meantime: http://www.w3.org/html/wg/tracker/actions/55, ask TAG about tag soup measurement techniques
- # [01:17] <Laura> Chris: Input from the working group would be good.
- # [01:18] <Philip> "These studies are really nice, but they would be even nicer if we could confirm them from independent sources." - I've done various things to get similar statistics, like http://canvex.lazyilluminati.com/survey/2007-07-17/analyse.cgi/index - is that the kind of thing it's talking about?
- # [01:19] * Quits: oedipus (oedipus@70.21.198.184) (Ping timeout)
- # [01:19] <ChrisWilson> (On phone: Miles, dsinger, gregory, myself)
- # [01:21] <ChrisWilson> philip, in our first discussion we were talking about ways to ask new questions like this. We do it internally, I'm sure other vendors do, but we as a WG want to ask questions and have them researched.
- # [01:21] <ChrisWilson> re-opened.
- # [01:22] <ChrisWilson> extended ALT issue (54) for group discussion on lsit.
- # [01:22] <ChrisWilson> er, list.
- # [01:22] <Philip> (Also http://philip.html5.org/data.html which is largely based on people just asking questions on IRC, and me being bored and having a while to look at them :-) )
- # [01:22] <ChrisWilson> on to overdue items...
- # [01:24] <ChrisWilson> sadly no Dan, so skip his and I will bug him personally.
- # [01:26] <ChrisWilson> Lachy, any progress on http://www.w3.org/html/wg/tracker/actions/34 (preparing the web developer's guide)?
- # [01:28] <ChrisWilson> Anne, I'm not sure I understand your action item on offline apps abstract? (http://www.w3.org/html/wg/tracker/actions/58)
- # [01:28] <ChrisWilson> any new issues?
- # [01:29] <ChrisWilson> motion to adjourn
- # [01:29] <dsinger> sure
- # [01:29] <ChrisWilson> seconded, ADJOURN'
- # [01:29] <dsinger> zakim, who is on the phone?
- # [01:29] <Zakim> On the phone I see no one
- # [01:29] <dsinger> bye
- # [01:29] * Parts: dsinger (dsinger@17.202.35.52)
- # [01:30] * Joins: mjs (mjs@17.255.101.238)
- # [02:04] <Lachy> ChrisWilson, I started working on it again a little bit on wednesday, but no significant progress yet.
- # [02:07] * Quits: mjs (mjs@17.255.101.238) (Quit: mjs)
- # [02:13] * Quits: Laura (lauracarls@131.212.34.70) (Quit: Laura)
- # [02:26] * Quits: tH (Rob@83.100.174.96) (Quit: ChatZilla 0.9.81-rdmsoft [XULRunner 1.8.0.9/2006120508])
- # [02:27] * Joins: mjs (mjs@17.255.101.238)
- # [02:35] <Zakim> HTML_WG()7:00PM has ended
- # [02:35] <Zakim> Attendees were
- # [02:35] * Quits: smedero (smedero@192.223.6.251) (Quit: smedero)
- # [02:41] * Quits: dbaron (dbaron@63.245.220.241) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [02:54] * Quits: aroben (aroben@71.58.57.150) (Quit: aroben)
- # [03:02] * trackbot-ng HTML Issue Tracking http://www.w3.org/html/wg/tracker/
- # [03:18] * Joins: ddailey (david_dail@24.144.172.117)
- # [03:20] <ddailey> <Hixie> man, nobody understands my sense of humour :-/ .... admitting that you have one is the first step
- # [03:21] <ddailey> smiles will follow with probabiliy > 0
- # [03:22] * Parts: ddailey (david_dail@24.144.172.117)
- # [03:37] * Quits: mjs (mjs@17.255.101.238) (Quit: mjs)
- # [03:37] * Quits: ChrisWilson (cwilso@131.107.0.101) (Ping timeout)
- # [04:05] * Joins: mjs (mjs@17.255.101.238)
- # [04:09] * Quits: jmb (jmb@152.78.68.189) (Ping timeout)
- # [04:10] * Joins: jmb (jmb@152.78.68.189)
- # [04:40] * Quits: mjs (mjs@17.255.101.238) (Quit: mjs)
- # [04:46] * Quits: gavin (gavin@99.253.193.147) (Ping timeout)
- # [04:52] * Joins: gavin (gavin@99.253.193.147)
- # [05:13] * Joins: mjs (mjs@17.255.101.238)
- # [05:33] * Quits: paullewis (paullewis@96.232.135.39) (Quit: paullewis)
- # [05:45] * Quits: mjs (mjs@17.255.101.238) (Quit: mjs)
- # [05:51] * Joins: mjs (mjs@17.255.101.238)
- # [05:57] * Quits: mjs (mjs@17.255.101.238) (Ping timeout)
- # [06:05] * Joins: adele (adele@24.7.125.179)
- # [06:06] * Parts: adele (adele@24.7.125.179)
- # [06:12] * Joins: mjs (mjs@17.255.101.238)
- # [06:15] * Quits: mjs (mjs@17.255.101.238) (Quit: mjs)
- # [06:21] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [06:21] * Joins: mjs (mjs@17.255.101.238)
- # [07:36] * Quits: mjs (mjs@17.255.101.238) (Ping timeout)
- # [07:48] * Joins: adele_ (adele@24.7.125.179)
- # [07:48] * Parts: adele_ (adele@24.7.125.179)
- # [07:49] * Joins: adele (adele@24.7.125.179)
- # [07:49] * Parts: adele (adele@24.7.125.179)
- # [08:01] * Quits: jmb (jmb@152.78.68.189) (Ping timeout)
- # [08:02] * Joins: jmb (jmb@152.78.68.189)
- # [08:40] * Joins: aaronlev_ (chatzilla@85.176.248.97)
- # [08:40] * aaronlev_ is now known as aaronlev
- # [08:50] * Joins: mjs (mjs@216.27.178.204)
- # [08:54] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [08:54] * Joins: mjs (mjs@216.27.178.204)
- # [08:58] * Joins: mjs_ (mjs@216.27.178.204)
- # [08:58] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [09:19] * Joins: mjs (mjs@216.27.178.204)
- # [09:19] * Quits: mjs_ (mjs@216.27.178.204) (Connection reset by peer)
- # [09:31] * Joins: mjs_ (mjs@216.27.178.204)
- # [09:31] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [09:32] * Joins: mjs (mjs@216.27.178.204)
- # [09:32] * Quits: mjs_ (mjs@216.27.178.204) (Connection reset by peer)
- # [09:35] * Joins: heycam (cam@124.168.55.13)
- # [09:39] * Joins: tH (Rob@83.100.174.96)
- # [09:50] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [09:50] * Joins: mjs (mjs@216.27.178.204)
- # [10:51] * Joins: ROBOd (robod@89.122.216.38)
- # [10:58] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [10:58] * Joins: mjs (mjs@216.27.178.204)
- # [11:00] * Joins: tH_ (Rob@87.102.42.208)
- # [11:03] * Quits: tH (Rob@83.100.174.96) (Ping timeout)
- # [11:03] * tH_ is now known as tH
- # [11:04] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [11:04] * Joins: mjs (mjs@216.27.178.204)
- # [11:07] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Less talk, more pimp walk.)
- # [11:17] * Quits: Lachy (Lachlan@85.196.122.246) (Quit: This computer has gone to sleep)
- # [11:19] * Joins: gsnedders (gsnedders@217.28.34.132)
- # [11:23] * Joins: mjs_ (mjs@216.27.178.204)
- # [11:23] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [11:25] * Joins: zcorpan (zcorpan@88.131.66.80)
- # [11:28] * Joins: Lachy (Lachlan@213.236.208.22)
- # [11:33] * Joins: anne (annevk@86.47.129.77)
- # [11:36] * Quits: anne (annevk@86.47.129.77) (Ping timeout)
- # [11:37] * Joins: anne (annevk@86.47.129.77)
- # [11:44] <anne> in case mike(tm) reads this, I might be able to help
- # [11:44] * Quits: mjs_ (mjs@216.27.178.204) (Connection reset by peer)
- # [11:44] * Joins: mjs (mjs@216.27.178.204)
- # [11:44] <anne> i had this plan of integrating the differences since last publication in html5-diff
- # [11:44] <anne> i haven't really gotten around to updating html5-diff yet though
- # [11:45] <anne> (my plan is far less ambitious than the one from mike though)
- # [11:47] * Joins: mjs_ (mjs@216.27.178.204)
- # [11:47] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [11:48] * Joins: mjs (mjs@216.27.178.204)
- # [11:48] * Quits: mjs_ (mjs@216.27.178.204) (Connection reset by peer)
- # [11:49] * Joins: mjs_ (mjs@216.27.178.204)
- # [11:49] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [11:50] * Joins: mjs (mjs@216.27.178.204)
- # [11:50] * Quits: mjs_ (mjs@216.27.178.204) (Connection reset by peer)
- # [11:51] * Joins: tlr (tlr@128.30.52.30)
- # [11:51] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [11:51] * Joins: mjs (mjs@216.27.178.204)
- # [11:53] * Joins: mjs_ (mjs@216.27.178.204)
- # [11:53] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [11:55] <Philip> There's only been four hundred commits since the last publication, so it can't be that hard to summarise
- # [11:57] <anne> is that including or excluding editorial changes?
- # [11:58] <anne> (either way it's indeed not that much)
- # [11:58] <Philip> It's just the number of SVN revisions
- # [11:59] <gsnedders> (so including)
- # [12:13] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [12:22] <anne> MikeSmith, see logs, fwiw
- # [12:24] * Joins: paullewis (paullewis@96.232.135.39)
- # [12:24] <MikeSmith> anne: yep, read your comments about diff stuff
- # [12:24] <MikeSmith> thanks
- # [12:25] <MikeSmith> so let's plan to get something going at beginning of next week
- # [12:25] <MikeSmith> if that will work for you
- # [12:28] <anne> yeah, monday works
- # [12:29] <anne> got to go now
- # [12:29] <anne> touring Ireland with marcos
- # [12:31] <MikeSmith> anne: have fun
- # [12:36] * Quits: mjs_ (mjs@216.27.178.204) (Connection reset by peer)
- # [12:36] * Joins: mjs (mjs@216.27.178.204)
- # [12:41] * Quits: aaronlev (chatzilla@85.176.248.97) (Client exited)
- # [13:00] * Quits: paullewis (paullewis@96.232.135.39) (Quit: paullewis)
- # [13:04] * Quits: jmb (jmb@152.78.68.189) (Ping timeout)
- # [13:09] * Quits: gsnedders (gsnedders@217.28.34.132) (Quit: gsnedders)
- # [13:09] * Joins: jmb (jmb@152.78.68.189)
- # [13:15] <zcorpan> MikeSmith: that sounds ambitious if you're intending to do it for all non-editorial changes; perhaps it's good to get a list of changes and cherry-pick interesting or important changes first?
- # [13:19] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Ping timeout)
- # [13:28] * Joins: myakura (myakura@125.207.238.47)
- # [13:30] * Quits: Navarr (navarr@76.240.62.110) (Quit: Navarr)
- # [13:52] * Joins: gsnedders (gsnedders@217.28.34.132)
- # [14:02] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [14:02] * Joins: mjs (mjs@216.27.178.204)
- # [14:05] * Quits: gsnedders (gsnedders@217.28.34.132) (Quit: Partying in teh intarwebs)
- # [14:18] * Joins: paullewis (paullewis@66.7.59.3)
- # [14:19] * Joins: paullewis_ (paullewis@66.7.59.2)
- # [14:21] * Quits: paullewis (paullewis@66.7.59.3) (Ping timeout)
- # [14:44] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [14:44] * Joins: mjs (mjs@216.27.178.204)
- # [14:52] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [14:53] * Joins: mjs (mjs@216.27.178.204)
- # [14:55] * Joins: mjs_ (mjs@216.27.178.204)
- # [14:55] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [14:57] * Quits: ROBOd (robod@89.122.216.38) (Quit: http://www.robodesign.ro )
- # [15:30] * Joins: Julian (chatzilla@217.91.35.233)
- # [15:38] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [15:44] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Less talk, more pimp walk.)
- # [15:59] * Joins: aaronlev (chatzilla@78.51.78.127)
- # [16:08] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: This computer has gone to sleep)
- # [16:21] * Joins: billmason (billmason@69.30.57.190)
- # [16:28] * Quits: tlr (tlr@128.30.52.30) (Quit: tlr)
- # [16:33] * Quits: zcorpan (zcorpan@88.131.66.80) (Ping timeout)
- # [16:54] * Quits: jane (j@76.170.65.146) (Quit: zomg)
- # [16:54] * Joins: jane (j@76.170.65.146)
- # [17:02] * Joins: ROBOd (robod@89.122.216.38)
- # [17:06] * Quits: aaronlev (chatzilla@78.51.78.127) (Quit: ChatZilla 0.9.82 [Firefox 3.0pre/2008050506])
- # [17:07] * Quits: mjs_ (mjs@216.27.178.204) (Connection reset by peer)
- # [17:07] * Joins: mjs (mjs@216.27.178.204)
- # [17:13] * Joins: Lachy (Lachlan@85.196.122.246)
- # [17:44] * Joins: shepazu (schepers@128.30.52.30)
- # [17:57] * Quits: Julian (chatzilla@217.91.35.233) (Ping timeout)
- # [18:19] * Joins: adele (adele@24.7.125.179)
- # [18:20] * Parts: adele (adele@24.7.125.179)
- # [18:21] * Joins: aroben (aroben@71.58.57.150)
- # [18:30] * Quits: myakura (myakura@125.207.238.47) (Quit: Leaving...)
- # [18:44] * Quits: aroben (aroben@71.58.57.150) (Quit: aroben)
- # [18:50] * Joins: aroben (aroben@71.58.57.150)
- # [18:54] * Quits: aroben (aroben@71.58.57.150) (Quit: aroben)
- # [18:57] * Joins: aroben (aroben@71.58.57.150)
- # [19:03] * Joins: mjs_ (mjs@216.27.178.204)
- # [19:03] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [19:22] * Joins: mjs (mjs@216.27.178.204)
- # [19:22] * Quits: mjs_ (mjs@216.27.178.204) (Connection reset by peer)
- # [19:22] * Joins: mjs_ (mjs@216.27.178.204)
- # [19:22] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [19:24] * Joins: adele (adele@17.203.14.240)
- # [19:32] * Quits: shepazu (schepers@128.30.52.30) (Quit: shepazu)
- # [19:38] * Joins: dbaron (dbaron@63.245.220.241)
- # [19:58] * Quits: adele (adele@17.203.14.240) (Quit: adele)
- # [21:00] * Joins: adele (adele@17.203.14.240)
- # [21:14] * Quits: aroben (aroben@71.58.57.150) (Quit: aroben)
- # [21:18] * Joins: aroben (aroben@71.58.57.150)
- # [21:35] * Joins: mjs (mjs@216.27.178.204)
- # [21:35] * Quits: mjs_ (mjs@216.27.178.204) (Connection reset by peer)
- # [21:35] * Joins: mjs_ (mjs@216.27.178.204)
- # [21:35] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [21:50] * Quits: fearphage (fearphage@72.177.6.222) (Quit: leaving)
- # [21:57] * Joins: smedero (smedero@192.223.6.251)
- # [21:59] * Joins: Lachy_ (Lachlan@85.196.122.246)
- # [22:00] * Quits: Lachy (Lachlan@85.196.122.246) (Ping timeout)
- # [22:15] * Quits: anne (annevk@86.47.129.77) (Ping timeout)
- # [22:29] * Lachy_ is now known as Lachy
- # [22:37] * Joins: jgraham (james@81.86.217.32)
- # [22:44] * Quits: jgraham (james@81.86.217.32) (Quit: I get eaten by the worms)
- # [22:48] * Joins: fearphage (fearphage@72.177.4.19)
- # [22:49] * Quits: ROBOd (robod@89.122.216.38) (Quit: http://www.robodesign.ro )
- # [22:53] * Quits: mjs_ (mjs@216.27.178.204) (Connection reset by peer)
- # [22:53] * Joins: mjs (mjs@216.27.178.204)
- # [23:04] * Joins: mjs_ (mjs@216.27.178.204)
- # [23:04] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [23:05] * Joins: mjs (mjs@216.27.178.204)
- # [23:05] * Quits: mjs_ (mjs@216.27.178.204) (Connection reset by peer)
- # [23:42] * Quits: paullewis_ (paullewis@66.7.59.2) (Ping timeout)
- # [23:46] * Joins: mjs_ (mjs@216.27.178.204)
- # [23:46] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # [23:47] * Joins: mjs (mjs@216.27.178.204)
- # [23:47] * Quits: mjs_ (mjs@216.27.178.204) (Connection reset by peer)
- # [23:48] * Joins: mjs_ (mjs@216.27.178.204)
- # [23:48] * Quits: mjs (mjs@216.27.178.204) (Connection reset by peer)
- # Session Close: Sat May 10 00:00:00 2008
The end :)