IRC Log for #microformats on 2006-08-27
Timestamps are in UTC.
- [00:00:12] <Zeeshan_M>
I am inputting the following HTML 4.01 Strict document which has hCard rich markup near the footer: http://developer.nfwebsolutions.com/temp.html
- [00:00:36] <Zeeshan_M>
The tool at http://suda.co.uk/projects/X2V/ returns: http://rafb.net/paste/results/4laKdN83.txt
- [00:01:03] <Zeeshan_M>
Note the odd \n newline character and large spacing before the email address.
- [00:01:07] <Zeeshan_M>
Why is that occuring?
- [00:03:06] * trel1023 (n=trel1023@cpe-066-057-014-057.nc.res.rr.com) has left #microformats
- [00:03:12] * trel1023 (n=trel1023@cpe-066-057-014-057.nc.res.rr.com) has joined #microformats
- [00:04:38] * Zeeshan_M removes the HTML entities to see if that helps
- [00:06:13] <Zeeshan_M>
Mmm
- [00:06:24] <Zeeshan_M>
<dd class="email"><a href="mailto:test@example.org">test@example.org</a></dd> has the same effect:
- [00:06:31] <Zeeshan_M>
EMAIL:\n test@example.org\n
- [00:14:13] * briansuda is investigating
- [00:14:25] <Zeeshan_M>
Oh thank you.
- [00:14:29] <Zeeshan_M>
I was about to disconnect
- [00:15:27] <briansuda>
<dd class="email"><a href="mailto:test@example.org">test@example.org</a></dd> should be...
- [00:15:35] <briansuda>
<dd ><a class="email" href="mailto:test@example.org">test@example.org</a></dd>
- [00:16:54] <briansuda>
the spacing is probably being added because the XSLT is extracting from all the children of the DD which contains an 'a' element
- [00:17:18] <Zeeshan_M>
I see, the suggestion you gave now produces the output fine :-)
- [00:17:31] <Zeeshan_M>
Would you mind answering some additional questions:
- [00:17:47] <briansuda>
ask away
- [00:17:48] * tantek (n=tantek@38.114.143.193) has joined #microformats
- [00:17:48] <jibot>
tantek is Tantek <http://tantek.com> and works on Technorati and develops microformats <http://microformats.org>
- [00:17:51] * ChanServ sets mode +o tantek
- [00:18:13] <Zeeshan_M>
What do you do when you need to add additional grammar markup to the content but you feel that such additional grammar is probably not meant to be in the (h|v)Card syntax.
- [00:18:24] <Zeeshan_M>
I am using: <span class="street-address">14 Clumber drive</span>
- [00:18:42] <Zeeshan_M>
But I actually want a comma at the end, I am using content: via CSS to suffix that, is that the correct method?
- [00:18:51] <Zeeshan_M>
Or is it okay to taint the value in the HTML?
- [00:19:06] <briansuda>
you can just put it outside of the span as well
- [00:19:31] <briansuda>
you can also use class="value" and wrap that around JUST the text you want to extract
- [00:19:54] <Zeeshan_M>
Oh yes
- [00:20:05] <briansuda>
<span class="fn"><span class="value">Brian</span> text here <span class="value">Suda</span></span>
- [00:20:11] <briansuda>
that will be extracted as
- [00:20:12] <Zeeshan_M>
Gotcha'.
- [00:20:16] <briansuda>
FN: Brian Suda
- [00:20:30] <briansuda>
well, actually BrianSuda (no space)
- [00:20:36] <Zeeshan_M>
How do you markup a single instance of a value but which has to be assigned to multiple keys?
- [00:20:50] <Zeeshan_M>
I wish to state one instance of a phone number is for work, fax and voicemail.
- [00:21:07] <Zeeshan_M>
Is it okay to cluster the '<span class="type">work</span><span class="type">voice</span>..., etc' markup?
- [00:21:07] <briansuda>
well that is multple TYPES
- [00:21:18] <briansuda>
yup
- [00:22:08] <Zeeshan_M>
Ok, thank you.
- [00:22:23] <briansuda>
do you want to test it really quick?
- [00:22:44] <Zeeshan_M>
Well, I have the cluster already, I just didn't know if it was sane syntax or not.
- [00:23:00] <Zeeshan_M>
Your tool is returning the expected output: TEL;TYPE=work,voice,msg:+44 (0)709 2300 838
- [00:23:08] <Zeeshan_M>
Just didn't know if that was full okay to do or not.
- [00:24:19] <tantek>
briansuda, Zeeshan_M's markup should be fine
- [00:24:31] <tantek>
that's one way that plural properties (and subproperties) can be expressed
- [00:31:59] <Zeeshan_M>
Ok, thank you chaps. 1.30am here nearly, must get some shuteye.
- [00:32:07] <Zeeshan_M>
briansuda, thank you for the help and the tool!
- [00:32:11] * Zeeshan_M is now known as Zeeshan_AFK
- [00:36:23] * vant (n=vant@FLH1Abe103.isk.mesh.ad.jp) has joined #microformats
- [00:36:49] * tantek (n=tantek@38.114.143.193) Quit ()
- [00:42:07] * tantek (n=tantek@38.114.143.193) has joined #microformats
- [00:42:25] * ChanServ sets mode +o tantek
- [00:44:14] * valmont (n=chrishol@pdpc/supporter/silver/valmont) Quit ()
- [01:38:12] * tantek (n=tantek@38.114.143.193) Quit ()
- [01:41:11] <mfbot>
[[hcard-faq]] M http://microformats.org/wiki?title=hcard-faq&diff=0&oldid=8295 * AndyMabbett * (+43) include lang; use square brackets
- [02:04:45] <qid>
"However, I feel the concepts behind hProduct will make it a popular microformat and excellent for a more Symantec web."
- [02:04:50] <qid>
er.... >_>
- [02:15:51] * jcgregorio (n=chatzill@adsl-072-148-043-048.sip.rmo.bellsouth.net) has joined #microformats
- [02:42:47] * factoryjoe (n=factoryj@66.209.15.236) has joined #Microformats
- [02:42:47] <jibot>
factoryjoe is an open source ambassador, blogs at http://factoryjoe.com/blog and runs Citizen Agency with Miss Rogue
- [02:42:55] * remi (n=remi@c207.134.19-156.clta.globetrotter.net) Quit ()
- [02:44:56] * factoryjoe (n=factoryj@66.209.15.236) Quit (Client Quit)
- [03:20:58] * pnhChris_ (n=cac6982@c-68-39-65-171.hsd1.nj.comcast.net) Quit ()
- [03:50:36] * vmarks (n=vmarks@cpe-065-190-165-181.nc.res.rr.com) Quit ("The computer fell asleep")
- [03:50:38] * vmarks (n=vmarks@cpe-065-190-165-181.nc.res.rr.com) has joined #microformats
- [03:54:04] * ravenn (n=ravenn@124-168-30-102.dyn.iinet.net.au) has joined #microformats
- [04:07:05] * vmarks (n=vmarks@cpe-065-190-165-181.nc.res.rr.com) Quit (Read error: 110 (Connection timed out))
- [04:37:18] * ravenn (n=ravenn@124-168-30-102.dyn.iinet.net.au) Quit ()
- [04:41:13] * vant (n=vant@FLH1Abe103.isk.mesh.ad.jp) Quit ("Leaving...")
- [04:42:06] * vant (n=vant@FLH1Abe103.isk.mesh.ad.jp) has joined #microformats
- [04:52:08] * vant (n=vant@FLH1Abe103.isk.mesh.ad.jp) Quit ("Leaving...")
- [04:54:33] <mfbot>
[[events-fr]] http://microformats.org/wiki?title=events-fr&diff=0&oldid=8296 * ChristopheDucamp * (+143) Ajout BarCampParis3 / atelier animé par Frédéric de Villamil
- [04:55:39] <mfbot>
[[events-fr]] M http://microformats.org/wiki?title=events-fr&diff=0&oldid=8297 * ChristopheDucamp * (-2) copyedit syntax
- [05:00:25] <mfbot>
[[events]] http://microformats.org/wiki?title=events&diff=0&oldid=8298 * ChristopheDucamp * (+387) add BarCampParis3 and BarCampParis4
- [05:25:11] * vmarks (n=vmarks@cpe-065-190-165-181.nc.res.rr.com) has joined #microformats
- [05:25:11] <jibot>
vmarks is in NC
- [05:40:47] * tantek (n=tantek@dsl001-150-127.sfo1.dsl.speakeasy.net) has joined #microformats
- [05:40:48] <jibot>
tantek is Tantek <http://tantek.com> and works on Technorati and develops microformats <http://microformats.org>
- [05:41:05] * ChanServ sets mode +o tantek
- [05:48:17] <mfbot>
[[hcard-fr]] http://microformats.org/wiki?title=hcard-fr&diff=0&oldid=8299 * Florian * (-10) Nouveaux Exemples -
- [06:15:30] * tantek (n=tantek@dsl001-150-127.sfo1.dsl.speakeasy.net) Quit ()
- [06:16:18] * jcgregorio (n=chatzill@adsl-072-148-043-048.sip.rmo.bellsouth.net) Quit ("Chatzilla 0.9.68.5.1 [Firefox 1.5.0.5/undefined]")
- [06:44:17] * factoryjoe (n=cmessina@128.12.35.99) has joined #microformats
- [06:56:57] * tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) has joined #microformats
- [06:56:57] <jibot>
tantek is Tantek <http://tantek.com> and works on Technorati and develops microformats <http://microformats.org>
- [06:57:15] * ChanServ sets mode +o tantek
- [07:12:00] * tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) Quit ()
- [07:17:17] * csarven (i=nevrasc@modemcable163.203-56-74.mc.videotron.ca) Quit ()
- [07:31:56] * chimezie (n=chime@adsl-68-73-170-91.dsl.bcvloh.ameritech.net) has joined #microformats
- [07:31:56] <jibot>
chimezie is Chimezie Ogbuji - He is a mammal
- [07:56:01] * factoryjoe (n=cmessina@128.12.35.99) Quit ()
- [07:56:21] * ROBOd (n=robod@86.34.246.154) has joined #microformats
- [08:02:15] * Harry_Slaughter (n=harry@ip68-8-170-38.sd.sd.cox.net) Quit (Read error: 110 (Connection timed out))
- [08:10:14] * KevinMarks (n=Snak@h-68-164-88-133.snvacaid.dynamic.covad.net) has joined #microformats
- [08:11:05] * ChanServ sets mode +o KevinMarks
- [08:29:31] * stuup (n=stu@cpc2-staf1-0-0-cust301.brhm.cable.ntl.com) has joined #microformats
- [08:32:49] * stuup (n=stu@cpc2-staf1-0-0-cust301.brhm.cable.ntl.com) Quit (Client Quit)
- [08:45:36] * keithalexander (n=keithale@87.112.84.122.bbplus.ptn-ag2.dyn.plus.net) has joined #microformats
- [09:13:29] <mfbot>
[[hcard-fr]] http://microformats.org/wiki?title=hcard-fr&diff=0&oldid=8300 * Florian * (-138) Nouveaux Exemples -
- [09:16:27] * keithalexander (n=keithale@87.112.84.122.bbplus.ptn-ag2.dyn.plus.net) Quit (Read error: 104 (Connection reset by peer))
- [09:19:37] * marclaport1 (n=marclapo@MTL-ppp-144264.qc.sympatico.ca) has joined #microformats
- [09:31:30] <mfbot>
[[hcard-faq]] M http://microformats.org/wiki?title=hcard-faq&diff=0&oldid=8301 * AndyMabbett * (-43) stet
- [09:42:09] * keithalexander (n=keithale@87.112.79.130.bbplus.ptn-ag2.dyn.plus.net) has joined #microformats
- [09:56:50] * tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) has joined #microformats
- [09:56:50] <jibot>
tantek is Tantek <http://tantek.com> and works on Technorati and develops microformats <http://microformats.org>
- [09:57:08] * ChanServ sets mode +o tantek
- [10:00:02] * bunnywabbit_ (n=bunny@98.6.76.83.cust.bluewin.ch) has joined #microformats
- [10:18:00] * bunnywabbit_ (n=bunny@98.6.76.83.cust.bluewin.ch) Quit (Read error: 110 (Connection timed out))
- [10:51:51] * keithale1ander (n=keithale@87.112.88.7.bbplus.ptn-ag2.dyn.plus.net) has joined #microformats
- [10:55:15] * keithalexander (n=keithale@87.112.79.130.bbplus.ptn-ag2.dyn.plus.net) Quit (Read error: 110 (Connection timed out))
- [11:22:46] * tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) Quit ()
- [11:28:31] * imajes (n=imajes@growl/imajes) Quit ()
- [11:40:02] <keithale1ander>
Can anyone point me to any discussion of the microformats concept being applied to other markup languages?
- [11:42:12] * Phae (n=phae@85-210-90-239.dsl.pipex.com) has joined #microformats
- [11:50:34] * Harry_Slaughter (n=harry@ip68-8-170-38.sd.sd.cox.net) has joined #microformats
- [12:03:03] * lisppaste4 (n=lisppast@common-lisp.net) Quit (SendQ exceeded)
- [12:36:37] <mfbot>
[[rel-license-ja]] M http://microformats.org/wiki?title=rel-license-ja&diff=0&oldid=8302 * JinichiHiguchi * (-6) rel="license" -
- [12:38:52] * remi (n=remi@c207.134.19-156.clta.globetrotter.net) has joined #microformats
- [12:38:52] <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/>
- [13:14:11] * keithale1ander (n=keithale@87.112.88.7.bbplus.ptn-ag2.dyn.plus.net) Quit (Remote closed the connection)
- [13:17:21] * Mr_Elusive (n=Mr_Elusi@S0106000f66365909.wp.shawcable.net) has joined #microformats
- [13:30:51] * imajes (n=imajes@cpc2-ware3-0-0-cust617.lutn.cable.ntl.com) has joined #microformats
- [13:31:32] * imajes (n=imajes@growl/imajes) Quit (Remote closed the connection)
- [13:37:19] * Kura (n=Kura@host86-133-221-125.range86-133.btcentralplus.com) has joined #microformats
- [13:45:35] * bunnywabbit_ (n=bunny@adsl-84-227-234-230.adslplus.ch) has joined #microformats
- [14:01:18] * imajes (n=imajes@growl/imajes) has joined #microformats
- [14:04:09] * bunnywabbit_ (n=bunny@adsl-84-227-234-230.adslplus.ch) Quit (Read error: 110 (Connection timed out))
- [14:04:53] * marclaport1 (n=marclapo@MTL-ppp-144264.qc.sympatico.ca) has left #microformats
- [14:10:04] * bunnywabbit_ (n=bunny@adsl-89-217-44-106.adslplus.ch) has joined #microformats
- [14:31:34] * d4rr3ll (n=d4rr3ll@taylor1.plus.com) has joined #microformats
- [14:59:20] * tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) has joined #microformats
- [14:59:20] <jibot>
tantek is Tantek <http://tantek.com> and works on Technorati and develops microformats <http://microformats.org>
- [14:59:38] * ChanServ sets mode +o tantek
- [15:26:40] * ajturner (n=ajturner@d14-69-64-67.try.wideopenwest.com) has joined #microformats
- [15:26:40] <jibot>
ajturner is Andrew Turner, a simulation and geolocation nut who blogs at http://highearthorbit.com
- [15:41:42] * dc__ (n=dctanner@bb-87-81-165-34.ukonline.co.uk) has joined #microformats
- [15:58:22] * imajes (n=imajes@growl/imajes) Quit ()
- [16:00:50] * RobertBachmann (n=RobertBa@N062P007.adsl.highway.telekom.at) has joined #microformats
- [16:00:50] <jibot>
RobertBachmann is Robert Bachmann <http://rbach.priv.at/> and lives in Austria (Timezone: UTC 02)
- [16:03:52] * imajes (n=imajes@cpc2-ware3-0-0-cust617.lutn.cable.ntl.com) has joined #microformats
- [16:05:27] * imajes (n=imajes@growl/imajes) Quit (Client Quit)
- [16:05:49] * imajes (n=imajes@growl/imajes) has joined #microformats
- [16:21:29] * gsnedders (n=gsnedder@host81-156-237-58.range81-156.btcentralplus.com) has joined #microformats
- [16:21:29] <jibot>
gsnedders is a 14 year old idiot from Scotland and pretends to have a website at http://geoffers.uni.cc/
- [16:35:57] * csarven (i=nevrasc@modemcable163.203-56-74.mc.videotron.ca) has joined #microformats
- [16:35:57] <jibot>
csarven is Sarven Capadisli and can be found online at http://www.csarven.ca
- [16:41:42] * chimezie (n=chime@adsl-68-73-170-91.dsl.bcvloh.ameritech.net) has left #microformats
- [16:51:06] * pnhChris (n=cac6982@c-68-39-65-171.hsd1.nj.comcast.net) has joined #microformats
- [16:51:06] <jibot>
pnhChris is Chris Casciano, blogs at http://placenamehere.com/ , and a member of the Web Standards Project.
- [16:55:59] * bunnywabbit_ is now known as bunny_RSI
- [17:09:07] * vant (n=vant@FLH1Abe103.isk.mesh.ad.jp) has joined #microformats
- [17:10:41] * tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) Quit ()
- [17:14:33] * gsnedders (n=gsnedder@host81-156-237-58.range81-156.btcentralplus.com) Quit ()
- [17:20:12] * gsnedders (n=gsnedder@host81-156-237-58.range81-156.btcentralplus.com) has joined #microformats
- [17:39:31] <mfbot>
[[rel-home-issues]] N http://microformats.org/wiki/rel-home-issues * Brian * (+1042) Added links to known issues with Rel-Home
- [17:51:12] * gsnedders (n=gsnedder@host81-156-237-58.range81-156.btcentralplus.com) Quit ()
- [17:51:26] * ROBOd (n=robod@86.34.246.154) Quit (Read error: 104 (Connection reset by peer))
- [17:57:46] * stuup (n=stu@cpc2-staf1-0-0-cust301.brhm.cable.ntl.com) has joined #microformats
- [18:00:56] * ROBOd (n=robod@86.34.246.154) has joined #microformats
- [18:11:41] * stuup (n=stu@cpc2-staf1-0-0-cust301.brhm.cable.ntl.com) Quit ()
- [18:19:30] * vant (n=vant@FLH1Abe103.isk.mesh.ad.jp) Quit ("Leaving...")
- [18:34:44] * leevigraham (n=chatzill@80-195-200-88.cable.ubr02.soli.blueyonder.co.uk) has joined #microformats
- [18:35:40] <leevigraham>
hi all... just a quick question
- [18:35:41] <leevigraham>
which is the best parser to test hCards successfully convert into vCards?
- [18:36:20] <leevigraham>
I am sure I have followe the wiki spec and examples but the parser I am using is not out putting the right vCard
- [18:37:23] <briansuda>
do you have a link?
- [18:37:53] <leevigraham>
to my hcard?
- [18:38:07] <briansuda>
yes
- [18:38:11] <leevigraham>
iits on my local disk at the moment
- [18:38:15] <leevigraham>
i can pastie it
- [18:38:32] <briansuda>
is there somewhere you can upload it?
- [18:38:44] <Phae>
which parser are you using atm, btw?
- [18:38:44] <leevigraham>
yeah ill do that now
- [18:39:07] <briansuda>
the parsers that extract the hCard and convert it to a vCard only really can extract from a URL, local files don't work
- [18:39:30] <Phae>
tails works locally, but the greasemonkey user script doesn't.
- [18:39:47] <briansuda>
and tails is not the most reliable
- [18:39:51] <Phae>
indeed!
- [18:40:35] <leevigraham>
http://www.leevigraham.com/hcard.html
- [18:40:44] <leevigraham>
tails...
- [18:41:35] <leevigraham>
multiple urls are ok?
- [18:41:54] <briansuda>
sure
- [18:41:58] * tantek (n=tantek@38.114.143.193) has joined #microformats
- [18:41:59] <jibot>
tantek is Tantek <http://tantek.com> and works on Technorati and develops microformats <http://microformats.org>
- [18:42:08] <briansuda>
what exactly do you think is not correct?
- [18:42:10] <leevigraham>
i have been double checking my card against your cheat sheet :)
- [18:42:16] * ChanServ sets mode +o tantek
- [18:42:22] <Phae>
I can't instantly spot anything that's out
- [18:42:27] <Phae>
I'm grabbing your card okay.
- [18:42:33] <leevigraham>
when i add it to i Cal all the urls are one entry
- [18:42:58] <briansuda>
right because the iCalendar spec only has one url
- [18:43:15] <briansuda>
multiple URLs should be fine for an address book
- [18:43:53] <leevigraham>
bugger
- [18:44:13] <briansuda>
as well, i think that the skype protocol uses callto://
- [18:44:27] <briansuda>
why are you trying to get a vCard into iCalendar?
- [18:44:55] <Phae>
UK mobile numbers start +44, rather than +0044, also.
- [18:45:12] <leevigraham>
a vCard ... but i was hoping that it woul be imported to ical
- [18:45:23] <leevigraham>
i thought ical used vcards
- [18:45:29] <leevigraham>
ok
- [18:45:33] <leevigraham>
just moved to the UK
- [18:45:35] <leevigraham>
:D
- [18:45:51] <Phae>
:)
- [18:45:55] * gsnedders (n=gsnedder@host81-156-237-58.range81-156.btcentralplus.com) has joined #microformats
- [18:45:55] <jibot>
gsnedders is a 14 year old idiot from Scotland and pretends to have a website at http://geoffers.uni.cc/
- [18:46:03] <leevigraham>
oh.. i mean addres book
- [18:46:09] <leevigraham>
not iCal
- [18:46:11] <briansuda>
no, address book imports vCards, iCal imports hCalendar
- [18:46:22] <leevigraham>
yeah my mistake sorry for the confusion
- [18:46:44] <briansuda>
i get multiple URLs in my address book, which program are you using?
- [18:47:10] <tantek>
leevigraham maybe some day iCal.app will be intelligent about linking event locations to Address Book entries, but not today
- [18:47:48] <leevigraham>
yeah I just used your parser and everything is great
- [18:47:55] <leevigraham>
sorry for wasting your time :(
- [18:48:08] <briansuda>
not a prob
- [18:48:13] <briansuda>
which software are you using?
- [18:48:18] <briansuda>
there is a list of known issues here: http://microformats.org/wiki/vcard-implementations
- [18:48:29] <briansuda>
if you are experiencing something please document it
- [18:48:42] <leevigraham>
oh and Tantek, your talk at web essentials in sydney was great
- [18:48:54] <leevigraham>
ok i am using firefox with addressbook.app
- [18:49:00] * Phae (n=phae@85-210-90-239.dsl.pipex.com) Quit (Read error: 54 (Connection reset by peer))
- [18:49:27] <tantek>
thanks leevigraham! glad you enjoyed it.
- [18:49:45] * Phae (n=phae@85-210-90-239.dsl.pipex.com) has joined #microformats
- [18:50:18] <leevigraham>
thanks for your help guys
- [18:50:25] <briansuda>
judging from your hCard, you will probably want to say hello to these guys as well: http://multipack.co.uk/
- [18:50:26] <Phae>
stupid laptop
- [18:50:32] <Phae>
and yeah
- [18:50:34] <Phae>
also #multipack
- [18:51:24] <leevigraham>
yeah found them 30 minutes ago... which just happened to be 30 minutes after their geeks in the park day :(
- [18:51:36] <Phae>
I don't know how that went yet
- [18:51:41] <Phae>
I assume there will be a write-up
- [18:51:49] <briansuda>
there are a few pics on Flickr
- [18:51:58] <Phae>
geek events are cropping up all over the UK at the moment though
- [18:52:00] <leevigraham>
Phae: are you from the midlands?
- [18:52:03] <Phae>
the "scene" so to speak is good.
- [18:52:06] <briansuda>
i don't know many of the folks so i didn't add notes, but i spotted a few microformats t-shirts
- [18:52:07] <Phae>
No, I live just outside London.
- [18:52:33] <leevigraham>
well beers are on me next time I am in London
- [18:52:35] <Phae>
We're organising a microformats social at the end of September in London
- [18:52:56] <briansuda>
http://upcoming.org/event/100107/
- [18:53:05] <Phae>
why thank you
- [18:53:15] <Phae>
I'm just checking out a couple venues, but it looks like plenty want to come
- [18:53:19] <Phae>
I'll get that sorted out this week
- [18:53:40] <briansuda>
as well as: http://muffinresearch.co.uk/archives/2006/08/17/october-wsg-meetup-microformats/
- [18:53:47] * Phae nods.
- [18:55:14] <leevigraham>
pencil me in
- [18:55:20] <Phae>
:)
- [18:57:39] <Phae>
oh and also, if you do happen to be in london.. there's pubstandards.co.uk
- [18:59:09] <tantek>
Phae, that address on that event is hilarious.
- [18:59:22] <Phae>
heh
- [18:59:35] <Phae>
it's because upcoming won't let you have an event without an address
- [18:59:45] <briansuda>
apparently Upcoming won't let you NOT put a venue - even TBA
- [18:59:55] <Phae>
which is a bit silly imo
- [19:00:12] <briansuda>
so use one that machines can
- [19:00:17] <briansuda>
can't know is fake
- [19:00:39] <Phae>
they should just add a "TBC" address for everyone to use. Problem solved.
- [19:00:43] * Phae wonders who to email.
- [19:04:01] <tantek>
Phae, if you see waxpancake in IRC, you can bug him about it :)
- [19:04:11] <Phae>
noted.
- [19:06:10] <mfbot>
[[screencasts]] http://microformats.org/wiki?title=screencasts&diff=0&oldid=8303 * Brian * (+233) Added link to Molly E. Holzschlag presentation (haven't watched it yet)
- [19:06:20] * taare (i=taare@ti100710a081-1476.bb.online.no) Quit (Read error: 110 (Connection timed out))
- [19:11:39] <leevigraham>
just out of curiosity does anyone know if mail.app vCard support has increased in the leopard preview?
- [19:13:07] * taare (i=taare@ti100710a081-1476.bb.online.no) has joined #microformats
- [19:21:16] * RobertBachmann (n=RobertBa@N062P007.adsl.highway.telekom.at) Quit (Read error: 110 (Connection timed out))
- [19:33:39] * dc___ (n=dctanner@bb-87-81-165-34.ukonline.co.uk) has joined #microformats
- [19:40:08] * frederic (n=neuro@pdpc/supporter/active/neuro) has joined #microformats
- [19:40:11] <frederic>
hello
- [19:49:20] * dc__ (n=dctanner@bb-87-81-165-34.ukonline.co.uk) Quit (Read error: 110 (Connection timed out))
- [19:50:31] <leevigraham>
hey frederic
- [19:52:05] <frederic>
hi leevigraham
- [20:10:02] * trel1023 (n=trel1023@cpe-066-057-014-057.nc.res.rr.com) Quit (Remote closed the connection)
- [20:10:09] * trel1023 (n=trel1023@cpe-066-057-014-057.nc.res.rr.com) has joined #microformats
- [20:13:54] * tantek (n=tantek@38.114.143.193) Quit ()
- [20:28:35] * tantek (n=tantek@38.114.143.193) has joined #microformats
- [20:28:35] <jibot>
tantek is Tantek <http://tantek.com> and works on Technorati and develops microformats <http://microformats.org>
- [20:28:53] * ChanServ sets mode +o tantek
- [20:29:15] <gsnedders>
mmm… homework or microformats…
- [20:29:57] <ROBOd>
lol
- [20:30:19] <ROBOd>
which one do you pick, after all?
- [20:30:29] <gsnedders>
homework is kinda urgent…
- [20:30:36] <gsnedders>
so I guess I better pick it…
- [20:30:52] <ROBOd>
yeah, i always pick homework
- [20:32:09] * gsnedders (n=gsnedder@host81-156-237-58.range81-156.btcentralplus.com) Quit ()
- [20:46:23] * ROBOd (n=robod@86.34.246.154) Quit ("http://www.robodesign.ro")
- [20:49:13] * izo_ (n=izo_@boi59-1-82-66-128-84.fbx.proxad.net) has joined #microformats
- [20:53:25] * izo_ (n=izo_@boi59-1-82-66-128-84.fbx.proxad.net) Quit (Client Quit)
- [20:59:58] * tantek (n=tantek@38.114.143.193) Quit (Read error: 110 (Connection timed out))
- [21:09:01] * amette_ is now known as amette
- [21:36:05] * dc___ (n=dctanner@bb-87-81-165-34.ukonline.co.uk) Quit ()
- [22:04:34] * amette (n=amette@88.134.225.5) Quit (Read error: 110 (Connection timed out))
- [22:08:09] * amette (n=amette@88.134.225.5) has joined #microformats
- [22:21:10] * factoryjoe (n=cmessina@38.114.143.193) has joined #microformats
- [22:21:47] * Kura (n=Kura@host86-133-221-125.range86-133.btcentralplus.com) Quit ()
- [22:29:33] * Phae (n=phae@85-210-90-239.dsl.pipex.com) Quit ("Peace and Protection 4.22")
- [22:36:02] * bunny_RSI (n=bunny@adsl-89-217-44-106.adslplus.ch) Quit ()
- [22:52:12] * remi (n=remi@c207.134.19-156.clta.globetrotter.net) Quit ()
- [22:52:57] * dc__ (n=dctanner@bb-87-81-165-34.ukonline.co.uk) has joined #microformats
- [23:16:24] * factoryjoe (n=cmessina@38.114.143.193) Quit (Read error: 60 (Operation timed out))
- [23:47:31] * valmont (n=chrishol@dsl092-043-004.lax1.dsl.speakeasy.net) has joined #microformats
- [23:49:16] * tantek (n=tantek@38.114.143.193) has joined #microformats
- [23:49:17] <jibot>
tantek is Tantek <http://tantek.com> and works on Technorati and develops microformats <http://microformats.org>
- [23:49:35] * ChanServ sets mode +o tantek
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.