IRC Log for #microformats on 2008-03-28
Timestamps are in UTC.
- [00:00:58] * illustir (n=alper@s55912056.adsl.wanadoo.nl) has joined #microformats
- [00:09:53] * jfluhmann_ (n=jfluhman@69.39.58.85) has joined #microformats
- [00:10:23] * jfluhmann_ (n=jfluhman@69.39.58.85) has left #microformats
- [00:11:44] * hober (n=ted@unaffiliated/hober) Quit ("ERC Version 5.3 (IRC client for Emacs)")
- [00:16:27] * robballou (n=rballou@71-14-76-91.dhcp.stls.mo.charter.com) has joined #microformats
- [00:21:07] * dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net) has joined #microformats
- [00:21:07] * ChanServ sets mode +o dglazkov
- [00:21:07] <jibot>
dglazkov is Dimitri Glazkov (http://glazkov.com) and lives in Birmingham, AL, USA (-6:00 GMT)
- [00:22:39] * iand (n=iand@cpc2-nthc15-0-0-cust510.nrth.cable.ntl.com) has joined #microformats
- [00:22:39] <jibot>
iand is Ian Davis who blogs at http://iandavis.com/blog
- [00:24:15] * shigeta (n=shigeta@124.32.114.226) has joined #microformats
- [00:24:25] * cygri_ (n=cygri@84-203-81-156.mysmart.ie) has joined #microformats
- [00:24:32] * KevinMarks (n=KevinMar@142.sub-75-209-78.myvzw.com) has joined #microformats
- [00:25:36] * cygri__ (n=cygri@world135.mi.fu-berlin.de) has joined #microformats
- [00:28:33] * MrTopf (n=cs@host106-179-static.37-85-b.business.telecomitalia.it) Quit ()
- [00:29:12] * cygri (n=cygri@84-203-81-156.mysmart.ie) Quit (Read error: 104 (Connection reset by peer))
- [00:29:39] * cygri (n=cygri@84-203-81-156.mysmart.ie) has joined #microformats
- [00:30:58] * cygri_ (n=cygri@84-203-81-156.mysmart.ie) Quit (Connection reset by peer)
- [00:33:54] * adinalevin (n=adinalev@65.87.20.138) Quit ()
- [00:37:38] * adinalevin (n=adinalev@65.87.20.138) has joined #microformats
- [00:38:57] * cygri (n=cygri@84-203-81-156.mysmart.ie) Quit ()
- [00:41:18] * KevinMarks (n=KevinMar@142.sub-75-209-78.myvzw.com) Quit ("The computer fell asleep")
- [00:52:00] * cygri__ (n=cygri@world135.mi.fu-berlin.de) Quit (Read error: 113 (No route to host))
- [00:54:26] * adinalevin (n=adinalev@65.87.20.138) Quit ()
- [01:07:36] * illustir (n=alper@s55912056.adsl.wanadoo.nl) Quit ()
- [01:11:11] <Danny_B>
if i can't set class for <a> tag, is there any other chance to fill url (or email) in hCard & hCalendar
- [01:11:11] <Danny_B>
say <span class="url><a href="http://domain.tld">text</a></span>?
- [01:11:33] * dbaron (n=dbaron@dsl093-034-068.snd1.dsl.speakeasy.net) Quit ("8403864 bytes have been tenured, next gc will be global.")
- [01:21:02] * adinalevin (n=adinalev@76-191-205-254.dsl.dynamic.sonic.net) has joined #microformats
- [01:21:50] * tantek (n=tantek@ip67-91-91-195.z91-91-67.customer.algx.net) Quit ()
- [01:22:02] * veeliam (n=veeliam@207.111.252.10) has left #microformats
- [01:27:32] * julianstahnke (n=julianst@87-194-56-45.bethere.co.uk) has joined #microformats
- [01:27:32] <jibot>
julianstahnke is a German front-end dev for Last.fm and lives in London and wants a play button next to every mentioning of an audio track on the internet
- [01:40:48] * BobJonkman (n=BobJonkm@206-248-137-186.dsl.teksavvy.com) has joined #microformats
- [01:52:46] * DanWrong (n=DanWrong@87.112.94.173.plusnet.ptn-ag2.dyn.plus.net) Quit ("A B C ya and I wouldn't want to be ya")
- [02:01:36] * ChrisSaad (n=Uncalfes@c-24-130-18-204.hsd1.ca.comcast.net) has joined #microformats
- [02:01:51] * BobJonkma1 (n=BobJonkm@206-248-137-186.dsl.teksavvy.com) has joined #microformats
- [02:02:07] * julianstahnke (n=julianst@last.fm/staff/wurstkind) Quit ("Schönen Tag noch!")
- [02:04:36] * ChrisSaad (n=Uncalfes@c-24-130-18-204.hsd1.ca.comcast.net) Quit (Read error: 104 (Connection reset by peer))
- [02:07:05] * ChrisSaad (n=Uncalfes@c-24-130-18-204.hsd1.ca.comcast.net) has joined #microformats
- [02:07:14] * ChrisSaad (n=Uncalfes@c-24-130-18-204.hsd1.ca.comcast.net) has left #microformats
- [02:08:03] * pat-in-wv (n=pat-in-w@dpc693595205.direcpc.com) has joined #microformats
- [02:08:49] * pat-in-wv (n=pat-in-w@dpc693595205.direcpc.com) has left #microformats
- [02:12:06] <BenWard>
Danny_B: In that case the URL field will parse as ‘text’. The classname has to be on an A element to take the HREF.
- [02:12:35] <BenWard>
The only other option you have is to include something like <span class="url">http://example.com</span>
- [02:14:37] <Danny_B>
hmm, that's bad. therefore both microformats using url (where url is necessary) are pretty much unusable on wikis :-/
- [02:23:12] <BenWard>
Where HTML is disabled, yes.
- [02:25:11] * adinalevin (n=adinalev@76-191-205-254.dsl.dynamic.sonic.net) Quit ()
- [02:27:03] <Danny_B>
i'd suggest to add some possibility in spec how to workaround that, because wikis are widely used
- [02:41:03] * BenWard (n=BenWard@87-194-62-78.bethere.co.uk) Quit ()
- [02:45:05] * KevinMarks (n=KevinMar@c-98-207-134-151.hsd1.ca.comcast.net) has joined #microformats
- [03:15:43] * hober (n=ted@unaffiliated/hober) has joined #microformats
- [03:27:40] * BobJonkman (n=BobJonkm@206-248-137-186.dsl.teksavvy.com) Quit ("Leaving.")
- [03:29:53] * dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net) Quit ()
- [03:47:43] * meitar (n=meitar@124-170-120-198.dyn.iinet.net.au) Quit ()
- [04:56:55] * adinalevin (n=adinalev@76-191-205-254.dsl.dynamic.sonic.net) has joined #microformats
- [05:00:10] <mfbot>
[[question-answer-brainstorming]] http://microformats.org/wiki?title=question-answer-brainstorming&diff=0&oldid=26534 * MartyMapes * (+1525)
- [05:01:26] <mfbot>
[[question-answer-brainstorming]] http://microformats.org/wiki?title=question-answer-brainstorming&diff=0&oldid=26535 * MartyMapes * (-2) Single-Page Questions and Answers -
- [05:29:34] * bergie (n=bergie@cs181192153.pp.htv.fi) has joined #microformats
- [05:29:34] <jibot>
bergie is lives in Finland and blogs at http://bergie.iki.fi/blog/ and Midgard CMS developer
- [06:05:01] * juvabien (n=juvabien@gre92-3-81-56-50-45.fbx.proxad.net) has joined #microformats
- [06:14:25] * bergie (n=bergie@cs181192153.pp.htv.fi) Quit ()
- [06:46:49] * juvabien (n=juvabien@gre92-3-81-56-50-45.fbx.proxad.net) Quit (Read error: 104 (Connection reset by peer))
- [06:50:02] * mefisto (n=mef`@zelli-kojas.lanet.lv) Quit ("Leaving")
- [07:07:13] * pfefferle (n=pfefferl@p54AC1C14.dip0.t-ipconnect.de) has joined #microformats
- [07:07:53] * pfefferle (n=pfefferl@p54AC1C14.dip0.t-ipconnect.de) Quit (Client Quit)
- [07:13:42] * bergie (n=bergie@kone1.tmvvision.finnetcom.net) has joined #microformats
- [07:13:42] <jibot>
bergie is lives in Finland and blogs at http://bergie.iki.fi/blog/ and Midgard CMS developer
- [07:20:30] * hober (n=ted@unaffiliated/hober) Quit ("ERC Version 5.3 (IRC client for Emacs)")
- [07:36:52] * tantek (n=tantek@ip67-91-91-195.z91-91-67.customer.algx.net) has joined #microformats
- [07:36:52] * ChanServ sets mode +o tantek
- [07:36:52] <jibot>
tantek is Tantek <http://tantek.com> and develops microformats <http://microformats.org>
- [08:13:48] * illustir (n=alper@s55912056.adsl.wanadoo.nl) has joined #microformats
- [08:25:22] * mfrancis (n=mfrancis@nat/yahoo/x-7878aea845a0ea61) has joined #microformats
- [08:25:48] * mfrancis is now known as mn_francis
- [08:29:51] * bergie (n=bergie@kone1.tmvvision.finnetcom.net) Quit ()
- [08:30:27] * mn_francis (n=mfrancis@nat/yahoo/x-7878aea845a0ea61) Quit ("Screw you guys, home.")
- [08:31:16] * mn_francis (n=mn_franc@nat/yahoo/x-5e0ca0a900efeca3) has joined #microformats
- [08:31:45] * mn_francis (n=mn_franc@nat/yahoo/x-5e0ca0a900efeca3) Quit (Client Quit)
- [08:31:57] * mn_francis (n=mn_franc@nat/yahoo/x-4bb35c6158bf4762) has joined #microformats
- [08:36:30] * tantek (n=tantek@ip67-91-91-195.z91-91-67.customer.algx.net) Quit ()
- [08:45:44] <mn_francis>
morning (or evening, or whatever) microformateers
- [08:45:52] <mn_francis>
anyone tell me what's wrong here: http://bumph.cackhanded.net/fragment_test.html ?
- [08:47:40] * mefisto (n=mef`@159.148.10.188) has joined #microformats
- [09:01:51] * trovster (n=trovster@creation1.plus.com) has joined #microformats
- [09:01:51] <jibot>
trovster is a web developer from the UK who writes on http://www.trovster.com and helps with www.multipack.co.uk
- [09:10:22] * PibbRelay (n=supybot@nat/janrain/x-07ae31f45790bc8f) has joined #microformats
- [09:22:00] * cygri (n=cygri@84-203-81-156.mysmart.ie) has joined #microformats
- [09:22:38] * mef (n=mef`@159.148.10.188) has joined #microformats
- [09:34:28] * BenWard (n=BenWard@nat/yahoo/x-8b278baa0bc30202) has joined #microformats
- [09:34:28] * ChanServ sets mode +o BenWard
- [09:34:28] <jibot>
BenWard is Ben Ward of http://ben-ward.co.uk ( 0000/ 0100 GMT)
- [09:36:26] * Phae (n=phaeness@gateb.thls.bbc.co.uk) has joined #microformats
- [09:36:26] * ChanServ sets mode +o Phae
- [09:36:26] <jibot>
Phae is Frances Berriman of http://www.fberriman.com/
- [09:37:31] * mefisto (n=mef`@159.148.10.188) Quit (Read error: 113 (No route to host))
- [09:57:40] <mfbot>
[[question-answer-brainstorming]] M http://microformats.org/wiki?title=question-answer-brainstorming&diff=0&oldid=26536 * TobyInk * (+437) Interview Questions and Answers - Validity
- [09:57:40] * cygri (n=cygri@84-203-81-156.mysmart.ie) Quit ()
- [10:01:50] * emrojo (n=emrojo@dummyhost11.it.uc3m.es) has joined #microformats
- [10:07:29] * emrojo (n=emrojo@dummyhost11.it.uc3m.es) Quit ("Leaving.")
- [10:55:11] * illustir (n=alper@s55912056.adsl.wanadoo.nl) Quit ()
- [11:01:09] * cygri (n=cygri@deri-dmz2.nuigalway.ie) has joined #microformats
- [11:17:18] * mef is now known as mefisto
- [11:22:07] * shigeta (n=shigeta@124.32.114.226) Quit ("Leaving...")
- [11:48:09] * dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net) has joined #microformats
- [11:48:09] * ChanServ sets mode +o dglazkov
- [11:48:09] <jibot>
dglazkov is Dimitri Glazkov (http://glazkov.com) and lives in Birmingham, AL, USA (-6:00 GMT)
- [11:57:36] * adinalevin (n=adinalev@76-191-205-254.dsl.dynamic.sonic.net) Quit ()
- [12:16:19] * dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net) Quit ()
- [12:28:15] * adinalevin (n=adinalev@76-191-205-254.dsl.dynamic.sonic.net) has joined #microformats
- [12:28:18] * adinalevin (n=adinalev@76-191-205-254.dsl.dynamic.sonic.net) Quit (Client Quit)
- [12:28:23] * adinalevin (n=adinalev@76-191-205-254.dsl.dynamic.sonic.net) has joined #microformats
- [12:37:14] <mfbot>
[[this-week-2008-03-24]] N http://microformats.org/wiki/this-week-2008-03-24 * Phae * (+787)
- [12:47:42] * Prometheus (n=Promethe@kone1.tmvvision.finnetcom.net) has joined #microformats
- [13:05:06] * robballou (n=rballou@71-14-76-91.dhcp.stls.mo.charter.com) Quit ()
- [13:23:59] * Prometheus (n=Promethe@kone1.tmvvision.finnetcom.net) Quit ()
- [13:26:52] * pat-in-wv (n=pat-in-w@dpc693595205.direcpc.com) has joined #microformats
- [13:27:28] * pat-in-wv (n=pat-in-w@dpc693595205.direcpc.com) has left #microformats
- [13:27:33] * pfefferle (n=pfefferl@p4FDAF50D.dip.t-dialin.net) has joined #microformats
- [13:29:31] * myakura (n=myakura@p1215-ipbf3008marunouchi.tokyo.ocn.ne.jp) has joined #microformats
- [14:05:40] <mfbot>
[[robots-exclusion]] http://microformats.org/wiki?title=robots-exclusion&diff=0&oldid=26537 * PeterJ * (+337) Copyright - Remove copyright statement, since it conflicts with the public domain declaration on the user pages
- [14:07:16] * mkaply (n=mkaply@nat/ibm/x-fdef2fe32a32a063) has joined #microformats
- [14:07:16] <jibot>
mkaply is Michael Kaply <http://www.kaply.com/weblog/> and is the developer of Operator <https://addons.mozilla.org/firefox/4106/>
- [14:08:01] <mfbot>
[[robots-exclusion]] http://microformats.org/wiki?title=robots-exclusion&diff=0&oldid=26538 * PeterJ * (+50) Copyright - Link names to user pages
- [14:29:16] * tantek (n=tantek@ip67-91-91-195.z91-91-67.customer.algx.net) has joined #microformats
- [14:29:16] * ChanServ sets mode +o tantek
- [14:29:16] <jibot>
tantek is Tantek <http://tantek.com> and develops microformats <http://microformats.org>
- [14:37:17] * adinalevin (n=adinalev@76-191-205-254.dsl.dynamic.sonic.net) Quit ()
- [14:37:20] * BobJonkman (n=BobJonkm@206.208.226.139) has joined #microformats
- [15:01:31] <mfbot>
[[this-week-2008-03-24]] M http://microformats.org/wiki?title=this-week-2008-03-24&diff=0&oldid=26539 * TobyInk * (+0) This Week in Microformats - Week Beginning March 17th 2008 - = 24 Mar
- [15:08:33] * ajturner (n=ajturner@1248host102.starwoodbroadband.com) has joined #microformats
- [15:08:33] <jibot>
ajturner is Andrew Turner, a simulation and geolocation nut who blogs at http://highearthorbit.com and a neogeographer and is co-founder of Mapufacture
- [15:09:56] * adinalevin (n=adinalev@65.87.20.138) has joined #microformats
- [15:21:38] <mfbot>
[[hatom-examples-in-wild]] M http://microformats.org/wiki?title=hatom-examples-in-wild&diff=0&oldid=26540 * QmpeopleQmpeople * (-137)
- [15:23:54] <mfbot>
[[hatom-examples-in-wild]] M http://microformats.org/wiki?title=hatom-examples-in-wild&diff=0&oldid=26541 * QmpeopleQmpeople * (-98)
- [15:26:40] <mfbot>
[[hatom-examples-in-wild]] M http://microformats.org/wiki?title=hatom-examples-in-wild&diff=0&oldid=26542 * QmpeopleQmpeople * (+98)
- [15:28:11] <mfbot>
[[hatom-examples-in-wild]] M http://microformats.org/wiki?title=hatom-examples-in-wild&diff=0&oldid=26543 * QmpeopleQmpeople * (+13)
- [15:29:17] * KevinMarks (n=KevinMar@c-98-207-134-151.hsd1.ca.comcast.net) Quit ("The computer fell asleep")
- [15:35:42] <mfbot>
[[this-week-2008-03-24]] M http://microformats.org/wiki?title=this-week-2008-03-24&diff=0&oldid=26544 * Tantek * (+274) generic semantic announcements not desired IMHO for [[this-week]]
- [15:38:13] <mfbot>
[[this-week-2008-03-24]] M http://microformats.org/wiki?title=this-week-2008-03-24&diff=0&oldid=26545 * Tantek * (+0)
- [15:45:18] * pfefferle (n=pfefferl@p4FDAF50D.dip.t-dialin.net) has left #microformats
- [15:45:35] * jfluhmann (n=jfluhman@x171y167.angelo.edu) Quit (Remote closed the connection)
- [15:49:11] * myakura (n=myakura@p1215-ipbf3008marunouchi.tokyo.ocn.ne.jp) Quit ("Leaving...")
- [15:51:52] * pat-in-wv (n=pat-in-w@dpc693595205.direcpc.com) has joined #microformats
- [15:53:10] * tantek (n=tantek@ip67-91-91-195.z91-91-67.customer.algx.net) Quit ()
- [15:53:11] * pat-in-wv (n=pat-in-w@dpc693595205.direcpc.com) has left #microformats
- [16:03:15] * hober (n=ted@unaffiliated/hober) has joined #microformats
- [16:10:21] * jfluhmann (n=jfluhman@x171y167.angelo.edu) has joined #microformats
- [16:11:25] * tantek (n=tantek@ip67-91-91-195.z91-91-67.customer.algx.net) has joined #microformats
- [16:11:26] * ChanServ sets mode +o tantek
- [16:11:26] <jibot>
tantek is Tantek <http://tantek.com> and develops microformats <http://microformats.org>
- [16:13:18] * KevinMarks (n=KevinMar@nat/google/x-706e44c486d36bb1) has joined #microformats
- [16:17:52] * dbaron (n=dbaron@dsl093-034-068.snd1.dsl.speakeasy.net) has joined #microformats
- [16:30:08] * mkaply (n=mkaply@nat/ibm/x-fdef2fe32a32a063) Quit ("Leaving")
- [16:32:45] * KevinMarks (n=KevinMar@nat/google/x-706e44c486d36bb1) Quit ("The computer fell asleep")
- [16:44:17] <mfbot>
[[events/2008-03-28-san-diego-dinner]] http://microformats.org/wiki?title=events/2008-03-28-san-diego-dinner&diff=0&oldid=26546 * BrynnEvans * (+34) attendees -
- [16:46:43] <mfbot>
[[User:BrynnEvans]] N http://microformats.org/wiki/User:BrynnEvans * BrynnEvans * (+87)
- [16:55:50] <mfbot>
[[events/2008-03-28-san-diego-dinner]] http://microformats.org/wiki?title=events/2008-03-28-san-diego-dinner&diff=0&oldid=26547 * JAGJosh * (+35) attendees -
- [17:04:31] * dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net) has joined #microformats
- [17:04:31] * ChanServ sets mode +o dglazkov
- [17:04:31] <jibot>
dglazkov is Dimitri Glazkov (http://glazkov.com) and lives in Birmingham, AL, USA (-6:00 GMT)
- [17:08:41] * dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net) Quit (Client Quit)
- [17:12:41] <mfbot>
[[this-week-2008-03-24]] M http://microformats.org/wiki?title=this-week-2008-03-24&diff=0&oldid=26548 * TobyInk * (+324)
- [17:19:01] * mefisto (n=mef`@159.148.10.188) Quit ("Leaving")
- [17:27:01] * trovster (n=trovster@creation1.plus.com) Quit ()
- [17:28:37] * mn_francis (n=mn_franc@nat/yahoo/x-4bb35c6158bf4762) Quit ("Screw you guys, home.")
- [17:31:13] * Phae (n=phaeness@gateb.thls.bbc.co.uk) Quit ()
- [17:43:07] * mkaply (n=mkaply@user-0ccstgh.cable.mindspring.com) has joined #microformats
- [17:43:07] <jibot>
mkaply is Michael Kaply <http://www.kaply.com/weblog/> and is the developer of Operator <https://addons.mozilla.org/firefox/4106/>
- [17:47:26] * ajturner (n=ajturner@1248host102.starwoodbroadband.com) Quit ()
- [17:48:33] * BenWard (n=BenWard@nat/yahoo/x-8b278baa0bc30202) Quit (Read error: 110 (Connection timed out))
- [18:01:58] * ChrisSaad (n=Uncalfes@206-169-98-123.static.twtelecom.net) has joined #microformats
- [18:04:12] * Prometheus (n=Promethe@cs181170022.pp.htv.fi) has joined #microformats
- [18:06:53] * ChrisSaad (n=Uncalfes@206-169-98-123.static.twtelecom.net) has left #microformats
- [18:20:01] * juvabien (n=juvabien@gre92-3-81-56-50-45.fbx.proxad.net) has joined #microformats
- [18:21:49] * Prometheus (n=Promethe@cs181170022.pp.htv.fi) Quit ()
- [18:22:00] * Prometheus (n=Promethe@cs181170022.pp.htv.fi) has joined #microformats
- [18:22:52] * Prometheus (n=Promethe@cs181170022.pp.htv.fi) Quit (Client Quit)
- [18:25:46] * pjkix (n=pkhalil@74.85.6.194) has joined #microformats
- [18:25:46] <jibot>
pjkix is PJ Khalil a Web Developer in SF and can be found online at http://pjkix.com
- [18:32:07] * ChrisSaad (n=Uncalfes@adsl-76-201-139-193.dsl.pltn13.sbcglobal.net) has joined #microformats
- [18:32:10] * ChrisSaad (n=Uncalfes@adsl-76-201-139-193.dsl.pltn13.sbcglobal.net) has left #microformats
- [18:37:03] * mefisto (n=mef`@zelli-kojas.lanet.lv) has joined #microformats
- [18:39:43] * Prometheus (n=Promethe@cs181170022.pp.htv.fi) has joined #microformats
- [18:39:54] * Prometheus (n=Promethe@cs181170022.pp.htv.fi) Quit (Remote closed the connection)
- [18:40:59] * hober (n=ted@unaffiliated/hober) Quit ("ERC Version 5.3 (IRC client for Emacs)")
- [18:46:58] * KevinMarks (n=KevinMar@nat/google/x-19a262f6faabddcc) has joined #microformats
- [19:01:14] * MrSte (n=ste@cpc1-cwma2-0-0-cust922.swan.cable.ntl.com) Quit (Read error: 110 (Connection timed out))
- [19:02:03] <mfbot>
[[social-network-anti-patterns]] http://microformats.org/wiki?title=social-network-anti-patterns&diff=0&oldid=26549 * Tantek * (+296) added Twitpic to other site login and password antipattern
- [19:04:30] * MrSte (n=ste@cpc1-cwma2-0-0-cust922.swan.cable.ntl.com) has joined #microformats
- [19:11:30] <mfbot>
[[User:Mokolabs]] http://microformats.org/wiki?title=User:Mokolabs&diff=0&oldid=26550 * Mokolabs * (+52)
- [19:11:41] <mfbot>
[[User:Mokolabs]] http://microformats.org/wiki?title=User:Mokolabs&diff=0&oldid=26551 * Mokolabs * (+2)
- [19:12:02] <mfbot>
[[User:Mokolabs]] http://microformats.org/wiki?title=User:Mokolabs&diff=0&oldid=26552 * Mokolabs * (+22)
- [19:19:55] * dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net) has joined #microformats
- [19:19:55] <jibot>
dglazkov is Dimitri Glazkov (http://glazkov.com) and lives in Birmingham, AL, USA (-6:00 GMT)
- [19:19:55] * ChanServ sets mode +o dglazkov
- [19:20:22] * dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net) Quit (Client Quit)
- [19:35:08] * hober (n=ted@unaffiliated/hober) has joined #microformats
- [19:49:53] * csarven (n=csarven@on-irc.csarven.ca) has joined #microformats
- [19:49:53] <jibot>
csarven is Sarven Capadisli http://www.csarven.ca
- [19:58:45] * ajturner (n=ajturner@65.69.33.2) has joined #microformats
- [19:58:45] <jibot>
ajturner is Andrew Turner, a simulation and geolocation nut who blogs at http://highearthorbit.com and a neogeographer and is co-founder of Mapufacture
- [19:59:15] * KevinMarks (n=KevinMar@nat/google/x-19a262f6faabddcc) Quit ("The computer fell asleep")
- [19:59:30] * KevinMarks (n=KevinMar@nat/google/x-bb4c9bbe0d47fedb) has joined #microformats
- [20:00:46] * csarven- (i=csarven@on-irc.csarven.ca) has joined #microformats
- [20:04:16] * csarven (n=csarven@on-irc.csarven.ca) Quit (Nick collision from services.)
- [20:04:19] * csarven- is now known as csarven
- [20:07:48] * ajturner (n=ajturner@65.69.33.2) Quit ()
- [20:12:14] * tommorris_ (n=tommorri@i-83-67-98-32.freedom2surf.net) Quit (Read error: 104 (Connection reset by peer))
- [20:15:22] * KevinMarks (n=KevinMar@nat/google/x-bb4c9bbe0d47fedb) Quit (Success)
- [20:27:40] * pat-in-wv (n=pat-in-w@dpc693595205.direcpc.com) has joined #microformats
- [20:27:51] * pat-in-wv (n=pat-in-w@dpc693595205.direcpc.com) has left #microformats
- [20:42:39] <mfbot>
[[User:Unwiredbrain]] N http://microformats.org/wiki/User:Unwiredbrain * Unwiredbrain * (+76)
- [21:00:31] <mfbot>
[[User:Unwiredbrain]] http://microformats.org/wiki?title=User:Unwiredbrain&diff=0&oldid=26553 * Unwiredbrain * (+286)
- [21:30:33] * dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net) has joined #microformats
- [21:30:33] * ChanServ sets mode +o dglazkov
- [21:30:33] <jibot>
dglazkov is Dimitri Glazkov (http://glazkov.com) and lives in Birmingham, AL, USA (-6:00 GMT)
- [21:54:02] * mkaply (n=mkaply@user-0ccstgh.cable.mindspring.com) Quit ("Leaving")
- [22:07:34] <mfbot>
[[events/2008-03-28-san-diego-dinner]] M http://microformats.org/wiki?title=events/2008-03-28-san-diego-dinner&diff=0&oldid=26554 * AyushSaran * (+34) attendees -
- [22:14:20] * hober (n=ted@unaffiliated/hober) Quit (Remote closed the connection)
- [22:18:52] * csarven (i=csarven@on-irc.csarven.ca) Quit ("http://www.csarven.ca")
- [22:25:46] <mfbot>
[[events/2008-03-28-san-diego-dinner]] http://microformats.org/wiki?title=events/2008-03-28-san-diego-dinner&diff=0&oldid=26555 * JoshLawton * (+34)
- [22:27:07] <mfbot>
[[events/2008-03-28-san-diego-dinner]] M http://microformats.org/wiki?title=events/2008-03-28-san-diego-dinner&diff=0&oldid=26556 * JoshLawton * (+0)
- [22:31:43] <mfbot>
[[events/2008-03-28-san-diego-dinner]] http://microformats.org/wiki?title=events/2008-03-28-san-diego-dinner&diff=0&oldid=26557 * TreacherousDog * (+38) attendees -
- [22:41:31] * mef (n=mef`@zelli-kojas.lanet.lv) has joined #microformats
- [22:42:11] * mef (n=mef`@zelli-kojas.lanet.lv) Quit (Read error: 104 (Connection reset by peer))
- [22:45:22] * gsnedders_ (n=gsnedder@host86-148-24-200.range86-148.btcentralplus.com) has joined #microformats
- [22:45:35] <mfbot>
[[hcalendar-examples-in-wild]] M http://microformats.org/wiki?title=hcalendar-examples-in-wild&diff=0&oldid=26558 * TobyInk * (+229) examples to act on -
- [22:45:50] * gsnedders (n=gsnedder@host81-156-237-130.range81-156.btcentralplus.com) Quit (Nick collision from services.)
- [22:45:52] * gsnedders_ is now known as gsnedders
- [22:57:54] * mefisto (n=mef`@zelli-kojas.lanet.lv) Quit (Connection timed out)
- [23:02:39] * BobJonkman (n=BobJonkm@206.208.226.139) Quit (Read error: 104 (Connection reset by peer))
- [23:03:53] * remi (n=remi@modemcable242.165-82-70.mc.videotron.ca) has joined #microformats
- [23:03:53] <jibot>
remi is Remi Prevost, a web developper (yeah, that's how we spell "developer" in french) from Quebec and blogs about web stuff at <http://remiprevost.com/>
- [23:09:17] * KevinMarks (n=KevinMar@nat/google/x-e51bf4802b84641d) has joined #microformats
- [23:32:41] * KevinMarks (n=KevinMar@nat/google/x-e51bf4802b84641d) Quit ("The computer fell asleep")
- [23:32:51] * csarven (n=nevrasc@modemcable130.251-202-24.mc.videotron.ca) has joined #microformats
- [23:32:51] <jibot>
csarven is Sarven Capadisli http://www.csarven.ca
- [23:44:24] * lisppaste4 (n=lisppast@common-lisp.net) Quit (Remote closed the connection)
- [23:48:16] * juvabien (n=juvabien@gre92-3-81-56-50-45.fbx.proxad.net) Quit (Read error: 104 (Connection reset by peer))
- [23:53:53] * lisppaste4 (n=lisppast@common-lisp.net) has joined #microformats
These logs were automatically created by mflogbot on
chat.freenode.net
using a modified version of the Java IRC LogBot.
See http://microformats.org/wiki/mflogbot for more information.