From jim at eatyourgreens.org.uk Sun Jul 1 03:57:27 2007 From: jim at eatyourgreens.org.uk (James O'Donnell) Date: Sun Jul 1 03:57:30 2007 Subject: hCard history and extensions (was Re: [uf-discuss] Date of Death in hCard) In-Reply-To: References: Message-ID: <0158D5A7-0487-405A-B4E5-B0D8C97F942C@eatyourgreens.org.uk> On 30 Jun 2007, at 15:11, Jeremy Keith wrote: > I don't believe that hCard needs to be extended to accommodate a > "date of death" field. I think that we already have a microformat > to deal with this use case; it just doesn't happen to be hCard. > > The dtend field in hCalendar seems like the perfect fit for this. > Microformats are intended to be embeddable within one another: an > hCalendar within an hCard (or visa-versa, depending on how you look > at it) allows for all the desired information to be marked up: > >

> Charles Darwin was > born on February > 12, 1809 > and died on April 19,1882 abbr>. >

I don't quite understand - I can see that April 19, 1882 is the end date of an event, but how do I know that the event in question is the life of Charles Darwin? ie. how does a parser figure out that Darwin died on 19th April 1882 from the markup above? Is a date of death defined as a dtend which has been immediately preceded by a date with a class of bday? I think I'm missing something here. Jim Jim O'Donnell jim@eatyourgreens.org.uk http://eatyourgreens.org.uk http://flickr.com/photos/eatyourgreens From jeremy at adactio.com Sun Jul 1 06:21:41 2007 From: jeremy at adactio.com (Jeremy Keith) Date: Sun Jul 1 06:21:46 2007 Subject: hCard history and extensions (was Re: [uf-discuss] Date of Death in hCard) In-Reply-To: <0158D5A7-0487-405A-B4E5-B0D8C97F942C@eatyourgreens.org.uk> References: <0158D5A7-0487-405A-B4E5-B0D8C97F942C@eatyourgreens.org.uk> Message-ID: Jim asked: >>

>> Charles Darwin was >> born on February >> 12, 1809 >> and died on April >> 19,1882. >>

>> > > I don't quite understand - I can see that April 19, 1882 is the end > date of an event, but how do I know that the event in question is > the life of Charles Darwin? ie. how does a parser figure out that > Darwin died on 19th April 1882 from the markup above? Because the "summary" for the vevent is "Charles Darwin". > Is a date of death defined as a dtend which has been immediately > preceded by a date with a class of bday? It isn't necessary to make any such inference because all the necessary details for determining the start and the end of the life are already provided entirely within the hCalendar data. A person's life is an event. hCard: the person "Charles Darwin" has a formatted name of Charles Darwin (given-name: Charles, family-name: Darwin). hCalendar: the event "Charles Darwin" has a start date of February 12, 1809 (dtstart: 1809-02-12) and an end date of April 19th, 1882 (dtend: 1882-04-19). The personal information is contained within the hCard (first name, last name). The event details are contained within the hCalendar (start, end). There is some crossover (the formatted name of the person is the same as the summary of the event) but that's absolutely fine: microformats are designed to be embeddable. As long as you use the right format for the right data, everything can be encoded just fine. The problems arise when you try to use one single format to encode everything. It kind of reminds of the tools we use for front-end development: HTML, CSS, JavaScript. As long as you use the right tool for the job (HTML for structure, CSS for presentation, and JavaScript for behaviour), then everything is hunky-dory. The problems start when you try to get one tool to do all the work. If I had a penny for every time I heard people ask for "CSS-only" solutions for drop-down menus and other behavioural effects, I'd be a rich man. With hCard (and vcard) the presence of the "bday" field is a bleed- over from event data (akin to the :hover pseudo-class in CSS). If anything, rather than talking about adding "date of death", we should be discussing the removal of "date of birth" (not that I'm seriously suggesting that). Anyway, my point is this: what you are trying to represent with date of birth, date of death and lifespan is not contact information, it is event information (start, end, duration). Use the right format for the data and you can encode what you want without extending either format. As for parsers, I think it would be relatively trivial to have a rule that states "If the fn of an hCard (which is not also an org) is equal to the summary of an hCalendar, the dtstart and dtend dates of that hCalendar represent the lifespan of that person." The presence of combined "bday" and "dtstart" values in a class attribute *could* be used to reinforce that assumption. Bye, Jeremy -- Jeremy Keith a d a c t i o http://adactio.com/ From paul_wilkins at xtra.co.nz Sun Jul 1 14:33:35 2007 From: paul_wilkins at xtra.co.nz (Paul Wilkins) Date: Sun Jul 1 14:33:39 2007 Subject: [uf-discuss] Confused about telephone numbers in hCard References: <294B63D734544B438995226DBD3ABAF602D83E12@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> Message-ID: <009b01c7bc27$7b471170$bc08a8c0@nzto22> From: "Rickards, Julian (NDM)" > What I am doing is trying to make my markup work in Outlook 2003 by > exporting from Tails Export. > > I started with: > >
Toll-free Phone: > 1-800-670-5861
This is the correct way to markup that you're after. > Why is this so hard to do? The trouble you're facing is that Tails is at version 0.3. The author says " Thanks all for the feedback. I'm trying to construct a list . . ." At this stage, Tails is incomplete and you will either need to be paitent until it works more properly, or for the interim, find some other solution than Tails. -- Paul Wilkins From andy at pigsonthewing.org.uk Sun Jul 1 15:32:10 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Sun Jul 1 15:33:21 2007 Subject: [uf-discuss] Confused about telephone numbers in hCard In-Reply-To: <009b01c7bc27$7b471170$bc08a8c0@nzto22> References: <294B63D734544B438995226DBD3ABAF602D83E12@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> <009b01c7bc27$7b471170$bc08a8c0@nzto22> Message-ID: In message <009b01c7bc27$7b471170$bc08a8c0@nzto22>, Paul Wilkins writes >>
Toll-free Phone: >> 1-800-670-5861
> >This is the correct way to markup that you're after. According to the spec, certainly; but it runs up against the known problem of abusing the abbr element: -- Andy Mabbett From paul_wilkins at xtra.co.nz Sun Jul 1 17:21:18 2007 From: paul_wilkins at xtra.co.nz (Paul Wilkins) Date: Sun Jul 1 17:21:23 2007 Subject: [uf-discuss] Confused about telephone numbers in hCard References: <294B63D734544B438995226DBD3ABAF602D83E12@CTSPITDCEMMVX03.cihs.ad.gov.on.ca><009b01c7bc27$7b471170$bc08a8c0@nzto22> Message-ID: <000701c7bc3e$e9542ab0$bc08a8c0@nzto22> From: "Andy Mabbett" > Paul Wilkins writes > >>>
Toll-free Phone: >>> 1-800-670-5861
>> >>This is the correct way to markup that you're after. > > According to the spec, certainly; but it runs up against the known problem > of abusing the abbr element: According to the maxim: "People first, machines second" how should the following text be marked up so that it works with existing tools? Toll-free Phone: 1-800-670-5861 -- Paul Wilkins From supercanadian at gmail.com Sun Jul 1 17:58:08 2007 From: supercanadian at gmail.com (Charles Iliya Krempeaux) Date: Sun Jul 1 17:58:11 2007 Subject: [uf-discuss] Reading Microformats from a Flash app? Message-ID: <84ce626f0707011758w619d37a9gc46a73cc94054daf@mail.gmail.com> Hello, Does anyone here have experience reading Microformats and semantic HTML from a Flash app? Specifically, reading them from the HTML page the Flash app is embedded into? I know there's various techniques for communicating to and from the Flash app and the HTML page the Flash app is contained within... but what have people found is the "best" method? Thanks. -- Charles Iliya Krempeaux, B.Sc. All the Vlogging News on One Page http://vlograzor.com/ From scott at randomchaos.com Sun Jul 1 19:34:28 2007 From: scott at randomchaos.com (Scott Reynen) Date: Sun Jul 1 19:34:38 2007 Subject: [uf-discuss] Confused about telephone numbers in hCard In-Reply-To: <000701c7bc3e$e9542ab0$bc08a8c0@nzto22> References: <294B63D734544B438995226DBD3ABAF602D83E12@CTSPITDCEMMVX03.cihs.ad.gov.on.ca><009b01c7bc27$7b471170$bc08a8c0@nzto22> <000701c7bc3e$e9542ab0$bc08a8c0@nzto22> Message-ID: On Jul 1, 2007, at 6:21 PM, Paul Wilkins wrote: >>>>
Toll-free >>>> Phone: >>>> 1-800-670-5861
>>> >>> This is the correct way to markup that you're after. >> >> According to the spec, certainly; but it runs up against the known >> problem of abusing the abbr element: > > According to the maxim: "People first, machines second" how should > the following text be marked up so that it works with existing tools? > > Toll-free Phone: 1-800-670-5861 If it doesn't bother you for humans using screen readers to hear that as "work 1-800-670-5861," the markup above is fine. If that does bother you, the following is valid, though it doesn't specify to machines that it's a work number:
Toll-free Phone: 1-800-670-5861
Peace, Scott From thom at ts0.com Mon Jul 2 03:10:34 2007 From: thom at ts0.com (Thom Shannon) Date: Mon Jul 2 03:10:39 2007 Subject: [uf-discuss] Reading Microformats from a Flash app? In-Reply-To: <84ce626f0707011758w619d37a9gc46a73cc94054daf@mail.gmail.com> References: <84ce626f0707011758w619d37a9gc46a73cc94054daf@mail.gmail.com> Message-ID: <4688CF1A.1060201@ts0.com> write some js to use the dom to find the microformats and pass to flash via the externalinterface object. Charles Iliya Krempeaux wrote: > Hello, > > Does anyone here have experience reading Microformats and semantic > HTML from a Flash app? > > Specifically, reading them from the HTML page the Flash app is > embedded into? > > > I know there's various techniques for communicating to and from the > Flash app and the HTML page the Flash app is contained within... but > what have people found is the "best" method? > > > Thanks. > From bewest at gmail.com Mon Jul 2 11:41:08 2007 From: bewest at gmail.com (Benjamin West) Date: Mon Jul 2 11:41:12 2007 Subject: [uf-discuss] Hidden metadata no microformats In-Reply-To: <9+3FmlC$qhhGFw$2@pigsonthewing.org.uk> References: <9+3FmlC$qhhGFw$2@pigsonthewing.org.uk> Message-ID: <8ad71be30707021141q3077b537l2369f71823b7fdd8@mail.gmail.com> http://tantek.com/log/2005/06.html#d03t2359 "Principles of visibility and human friendliness". One question invisible metadata raises is if it's not worth seeing, why is it worth publishing? -Ben On 6/30/07, Andy Mabbett wrote: > > Several editors on Wikipedia are calling for the modification of the > templates which implement microformat, to use hidden metadata. > > I thought there was a prohibition on hidden metadata in the specs, or at > least somewhere on the wiki, but all I Can find now is: > > visible data is much better for humans than invisible metadata > on: > > > > Can someone remind me what I'm missing, please? > > -- > Andy Mabbett > _______________________________________________ > microformats-discuss mailing list > microformats-discuss@microformats.org > http://microformats.org/mailman/listinfo/microformats-discuss > From mircury at gmail.com Mon Jul 2 11:44:14 2007 From: mircury at gmail.com (Brandon Richards) Date: Mon Jul 2 11:44:23 2007 Subject: [uf-discuss] hCalendar question Message-ID: I was wondering if anyone would know how to handle an hCalendar event that spans 2 days with 3 sessions that have no end times? Such as, A Special Event London, England Sept. 21 @ 7:00pm, Sept. 22 8:00am & 7:00pm I haven't found a good example and I'm not sure which way to go with this as in create 3 single entries or combine it somehow. -- Brandon Neil Richards mailto:mircury@gmail.com http://www.brandonrichards.com/ From costello at mitre.org Mon Jul 2 11:57:57 2007 From: costello at mitre.org (Costello, Roger L.) Date: Mon Jul 2 11:58:00 2007 Subject: [uf-discuss] hCalendar question In-Reply-To: References: Message-ID: How about this:
A Special Event
London, England
Sept. 21 @ 7:00pm, Sept. 22 8:00am & 7:00pm
You might find this tutorial helpful: http://www.xfront.com/microformats/hCalendar_part2.html /Roger -----Original Message----- From: microformats-discuss-bounces@microformats.org [mailto:microformats-discuss-bounces@microformats.org] On Behalf Of Brandon Richards Sent: Monday, July 02, 2007 2:44 PM To: microformats-discuss@microformats.org Subject: [uf-discuss] hCalendar question I was wondering if anyone would know how to handle an hCalendar event that spans 2 days with 3 sessions that have no end times? Such as, A Special Event London, England Sept. 21 @ 7:00pm, Sept. 22 8:00am & 7:00pm I haven't found a good example and I'm not sure which way to go with this as in create 3 single entries or combine it somehow. -- Brandon Neil Richards mailto:mircury@gmail.com http://www.brandonrichards.com/ _______________________________________________ microformats-discuss mailing list microformats-discuss@microformats.org http://microformats.org/mailman/listinfo/microformats-discuss From microformats at kaply.com Mon Jul 2 12:06:13 2007 From: microformats at kaply.com (Mike Kaply) Date: Mon Jul 2 12:06:17 2007 Subject: [uf-discuss] Confused about telephone numbers in hCard In-Reply-To: <009b01c7bc27$7b471170$bc08a8c0@nzto22> References: <294B63D734544B438995226DBD3ABAF602D83E12@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> <009b01c7bc27$7b471170$bc08a8c0@nzto22> Message-ID: On 7/1/07, Paul Wilkins wrote: > The trouble you're facing is that Tails is at version 0.3. The author says > " Thanks all for the feedback. I'm trying to construct a list . . ." > > At this stage, Tails is incomplete and you will either need to be paitent > until it works more properly, or for the interim, find some other solution > than Tails. Just to be clear. This is not really a bug in Tails, it's a bug in the XSLT engine in Firefox. Since Tails uses XSLT, it has this problem. The problem has to do with case sensitivity in nodenames if I remember correctly Operator uses JavaScript to parse the DOM, so we don't have the problem. Mike From redux at splintered.co.uk Mon Jul 2 14:13:50 2007 From: redux at splintered.co.uk (Patrick H. Lauke) Date: Mon Jul 2 14:13:45 2007 Subject: [uf-discuss] Hidden metadata no microformats In-Reply-To: <8ad71be30707021141q3077b537l2369f71823b7fdd8@mail.gmail.com> References: <9+3FmlC$qhhGFw$2@pigsonthewing.org.uk> <8ad71be30707021141q3077b537l2369f71823b7fdd8@mail.gmail.com> Message-ID: <46896A8E.1050006@splintered.co.uk> Benjamin West wrote: > http://tantek.com/log/2005/06.html#d03t2359 "Principles of visibility > and human friendliness". > > One question invisible metadata raises is if it's not worth seeing, > why is it worth publishing? Because tools/extensions expose them to end users in a way that is far more user/human friendly than merely making the raw metadata visible. Whether or not authors "forget" to update the metadata, or purposely try to game it, if it's not visible is an authoring/policy issue, not a technical issue that should be solved by a language's specification ("because some bad people tried to do bad things with it, we're just not giving you the opportunity, full stop"). P -- Patrick H. Lauke ______________________________________________________________ re?dux (adj.): brought back; returned. used postpositively [latin : re-, re- + dux, leader; see duke.] www.splintered.co.uk | www.photographia.co.uk http://redux.deviantart.com ______________________________________________________________ Co-lead, Web Standards Project (WaSP) Accessibility Task Force http://webstandards.org/ ______________________________________________________________ Take it to the streets ... join the WaSP Street Team http://streetteam.webstandards.org/ ______________________________________________________________ From scott at randomchaos.com Mon Jul 2 15:03:56 2007 From: scott at randomchaos.com (Scott Reynen) Date: Mon Jul 2 15:04:11 2007 Subject: [uf-discuss] Hidden metadata no microformats In-Reply-To: <46896A8E.1050006@splintered.co.uk> References: <9+3FmlC$qhhGFw$2@pigsonthewing.org.uk> <8ad71be30707021141q3077b537l2369f71823b7fdd8@mail.gmail.com> <46896A8E.1050006@splintered.co.uk> Message-ID: On Jul 2, 2007, at 3:13 PM, Patrick H. Lauke wrote: > Benjamin West wrote: >> http://tantek.com/log/2005/06.html#d03t2359 "Principles of visibility >> and human friendliness". >> One question invisible metadata raises is if it's not worth seeing, >> why is it worth publishing? > > Because tools/extensions expose them to end users in a way that is > far more user/human friendly than merely making the raw metadata > visible. Whether or not authors "forget" to update the metadata, or > purposely try to game it, if it's not visible is an authoring/ > policy issue, not a technical issue that should be solved by a > language's specification ("because some bad people tried to do bad > things with it, we're just not giving you the opportunity, full > stop"). Microformats are built around an assumption of visibility, so if a publisher doesn't want something visible, they probably don't want microformats. It's tempting to argue about the virtues of visibility, but I think it's ultimately a waste of everyone's time. For those of us who value visible data, there's no shortage already out there waiting to have microformats applied. And for those of us who value invisible data, there are other formats better suited to that than microformats. Peace, Scott From redux at splintered.co.uk Mon Jul 2 15:20:06 2007 From: redux at splintered.co.uk (Patrick H. Lauke) Date: Mon Jul 2 15:20:01 2007 Subject: [uf-discuss] Hidden metadata no microformats In-Reply-To: References: <9+3FmlC$qhhGFw$2@pigsonthewing.org.uk> <8ad71be30707021141q3077b537l2369f71823b7fdd8@mail.gmail.com> <46896A8E.1050006@splintered.co.uk> Message-ID: <46897A16.5060901@splintered.co.uk> Scott Reynen wrote: > Microformats are built around an assumption of visibility, so if a > publisher doesn't want something visible, they probably don't want > microformats. It's tempting to argue about the virtues of visibility, > but I think it's ultimately a waste of everyone's time. For those of us > who value visible data, there's no shortage already out there waiting to > have microformats applied. And for those of us who value invisible > data, there are other formats better suited to that than microformats. Spare me the high and mighty rhetoric. By your reasoning, sites like Flickr, which hide geo data by default from the eyes of normal users, are breaking your holy tenets and should therefore not use microformats? Please... P -- Patrick H. Lauke ______________________________________________________________ re?dux (adj.): brought back; returned. used postpositively [latin : re-, re- + dux, leader; see duke.] www.splintered.co.uk | www.photographia.co.uk http://redux.deviantart.com ______________________________________________________________ Co-lead, Web Standards Project (WaSP) Accessibility Task Force http://webstandards.org/ ______________________________________________________________ Take it to the streets ... join the WaSP Street Team http://streetteam.webstandards.org/ ______________________________________________________________ From tdrake at yahoo-inc.com Mon Jul 2 15:26:33 2007 From: tdrake at yahoo-inc.com (Ted Drake) Date: Mon Jul 2 15:26:36 2007 Subject: [uf-discuss] Hidden metadata no microformats In-Reply-To: References: <9+3FmlC$qhhGFw$2@pigsonthewing.org.uk><8ad71be30707021141q3077b537l2369f71823b7fdd8@mail.gmail.com><46896A8E.1050006@splintered.co.uk> Message-ID: <005601c7bcf8$0bd9e890$a7dd15ac@ds.corp.yahoo.com> I've used some invisible data with micro formatting on Yahoo! pages. Sometimes, you build a page a module at a time and you don't need to visually repeat information in the microformatted module when it is present elsewhere on the page. So, I use a class="microformatdetail" .microformatdetail {display:none}. So, the answer is that I'm not trying to hide the information, I'm just trying to avoid visual repetition without having to resort to the proposed include pattern. Ted Drake Yahoo! Tech, Finance, Food, Answers, and soon European Finance... -----Original Message----- From: microformats-discuss-bounces@microformats.org [mailto:microformats-discuss-bounces@microformats.org] On Behalf Of Scott Reynen Sent: Monday, July 02, 2007 3:04 PM To: Microformats Discuss Subject: Re: [uf-discuss] Hidden metadata no microformats On Jul 2, 2007, at 3:13 PM, Patrick H. Lauke wrote: > Benjamin West wrote: >> http://tantek.com/log/2005/06.html#d03t2359 "Principles of visibility >> and human friendliness". >> One question invisible metadata raises is if it's not worth seeing, >> why is it worth publishing? > > Because tools/extensions expose them to end users in a way that is > far more user/human friendly than merely making the raw metadata > visible. Whether or not authors "forget" to update the metadata, or > purposely try to game it, if it's not visible is an authoring/ > policy issue, not a technical issue that should be solved by a > language's specification ("because some bad people tried to do bad > things with it, we're just not giving you the opportunity, full > stop"). Microformats are built around an assumption of visibility, so if a publisher doesn't want something visible, they probably don't want microformats. It's tempting to argue about the virtues of visibility, but I think it's ultimately a waste of everyone's time. For those of us who value visible data, there's no shortage already out there waiting to have microformats applied. And for those of us who value invisible data, there are other formats better suited to that than microformats. Peace, Scott _______________________________________________ microformats-discuss mailing list microformats-discuss@microformats.org http://microformats.org/mailman/listinfo/microformats-discuss From bewest at gmail.com Mon Jul 2 15:31:54 2007 From: bewest at gmail.com (Benjamin West) Date: Mon Jul 2 15:31:56 2007 Subject: [uf-discuss] Hidden metadata no microformats In-Reply-To: <46896A8E.1050006@splintered.co.uk> References: <9+3FmlC$qhhGFw$2@pigsonthewing.org.uk> <8ad71be30707021141q3077b537l2369f71823b7fdd8@mail.gmail.com> <46896A8E.1050006@splintered.co.uk> Message-ID: <8ad71be30707021531k5eb42892k73f4f93c50e986b5@mail.gmail.com> On 7/2/07, Patrick H. Lauke wrote: > Benjamin West wrote: > > http://tantek.com/log/2005/06.html#d03t2359 "Principles of visibility > > and human friendliness". > > > > One question invisible metadata raises is if it's not worth seeing, > > why is it worth publishing? > > Because tools/extensions expose them to end users in a way that is far > more user/human friendly than merely making the raw metadata visible. > Whether or not authors "forget" to update the metadata, or purposely try > to game it, if it's not visible is an authoring/policy issue, not a > technical issue that should be solved by a language's specification > ("because some bad people tried to do bad things with it, we're just not > giving you the opportunity, full stop"). > > P > -- > Patrick H. Lauke I'm not sure what you mean. We aren't talking about raw data. We are talking about data that has been marked up. In addition, no one has said there is some kind of mutually exclusive relationship between authors of visible vs invisible data. FWIW, nothing in microformats actually prohibits invisible metadata. It's certainly possible to set display:none. In fact, the phrasing quoted by Andy was "visible data is much better for humans than invisible metadata". -Ben From faaborg at mozilla.com Mon Jul 2 15:42:23 2007 From: faaborg at mozilla.com (Alex Faaborg) Date: Mon Jul 2 15:42:32 2007 Subject: [uf-discuss] Hidden metadata no microformats In-Reply-To: <8ad71be30707021141q3077b537l2369f71823b7fdd8@mail.gmail.com> References: <9+3FmlC$qhhGFw$2@pigsonthewing.org.uk> <8ad71be30707021141q3077b537l2369f71823b7fdd8@mail.gmail.com> Message-ID: > One question invisible metadata raises is if it's not worth seeing, > why is it worth publishing? I can imagine Web designers wanting to associate invisible metadata with a button (that says "Add to Calendar" or "Map"), so that a microformat aware Web browser would detect the metadata and register down clicks on the button as acting on the metadata. This information would likely appear elsewhere on the page (probably also using microformats), but the button provides a visual affordance for the action. In our current designs, we are considering changing the mouse cursor when the user hovers over microformatted content, but that doesn't present the user with any indication that they can act on the data until after they have moved the mouse over it. So in this particular case, I think leveraging invisible metadata makes the interface more usable overall. -Alex On Jul 2, 2007, at 11:41 AM, Benjamin West wrote: > http://tantek.com/log/2005/06.html#d03t2359 "Principles of visibility > and human friendliness". > > One question invisible metadata raises is if it's not worth seeing, > why is it worth publishing? > > -Ben > > On 6/30/07, Andy Mabbett wrote: >> >> Several editors on Wikipedia are calling for the modification of the >> templates which implement microformat, to use hidden metadata. >> >> I thought there was a prohibition on hidden metadata in the specs, >> or at >> least somewhere on the wiki, but all I Can find now is: >> >> visible data is much better for humans than invisible >> metadata >> on: >> >> > microformats#the_microformats_principles> >> >> Can someone remind me what I'm missing, please? >> >> -- >> Andy Mabbett >> _______________________________________________ >> microformats-discuss mailing list >> microformats-discuss@microformats.org >> http://microformats.org/mailman/listinfo/microformats-discuss >> > _______________________________________________ > microformats-discuss mailing list > microformats-discuss@microformats.org > http://microformats.org/mailman/listinfo/microformats-discuss From andy at pigsonthewing.org.uk Mon Jul 2 15:57:23 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Mon Jul 2 15:59:06 2007 Subject: [uf-discuss] Hidden metadata no microformats In-Reply-To: <8ad71be30707021141q3077b537l2369f71823b7fdd8@mail.gmail.com> References: <9+3FmlC$qhhGFw$2@pigsonthewing.org.uk> <8ad71be30707021141q3077b537l2369f71823b7fdd8@mail.gmail.com> Message-ID: In message <8ad71be30707021141q3077b537l2369f71823b7fdd8@mail.gmail.com>, Benjamin West writes >On 6/30/07, Andy Mabbett wrote: >> >> Several editors on Wikipedia are calling for the modification of the >> templates which implement microformat, to use hidden metadata. >> >> I thought there was a prohibition on hidden metadata in the specs, or at >> least somewhere on the wiki, but all I Can find now is: >> >> visible data is much better for humans than invisible metadata >> on: >> >> >> >> Can someone remind me what I'm missing, please? >http://tantek.com/log/2005/06.html#d03t2359 "Principles of visibility >and human friendliness". Thank you, but I was after something canonical, not an op-ed. >> -- >> Andy Mabbett Please don't top-post, and please don't quote sigs. Thank you. -- Andy Mabbett From paul_wilkins at xtra.co.nz Mon Jul 2 16:37:49 2007 From: paul_wilkins at xtra.co.nz (Paul Wilkins) Date: Mon Jul 2 16:37:54 2007 Subject: [uf-discuss] Hidden metadata no microformats References: <9+3FmlC$qhhGFw$2@pigsonthewing.org.uk><8ad71be30707021141q3077b537l2369f71823b7fdd8@mail.gmail.com> Message-ID: <001001c7bd02$009b4af0$bc08a8c0@nzto22> From: "Andy Mabbett" > Benjamin West writes >>> I thought there was a prohibition on hidden metadata in the specs, or at >>> least somewhere on the wiki, but all I Can find now is: >>> visible data is much better for humans than invisible metadata >>> >>> >>> Can someone remind me what I'm missing, please? > >>http://tantek.com/log/2005/06.html#d03t2359 "Principles of visibility >>and human friendliness". > > Thank you, but I was after something canonical, not an op-ed. > Please don't top-post, and please don't quote sigs. Thank you. You could try the FAQ. http://microformats.org/wiki/faq Where it says: Q. Given that Google now looks at hidden content as potential spam, will invisible microformats be considered spam? A. It is advisable not to hide information in your site, regardless of whether it is microformated or not. Microformats provide a mechanism for marking up visible content. Any mechanism for embedding invisible or hidden content risks being considered spam due to the fact that invisible (meta)data inevitably ends up being abused. Avoid invisible (meta)data. Publish visible data. -- Paul Wilkins From redux at splintered.co.uk Mon Jul 2 16:51:40 2007 From: redux at splintered.co.uk (Patrick H. Lauke) Date: Mon Jul 2 16:51:34 2007 Subject: [uf-discuss] Hidden metadata no microformats In-Reply-To: <001001c7bd02$009b4af0$bc08a8c0@nzto22> References: <9+3FmlC$qhhGFw$2@pigsonthewing.org.uk><8ad71be30707021141q3077b537l2369f71823b7fdd8@mail.gmail.com> <001001c7bd02$009b4af0$bc08a8c0@nzto22> Message-ID: <46898F8C.7090108@splintered.co.uk> Paul Wilkins wrote: > You could try the FAQ. > http://microformats.org/wiki/faq > > Where it says: > > Q. Given that Google now looks at hidden content as potential spam, will > invisible microformats be considered spam? > > A. It is advisable not to hide information in your site, regardless of > whether it is microformated or not. Microformats provide a mechanism for > marking up visible content. Any mechanism for embedding invisible or > hidden content risks being considered spam due to the fact that > invisible (meta)data inevitably ends up being abused. Avoid invisible > (meta)data. Publish visible data. FUD. Will Google attempt to parse the complex interplay of CSS and (X)HTML for each page to determine if content is somehow hidden? No. Currently, the way it works is that somebody reports a page to Google, and their team investigates it (cfr the case of BMW in Germany a while ago). There's human judgement involved, and not an automated "hidden = spam" algorithm. P -- Patrick H. Lauke ______________________________________________________________ re?dux (adj.): brought back; returned. used postpositively [latin : re-, re- + dux, leader; see duke.] www.splintered.co.uk | www.photographia.co.uk http://redux.deviantart.com ______________________________________________________________ Co-lead, Web Standards Project (WaSP) Accessibility Task Force http://webstandards.org/ ______________________________________________________________ Take it to the streets ... join the WaSP Street Team http://streetteam.webstandards.org/ ______________________________________________________________ From tantek at cs.stanford.edu Tue Jul 3 00:45:27 2007 From: tantek at cs.stanford.edu (Tantek =?ISO-8859-1?B?xw==?=elik) Date: Tue Jul 3 00:45:31 2007 Subject: hCard history and extensions (was Re: [uf-discuss] Date of Death in hCard) In-Reply-To: Message-ID: On 6/30/07 7:11 AM, "Jeremy Keith" wrote: > I don't believe that hCard needs to be extended to accommodate a > "date of death" field. I think that we already have a microformat to > deal with this use case; it just doesn't happen to be hCard. > > The dtend field in hCalendar seems like the perfect fit for this. > Microformats are intended to be embeddable within one another: an > hCalendar within an hCard (or visa-versa, depending on how you look > at it) allows for all the desired information to be marked up: > >

