<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Veeliam</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Veeliam"/>
	<link rel="alternate" type="text/html" href="http://microformats.org/wiki/Special:Contributions/Veeliam"/>
	<updated>2026-04-27T03:14:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:Veeliam&amp;diff=44227</id>
		<title>User:Veeliam</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:Veeliam&amp;diff=44227"/>
		<updated>2011-07-11T17:25:09Z</updated>

		<summary type="html">&lt;p&gt;Veeliam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{public-domain-release}}&lt;/div&gt;</summary>
		<author><name>Veeliam</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=accessibility&amp;diff=43032</id>
		<title>accessibility</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=accessibility&amp;diff=43032"/>
		<updated>2010-09-03T16:46:38Z</updated>

		<summary type="html">&lt;p&gt;Veeliam: Revised advisement from WCAG 1, Priority 2, to WCAG2, Level AA&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Accessibility&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page documents microformats and accessibility in general, in particular advantages that adopting microformats provide for accessibility, and for documenting techniques for making microformats more accessible.&lt;br /&gt;
&lt;br /&gt;
We should all strive to make our published microformats, parser implementations, and this wiki, accessible to all users, regardless of their physical abilities and needs, within the limits of the time and resources of the microformats community. Readers are advised to follow the [http://www.w3.org/TR/WCAG20/ W3C's Web Content Accessibility Guidelines 2.0], to at least Level AA. Further advice is available on the [http://www.accessifyforum.com/ Accessify Forums].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Advantages==&lt;br /&gt;
Some microformats have potential accessibility advantages.&lt;br /&gt;
&lt;br /&gt;
===hCard===&lt;br /&gt;
*&amp;lt;code&amp;gt;tel&amp;lt;/code&amp;gt; in [[hcard|hCard]]: use &amp;lt;code&amp;gt;style=&amp;quot;speak-numeral:digits&amp;quot;&amp;lt;/code&amp;gt;, so that telephone numbers are read by aural browsers as, for example, &amp;quot;five-five-five one-two-three-four&amp;quot; and not &amp;quot;five-hundred and fifty-five, one-thousand, two-hundred and thirty-two&amp;quot;.&lt;br /&gt;
**Note: This is not an advantage to Microformats. It is a CSS best practice and can be used with or without hCard. This should probably be moved to a [[css-best-practices|CSS Best Practices]] page. - [[User:JamesCraig|James Craig]]&lt;br /&gt;
***It is an advantage ''of'' microformats - [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
****It is not an advantage of microformats; it is just CSS that can be used on any class, whether or not it happens to be ''tel''. There is no documented AT implementation that recognizes Microformats classes automatically. This is just a benefit of CSS, with or without uF. [[User:JamesCraig|James Craig]]&lt;br /&gt;
*****It is '''an advantage of microformats'''; because using &amp;quot;tel&amp;quot; in hCard requites people to mark up telephone numbers semantically, where they otherwise might not. No claim about AT implementations is being made. [[User:AndyMabbett|Andy Mabbett]] 01:04, 28 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
==Disadvantages==&lt;br /&gt;
Some microformats have potential accessibility disadvantages.&lt;br /&gt;
&lt;br /&gt;
===abbr-design-pattern===&lt;br /&gt;
*As mentioned on external sites (see:[[accessibility-issues]]) and on the microformats-discuss list, the abbr-design-pattern (used in [[hcard|hCard]], [[hcalendar|hCalendar]], [[geo|GEO]] and others) is in violation of WCAG1 and WCAG2, and has potentially harmful accessibility side-effects of reading machine data to screen reader users rendering human content inaccessible.&lt;br /&gt;
** Previous misuses of the abbreviation pattern should now use the [[value-class-pattern]] instead. The abbreviation pattern remains suitable and correct for human readable expansions.&lt;br /&gt;
&lt;br /&gt;
===anchor-include-pattern===&lt;br /&gt;
*As mentioned on [[accessibility-issues]], the anchor-include-pattern is in violation of WCAG1 and WCAG2, and has potentially harmful accessibility side effects due to the missing link text.&lt;br /&gt;
** The include pattern now strong advises against using empty anchor elements.&lt;br /&gt;
&lt;br /&gt;
==External testimonials==&lt;br /&gt;
* [http://lists.w3.org/Archives/Public/w3c-wai-ig/2006JulSep/subject.html#msg133 hCard and hCalendar Formats] - 2006-08-03 in w3c-wai-ig. e.g. &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;I think Microformats.org is doing rather well on it's own, and it isn't particularly something that the W3C would or should get involved in until it's settled down. (And then it would just be a ratification kind of thing.)&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;...&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;In fact, it is likely to be good for accessibility, as the tools for consuming microformats often require valid code.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Challenges ==&lt;br /&gt;
* Andy Mabbett - How can we make them accessible to people with (for instance) visual disabilities?&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[accessibility-issues]] - note external criticisms on the accesibility issues page&lt;br /&gt;
*[[internationalization]]&lt;br /&gt;
*[[assistive-technology]]&lt;br /&gt;
*[[assistive-technology-abbr-results]]&lt;/div&gt;</summary>
		<author><name>Veeliam</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:Veeliam&amp;diff=22933</id>
		<title>User:Veeliam</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:Veeliam&amp;diff=22933"/>
		<updated>2007-07-18T03:23:23Z</updated>

		<summary type="html">&lt;p&gt;Veeliam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://zaxbypass.com/&lt;br /&gt;
{{public-domain-release}}&lt;/div&gt;</summary>
		<author><name>Veeliam</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2007-01-18-sf-microformats-dinner&amp;diff=12676</id>
		<title>events/2007-01-18-sf-microformats-dinner</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2007-01-18-sf-microformats-dinner&amp;diff=12676"/>
		<updated>2007-01-19T10:08:31Z</updated>

		<summary type="html">&lt;p&gt;Veeliam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= January 2007 San Francisco Microformats Dinner =&lt;br /&gt;
&lt;br /&gt;
One of several microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
Where: Nova. 555 Second St San Francisco, CA 94107. (415) 543-2282. has wifi. can handle perhaps up to about 15 people.&lt;br /&gt;
&lt;br /&gt;
When: Thursday January 18th, 6pm-...&lt;br /&gt;
&lt;br /&gt;
Tags: microformats dinner microformatsdinner microformatsdinnersf microformatsdinnersf20070118&lt;br /&gt;
&lt;br /&gt;
Who (food prefs).  Please RSVP so that we can make sure the venue can accomodate the group.&lt;br /&gt;
&lt;br /&gt;
NOTE: First come first served!  Latecomers may need to get together and get another table.&lt;br /&gt;
&lt;br /&gt;
# Tantek Çelik (vegetarian or fish options)&lt;br /&gt;
# Ryan King&lt;br /&gt;
# Eric Meyer (not spicy)&lt;br /&gt;
# Matthew Mullenweg&lt;br /&gt;
# William Lawrence (vegetarian)&lt;br /&gt;
# Kevin Marks (eats anything)  &lt;br /&gt;
# Ben West&lt;br /&gt;
# Derrick Pallas&lt;br /&gt;
# Nicole Hanusek&lt;br /&gt;
# Steve Cohen&lt;br /&gt;
# Barrett Weisshaar (will eat his co-workers if necessary)&lt;br /&gt;
# Chris Messina&lt;br /&gt;
# Tara Hunt&lt;br /&gt;
# ...&lt;br /&gt;
&lt;br /&gt;
Upcoming: http://upcoming.org/event/142548&lt;br /&gt;
&lt;br /&gt;
Details:&lt;br /&gt;
&lt;br /&gt;
Depending on when people show up, we may want/need to split up into a number of tables.  I (Tantek) will try to get there before 6pm and ask them if they can handle a larger party (~12) at 6pm and see if we can get some tables put together.  At this point, RSVP (here) is ''required'' if you want to have a chance at sitting in a group together.  Folks are welcome to &amp;quot;just show up&amp;quot; as well, but expect that you might have to collect into a smaller group (3-4) and grab a separate table.&lt;/div&gt;</summary>
		<author><name>Veeliam</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2007-01-18-sf-microformats-dinner&amp;diff=12659</id>
		<title>events/2007-01-18-sf-microformats-dinner</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2007-01-18-sf-microformats-dinner&amp;diff=12659"/>
		<updated>2007-01-19T01:12:15Z</updated>

		<summary type="html">&lt;p&gt;Veeliam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= San Francisco January 2007 Microformats Dinner =&lt;br /&gt;
&lt;br /&gt;
One of several microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
Where: Nova. 555 Second St San Francisco, CA 94107. (415) 543-2282. has wifi. can handle perhaps up to about 15 people.&lt;br /&gt;
&lt;br /&gt;
When: Thursday January 18th, 6pm-...&lt;br /&gt;
&lt;br /&gt;
Who (food prefs).  Please RSVP so that we can make sure the venue can accomodate the group.&lt;br /&gt;
&lt;br /&gt;
# Tantek Çelik (vegetarian or fish options)&lt;br /&gt;
# Ryan King&lt;br /&gt;
# Eric Meyer (not spicy)&lt;br /&gt;
# Matthew Mullenweg&lt;br /&gt;
# William Lawrence (vegetarian)  - Will be there, but late, like 6.5pm&lt;br /&gt;
# Kevin Marks (eats anything)  &lt;br /&gt;
# Ben West&lt;br /&gt;
# Derrick Pallas&lt;br /&gt;
# Nicole Hanusek&lt;br /&gt;
# Steve Cohen&lt;br /&gt;
# Barrett Weisshaar (will eat his co-workers if necessary)&lt;br /&gt;
# ...&lt;br /&gt;
&lt;br /&gt;
Details:&lt;br /&gt;
&lt;br /&gt;
Depending on when people show up, we may want/need to split up into a number of tables.  I (Tantek) will try to get there before 6pm and ask them if they can handle a larger party (~12) at 6pm and see if we can get some tables put together.  At this point, RSVP (here) is ''required'' if you want to have a chance at sitting in a group together.  Folks are welcome to &amp;quot;just show up&amp;quot; as well, but expect that you might have to collect into a smaller group (3-4) and grab a separate table.&lt;/div&gt;</summary>
		<author><name>Veeliam</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2007-01-18-sf-microformats-dinner&amp;diff=12616</id>
		<title>events/2007-01-18-sf-microformats-dinner</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2007-01-18-sf-microformats-dinner&amp;diff=12616"/>
		<updated>2007-01-17T19:23:29Z</updated>

		<summary type="html">&lt;p&gt;Veeliam: added self&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= San Francisco January 2007 Microformats Dinner =&lt;br /&gt;
&lt;br /&gt;
One of several microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
Where: TBD - likely somewhere in SOMA/SouthPark area, cafe style, with wifi, not too noisy&lt;br /&gt;
Possibilities:&lt;br /&gt;
* 21st Amendment (has wifi, too noisy)&lt;br /&gt;
* the place next door to 21A (has wifi, may be difficult to get seating for a large group)&lt;br /&gt;
* ...&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
When: Thursday January 18th, 6pm-&lt;br /&gt;
&lt;br /&gt;
Who (food prefs)&lt;br /&gt;
&lt;br /&gt;
* Tantek Çelik (vegetarian or fish options)&lt;br /&gt;
* Ryan King&lt;br /&gt;
* Eric Meyer (not spicy)&lt;br /&gt;
* Matthew Mullenweg&lt;br /&gt;
* William Lawrence (vegetarian)  - ''tentative''&lt;br /&gt;
* ...&lt;br /&gt;
* ...&lt;/div&gt;</summary>
		<author><name>Veeliam</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2007-03-12-sxsw-growth-evolution-of&amp;diff=13469</id>
		<title>events/2007-03-12-sxsw-growth-evolution-of</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2007-03-12-sxsw-growth-evolution-of&amp;diff=13469"/>
		<updated>2007-01-16T03:00:23Z</updated>

		<summary type="html">&lt;p&gt;Veeliam: /* Attending */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;The Growth and Evolution of Microformats at SXSW 2007&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One of several microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
The Growth and Evolution of Microformats is a [http://2007.sxsw.com/interactive/programming/panels/ confirmed panel presentation] session to be held at the 2007 [http://2007.sxsw.com/ SXSW] Interactive Festival, on Monday, March 12th from 11:30am-12:30pm in Austin, Texas.&lt;br /&gt;
&lt;br /&gt;
== Panelists ==&lt;br /&gt;
&lt;br /&gt;
*[[User:Tantek|Tantek Çelik]] (moderator)&lt;br /&gt;
*[[User:Phae|Frances Berriman]]&lt;br /&gt;
*..&lt;br /&gt;
&lt;br /&gt;
== Session Description ==&lt;br /&gt;
&lt;br /&gt;
SUBJECT TO CHANGE / UPDATE:&lt;br /&gt;
&lt;br /&gt;
In its first year, microformats.org ushered in the rapid adoption of key formats for publishing and sharing [[rel-tag|tags]], [[rel-license|licenses]], [[hcard|contacts]], [[xfn|relationships]], [[hcalendar|events]] and [[hreview|reviews]] on the Web. See what new microformats are being developed for [[hresume|resumes]], [[hlisting|classified listings]], [[media-info|music, and media]], as well as how tens of millions of established microformats on web sites of individuals, companies, and organizations are driving innovations in desktop applications and advancing personal data portability.&lt;br /&gt;
&lt;br /&gt;
== Attending ==&lt;br /&gt;
Please add your name here if you are attending this session, speaking or not.&lt;br /&gt;
&lt;br /&gt;
*[[User:Tantek|Tantek Çelik]]&lt;br /&gt;
*[[User:Phae|Frances Berriman]]&lt;br /&gt;
*[[User:Veeliam|William Lawrence]]&lt;br /&gt;
*..&lt;br /&gt;
&lt;br /&gt;
== Session Comments and Q&amp;amp;A ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;/div&gt;</summary>
		<author><name>Veeliam</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=xfn-faq&amp;diff=11216</id>
		<title>xfn-faq</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=xfn-faq&amp;diff=11216"/>
		<updated>2006-12-11T08:38:04Z</updated>

		<summary type="html">&lt;p&gt;Veeliam: Attempted addition of clarification of what muse means.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; XFN FAQ &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is for documenting Q&amp;amp;A about [[xfn|XFN]] in addition to the [http://gmpg.org/xfn/faq official XFN FAQ].  It is likely that items here will be incorporated there.  Or perhaps GMPG may choose to redirect the FAQ here - this is to be determined.  For now, if you have a new question to ask about XFN, please consider first asking your question on the [http://microformats.org/mailman/listinfo/microformats-discuss/ microformats-discuss] mailing list.&lt;br /&gt;
&lt;br /&gt;
Please first read the [http://gmpg.org/xfn/faq official XFN FAQ].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt; Q&amp;amp;A &amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Why is muse in the romantic category ===&lt;br /&gt;
&lt;br /&gt;
''According to the [http://gmpg.org/xfn/11 XFN spec], rel=&amp;quot;muse&amp;quot; is a link to someone who inspires you, and is listed as being a &amp;quot;romantic&amp;quot; relationship. Does it is always implied as a romantic relationship, since one could certainly find someone else inspiring without being romantically involved/interested?''&lt;br /&gt;
&lt;br /&gt;
* Certainly &amp;quot;muse&amp;quot; was not intended to only be purely romantic in the literal &amp;quot;romantic relationship&amp;quot; sense (though it is clear how that could easily be misconstrued), and of course that meaning is included. The categorization as &amp;quot;romantic&amp;quot; is in a broader sense, similar to  [http://en.wikipedia.org/wiki/Romance_%28genre%29 romance the genre] or [http://en.wikipedia.org/wiki/Romanticism romanticism] as in enabling the elevation of: &amp;lt;blockquote&amp;gt;the achievements of what it [Romanticism] perceived as misunderstood heroic individuals and artists that altered society.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* The [http://gmpg.org/xfn/11 XFN spec] defines ''muse'' as well as ''crush'', and one ought not to be confused with the other. Either way, romantically or figuratively, the muse inspires.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt; See Also &amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[xfn]]&lt;br /&gt;
* [[xfn-clarifications]]&lt;br /&gt;
* [[xfn-implementations]]&lt;br /&gt;
* [http://en.wiktionary.org/wiki/muse The Wiktionary definition of ''muse'']&lt;/div&gt;</summary>
		<author><name>Veeliam</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=accessibility&amp;diff=10937</id>
		<title>accessibility</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=accessibility&amp;diff=10937"/>
		<updated>2006-11-26T23:46:23Z</updated>

		<summary type="html">&lt;p&gt;Veeliam: /* Accessibility of this wiki */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Accessibility=&lt;br /&gt;
&lt;br /&gt;
This page is for keeping track of issues relating to microformats and accessibility, in the hopes that any potential accessibility issues are resolved quickly, and for documenting techniques for making microformats more accessible.&lt;br /&gt;
&lt;br /&gt;
==External discussions==&lt;br /&gt;
=== Mailing lists ===&lt;br /&gt;
&lt;br /&gt;
* [http://lists.w3.org/Archives/Public/w3c-wai-ig/2006OctDec/0022.html Microformats and Semantic Structure (part 2)] - 2006-10-11 in w3c-wai-ig.&lt;br /&gt;
* [http://lists.w3.org/Archives/Public/w3c-wai-ig/2006JulSep/subject.html#msg133 hCard and hCalendar Formats] - 2006-08-03 in w3c-wai-ig.&lt;br /&gt;
&lt;br /&gt;
===Fora===&lt;br /&gt;
*[http://www.accessifyforum.com/viewtopic.php?t=6167&amp;amp;postdays=0&amp;amp;postorder=asc&amp;amp;start=0 Use of 'abbr' in microformats] - 2006-09-20. Issues: use of 'abbr'&lt;br /&gt;
&lt;br /&gt;
==Accessibility of this wiki==&lt;br /&gt;
*Large blocks of italic text are inaccessible to many readers, including people with types of visual impairment, dyslexia, etc. [http://www.intranet.man.ac.uk/accessibility/Disabilities/dyslexia.html], [https://tritonlink.ucsd.edu/portal/site/tritonlink-preview/menuitem.b4448692267a11256ec5e210514b01ca?storyID=20896]. [http://accessites.org/], [http://tlt.psu.edu/suggestions/accessibility/font.html], [http://www.wd4a.co.uk/Guidelines.htm] [[User:AndyMabbett|Andy Mabbett]] 14:33, 26 Nov 2006 (PST)&lt;br /&gt;
*Using emboldening and italics to differentiate types on, e.g. the cheatsheet pages [[hcard-cheatsheet]], is unhelpful to users of assistive technologies, text-only devices, etc. A number, letter or symbol should additionally be used. [[User:AndyMabbett|Andy Mabbett]] 14:33, 26 Nov 2006 (PST)&lt;br /&gt;
**I think the emboldening is fine as it marks up the required properties. The italics are a bit of a problem but keep it simple at the moment. Additional characters can’t be used as they would break the class=&amp;quot;property&amp;quot; template. Colours would be a way but are inaccessible to some users, so there is no real solution to that problem for now. [[User:JulianStahnke|Julian Stahnke]] 22:55, 26 Nov 2006 (GMT)&lt;br /&gt;
***&amp;quot;I think the emboldening is fine&amp;quot; - how would you understand emboldening in a text-only browser like Lynx, or in an aural browser? [[User:AndyMabbett|Andy Mabbett]] 15:17, 26 Nov 2006 (PST)&lt;br /&gt;
****Ups, I just assumed that it would use strong and em tags. Yeah, well, let’s think about it. [[User:JulianStahnke|Julian Stahnke]] 23:22, 26 Nov 2006 (GMT)&lt;br /&gt;
**Of course, one could add that stuff ''after'' the class=&amp;quot;property&amp;quot; thing. That might look a little cluttered though. I’ll consider that for the next revision/next cheat sheet I do. [[User:JulianStahnke|Julian Stahnke]] 22:57, 26 Nov 2006 (GMT)&lt;br /&gt;
***All that's needed is:&lt;br /&gt;
::::&amp;lt;nowiki&amp;gt;* class=&amp;quot;vcard&amp;quot; (1)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::instead of:&lt;br /&gt;
::::&amp;lt;nowiki&amp;gt;* class=&amp;quot;vcard&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:::[[User:AndyMabbett|Andy Mabbett]] 15:24, 26 Nov 2006 (PST)&lt;/div&gt;</summary>
		<author><name>Veeliam</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=irc&amp;diff=9005</id>
		<title>irc</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=irc&amp;diff=9005"/>
		<updated>2006-09-25T01:18:21Z</updated>

		<summary type="html">&lt;p&gt;Veeliam: /* People on irc */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Microformats IRC =&lt;br /&gt;
&lt;br /&gt;
We have an IRC channel, [irc://irc.freenode.net/microformats #microformats on the freenode network].&lt;br /&gt;
&lt;br /&gt;
There's typically someone there at any point during the day, though there isn't always active discussion. Sometimes, though this is the best place to discuss issues that need lots of back and forth discussion.&lt;br /&gt;
&lt;br /&gt;
== People on irc ==&lt;br /&gt;
A list of IRC regulars and their normal timezones. (winter/summer)&lt;br /&gt;
&lt;br /&gt;
* [[User:BenWest|bewest]] (-0800/-0700)&lt;br /&gt;
* [[User:Adam Craven|AdamCraven]] (+0000)&lt;br /&gt;
* [[User:Amette|amette]] (+1000)&lt;br /&gt;
* [[User:B.K._DeLong|bkdelong]] (-0500/-0400)&lt;br /&gt;
* [[User:Ben Ward|BenWard]] (+0000)&lt;br /&gt;
* [[User:BenjaminCarlyle|BenjaminCarlyle]] (+1000)&lt;br /&gt;
* [[User:Boneill|boneill]] (+0000)&lt;br /&gt;
* [[User:Brian|briansuda]] (+0000)&lt;br /&gt;
* [[User:ColinDDevroe|cdevroe]] (-0500/-0600)&lt;br /&gt;
* [[User:Cgriego|cgriego]] (-0600/-0500)&lt;br /&gt;
* [[User:ChrisCasciano|pnhChris]] (-0500/-0400)&lt;br /&gt;
* [[User:ChrisMessina|factoryjoe]] (-0800/-0700)&lt;br /&gt;
* [[User:ChristopherStJohn|cks]] (-0600/-0500)&lt;br /&gt;
* [[User:DanC|DanC]] (-0600/-0500)&lt;br /&gt;
** office hours: Wednesday afternoons, America/Chicago time&lt;br /&gt;
* [[User:Dave Cardwell|davecardwell]] (+0000)&lt;br /&gt;
* [[User:DeanEro|deanero]] (-0800/-0700)&lt;br /&gt;
* [[User:DimitriGlazkov|dglazkov]] (-0600/-0500)&lt;br /&gt;
* [[User:DrewMcLellan|drewinthehead]] (+0000/+0100)&lt;br /&gt;
* [[User:EdwardOConnor|hober]] (-0800/-0700)&lt;br /&gt;
* [[User:Enric|enric]] (-0800/-0700)&lt;br /&gt;
* [[User:Evan|evanpro]] (-0500)&lt;br /&gt;
* [[User:Fil|Fil]] (+0200)&lt;br /&gt;
* [[User:Grantbow|Grantbow]] (-0800/-0700)&lt;br /&gt;
* [[User:Hlb|hlb]] (+0800-0700)&lt;br /&gt;
* [[User:IanHickson|Hixie]] (-0800/-0700)&lt;br /&gt;
* [[User:Izo|IZO]]&lt;br /&gt;
* [[User:JoeGregorio|jcgregorio]]&lt;br /&gt;
* [[User:Jonathan_Arkell|jonnay]] (-0700/0600)&lt;br /&gt;
* [[User:Keri Henare|kerihenare]] (+1200)&lt;br /&gt;
* [http://epeus.blogspot.com/ KevinMarks] (-0800/-0700)&lt;br /&gt;
* [[User:Mark Mansour|Mark Mansour]] (+1100)&lt;br /&gt;
* [[User:MarkNormanFrancis|Mark Norman Francis]] (+0000/+0100)&lt;br /&gt;
* [[User:neuro|neuro`]]&lt;br /&gt;
* [[User:Phae|Phae]] (+0000/+0100)&lt;br /&gt;
* [[User:PriitLaes|plaes]] (+0200/+0300)&lt;br /&gt;
* [[User:DavidOsolkowski|qid]] (-0500)&lt;br /&gt;
* [[User:Remi|Remi]] (-0500/-0400)&lt;br /&gt;
* [[User:RobertBachmann|RobertBachmann]] (+0100/+0200)&lt;br /&gt;
** Office hours: &amp;lt;del&amp;gt;Wednesday, 18:00-20:00 UTC&amp;lt;/del&amp;gt; (Currently no office hours)&lt;br /&gt;
* [[User:RyanKing|kingryan]] (-0800/-0700)&lt;br /&gt;
** [http://theryanking.com/blog/archives/2006/04/19/office-hours/ Office hours]: Wednesday, 21:00 UTC&lt;br /&gt;
* [[User:Csarven|csarven]] (-0500/-0400)&lt;br /&gt;
* [[User:Dana Benson|Snowden]] (-0800/-0700)&lt;br /&gt;
* [[User:Steve Ganz|SteveGanz]] (-0800/-0700)&lt;br /&gt;
* [[User:Tantek|Tantek]] (-0800/-0700)&lt;br /&gt;
* [[User:Trovster|trovster]] (-0800/-0700)&lt;br /&gt;
* [[User:Dan Kubb|dkubb]] (-0800/-0700)&lt;br /&gt;
* [[User:Ed Summers|edsu]] (-0500/-0400)&lt;br /&gt;
* [[User:Smackman|Steve Farrell]] (-0800/-0700)&lt;br /&gt;
* [[User:Enric|Enric]] (-0800/-0700)&lt;br /&gt;
* [[User:Charlvn|Charl]] (+0200/+0200)&lt;br /&gt;
* [[User:MarkoMrdjenovic|friedcell]] (+0100/+0200)&lt;br /&gt;
* [[User:Vant|vant]] (+0900)&lt;br /&gt;
* [[User:KrissWatt|VoodooChild]] (+0000/+0100)&lt;br /&gt;
* [[User:IwaiMasaharu|iwaim]] (+0900)&lt;br /&gt;
* [[User:Richard Conyard|WhiskeyM]] (+0000)&lt;br /&gt;
* [[User:Veeliam|William Lawrence]] (-0800/-0700)&lt;br /&gt;
* [[User:Ianloic|yakk]] (-0800/-0700)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Greetings ===&lt;br /&gt;
&lt;br /&gt;
To display a brief description of who you are each time you join the channel, you can create a definition for your username. To do so pass the &amp;lt;tt&amp;gt;?def&amp;lt;/tt&amp;gt; command using something like the following convention (be brief):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;?def jdoe is John Doe and can be found online at &amp;lt;nowiki&amp;gt;http://www.jdoewebsite.com&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More information about using JiBot commands can be found on the [http://joiwiki.ito.com/joiwiki/index.cgi?jibot jibot website]&lt;br /&gt;
&lt;br /&gt;
=== bots ===&lt;br /&gt;
&lt;br /&gt;
* [[mfbot]]&lt;br /&gt;
* [[mflogbot]]&lt;br /&gt;
* [http://joiwiki.ito.com/joiwiki/index.cgi?jibot jibot]&lt;br /&gt;
&lt;br /&gt;
== Logs ==&lt;br /&gt;
&lt;br /&gt;
Available here: http://rbach.priv.at/Microformats-IRC/&lt;br /&gt;
&lt;br /&gt;
Atom feed of logs available here: http://microformat.makedatamakesense.com/log_feed/&lt;br /&gt;
&lt;br /&gt;
== IRC meetups ==&lt;br /&gt;
&lt;br /&gt;
The idea of having IRC meetups (that is, a set time for meeting on IRC) has been suggested by [[User:RyanKing|Ryan King]], as it appears to work well for the WordPress community and may help us from time-to-time. As of yet, there are no plans to have meetups, though.&lt;/div&gt;</summary>
		<author><name>Veeliam</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2006-09-08-brighton-microformats-picnic&amp;diff=8465</id>
		<title>events/2006-09-08-brighton-microformats-picnic</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2006-09-08-brighton-microformats-picnic&amp;diff=8465"/>
		<updated>2006-09-08T11:41:34Z</updated>

		<summary type="html">&lt;p&gt;Veeliam: Formated attending list, alphabetically&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Brighton Microformats Picnic =&lt;br /&gt;
&lt;br /&gt;
Because it looks like the weather is going to be good for d.Construct, let's get together in the sunshine and chat about microformats while munching on sandwiches.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
&lt;br /&gt;
;Date: Friday, September 8th&lt;br /&gt;
;Time: 12:45 - 14:00&lt;br /&gt;
;Location: Pavilion Gardens, Brighton.&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
The picnic will take place in the Pavilion Gardens, Brighton on September 8th from 12:45 to 2pm.&lt;br /&gt;
&lt;br /&gt;
There's no set agenda. Depending on who shows up, we might be talking about the basics of microformats, or the nitty-gritty of implementations, or both. Everyone is welcome to attend. The picnic is being organised by [http://adactio.com/ Jeremy Keith] who will be more than happy to lead the discussion.&lt;br /&gt;
&lt;br /&gt;
== Attending ==&lt;br /&gt;
&lt;br /&gt;
Please add your name here if you think you'll be able to come along. If there's enough interest, maybe we can organise a delivery of sandwiches.&lt;br /&gt;
&lt;br /&gt;
Alphabetically, sorted by last name:&lt;br /&gt;
* [http://fberriman.com Frances Berriman]&lt;br /&gt;
* [http://adactio.com/ Jeremy Keith] - I'll be speaking at d.Construct right before the lunch break so I'll announce the picnic on stage.&lt;br /&gt;
* William Lawrence - [[User:Veeliam|veeliam]] 23:25, 17 Aug 2006 (PDT)&lt;br /&gt;
* [http://www.trovster.com Trevor Morris]&lt;br /&gt;
&lt;br /&gt;
== Blog Posts ==&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
&lt;br /&gt;
If you come to the picnic and take photos, add links to them here.&lt;/div&gt;</summary>
		<author><name>Veeliam</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2006-06-16-atmedia-microformats&amp;diff=9339</id>
		<title>events/2006-06-16-atmedia-microformats</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2006-06-16-atmedia-microformats&amp;diff=9339"/>
		<updated>2006-09-08T11:38:44Z</updated>

		<summary type="html">&lt;p&gt;Veeliam: /* Attending */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= 2006-06-16 @media2006 microformats sessions =&lt;br /&gt;
&lt;br /&gt;
This is a stub [[events|event]] page and needs sections for speaker(s), attendees, links, schedule, photos etc.&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
&lt;br /&gt;
;Date: Tuesday, June 15-16, 2006&lt;br /&gt;
;Time: 3:00pm - 4:00pm GMT&lt;br /&gt;
;Location: ??? London, UK&lt;br /&gt;
;URLs: [http://www.vivabit.com/atmedia2006/sessions/#microformats Microformats: Evolving the web], [http://www.vivabit.com/atmedia2006/ @media homepage].&lt;br /&gt;
;Overview: ???&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
&amp;quot;[http://tantek.com/presentations/2006/06/microformats-evolution/ Microformats: Evolving the Web]&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Slides: http://tantek.com/presentations/2006/06/microformats-evolution/&lt;br /&gt;
&lt;br /&gt;
The microformats community believes that standards should do less, not more. Data formats should adapt to current web publishing behaviours and reuse existing broadly interoperably implemented standards. Easy to adopt formats are enabling a diverse set of web designers and developers to visibly publish, share, and consume all kinds of common information, and microformats are leading the way.&lt;br /&gt;
&lt;br /&gt;
== Attending ==&lt;br /&gt;
Please add your name here if you attended @media.&lt;br /&gt;
&lt;br /&gt;
Alphabetically sorted by last name.&lt;br /&gt;
* William Lawrence - [[User:Veeliam|veeliam]] 23:25, 17 Aug 2006 (PDT)&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Session Comments and Q&amp;amp;A ==&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
&lt;br /&gt;
See also the [http://flickr.com/photos/tags/atmedia/ atmedia tag on Flickr].&lt;/div&gt;</summary>
		<author><name>Veeliam</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2006-09-08-brighton-microformats-picnic&amp;diff=8403</id>
		<title>events/2006-09-08-brighton-microformats-picnic</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2006-09-08-brighton-microformats-picnic&amp;diff=8403"/>
		<updated>2006-09-05T16:41:19Z</updated>

		<summary type="html">&lt;p&gt;Veeliam: /* Attending */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Brighton Microformats Picnic =&lt;br /&gt;
&lt;br /&gt;
Because it looks like the weather is going to be good for d.Construct, let's get together in the sunshine and chat about microformats while munching on sandwiches.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
&lt;br /&gt;
;Date: Friday, September 8th&lt;br /&gt;
;Time: 12:45 - 14:00&lt;br /&gt;
;Location: Pavilion Gardens, Brighton.&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
The picnic will take place in the Pavilion Gardens, Brighton on September 8th from 12:45 to 2pm.&lt;br /&gt;
&lt;br /&gt;
There's no set agenda. Depending on who shows up, we might be talking about the basics of microformats, or the nitty-gritty of implementations, or both. Everyone is welcome to attend. The picnic is being organised by [http://adactio.com/ Jeremy Keith] who will be more than happy to lead the discussion.&lt;br /&gt;
&lt;br /&gt;
== Attending ==&lt;br /&gt;
&lt;br /&gt;
Please add your name here if you think you'll be able to come along. If there's enough interest, maybe we can organise a delivery of sandwiches.&lt;br /&gt;
&lt;br /&gt;
* [http://adactio.com/ Jeremy Keith] - I'll be speaking at d.Construct right before the lunch break so I'll announce the picnic on stage.&lt;br /&gt;
* [http://fberriman.com Frances Berriman]&lt;br /&gt;
* William Lawrence - [[User:Veeliam|veeliam]] 23:25, 17 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Blog Posts ==&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
&lt;br /&gt;
If you come to the picnic and take photos, add links to them here.&lt;/div&gt;</summary>
		<author><name>Veeliam</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:Veeliam&amp;diff=18472</id>
		<title>User:Veeliam</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:Veeliam&amp;diff=18472"/>
		<updated>2006-08-18T06:27:45Z</updated>

		<summary type="html">&lt;p&gt;Veeliam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://zaxbypass.com/&lt;/div&gt;</summary>
		<author><name>Veeliam</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2006-08-17-refresh-dc-microformats&amp;diff=8191</id>
		<title>events/2006-08-17-refresh-dc-microformats</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2006-08-17-refresh-dc-microformats&amp;diff=8191"/>
		<updated>2006-08-18T06:25:58Z</updated>

		<summary type="html">&lt;p&gt;Veeliam: /* Attending */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; 2006-08-17 Refresh DC &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One of several microformats [[events]] and [[presentations]].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
&lt;br /&gt;
;Date: Thursday, August 17&lt;br /&gt;
;Time: 7:00PM EDT&lt;br /&gt;
;Location: National Digital Library Learning Center, Library of Congress, 101 Independence Ave SE, Washington, DC&lt;br /&gt;
;URLs: [http://www.refresh-dc.org Refresh DC]&lt;br /&gt;
;Presentation: [http://www.jounce.net/presentations/refreshMicroformats Presentation]&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
M. Jackson Wilkinson presents &amp;quot;Microformats&amp;quot;&lt;br /&gt;
&lt;br /&gt;
A brief primer regarding microformats and the issues raised by the new standards, presented by M. Jackson Wilkinson of [http://www.grassroots.com Grassroots Enterprise].&lt;br /&gt;
&lt;br /&gt;
== Attending ==&lt;br /&gt;
&lt;br /&gt;
If you see yourself, click on it and add a note! And please add your name here if you attended Refresh DC in August.&lt;br /&gt;
*William Lawrence - [[User:Veeliam|veeliam]] 23:25, 17 Aug 2006 (PDT)&lt;br /&gt;
*...&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;/div&gt;</summary>
		<author><name>Veeliam</name></author>
	</entry>
</feed>