IRC Log for #microformats on 2006-01-06
Timestamps are in UTC.
- [00:00:55] <_fil_>
would you recommend 'hreflang="en"' in the 'a' part of the link, or 'lang="en"' in the <span> part
- [00:01:06] * bkdelong (n=bkdelong@h-67-102-164-116.cmbrmaor.covad.net) has joined #microformats
- [00:01:06] <jibot>
bkdelong is B.K. DeLong, Head Research Analyst for HALO Worldwide - http://www.haloworldwide.com. Web: http://www.brain-stream.com. Email: bkdelong@pobox.com - Is At ApacheCon
- [00:01:10] <_fil_>
don't say "both", it'll be too verbose
- [00:01:41] <mfbot>
[[irc]] M http://microformats.org/wiki?title=irc&diff=0&oldid=3938 * Fil * (+27) add Fil
- [00:02:16] <BenjaminCarlyle>
_fil_: hreflang indicates the lang of the link target. lang would indicate <a lang="fr" href="...">this text</a>
- [00:03:34] <BenjaminCarlyle>
hreflang is theoretically redundant, as the client will presumably get lang information when it derferences the url. It exists primarily when multiple links exist for the same content, and a browser wants to choose the most appropriate before looking anything up.
- [00:03:37] <mfbot>
[[User:Fil]] MN http://microformats.org/wiki/User:Fil * Fil * (+155) who's I
- [00:04:47] <_fil_>
I would think the opposite
- [00:05:27] <BenjaminCarlyle>
Also, xml:lang applies recursively. You only have to make up the document as a whole, then new contexts that change language. For example, you might mark up the ?lang=en variant with xml:lang="en" at the top level, then augment a french entry with xml:lang="fr".
- [00:05:41] <_fil_>
suppose I write <a href="www.teve.es">Spanish television</a>
- [00:05:42] <BenjaminCarlyle>
s/make/mark/
- [00:05:57] <_fil_>
it should be hreflang='es'
- [00:05:59] <_fil_>
and lang="en"
- [00:06:03] <_fil_>
no?
- [00:06:07] * BenjaminCarlyle nods
- [00:06:25] <BenjaminCarlyle>
Although the hreflang is unlikely to be used by anything.
- [00:06:37] <_fil_>
so what's interesting to give in the hAtom feed is the language of the link, not of its description
- [00:07:03] <BenjaminCarlyle>
Well, the description's lang should be inherited from the entry lang usually.
- [00:07:14] <BenjaminCarlyle>
You shouldn't have to specify it individually.
- [00:07:48] <BenjaminCarlyle>
The language of the link is usually irrelevant until someone clicks on it, so the answer to your question is probably not "both" but "neither".
- [00:08:05] <_fil_>
I don't follow you
- [00:08:18] <_fil_>
If I syndicate my multilingual site
- [00:08:43] <_fil_>
I want some aggregator to be able to filter the links by language if it needs
- [00:09:24] <BenjaminCarlyle>
The document will likely look like this for the french variant: <body xml:lang="fr">...<div class="entry" xml:lang="en">Follow this link to <a href="...">spanish television</a>...</div>...</body>
- [00:09:44] <_fil_>
yes
- [00:09:47] <BenjaminCarlyle>
Well, if you are filtering links then you need the hreflang.
- [00:10:21] <_fil_>
that's what I think; in fact I'm not really doing anything with all this, it's more play than work :)
- [00:10:28] <BenjaminCarlyle>
If someone is reading a blog entry with links in it, they'll decide what to click on themselves. The browser will never use the hreflang value, instead preferring to interpret what it gets back when you click :)
- [00:10:38] * trovster (n=tr-vs73r@blakesheen.demon.co.uk) Quit ()
- [00:10:48] <_fil_>
yes, but not all is blog
- [00:11:02] <_fil_>
spip.net is documentation, and multilingual
- [00:11:02] <BenjaminCarlyle>
True.
- [00:19:53] <mfbot>
[[User:Fil]] M http://microformats.org/wiki?title=User:Fil&diff=0&oldid=3939 * Fil * (+77) add troll
- [00:20:24] <mfbot>
[[User:Fil]] M http://microformats.org/wiki?title=User:Fil&diff=0&oldid=3940 * Fil * (+3) correction in link
- [00:27:24] <_fil_>
ok now we have hreflang
- [00:27:28] * tantek (n=tantek@dsl092-187-246.sfo1.dsl.speakeasy.net) has joined #microformats
- [00:27:29] <jibot>
tantek is Tantek Çelik and works on Technorati and develops microformats <http://microformats.org>
- [00:27:31] * ChanServ sets mode +o tantek
- [00:27:38] <_fil_>
only when the language is informed, of course
- [00:28:08] <_fil_>
tantek: we're discussing "lang" in hAtom
- [00:28:29] * bkdelong (n=bkdelong@h-67-102-164-116.cmbrmaor.covad.net) Quit (Read error: 110 (Connection timed out))
- [00:28:31] <tantek>
as opposed to xml:lang?
- [00:28:37] <_fil_>
when the feed is a collection of links not of data
- [00:28:40] * TantekC (n=Tantek@dsl092-187-246.sfo1.dsl.speakeasy.net) has joined #microformats
- [00:28:48] * tantek sets mode +o TantekC
- [00:29:03] <_fil_>
in that case it should be hreflang, in theory
- [00:29:10] <tantek>
correct
- [00:29:11] <_fil_>
but is it going to be implemented ?
- [00:29:17] <_fil_>
in parsers?
- [00:29:29] <kingryan>
ask parser implementers :D
- [00:29:32] <_fil_>
I've added it to sedna, just in case
- [00:29:38] <_fil_>
http://sedna.spip.org/sedna/
- [00:29:54] <_fil_>
(only when the data is available)
- [00:30:44] <_fil_>
you can see it better here: http://sedna.spip.org/sedna/?id_syndic=31&lang=en&age=365
- [00:30:53] <_fil_>
there's some italian
- [00:31:20] <_fil_>
even some chinese
- [00:31:33] <kingryan>
cool
- [00:32:06] <_fil_>
arabic too, though I left out the RTL thing
- [00:33:33] <_fil_>
but hreflang, lang and xml:lang are not suitable for mf, because they're not visible
- [00:35:33] <_fil_>
and, do you have an idea why my abbr title is not popping up when I hover them ? (in safari, at least)?
- [00:35:45] <_fil_>
this is weird
- [00:38:32] <kingryan>
yeah, that's weird
- [00:42:01] <_fil_>
maybe it's in a lower layer
- [00:42:07] <_fil_>
weird css
- [00:43:29] <kingryan>
can you suppress that w/ css?
- [00:44:10] * factoryjoe (n=cmessina@c-69-181-81-22.hsd1.ca.comcast.net) Quit ()
- [00:46:12] <_fil_>
yes
- [00:59:17] <_fil_>
is there a way to specify that your page has mf in it?
- [00:59:29] <_fil_>
and a link to some official page?
- [00:59:31] <kingryan>
in theory, yes
- [00:59:47] <kingryan>
<head profile="<profile uri for mf>">
- [00:59:55] <kingryan>
but we don't have profile uri for most formats yet
- [01:00:09] <_fil_>
ok; but I meant, visibly to the user
- [01:00:19] <kingryan>
no
- [01:00:29] <kingryan>
we need to develop some badgets and such
- [01:00:30] <_fil_>
and what would it be, for hatom? (the profile)
- [01:00:37] <kingryan>
don't know
- [01:00:55] <_fil_>
I kind of like the favicon
- [01:03:49] * hober (n=ted@unaffiliated/hober) Quit ("nil")
- [01:04:31] <kingryan>
we have some buttons here: http://microformats.org/wiki/buttons
- [01:05:42] * rtomayko (n=rtomayko@cpe-24-166-51-26.neo.res.rr.com) Quit (Read error: 110 (Connection timed out))
- [01:08:42] <mfbot>
[[hatom]] http://microformats.org/wiki?title=hatom&diff=0&oldid=3941 * Fil * (+97) add Sedna RSS to the "Examples in the wild" section
- [01:11:03] <mfbot>
[[hatom]] M http://microformats.org/wiki?title=hatom&diff=0&oldid=3942 * Fil * (+110) add sources link to sedna
- [01:11:13] <_fil_>
hope this is not too much?
- [01:19:34] <mfbot>
[[hcard]] http://microformats.org/wiki?title=hcard&diff=0&oldid=3943 * RyanKing * (+257) Examples in the wild -
- [01:21:51] <kingryan>
_fil_, just be prepared to change it if the format changes :D
- [01:23:12] <_fil_>
but, of course!
- [01:23:22] <kingryan>
good
- [01:24:31] <_fil_>
I wish to include also the client-side (parser); the php+xsl code works but I'm not sure how to auto-detect the format
- [01:25:18] <_fil_>
php+xsl code is at http://zone.spip.org/trac/spip-zone/browser/_squelettes_/hBones/hatom.php
- [01:35:15] * Atamido (n=atamido@user-0ccsqt9.cable.mindspring.com) Quit ("Chatzilla 0.9.69.1 [Firefox 1.5/2005111116]")
- [01:44:49] * bkdelong (n=bkdelong@h-67-102-164-116.cmbrmaor.covad.net) has joined #microformats
- [01:44:49] <jibot>
bkdelong is B.K. DeLong, Head Research Analyst for HALO Worldwide - http://www.haloworldwide.com. Web: http://www.brain-stream.com. Email: bkdelong@pobox.com - Is At ApacheCon
- [02:00:01] * TantekC (n=Tantek@dsl092-187-246.sfo1.dsl.speakeasy.net) Quit ("via the nearest exit")
- [02:02:05] * tantek (n=tantek@dsl092-187-246.sfo1.dsl.speakeasy.net) Quit ()
- [02:02:05] * Tantek (n=Tantek@dsl092-187-246.sfo1.dsl.speakeasy.net) has joined #microformats
- [02:02:05] <Tantek>
apparently
- [02:05:21] * _fil_ (n=fil@www.rezo.net) Quit (Remote closed the connection)
- [02:05:26] * _fil_ (n=fil@www.rezo.net) has joined #microformats
- [02:14:38] * Tantek (n=Tantek@dsl092-187-246.sfo1.dsl.speakeasy.net) Quit ("via the nearest exit")
- [02:16:58] * KevinMarks (n=Snak@pdpc/supporter/active/kevinmarks) Quit ("The computer fell asleep")
- [02:30:21] * kingryan (n=kingryan@dsl092-187-246.sfo1.dsl.speakeasy.net) Quit ()
- [03:21:58] * Tantek (n=Tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) has joined #microformats
- [03:22:54] * bergie (n=bergie@cs78242134.pp.htv.fi) has joined #microformats
- [03:22:55] <jibot>
bergie is lives in Finland and blogs at http://bergie.iki.fi/blog/ and Midgard CMS developer
- [03:43:35] * bergie (n=bergie@cs78242134.pp.htv.fi) Quit ()
- [03:58:38] <BenjaminCarlyle>
_fil_: The question isn't whether hreflang will be parsed, but whether it'll be used for anything :)
- [04:00:04] <BenjaminCarlyle>
As I said before, it is primarly meant for <link> rather than <a> elements... things that are being processed by a machine anyway. It allows a publisher to provide (for example) alternate version of a page in different languages and at different urls, and have the browser understand the relationship between those versions.
- [04:00:49] <mfbot>
[[hatom-issues]] http://microformats.org/wiki?title=hatom-issues&diff=0&oldid=3944 * MarkRickerby * (+18) Feed (atom:feed) -
- [04:01:02] <BenjaminCarlyle>
You brought up the filtering by language case, which could be interesting if it were a common use case. Much past that I don't see being implemented, and even language filtering sounds to me like an edge case for most readers.
- [04:04:22] * KevinMarks (n=Snak@h-68-164-81-209.snvacaid.dynamic.covad.net) has joined #microformats
- [04:30:36] * Tantek (n=Tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) Quit (Remote closed the connection)
- [04:33:28] <_fil_>
language information is absolutely necessary for automatic speech
- [04:33:40] <_fil_>
but that may be xml:lang, not hreflang
- [06:01:25] * Atamido (n=atamido@user-0ccsqt9.cable.mindspring.com) has joined #microformats
- [06:01:25] <jibot>
Atamido is Paul Bryson, http://orangeman.commo.de/
- [06:09:02] * kingryan (n=kingryan@dsl081-240-149.sfo1.dsl.speakeasy.net) has joined #microformats
- [06:09:17] * ChanServ sets mode +o kingryan
- [06:59:05] * bkdelong (n=bkdelong@h-67-102-164-116.cmbrmaor.covad.net) Quit (Read error: 110 (Connection timed out))
- [07:13:21] * Tantek (n=Tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) has joined #microformats
- [07:16:40] * cgriego (n=cgriego@c-67-166-246-170.hsd1.tx.comcast.net) Quit (Read error: 110 (Connection timed out))
- [07:41:54] * kingryan (n=kingryan@dsl081-240-149.sfo1.dsl.speakeasy.net) Quit ()
- [07:53:02] <mfbot>
[[vote-links]] http://microformats.org/wiki?title=vote-links&diff=0&oldid=3945 * Serginandr * (+60)
- [07:53:08] <mfbot>
[[rel-license]] http://microformats.org/wiki?title=rel-license&diff=0&oldid=3946 * Serginandr * (+220)
- [07:53:09] <mfbot>
[[Talk:xfn-implementations]] N http://microformats.org/wiki/Talk:xfn-implementations * Serginandr * (+60)
- [07:53:15] <mfbot>
[[Talk:geo]] N http://microformats.org/wiki/Talk:geo * Serginandr * (+60)
- [07:53:16] <mfbot>
[[Talk:xoxo]] N http://microformats.org/wiki/Talk:xoxo * Serginandr * (+60)
- [07:53:22] <mfbot>
[[hcalendar]] http://microformats.org/wiki?title=hcalendar&diff=0&oldid=3947 * Serginandr * (+260)
- [07:53:22] <mfbot>
[[process]] http://microformats.org/wiki?title=process&diff=0&oldid=3948 * Serginandr * (+110)
- [07:53:24] <mfbot>
[[hreview-issues]] http://microformats.org/wiki?title=hreview-issues&diff=0&oldid=3949 * Serginandr * (+120)
- [07:53:30] <mfbot>
[[hbib]] N http://microformats.org/wiki/hbib * Serginandr * (+60)
- [07:53:30] <mfbot>
[[Talk:rel-directory]] N http://microformats.org/wiki/Talk:rel-directory * Serginandr * (+60)
- [07:53:36] <mfbot>
[[Talk:relpayment-research]] N http://microformats.org/wiki/Talk:relpayment-research * Serginandr * (+60)
- [07:53:38] <mfbot>
[[Talk:rel-enclosure]] N http://microformats.org/wiki/Talk:rel-enclosure * Serginandr * (+60)
- [07:53:44] <mfbot>
[[Talk:xfolk]] N http://microformats.org/wiki/Talk:xfolk * Serginandr * (+60)
- [07:53:50] <mfbot>
[[rel-home-issues]] N http://microformats.org/wiki/rel-home-issues * Serginandr * (+60)
- [07:53:51] <mfbot>
[[rel-bookmark]] N http://microformats.org/wiki/rel-bookmark * Serginandr * (+60)
- [07:54:02] <mfbot>
[[RobertBachmann]] N http://microformats.org/wiki/RobertBachmann * Serginandr * (+60)
- [07:54:08] <mfbot>
[[Talk:datetime-design-pattern]] N http://microformats.org/wiki/Talk:datetime-design-pattern * Serginandr * (+60)
- [07:54:19] <mfbot>
[[Talk:blog-description-format]] N http://microformats.org/wiki/Talk:blog-description-format * Serginandr * (+60)
- [07:54:20] <mfbot>
[[Talk:robots-exclusion]] N http://microformats.org/wiki/Talk:robots-exclusion * Serginandr * (+60)
- [07:54:26] <mfbot>
[[Talk:chat-examples]] N http://microformats.org/wiki/Talk:chat-examples * Serginandr * (+60)
- [07:54:27] <mfbot>
[[Talk:class-design-pattern]] N http://microformats.org/wiki/Talk:class-design-pattern * Serginandr * (+60)
- [07:54:33] <mfbot>
[[Talk:comments-formats]] N http://microformats.org/wiki/Talk:comments-formats * Serginandr * (+60)
- [07:54:39] <mfbot>
[[Talk:last-modified-brainstorming]] N http://microformats.org/wiki/Talk:last-modified-brainstorming * Serginandr * (+60)
- [07:54:40] <mfbot>
[[Talk:genealogy-formats]] N http://microformats.org/wiki/Talk:genealogy-formats * Serginandr * (+60)
- [07:54:46] <mfbot>
[[User:ChristopherA]] N http://microformats.org/wiki/User:ChristopherA * Serginandr * (+60)
- [07:54:47] <mfbot>
[[Talk:rest/forms-examples]] N http://microformats.org/wiki/Talk:rest/forms-examples * Serginandr * (+60)
- [07:54:48] <mfbot>
[[Talk:listing-brainstorming]] N http://microformats.org/wiki/Talk:listing-brainstorming * Serginandr * (+60)
- [07:54:54] <mfbot>
[[Talk:examples]] N http://microformats.org/wiki/Talk:examples * Serginandr * (+60)
- [07:54:55] <mfbot>
[[Talk:resume-formats]] N http://microformats.org/wiki/Talk:resume-formats * Serginandr * (+60)
- [07:54:56] <mfbot>
[[Talk:rest/examples]] N http://microformats.org/wiki/Talk:rest/examples * Serginandr * (+60)
- [07:55:02] <mfbot>
[[Talk:widget-brainstorming]] N http://microformats.org/wiki/Talk:widget-brainstorming * Serginandr * (+60)
- [07:55:03] <mfbot>
[[Talk:transit-table-examples]] N http://microformats.org/wiki/Talk:transit-table-examples * Serginandr * (+60)
- [07:55:04] <mfbot>
[[Talk:wiki-formats]] N http://microformats.org/wiki/Talk:wiki-formats * Serginandr * (+60)
- [07:55:05] <mfbot>
[[Talk:selected-test-cases-from-the-web]] N http://microformats.org/wiki/Talk:selected-test-cases-from-the-web * Serginandr * (+60)
- [07:55:11] <mfbot>
[[Talk:parsing-microformats]] N http://microformats.org/wiki/Talk:parsing-microformats * Serginandr * (+60)
- [07:55:12] <mfbot>
[[Talk:xmdp-faq]] N http://microformats.org/wiki/Talk:xmdp-faq * Serginandr * (+60)
- [07:55:13] <mfbot>
[[Talk:zen-garden]] N http://microformats.org/wiki/Talk:zen-garden * Serginandr * (+60)
- [07:55:16] <mfbot>
[[Talk:vcard-errata]] N http://microformats.org/wiki/Talk:vcard-errata * Serginandr * (+60)
- [07:55:20] <mfbot>
[[Talk:why-are-content-standards-hard]] N http://microformats.org/wiki/Talk:why-are-content-standards-hard * Serginandr * (+60)
- [07:55:22] <mfbot>
[[Talk:faqs-for-rdf]] N http://microformats.org/wiki/Talk:faqs-for-rdf * Serginandr * (+60)
- [07:55:27] <mfbot>
[[hcalendar-profile]] N http://microformats.org/wiki/hcalendar-profile * Serginandr * (+60)
- [07:55:28] <mfbot>
[[Talk:buttons]] N http://microformats.org/wiki/Talk:buttons * Serginandr * (+60)
- [07:55:34] <mfbot>
[[Talk:marked-for-deletion]] N http://microformats.org/wiki/Talk:marked-for-deletion * Serginandr * (+60)
- [07:55:40] <mfbot>
[[Talk:how-to-play-fr]] N http://microformats.org/wiki/Talk:how-to-play-fr * Serginandr * (+60)
- [07:55:41] <mfbot>
[[Talk:Main Page]] http://microformats.org/wiki?title=Talk:Main_Page&diff=0&oldid=3950 * Serginandr * (+60)
- [07:55:42] <mfbot>
[[Help talk:Contents]] N http://microformats.org/wiki/Help_talk:Contents * Serginandr * (+60)
- [07:55:43] <mfbot>
[[User talk:DavidJanes]] N http://microformats.org/wiki/User_talk:DavidJanes * Serginandr * (+60)
- [07:55:46] <mfbot>
[[Talk:Main Page-fr]] N http://microformats.org/wiki/Talk:Main_Page-fr * Serginandr * (+60)
- [07:55:49] <mfbot>
[[Microformats talk:General disclaimer]] N http://microformats.org/wiki/Microformats_talk:General_disclaimer * Serginandr * (+60)
- [08:17:29] * rtomayko (n=rtomayko@cpe-24-166-51-26.neo.res.rr.com) has joined #microformats
- [08:17:29] <jibot>
rtomayko is tracking the free culture movement http://naeblis.cx/rtomayko/freeculture/
- [08:22:52] <mfbot>
[[Talk:how-to-play]] N http://microformats.org/wiki/Talk:how-to-play * Serginandr * (+60)
- [08:22:57] <mfbot>
[[process]] http://microformats.org/wiki?title=process&diff=0&oldid=3951 * Serginandr * (+60)
- [08:22:58] <mfbot>
[[hbib]] http://microformats.org/wiki?title=hbib&diff=0&oldid=3952 * Serginandr * (+60)
- [08:23:05] <mfbot>
[[Talk:implementations]] N http://microformats.org/wiki/Talk:implementations * Serginandr * (+60)
- [08:23:16] <mfbot>
[[Talk:rel-nofollow]] N http://microformats.org/wiki/Talk:rel-nofollow * Serginandr * (+60)
- [08:23:21] <mfbot>
[[rel-tag]] http://microformats.org/wiki?title=rel-tag&diff=0&oldid=3953 * Serginandr * (+60)
- [08:23:23] <mfbot>
[[vote-links]] http://microformats.org/wiki?title=vote-links&diff=0&oldid=3954 * Serginandr * (+60)
- [08:23:33] <mfbot>
[[Talk:geo]] http://microformats.org/wiki?title=Talk:geo&diff=0&oldid=3955 * Serginandr * (+60)
- [08:23:40] <mfbot>
[[Talk:xfn-implementations]] http://microformats.org/wiki?title=Talk:xfn-implementations&diff=0&oldid=3956 * Serginandr * (+60)
- [08:23:41] <mfbot>
[[Talk:rel-directory]] http://microformats.org/wiki?title=Talk:rel-directory&diff=0&oldid=3957 * Serginandr * (+60)
- [08:23:42] <mfbot>
[[hreview-issues]] http://microformats.org/wiki?title=hreview-issues&diff=0&oldid=3958 * Serginandr * (+60)
- [08:23:48] <mfbot>
[[Talk:rel-enclosure]] http://microformats.org/wiki?title=Talk:rel-enclosure&diff=0&oldid=3959 * Serginandr * (+60)
- [08:23:49] <mfbot>
[[Talk:relpayment-research]] http://microformats.org/wiki?title=Talk:relpayment-research&diff=0&oldid=3960 * Serginandr * (+60)
- [08:23:55] <mfbot>
[[Talk:xfolk]] http://microformats.org/wiki?title=Talk:xfolk&diff=0&oldid=3961 * Serginandr * (+60)
- [08:23:56] <mfbot>
[[Talk:robots-exclusion]] http://microformats.org/wiki?title=Talk:robots-exclusion&diff=0&oldid=3962 * Serginandr * (+60)
- [08:23:57] <mfbot>
[[rel-home-issues]] http://microformats.org/wiki?title=rel-home-issues&diff=0&oldid=3963 * Serginandr * (+60)
- [08:24:08] <mfbot>
[[Talk:rel-design-pattern]] N http://microformats.org/wiki/Talk:rel-design-pattern * Serginandr * (+60)
- [08:24:09] <mfbot>
[[RobertBachmann]] http://microformats.org/wiki?title=RobertBachmann&diff=0&oldid=3964 * Serginandr * (+60)
- [08:24:15] <mfbot>
[[Talk:blog-description-format]] http://microformats.org/wiki?title=Talk:blog-description-format&diff=0&oldid=3965 * Serginandr * (+60)
- [08:24:41] <mfbot>
[[Talk:examples]] http://microformats.org/wiki?title=Talk:examples&diff=0&oldid=3966 * Serginandr * (+60)
- [08:24:47] <mfbot>
[[Talk:genealogy-formats]] http://microformats.org/wiki?title=Talk:genealogy-formats&diff=0&oldid=3967 * Serginandr * (+60)
- [08:24:48] <mfbot>
[[Talk:comments-formats]] http://microformats.org/wiki?title=Talk:comments-formats&diff=0&oldid=3968 * Serginandr * (+60)
- [08:24:54] <mfbot>
[[Talk:last-modified-brainstorming]] http://microformats.org/wiki?title=Talk:last-modified-brainstorming&diff=0&oldid=3969 * Serginandr * (+60)
- [08:25:00] <mfbot>
[[Talk:listing-brainstorming]] http://microformats.org/wiki?title=Talk:listing-brainstorming&diff=0&oldid=3970 * Serginandr * (+60)
- [08:25:06] <mfbot>
[[User:ChristopherA]] http://microformats.org/wiki?title=User:ChristopherA&diff=0&oldid=3971 * Serginandr * (+60)
- [08:25:17] <mfbot>
[[Talk:requirements-testing]] N http://microformats.org/wiki/Talk:requirements-testing * Serginandr * (+60)
- [08:25:33] <mfbot>
[[Talk:chat-examples]] http://microformats.org/wiki?title=Talk:chat-examples&diff=0&oldid=3972 * Serginandr * (+60)
- [08:25:54] <mfbot>
[[Talk:transit-table-examples]] http://microformats.org/wiki?title=Talk:transit-table-examples&diff=0&oldid=3973 * Serginandr * (+60)
- [08:26:05] <mfbot>
[[Talk:widget-brainstorming]] http://microformats.org/wiki?title=Talk:widget-brainstorming&diff=0&oldid=3974 * Serginandr * (+60)
- [08:26:16] <mfbot>
[[Talk:wiki-formats]] http://microformats.org/wiki?title=Talk:wiki-formats&diff=0&oldid=3975 * Serginandr * (+60)
- [08:26:22] <mfbot>
[[Talk:xmdp-faq]] http://microformats.org/wiki?title=Talk:xmdp-faq&diff=0&oldid=3976 * Serginandr * (+60)
- [08:26:28] <mfbot>
[[Talk:zen-garden]] http://microformats.org/wiki?title=Talk:zen-garden&diff=0&oldid=3977 * Serginandr * (+60)
- [08:26:34] <mfbot>
[[Talk:parsing-microformats]] http://microformats.org/wiki?title=Talk:parsing-microformats&diff=0&oldid=3978 * Serginandr * (+60)
- [08:26:50] <mfbot>
[[Talk:rest/examples]] http://microformats.org/wiki?title=Talk:rest/examples&diff=0&oldid=3979 * Serginandr * (+60)
- [08:27:01] <mfbot>
[[Talk:selected-test-cases-from-the-web]] http://microformats.org/wiki?title=Talk:selected-test-cases-from-the-web&diff=0&oldid=3980 * Serginandr * (+60)
- [08:27:12] <mfbot>
[[Talk:search-results-example]] N http://microformats.org/wiki/Talk:search-results-example * Serginandr * (+60)
- [08:27:13] <mfbot>
[[Talk:icalendar-implementations]] N http://microformats.org/wiki/Talk:icalendar-implementations * Serginandr * (+60)
- [08:27:24] <mfbot>
[[Talk:vcard-errata]] http://microformats.org/wiki?title=Talk:vcard-errata&diff=0&oldid=3981 * Serginandr * (+60)
- [08:27:45] <mfbot>
[[Talk:why-are-content-standards-hard]] http://microformats.org/wiki?title=Talk:why-are-content-standards-hard&diff=0&oldid=3982 * Serginandr * (+60)
- [08:28:16] <mfbot>
[[hcalendar-profile]] http://microformats.org/wiki?title=hcalendar-profile&diff=0&oldid=3983 * Serginandr * (+60)
- [08:28:27] <mfbot>
[[Talk:Main Page-fr]] http://microformats.org/wiki?title=Talk:Main_Page-fr&diff=0&oldid=3984 * Serginandr * (+60)
- [08:28:38] <mfbot>
[[Talk:how-to-play-fr]] http://microformats.org/wiki?title=Talk:how-to-play-fr&diff=0&oldid=3985 * Serginandr * (+60)
- [08:28:39] <mfbot>
[[Talk:demo]] N http://microformats.org/wiki/Talk:demo * Serginandr * (+60)
- [08:28:50] <mfbot>
[[xfn-実装]] N http://microformats.org/wiki/xfn-%E5%AE%9F%E8%A3%85 * Serginandr * (+60)
- [08:29:32] * Atamido (n=atamido@user-0ccsqt9.cable.mindspring.com) Quit (Excess Flood)
- [08:29:42] <mfbot>
[[User talk:DavidJanes]] http://microformats.org/wiki?title=User_talk:DavidJanes&diff=0&oldid=3986 * Serginandr * (+60)
- [08:34:39] * Atamido (n=atamido@user-0ccsqt9.cable.mindspring.com) has joined #microformats
- [08:37:47] * t1m (n=t1m@pool-151-199-30-243.bos.east.verizon.net) Quit (Read error: 104 (Connection reset by peer))
- [08:38:22] * t1m (n=t1m@pool-151-199-30-243.bos.east.verizon.net) has joined #microformats
- [08:40:19] * Atamido (n=atamido@user-0ccsqt9.cable.mindspring.com) Quit (Excess Flood)
- [08:41:05] * Atamido (n=atamido@user-0ccsqt9.cable.mindspring.com) has joined #microformats
- [08:51:47] * Atamido (n=atamido@user-0ccsqt9.cable.mindspring.com) Quit (Excess Flood)
- [08:54:07] * Atamido (n=atamido@user-0ccsqt9.cable.mindspring.com) has joined #microformats
- [09:04:21] * Atamido (n=atamido@user-0ccsqt9.cable.mindspring.com) Quit (Excess Flood)
- [09:04:43] * izo_ (n=izo@LNeuilly-152-23-33-39.w193-252.abo.wanadoo.fr) has joined #microformats
- [09:06:13] * Atamido (n=atamido@user-0ccsqt9.cable.mindspring.com) has joined #microformats
- [09:10:59] * Atamido (n=atamido@user-0ccsqt9.cable.mindspring.com) Quit (Read error: 104 (Connection reset by peer))
- [10:10:40] <mfbot>
[[hatom-issues]] http://microformats.org/wiki?title=hatom-issues&diff=0&oldid=3987 * Kevin Marks * (+97) title already defined by hCard -
- [10:12:50] <mfbot>
[[hatom-issues]] http://microformats.org/wiki?title=hatom-issues&diff=0&oldid=3988 * Kevin Marks * (+52) Entry Title (atom:title) -
- [10:16:47] <mfbot>
[[hatom-issues]] http://microformats.org/wiki?title=hatom-issues&diff=0&oldid=3989 * Kevin Marks * (+376) Entry Summary (atom:summary) -
- [10:17:28] <mfbot>
[[hatom-issues]] http://microformats.org/wiki?title=hatom-issues&diff=0&oldid=3990 * Kevin Marks * (+16) Entry Permalink (atom:link) -
- [10:32:04] <mfbot>
[[hatom-issues]] http://microformats.org/wiki?title=hatom-issues&diff=0&oldid=3991 * BenjaminCarlyle * (+379) Add coverage of abstract to discussion
- [10:38:22] * BenjaminCarlyle (n=fuzzy@c210-49-73-138.rochd2.qld.optusnet.com.au) Quit ("Download Gaim: http://gaim.sourceforge.net/")
- [11:45:33] * bkdelong (n=bkdelong@h-67-102-164-116.cmbrmaor.covad.net) has joined #microformats
- [11:45:34] <jibot>
bkdelong is B.K. DeLong, Head Research Analyst for HALO Worldwide - http://www.haloworldwide.com. Web: http://www.brain-stream.com. Email: bkdelong@pobox.com - Is At ApacheCon
- [13:10:22] * RobertBachmann (n=RobertBa@M2443P010.adsl.highway.telekom.at) has joined #microformats
- [13:10:23] <jibot>
RobertBachmann is Robert Bachmann (Timezone: +0100)
- [13:12:31] <RobertBachmann>
You want spam. Look no further Serginandr has it! ;-)
- [13:12:31] <mfbot>
[[Special:Log/block]] http://microformats.org/wiki?title=Special:Log/block&diff=0&oldid=0 * RobertBachmann * (+0) blocked "User:Serginandr" with an expiry time of infinite: Spam
- [13:13:15] <mfbot>
[[User:Serginandr]] MN http://microformats.org/wiki/User:Serginandr * RobertBachmann * (+10)
- [13:14:36] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "User talk:DavidJanes": Spam
- [13:16:32] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "xfn-実装": spam
- [13:16:48] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:how-to-play-fr": spam
- [13:17:24] <mfbot>
[[Talk:Main Page]] M http://microformats.org/wiki?title=Talk:Main_Page&diff=0&oldid=3992 * RobertBachmann * (-60) Reverted edit of Serginandr, changed back to last version by Tantek
- [13:17:50] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Help talk:Contents": Spam
- [13:18:01] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Microformats talk:General disclaimer": spam
- [13:18:12] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:how-to-play": spam
- [13:18:23] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:rel-nofollow": spam
- [13:18:34] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:implementations": spam
- [13:18:50] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:geo": spam
- [13:19:01] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:xfn-implementations": spam
- [13:19:12] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:rel-enclosure": spam
- [13:19:23] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:relpayment-research": spam
- [13:19:34] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:xfolk": content was: '[http://northwestairlines.bravehost.com Northwest Airlines][http://northwestairlines.bravehost.com Northwest Airlines]'
- [13:19:45] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:robots-exclusion": spam
- [13:19:56] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "rel-home-issues": spam
- [13:20:12] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:rel-design-pattern": spam
- [13:20:23] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "RobertBachmann": spam
- [13:20:44] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:blog-description-format": content was: '[http://northwestairlines.bravehost.com Northwest Airlines][http://northwestairlines.bravehost.com Northwest Airlines]'
- [13:20:50] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:examples": content was: '[http://northwestairlines.bravehost.com Northwest Airlines][http://northwestairlines.bravehost.com Northwest Airlines]'
- [13:21:16] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:genealogy-formats": spam
- [13:21:22] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:comments-formats": content was: '[http://northwestairlines.bravehost.com Northwest Airlines][http://northwestairlines.bravehost.com Northwest Airlines]'
- [13:21:38] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:last-modified-brainstorming": spam
- [13:21:49] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:listing-brainstorming": spam
- [13:22:05] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "User:ChristopherA": spam
- [13:22:21] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:requirements-testing": spam
- [13:22:32] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:widget-brainstorming": spam
- [13:23:03] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:demo": spam
- [13:23:39] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:transit-table-examples": spam
- [13:24:15] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:parsing-microformats": spam
- [13:24:26] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:zen-garden": spam
- [13:24:40] * izo__ (n=izo@LNeuilly-152-23-33-39.w193-252.abo.wanadoo.fr) has joined #microformats
- [13:25:07] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:datetime-design-pattern": spam
- [13:25:19] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:faqs-for-rdf": spam
- [13:25:34] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:marked-for-deletion": spam
- [13:26:11] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:icalendar-implementations": spam
- [13:26:51] <mfbot>
[[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RobertBachmann * (+0) deleted "Talk:xoxo": spam
- [13:27:18] <mfbot>
[[vote-links]] M http://microformats.org/wiki?title=vote-links&diff=0&oldid=3993 * RobertBachmann * (-120) Reverted edit of Serginandr, changed back to last version by RyanKing
- [13:27:59] <mfbot>
[[rel-license]] M http://microformats.org/wiki?title=rel-license&diff=0&oldid=3994 * RobertBachmann * (-220) Reverted edit of Serginandr, changed back to last version by RyanKing
- [13:33:09] * izo_ (n=izo@LNeuilly-152-23-33-39.w193-252.abo.wanadoo.fr) Quit (Connection timed out)
- [21:11:22] * mflogbot (n=PircBot@213.235.239.37) has joined #microformats
- [21:11:22] * Topic is 'add yourself to http://microformats.org/wiki/irc || http://www.digital-web.com/articles/microformats_primer/ | Channel is logged: http://microformats.org/wiki/mflogbot'
- [21:11:22] * Set by kingryan on Wed Jan 04 21:06:12 CET 2006
- [21:11:22] <jibot>
mflogbot is logging #microformats (http://microformats.org/wiki/mflogbot)
- [21:18:15] * izo_ (n=izo@boi59-1-82-66-128-84.fbx.proxad.net) has joined #microformats
- [21:43:51] * izo_ (n=izo@boi59-1-82-66-128-84.fbx.proxad.net) Quit (Read error: 113 (No route to host))
- [21:56:19] * izo_ (n=izo@boi59-1-82-66-128-84.fbx.proxad.net) has joined #microformats
- [21:59:12] * jcgregorio (n=chatzill@66.83.191.30.nw.nuvox.net) Quit ("Chatzilla 0.9.69.1 [Firefox 1.5/2005111116]")
- [22:05:34] * dglazkov (n=dglazkov@adsl-065-081-081-030.sip.bhm.bellsouth.net) Quit ()
- [22:07:52] <mfbot>
[[hcalendar]] http://microformats.org/wiki?title=hcalendar&diff=0&oldid=4013 * DavidJanes * (+269) Open source calendars that could be modified to support hCalendar
- [22:18:50] <kingryan>
hey hober
- [22:20:17] <kingryan>
I just noticed that eventful.com/venues/V0-001-000102495-4 doesn't validate
- [22:20:30] <kingryan>
you left a '>' out
- [22:26:13] <hober>
grr.
- [22:27:19] <hober>
insert standard rant about cow-orkers who don't care about markup quality here
- [22:30:06] <hober>
ok; fixed in SVN and on our staging box, will be pushed when the next push happens
- [22:30:14] <hober>
thanks for the heads-up :)
- [22:36:41] * trovv (n=tr-vs73r@blakesheen.demon.co.uk) has joined #microformats
- [22:40:39] <kingryan>
np
- [22:40:52] <kingryan>
got a friend trying to parse stuff (and I'm working on test-cases, too)
- [22:41:38] <mfbot>
[[hcalendar]] http://microformats.org/wiki?title=hcalendar&diff=0&oldid=4014 * RyanKing * (+18) Human vs. Machine readable -
- [22:42:40] <mfbot>
[[hcalendar]] M http://microformats.org/wiki?title=hcalendar&diff=0&oldid=4015 * RyanKing * (+6) Example - fixing formatting
- [22:45:06] <hober>
thanks for sending me this particular venue detail page. it highlights a problem with our user-html-sanitizer I've been agitating about for a while
- [22:50:55] * trovster (n=tr-vs73r@blakesheen.demon.co.uk) Quit (Read error: 110 (Connection timed out))
- [22:57:59] <kingryan>
np, hober
- [23:38:17] * dustym (n=dustym@office.cavoksolutions.com) Quit ()
- [23:48:02] <mfbot>
[[attention-examples]] http://microformats.org/wiki?title=attention-examples&diff=0&oldid=4016 * GregElin * (+85) Added attention stream link and chat as examples - Greg Elin
- [23:48:38] <mfbot>
[[attention-examples]] http://microformats.org/wiki?title=attention-examples&diff=0&oldid=4017 * GregElin * (+12) Authors -
- [23:51:13] * edsu (n=esummers@66.187.134.52) Quit ("leaving")
- [23:55:16] * bkdelong (n=bkdelong@h-67-102-164-116.cmbrmaor.covad.net) Quit (Read error: 110 (Connection timed out))
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.