IRC Log for #microformats on 2007-04-08

Timestamps are in UTC.

  1. [00:04:15] * tobie (n=tobie@modemcable078.124-70-69.mc.videotron.ca) Quit ()
  2. [00:37:43] * csarven (n=nevrasc@dhcp-0-18-f8-35-d5-97.cpe.quickclic.net) Quit (Read error: 60 (Operation timed out))
  3. [01:01:13] <hax> bewest: you here?
  4. [01:03:25] <bewest> yes
  5. [01:03:48] <hax> bewest: you had a site of yours that did hcard->gmap right?
  6. [01:03:55] <bewest> kind of, yes
  7. [01:03:56] <hax> i'm looking for it, can't find it
  8. [01:04:05] * hax is going to try to code up a generic way to do that tonight
  9. [01:05:22] <bewest> it actually takes b64(gzip(hcard)) and puts that on a map
  10. [01:05:33] <bewest> it's http://nearwhere.com/
  11. [01:05:53] <bewest> hcard generation is done svn checkout http://boto.googlecode.com/svn/trunk/ boto
  12. [01:05:55] <bewest> erm
  13. [01:06:09] <bewest> http://nearwhere.com/guest/45.6605,-122.615,6/?t=Map
  14. [01:06:17] <hax> bewest: for that to work does the hcard contain the geo stuff?
  15. [01:08:01] * tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) has joined #microformats
  16. [01:08:01] * ChanServ sets mode +o tantek
  17. [01:08:01] <jibot> tantek is Tantek <http://tantek.com> and works on Technorati and develops microformats <http://microformats.org>
  18. [01:09:11] <bewest> um
  19. [01:09:15] <bewest> no
  20. [01:09:17] <bewest> the format is
  21. [01:10:11] <bewest> http://www.nearwhere.com/$category/$lat,$lon/base64(gzip($hcard) I think
  22. [01:10:26] <bewest> ?opts
  23. [01:11:03] <bewest> there is some major bit rot
  24. [01:11:04] <bewest> :-(
  25. [01:11:08] <bewest> dunno how that happens
  26. [01:11:35] <hax> interesting, i dont think i can really re-use that unfortunately though
  27. [01:12:05] <hax> i saw a while back someone else had a hcard->gmaps that one was just one small bit of javascript
  28. [01:12:10] * hax is digging to try and find that again
  29. [01:12:24] <bewest> probably brian suda or mkaply
  30. [01:12:32] <tantek> hax, check http://austin.adactio.com
  31. [01:12:44] <tantek> that has some hCard+geo -> gmaps
  32. [01:12:52] <tantek> in a small bit of javascript
  33. [01:13:00] <hax> that wasnt it, but that looks like it'll do it too
  34. [01:13:07] <bewest> man, my thing is totally broken :-(
  35. [01:13:25] <hax> :(
  36. [01:13:54] * AGraf`` (n=Ashe@213.47.199.86) Quit ("Quit")
  37. [01:14:18] <hax> do you think there'd be a better logical progression to go hcard -> js structure first?
  38. [01:14:21] <hax> like as a library?
  39. [01:14:27] <hax> to make it easier to write javascript apps with hcards
  40. [01:15:47] <hax> (just a thought)
  41. [01:15:57] <bewest> there has been some talk about that
  42. [01:16:06] <hax> got a link?
  43. [01:16:13] <hax> that might be something worth working on, it'd sure help me a lot
  44. [01:16:15] <bewest> hmmm
  45. [01:16:20] <bewest> mailing archives and irc logs
  46. [01:16:28] <bewest> I'd have to search to find them
  47. [01:16:31] <hax> ehh, it's okay then
  48. [01:16:41] <hax> if there's no existing project, it probably doesnt matter much anyway
  49. [01:16:48] <bewest> no existing project
  50. [01:16:54] <hax> bewest: just from your years of js though, what would you think the smartest approach would be?
  51. [01:16:58] <bewest> the use cases were actually for QA purposes
  52. [01:17:05] <hax> bewest: i think just having the thing in a big associative array would be very useful
  53. [01:17:22] <hax> bewest: i'm thinking more along the lines of a library that scans pages for vcard classes then maps out all the stuff inside of it
  54. [01:17:33] <bewest> I came up with http://dichotomize.com/czmap/hcard_structure.js about a year ago
  55. [01:17:34] <hax> in fact, i could probably steal some of the code from some of those greasemonkey scripts
  56. [01:17:40] <bewest> I throw it around every once in awhile
  57. [01:17:44] <bewest> no one has picked up on
  58. [01:17:50] <hax> well that's certainly helpful
  59. [01:17:50] <hax> lol
  60. [01:17:54] <bewest> however, mkaply has something a bit more complete
  61. [01:18:10] <bewest> although it mixes procedures in with a declaritive structure
  62. [01:18:25] <bewest> kingryan might have something as well
  63. [01:18:26] <bewest> dunno
  64. [01:18:35] <bewest> you should be talking to mkaply
  65. [01:18:37] <bewest> and possibly markp
  66. [01:18:44] <hax> neither one's here :/
  67. [01:19:05] * hax adds them to the todo list
  68. [01:19:07] <bewest> http://www.kaply.com/weblog/2007/01/03/operator-06-is-available/
  69. [01:19:41] <hax> neat
  70. [01:20:02] * hax installs
  71. [01:20:53] <hax> wow this thing is neat
  72. [01:21:46] <bewest> I know there is an svn repo somewhere at labs.mozilla.com
  73. [01:21:50] <bewest> he's linked to it before
  74. [01:21:54] <bewest> so I bet it's in the irc archive
  75. [01:23:01] <hax> hmm
  76. [01:26:45] <bewest> got it
  77. [01:26:56] <bewest> hax: http://svn.mozilla.org/labs/operator/chrome/operator/content/ufJS/microformats/hCard.js
  78. [01:28:54] <hax> thats cool
  79. [01:29:08] <hax> bewest: does he also have a bit that scans the page and populate an array of those things?
  80. [01:29:08] <bewest> he and I have been discussing if the function can be boiled down into a list of preferred xpaths
  81. [01:29:18] * hax looks up with ufGS is
  82. [01:29:28] <hax> bewest: can you query xpath on regular html?
  83. [01:30:10] <bewest> I think so http://svn.mozilla.org/labs/operator/chrome/operator/content/ufJS/ufJS.js
  84. [01:30:28] <bewest> it's implementation dependent
  85. [01:30:39] <hax> so this is for chrome only?
  86. [01:30:51] <hax> oh, this is actually part of his plugin
  87. [01:30:53] <bewest> ufJS.js is
  88. [01:30:54] <hax> i see now
  89. [01:31:49] <hax> i wonder if anyone has a generic way to take a vcard class and put it into this ufJSParser.microformats.hCard format
  90. [01:32:18] <bewest> however, I think all you need is http://dean.edwards.name/weblog/2006/03/faster/
  91. [01:32:41] <bewest> about 9 months ago I started doing less js and more python
  92. [01:32:51] <bewest> so I'm actually rusty now
  93. [01:32:59] <bewest> haven't accomplished too much in python
  94. [01:33:04] <bewest> maybe I should switch back
  95. [01:33:15] <bewest> although I haven't had my own hardware to release free software on since then either
  96. [01:33:19] <hax> interesting
  97. [01:33:33] <hax> bewest: python is neat btw
  98. [01:33:41] <hax> bewest: i just did a django install a few days ago, very impressive, very usable
  99. [01:33:49] <hax> i could get used to working with that
  100. [01:33:53] <bewest> still trying to piece together my dream publishing platform
  101. [01:34:07] <bewest> still lacking a decent host
  102. [01:34:10] <hax> i hear that
  103. [01:34:12] <hax> heh
  104. [01:34:24] <hax> bewest: i think i'm gonna hold out on this until i get a chance to talk with mkaply
  105. [01:34:26] <bewest> although kingryan has good things to say about serverbeach
  106. [01:34:30] <hax> i use them
  107. [01:34:32] <hax> they're okay
  108. [01:34:37] <bewest> my roommate has good things to say about linode
  109. [01:35:01] <bewest> and my father keeps promising hosts after his eternal migration
  110. [01:35:03] <bewest> so who knows
  111. [01:35:10] <hax> well, the only problem with serverbeach is they wont raid the cheap servers for you, even though it comes with 2 drives
  112. [01:35:19] <hax> so i have a drive sitting there that should be raided, but instead is doing nothing
  113. [01:35:36] <hax> and setting up software raid on a box you're not physically infront of is next to impossible
  114. [01:35:39] <bewest> I should be applying microformats philosophy, though by doing the 80/20 and simplest thing first though
  115. [01:35:52] <bewest> arguably fulfilled via my wordpress account
  116. [01:36:11] <hax> heh
  117. [01:37:02] <hax> bewest: i'm thinking about seriously starting to market myself, as i get closer to graduate
  118. [01:37:15] <hax> bewest: and maybe just having a local consulting firm as my fulltime job the year i graduate
  119. [01:37:23] <hax> i mean, why the hell not, i think i can do it
  120. [01:37:33] <bewest> depends what you want
  121. [01:37:47] <hax> yeah
  122. [01:37:58] * hax is getting back into web dev now as a result
  123. [01:38:27] <bewest> there seems to be plenty of webdev work
  124. [01:38:55] <hax> yeah, i think if i can fill the right niche for small businesses, i could build quite a business
  125. [01:39:07] <hax> bewest: seeing as we know who is currently doing that and making money, since we both worked for jackasses like that
  126. [01:39:12] <hax> i feel i could be competitive
  127. [01:39:57] <bewest> as far as I can tell there is plenty of room for competition throughout the entire industry, not just niche markets
  128. [01:41:19] <hax> you think?
  129. [01:41:28] <hax> maybe it's the right time to make a move then
  130. [01:42:49] <bewest> I think what I'm saying is you have plenty of time... there's no rush to make amove
  131. [01:42:53] <bewest> focus on school
  132. [01:42:54] <bewest> :-)
  133. [01:43:51] <hax> :P
  134. [01:43:59] <hax> yeah, one year to go though (hopefully)
  135. [01:44:09] <hax> the thing i don't like about school is that the money seems to be flowing in the wrong direction
  136. [01:44:12] <hax> heh
  137. [01:50:03] * ravenn (n=ravenn@203-206-240-219.dyn.iinet.net.au) has joined #microformats
  138. [01:50:28] * bewest considers taking the laptop over to the coffee shop for something to eat
  139. [01:51:40] <hax> sounds delicious
  140. [01:51:42] <hax> how's the coffee out there?
  141. [01:52:36] * cbarrett (n=cbarrett@user-64-9-232-252.googlewifi.com) has joined #microformats
  142. [01:56:34] <bewest> good
  143. [01:58:38] <hax> :)
  144. [02:19:27] * csarven (n=nevrasc@dhcp-0-18-f8-35-d5-97.cpe.quickclic.net) has joined #microformats
  145. [02:19:27] <jibot> csarven is Sarven Capadisli and can be found online at http://www.csarven.ca
  146. [02:40:54] * Linmic (i=Linmic@220-134-128-77.HINET-IP.hinet.net) Quit (Read error: 104 (Connection reset by peer))
  147. [02:49:52] * cbarrett_ (n=cbarrett@user-64-9-232-252.googlewifi.com) has joined #microformats
  148. [02:52:07] * tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) Quit ()
  149. [02:54:51] <mfbot> [[picoformats]] http://microformats.org/wiki?title=picoformats&diff=0&oldid=15263 * Chris Messina * (+72) added quickpack syntax
  150. [02:59:42] <mfbot> [[quickpack-syntax]] N http://microformats.org/wiki/quickpack-syntax * Chris Messina * (+1040)
  151. [03:00:18] <mfbot> [[quickpack-syntax]] M http://microformats.org/wiki?title=quickpack-syntax&diff=0&oldid=15264 * Chris Messina * (+40)
  152. [03:04:02] * cbarrett (n=cbarrett@user-64-9-232-252.googlewifi.com) Quit (Read error: 110 (Connection timed out))
  153. [03:10:02] * vbgunz (n=vbgunz@217-98.127-70.tampabay.res.rr.com) Quit ("Leaving.")
  154. [03:34:29] * miyagawa (n=miyagawa@monster.bulknews.net) Quit (Remote closed the connection)
  155. [03:36:19] * miyagawa (n=miyagawa@monster.bulknews.net) has joined #microformats
  156. [03:36:30] * DavidMead (n=DaveMead@cpe-76-189-108-141.neo.res.rr.com) has joined #microformats
  157. [03:53:05] * danja (n=danja@ip67-154-174-135.z174-154-67.customer.algx.net) has joined #microformats
  158. [03:53:05] <jibot> danja is Danny Ayers, http://dannyayers.com
  159. [04:32:42] * vbgunz (n=vbgunz@217-98.127-70.tampabay.res.rr.com) has joined #microformats
  160. [04:59:50] * bear__ (n=bear@pool-72-78-29-3.phlapa.east.verizon.net) has joined #microformats
  161. [05:13:13] * SunWuKung (n=SunWuKun@S0106000d93cb5211.vc.shawcable.net) has joined #microformats
  162. [05:14:41] * SunWuKung (n=SunWuKun@S0106000d93cb5211.vc.shawcable.net) Quit (Client Quit)
  163. [05:15:26] * bear42 (n=bear@pool-72-78-6-245.phlapa.east.verizon.net) Quit (Read error: 110 (Connection timed out))
  164. [05:15:33] * SunWuKung (n=SunWuKun@S0106000d93cb5211.vc.shawcable.net) has joined #microformats
  165. [05:22:13] * vbgunz (n=vbgunz@217-98.127-70.tampabay.res.rr.com) Quit ("Leaving.")
  166. [05:55:42] * SunWuKung (n=SunWuKun@S0106000d93cb5211.vc.shawcable.net) Quit ("--out")
  167. [05:56:34] * vbgunz (n=vbgunz@217-98.127-70.tampabay.res.rr.com) has joined #microformats
  168. [05:58:46] * SunWuKung (n=SunWuKun@S0106000d93cb5211.vc.shawcable.net) has joined #microformats
  169. [06:09:40] * csarven (n=nevrasc@dhcp-0-18-f8-35-d5-97.cpe.quickclic.net) Quit (Read error: 110 (Connection timed out))
  170. [06:09:48] * DavidMead (n=DaveMead@cpe-76-189-108-141.neo.res.rr.com) Quit (Read error: 110 (Connection timed out))
  171. [06:19:15] * ravenn (n=ravenn@203-206-240-219.dyn.iinet.net.au) has left #microformats
  172. [06:37:34] * tobie (n=tobie@modemcable078.124-70-69.mc.videotron.ca) has joined #microformats
  173. [06:43:11] * tobie (n=tobie@modemcable078.124-70-69.mc.videotron.ca) Quit ()
  174. [06:48:45] * tobie (n=tobie@modemcable078.124-70-69.mc.videotron.ca) has joined #microformats
  175. [06:53:43] * cbarrett (n=cbarrett@user-64-9-232-252.googlewifi.com) has joined #microformats
  176. [06:54:05] * cbarrett_ (n=cbarrett@user-64-9-232-252.googlewifi.com) Quit (Read error: 104 (Connection reset by peer))
  177. [07:02:20] * tobie (n=tobie@modemcable078.124-70-69.mc.videotron.ca) Quit ()
  178. [07:09:50] * bergie (n=bergie@cs181017015.pp.htv.fi) has joined #microformats
  179. [07:09:50] <jibot> bergie is lives in Finland and blogs at http://bergie.iki.fi/blog/ and Midgard CMS developer
  180. [07:48:57] * vant (n=vant@FLH1Aay032.isk.mesh.ad.jp) has joined #microformats
  181. [08:41:07] <mfbot> [[hcard-authoring-fr]] M http://microformats.org/wiki?title=hcard-authoring-fr&diff=0&oldid=15265 * ChristopheDucamp * (+0) typo
  182. [08:44:10] * SunWuKung (n=SunWuKun@S0106000d93cb5211.vc.shawcable.net) Quit ("--out")
  183. [08:54:33] <mfbot> [[hcard-examples-fr]] M http://microformats.org/wiki?title=hcard-examples-fr&diff=0&oldid=15266 * ChristopheDucamp * (-45) 3.2.1 Définition Type ADR - restored with an english example
  184. [08:56:54] <mfbot> [[hcard-faq-fr]] M http://microformats.org/wiki?title=hcard-faq-fr&diff=0&oldid=15267 * ChristopheDucamp * (+8) [fr: link to french section]
  185. [08:58:27] * Azath0th (n=beerf@h081217032068.dyn.cm.kabsi.at) has joined #microformats
  186. [09:00:50] <mfbot> [[hcard-examples-fr]] M http://microformats.org/wiki?title=hcard-examples-fr&diff=0&oldid=15268 * ChristopheDucamp * (-52) 3.2.2 Définition Type LABEL - restored with original example
  187. [09:01:41] <mfbot> [[hcard-examples-fr]] M http://microformats.org/wiki?title=hcard-examples-fr&diff=0&oldid=15269 * ChristopheDucamp * (+2) 3.3.3 Définition Type MAILER - typo
  188. [09:02:32] <mfbot> [[hcard-examples-fr]] M http://microformats.org/wiki?title=hcard-examples-fr&diff=0&oldid=15270 * ChristopheDucamp * (+0) Exemple 1 - typo
  189. [09:04:08] <mfbot> [[hcard-examples-fr]] M http://microformats.org/wiki?title=hcard-examples-fr&diff=0&oldid=15271 * ChristopheDucamp * (+12) Exemple 2 -
  190. [09:07:25] <mfbot> [[hcard-examples-fr]] M http://microformats.org/wiki?title=hcard-examples-fr&diff=0&oldid=15272 * ChristopheDucamp * (+7) Problème avec Information BDAY -
  191. [09:08:46] <mfbot> [[picoformats]] M http://microformats.org/wiki?title=picoformats&diff=0&oldid=15273 * AndyMabbett * (+0) Documented Syntaxes - sort
  192. [09:12:10] * pnhChris (n=cac6982@c-68-36-151-200.hsd1.nj.comcast.net) Quit ()
  193. [09:14:12] <mfbot> [[hcard-faq-fr]] M http://microformats.org/wiki?title=hcard-faq-fr&diff=0&oldid=15274 * ChristopheDucamp * (+244) Pourquoi le nom de classe racine est vcard - sync'd
  194. [09:25:38] <mfbot> [[hcard-faq-fr]] M http://microformats.org/wiki?title=hcard-faq-fr&diff=0&oldid=15275 * ChristopheDucamp * (+15) Big duplication to be cleaned
  195. [09:36:49] * JMulder (n=me@ip4da10ac9.direct-adsl.nl) has joined #microformats
  196. [09:37:03] * tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) has joined #microformats
  197. [09:37:03] * ChanServ sets mode +o tantek
  198. [09:37:03] <jibot> tantek is Tantek <http://tantek.com> and works on Technorati and develops microformats <http://microformats.org>
  199. [09:37:35] <mfbot> [[hcard-faq-fr]] M http://microformats.org/wiki?title=hcard-faq-fr&diff=0&oldid=15276 * ChristopheDucamp * (-13212) [fr:deduplicated - to be fact-checked with original copy]
  200. [09:51:17] * ravenn (n=ravenn@203-206-240-219.dyn.iinet.net.au) has joined #microformats
  201. [10:09:22] * cbarrett_ (n=cbarrett@user-64-9-233-198.googlewifi.com) has joined #microformats
  202. [10:27:38] * cbarrett (n=cbarrett@adium/cbarrett) Quit (Read error: 110 (Connection timed out))
  203. [10:30:27] * AGraf`` (n=Ashe@213.47.199.86) has joined #microformats
  204. [10:38:18] <mfbot> [[hcard-faq-fr]] http://microformats.org/wiki?title=hcard-faq-fr&diff=0&oldid=15277 * ChristopheDucamp * (+997) add french example with several addresses in hCard - to be reviewed
  205. [10:43:04] * mattis1 (n=mattis^@p54bd64fa.dip.t-dialin.net) has joined #microformats
  206. [10:43:13] * w[brb] (n=wtf@80-41-43-223.dynamic.dsl.as9105.com) has joined #microformats
  207. [10:49:25] * mattis2 (n=mattis^@p54BD6A54.dip.t-dialin.net) has joined #microformats
  208. [10:57:12] * mattis1 (n=mattis^@p54bd64fa.dip.t-dialin.net) Quit (Read error: 60 (Operation timed out))
  209. [10:58:20] * mattis^ (n=mattis^@p54BD5CB5.dip.t-dialin.net) Quit (Connection timed out)
  210. [11:23:53] * xtof (n=christop@ATuileries-152-1-16-233.w82-123.abo.wanadoo.fr) has joined #microformats
  211. [11:23:53] <jibot> xtof is Christophe Ducamp you could find me on http://www.communitywiki.org/odd/Xtof/HomePage
  212. [11:34:56] * bergie (n=bergie@cs181017015.pp.htv.fi) Quit ()
  213. [11:41:55] * w[brb] (n=wtf@80-41-43-223.dynamic.dsl.as9105.com) Quit (Read error: 110 (Connection timed out))
  214. [11:49:12] <mfbot> [[hcard-examples-in-wild]] http://microformats.org/wiki?title=hcard-examples-in-wild&diff=0&oldid=15278 * ArticleSeven * (+136) New Examples -
  215. [11:54:27] * bewest (n=bewest@c-67-164-56-2.hsd1.ca.comcast.net) Quit ("Leaving.")
  216. [11:59:54] * mattis2 (n=mattis^@p54BD6A54.dip.t-dialin.net) Quit (Connection timed out)
  217. [12:00:15] * mattis^ (n=mattis^@p54bd61c8.dip.t-dialin.net) has joined #microformats
  218. [12:09:34] <xtof> nickserv
  219. [12:11:24] <xtof> hi all, I just posted a french example here http://microformats.org/wiki/hcard-faq-fr#Comment_baliser_plusieurs_adresses
  220. [12:12:20] <xtof> interested to have some peer-revision with several addresses in a hcard with localization of title attributes ?
  221. [12:12:24] <xtof> thanks in advance
  222. [12:17:15] * xtof (n=christop@ATuileries-152-1-16-233.w82-123.abo.wanadoo.fr) has left #microformats
  223. [12:20:38] * gsnedders (n=gsnedder@host86-139-123-225.range86-139.btcentralplus.com) Quit ()
  224. [12:33:56] * gsnedders (n=gsnedder@host86-139-123-225.range86-139.btcentralplus.com) has joined #microformats
  225. [12:33:56] <jibot> gsnedders is a 14 year old idiot from Scotland and pretends to have a website at http://geoffers.uni.cc/
  226. [12:45:15] * Azath0th (n=beerf@h081217032068.dyn.cm.kabsi.at) Quit ()
  227. [12:58:55] * digitalspaghetti (n=digitals@host81-158-183-23.range81-158.btcentralplus.com) has joined #microformats
  228. [13:15:36] * vant (n=vant@FLH1Aay032.isk.mesh.ad.jp) Quit ("Leaving...")
  229. [13:22:14] * Mr_Elusive (n=Mr_Elusi@S0106000f66365909.wp.shawcable.net) has joined #microformats
  230. [13:22:14] <jibot> Mr_Elusive is not a programmer from id but makes his home at http://eswat.ca
  231. [13:39:24] * miyagawa (n=miyagawa@monster.bulknews.net) Quit (Remote closed the connection)
  232. [13:42:20] * miyagawa (n=miyagawa@monster.bulknews.net) has joined #microformats
  233. [14:08:00] * SamRose (n=chatzill@brick.voyager.net) has joined #microformats
  234. [14:08:00] <jibot> SamRose is found at http://smartmobs.com, http://communitywiki.org, http://blog.p2pfoundation.com, http://barcampbank.com, and http://cooperationcommons.com
  235. [14:10:48] * Azath0th (n=beerf@h081217032068.dyn.cm.kabsi.at) has joined #microformats
  236. [14:51:13] * danja (n=danja@ip67-154-174-135.z174-154-67.customer.algx.net) Quit ()
  237. [15:17:37] * Mr_Elusive (n=Mr_Elusi@S0106000f66365909.wp.shawcable.net) Quit ("http://gmachina.com - gaming feeds in bulk")
  238. [15:33:10] * davecardwell (n=davecard@cpc2-grim9-0-0-cust125.nott.cable.ntl.com) has joined #microformats
  239. [15:33:10] <jibot> davecardwell is Dave Cardwell of http://davecardwell.co.uk/. He designs webs and generally geeks about in York, England.
  240. [15:49:27] * xtof (n=christop@ATuileries-152-1-8-110.w82-123.abo.wanadoo.fr) has joined #microformats
  241. [15:49:27] <jibot> xtof is Christophe Ducamp you could find me on http://www.communitywiki.org/odd/Xtof/HomePage
  242. [15:51:37] * xtof is now known as Xtof
  243. [15:59:49] <mfbot> [[hcard-examples-in-wild-fr]] M http://microformats.org/wiki?title=hcard-examples-in-wild-fr&diff=0&oldid=15279 * ChristopheDucamp * (+137) Exemples pour se conformer -
  244. [16:08:10] <mfbot> [[hcard-examples-in-wild]] M http://microformats.org/wiki?title=hcard-examples-in-wild&diff=0&oldid=15280 * ArticleSeven * (+30) Minor edit to Buy Our Honeymoon entry
  245. [16:24:08] <KevinMarks> wow, 4 days, 7 parallel tracks and no mention of microformats: http://www.semantic-conference.com/2007/conferenceglance.html
  246. [16:25:03] <KevinMarks> oh, hang on
  247. [16:25:27] <KevinMarks> 'http://www.semantic-conference.com/2007/sessions/g5.html one
  248. [16:28:37] * cbarrett_ (n=cbarrett@user-64-9-233-198.googlewifi.com) Quit (Read error: 110 (Connection timed out))
  249. [16:30:57] * danja (n=danja@ip67-154-169-178.z169-154-67.customer.algx.net) has joined #microformats
  250. [16:30:57] <jibot> danja is Danny Ayers, http://dannyayers.com
  251. [16:31:39] * danja_ (n=danja@ip67-154-174-138.z174-154-67.customer.algx.net) has joined #microformats
  252. [16:48:14] * danja (n=danja@ip67-154-169-178.z169-154-67.customer.algx.net) Quit (Connection timed out)
  253. [16:50:09] <tantek> KevinMarks, add it to http://microformats.org/wiki/events !
  254. [16:51:24] * tobie (n=tobie@modemcable078.124-70-69.mc.videotron.ca) has joined #microformats
  255. [16:59:37] * tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) Quit ()
  256. [17:00:06] * SunWuKung (n=SunWuKun@S0106000d93cb5211.vc.shawcable.net) has joined #microformats
  257. [17:06:45] * mattis1 (n=mattis^@p54bd7a10.dip.t-dialin.net) has joined #microformats
  258. [17:07:48] * dbaron (n=dbaron@c-71-198-189-81.hsd1.ca.comcast.net) has joined #microformats
  259. [17:12:17] * mattis2 (n=mattis^@p54BD73C9.dip.t-dialin.net) has joined #microformats
  260. [17:14:14] * mattis^ (n=mattis^@p54bd61c8.dip.t-dialin.net) Quit (Read error: 60 (Operation timed out))
  261. [17:19:46] * mattis1 (n=mattis^@p54bd7a10.dip.t-dialin.net) Quit (Read error: 60 (Operation timed out))
  262. [17:23:35] * mattis^ (n=mattis^@p54BD7A4F.dip.t-dialin.net) has joined #microformats
  263. [17:30:04] <mfbot> [[hcard-examples-in-wild-fr]] M http://microformats.org/wiki?title=hcard-examples-in-wild-fr&diff=0&oldid=15281 * ChristopheDucamp * (+34) Exemples pour se conformer - sync'd
  264. [17:38:23] * mattis2 (n=mattis^@p54BD73C9.dip.t-dialin.net) Quit (Connection timed out)
  265. [17:48:25] * Kilianvalkhof (n=Kay@a80-100-213-232.adsl.xs4all.nl) has joined #microformats
  266. [17:48:25] <jibot> Kilianvalkhof is Kilian Valkhof, he makes websites and blogs at http://kilianvalkhof.com
  267. [17:59:40] * ravenn (n=ravenn@203-206-240-219.dyn.iinet.net.au) has left #microformats
  268. [18:03:13] * ajturner (n=ajturner@c-68-42-68-205.hsd1.mi.comcast.net) has joined #microformats
  269. [18:06:32] <mfbot> [[Talk:hReview-feedback]] N http://microformats.org/wiki/Talk:hReview-feedback * 1176054663 * (+4799)
  270. [18:06:33] <mfbot> [[Talk:firefox-extensions-fr]] N http://microformats.org/wiki/Talk:firefox-extensions-fr * 1176054663 * (+4799)
  271. [18:06:39] <mfbot> [[User:Mike]] N http://microformats.org/wiki/User:Mike * 1176054663 * (+4799)
  272. [18:08:05] <mfbot> [[hatom]] M http://microformats.org/wiki?title=hatom&diff=0&oldid=15282 * ZenekSertes * (+44) Feed -
  273. [18:08:29] * SamRose (n=chatzill@brick.voyager.net) Quit ("ChatZilla 0.9.78 [Firefox 1.5.0.10/0000000000]")
  274. [18:20:25] * digitalspaghetti (n=digitals@host81-158-183-23.range81-158.btcentralplus.com) has left #microformats
  275. [18:20:59] * jalabe (n=gery@203.130.21.86) has joined #microformats
  276. [18:27:12] <mfbot> [[hresume-examples-in-wild]] M http://microformats.org/wiki?title=hresume-examples-in-wild&diff=0&oldid=15283 * Gazza * (+77) New Examples - New example
  277. [18:28:55] * danja_ (n=danja@ip67-154-174-138.z174-154-67.customer.algx.net) Quit (Read error: 60 (Operation timed out))
  278. [18:29:28] <mfbot> [[hatom]] M http://microformats.org/wiki?title=hatom&diff=0&oldid=15284 * Gazza * (-44) Field and Element Details - Delete spam entry
  279. [18:31:39] <mfbot> [[Special:Log/block]] http://microformats.org/wiki?title=Special:Log/block&diff=0&oldid=0 * RyanKing * (+0) blocked "User:ZenekSertes" with an expiry time of indefinite: spam
  280. [18:38:46] * tantek (n=tantek@dsl001-150-252.sfo1.dsl.speakeasy.net) has joined #microformats
  281. [18:38:46] * ChanServ sets mode +o tantek
  282. [18:38:46] <jibot> tantek is Tantek <http://tantek.com> and works on Technorati and develops microformats <http://microformats.org>
  283. [18:48:40] * SunWuKung (n=SunWuKun@S0106000d93cb5211.vc.shawcable.net) Quit ("--out")
  284. [19:01:44] * tantek (n=tantek@dsl001-150-252.sfo1.dsl.speakeasy.net) Quit ()
  285. [19:02:42] * tantek (n=tantek@dsl001-150-252.sfo1.dsl.speakeasy.net) has joined #microformats
  286. [19:02:42] * ChanServ sets mode +o tantek
  287. [19:07:56] * bergie (n=bergie@cs181017015.pp.htv.fi) has joined #microformats
  288. [19:07:56] <jibot> bergie is lives in Finland and blogs at http://bergie.iki.fi/blog/ and Midgard CMS developer
  289. [19:10:16] <mfbot> [[hcard-implementations]] http://microformats.org/wiki?title=hcard-implementations&diff=0&oldid=15285 * Seifip * (-291) New Implementations -
  290. [19:12:37] * Mr_Elusive (n=Mr_Elusi@S0106000f66365909.wp.shawcable.net) has joined #microformats
  291. [19:12:37] <jibot> Mr_Elusive is not a programmer from id but makes his home at http://eswat.ca
  292. [19:17:27] * bewest (n=bewest@httpcraft/bewest) has joined #microformats
  293. [19:17:27] * ChanServ sets mode +o bewest
  294. [19:17:28] <jibot> bewest is Ben West and lives in San Francisco, CA. He daydreams about web style software, works at Alexa.com and blogs at http://bewest.wordpress.com/
  295. [19:26:58] * Prometheus^ (n=Promethe@cs181170022.pp.htv.fi) has joined #microformats
  296. [19:30:23] * tommorris (n=tommorri@i-83-67-98-32.freedom2surf.net) has joined #microformats
  297. [19:39:38] * tantek (n=tantek@dsl001-150-252.sfo1.dsl.speakeasy.net) Quit ()
  298. [19:40:00] * tantek (n=tantek@dsl001-150-252.sfo1.dsl.speakeasy.net) has joined #microformats
  299. [19:40:08] * ChanServ sets mode +o tantek
  300. [19:50:10] * jalabe (n=gery@203.130.21.86) Quit (Read error: 104 (Connection reset by peer))
  301. [20:10:16] * tantek (n=tantek@dsl001-150-252.sfo1.dsl.speakeasy.net) Quit ()
  302. [20:28:25] <mfbot> [[citation-brainstorming]] http://microformats.org/wiki?title=citation-brainstorming&diff=0&oldid=15286 * ThomasBreuel * (+18) Give citation data for the page being visited -
  303. [20:29:06] <mfbot> [[citation-brainstorming]] http://microformats.org/wiki?title=citation-brainstorming&diff=0&oldid=15287 * ThomasBreuel * (+0) Requirements -
  304. [20:32:23] <mfbot> [[citation-brainstorming]] http://microformats.org/wiki?title=citation-brainstorming&diff=0&oldid=15288 * ThomasBreuel * (+295) Requirements -
  305. [20:32:30] * danja (n=danja@ip67-154-174-138.z174-154-67.customer.algx.net) has joined #microformats
  306. [20:32:30] <jibot> danja is Danny Ayers, http://dannyayers.com
  307. [20:35:19] <mfbot> [[luna-examples]] http://microformats.org/wiki?title=luna-examples&diff=0&oldid=15289 * AndyMabbett * (+110) Wikipedia list of objects
  308. [20:36:46] * cbarrett (n=cbarrett@user-64-9-235-243.googlewifi.com) has joined #microformats
  309. [20:38:20] <mfbot> [[mars-examples]] http://microformats.org/wiki?title=mars-examples&diff=0&oldid=15290 * AndyMabbett * (+324) Wikipedia objects on Mars; Venus
  310. [20:40:06] <mfbot> [[citation-brainstorming]] http://microformats.org/wiki?title=citation-brainstorming&diff=0&oldid=15291 * ThomasBreuel * (+985) Requirements -
  311. [20:45:27] <mfbot> [[citation-brainstorming]] http://microformats.org/wiki?title=citation-brainstorming&diff=0&oldid=15292 * ThomasBreuel * (+331) Possible Requirement: Rendering of Non-Textual Content -
  312. [20:45:58] <mfbot> [[citation-brainstorming]] http://microformats.org/wiki?title=citation-brainstorming&diff=0&oldid=15293 * ThomasBreuel * (-10) Possible Requirement: Rendering of Non-Textual Content -
  313. [20:48:44] <mfbot> [[citation-brainstorming]] http://microformats.org/wiki?title=citation-brainstorming&diff=0&oldid=15294 * ThomasBreuel * (+402) Possible Requirement: Encapsulation of Non-Semantic Content -
  314. [20:50:25] <mfbot> [[citation-brainstorming]] http://microformats.org/wiki?title=citation-brainstorming&diff=0&oldid=15295 * ThomasBreuel * (-8) Possible Requirement: No Additional Converters -
  315. [20:59:43] * bergie (n=bergie@cs181017015.pp.htv.fi) Quit ()
  316. [21:28:20] * Kilianvalkhof (n=Kay@a80-100-213-232.adsl.xs4all.nl) Quit ("Leaving")
  317. [21:35:14] * tommorris (n=tommorri@i-83-67-98-32.freedom2surf.net) Quit ()
  318. [21:59:52] * JMulder (n=me@ip4da10ac9.direct-adsl.nl) Quit ()
  319. [22:04:13] * _fil_ (n=fil@www.rezo.net) Quit (Read error: 104 (Connection reset by peer))
  320. [22:18:16] * SunWuKung (n=SunWuKun@S0106000d93cb5211.vc.shawcable.net) has joined #microformats
  321. [22:22:21] * Azath0th (n=beerf@h081217032068.dyn.cm.kabsi.at) Quit ("...drowning")
  322. [22:29:51] * vant (n=vant@FLH1Aay032.isk.mesh.ad.jp) has joined #microformats
  323. [22:31:51] <mfbot> [[citation-brainstorming]] http://microformats.org/wiki?title=citation-brainstorming&diff=0&oldid=15296 * ThomasBreuel * (+958) Possible Requirement: No New Semantics -
  324. [22:40:19] * cbarrett (n=cbarrett@user-64-9-235-243.googlewifi.com) Quit (Connection timed out)
  325. [22:44:09] * cbarrett (n=cbarrett@user-64-9-239-152.googlewifi.com) has joined #microformats
  326. [22:47:19] * tobie (n=tobie@modemcable078.124-70-69.mc.videotron.ca) Quit ()
  327. [22:54:53] <mfbot> [[citation-brainstorming]] http://microformats.org/wiki?title=citation-brainstorming&diff=0&oldid=15297 * AndyMabbett * (+74) Requirements - Preceding section is titled "use cases"!
  328. [22:55:15] * SunWuKung (n=SunWuKun@S0106000d93cb5211.vc.shawcable.net) Quit ("--out")
  329. [22:58:10] * Prometheus^ (n=Promethe@cs181170022.pp.htv.fi) Quit ()
  330. [23:02:47] * dbaron (n=dbaron@c-71-198-189-81.hsd1.ca.comcast.net) Quit ("8403864 bytes have been tenured, next gc will be global.")
  331. [23:17:46] <bewest> anyone around that is familiar with the citation stuff?
  332. [23:20:53] * BobJonkman (n=John@206-248-137-186.dsl.teksavvy.com) has joined #microformats
  333. [23:39:26] <mfbot> [[citation]] http://microformats.org/wiki?title=citation&diff=0&oldid=15298 * BenWest * (+82) Create link to citation-issues
  334. [23:48:28] * lisppaste4 (n=lisppast@common-lisp.net) Quit (Remote closed the connection)
  335. [23:53:29] * AGraf`` (n=Ashe@213.47.199.86) Quit ("Quit")
  336. [23:55:02] * dydimustk (n=tk@c-66-41-249-143.hsd1.mn.comcast.net) has joined #microformats
  337. [23:55:24] * lisppaste4 (n=lisppast@common-lisp.net) has joined #microformats
  338. [23:57:02] <mfbot> [[citation-issues]] N http://microformats.org/wiki/citation-issues * BenWest * (+3412) moving "requirements" from brainstorming to issues.
  339. [23:58:13] <mfbot> [[citation-brainstorming]] http://microformats.org/wiki?title=citation-brainstorming&diff=0&oldid=15299 * BenWest * (-3045) moved ThomasBreuel's requirements into an issue page... about to move more issues there as well.

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.