Minor correction (s/hcard/vcard in the class attribute)

> Charles Darwin was > born on February 12, > 1809 > and died on April 19,1882 abbr>. >

Otherwise, this is an excellent idea Jeremy. Perhaps you could add it to http://microformats.org/wiki/hcard-brainstorming as a suggested use of hCard with hCalendar? Thanks, Tantek From andy at pigsonthewing.org.uk Tue Jul 3 01:25:11 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Tue Jul 3 01:26:54 2007 Subject: hCard history and extensions (was Re: [uf-discuss] Date of Death in hCard) In-Reply-To: References: Message-ID: In message , Tantek ?elik writes >

> >> Charles Darwin was >> born on February 12, >> 1809 >> and died on April 19,1882> abbr>. >>

> >Otherwise, this is an excellent idea Jeremy. It's far less optimal than the proposed addition to hCard, for a number of reasons: * It encodes the lifetime as single event, rather than as separate birth and death events. * It is far less suited to use in templated data (based on my experience of adding hCard in Wikipedia, but the principles are transferable), as one needs to know that there is a DoB or DoD to include, before adding the "vevent" class; thereby making it harder if not impossible to implement * It requires more classes. * What if we know the DoD, but not the DoB (a common occurrence, in the years before mandatory birth registration, and thus in genealogy and historical biography; see: ), for example. * It makes nesting more complex, if the hCard is within an hCalendar, say for an event celebrating Darwin's 150th birthday. * It has a disparity in the way DoB and DoD are recorded; one has two classes (one specific to DoB); the other only one class. Publishers therefore have to learn and remember two different techniques. * It requires the "dtend" to be encoded as a day later than the actual death (it's wrong in the above example). If Charles and Tantek missed that, what chance do novice authors have? Do we really think this method is going to be easier for lay publishers to adopt, than a simple DoD field in hCard? -- Andy Mabbett From tantek at cs.stanford.edu Tue Jul 3 02:06:44 2007 From: tantek at cs.stanford.edu (Tantek =?ISO-8859-1?B?xw==?=elik) Date: Tue Jul 3 02:06:45 2007 Subject: [uf-discuss] "abbr" and accessibility - a work around. In-Reply-To: Message-ID: On 6/25/07 12:39 PM, "James Craig" wrote: > Apologies for not responding sooner. I've been working on a test case > script for all of the possibilities listed on the assistive- > technology-abbr-results pages, but side work always falls behind work > work. > > http://microformats.org/wiki/assistive-technology-abbr-results James, Thanks for the update, and I can certainly understand/appreciate the challenge of balancing various sources of "work". Your work on documenting the different possibilities, your scientific observations/hypotheses about the possibilities, and a test case script for them is very much appreciated (I'm sure by many, whether explicitly acknowledged or not). Tantek From marc.van.coillie at eife-l.org Tue Jul 3 04:26:48 2007 From: marc.van.coillie at eife-l.org (Marc Van Coillie) Date: Tue Jul 3 04:27:45 2007 Subject: [uf-discuss] Participation MicroFormat community to Human Capital and Social Technology Summit and ePortfolio conference Message-ID: <0a1101c7bd65$0c2f9520$0301a8c0@EIFELMARC> Dear all, we are organizing next October in Maastricht (Netherlands) an international summit dedicated to Human Capital, Digital Identity and ePortfolio: http://events.eife-l.org/HCSIT2007 I would like to know if someone from your community could be interested to participate especialy to organise with us a workshop session in order to look at a possible micro-format for ePortfolio approach. Regarding hResume one of your colleague from the French community (Christophe Ducamp) has already participated in our CV interoperability seminar last June with a very interesting presentation. hResume interop demonstration is still planned during the Plugfest demos linked with HR technology sessions in this summit but the concept of ePortfolio is more larger than only hResume part and it may be usefull to dedicate a full workshop session for this. Here is the link to presentations and articles from the Cv interop seminar: http://events.eife-l.org/services/events/2007/cv2007-proceedings/view And a link to a demo webservice client we have build that is able to convert hResume data from LinkedIn to HR-XML Europortfolio / Europass CV: http://demo.eife-l.org/cv/ws1/CVTransformService.html Please don't hesistate to contact me. Marc Van Coillie CTO EIfEL From Michael.Smethurst at bbc.co.uk Tue Jul 3 04:41:38 2007 From: Michael.Smethurst at bbc.co.uk (Michael Smethurst) Date: Tue Jul 3 04:42:00 2007 Subject: [uf-discuss] Ufs on bbc.co.uk/music Message-ID: It's been noted elsewhere but I don't think here Artist and release pages on bbc.co.uk/music now feature hcard, hreview and rel-licence ufs: http://www.bbc.co.uk/music/artist/m6qv/ http://www.bbc.co.uk/music/release/4b8c/ For anyone interested in metrics adding them took about an hour. Badgering about with deployment took considerably longer *sigh* All release reviews are now distributed under creative commons (non-commercial). This release also marks the first fruits of our link-up with MusicBrainz: http://blog.musicbrainz.org/archives/2007/06/the_bbc_partner.html It's not much but as a great man once said... it's not nothing http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this. From andy at pigsonthewing.org.uk Tue Jul 3 04:49:55 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Tue Jul 3 04:49:59 2007 Subject: hCard history and extensions (was Re: [uf-discuss] Date of Death in hCard) In-Reply-To: References: Message-ID: <27630.80.86.36.97.1183463395.squirrel@www.gradwell.com> On Tue, July 3, 2007 09:25, Andy Mabbett wrote: >>

>> >>> Charles Darwin was >>> born on February 12, >>> 1809 >>> and died on April 19,1882>> abbr>.

> Do we really think this method is going to be easier for lay publishers ...or parsers... > to adopt, than a simple DoD field in hCard? -- Andy Mabbett From andy at pigsonthewing.org.uk Tue Jul 3 05:07:25 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Tue Jul 3 05:07:30 2007 Subject: [uf-discuss] Ufs on bbc.co.uk/music In-Reply-To: References: Message-ID: <55272.80.86.36.97.1183464445.squirrel@www.gradwell.com> On Tue, July 3, 2007 12:41, Michael Smethurst wrote: > Artist and release pages on bbc.co.uk/music now feature hcard, hreview > and rel-licence ufs: > > http://www.bbc.co.uk/music/artist/m6qv/ Nice one, but you have, for example, "The Beatles" as "fn" not "fn org", leading to bogus n-optimisation. -- Andy Mabbett From serdar at kilic.net Tue Jul 3 05:08:19 2007 From: serdar at kilic.net (=?ISO-8859-1?Q?Serdar_Kili=E7?=) Date: Tue Jul 3 05:08:25 2007 Subject: [uf-discuss] T-shirt sales In-Reply-To: <1bc4603e0706291951h877fa48m91dbb06e1fec43f2@mail.gmail.com> References: <46CB1E06-93D4-4C53-A8F9-164B70432B6D@kilic.net> <467F9C9C.3070508@ts0.com> <1bc4603e0706291951h877fa48m91dbb06e1fec43f2@mail.gmail.com> Message-ID: <99642B3F-F596-4BCA-8508-6C4F646AD44B@kilic.net> On 30/06/2007, at 12:51 PM, Chris Messina wrote: > Are folks interested in buying any variety of MF shirts? I'm interested in getting a few shirts (as long as though shipping to Australia is reasonable). Regards, Serdar Kili? http://weblog.kilic.net/ From Michael.Smethurst at bbc.co.uk Tue Jul 3 05:18:54 2007 From: Michael.Smethurst at bbc.co.uk (Michael Smethurst) Date: Tue Jul 3 05:19:06 2007 Subject: [uf-discuss] Ufs on bbc.co.uk/music In-Reply-To: <55272.80.86.36.97.1183464445.squirrel@www.gradwell.com> Message-ID: On 3/7/07 13:07, "Andy Mabbett" wrote: > On Tue, July 3, 2007 12:41, Michael Smethurst wrote: > > >> Artist and release pages on bbc.co.uk/music now feature hcard, hreview >> and rel-licence ufs: >> >> http://www.bbc.co.uk/music/artist/m6qv/ > > Nice one, but you have, for example, "The Beatles" as "fn" not "fn org", > leading to bogus n-optimisation. Unfortunately, the database doesn't tell me whether an artist is a person or a group. I could get this data by hitting the brainz api but we don't yet have a local copy of the brainz api to hit and I'm on a promise to robert not to kill his server. So in the meantime it's the best I can do with available data... http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this. From scott at randomchaos.com Tue Jul 3 05:26:33 2007 From: scott at randomchaos.com (Scott Reynen) Date: Tue Jul 3 05:26:41 2007 Subject: [uf-discuss] Ufs on bbc.co.uk/music In-Reply-To: References: Message-ID: On Jul 3, 2007, at 5:41 AM, Michael Smethurst wrote: > Such nesting confusion is a known problem in need of more real world examples. I added this to the wiki: http://microformats.org/wiki/mfo-examples#hCard_in_hReview Please correct any errors or omissions you see. Peace, Scott From julian.rickards at ontario.ca Tue Jul 3 11:04:29 2007 From: julian.rickards at ontario.ca (Rickards, Julian (NDM)) Date: Tue Jul 3 11:04:41 2007 Subject: [uf-discuss] Confused about telephone numbers in hCard In-Reply-To: <009b01c7bc27$7b471170$bc08a8c0@nzto22> References: <294B63D734544B438995226DBD3ABAF602D83E12@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> <009b01c7bc27$7b471170$bc08a8c0@nzto22> Message-ID: <294B63D734544B438995226DBD3ABAF602D83F89@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> Paul Wilkins wrote: > The trouble you're facing is that Tails is at version 0.3. > The author says " Thanks all for the feedback. I'm trying to > construct a list . . ." > > At this stage, Tails is incomplete and you will either need > to be patient until it works more properly, or for the > interim, find some other solution than Tails. In my experimentation, I learned that the same code (http://jrickards.ca/hcard2.html) exports properly via Technorati Contacts, X2V and Operator but not via Tails Export. I am not going to depend on Tails Export until more advances have been made to the code (otherwise, it has great potential for becoming a great tool). Jules From andy at pigsonthewing.org.uk Tue Jul 3 11:08:25 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Tue Jul 3 11:10:03 2007 Subject: [uf-discuss] Ufs on bbc.co.uk/music In-Reply-To: References: <55272.80.86.36.97.1183464445.squirrel@www.gradwell.com> Message-ID: In message , Michael Smethurst writes >On 3/7/07 13:07, "Andy Mabbett" wrote: > >> On Tue, July 3, 2007 12:41, Michael Smethurst wrote: >> >> >>> Artist and release pages on bbc.co.uk/music now feature hcard, hreview >>> and rel-licence ufs: >>> >>> http://www.bbc.co.uk/music/artist/m6qv/ >> >> Nice one, but you have, for example, "The Beatles" as "fn" not "fn org", >> leading to bogus n-optimisation. > >Unfortunately, the database doesn't tell me whether an artist is a >person or a group. I empathise - I had the same trouble with bands vs. artist in the relevant infobox on Wikipedia, Fortunately, it is possible for other parameters used there, to distinguish between them. > So in the meantime it's the best I can do with available data... I wonder whether "no microformats" would be better than "broken microformats"? What do others think? -- Andy Mabbett From andy at pigsonthewing.org.uk Tue Jul 3 11:23:53 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Tue Jul 3 11:25:34 2007 Subject: [uf-discuss] Hidden metadata no microformats In-Reply-To: <46898F8C.7090108@splintered.co.uk> References: <9+3FmlC$qhhGFw$2@pigsonthewing.org.uk> <8ad71be30707021141q3077b537l2369f71823b7fdd8@mail.gmail.com> <001001c7bd02$009b4af0$bc08a8c0@nzto22> <46898F8C.7090108@splintered.co.uk> Message-ID: In message <46898F8C.7090108@splintered.co.uk>, Patrick H. Lauke writes >Paul Wilkins wrote: > >> You could try the FAQ. >> http://microformats.org/wiki/faq >> Where it says: >> Q. Given that Google now looks at hidden content as potential spam, >>will invisible microformats be considered spam? >> A. It is advisable not to hide information in your site, regardless >>of whether it is microformated or not. Microformats provide a >>mechanism for marking up visible content. Any mechanism for embedding >>invisible or hidden content risks being considered spam due to the >>fact that invisible (meta)data inevitably ends up being abused. Avoid >>invisible (meta)data. Publish visible data. > >FUD. Will Google attempt to parse the complex interplay of CSS and >(X)HTML for each page to determine if content is somehow hidden? No. >Currently, the way it works is that somebody reports a page to Google, >and their team investigates it (cfr the case of BMW in Germany a while >ago). There's human judgement involved, and not an automated "hidden = >spam" algorithm. I've updated the FAQ to reflect that. I've still seen no citation for any *prohibition* of hidden data in microformats... -- Andy Mabbett From mejllistor at kodfabrik.se Tue Jul 3 11:44:11 2007 From: mejllistor at kodfabrik.se (Pelle W) Date: Tue Jul 3 11:44:26 2007 Subject: [uf-discuss] Ufs on bbc.co.uk/music In-Reply-To: References: <55272.80.86.36.97.1183464445.squirrel@www.gradwell.com> Message-ID: <468A98FB.2040201@kodfabrik.se> Andy Mabbett skrev: >> Unfortunately, the database doesn't tell me whether an artist is a >> person or a group. > I empathise - I had the same trouble with bands vs. artist in the > relevant infobox on Wikipedia, Fortunately, it is possible for other > parameters used there, to distinguish between them. >> So in the meantime it's the best I can do with available data... > I wonder whether "no microformats" would be better than "broken > microformats"? > > What do others think? I think that maybe all artist kan be considered a company because frankly their names are trademarks no matter if their own, a bands or something else. Britney Spears or Paris Hilton could both practically be caled Britney Spears Inc. or Paris Hilton Inc. It's better with broken microformats than no - but perhaps it's better broken the way I suggest than the way it is now? / Pelle From julian.rickards at ontario.ca Tue Jul 3 11:47:39 2007 From: julian.rickards at ontario.ca (Rickards, Julian (NDM)) Date: Tue Jul 3 11:47:45 2007 Subject: [uf-discuss] Multiple hCards Message-ID: <294B63D734544B438995226DBD3ABAF602D83F9E@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> Hi: On http://jrickards.ca/hcard.html, I have multiple hCards. The Tails Export and Operator plugins handle these multiple hCards (albeit one at time) but the Technorati Contacts and X2V import only the top one. Is there anyway to get either Technorati Contacts or X2V to work with a selected one, not just the first one? Jules ------------------------------ Julian Rickards Geoscience Data Conversion Technician Provincial Recording Office, Level B3 Sudbury, ON P3E 6B5 E-mail: julian.rickards@ontario.ca Phone: (705) 670-5861, Fax: (705) 670-5881 From tantek at cs.stanford.edu Tue Jul 3 11:50:46 2007 From: tantek at cs.stanford.edu (Tantek =?ISO-8859-1?B?xw==?=elik) Date: Tue Jul 3 11:50:56 2007 Subject: [uf-discuss] Hidden metadata no microformats In-Reply-To: Message-ID: On 7/3/07 11:23 AM, "Andy Mabbett" wrote: > In message <46898F8C.7090108@splintered.co.uk>, Patrick H. Lauke > writes > >> Paul Wilkins wrote: >> >>> You could try the FAQ. >>> http://microformats.org/wiki/faq >>> Where it says: >>> Q. Given that Google now looks at hidden content as potential spam, >>> will invisible microformats be considered spam? >>> A. It is advisable not to hide information in your site, regardless >>> of whether it is microformated or not. Microformats provide a >>> mechanism for marking up visible content. Any mechanism for embedding >>> invisible or hidden content risks being considered spam due to the >>> fact that invisible (meta)data inevitably ends up being abused. Avoid >>> invisible (meta)data. Publish visible data. >> >> FUD. Not FUD but based on examples publicly discussed and commented on by search engine company representatives (Google, Yahoo, Technorati, etc.). It would be reasonable (and certainly better for us) to have citations since these generalizations are based on events documented on the broader web. >> Will Google attempt to parse the complex interplay of CSS and >> (X)HTML for each page to determine if content is somehow hidden? No. >> Currently, the way it works is that somebody reports a page to Google, >> and their team investigates it (cfr the case of BMW in Germany a while >> ago). There's human judgement involved, and not an automated "hidden = >> spam" algorithm. Are you an employee for Google speaking authoritatively on Google's behalf? > I've updated the FAQ to reflect that. I've reverted this assertion from the FAQ since AFAIK Patrick is not a Google employee nor speaking for Google. > I've still seen no citation for any *prohibition* of hidden data in > microformats... There is no prohibition per se, it is simply suboptimal behavior. Perhaps analogous to how there is no prohibition of putting aluminum cans in the garbage which is suboptimal compared to recycling them. Tantek From microformats at kaply.com Tue Jul 3 12:04:23 2007 From: microformats at kaply.com (Mike Kaply) Date: Tue Jul 3 12:04:26 2007 Subject: [uf-discuss] Ufs on bbc.co.uk/music In-Reply-To: <468A98FB.2040201@kodfabrik.se> References: <55272.80.86.36.97.1183464445.squirrel@www.gradwell.com> <468A98FB.2040201@kodfabrik.se> Message-ID: Maybe this just shows how n optimization is a bad idea? Just because someone's name is Ludacris, doesn't mean it's a nick name. And just because someone's name is 50 Cent doesn't mean their first name is 50 and their last name is Cent. Mike Kaply On 7/3/07, Pelle W wrote: > Andy Mabbett skrev: > >> Unfortunately, the database doesn't tell me whether an artist is a > >> person or a group. > > I empathise - I had the same trouble with bands vs. artist in the > > relevant infobox on Wikipedia, Fortunately, it is possible for other > > parameters used there, to distinguish between them. > >> So in the meantime it's the best I can do with available data... > > I wonder whether "no microformats" would be better than "broken > > microformats"? > > > > What do others think? > I think that maybe all artist kan be considered a company because > frankly their names are trademarks no matter if their own, a bands or > something else. > Britney Spears or Paris Hilton could both practically be caled Britney > Spears Inc. or Paris Hilton Inc. > It's better with broken microformats than no - but perhaps it's better > broken the way I suggest than the way it is now? > > / Pelle > > _______________________________________________ > microformats-discuss mailing list > microformats-discuss@microformats.org > http://microformats.org/mailman/listinfo/microformats-discuss > From scott at randomchaos.com Tue Jul 3 12:45:33 2007 From: scott at randomchaos.com (Scott Reynen) Date: Tue Jul 3 12:45:43 2007 Subject: [uf-discuss] Multiple hCards In-Reply-To: <294B63D734544B438995226DBD3ABAF602D83F9E@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> References: <294B63D734544B438995226DBD3ABAF602D83F9E@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> Message-ID: <0B762DA7-384C-4072-A05A-CF70C8F274BE@randomchaos.com> On Jul 3, 2007, at 12:47 PM, Rickards, Julian (NDM) wrote: > On http://jrickards.ca/hcard.html, I have multiple hCards. The Tails > Export and Operator plugins handle these multiple hCards (albeit > one at > time) but the Technorati Contacts and X2V import only the top one. > > Is there anyway to get either Technorati Contacts or X2V to work > with a > selected one, not just the first one? I just exported that page through X2V and got 3 vCards. They're all in one .vcf file, though. Do you want each vCard in a separate file for some reason, or were you getting something different? Peace, Scott From julian.rickards at ontario.ca Wed Jul 4 04:59:37 2007 From: julian.rickards at ontario.ca (Rickards, Julian (NDM)) Date: Wed Jul 4 04:59:47 2007 Subject: [uf-discuss] Multiple hCards In-Reply-To: <0B762DA7-384C-4072-A05A-CF70C8F274BE@randomchaos.com> References: <294B63D734544B438995226DBD3ABAF602D83F9E@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> <0B762DA7-384C-4072-A05A-CF70C8F274BE@randomchaos.com> Message-ID: <294B63D734544B438995226DBD3ABAF602D83FF7@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> Scott wrote: > I just exported that page through X2V and got 3 vCards. > They're all in one .vcf file, though. Do you want each vCard > in a separate file for some reason, or were you getting > something different? When creating a page with multiple hCards, for example, Sales Offices in North America, South America, Europe, Asia, Africa, Australasia, only one of those would apply so you would want only the one that applied to you. In my case, I am trying to find a way of listing the contact information for various staff in our office and yet when a client goes to our contacts page, they need only download the contact information for one or a couple of our staff that they deal with on a regular basis. I am going to see if fragment identifiers work but I suspect that they won't. I will let you know the results. Jules From julian.rickards at ontario.ca Wed Jul 4 05:09:11 2007 From: julian.rickards at ontario.ca (Rickards, Julian (NDM)) Date: Wed Jul 4 05:09:15 2007 Subject: [uf-discuss] Multiple hCards In-Reply-To: <0B762DA7-384C-4072-A05A-CF70C8F274BE@randomchaos.com> References: <294B63D734544B438995226DBD3ABAF602D83F9E@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> <0B762DA7-384C-4072-A05A-CF70C8F274BE@randomchaos.com> Message-ID: <294B63D734544B438995226DBD3ABAF602D83FF8@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> Scott wrote: > I just exported that page through X2V and got 3 vCards. > They're all in one .vcf file, though. Do you want each vCard > in a separate file for some reason, or were you getting > something different? Also, in Outlook 2003, I don't get 3 vCards, just one and it contains only the first contact information. I tried Technorati Contacts too and the same results. I also tried using fragment identifiers (http://jrickards.ca/hcard.html#arethafranklin) but that didn't work either, I only got the first contact (James Brown). Jules From thom at ts0.com Wed Jul 4 05:26:57 2007 From: thom at ts0.com (Thom Shannon) Date: Wed Jul 4 05:27:00 2007 Subject: [uf-discuss] definitive hCard on a page Message-ID: <468B9211.3090306@ts0.com> What would be the way to markup a hCard as being the definitive hCard on a page. For example the page owner or author. My blog has hCards of friends and commenters, as well as my own. But I'd like a programmatic way to identify mine, mainly to access information about me at my openid. Would it be a category? And is there any convention emerging for the name of such a category? From mejllistor at kodfabrik.se Wed Jul 4 05:32:27 2007 From: mejllistor at kodfabrik.se (Pelle W) Date: Wed Jul 4 05:32:47 2007 Subject: [uf-discuss] definitive hCard on a page In-Reply-To: <468B9211.3090306@ts0.com> References: <468B9211.3090306@ts0.com> Message-ID: <468B935B.9000201@kodfabrik.se> Thom Shannon skrev: > What would be the way to markup a hCard as being the definitive hCard > on a page. For example the page owner or author. My blog has hCards of > friends and commenters, as well as my own. But I'd like a programmatic > way to identify mine, mainly to access information about me at my openid. > > Would it be a category? And is there any convention emerging for the > name of such a category? What about using XFN and that way defining you as yourself?| For me that would be:| / Pelle From fberriman at gmail.com Wed Jul 4 05:36:27 2007 From: fberriman at gmail.com (Frances Berriman) Date: Wed Jul 4 05:36:30 2007 Subject: [uf-discuss] definitive hCard on a page In-Reply-To: <468B9211.3090306@ts0.com> References: <468B9211.3090306@ts0.com> Message-ID: On 04/07/07, Thom Shannon wrote: > What would be the way to markup a hCard as being the definitive hCard on > a page. For example the page owner or author. My blog has hCards of > friends and commenters, as well as my own. But I'd like a programmatic > way to identify mine, mainly to access information about me at my openid. The
element is for signifying the page author. This'd probably suit what you're looking for (
etc.). -- Frances Berriman http://fberriman.com From thom at ts0.com Wed Jul 4 05:50:02 2007 From: thom at ts0.com (Thom Shannon) Date: Wed Jul 4 05:50:09 2007 Subject: [uf-discuss] definitive hCard on a page In-Reply-To: References: <468B9211.3090306@ts0.com> Message-ID: <468B977A.8060103@ts0.com> Frances Berriman wrote: > The
element is for signifying the page author. This'd > probably suit what you're looking for (
etc.). > So it is: http://www.w3.org/MarkUp/html3/address.html I like a posh answer! Thanks. From microformats at fatbusinessman.com Wed Jul 4 06:18:06 2007 From: microformats at fatbusinessman.com (David Thompson) Date: Wed Jul 4 06:18:10 2007 Subject: [uf-discuss] Multiple hCards In-Reply-To: <294B63D734544B438995226DBD3ABAF602D83FF8@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> References: <294B63D734544B438995226DBD3ABAF602D83F9E@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> <0B762DA7-384C-4072-A05A-CF70C8F274BE@randomchaos.com> <294B63D734544B438995226DBD3ABAF602D83FF8@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> Message-ID: <468B9E0E.6070104@fatbusinessman.com> Rickards, Julian (NDM) wrote: > Also, in Outlook 2003, I don't get 3 vCards, just one and it contains > only the first contact information. This is a known Outlook bug: Granted, that doesn't actually _solve_ the problem, but still? -- David Thompson From julian.rickards at ontario.ca Wed Jul 4 06:31:44 2007 From: julian.rickards at ontario.ca (Rickards, Julian (NDM)) Date: Wed Jul 4 06:32:21 2007 Subject: [uf-discuss] Multiple hCards In-Reply-To: <468B9E0E.6070104@fatbusinessman.com> References: <294B63D734544B438995226DBD3ABAF602D83F9E@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> <0B762DA7-384C-4072-A05A-CF70C8F274BE@randomchaos.com><294B63D734544B438995226DBD3ABAF602D83FF8@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> <468B9E0E.6070104@fatbusinessman.com> Message-ID: <294B63D734544B438995226DBD3ABAF602D8401E@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> David wrote: > This is a known Outlook bug: > > > Granted, that doesn't actually _solve_ the problem, but still... At least it clarifies the situation. Thanks, Jules From scott at randomchaos.com Wed Jul 4 07:50:54 2007 From: scott at randomchaos.com (Scott Reynen) Date: Wed Jul 4 07:51:03 2007 Subject: [uf-discuss] Multiple hCards In-Reply-To: <294B63D734544B438995226DBD3ABAF602D83FF8@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> References: <294B63D734544B438995226DBD3ABAF602D83F9E@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> <0B762DA7-384C-4072-A05A-CF70C8F274BE@randomchaos.com> <294B63D734544B438995226DBD3ABAF602D83FF8@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> Message-ID: On Jul 4, 2007, at 6:09 AM, Rickards, Julian (NDM) wrote: > I also tried using fragment identifiers > (http://jrickards.ca/hcard.html#arethafranklin) but that didn't work > either, I only got the first contact (James Brown). I just ran that fragment URL through X2V, which output only the Aretha Franklin vCard. Taking a guess as to why you might be getting different results, if you're using X2V via a constructed URL per the instructions of "http://suda.co.uk/projects/microformats/hcard/get- contact.php?uri=", that doesn't actually work with fragment URLs, because the # needs to be escaped (as %23). But that's my only guess as to what the problem is. Peace, Scott From julian.rickards at ontario.ca Wed Jul 4 08:06:04 2007 From: julian.rickards at ontario.ca (Rickards, Julian (NDM)) Date: Wed Jul 4 08:06:13 2007 Subject: [uf-discuss] Multiple hCards In-Reply-To: References: <294B63D734544B438995226DBD3ABAF602D83F9E@CTSPITDCEMMVX03.cihs.ad.gov.on.ca><0B762DA7-384C-4072-A05A-CF70C8F274BE@randomchaos.com><294B63D734544B438995226DBD3ABAF602D83FF8@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> Message-ID: <294B63D734544B438995226DBD3ABAF602D8405F@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> Scott wrote: > I just ran that fragment URL through X2V, which output only > the Aretha Franklin vCard. Taking a guess as to why you > might be getting different results, if you're using X2V via a > constructed URL per the instructions of > "http://suda.co.uk/projects/microformats/hcard/get- > contact.php?uri=", that doesn't actually > work with fragment URLs, because the # needs to be escaped > (as %23). > But that's my only guess as to what the problem is. Hah!! Perfect! Didn't know I had to escape the fragment URL. Did you get only the Aretha Franklin vCard? Last time you tested it for me, you told me that you downloaded 3 vCards in one vcf and I just want to make sure that with the fragment identifiers, when you click on the links after either "James Brown" or "Aretha Franklin" (http://jrickards.ca/hcard.html) you get only one vCard when you click on the links. Jules From scott at randomchaos.com Wed Jul 4 09:30:40 2007 From: scott at randomchaos.com (Scott Reynen) Date: Wed Jul 4 09:30:51 2007 Subject: [uf-discuss] Multiple hCards In-Reply-To: <294B63D734544B438995226DBD3ABAF602D8405F@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> References: <294B63D734544B438995226DBD3ABAF602D83F9E@CTSPITDCEMMVX03.cihs.ad.gov.on.ca><0B762DA7-384C-4072-A05A-CF70C8F274BE@randomchaos.com><294B63D734544B438995226DBD3ABAF602D83FF8@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> <294B63D734544B438995226DBD3ABAF602D8405F@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> Message-ID: <3836F200-6764-49E0-8671-C132BFCC5451@randomchaos.com> On Jul 4, 2007, at 9:06 AM, Rickards, Julian (NDM) wrote: >> Taking a guess as to why you >> might be getting different results, if you're using X2V via a >> constructed URL per the instructions of >> "http://suda.co.uk/projects/microformats/hcard/get- >> contact.php?uri=", that doesn't actually >> work with fragment URLs, because the # needs to be escaped >> (as %23). > > Hah!! Perfect! Didn't know I had to escape the fragment URL. Yeah, technically all URLs in query strings should be escaped, but it's mostly only an issue with fragments. > Did you get only the Aretha Franklin vCard? Last time you tested it > for > me, you told me that you downloaded 3 vCards in one vcf and I just > want > to make sure that with the fragment identifiers, when you click on the > links after either "James Brown" or "Aretha Franklin" > (http://jrickards.ca/hcard.html) you get only one vCard when you click > on the links. I get all three when I paste your non-fragment URL into X2V, and each individual one when I click the fragment links on your page (which I hadn't noticed before). So everything seems to be working. Peace, Scott From andy at pigsonthewing.org.uk Wed Jul 4 12:04:18 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Wed Jul 4 12:05:59 2007 Subject: [uf-discuss] definitive hCard on a page In-Reply-To: References: <468B9211.3090306@ts0.com> Message-ID: In message , Frances Berriman writes >On 04/07/07, Thom Shannon wrote: >> What would be the way to markup a hCard as being the definitive hCard on >> a page. For example the page owner or author. My blog has hCards of >> friends and commenters, as well as my own. But I'd like a programmatic >> way to identify mine, mainly to access information about me at my openid. > >The
element is for signifying the page author. This'd >probably suit what you're looking for (
etc.). That's fine when the primary subject of the page is it's author. Imagine, though, a biography of Paul McCartney. It might mention that he was in a popular music ensemble with John Lennon, Ringo Star and George Harrison, produced by George Martin, and was married to Linda McCartney and someone else, and had children called Stella, Mary and so on. The page's author might be, say, Hunter Davies. Each of these people might have an hCard - but how do we indicate that Paul McCartney's hCard is the primary one for the page? -- Andy Mabbett From fberriman at gmail.com Wed Jul 4 12:51:50 2007 From: fberriman at gmail.com (Frances Berriman) Date: Wed Jul 4 12:51:52 2007 Subject: [uf-discuss] definitive hCard on a page In-Reply-To: References: <468B9211.3090306@ts0.com> Message-ID: On 04/07/07, Andy Mabbett wrote: > In message > , Frances > Berriman writes > > >On 04/07/07, Thom Shannon wrote: > >> What would be the way to markup a hCard as being the definitive hCard on > >> a page. For example the page owner or author. My blog has hCards of > >> friends and commenters, as well as my own. But I'd like a programmatic > >> way to identify mine, mainly to access information about me at my openid. > > > >The
element is for signifying the page author. This'd > >probably suit what you're looking for (
etc.). > > That's fine when the primary subject of the page is it's author. > > Imagine, though, a biography of Paul McCartney. It might mention that he > was in a popular music ensemble with John Lennon, Ringo Star and George > Harrison, produced by George Martin, and was married to Linda McCartney > and someone else, and had children called Stella, Mary and so on. > > The page's author might be, say, Hunter Davies. > > Each of these people might have an hCard - but how do we indicate that > Paul McCartney's hCard is the primary one for the page? A primary hCard wouldn't be the same as the author of the page. That's a different problem. -- Frances Berriman http://fberriman.com From andy at pigsonthewing.org.uk Wed Jul 4 13:32:32 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Wed Jul 4 13:35:15 2007 Subject: [uf-discuss] definitive hCard on a page In-Reply-To: References: <468B9211.3090306@ts0.com> Message-ID: In message , Frances Berriman writes >On 04/07/07, Andy Mabbett wrote: >> In message >> , Frances >> Berriman writes >> >> >On 04/07/07, Thom Shannon wrote: >>> > What would be the way to markup a hCard as being the definitive hCard on >>> > a page. For example the page owner or author. My blog has hCards of >>> > friends and commenters, as well as my own. But I'd like a programmatic >>> > way to identify mine, mainly to access information about me at my openid. >> > >> >The
element is for signifying the page author. This'd >> >probably suit what you're looking for (
etc.). >> >> That's fine when the primary subject of the page is its author. >> >> Imagine, though, a biography of Paul McCartney. It might mention that he >> was in a popular music ensemble with John Lennon, Ringo Star and George >> Harrison, produced by George Martin, and was married to Linda McCartney >> and someone else, and had children called Stella, Mary and so on. >> >> The page's author might be, say, Hunter Davies. >> >> Each of these people might have an hCard - but how do we indicate that >> Paul McCartney's hCard is the primary one for the page? > >A primary hCard wouldn't be the same as the author of the page. Quite. >That's a different problem. We were asked: What would be the way to markup a hCard as being the definitive hCard on a page. For example the page owner or author. Note that that's "For example", not "i.e.". -- Andy Mabbett From andy at pigsonthewing.org.uk Wed Jul 4 13:34:13 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Wed Jul 4 13:35:37 2007 Subject: [uf-discuss] Semacode Message-ID: I've made as Semacode for microformats, and put it on a page with some explanatory text: -- Andy Mabbett From scott at randomchaos.com Wed Jul 4 14:12:15 2007 From: scott at randomchaos.com (Scott Reynen) Date: Wed Jul 4 14:14:34 2007 Subject: [uf-discuss] definitive hCard on a page In-Reply-To: References: <468B9211.3090306@ts0.com> Message-ID: <10AB4671-5FC1-4E4E-931A-6A3F98499F8E@randomchaos.com> On Jul 4, 2007, at 1:04 PM, Andy Mabbett wrote: > Imagine, though, a biography of Paul McCartney. It might mention > that he was in a popular music ensemble with John Lennon, Ringo > Star and George Harrison, produced by George Martin, and was > married to Linda McCartney and someone else, and had children > called Stella, Mary and so on. Interesting question, if not what Thom needed. I try to use

to identify the subject of a page, so perhaps something like

Paul McCartney

could cover that scenario. But it's hard to know without an actual web page to look at, and I'm not sure what we'd do with the subject after we'd identified it. If this is becoming a new microformat proposal, it should probably move to the - new list. Peace, Scott From andy at pigsonthewing.org.uk Wed Jul 4 15:06:00 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Wed Jul 4 15:07:44 2007 Subject: [uf-discuss] definitive hCard on a page In-Reply-To: <10AB4671-5FC1-4E4E-931A-6A3F98499F8E@randomchaos.com> References: <468B9211.3090306@ts0.com> <10AB4671-5FC1-4E4E-931A-6A3F98499F8E@randomchaos.com> Message-ID: In message <10AB4671-5FC1-4E4E-931A-6A3F98499F8E@randomchaos.com>, Scott Reynen writes >On Jul 4, 2007, at 1:04 PM, Andy Mabbett wrote: > >> Imagine, though, a biography of Paul McCartney. It might mention >>that he was in a popular music ensemble with John Lennon, Ringo Star >>and George Harrison, produced by George Martin, and was married to >>Linda McCartney and someone else, and had children called Stella, >>Mary and so on. > >Interesting question, if not what Thom needed. I try to use

to >identify the subject of a page, so perhaps something like

class="fn">Paul McCartney

could cover that scenario. Not if the existing page has:

Acme Rock Biographies Inc

Paul McCartney

> But it's hard to know without an actual web page to look at, and I'm >not sure what we'd do with the subject after we'd identified it. One application could be for a search engine - "find me pages *about* Paul McCartney, but don't bother with those that just /mention/ him". Then again, there's the issue of pages "about Paul McCartney and John Lennon (and their work together)" where each has equal weight. > If this is becoming a new microformat proposal, it should probably >move to the - new list. That wasn't my intention. -- Andy Mabbett From scott at randomchaos.com Wed Jul 4 15:56:27 2007 From: scott at randomchaos.com (Scott Reynen) Date: Wed Jul 4 15:56:35 2007 Subject: [uf-discuss] definitive hCard on a page In-Reply-To: References: <468B9211.3090306@ts0.com> <10AB4671-5FC1-4E4E-931A-6A3F98499F8E@randomchaos.com> Message-ID: <9C538789-C6FB-4382-85FB-0857774CD513@randomchaos.com> On Jul 4, 2007, at 4:06 PM, Andy Mabbett wrote: >> Interesting question, if not what Thom needed. I try to use

to >> identify the subject of a page, so perhaps something like

> class="fn">Paul McCartney

could cover that scenario. > > Not if the existing page has: > >

Acme Rock Biographies Inc

>

Paul McCartney

I think the subject is still clear here, if not what was intended. Headers describe the topic of a section of content. In this case, this headers say the content is primarily about Acme Rock Biographies, and secondarily about Paul McCartney. Of course, many people are still using headers primarily for their default visual rendering without regard to their meaning, so there's still a lot of work to do convincing publishers to use HTML markup meaningfully. >> But it's hard to know without an actual web page to look at, and >> I'm >> not sure what we'd do with the subject after we'd identified it. > > One application could be for a search engine - "find me pages *about* > Paul McCartney, but don't bother with those that just /mention/ him". Search engines already analyze the structure of HTML documents, e.g. headers, to determine subject matter, but they don't treat the markup as definitive. I think the only thing required to accomplish this scenario would be for a search engine to assume the structure of markup actually reflects the structure of the content in HTML documents, i.e. assume the web is semantic. I doubt they'll see much value in that until much more of the web actually is semantic, but I'd certainly be interested in seeing the results of such a search engine. Peace, Scott From mdagn at spraci.com Wed Jul 4 17:59:04 2007 From: mdagn at spraci.com (Michael MD) Date: Wed Jul 4 17:59:07 2007 Subject: [uf-discuss] Hidden metadata no microformats References: <9+3FmlC$qhhGFw$2@pigsonthewing.org.uk><8ad71be30707021141q3077b537l2369f71823b7fdd8@mail.gmail.com><001001c7bd02$009b4af0$bc08a8c0@nzto22><46898F8C.7090108@splintered.co.uk> Message-ID: <003401c7be9f$af831770$116bacca@COMCEN> > > I've updated the FAQ to reflect that. > > I've still seen no citation for any *prohibition* of hidden data in > microformats... I do think there is a valid case for being able to have *some* hidden items where humans can easily work out from other stuff that IS displayed what they are but machines may still need them - such as the case that was discussed here a few months ago of displaying the (adr or hcard) region or country in hcalendar items where it is assumed that people looking at the page would already know them because all the events are in the same city (the summary, dates, description, etc would still be visible) or where that information is already present in a human-readable form somewhere else on the page or it is obvious to humans (such as a site or section of a site about a certain city) I'd say it is still better to include that extra information even if it has to be hidden! - that extra data can still be useful to aggregators/search tools/export tools etc - and may in some cases be needed. I don't think there should be ever be any case where visual design considerations cause people to omit important data, they should still be able to include it somehow. Forcing people to display EVERYTHING might cause lots of people out there to omit potentially useful data. From mejllistor at kodfabrik.se Wed Jul 4 23:43:30 2007 From: mejllistor at kodfabrik.se (Pelle W) Date: Wed Jul 4 23:43:49 2007 Subject: [uf-discuss] Hidden metadata no microformats In-Reply-To: <003401c7be9f$af831770$116bacca@COMCEN> References: <9+3FmlC$qhhGFw$2@pigsonthewing.org.uk><8ad71be30707021141q3077b537l2369f71823b7fdd8@mail.gmail.com><001001c7bd02$009b4af0$bc08a8c0@nzto22><46898F8C.7090108@splintered.co.uk> <003401c7be9f$af831770$116bacca@COMCEN> Message-ID: <468C9312.7020408@kodfabrik.se> Michael MD skrev: >> >> I've updated the FAQ to reflect that. >> >> I've still seen no citation for any *prohibition* of hidden data in >> microformats... > I do think there is a valid case for being able to have *some* hidden > items where humans can easily work out from other stuff that IS > displayed what they are > but machines may still need them > - such as the case that was discussed here a few months ago of > displaying the (adr or hcard) region or country in hcalendar items > where it is assumed that people looking at the page would already know > them because all the events are in the same city (the summary, dates, > description, etc would still be visible) or where that information is > already present in a human-readable form somewhere else on the page or > it is obvious to humans (such as a site or section of a site about a > certain city) > > I'd say it is still better to include that extra information even if > it has to be hidden! > - that extra data can still be useful to aggregators/search > tools/export tools etc - and may in some cases be needed. > > I don't think there should be ever be any case where visual design > considerations cause people to omit important data, > they should still be able to include it somehow. > > Forcing people to display EVERYTHING might cause lots of people out > there to omit potentially useful data. Another way of "legally" hiding microformats without really hiding any information is to replace the text with images with the help of CSS. If you asked the borswer or some other program if the microformat is hidden it would then say yes - but the info could very well be visible in graphics. Perhaps a map has replaced some geo-data or a very beutiful headline has replaced the name in a hCard. / Pelle From kevinmarks at mac.com Wed Jul 4 23:47:09 2007 From: kevinmarks at mac.com (Kevin Marks) Date: Wed Jul 4 23:47:25 2007 Subject: [uf-discuss] definitive hCard on a page In-Reply-To: <468B935B.9000201@kodfabrik.se> References: <468B9211.3090306@ts0.com> <468B935B.9000201@kodfabrik.se> Message-ID: <395B49AE-05FA-49E6-A999-9B2F26C2FD14@mac.com> On Jul 4, 2007, at 5:32 AM, Pelle W wrote: > Thom Shannon skrev: >> What would be the way to markup a hCard as being the definitive >> hCard on a page. For example the page owner or author. My blog has >> hCards of friends and commenters, as well as my own. But I'd like >> a programmatic way to identify mine, mainly to access information >> about me at my openid. >> >> Would it be a category? And is there any convention emerging for >> the name of such a category? > What about using XFN and that way defining you as yourself?| For me > that would be:| > > As others have said, using
works when the person is the principal author of the page - see twitter for examples of this (eg http://twitter.com/kevinmarks has me in the address block and the other 200+ not) rel="me" also works in the case where the page is a proxy for the author, but you cna have multiple rel="me" links The other hCard property that is useful here is "uid" - if you do a on the page http://pelle.vox.nu that is asserting that the page is a unique id and thus definitive for Pelle. You can of course use "uid" to assert the definitiveness of another hCard's url, but one pointing to the current page is clearly self- consistent. If you think of a site like Yelp, look at http://www.yelp.com/biz/jRF_IanvH-LYY04Ce9NYQA if they were to add hCards to their pages, putting uid on the links would help, and making the title of "Sushi on the Run" link to the current page, as it is then clear that the self-pointing link is the definitive one for that page, but the sidebar hCards and "you might also like" ones are breifer ones thet link through to the full hCard on the page. From Michael.Smethurst at bbc.co.uk Thu Jul 5 01:59:54 2007 From: Michael.Smethurst at bbc.co.uk (Michael Smethurst) Date: Thu Jul 5 02:00:37 2007 Subject: [uf-discuss] Ufs on bbc.co.uk/music In-Reply-To: <468A98FB.2040201@kodfabrik.se> Message-ID: On 3/7/07 19:44, "Pelle W" wrote: > Andy Mabbett skrev: >>> Unfortunately, the database doesn't tell me whether an artist is a >>> person or a group. >> I empathise - I had the same trouble with bands vs. artist in the >> relevant infobox on Wikipedia, Fortunately, it is possible for other >> parameters used there, to distinguish between them. >>> So in the meantime it's the best I can do with available data... >> I wonder whether "no microformats" would be better than "broken >> microformats"? >> >> What do others think? > I think that maybe all artist kan be considered a company because > frankly their names are trademarks no matter if their own, a bands or > something else. > Britney Spears or Paris Hilton could both practically be caled Britney > Spears Inc. or Paris Hilton Inc. Unless I'm suffering more flashbacks than usual this seems like a slight return to a conversation going on a couple of weeks back which never got resolved... Seem to remember at the time I asked what the line of demarcation would be between people as people and people as organisations. Are you just saying music artists? What about actors, politicians, bloggers? Music artists who act? Actors who become politicians? Politicians who blog? Feels like you're splitting the world into 2 camps: celebrities and others. Unless it's clearer what the logic is going on here I'm not happy to do this > It's better with broken microformats than no - but perhaps it's better > broken the way I suggest than the way it is now? So I'm left with: - implementing "broken" as at present - changing the db, the model, the controller and the view and getting editorial to flag groups and artists. This doesn't feel like a low impact microformats addition and won't be done quickly - pulling out the hcards. We're due to redeploy code on mon 16th july so they could be gone by then What happens next? Do people wanna vote? Options 1 and 3 only pls > > / Pelle > > _______________________________________________ > microformats-discuss mailing list > microformats-discuss@microformats.org > http://microformats.org/mailman/listinfo/microformats-discuss http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this. From paul_wilkins at xtra.co.nz Thu Jul 5 05:37:00 2007 From: paul_wilkins at xtra.co.nz (Paul Wilkins) Date: Thu Jul 5 05:37:05 2007 Subject: [uf-discuss] Ufs on bbc.co.uk/music In-Reply-To: References: Message-ID: <468CE5EC.603@xtra.co.nz> Michael Smethurst wrote: >Seem to remember at the time I asked what the line of demarcation would be >between people as people and people as organisations. Are you just saying >music artists? What about actors, politicians, bloggers? Music artists who >act? Actors who become politicians? Politicians who blog? > >Feels like you're splitting the world into 2 camps: celebrities and others. >Unless it's clearer what the logic is going on here I'm not happy to do this > > You have three ways of formatting a name for use in an address book. 1. n (family-name, given-name, additional-name, honorific-prefix, honorific-suffix) Where you can mark up the explicit parts of the name with the above class names. See http://microformats.org/wiki/hcard#Property_List 2. fn n Where the name can be guaranteed to be one of the defined formatted name structures * given-name (space) family-name * family-name (comma) given-name * family-name (comma) given-name-first-initial * family-name (space) given-name-first-initial (optional period) See http://microformats.org/wiki/hcard#Implied_.22n.22_Optimization 3. fn org Where it is the name of not necessarily a person, but of an organisation with a varied naming structure. http://microformats.org/wiki/hcard#Organization_Contact_Info There is a clear demarcation line here. If you can guarantee that the name will be given as family-name, given-name, etc... then Option 1 is used. If you can at least guarantee the the name will be valid as a formatted name, then Option2 is used. If neither of those two can be guaranteed, you're left with Option 3 or nothing. There is a strong case for considering artist names as their organisational name. Their names are widely varying, and often have nothing to do with the persons individual name itself. -- Paul Wilkins From julian.rickards at ontario.ca Thu Jul 5 06:02:52 2007 From: julian.rickards at ontario.ca (Rickards, Julian (NDM)) Date: Thu Jul 5 06:02:56 2007 Subject: [uf-discuss] Link to Technorati Contacts Message-ID: <294B63D734544B438995226DBD3ABAF602D84107@CTSPITDCEMMVX03.cihs.ad.gov.on.ca> Hi: Brian Suda gives clear instructions on how to create a link to his X2V application to create vCards from hCArd markup. However, on the X2V page, he states that although the "engine" on his site is more recent than Technorati Contacts, the Technorati servers are more robust so I am wondering if the same type of link may be created to the Technorati Contacts page. Jules ------------------------------ Julian Rickards Geoscience Data Conversion Technician Provincial Recording Office, Level B3 Sudbury, ON P3E 6B5 E-mail: julian.rickards@ontario.ca Phone: (705) 670-5861, Fax: (705) 670-5881 From Michael.Smethurst at bbc.co.uk Thu Jul 5 06:18:35 2007 From: Michael.Smethurst at bbc.co.uk (Michael Smethurst) Date: Thu Jul 5 06:18:46 2007 Subject: [uf-discuss] Ufs on bbc.co.uk/music In-Reply-To: <468CE5EC.603@xtra.co.nz> Message-ID: On 5/7/07 13:37, "Paul Wilkins" wrote: > Michael Smethurst wrote: > >> Seem to remember at the time I asked what the line of demarcation would be >> between people as people and people as organisations. Are you just saying >> music artists? What about actors, politicians, bloggers? Music artists who >> act? Actors who become politicians? Politicians who blog? >> >> Feels like you're splitting the world into 2 camps: celebrities and others. >> Unless it's clearer what the logic is going on here I'm not happy to do this >> >> > > You have three ways of formatting a name for use in an address book. > > 1. n (family-name, given-name, additional-name, honorific-prefix, > honorific-suffix) > Where you can mark up the explicit parts of the name with the above > class names. > See http://microformats.org/wiki/hcard#Property_List > > 2. fn n > Where the name can be guaranteed to be one of the defined formatted name > structures > * given-name (space) family-name > * family-name (comma) given-name > * family-name (comma) given-name-first-initial > * family-name (space) given-name-first-initial (optional period) > See http://microformats.org/wiki/hcard#Implied_.22n.22_Optimization > > 3. fn org > Where it is the name of not necessarily a person, but of an organisation > with a varied naming structure. > http://microformats.org/wiki/hcard#Organization_Contact_Info > > There is a clear demarcation line here. Understood But that wasn't the demarcation line I was talking about - I meant when does a person become an organisation? Is it a function of production or fame or what? If Bob Dylan is considered an organisation why not Bill Clinton? > > If you can guarantee that the name will be given as family-name, > given-name, etc... then Option 1 is used. I can't > If you can at least guarantee the the name will be valid as a formatted > name, then Option2 is used. Again I can't > If neither of those two can be guaranteed, you're left with Option 3 or > nothing. > > There is a strong case for considering artist names as their > organisational name. Their names are widely varying, and often have > nothing to do with the persons individual name itself. For now I disagree. Again if you could tell me when and why a person qualifies to be considered as an organisation I might be persuaded. But without rules anyone might be marked up as org. I'll remove them for the next code deploy and re-title this thread "lack of ufs on bbc.co.uk/music" ;) http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this. From mejllistor at kodfabrik.se Thu Jul 5 06:35:12 2007 From: mejllistor at kodfabrik.se (Pelle W) Date: Thu Jul 5 06:35:29 2007 Subject: [uf-discuss] Ufs on bbc.co.uk/music In-Reply-To: References: Message-ID: <468CF390.8070903@kodfabrik.se> Michael Smethurst skrev: > But that wasn't the demarcation line I was talking about - I meant when does > a person become an organisation? Is it a function of production or fame or > what? If Bob Dylan is considered an organisation why not Bill Clinton? > Let's see if I can express my thoughts in a good way here. What makes it difficult with artists is that some are just artists and others are bands. Politicians and other celebraties are always individuals. Why do you say that Beatles made Yellow Submarine? Because thats the trademark they choosed to put on their music. Here in Sweden we have a rapper who releases music under the trademark of Timbuktu. Everybody knows him as Timbuktu as if that would have been his name - not as many knows him as his real name Jason Diakit?. That a musical masterpiece by Elton John is made by Elton John - that everybody knows because he has choosen to write his own name on his music. If I have a company, which I do, I can name that company after me myself "Pelle W Inc." or I can name it something else, at least theoretically, that I come up with like "Happy Fantasies Inc." or "Richard Smith Inc.". If I choose to have my own name as my company name that doesn't make it less of a company name. Right? Can't the same be said about artists? If a artist choose to have their own names as the trademark of their music - it's their choice but it doesn't make the rademark any less of a trademark. I'm just thinking - not saying that this is right at all. / Pelle From supercanadian at gmail.com Thu Jul 5 11:10:29 2007 From: supercanadian at gmail.com (Charles Iliya Krempeaux) Date: Thu Jul 5 11:10:43 2007 Subject: [uf-discuss] definitive hCard on a page In-Reply-To: References: <468B9211.3090306@ts0.com> Message-ID: <84ce626f0707051110n5d1e5805t4072bba400b0e18d@mail.gmail.com> Hello, On 7/4/07, Frances Berriman wrote: > On 04/07/07, Thom Shannon wrote: > > What would be the way to markup a hCard as being the definitive hCard on > > a page. For example the page owner or author. My blog has hCards of > > friends and commenters, as well as my own. But I'd like a programmatic > > way to identify mine, mainly to access information about me at my openid. > > The
element is for signifying the page author. This'd > probably suit what you're looking for (
etc.). It's my understanding that you can have more than one
element on a web page. It's my understanding that the
marks the author of the page or a major section of the page. For example... if you had a BBS... then each post could be "signed" using the
element. See ya -- Charles Iliya Krempeaux, B.Sc. All the Vlogging News on One Page http://vlograzor.com/ From scott at randomchaos.com Thu Jul 5 11:31:05 2007 From: scott at randomchaos.com (Scott Reynen) Date: Thu Jul 5 11:31:21 2007 Subject: [uf-discuss] definitive hCard on a page In-Reply-To: <84ce626f0707051110n5d1e5805t4072bba400b0e18d@mail.gmail.com> References: <468B9211.3090306@ts0.com> <84ce626f0707051110n5d1e5805t4072bba400b0e18d@mail.gmail.com> Message-ID: <280EB53C-5B44-497D-98E4-E8D96075E228@randomchaos.com> On Jul 5, 2007, at 12:10 PM, Charles Iliya Krempeaux wrote: > It's my understanding that you can have more than one
> element on a web page. > > It's my understanding that the
marks the author of the page > or a major section of the page. > > For example... if you had a BBS... then each post could be "signed" > using the
element. Indeed, the microformats.org blog is marked up like this. Peace, Scott From brian.suda at gmail.com Thu Jul 5 11:48:49 2007 From: brian.suda at gmail.com (Brian Suda) Date: Thu Jul 5 11:48:51 2007 Subject: [uf-discuss] hRelease Update Message-ID: <21e770780707051148j3765d14cn30959d095865ba04@mail.gmail.com> There was a thread[1] last month about the status of hRelease outside of microformats, this should hopefully clear things-up. http://www.brianoberkirch.com/2007/07/05/hrelease-me/ hRelease Me 05Jul07 Steffen Nork asked me for an update on hRelease. So here it is: hRelease doesn't exist. There was confusion last summer that something called the Social Media Press Release had something to do with extending microformats to include specific kinds of markup for press releases. ... -brian [1] - http://microformats.org/discuss/mail/microformats-discuss/2007-June/009972.html -- brian suda http://suda.co.uk From andy at pigsonthewing.org.uk Thu Jul 5 13:38:46 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Thu Jul 5 13:39:53 2007 Subject: [uf-discuss] hRelease Update In-Reply-To: <21e770780707051148j3765d14cn30959d095865ba04@mail.gmail.com> References: <21e770780707051148j3765d14cn30959d095865ba04@mail.gmail.com> Message-ID: In message <21e770780707051148j3765d14cn30959d095865ba04@mail.gmail.com>, Brian Suda wrote: >There was a thread last month about the status of hRelease outside >of microformats, this should hopefully clear things-up. > >http://www.brianoberkirch.com/2007/07/05/hrelease-me/ >hRelease doesn't exist. Uh huh. From: # This is the home page for the hRelease Project (aka Social Media Press Release). # hRelease is a community effort to define a new format for press releases via a community standard microformat From: This is a community effort to define a new format for press releases via a community standard microformat (hRelease). From: Social Media Release Moving Forward Again June 20th, 2007 by Chris Heuer I just got off the phone with Shannon Whitley from PRX Builder and I am very happy to report that he is taking the lead in moving the technical standard for the Microformat forward. From: From: Shannon Whitley Date: Wed, 27 Jun 2007 17:57:24 -0000 Local: Wed, Jun 27 2007 6:57 pm Subject: Bringing Home hRelease As Chris announced on SocialMediaRelease.org, I'm going to be helping out with completing the hRelease recommendation and getting the working group going again. My plan is to focus on the low-hanging fruit first and make progress on the core elements of hRelease. The working group will focus primarily on technical aspects of hRelease. Don't worry, though, the final recommendation will not be decided by a bunch of gearheads. Recommendations will be presented to this group for review and discussion. Interestingly, Brian Oberkirch isn't mentioned on either of the first two pages; nor does he appear amongst the recent posters on the latter mailing list. Perhaps someone should tell him? -- Andy Mabbett From bjonkman at sobac.com Thu Jul 5 20:41:04 2007 From: bjonkman at sobac.com (Bob Jonkman) Date: Thu Jul 5 20:42:20 2007 Subject: [uf-discuss] definitive hCard on a page In-Reply-To: <395B49AE-05FA-49E6-A999-9B2F26C2FD14@mac.com> References: <468B9211.3090306@ts0.com>, <468B935B.9000201@kodfabrik.se>, <395B49AE-05FA-49E6-A999-9B2F26C2FD14@mac.com> Message-ID: <468D8190.29598.CC87CD@bjonkman.sobac.com> This is what Kevin Marks said about "Re: [uf-discuss] definitive hCard on a page" on 4 Jul 2007 at 23:47 > The other hCard property that is useful here is "uid" - if you do a > > > > on the page http://pelle.vox.nu that is asserting that the page is a > unique id and thus definitive for Pelle. > > You can of course use "uid" to assert the definitiveness of another > hCard's url, but one pointing to the current page is clearly self- > consistent. What if publish an hcard with a "uid" for somene else? To use a previous example, on my Beatles fan site I might want to declare one page for Paul McCartney. Obviously my page isn't authoritative for Paul McCartney's contact information, but how can a parser (or human) know that? --Bob. -- -- -- -- Bob Jonkman http://sobac.com/sobac/ SOBAC Microcomputer Services Voice: +1-519-669-0388 6 James Street, Elmira ON Canada N3B 1L5 Cel: +1-519-635-9413 Networking -- Office & Business Automation -- Consulting PGP:0xAE33E989 Fingrprnt:9FAF A6AC B567 BC10 8973 7CF0 CB27 0317 From costello at mitre.org Fri Jul 6 06:10:38 2007 From: costello at mitre.org (Costello, Roger L.) Date: Fri Jul 6 06:10:47 2007 Subject: [uf-discuss] Microformats: Enabling Unanticipated Mashups Message-ID: Hi Folks, Here are a few thoughts about how Microformats enable mashups. Comments welcome. /Roger Hyperlinks are considered fundamental to the Web. And deservedly so. They enable a Web document to connect to other documents. Stated differently, they enable information to connect to other information. In today's world the emphasis is on being able to "combine information". That is, we want to do mashups. Consider a Web document that links to another document. One can envision an application which combines the two documents. Thus, an application can mashup the Web document with the documents it is linked to. But what about mashups with other documents, for which it does not link to? That is, what about unanticipated mashups? More ... http://www.xfront-wiki.com/wiki/index.php?title=Microformats:_Enabling_ Unanticipated_Mashups From andy at pigsonthewing.org.uk Tue Jul 10 00:02:52 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Tue Jul 10 00:04:31 2007 Subject: [uf-discuss] CalConnect vCard Workshop - September 18, 2007 - Cambridge, Massachusetts Message-ID: FYI; note on-line questionnaire. I would suggest that the microformat "community" is a "key player", and that this is our opportunity to lobby for the inclusion of date-of-death, gender and perhaps place-of-birth/death (also useful in genealogy & biography). In message <4692C6A2.2020000@calconnect.org>, Dave Thewlis writes >CalConnect invites you to a a one-day open workshop on vCard and what >should be done about it on Tuesday, September 18, 2007, at M.I.T. in >Cambridge, Massachusetts. This event is _open_ to vendors, customers, >CalConnect members and non-members alike. There is no fee, but you >_must_ register in advance and numbers are limited. Please see >http://www.calconnect.org/vcardworkshop.shtml for more information and >links to the registration >and logistics >pages, a general discussion list > about the workshop, >and a questionnaire > to give us more >guidance to make the workshop as productive as possible. > >>From the workshop introduction page: > >vCard is a well established standard for representing and transferring >contact information on computer systems and mobile devices. Having been >in use for a while, a number of areas of the specification have been >noted as problematic and in need of revision for fixes or enhancements. >To that end, CalConnect (the Calendaring & Scheduling Consortium) is >hosting a one day vCard-focused workshop event at M.I.T. in Cambridge, >Massachusetts in September with the goal of bringing together the key >players to help move forward vCard revision efforts. > >Note that an effort is already under way at the IETF (Internet >Engineering Task Force) to develop a personal address book access >protocol based on the CardDAV specification, and since that is based on >vCard, a revision of the vCard specification will be taking place >within the IETF. However, bringing together interested parties in a >focused discussion at a workshop can help drive that effort and provide >supporting input to it to ensure the specific needs of the key players >is covered. > >The goal of the workshop is two-fold. First to determine the real >interest in revising the vCard specification, and second to determine >what needs to be revised and how to go about doing that. > > >If you are not a CalConnect member, this is also an opportunity to stay >on for Roundtable X as >an observer, and we'd be delighted to have you; you will have to >register separately for the Roundtable. >Regardless of whether or not you are interested in attending the >workshop, we would appreciate it very much if you would take a few >minutes to fill out the questionnaire >, as this will help >provide the workshop participants with guidance as to the directions >any progression on vCard should take. > > >-- >*Dave Thewlis, Executive Director >Calconnect - The Calendaring and Scheduling Consortium* >+1 707 840 9391 (voice) ? +1 707 498 2238 (mobile) >http://www.calconnect.org ? Dave.Thewlis@calconnect.org > -- Andy Mabbett From davidjohnmead at gmail.com Wed Jul 11 05:57:07 2007 From: davidjohnmead at gmail.com (David Mead) Date: Wed Jul 11 05:57:10 2007 Subject: [uf-discuss] Microformats in Flock blogging add-on... Message-ID: http://flock.spatialviews.com/blogplus_features.html An add-on for the Flock0.9 blogging tool which includes some great built in microformat functionality including a microformat/HTML auto-complete. Very cool mctones! Dave Mead From pauld at mitre.org Wed Jul 11 07:20:41 2007 From: pauld at mitre.org (Paul Denning) Date: Wed Jul 11 07:20:34 2007 Subject: [uf-discuss] citation-formats - DDMS Message-ID: [1] http://microformats.org/wiki/citation-formats [2] http://microformats.org/wiki/how-to-play I was considering an addition to [1], but according to guideline #2 at [2], I thought I should check with this list first. I would like to add another citation format: DDMS. DDMS is the Department of Defense Discovery Metadata Specification [3]. [3] http://metadata.dod.mil/mdr/irs/DDMS/ Anyone object to adding DDMS to [1]? Paul From microformats at kaply.com Wed Jul 11 07:29:55 2007 From: microformats at kaply.com (Mike Kaply) Date: Wed Jul 11 07:29:59 2007 Subject: [uf-discuss] CalConnect vCard Workshop - September 18, 2007 - Cambridge, Massachusetts In-Reply-To: References: Message-ID: And types on URLs! Mike On 7/10/07, Andy Mabbett wrote: > > FYI; note on-line questionnaire. > > I would suggest that the microformat "community" is a "key player", and > that this is our opportunity to lobby for the inclusion of > date-of-death, gender and perhaps place-of-birth/death (also useful in > genealogy & biography). > > > In message <4692C6A2.2020000@calconnect.org>, Dave Thewlis > writes > > >CalConnect invites you to a a one-day open workshop on vCard and what > >should be done about it on Tuesday, September 18, 2007, at M.I.T. in > >Cambridge, Massachusetts. This event is _open_ to vendors, customers, > >CalConnect members and non-members alike. There is no fee, but you > >_must_ register in advance and numbers are limited. Please see > >http://www.calconnect.org/vcardworkshop.shtml for more information and > >links to the registration > >and logistics > >pages, a general discussion list > > about the workshop, > >and a questionnaire > > to give us more > >guidance to make the workshop as productive as possible. > > > >>From the workshop introduction page: > > > >vCard is a well established standard for representing and transferring > >contact information on computer systems and mobile devices. Having been > >in use for a while, a number of areas of the specification have been > >noted as problematic and in need of revision for fixes or enhancements. > >To that end, CalConnect (the Calendaring & Scheduling Consortium) is > >hosting a one day vCard-focused workshop event at M.I.T. in Cambridge, > >Massachusetts in September with the goal of bringing together the key > >players to help move forward vCard revision efforts. > > > >Note that an effort is already under way at the IETF (Internet > >Engineering Task Force) to develop a personal address book access > >protocol based on the CardDAV specification, and since that is based on > >vCard, a revision of the vCard specification will be taking place > >within the IETF. However, bringing together interested parties in a > >focused discussion at a workshop can help drive that effort and provide > >supporting input to it to ensure the specific needs of the key players > >is covered. > > > >The goal of the workshop is two-fold. First to determine the real > >interest in revising the vCard specification, and second to determine > >what needs to be revised and how to go about doing that. > > > > > >If you are not a CalConnect member, this is also an opportunity to stay > >on for Roundtable X as > >an observer, and we'd be delighted to have you; you will have to > >register separately for the Roundtable. > >Regardless of whether or not you are interested in attending the > >workshop, we would appreciate it very much if you would take a few > >minutes to fill out the questionnaire > >, as this will help > >provide the workshop participants with guidance as to the directions > >any progression on vCard should take. > > > > > >-- > >*Dave Thewlis, Executive Director > >Calconnect - The Calendaring and Scheduling Consortium* > >+1 707 840 9391 (voice) ? +1 707 498 2238 (mobile) > >http://www.calconnect.org ? Dave.Thewlis@calconnect.org > > > > > -- > Andy Mabbett > > _______________________________________________ > microformats-discuss mailing list > microformats-discuss@microformats.org > http://microformats.org/mailman/listinfo/microformats-discuss > From andy at pigsonthewing.org.uk Wed Jul 11 10:50:47 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Wed Jul 11 10:52:20 2007 Subject: [uf-discuss] CalConnect vCard Workshop - September 18, 2007 - Cambridge, Massachusetts In-Reply-To: References: Message-ID: Indeed; and "textphone"/ "freephone" telephone types. You might want to add URL types to: In message , Mike Kaply writes >And types on URLs! > >Mike > >On 7/10/07, Andy Mabbett wrote: >> >> FYI; note on-line questionnaire. >> >> I would suggest that the microformat "community" is a "key player", and >> that this is our opportunity to lobby for the inclusion of >> date-of-death, gender and perhaps place-of-birth/death (also useful in >> genealogy & biography). >> >> >> In message <4692C6A2.2020000@calconnect.org>, Dave Thewlis >> writes >> >> >CalConnect invites you to a a one-day open workshop on vCard and what >> >should be done about it on Tuesday, September 18, 2007, at M.I.T. in >> >Cambridge, Massachusetts. This event is _open_ to vendors, customers, >> >CalConnect members and non-members alike. There is no fee, but you >> >_must_ register in advance and numbers are limited. Please see >> >http://www.calconnect.org/vcardworkshop.shtml for more information -- Andy Mabbett From andy at pigsonthewing.org.uk Wed Jul 11 14:34:23 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Wed Jul 11 14:35:48 2007 Subject: [uf-discuss] CalConnect vCard Workshop - September 18, 2007 - Cambridge, Massachusetts In-Reply-To: References: Message-ID: In message , Andy Mabbett writes >In message <4692C6A2.2020000@calconnect.org>, Dave Thewlis > writes > >>CalConnect invites you to a a one-day open workshop on vCard Dave has kindly acted on my request to add hCard to the agenda, and our ages on hCard and vCard errata and suggestions to the references. -- Andy Mabbett From gl at brixlogic.com Wed Jul 11 16:32:21 2007 From: gl at brixlogic.com (Guillaume Lebleu) Date: Wed Jul 11 16:36:36 2007 Subject: [uf-discuss] making img machine-readable Message-ID: <46956885.1080506@brixlogic.com> Hi, Let's say a web page uses an image such as a checkmark or green/red light to represent a boolean, for instance the availability/status of a product or a program. What would be the suggested best practice to make this human-readable content machine-readable as well? I was thinking about the following options: , which is similar to the abbr pattern, but saves the addition of a wrapping abbr element. or using a CSS-based text by image replacement technique as described in http://www.stopdesign.com/articles/replace_text/ to replace a with an image. Thanks, Guillaume From steve at ganz.name Wed Jul 11 19:05:58 2007 From: steve at ganz.name (Steve Ganz) Date: Wed Jul 11 19:06:14 2007 Subject: [uf-discuss] making img machine-readable In-Reply-To: <46956885.1080506@brixlogic.com> References: <46956885.1080506@brixlogic.com> Message-ID: <002501c7c429$33ec5ce0$dfdefea9@FIVE> On Wednesday, July 11, 2007 Guillaume Lebleu wrote: > Let's say a web page uses an image such as a checkmark or > green/red light to represent a boolean, for instance the > availability/status of a product or a program. > > What would be the suggested best practice to make this > human-readable content machine-readable as well? > > I was thinking about the following options: > > , > which is similar to the abbr pattern, but saves the addition > of a wrapping abbr element. > > or using a CSS-based text by image replacement technique as > described in http://www.stopdesign.com/articles/replace_text/ > to replace a with an image. > Personally, I would go with image replacement. I try to avoid inline images unless they are communicating something that text alone cannot. In your example, the green light/red light is presentational in nature and a design choice which is best handled with CSS. From mdagn at spraci.com Thu Jul 12 00:51:17 2007 From: mdagn at spraci.com (Michael MD) Date: Thu Jul 12 00:51:18 2007 Subject: [uf-discuss] CalConnect vCard Workshop - September 18, 2007 - Cambridge, Massachusetts References: Message-ID: <002c01c7c459$6e34b570$116bacca@COMCEN> Is anyone there going to mention applications that may need to combine vCard with iCal ? ...such as those which need some way to specify a location for an event with more detail than just a freeform text field - or even just specify a city or country for an event in a way that can be used by machines. (or is there already a standard way to do this?) I know this can be done with hCal/hCard but I have not yet seen a desktop calender app where this kind of combination of data can be created or edited easily by non-technical users and part of the problem might be because generally such desktop apps use only vCard OR iCal (but don't provide a way to use both in combination!) From lockoom at gmail.com Thu Jul 12 01:51:44 2007 From: lockoom at gmail.com (=?ISO-8859-2?Q?Marek_Paw=B3owski?=) Date: Thu Jul 12 01:51:46 2007 Subject: [uf-discuss] [hCard] Implied type=work Message-ID: Hello, I would like to ask shouldn't the type=work be implied on properties "tel", "url" and "adr" if properties "fn" and "org" are of the same value. For example:
Example Corp.
Phone:+1.111.111.1111
All existing implementations I've tested converted such hCard into vCard with "phone" and "url" set as private (home). I don't see such optmisation being mentioned in hcard spec so maybe it's intentional. If so - why? And second question, how you'd markup "url" property as "type=work"? -- Best regards, Marek Pawlowski From microformats at fatbusinessman.com Thu Jul 12 02:20:46 2007 From: microformats at fatbusinessman.com (David Thompson) Date: Thu Jul 12 02:20:51 2007 Subject: [uf-discuss] making img machine-readable In-Reply-To: <46956885.1080506@brixlogic.com> References: <46956885.1080506@brixlogic.com> Message-ID: <4695F26E.2010207@fatbusinessman.com> Guillaume Lebleu wrote: > Let's say a web page uses an image such as a checkmark or green/red > light to represent a boolean, for instance the availability/status of a > product or a program. > > What would be the suggested best practice to make this human-readable > content machine-readable as well? Ok, maybe I'm missing something here, but isn't the 'alt' attribute precisely what you're looking for? I'm not certain about other Microformats, but the hCard spec says: > If an element is used for one or more properties, it must be > treated as follows: > > 1. For the 'photo' property and any other property that takes > a URL as its value, the src="..." attribute provides the property > value. > 2. For other properties, the element's 'alt' attribute is > the value of the property. -- David Thompson From fberriman at gmail.com Thu Jul 12 02:37:41 2007 From: fberriman at gmail.com (Frances Berriman) Date: Thu Jul 12 02:37:44 2007 Subject: [uf-discuss] making img machine-readable In-Reply-To: <4695F26E.2010207@fatbusinessman.com> References: <46956885.1080506@brixlogic.com> <4695F26E.2010207@fatbusinessman.com> Message-ID: On 12/07/07, David Thompson wrote: > Guillaume Lebleu wrote: > > Let's say a web page uses an image such as a checkmark or green/red > > light to represent a boolean, for instance the availability/status of a > > product or a program. > > > > What would be the suggested best practice to make this human-readable > > content machine-readable as well? > > Ok, maybe I'm missing something here, but isn't the 'alt' attribute > precisely what you're looking for? I'm inclined to agree with this for in page images. @alt should carry all the descriptive information needed for the machine (or other usergroups) needed. -- Frances Berriman http://fberriman.com From andy at pigsonthewing.org.uk Thu Jul 12 02:43:54 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Thu Jul 12 02:43:58 2007 Subject: [uf-discuss] making img machine-readable In-Reply-To: References: <46956885.1080506@brixlogic.com> <4695F26E.2010207@fatbusinessman.com> Message-ID: <47065.80.86.36.97.1184233434.squirrel@www.gradwell.com> On Thu, July 12, 2007 10:37, Frances Berriman wrote: > On 12/07/07, David Thompson wrote: > >> Guillaume Lebleu wrote: >>> What would be the suggested best practice to make this human-readable >>> content machine-readable as well? >> >> Ok, maybe I'm missing something here, but isn't the 'alt' attribute >> precisely what you're looking for? > > I'm inclined to agree with this for in page images. @alt should carry > all the descriptive information needed for the machine (or other > usergroups) needed. That rather depends on what you mean by "descriptive information". The alt attribute should carry the *text alternative* for the *meaning* of the image. So "available" might be correct, but "green ball" is not. Neither is keyword-stuffing. A useful rule of thumb is to read the page out loud, as though you are doing so to someone, via a telephone. What would you say, when you came to such an image? -- Andy Mabbett ** via webmail ** From fberriman at gmail.com Thu Jul 12 02:56:35 2007 From: fberriman at gmail.com (Frances Berriman) Date: Thu Jul 12 02:56:37 2007 Subject: [uf-discuss] making img machine-readable In-Reply-To: <47065.80.86.36.97.1184233434.squirrel@www.gradwell.com> References: <46956885.1080506@brixlogic.com> <4695F26E.2010207@fatbusinessman.com> <47065.80.86.36.97.1184233434.squirrel@www.gradwell.com> Message-ID: On 12/07/07, Andy Mabbett wrote: > On Thu, July 12, 2007 10:37, Frances Berriman wrote: > > On 12/07/07, David Thompson wrote: > > > >> Guillaume Lebleu wrote: > > >>> What would be the suggested best practice to make this human-readable > >>> content machine-readable as well? > >> > >> Ok, maybe I'm missing something here, but isn't the 'alt' attribute > >> precisely what you're looking for? > > > > I'm inclined to agree with this for in page images. @alt should carry > > all the descriptive information needed for the machine (or other > > usergroups) needed. > > That rather depends on what you mean by "descriptive information". The alt > attribute should carry the *text alternative* for the *meaning* of the > image. So "available" might be correct, but "green ball" is not. Neither > is keyword-stuffing. Sure - I agree. I was assuming what Guillaume was getting at was wanting to say that an image on a page that is there as a green light to say, for example, an order has been accepted, which should also have a machine readable alternative, so therefore it seems acceptable to me to use the @alt with the content of "Order accepted", perhaps. That would make sense read out still. > A useful rule of thumb is to read the page out loud, as though you are > doing so to someone, via a telephone. What would you say, when you came to > such an image? Definitely. -- Frances Berriman http://fberriman.com From andy at pigsonthewing.org.uk Thu Jul 12 03:13:57 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Thu Jul 12 03:14:00 2007 Subject: [uf-discuss] making img machine-readable In-Reply-To: References: <46956885.1080506@brixlogic.com> <4695F26E.2010207@fatbusinessman.com> <47065.80.86.36.97.1184233434.squirrel@www.gradwell.com> Message-ID: <23416.80.86.36.97.1184235237.squirrel@www.gradwell.com> On Thu, July 12, 2007 10:56, Frances Berriman wrote: > On 12/07/07, Andy Mabbett wrote: >> A useful rule of thumb is to read the page out loud, as though you are >> doing so to someone, via a telephone. What would you say, when you came >> to such an image? > > Definitely. Furthermore, you would speak: Andy Mabbett as "Andy Mabbett", which is why microformats should also interpret it that way. -- Andy Mabbett ** via webmail ** From brian.suda at gmail.com Thu Jul 12 04:53:19 2007 From: brian.suda at gmail.com (Brian Suda) Date: Thu Jul 12 04:53:21 2007 Subject: [uf-discuss] making img machine-readable In-Reply-To: <23416.80.86.36.97.1184235237.squirrel@www.gradwell.com> References: <46956885.1080506@brixlogic.com> <4695F26E.2010207@fatbusinessman.com> <47065.80.86.36.97.1184233434.squirrel@www.gradwell.com> <23416.80.86.36.97.1184235237.squirrel@www.gradwell.com> Message-ID: <21e770780707120453l5557be4fx657b21f7cf8faf62@mail.gmail.com> Just a friendly reminders, that all parsing questions, suggestions, etc should be on the microformats-dev list. I had a chat with mike kaply yesterday on IRC about some of these issues. And we are looking into it with alternatives which can solve these sorts of problems with existing solutions. namely, the class="value" -brian -- brian suda http://suda.co.uk From mike at mkbergman.com Thu Jul 12 14:31:47 2007 From: mike at mkbergman.com (Michael K. Bergman) Date: Thu Jul 12 14:31:57 2007 Subject: [uf-discuss] [ANN] UMBEL Subject Reference Project In-Reply-To: References: Message-ID: <46969DC3.7070503@mkbergman.com> Hi All, You are cordially invited to comment or participate in the UMBEL (Upper Mapping and Binding Exchange Layer) project. UMBEL is a lightweight way to describe the subject(s) of Web content, akin to the relationship "isAbout". It is meant to work universally with HTML, tagging, microformats or other standard practices, including various RDF schemas and more formal ontologies. Its reference subject 'backbone' is derived from the intersection of common subjects found on popularly used Web sites and other accepted subject references. UMBEL is very simple with few ambitions. It is merely a reference 'bag of subjects' to help relate Web data sets to one another. UMBEL makes no presumptions to replace formal domain or upper ontologies, has little or no inferential power, and makes no assumptions about the means to describe or serialize the underlying data. UMBEL is meant to work with data sets ranging from RSS and Atom feeds to tagging, microformats, RDF, existing schema and other data and metadata models. UMBEL's development is being backed by a number of leading open data efforts and entities. In addition to its core reference subjects, the UMBEL project will be providing look up, query, registration, pinging, and related services. The project is completely open under a community process with all products available via Creative Commons licenses. The initial project site is at http://www.umbel.org, including an introduction (http://www.umbel.org/intro.xhtml) (the best place to start!) and the draft project specification (http://www.umbel.org/proposal.xhtml). A mailing list you can monitor or join is at http://groups.google.com/group/umbel-ontology. We welcome and invite your participation! Best regards, Mike Bergman * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Please accept apologies in advance if you receive duplicate announcements; this was posted to a few appropriate mailing lists. In future, all announcements will be made directly from the UMBEL Web site. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -- ______________________________ http://www.umbel.org mailto:mike@mkbergman.com ______________________________ From mail at tobyinkster.co.uk Fri Jul 13 03:50:43 2007 From: mail at tobyinkster.co.uk (Toby A Inkster) Date: Fri Jul 13 04:01:27 2007 Subject: [uf-discuss] Re: Hidden metadata no microformats References: <9+3FmlC$qhhGFw$2@pigsonthewing.org.uk> <8ad71be30707021141q3077b537l2369f71823b7fdd8@mail.gmail.com> <001001c7bd02$009b4af0$bc08a8c0@nzto22> <46898F8C.7090108@splintered.co.uk> Message-ID: <312km4-9se.ln1@ophelia.g5n.co.uk> Andy Mabbett wrote: > I've still seen no citation for any *prohibition* of hidden data in > microformats... I think it's probably best to say that hidden data is discouraged, and when new microformats are being designed, they should be done so in a manner that does not *rely* on hidden data. When one finds oneself hiding data, one should ask oneself two questions: 1. Would it be detrimental to show this information? 2. If so, do I really need to include it at all? Only when the answers to both questions are in the affirmative, is it then wise to include hidden data. -- Toby A Inkster BSc (Hons) ARCS [Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux] [OS: Linux 2.6.12-12mdksmp, up 22 days, 14:26.] demiblog 0.2.0 Released http://tobyinkster.co.uk/blog/2007/06/28/demiblog-0.2.0/ From roBman at MobileOnlineBusiness.com.au Fri Jul 13 07:30:29 2007 From: roBman at MobileOnlineBusiness.com.au (Rob Manson) Date: Fri Jul 13 07:32:22 2007 Subject: [uf-discuss] Extension to hCard parsing to support forms Message-ID: <1184337029.30572.272.camel@robslap> Hi all, I had a chat with Tantek on irc about the current limitations when using forms with hCard etc. He suggested I summarise the previous discussions from the mailing lists on wiki - see: http://microformats.org/wiki/hcard-brainstorming#Background_discussion: I've also listed what I can see are the key issues for discussion/resolution based upon these discussions and my own testing/research - see: http://microformats.org/wiki/hcard-brainstorming#Key_Issues.2Fdiscussion_points I'd appreciate any help anyone can provide in this area as this has a reasonable impact on some development I'm currently working on. Thanks... roBman -- Rob Manson Managing Director http://paymentz.com.au e: roBman@paymentz.com.au m: 0423 215 731 t: 1300 662 857 Linked In Public Profile: http://www.linkedin.com/pub/0/b54/328 See me speak at WebDirections South: http://www.webdirections.org/program/#manson From scott at randomchaos.com Fri Jul 13 08:14:05 2007 From: scott at randomchaos.com (Scott Reynen) Date: Fri Jul 13 08:14:31 2007 Subject: [uf-discuss] Extension to hCard parsing to support forms In-Reply-To: <1184337029.30572.272.camel@robslap> References: <1184337029.30572.272.camel@robslap> Message-ID: <2FC85AD8-2E75-4B41-ABE1-E33DE2926E23@randomchaos.com> On Jul 13, 2007, at 8:30 AM, Rob Manson wrote: > Hi all, > > I had a chat with Tantek on irc about the current limitations when > using > forms with hCard etc. > I'd appreciate any help anyone can provide in this area as this has a > reasonable impact on some development I'm currently working on. Interestingly, re-reading what I wrote back then I seem to now completely disagree with myself then. To clarify what we're talking about, I added examples of the markup proposed. I'm not sure I captured everything right, so please edit any mistakes you see and/or confirm if it looks right. After that's clarified, I think it would be good to use this markup to test the various claims made about how these proposals would work in existing parsers. I suspect some of those claims (most likely those made by me) are demonstrably false, and should therefor be removed from the discussion. Peace, Scott From roBman at MobileOnlineBusiness.com.au Fri Jul 13 09:03:30 2007 From: roBman at MobileOnlineBusiness.com.au (Rob Manson) Date: Fri Jul 13 09:05:25 2007 Subject: [uf-discuss] Extension to hCard parsing to support forms In-Reply-To: <2FC85AD8-2E75-4B41-ABE1-E33DE2926E23@randomchaos.com> References: <1184337029.30572.272.camel@robslap> <2FC85AD8-2E75-4B41-ABE1-E33DE2926E23@randomchaos.com> Message-ID: <1184342610.30572.290.camel@robslap> > Interestingly, re-reading what I wrote back then I seem to now > completely disagree with myself then. To clarify what we're talking > about, I added examples of the markup proposed. I'm not sure I > captured everything right, so please edit any mistakes you see and/or > confirm if it looks right. Some of my best disagreements are with myself 8) The markup looks good to me...however I don't think the second one should require the class to be in the
tag. That's also why I personally prefer the second option. I think the following example could be common too. I also think we should add the value explicitly since that's what we'd parse for.
...
...
If there's no major complaints then I'll update the example markup... > After that's clarified, I think it would > be good to use this markup to test the various claims made about how > these proposals would work in existing parsers. I suspect some of > those claims (most likely those made by me) are demonstrably false, > and should therefor be removed from the discussion. There are some other issues with the existing parsers in this model too (see my issues list further down that wiki page - http://microformats.org/wiki/hcard-brainstorming#Key_Issues.2Fdiscussion_points ) For example