<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Token</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Token"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Token"/>
	<updated>2026-05-10T22:31:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-payment&amp;diff=20731</id>
		<title>rel-payment</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-payment&amp;diff=20731"/>
		<updated>2007-01-02T00:36:46Z</updated>

		<summary type="html">&lt;p&gt;Token: /* Amazon Associates */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Authors ==&lt;br /&gt;
[http://solitude.dk Andreas Haugstrup Pedersen]&lt;br /&gt;
&lt;br /&gt;
[http://joshkinberg.com Joshua Kinberg]&lt;br /&gt;
&lt;br /&gt;
[http://momentshowing.net Jay Dedman]&lt;br /&gt;
&lt;br /&gt;
[http://poorbuthappy.com/ease Peter Van Dijk]&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
RelPayment is a microformat for making exchanges of support (be it financial or otherwise) possible. By adding rel=&amp;quot;payment&amp;quot; to a hyperlink a page indicates that the destination of that hyperlink provides a way to show or give support for the current page. For example to give financial support to the owner of the current page.&lt;br /&gt;
&lt;br /&gt;
One of the goals with this microformat is to give content aggregators such as RSS readers a way to extract these support links and give them special attention (such as displaying a standard button along with the content).&lt;br /&gt;
&lt;br /&gt;
== RelPayment ==&lt;br /&gt;
RelPayment is meant as a general way to facilitate acts of support, and thus this specification makes no assumptions on the type of support.&lt;br /&gt;
&lt;br /&gt;
A page may contain any number of hyperlinks marked with rel=&amp;quot;payment&amp;quot;. This allows authors to give readers more than one possible way to show support (a DropCash link, a PayPal link, a link to a page with an address to mail a check and so on). It also allows authors to add payment links that only relate to a certain section of a page. E.g. a book review website may have several book reviews on one page with each review having their own Amazon Affiliate link marked with rel=&amp;quot;payment&amp;quot;. Aggregators should implement support for multiple payment hyperlinks.&lt;br /&gt;
&lt;br /&gt;
Authors should use the &amp;quot;title&amp;quot; attribute to provide a human readable description of the type of support pointed to by the hyperlink. Aggregators may use the contents of the &amp;quot;title&amp;quot; attribute to provide additional information about the support link to their users. E.g. &amp;lt;a href=&amp;quot;[url]&amp;quot; rel=&amp;quot;payment&amp;quot; title=&amp;quot;Donate Money Via PayPal&amp;quot;&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
If the hyperlink contains an image (e.g. &amp;lt;a href=&amp;quot;[url] rel=&amp;quot;payment&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;[url]&amp;quot; alt=&amp;quot;Support Badge&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;) aggregators may display that image  instead of the aggregator's standard link.&lt;br /&gt;
&lt;br /&gt;
== Visible Metadata ==&lt;br /&gt;
Links marked with rel=&amp;quot;payment&amp;quot; are meant to be visible on the page, and because of that the &amp;lt;a&amp;gt; element is encouraged over the &amp;lt;link&amp;gt; element. This gives readers the easiest access to show support and it discourages link fraud. Authors should not use empty hyperlinks such as &amp;lt;a href=&amp;quot;[url]&amp;quot; rel=&amp;quot;payment&amp;quot; /&amp;gt; and parsers may ignore empty links.&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;payment&amp;quot;&amp;gt;payment&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource provides a way to show support for the referring page.&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Application for addition to Atom registry of link relations ==&lt;br /&gt;
&lt;br /&gt;
The following is an application for a link relation value, as&lt;br /&gt;
specified in the Atom Syndication Format.&lt;br /&gt;
[https://datatracker.ietf.org/public/idindex.cgi?command=id_detail&amp;amp;filename=draft-ietf-atompub-format]&lt;br /&gt;
&lt;br /&gt;
thank you,&lt;br /&gt;
&lt;br /&gt;
Joshua Kinberg, jkinberg AT gmail DOT com&lt;br /&gt;
&lt;br /&gt;
Robert Sayre, sayrer AT gmail DOT com&lt;br /&gt;
&lt;br /&gt;
=== Registry ===&lt;br /&gt;
&lt;br /&gt;
http://www.iana.org/assignments/link-relations&lt;br /&gt;
&lt;br /&gt;
=== Attribute Value ===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;payment&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
rel=&amp;quot;payment&amp;quot; indicates a URI where payment is accepted. It is meant&lt;br /&gt;
as a general way to facilitate acts of payment, and thus this&lt;br /&gt;
specification makes no assumptions on the type of payment or&lt;br /&gt;
transaction protocol. Examples may include a WWW page where donations&lt;br /&gt;
are accepted or where goods and services are available for purchase.&lt;br /&gt;
rel=&amp;quot;payment&amp;quot; is not intended to initiate an automated transaction.&lt;br /&gt;
&lt;br /&gt;
A link element with a rel=&amp;quot;payment&amp;quot; attribute may exist at the&lt;br /&gt;
feed/channel level and/or the entry/item level. For example, a&lt;br /&gt;
rel=&amp;quot;payment&amp;quot; link at the feed/channel level may point to a &amp;quot;tip jar&amp;quot;&lt;br /&gt;
URI, whereas an entry/item containing a book review may include a&lt;br /&gt;
rel=&amp;quot;payment&amp;quot; link that points to the location where the book may be&lt;br /&gt;
purchased through an online retailer.&lt;br /&gt;
&lt;br /&gt;
=== Display Characteristics ===&lt;br /&gt;
&lt;br /&gt;
End-user software could support rel=&amp;quot;payment&amp;quot; by displaying a &amp;quot;payment&lt;br /&gt;
button&amp;quot; along with the content. Alternatively, content aggregators may&lt;br /&gt;
display a payment hyperlink containing the text specified in a&lt;br /&gt;
corresponding title attribute within the &amp;lt;link&amp;gt; element, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;link rel=&amp;quot;payment&amp;quot;&lt;br /&gt;
    href=&amp;quot;http://example.com/c.r.e.a.m&amp;quot;&lt;br /&gt;
    title=&amp;quot;give me the loot&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
May display either a payment button or a hyperlink containing the&lt;br /&gt;
text, &amp;quot;give me the loot.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Security Considerations ===&lt;br /&gt;
&lt;br /&gt;
The link element is subject to tampering and observation, as is the&lt;br /&gt;
linked resource. For that reason, implementations should clearly&lt;br /&gt;
signal the level trust and privacy a linked resource provides.  If&lt;br /&gt;
present, digital signatures provide authentication, message integrity,&lt;br /&gt;
and non-repudiation with proof of origin. Encryption provides data&lt;br /&gt;
confidentiality. Implementations should also consider the level of&lt;br /&gt;
confidentiality and message integrity provided by the transport used&lt;br /&gt;
to reach the payment resource.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Prior Art ==&lt;br /&gt;
&lt;br /&gt;
=== Anil Dash's proposal, 2002 ===&lt;br /&gt;
&lt;br /&gt;
* http://www.dashes.com/anil/2002/12/10/payment_link_ta&lt;br /&gt;
&lt;br /&gt;
Anil Dash's proposal in 2002 to use XHTML &amp;lt;link&amp;gt; element to define payment URLs:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;payment LINK tags&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
There are already a lot of defined (if not quite standardized) possible values for the LINK element in XHTML. We're using them for RSS Auto-Discovery and, of course, for stylesheets already. But what about something like:&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;link rel=&amp;quot;appendix&amp;quot; type=&amp;quot;text/html&amp;quot; title=&amp;quot;payment&amp;quot; href=&amp;quot;URL of Wishlist or Paypal Page&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
A standardized way of linking to the page where you pay for your patronage of a site. Granted, calling the payment page an &amp;quot;Apppendix&amp;quot; of the site you're visiting is fudging things a bit. Maybe there's a more elegant way?&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although this is similar to rel=&amp;quot;payment&amp;quot; as we are proposing, it is not as flexible as it can only be used to define one payment location for an entire page (likely a tip jar or wishlist page). Perhaps rel=&amp;quot;payment&amp;quot; could be used within the link element as well as within standard anchor tags?&lt;br /&gt;
&lt;br /&gt;
== Examples from the wild ==&lt;br /&gt;
&lt;br /&gt;
=== Amazon Associates ===&lt;br /&gt;
'''Product with image'''&lt;br /&gt;
&lt;br /&gt;
This is the code generated by Amazon for a single product endorsement with photo. Everything is generated automatically. The form can be replaced with another regular HTML link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//W3C//DTD HTML 4.01 Transitional//EN&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;table cellSpacing=0 cellPadding=1 width=120 height=240 bgColor=#000000 border=0&amp;gt;&lt;br /&gt;
   &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;&lt;br /&gt;
       &amp;lt;table cellSpacing=0 cellPadding=0 width=118 height=238 align=center bgColor=#ffffff border=0&amp;gt;&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
           &amp;lt;td&amp;gt;&lt;br /&gt;
             &amp;lt;table width=100%  height=238 border=0 cellSpacing=0 cellPadding=0&amp;gt;&lt;br /&gt;
               &amp;lt;tr align=center&amp;gt;&lt;br /&gt;
                 &amp;lt;td&amp;gt;&lt;br /&gt;
                   &amp;lt;a href=http://www.amazon.com/exec/obidos/ASIN/B00022AH6I/solitudedk-20?creative=327641&amp;amp;camp=14573&amp;amp;link_code=as1 target=_blank&amp;gt;&amp;lt;img src=http://rcm-images.amazon.com/images/P/B00022AH6I.01._SCTZZZZZZZ_.jpg vspace=3 border=0&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
                 &amp;lt;/td&amp;gt;&lt;br /&gt;
               &amp;lt;/tr&amp;gt;&lt;br /&gt;
               &amp;lt;tr&amp;gt;&lt;br /&gt;
                 &amp;lt;td vAlign=center height=15%&amp;gt;&amp;lt;center&amp;gt;&lt;br /&gt;
                   &amp;lt;a href=http://www.amazon.com/exec/obidos/ASIN/B00022AH6I/solitudedk-20?creative=327641&amp;amp;camp=14573&amp;amp;link_code=as1 target=_blank&amp;gt;&amp;lt;font face=Arial color=#0000ff size=1&amp;gt;Kodak EasyShare DX7440 4MP Digital C...&amp;lt;/font&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
                 &amp;lt;/td&amp;gt;&lt;br /&gt;
               &amp;lt;/tr&amp;gt;&lt;br /&gt;
               &amp;lt;tr height=15%&amp;gt;&lt;br /&gt;
                 &amp;lt;td&amp;gt;&lt;br /&gt;
                   &amp;lt;center&amp;gt;&lt;br /&gt;
                   &amp;lt;font face=Arial color=#000000 size=-2&amp;gt;Kodak Digital &amp;lt;/font&amp;gt;&lt;br /&gt;
                   &amp;lt;/center&amp;gt;&lt;br /&gt;
                 &amp;lt;/td&amp;gt;&lt;br /&gt;
               &amp;lt;/tr&amp;gt;&lt;br /&gt;
               &amp;lt;tr&amp;gt;&lt;br /&gt;
                &amp;lt;td height=15%&amp;gt;&lt;br /&gt;
                   &amp;lt;center&amp;gt;&amp;lt;a href=&amp;quot;http://www.amazon.com/exec/obidos/redirect?tag=solitudedk-20&amp;amp;amp;camp=14573&amp;amp;amp;creative=327641&amp;amp;amp;link_code=am1&amp;amp;amp;path=tg/stores/offering/list/-/B00022AH6I/all/ASIN/B00022AH6I&amp;amp;amp;camp=14573&amp;amp;amp;creative=327641&amp;quot; target=_blank&amp;gt;&amp;lt;font face=Arial color=#0000ff size=1&amp;gt;Best&amp;amp;nbsp;Price&amp;amp;nbsp;&amp;lt;font face=Arial color=#990000 size=1&amp;gt;$157.70&amp;lt;/font&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
                 &amp;lt;/td&amp;gt;&lt;br /&gt;
               &amp;lt;/tr&amp;gt;&lt;br /&gt;
               &amp;lt;tr height=15%&amp;gt;&lt;br /&gt;
                 &amp;lt;td&amp;gt;&lt;br /&gt;
                   &amp;lt;center&amp;gt;&amp;lt;font face=Arial color=#000000 size=1&amp;gt;or Buy&amp;amp;nbsp;New&amp;amp;nbsp;&amp;lt;font color=#990000&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
                 &amp;lt;/td&amp;gt;&lt;br /&gt;
               &amp;lt;/tr&amp;gt;&lt;br /&gt;
               &amp;lt;tr&amp;gt;&lt;br /&gt;
                 &amp;lt;td height=15%&amp;gt;&amp;lt;center&amp;gt;&lt;br /&gt;
                   &amp;lt;table&amp;gt;&lt;br /&gt;
                   &amp;lt;form method=&amp;quot;GET&amp;quot; action=&amp;quot;http://www.amazon.com/gp/aws/cart/add.html&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;&lt;br /&gt;
                   &amp;lt;tr&amp;gt;&lt;br /&gt;
                   &amp;lt;td&amp;gt;&lt;br /&gt;
                   &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;SubscriptionId&amp;quot; value=&amp;quot;D68HUNXKLHS4J&amp;quot; /&amp;gt;&lt;br /&gt;
                   &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;AssociateTag&amp;quot; value=&amp;quot;solitudedk-20&amp;quot; /&amp;gt;&lt;br /&gt;
                   &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;ASIN.1&amp;quot; value=&amp;quot;B00022AH6I&amp;quot; /&amp;gt;&lt;br /&gt;
                   &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;Quantity.1&amp;quot; value=&amp;quot;1&amp;quot; /&amp;gt;&lt;br /&gt;
                   &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;linkCode&amp;quot; value=&amp;quot;as1&amp;quot; /&amp;gt;&lt;br /&gt;
                   &amp;lt;input type=&amp;quot;image&amp;quot;  name=&amp;quot;submit.add&amp;quot; value=&amp;quot;Buy from Amazon.com&amp;quot; border=&amp;quot;0&amp;quot; alt=&amp;quot;Buy from Amazon.com&amp;quot; src=&amp;quot;http://rcm-images.amazon.com/images/G/01/buttons/buy-from-tan.gif&amp;quot; /&amp;gt;&lt;br /&gt;
                   &amp;lt;/center&amp;gt;&lt;br /&gt;
                   &amp;lt;/td&amp;gt;&lt;br /&gt;
                   &amp;lt;/tr&amp;gt;&lt;br /&gt;
                   &amp;lt;/form&amp;gt;&lt;br /&gt;
                   &amp;lt;/table&amp;gt;&lt;br /&gt;
                 &amp;lt;/center&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
               &amp;lt;/tr&amp;gt;&lt;br /&gt;
               &amp;lt;tr&amp;gt;&lt;br /&gt;
                 &amp;lt;td height=5% align=absbottom&amp;gt;&lt;br /&gt;
                   &amp;lt;center&amp;gt;&amp;lt;a href=http://rcm.amazon.com/e/cm/privacy-policy.html?o=1 target=_blank&amp;gt;&lt;br /&gt;
               &amp;lt;font face=Arial color=#a1a1a1 size=1&amp;gt;Privacy Information&amp;lt;/font&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
                 &amp;lt;/td&amp;gt;&lt;br /&gt;
               &amp;lt;/tr&amp;gt;&lt;br /&gt;
             &amp;lt;/table&amp;gt;&lt;br /&gt;
           &amp;lt;/td&amp;gt;&lt;br /&gt;
         &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;/table&amp;gt;&lt;br /&gt;
     &amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;/table&amp;gt;&lt;br /&gt;
   &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/html&amp;gt; &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Text links'''&lt;br /&gt;
&lt;br /&gt;
This is the code for a text link to a product category. The visible link text is chosen by the user.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;amp;camp=1789&amp;amp;amp;&lt;br /&gt;
  tag=solitudedk-20&amp;amp;amp;creative=9325&amp;amp;amp;path=tg/browse/-/1&amp;quot;&amp;gt;&lt;br /&gt;
  Get Photography Books at Amazon&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;img src=&amp;quot;http://www.assoc-amazon.com/e/ir?t=solitudedk-20&amp;amp;amp;l=ur2&amp;amp;amp;o=1&amp;quot; &lt;br /&gt;
  width=&amp;quot;1&amp;quot; height=&amp;quot;1&amp;quot; border=&amp;quot;0&amp;quot; alt=&amp;quot;&amp;quot; style=&amp;quot;border:none !important; &lt;br /&gt;
  margin:0px !important;&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Banners'''&lt;br /&gt;
&lt;br /&gt;
The following is the code generated by Amazon for generic Amazone banners. Note use of imagemap to create &amp;quot;privacy policy link&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
  &amp;lt;body topmargin=0 leftmargin=0 marginheight=0 marginwidth=0&amp;gt;&lt;br /&gt;
    &amp;lt;table width=468 height=60 border=0 cellspacing=0 cellpadding=0&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=middle align=center&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
          &amp;lt;MAP NAME='boxmap'&amp;gt;&amp;lt;AREA SHAPE='RECT' COORDS='379, 50, 469, 61' &lt;br /&gt;
            HREF=http://rcm.amazon.com/e/cm/privacy-policy.html?o=1 target=_top&amp;gt;&lt;br /&gt;
            &amp;lt;AREA COORDS='0,0,10000,10000' HREF=http://www.amazon.com/exec/obidos/redirect?&lt;br /&gt;
              tag=solitudedk-20&amp;amp;creative=333489&amp;amp;camp=15553&amp;amp;link_code=ez&amp;amp;path=&lt;br /&gt;
              /tg/browse/-/171280 target=_top&amp;gt;&lt;br /&gt;
          &amp;lt;/MAP&amp;gt;&lt;br /&gt;
          &amp;lt;img src=http://rcm-images.amazon.com/images/G/01/&lt;br /&gt;
            associates/2005/served-banners/us_banner_imag_468x60.gif &lt;br /&gt;
            width='468' height='60' border='0' usemap='#boxmap'&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;/table&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt; &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Boxes'''&lt;br /&gt;
&lt;br /&gt;
Amazon offers search boxes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;form action=&amp;quot;http://www.amazon.com/exec/obidos/external-search&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;normal&amp;quot; border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td style=&amp;quot;background-color:#fff;&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;table border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;top&amp;quot; &lt;br /&gt;
        height=&amp;quot;90&amp;quot; width=&amp;quot;120&amp;quot; style=&amp;quot;border: 1px solid #000000 !important;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;tr&amp;gt;&lt;br /&gt;
          &amp;lt;td style=&amp;quot;background-color:#fff;&amp;quot; height=&amp;quot;20&amp;quot; valign=&amp;quot;bottom&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;span style=&amp;quot;font-family: verdana,arial,helvetica,sans-serif; &lt;br /&gt;
            font-size:10px !important; font-weight:bold !important;&amp;quot;&amp;gt;Search Now:&amp;lt;/span&amp;gt;&lt;br /&gt;
          &amp;lt;/td&amp;gt;&lt;br /&gt;
          &amp;lt;td style=&amp;quot;background-color:#fff;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;&lt;br /&gt;
        &amp;lt;tr&amp;gt;&lt;br /&gt;
          &amp;lt;td style=&amp;quot;background-color:#fff;&amp;quot; align=&amp;quot;center&amp;quot; height=&amp;quot;30&amp;quot; valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;input type=&amp;quot;text&amp;quot; name=&amp;quot;keyword&amp;quot; size=&amp;quot;10&amp;quot; value=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;
          &amp;lt;/td&amp;gt;&lt;br /&gt;
          &amp;lt;td style=&amp;quot;background-color:#fff;&amp;quot; height=&amp;quot;20&amp;quot; valign=&amp;quot;top&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
            &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;mode&amp;quot; value=&amp;quot;blended&amp;quot; /&amp;gt; &lt;br /&gt;
            &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;tag&amp;quot; value=&amp;quot;solitudedk-20&amp;quot; /&amp;gt; &lt;br /&gt;
            &amp;lt;input type=&amp;quot;image&amp;quot; border=&amp;quot;0&amp;quot; value=&amp;quot;Go&amp;quot; name=&amp;quot;Submit&amp;quot; &lt;br /&gt;
              src=&amp;quot;http://g-images.amazon.com/images/G/01/associates/build-links/&lt;br /&gt;
              ap-search-go-btn.gif&amp;quot; alt=&amp;quot;[ Go ]&amp;quot; align=&amp;quot;absmiddle&amp;quot; /&amp;gt; &lt;br /&gt;
          &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;&lt;br /&gt;
        &amp;lt;tr&amp;gt;&lt;br /&gt;
          &amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#000;&amp;quot; height=&amp;quot;40&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;a href=&amp;quot;http://www.amazon.com/exec/obidos/redirect-home/solitudedk-20&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;img src=&amp;quot;http://g-images.amazon.com/images/G/01/associates/build-links/&lt;br /&gt;
            searchbox-logo-126x32.gif&amp;quot; height=&amp;quot;36&amp;quot; border=&amp;quot;0&amp;quot; width=&amp;quot;126&amp;quot; &lt;br /&gt;
            alt=&amp;quot;Amazon Logo&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dl&amp;gt;&amp;lt;dt&amp;gt;Comments to author of article: &amp;lt;/dt&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;This is a bad example for semantic, microformats, w3c and rel=&amp;quot;payment&amp;quot; &lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;It's using table/td/tr for layout&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;attributes without quotation marks (bgColor=120)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;uppercase to markup&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;markups depreceated&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the example isn't have rel=&amp;quot;payment&amp;quot; attribute&amp;lt;/li&amp;gt;&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Practical examples of rel=&amp;quot;payment&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
* http://www.joshkinberg.com/blog/archives/2005/07/channel_102_int.php&lt;br /&gt;
&lt;br /&gt;
Blog entry containing video interview with founders of a theater group. rel=&amp;quot;payment&amp;quot; link points to the theater group's fundraising page where the reader is encourage to donate via PayPal.&lt;br /&gt;
&lt;br /&gt;
* http://www.joshkinberg.com/blog/archives/2005/08/e_e_meet_bullwi.php&lt;br /&gt;
&lt;br /&gt;
Blog entry containing home video that uses music by a popular recording artist. rel=&amp;quot;payment&amp;quot; link encourages reader to purchase the artist's CD at Amazon (could have used Amazon affilliate link as noted above).&lt;br /&gt;
&lt;br /&gt;
* http://www.joshkinberg.com/blog/archives/2005/08/vlogs_on_npr_sc.php&lt;br /&gt;
&lt;br /&gt;
Blog entry containing audio segment from an NPR interview. rel=&amp;quot;payment&amp;quot; link encourages the reader to support NPR by purchasing something from the NPR Online Shop.&lt;br /&gt;
&lt;br /&gt;
== Tools that currently support RelPayment ==&lt;br /&gt;
&lt;br /&gt;
* http://GetFireAnt.com&lt;br /&gt;
&lt;br /&gt;
FireAnt is an RSS video aggregator and media player. Subscribe to any RSS 2.0 channel and automatically download fresh media content to watch and listen to.&lt;br /&gt;
&lt;br /&gt;
* http://blip.tv&lt;br /&gt;
&lt;br /&gt;
blip.tv lets you share and watch video for free. We will host your video, make it available for your friends, family and blog readers and help you find video that others have shared.&lt;br /&gt;
&lt;br /&gt;
* http://MeFeedia.com&lt;br /&gt;
&lt;br /&gt;
Mefeedia is a video aggregator, like Bloglines for video. You can subscribe to channels and watch thousands of videos. This site is about not about movies, television shows or video made by big companies, it's about the thousands of people are creating video and putting it online. Movies made by real people.&lt;br /&gt;
&lt;br /&gt;
* http://rssbazaar.com&lt;br /&gt;
&lt;br /&gt;
* http://49media.com&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[rel-faq]]&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hcard-pt-br&amp;diff=31734</id>
		<title>hcard-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hcard-pt-br&amp;diff=31734"/>
		<updated>2006-12-01T14:04:09Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=hCard=&lt;br /&gt;
hCard é um simples, aberto formato distribuído para represetar pessoas, companias, organizações e lugares usando uma representação 1:1 de propriedades e valores de padrão vCard ([http://www.ietf.org/rfc/rfc2426.txt RFC2426]) em [[semantic-xhtml|semântica XHTML]]. hCard é um dos muitos padrões abertos de [[microformats|microformato]] apropriado para ser inserido em (X)HTML, Atom, RSS, e o arbitrário XML.&lt;br /&gt;
&lt;br /&gt;
Quer começar a escrever em [[hcard|hCard]]?  Use o [http://microformats.org/code/hcard/creator criador de hCard] &lt;br /&gt;
&lt;br /&gt;
para detalhar algumas informações de contato e publicá-la, ou seguir [[hcard-authoring|hCard authoring tips]] para adicionar marcação hCard em sua página atual de contato.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Especificação ==&lt;br /&gt;
&lt;br /&gt;
=== Editor ===&lt;br /&gt;
[http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc.]&lt;br /&gt;
&lt;br /&gt;
=== Autores ===&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc]&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patentes ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Inspiração e Reconhecimentos ===&lt;br /&gt;
Agradecimento à: meu amigo [http://vadim.com/ Vadim] que me introduziu ao vCard ''vários'' anos atrás, e se eu tivesse prestado mais atenção talvez então poderia ter ajudado muitas pessoas a evitar desperdiçar tempo reinventando várias rodas de padrões ''wheels''.&lt;br /&gt;
&lt;br /&gt;
== Introdução ==&lt;br /&gt;
O padrão vCard ([http://www.ietf.org/rfc/rfc2426.txt RFC2426]), tem largamente implementado interoperabilidade (e.g. Apple's &amp;quot;Address Book&amp;quot; application built into MacOSX).&lt;br /&gt;
&lt;br /&gt;
Em adição, muitos bloggers se identificam pelo nome e discutem a seus amigos e família. Com só um pouco de estrutura, bloggers podem discutir as pessoas em seus blog(s) de tal um modo que spiders e outros agregadores podem receber essa informação,  automaticamente convertê-las para vCard e usá-las então e qualquer aplicativo vCard ou serviços.&lt;br /&gt;
&lt;br /&gt;
Essa especificação introduz o formato '''hCard''' , que usa uma representação 1:1 de propriedades e valores de mencioado no padrão vCard acima, em elemento XHTML.&lt;br /&gt;
podem ambos embutir diretamente hCards em suas páginas, e estilizá-las com CSS tornando-as parecido como desejado.&lt;br /&gt;
&lt;br /&gt;
Em adição, hCard ativa aplicações para receber informação diretamente de páginas web sem ter que referenciar um arquivo separado&lt;br /&gt;
&lt;br /&gt;
Use o [http://microformats.org/code/hcard/creator criador de hCard] para copiar o código HTML e gerar para seu blog ou website e publicá-lo em sua informação de contato.&lt;br /&gt;
&lt;br /&gt;
== Semântica XHTML Princípios de Design ==&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
== Formato ==&lt;br /&gt;
=== Em geral===&lt;br /&gt;
The vCard standard ([http://www.ietf.org/rfc/rfc2426.txt RFC2426]) forma a base do hCard.&lt;br /&gt;
&lt;br /&gt;
O formato básico de hCard é usar nomes vCard objeto/propriedade em caixa-baixa para nomes de classes, e mapear aninhando objetos vCard diretamente para elementos XHTML aninhado.&lt;br /&gt;
&lt;br /&gt;
=== Mais Equivalente Semântico ===&lt;br /&gt;
Para algumas propriedades há o elemento HTML que é mais combinado e conduz suas semanticas.&lt;br /&gt;
 A seguinte propriedade DEVE ser codificada com o seguinte (X)HTML:&lt;br /&gt;
* &amp;lt;code&amp;gt;URL&amp;lt;/code&amp;gt; um vCard que se torna &amp;lt;code&amp;gt;&amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/code&amp;gt; dentro do elemento com &amp;lt;code&amp;gt;class=&amp;quot;vcard&amp;quot;&amp;lt;/code&amp;gt; em hCard.&lt;br /&gt;
* Similarmente, &amp;lt;code&amp;gt;EMAIL&amp;lt;/code&amp;gt; um vCard que se torna &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;email&amp;quot; href=&amp;quot;mailto:...&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;PHOTO&amp;lt;/code&amp;gt; um vCard que se torna &amp;lt;code&amp;gt;&amp;lt;img class=&amp;quot;photo&amp;quot; src=&amp;quot;...&amp;quot; alt=&amp;quot;Foto de ...&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt; ou &amp;lt;code&amp;gt;&amp;lt;object class=&amp;quot;photo&amp;quot; data=&amp;quot;...&amp;quot; type=&amp;quot;...&amp;quot;&amp;gt;Foto de ...&amp;lt;/object&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;UID&amp;lt;/code&amp;gt; um vCard simply que se torna outro semantica aplicada a uma especifico URL (ou EMAIL) para um hCard.&lt;br /&gt;
&lt;br /&gt;
=== Propriedades Singular vs. Plural ===&lt;br /&gt;
&lt;br /&gt;
Para propriedades que estão no singular (ex. &amp;quot;N&amp;quot; e &amp;quot;FN&amp;quot;), o primeiro elemento descendente com aquela class deve ter efeito, qualquer outros serão ignorados.&lt;br /&gt;
&lt;br /&gt;
Para propriedades que podem estar no plural (ex. &amp;quot;TEL&amp;quot;), each class instance should create a instance of that property.&lt;br /&gt;
&lt;br /&gt;
==== Propriedades no Singular ====  &lt;br /&gt;
&lt;br /&gt;
Propriedades no Singular: &amp;quot;FN&amp;quot;, &amp;quot;N&amp;quot;, &amp;quot;BDAY&amp;quot;, &amp;quot;TZ&amp;quot;, &amp;quot;GEO&amp;quot;, &amp;quot;SORT-STRING&amp;quot;, &amp;quot;UID&amp;quot;, &amp;quot;CLASS&amp;quot;.  &lt;br /&gt;
&lt;br /&gt;
Todas as outras propriedades são plural. Essa lista foi derivada de uma analize de semantica de propriedades individuais em vCard RFC2426 e determinando logicamente que eles DEVEM ser singular pela sua semantica. Ver [[hcard-singular-properties]] para explicação.&lt;br /&gt;
&lt;br /&gt;
==== Propriedades plurais Singularizadas ====&lt;br /&gt;
&lt;br /&gt;
Desde que nomes de propriedades plurais tornam-se seus equivalente em singular,  mesmo se propriedade no plural original permitiu só um único valor com componentes múltiplos, esses múltiplos componentes são representados cada um com suas próprios propriedade nomeada singularidade e a propriedade é efetivamente polivalente e submetido ao tratamento acima de propriedades polivalente.&lt;br /&gt;
&lt;br /&gt;
=== Human vs. Machine readable ===&lt;br /&gt;
&lt;br /&gt;
If an &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt; element is used for a property, then the '&amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;' attribute of the &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; element is the value of the property, instead of the contents of the element, which instead provide a human presentable version of the value.  &lt;br /&gt;
&lt;br /&gt;
If an &amp;lt;code&amp;gt;&amp;amp;lt;a&amp;amp;gt;&amp;lt;/code&amp;gt; element is used for one or more properties, it must be treated as follows:&lt;br /&gt;
# For the &amp;quot;PHOTO&amp;quot; property and any other property that takes a URL as its value, the &amp;lt;code&amp;gt;href=&amp;quot;...&amp;quot;&amp;lt;/code&amp;gt; attribute provides the property value.&lt;br /&gt;
# For other properties, the element's content is the value of the property.&lt;br /&gt;
&lt;br /&gt;
If an &amp;lt;code&amp;gt;&amp;amp;lt;img&amp;amp;gt;&amp;lt;/code&amp;gt; element is used for one or more properties, it must be treated as follows:&lt;br /&gt;
# For the &amp;quot;PHOTO&amp;quot; property and any other property that takes a URL as its value, the &amp;lt;code&amp;gt;src=&amp;quot;...&amp;quot;&amp;lt;/code&amp;gt; attribute provides the property value.&lt;br /&gt;
# For other properties, the &amp;lt;code&amp;gt;&amp;amp;lt;img&amp;gt;&amp;lt;/code&amp;gt; element's '&amp;lt;code&amp;gt;alt&amp;lt;/code&amp;gt;' attribute is the value of the property.&lt;br /&gt;
&lt;br /&gt;
If an &amp;lt;code&amp;gt;&amp;amp;lt;object&amp;amp;gt;&amp;lt;/code&amp;gt; element is used for one or more properties, it must be treated as follows:&lt;br /&gt;
# For the &amp;quot;PHOTO&amp;quot; property and any other property that takes a URL as its value, the &amp;lt;code&amp;gt;data=&amp;quot;...&amp;quot;&amp;lt;/code&amp;gt; attribute provides the property value.&lt;br /&gt;
# For other properties, the element's content is the value of the property.&lt;br /&gt;
&lt;br /&gt;
=== Value excerpting ===&lt;br /&gt;
&lt;br /&gt;
Sometimes only part of an element which is the equivalent for a property should be used for the value of the property.  This typically occurs when a property has a subtype, like TEL.  For this purpose, the special class name &amp;quot;&amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;&amp;quot; is introduced to excerpt out the subset of the element that is  the value of the property.  E.g. here is an hCard fragment for marking up a home phone number:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
vCard:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
TEL;TYPE=HOME:+1.415.555.1212&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
hCard:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;home&amp;lt;/span&amp;gt;:&lt;br /&gt;
 &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1.415.555.1212&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This hCard fragment could be displayed as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: thin dashed black; width: 95%; padding: .5em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;home&amp;lt;/span&amp;gt;:&lt;br /&gt;
&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1.415.555.1212&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Property Exceptions ===&lt;br /&gt;
&lt;br /&gt;
vCard has several properties which either do not make sense on, or are already implied within the context of a web page.  This section explains what to (not) do with them.&lt;br /&gt;
&lt;br /&gt;
# '''NAME''', '''PROFILE''', '''SOURCE''', '''PRODID''', '''VERSION''' properties as defined in Sections 2.1.2, 2.1.3, 2.1.4, 3.6.3, 3.6.9 of RFC 2426.  Content publishers MUST NOT use these properties in their hCards, and as such, hCard consumers/parsers MUST IGNORE these properties if they are found within an hCard.  Instead. hCard to vCard converters SHOULD use the title of the page where the hCard is found (e.g. the &amp;lt;code&amp;gt;&amp;lt;title&amp;gt;&amp;lt;/code&amp;gt; element in (X)HTML documents) to construct the NAME property, MAY output a PROFILE value of &amp;quot;&amp;lt;code&amp;gt;VCARD&amp;lt;/code&amp;gt;&amp;quot; per RFC 2426, SHOULD use the URL of the page where the hCard is found to construct the SOURCE property (e.g. perhaps as a parameter to a URL/service that converts hCards to vCards), for an output vCard stream (e.g. a .vcf file). Only services/applications that output actual vCards should write the PRODID property, with the product identifier for said service/application.   Similarly only such services/applications should write the VERSION property, with the value &amp;quot;3.0&amp;quot; (without quotes) per RFC2426 Section 3.6.9.&lt;br /&gt;
&lt;br /&gt;
=== Organization Contact Info ===&lt;br /&gt;
 &lt;br /&gt;
If the &amp;quot;FN&amp;quot; and &amp;quot;ORG&amp;quot; properties have the exact same value (typically because they are set on the same element, e.g. class=&amp;quot;fn org&amp;quot;), then the hCard represents contact information for a company or organization and should be treated as such.  In this case the author MUST also NOT set the &amp;quot;N&amp;quot; property, or set it (and any sub-properties) explicitly to the empty string &amp;quot;&amp;quot;.  Thus parsers should handle the missing &amp;quot;N&amp;quot; property in this case by implying empty values for all the &amp;quot;N&amp;quot; sub-properties.&lt;br /&gt;
&lt;br /&gt;
=== Implied &amp;quot;n&amp;quot; Optimization ===&lt;br /&gt;
&lt;br /&gt;
Although vCard requires that the &amp;quot;N&amp;quot; property be present, the authors of the vCard specification (RFC 2426) themselves do not include &amp;quot;N&amp;quot; properties in their vCards near the end of the spec (p.38).  This apparent contradiction can be resolved by simply allowing the &amp;quot;FN&amp;quot; property to imply &amp;quot;N&amp;quot; property values in typical cases provided in the spec.  We do so explicitly in hCard.&lt;br /&gt;
&lt;br /&gt;
If &amp;quot;FN&amp;quot; and &amp;quot;ORG&amp;quot; are not the same (see previous section), and the value of the &amp;quot;FN&amp;quot; property is exactly two words (separated by whitespace), and there is no explicit &amp;quot;N&amp;quot; property, then the &amp;quot;N&amp;quot; property is inferred from the &amp;quot;FN&amp;quot; property.  For &amp;quot;FN&amp;quot;s with either one word see below, and for three or more, the author MUST explicitly markup the &amp;quot;N&amp;quot;, except for the organization contact info case, [http://microformats.org/wiki/hcard#Organization_Contact_Info see above] for that.&lt;br /&gt;
&lt;br /&gt;
# The content of &amp;quot;FN&amp;quot; is broken into two &amp;quot;words&amp;quot; separated by whitespace.&lt;br /&gt;
# The ''first'' word of the &amp;quot;FN&amp;quot; is interpreted as the &amp;quot;given-name&amp;quot; for the &amp;quot;N&amp;quot; property.&lt;br /&gt;
# The ''second/last'' word of the &amp;quot;FN&amp;quot; is interpreted as the &amp;quot;family-name&amp;quot; for the &amp;quot;N&amp;quot; property.&lt;br /&gt;
# Exception: If the first word ends in a &amp;quot;,&amp;quot; comma OR if the second word is a single character (optionally followed by a period &amp;quot;.&amp;quot;), then the first word (minus the comma at the end if any) is interpreted as the &amp;quot;family-name&amp;quot; and the second word is interpreted as the &amp;quot;given-name&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
This allows simplification in the typical case of people stating:&lt;br /&gt;
* given-name (space) family-name&lt;br /&gt;
* family-name (comma) given-name&lt;br /&gt;
* family-name (comma) given-name-first-initial&lt;br /&gt;
* family-name (space) given-name-first-initial (optional period)&lt;br /&gt;
&lt;br /&gt;
=== Implied &amp;quot;nickname&amp;quot; Optimization ===&lt;br /&gt;
&lt;br /&gt;
Due to the prevalence of the use of nicknames/handles/usernames on the Web in actual content published on the Web (e.g. authors of [[hReview|reviews]]), hCard also has an implied &amp;quot;nickname&amp;quot; optimization to handle this.&lt;br /&gt;
&lt;br /&gt;
Similar to the implied &amp;quot;n&amp;quot; optimization, if &amp;quot;FN&amp;quot; and &amp;quot;ORG&amp;quot; are not the same, and the value of the &amp;quot;FN&amp;quot; property is exactly one word, and there is no explicit &amp;quot;N&amp;quot; property, then:&lt;br /&gt;
&lt;br /&gt;
# The content of the &amp;quot;FN&amp;quot; is treated as a &amp;quot;nickname&amp;quot; property value.&lt;br /&gt;
# Parsers should handle the missing &amp;quot;N&amp;quot; property by implying empty values for all the &amp;quot;N&amp;quot; sub-properties.&lt;br /&gt;
&lt;br /&gt;
Note: the hCard may have additional explicit &amp;quot;nickname&amp;quot; property values in addition to the implied nickname.&lt;br /&gt;
&lt;br /&gt;
=== Implied &amp;quot;organization-name&amp;quot; Optimization ===&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;ORG&amp;quot; property has two subproperties, organization-name and organization-unit. Very often authors only publish the organization-name.  Thus if an &amp;quot;ORG&amp;quot; property has no &amp;quot;organization-name&amp;quot; inside it, then its entire contents MUST be treated as the &amp;quot;organization-name&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Tags as Categories ===&lt;br /&gt;
&lt;br /&gt;
Categories in hCard can optionally be represented by tags with rel-tag. When a category property is a rel-tag, the tag (as defined by rel-tag) is used for that category.&lt;br /&gt;
&lt;br /&gt;
=== Root Class Name ===&lt;br /&gt;
&lt;br /&gt;
The root class name for an hCard is &amp;quot;vcard&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Property List ===&lt;br /&gt;
&lt;br /&gt;
This is the list of properties (and subproperties, in parentheses, like this) in hCard, taken from vCard:&lt;br /&gt;
&lt;br /&gt;
* fn, n (family-name, given-name, additional-name, honorific-prefix, honorific-suffix), nickname, sort-string&lt;br /&gt;
* url, email (type, value), tel (type, value)&lt;br /&gt;
* adr (post-office-box, extended-address, street-address, locality, region, postal-code, country-name, type, value), label&lt;br /&gt;
* geo (latitude, longitude), tz&lt;br /&gt;
* photo, logo, sound, bday&lt;br /&gt;
* title, role, org (organization-name, organization-unit)&lt;br /&gt;
* category, note&lt;br /&gt;
* class, key, mailer, uid, rev&lt;br /&gt;
==== type subproperty values ====&lt;br /&gt;
&lt;br /&gt;
The 'type' subproperty in particular takes different values depending on which property it is a subproperty of.  These 'type' subproperty values are case-INSENSITIVE, meaning &amp;quot;Home&amp;quot; is the same as &amp;quot;home&amp;quot;, as well as multivalued, e.g. a tel can be home and preferred:&lt;br /&gt;
&lt;br /&gt;
vCard:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
TEL;TYPE=HOME,PREF:+1.415.555.1212&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
hCard:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;Home&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;pref&amp;lt;/span&amp;gt;erred):&lt;br /&gt;
 &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1.415.555.1212&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This could be displayed as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: thin dashed black; width: 95%; padding: .5em 1em; &amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;Home&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;pref&amp;lt;/span&amp;gt;erred):&lt;br /&gt;
&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1.415.555.1212&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following lists are ''informative''. See RFC 2426 sections 3.2.1 ADR, 3.3.1 TEL, and 3.3.2 EMAIL respectively for normative type values.  They are repeated here for convenience. Default type subproperty value(s) is(are) first in each list and indicated in ALL CAPS.  types may be multivalued.&lt;br /&gt;
&lt;br /&gt;
* adr type: INTL, POSTAL, PARCEL, WORK, dom, home, pref&lt;br /&gt;
* tel type: VOICE, home, msg, work, pref, fax, cell, video, pager, bbs, modem, car, isdn, pcs&lt;br /&gt;
* email type: INTERNET, x400, pref, &amp;quot;other IANA registered address types&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== XMDP Profile ===&lt;br /&gt;
&lt;br /&gt;
See [[hcard-profile]] for the [http://gmpg.org/xmdp XMDP] profile of hCard which contains the above complete list of properties, with references to their RFC 2426 definitions.&lt;br /&gt;
&lt;br /&gt;
=== Parsing Details ===&lt;br /&gt;
&lt;br /&gt;
See [[hcard-parsing|hCard parsing]].&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
=== Sample vCard ===&lt;br /&gt;
&lt;br /&gt;
Here is a sample vCard:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
BEGIN:VCARD&lt;br /&gt;
VERSION:3.0&lt;br /&gt;
N:Çelik;Tantek&lt;br /&gt;
FN:Tantek Çelik&lt;br /&gt;
URL:http://tantek.com/&lt;br /&gt;
ORG:Technorati&lt;br /&gt;
END:VCARD&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and an equivalent in hCard with various elements optimized appropriately.  See [[hcard-example1-steps| hCard Example 1]] for the derivation. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a class=&amp;quot;url fn&amp;quot; href=&amp;quot;http://tantek.com/&amp;quot;&amp;gt;Tantek Çelik&amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;org&amp;quot;&amp;gt;Technorati&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This hCard might be displayed as:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: thin dashed black; width: 95%; padding: .5em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
[http://tantek.com/ Tantek Çelik]&amp;lt;br /&amp;gt;&lt;br /&gt;
Technorati&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: The version information is unnecessary in hCard markup directly since the version will be defined by the profile of hCard that is used/referred to in the 'profile' attribute of the &amp;lt;head&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
=== More Examples ===&lt;br /&gt;
&lt;br /&gt;
See [[hcard-examples]] for more examples, including all examples from vCard RFC 2426 converted into hCard.&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following sites have published hCards, and thus are a great place to start for anyone looking for examples &amp;quot;in the wild&amp;quot; to try parsing, indexing, organizing etc.  If you have an hCard on your own page, feel free to add it to the top of this list.  Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
&lt;br /&gt;
=== New Examples ===&lt;br /&gt;
Please add new examples to this section.&lt;br /&gt;
* [http://www.iqair.us/ IQAir North America], uses hCard for contact information.&lt;br /&gt;
* [http://www.infoiasi.ro/ The website of the Faculty of Computer Science], &amp;quot;A. I. Cuza&amp;quot; University Ia&amp;amp;#351;i, Romania uses hCard for each staff member.&lt;br /&gt;
* [http://www.finds.org.uk/ The Portable Antiquities Scheme at the British Museum] hCards added to footer of every page and to contacts section. Working on adding more and getting it right.&lt;br /&gt;
* In [http://www.ideasfornet.com/ IdeasForNet.com - the ideas repository] hCards were implemented partially in the footer of each page, and more comprehnsively in the contact and about pages.&lt;br /&gt;
* The [http://www.cst.ed.ac.uk/ Centre of Canadian Studies] at the University of Edinburgh use hCards for contact information in the footer of their site.&lt;br /&gt;
* [http://www.theatrestudies.llc.ed.ac.uk/ Theatre Studies: European Theatre] at the University of Edinburgh use hCards for contact information on their home page&lt;br /&gt;
* [http://www.carolinemockett.com/design/about.aspx Caroline Mockett] has an hCard on her About Me page&lt;br /&gt;
* The [http://www.westmidlandbirdclub.com/ West Midland Bird Club] in the English Midlands uses hCard on its [http://www.westmidlandbirdclub.com/ home page], [http://www.westmidlandbirdclub.com/diary/ events diary], [http://www.westmidlandbirdclub.com/club/contact.htm contact pages] and [http://www.westmidlandbirdclub.com/site/links.htm links page]. The former is a page footer which is gradually being rolled out across the whole site.&lt;br /&gt;
* [http://wait-till-i.com Christian Heilmann] has a footer address using hCard&lt;br /&gt;
* [http://www.fischsolutions.com/ Fisch Internet Solutions] uses an embedded hCard and a vCard download to provide customers an easy way to contact them on their [http://fischsolutions.com/contactus.html Contact Us] section of the website.&lt;br /&gt;
* [http://www.naturalengland.org.uk/press/default.htm Natural England] (new UK governement agency, formed 2006-10-01). No &amp;quot;fn&amp;quot; - which makes it invalid.&lt;br /&gt;
* [http://www.micatholicconference.org/ Michigan Catholic Conference] uses hCard for contact information in the sidebar.&lt;br /&gt;
* [http://www.adambunn.co.uk/ Adam Bunn] provides contact details in the sidebar using hCard.&lt;br /&gt;
* [http://www.belkin.com/pressroom/releases/uploads/10_10_06NotebookExpansionDock.html Belkin Press Releases] are using hCards for PR contacts and corporate offices.&lt;br /&gt;
* [http://mybank.com myBank.com] uses hCard for its listings of every branch of every FDIC-insured bank in the United States.&lt;br /&gt;
* [http://leftlogic.com Left Logic] uses hCard for embedded contact information.&lt;br /&gt;
* [http://inga-art.co.uk/artist Inga Scholes] uses hCard for contact information in the sidebar.&lt;br /&gt;
* [http://www.lussumo.com/ Lussumo] uses hCards on user profile pages in its open-source [http://www.getvanilla.com/ Vanilla] Discussions Forum software.&lt;br /&gt;
* [http://www.creative-ways.nl/ Ron Kok] uses hCards to mark-up the names and URLs of commentors on his blog. He also uses hCards in combination with XFN in his blogposts to refer to friends, and has an hCard for himself in the footer of his blog.&lt;br /&gt;
* [http://tagg.no Tagg Media] uses hCard for [http://heine.tagg.no/contact.php contact information] and provide link to vCard download in the contact section.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Neo_%28The_Matrix%29 Thomas A Anderson in Wikipedia] is now marked up with hCard.&lt;br /&gt;
* [http://dconstruct06.madgex.com/ d.Construct 2006 Backnetwork] uses hCards for conference delegates (and provides the markup so that delegates can copy and paste cards into their own sites).&lt;br /&gt;
* [http://www.brown.edu Brown University] now uses hCard on the front page&lt;br /&gt;
* [http://www.wideblueyonderweb.co.uk Dunks at Wide Blue Yonder Web Design] has added hCard markup on his [http://www.wideblueyonderweb.co.uk/wbyw/pages/contact.htm contact page] and is looking to implement it on all past &amp;amp; future contact pages for clients.&lt;br /&gt;
* [http://southamptonrubberstamp.com Southampton Rubber Stamp Company] now has hCard markup with a vCard download link on every page.&lt;br /&gt;
* [http://barefoot-ceramics.com Barefoot Ceramics paint your own pottery studio] (in Newport, South Wales) has added hCard markup to its [http://barefoot-ceramics.com/find#address &amp;quot;Find&amp;quot;] page and other address instances. They hopes to implement hCalendar event lists as soon as an ics to hCalendar PHP class can be found or written.&lt;br /&gt;
* IBM is embracing microformats.  The [http://www.ibm.com/contact/employees/ IBM Employee Directory] now returns hcards in its query results.   Also see the [http://www.ibm.com/shortcuts/ Shortcuts Podcast].&lt;br /&gt;
* [http://dsingleton.co.uk/ David Singleton] has added a hCard to his blog.&lt;br /&gt;
* [http://krisswatt.co.uk/ Kriss Watt] has hidden an hCard his blog footer.&lt;br /&gt;
* [http://www.thestreet.org.au The Street Theatre (Canberra, Australia)] has added hCard markup to its [http://www.thestreet.org.au/contact.htm Contact Us] page. hCalendar markup will soon be added for all of our performances.&lt;br /&gt;
* [http://www.informatik.uni-hamburg.de/SVS/personnel/henrich/index.php Henrich C. P&amp;amp;ouml;hls] has marked up his about page using hcard, including his PGP-Key that is stored in an abbr title, using class=key.&lt;br /&gt;
* [http://www.yalf.de Yalf Webentwicklung] has [http://www.yalf.de/kontakt contact information] available as hCard (and vCard).&lt;br /&gt;
* [http://www.zeldman.com/about/ Jeffrey Zeldman]. Jeffrey Zeldman has marked up his about page using hcard.&lt;br /&gt;
* [http://WhereAreYouCamping.com Where Are You Camping]. hCards for all members and camps, employing the include pattern as well. AFAIK this is the first Burning Man related microformats implementation, not to mention addresses in Black Rock City.&lt;br /&gt;
* [http://www.clacksweb.org.uk Clackmannanshire Council ]. hCard is implemented for all contact details across the site, and for specific individuals such as elected members (Councillors).&lt;br /&gt;
* [http://www.webdirections.org Web Directions ]. hCard is used as contact information for the conference, while speakers are marked up with hCard.&lt;br /&gt;
* [http://www.markthisdate.com/contactform.html MarkThisDate.com ]. An hCard is implemented on our contactform. For our calendars hCalendars will follow as soon as possible.&lt;br /&gt;
* [http://www.msiinet.com/contact/ MSI Systems Integrators] has its &amp;amp;quot;Contact MSI&amp;amp;quot; page encoded with hCards.&lt;br /&gt;
* [http://www.coolblue.nl/ Corporate website of Coolblue BV]. hCards were implemented in both the footer of each page, and in the &amp;quot;News&amp;quot; section for press contact information.&lt;br /&gt;
* [http://www.besancon.fr/index.php?p=32 Official site of Besançon (France)] uses hCard for each page concerning the small towns surrounding Besançon.&lt;br /&gt;
* [http://2006.dconstruct.org/speakers/ d.Construct 2006 conference speakers list] is implemented using hCards.&lt;br /&gt;
* [http://local.yahoo.com Yahoo Local] now supports hCards for business and places in the search results&lt;br /&gt;
* [http://learningtheworld.eu/imprint/ Learning the World] has hcard information on the imprint, alas we didn't succeed to mark-up the work phone and fax numbers properly.&lt;br /&gt;
* The [http://www.fuckparade.org F’parade] website uses hcard, though I didn't find a type to distinguish mobile and landline phone numbers.&lt;br /&gt;
* [http://www.miranet.nl/contact.htm Miranet Webdesign] have added a hcard to their [http://www.miranet.nl/contact.htm 'contact' page]&lt;br /&gt;
* [http://weblog.200ok.com.au/ Ben Buchanan] has added a vCard to the [http://weblog.200ok.com.au/about/ 'About' page on The 200ok Weblog]&lt;br /&gt;
* [http://www.radiantcore.com Radiant Core] has their contact information [http://www.radiantcore.com/contact/ available in hCard].&lt;br /&gt;
* [http://www.mikerumble.co.uk/ Mike Rumble] has [http://www.mikerumble.co.uk/contact.html uploaded his hCard].&lt;br /&gt;
* [http://www.saumag.edu/ Southern Arkansas University] has its contact footer encoded as hCard&lt;br /&gt;
* [http://main.uab.edu/ University of Alabama at Birmingham] has its contact footer encoded as hCard&lt;br /&gt;
* [http://www.capital.edu Capital University] has contact footer and bloggers' names encoded as hCard. Also, all page-specific contact information is encoded as hCards (see [http://www.capital.edu/Internet/Default.aspx?pid=67 Admissions] page for an example)&lt;br /&gt;
* [http://main.uab.edu/shrp/ UAB School of Health Professions] uses hCard in its contact footer&lt;br /&gt;
* [http://green.carisenda.com/ Stephen Stewart] has his hCard on the front page of his weblog ('You are here' section)&lt;br /&gt;
* [http://www.fberriman.com/ Frances Berriman] has a hidden vCard in the footers of her website.&lt;br /&gt;
* [http://www.candlescience.com/ CandleScience Candle Supply] added a hidden hcard sitewide.&lt;br /&gt;
* [http://www.direction.es/ Direction] uses hCard for contact information.&lt;br /&gt;
* [http://audiobank.tryphon.org AudioBank] uses hCard to display member informations.&lt;br /&gt;
* [http://www.vivabit.com/atmedia2006/speakers/ @media speakers] are marked up with hCard (photos depend on BASE tag support which makes this a good test case)&lt;br /&gt;
* [http://www.dougransom.com Doug Ransom] uses hCard for his financial advisory practice. &lt;br /&gt;
* [http://rubyandrails.org/usergroups/newcastle/members.html ncl.rb] uses hCard for contact information.&lt;br /&gt;
* [http://www.snowinteractive.com/ Snow Interactive] uses hCard for contact information.&lt;br /&gt;
* [http://flickr.com Flickr] now supports [[hcard|hCard]] and [http://gmpg.org/xfn XFN] on profile pages.  See [http://flickr.com/photos/factoryjoe/113866484/ screenshot of Flickr UI in Flock browser using Flocktails extension - March 17th 2006].&lt;br /&gt;
* [http://www.ndiyo.org/contact Contact information for the Ndiyo project]&lt;br /&gt;
* [http://www.pixelenvy.co.uk/ Pixel Envy] uses hCard for contact information on every page&lt;br /&gt;
* [http://stilbuero.de/contact/ Klaus Hartl] uses hCard in the sidebar for contact information (maybe easier to parse through delivering xhtml as xml).&lt;br /&gt;
* [http://charlvn.virafrikaans.com/contact Charl van Niekerk's hCard]&lt;br /&gt;
* [http://billy-girlardo.com/WP/ BillyBLOGirlardo] uses hCard for contact information.&lt;br /&gt;
* [http://www.hicksdesign.co.uk/ Hicksdesign] uses hCard for contact information.&lt;br /&gt;
* http://www.gr0w.com/articles/press/growsearch_launched_press_release/ - hCard in a press release for the press contact info&lt;br /&gt;
* http://www.redmonk.com/cote/archives/2006/03/testing_out_mic.html - hCard with explanation&lt;br /&gt;
* [http://andy.ciordia.info/ it's my island], personal blog, hcard on the ''[http://andy.ciordia.info/pages/about_me About the Writer]'' page. [[User:Ciordia9|Andy Ciordia]]&lt;br /&gt;
* [http://www.windowonwoking.org.uk/ Window on Woking], a local community site in the UK, uses hCard in the homepage of each member organisation and local Councillor.&lt;br /&gt;
* [http://ChunkySoup.net/ ChunkySoup.net] has redesigned using hAtom 0.1 and hCards on the entire site -- by [[User:ChrisCasciano|Chris Casciano]]&lt;br /&gt;
* [http://www.30boxes.com/ 30 Boxes],a social calendar application and digital lifestyle aggregator, automatically creates an hcard for you with your account.  It is found under Settings &amp;gt; Syndication.&lt;br /&gt;
* [http://www.nearwhere.com/ Nearwhere.com] allow you to put an hcard on an interactive map.&lt;br /&gt;
* [http://www.brentozar.com/ Brent Ozar] added a [http://www.brentozar.com/contact.php contact] page hCard.&lt;br /&gt;
* [http://www.kerihenare.com/ Keri Henare] has rewritten his [http://www.kerihenare.com/contact/ contact] page hCard.  Now using &amp;lt;code&amp;gt;&amp;lt;object&amp;gt;&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;&amp;lt;img&amp;gt;&amp;lt;/code&amp;gt; for photo. (Thanks Brian Suda for updating the vCard converter)&lt;br /&gt;
* [http://michaelraichelson.com/contact/ Michael Raichelson] had an hCard on his contact page before SXSW, but never thought to add it here until Tantek requested it.&lt;br /&gt;
* [http://www.commoner.com/~lsimon/lindsey_simon_hcard.html Lindsey Simon] has added an hCard to his website as per Tantek's SXSW request for folks to try it &lt;br /&gt;
* [http://www.davidgagne.net/ David Gagne] has an hCard in his sidebar.&lt;br /&gt;
* [http://www.churchzip.com/map/ Churchzip.com/map] and [http://www.skiwhere.com/map/ Skiwhere.com/map], provide churches, hotels, and ski resorts on the same maps.  Locations are formatted as hcards.&lt;br /&gt;
* All [http://www.iqdir.com/ IQ Directory Solutions] Yellow Pages web portals use [[hcard|hCard]] markup on listings. For example [http://www.yellowpages-cambodia.com/ Cambodia Yellow Pages] and [http://www.superpages.com.my/ Malaysia Super Pages]&lt;br /&gt;
* Ning's cloneable Group app uses fuzzy matching to map custom fields to [[hcard|hCard]] markup on its [http://group.ning.com/index.php?controller=person&amp;amp;action=view&amp;amp;content=JonathanAquino profile] pages.&lt;br /&gt;
* [http://claimid.com/factoryjoe Chris Messina' ClaimID hCard]&lt;br /&gt;
* [http://factoryjoe.com/blog/hcard Chris Messina' hCard]&lt;br /&gt;
* [http://flock.com/about Flock About]&lt;br /&gt;
* [http://tantek.com/microformats/2006/03-01-TechPlenAgenda.html Agenda: W3C Technical Plenary Day, March 1 2006] has [[hcard|hCard]] and [[hcalendar|hCalendar]] markup. ([http://www.w3.org/2006/03/01-TechPlenAgenda.html original here]).&lt;br /&gt;
* [http://www.gr0w.com/articles/press/growsearch_launched_press_release/ GrowSearch Launched (Press Release)] uses an hCard to provide Press Contact Point.&lt;br /&gt;
* The [http://www.arborday.org/ National Arbor Day Foundation] has started using hCards for their [http://arborday.org/programs/conferences/communityforestry/index.cfm upcoming] [http://arborday.org/programs/conferences/hazardtrees-treeplanting/ conferences].&lt;br /&gt;
* [http://www.multipack.co.uk The Multipack] has numerous hCards, especially on the [http://www.multipack.co.uk/members/ members page], as well as the next meeting information.&lt;br /&gt;
* [http://deadringrancor.livejournal.com/ Justin McDowell] used an hCard when [http://deadringrancor.livejournal.com/221332.html referring to a person in his blog post]&lt;br /&gt;
* [http://davecardwell.co.uk/cv/ Dave Cardwell] has included his hCard in his Curriculum Vitae.&lt;br /&gt;
* [http://blog.usweb.com/ Shaun Shull] has written a great post on [http://blog.usweb.com/archives/how-microformats-affect-search-engine-optimization-seo How Microformats Affect SEO], and has included his [[hcard|hCard]] as one of the examples.&lt;br /&gt;
* [http://www.thefutureoftheweb.com/ Jesse Skinner] has written a simple [http://www.thefutureoftheweb.com/blog/2006/1/hcard tutorial with examples]&lt;br /&gt;
* [http://www.w3.org/2005/12/allgroupoverview.html 2006 W3C Technical Plenary Week] has marked up the venue, contacts, and program committee members all with hCard.&lt;br /&gt;
* [http://www.avf-nexus.co.uk AVF-Nexus] have a hCard on their [http://www.avf-nexus.co.uk/contact/ contact page] - (by [http://creation.uk.com Creation&amp;quot;])&lt;br /&gt;
* [http://www.thefantasticos.com/andrew/ Andrew White] posted [http://www.thefantasticos.com/andrew/index.php/my-hcard/ his hCard] and [http://www.thefantasticos.com/andrew/index.php/62/microformats-the-should-have-been-obvious-web-dev-tool/ blogged about it].&lt;br /&gt;
* [http://www.2sheds.ru Oleg &amp;quot;2sheds&amp;quot; Kourapov] in his [http://www.2sheds.ru/blog/ blog] ([http://suda.co.uk/projects/X2V/get-vcard.php?uri=http://www.2sheds.ru/blog X2V]) has turned personal profile into hCard ([http://suda.co.uk/projects/X2V/get-vcard.php?uri=http://www.2sheds.ru/blog/hcard.html X2V]) and his blogroll - into combination XFN/hCards ([http://suda.co.uk/projects/X2V/get-vcard.php?uri=http://www.2sheds.ru/blog/friends.html X2V])&lt;br /&gt;
* [http://www.approveddesign.co.uk Approved Design Consultancy] have a hCard on their [http://www.approveddesign.co.uk/about/contact/ contact page] as well as on their [http://www.approveddesign.co.uk/about/people/ people section] - (by [http://creation.uk.com Creation&amp;quot;])&lt;br /&gt;
* [http://weblog.200ok.com.au/ Ben Buchanan] and [http://www.griffith.edu.au/cgi-bin/phone_search.pl?string=colin+morris&amp;amp;format=search Colin Morris] have [http://weblog.200ok.com.au/2006/01/griffith-phonebook-adds-hcard-and.html implemented hCards and vCards] for the [http://www.griffith.edu.au Griffith University] [http://www.griffith.edu.au/find/content_phonebook.html online phone book]. Eg. [http://www.griffith.edu.au/cgi-bin/phone_search.pl?string=ben+buchanan&amp;amp;format=search Ben's vCard] and [http://www.griffith.edu.au/cgi-bin/phone_search.pl?string=colin+morris&amp;amp;format=search Colin's vCard]&lt;br /&gt;
* WWF-Australia [http://wwf.org.au/about/contactdetails/ contact details page]&lt;br /&gt;
* [http://rasterweb.net/raster/ Pete Prodoehl] used the hCard format on his [http://rasterweb.net/raster/contact.html Contact page] and his [http://rasterweb.net/portfolio/ Portfolio]&lt;br /&gt;
* [http://alexander-mette.de amette] uses the hCard format in a module of his TikiWiki powered blog&lt;br /&gt;
* [http://staff.washington.edu/oren/weblog2/ Oren Sreebny] has an hcard on his blog main index template &lt;br /&gt;
* [http://www.cs.brandeis.edu/~zippy/ Patrick Tufts] has an hCard on his homepage.&lt;br /&gt;
* [http://ascii20.blogspot.com/ Mathias Kolehmainen and Jamie Taylor] have hCards on their weblog.&lt;br /&gt;
* [http://www.hoppsan.org/jamesb/blogger/ Barnaby James] has a hCard on his weblog.&lt;br /&gt;
* [http://esa-education.com/schools/map ESA Education] Uses hCards for their 100+ schools and each of the individual school sites.&lt;br /&gt;
* [http://www.thereisnocat.com/#vcard Ralph Brandi] has added an hCard to the sidebar of his weblog as a result of Tantek Çelik's portion of the Microformats presentation at SXSW 2006.&lt;br /&gt;
* [http://www.pierce.ctc.edu/ephone/ Pierce College] -- community college directory uses hCard on all individual directory entries.&lt;br /&gt;
* [http://www.ukoln.ac.uk/web-focus/events/workshops/webmaster-2006/ the Institutional Web Management Workshop 2006] have marked up all their [http://www.ukoln.ac.uk/web-focus/events/workshops/webmaster-2006/committee/ speakers with hCard].&lt;br /&gt;
* http://wikitravel.org/en/Singapore/Sentosa. Wikitravel is experimenting with hcard on its travel guides. This guide uses hcard for all its business listings. More info on http://wikitravel.org/en/Wikitravel_talk:Listings.&lt;br /&gt;
* [http://www.musik-erber.de/ Musik-Erber] uses to present contact information at the sidebar&lt;br /&gt;
* [http://cdevroe.com/about/#contact Colin D. Devroe] uses hCard to display his contact information on his about page&lt;br /&gt;
* The ECS (Scool of Electronics and Computer Science  at the University of Southampton) [http://www.ecs.soton.ac.uk/people People Pages] use vCard. Contact cjg@ecs.soton.ac.uk if there's any bugs.&lt;br /&gt;
* [http://www.southwestern.edu/~ramseyp Pat Ramsey] has his contact information on his blog marked up with hCard. Contact [mailto:ramsey.pat@gmail.com ramsey.pat@gmail.com] if there are any bugs there.&lt;br /&gt;
* [http://www.meryl.net/ Meryl K. Evans] has a hidden hCard on her homepage.&lt;br /&gt;
* [http://www.vyre.com/company/contact-us/ VYRE] is a CMS development company with a &amp;quot;contact us&amp;quot; hCard&lt;br /&gt;
* [http://www.lefdal.cc/info.php Alf Kåre Lefdal] uses hCard in the markup of his contact information&lt;br /&gt;
* [http://www.pignwhistle.com.au/ Pig N Whistle, a chain of pubs in Brisbane, Australia] is using hcard to mark up all the contact pages for its outlets and head office&lt;br /&gt;
* [http://kollitsch.de/ Patrick Kollitsch] has built his personal Profil as hCard&lt;br /&gt;
* [http://www.hbs.edu/faculty/dspar/ Harvard Business School] has hCards on their faculty pages&lt;br /&gt;
* [http://openmikes.org/ openmikes.org] uses hCards for open mike venue addresses in its listing detail pages.&lt;br /&gt;
* [http://www.intertecnollc.com/ InterTecno, LCC] publishes an hCard on the home page and contact page.&lt;br /&gt;
* [http://canaltcm.com/ver/sobre-tcm Turner Classic Movies TCM spanish website] has published contact details as a hCard&lt;br /&gt;
* [http://rejuvenation.com/ Rejuvenation] is now using hCard for contact information.&lt;br /&gt;
* [http://www.mattash.com/contact/ Matthew Ash] uses the hCard in his contacts section.&lt;br /&gt;
* [http://yarmouthguide.com/business.php Yarmouth Guide] uses hCard for each business details page.&lt;br /&gt;
* [http://www.merchantcircle.com MerchantCircle] has embedded an hCard in every one of their 15+ million US business listings.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
* [http://www.nfwebsolutions.com/ New Frontier Web Solutions] uses hCard on their frontpage along with a link pointing to Brian Suda's [http://suda.co.uk/projects/X2V/get-vcard?uri=http://www.nfwebsolutions.com/ X2V].&lt;br /&gt;
* [http://shiftingpixel.com/about/the-artist shifting pixel photoblog] has published an hCard.&lt;br /&gt;
* [http://thoughtport.blogspot.com/ Aiden Kenny] hasn't published his hCard yet, but he has [http://thoughtport.blogspot.com/2005/07/elemental-particles-of-web.html published his hCard icon]: http://photos1.blogger.com/blogger/4224/444/320/AK-Hcard-icon.gif&lt;br /&gt;
* [http://thedredge.org Andy Hume] uses hCards to mark-up the names and URLs of commentors on his blog, e.g. his [http://thedredge.org/2005/06/using-hcards-in-your-blog/ blog post on &amp;quot;Using hCards in your blog&amp;quot;]. &lt;br /&gt;
* [http://www.bidclix.com/ BidClix]'s [http://www.bidclix.com/AboutContact.html Contact BidClix] page has it's ''contact info'' marked up with an hCard.&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda] has managed to embed a photo in [http://suda.co.uk/contact/ his hCard] through the [http://www.ietf.org/rfc/rfc2397.txt data uri scheme] by converting the image to BASE64 code. View the Source to see how this is accomplished. [http://suda.co.uk/projects/X2V/get-vcard.php?uri=http%3A//suda.co.uk/contact/ The X2V link] will extract the image and encode it for a vCard which will be displayed in some address book applications.&lt;br /&gt;
** Inspired by this I thought to try the same for SVG at [http://barefoot-ceramics.com/find Barefoot] ...&lt;br /&gt;
** &amp;amp;lt;img class=&amp;quot;photo&amp;quot; style=&amp;quot;display:none;&amp;quot; src=&amp;quot;data:image/svg+xml;text,&amp;amp;lt;?xml version='1.0' encoding='UTF-8' standalone='no'?&amp;amp;gt;&amp;amp;lt;svg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' version='1.0' width='50' height='80' id='svg3957'&amp;amp;gt;&amp;amp;lt;defs id='defs3959' /&amp;gt;&amp;amp;lt;path d='M 28.91433,...32.192802 z' style='fill:#cc4d00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.625;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1' id='path9551' /&amp;amp;gt;&amp;amp;lt;/svg&amp;amp;gt;&amp;quot; alt=&amp;quot;Barefoot&amp;quot;&amp;amp;gt;&lt;br /&gt;
** Does it work?? Well it parses OK. Some automated tools replace the &amp;amp;lt; with %3C (etc., eg Brian Suda's vcard form). Unfortunately Kontact (KDE contacts tool) doesn't handle SVG as a vCard photo or logo format - I don't know if this is a standard. It seems it could work and maybe even does somewhere. Maybe the text field needs to be Base64 encoded? ... see [http://slashdot.org/~pbhj/journal/142382 pbhj's slashdot journal] for a bit more on this.&lt;br /&gt;
* [http://cinematreasures.org Cinema Treasures] uses hCard to markup venue information for 10,000+ movie theaters.&lt;br /&gt;
* [http://www.w3.org/People/Connolly/events/ Dan Connolly's index of events and talks] has hCards for many of the people he has met at those events. In Mar 2006, he moved a bunch of hotel contact info from his PDA to this page; it's now up to 32 hCards.&lt;br /&gt;
* [http://doncrowley.blogspot.com/ Don Crowley] has published [http://www.crowley.nl/hcard.html his hCard] as well as a nifty hCard button: http://www.crowley.nl/images/hcard.png&lt;br /&gt;
* [http://loadaveragezero.com/hnav/contact.php Douglas W. Clifton] added all types of contact information&lt;br /&gt;
* [http://eventful.com Eventful] publishes all of its venue information pages with embedded hCards.&lt;br /&gt;
* [http://www.iowamilitaryveteransband.com/members/ Iowa Military Veterans Band Contacts] - 95 hCards [http://weblog.randomchaos.com/archive/2005/10/24/Microformats/ marked up by Scott Reynen]&lt;br /&gt;
* [http://JackWolfgang.blogspot.com Jack L. Wolfgang II] has [http://jack.randomata.com/resume/ converted the addresses in his resume to hCards].&lt;br /&gt;
* [http://www.efas.fupl.asso.fr/efas/_Mathieu-Drouet_.html Mathieu Drouet] and [http://www.efas.fupl.asso.fr/efas/_Annie-Leger_.html Annie Leger] both have hCards&lt;br /&gt;
* [http://www.oliverbrown.me.uk/ Oliver Brown] has published his hCard.&lt;br /&gt;
* [http://www.paradigmproductions.org/contact/ Paradigm Productions] published a vcard as a ul (marked up by [http://www.linkingarts.com/ Peter Jacobson])&lt;br /&gt;
* [http://www.splintered.co.uk/ Patrick H. Lauke] has marked up [http://www.splintered.co.uk/about/ his contact info with hCard].&lt;br /&gt;
* [http://blah Paul Schreiber has published his hCard on [http://paulschreiber.com/about/?contact his about page].&lt;br /&gt;
* [http://paulschreiber.com/blog/ Paul Schreiber]'s [http://concerts.shrub.ca/ Sunnyvale House Concerts] site publishes hCards for upcoming artists, as well as an hCard for the page itself.  In addition the [http://concerts.shrub.ca/shows Past Shows] page contains hCards for all past artists.&lt;br /&gt;
* [http://www.paulmichaelsmith.com/blog/hcard.htm Paul Smith] has created an hCard page which is Human Readable, and a link to X2V passing the same hCard page to generate a vCard.&lt;br /&gt;
* [http://www.windley.com/archives/2005/07/hcards_trying_o.shtml Phil Windley has published] [http://phil.windley.org/hcard.html his hCard].&lt;br /&gt;
* [http://www.go-curiosity.com/about.htm Piercarlo Slavazza] has published an hCard.&lt;br /&gt;
* [http://zooibaai.nl/ Rob Mientjes] has published his hCard on [http://zooibaai.nl/about/ his about page].&lt;br /&gt;
* [http://rbach.priv.at/Contact Robert Bachmann] has published his hCard and [http://rbach.priv.at/Images/hcard a button].&lt;br /&gt;
* [http://blah Scott Reynen has published his hCard on [http://www.randomchaos.com/document.php?source=scott_reynen his profile page].&lt;br /&gt;
* [http://www.stackframe.com/ StackFrame, LLC] has published [http://www.stackframe.com/people/ employee] and [http://www.stackframe.com/contact/ general] contact information as hCards.&lt;br /&gt;
* [http://www.wolfsreign.com Steven Ametjan] has published his hCard on [http://www.wolfsreign.com/about/ his about page].&lt;br /&gt;
* [http://tantek.com/microformats/2005/syndicate/speakers-list.html Syndicate - Speaker List] as a set of hCards&lt;br /&gt;
* [http://tagcamp.org/index.cgi?ContactList TagCamp contact list]&lt;br /&gt;
* [http://tantek.com/ Tantek's Thoughts] includes an inline author hCard at the bottom of the page.&lt;br /&gt;
* [http://technorati.com/ Technorati]'s [http://www.technorati.com/about/ About page] lists their '''Media Contact'''&lt;br /&gt;
* [http://www.deadringerart.com/ The Brothers McDowell] have hCards at their Contact page.&lt;br /&gt;
* [http://twinsparc.com/ Twinsparc] put an hCard in the header and footer of all their pages.&lt;br /&gt;
* [http://tantek.com/microformats/2005/web2/speakers.html Web 2.0 Conference speakers page marked up with hCard]&lt;br /&gt;
* [http://we05.com/ Web Essentials 05] marked up all their [http://we05.com/presenters.cfm presenters with hCard].&lt;br /&gt;
* [http://www.uoguelph.ca/directory/ The University of Guelph] includes hCard info in its directory.&lt;br /&gt;
* [http://www.child-care-index.net.au/ The Australian Child Care Index] has over 3000 entries listing child care services across Australia - and every single one is marked up with an hcard!&lt;br /&gt;
* [http://www.cadforless.com/partners/ CADforless, Inc.] we listed our partners using hCard&lt;br /&gt;
==== UTF8 Examples in the Wild ====&lt;br /&gt;
These examples all contain one or more characters in UTF8 that are outside the ASCII7 range and make for excellent test cases to make sure you are handling UTF8 properly throughout your hCard parsing and transforming.  And especially if you are generating vCards, these test cases will help you make sure you are generating UTF8 vCards in such a way that can be recognized by UTF8 supporting vCard applications.&lt;br /&gt;
* [http://tantek.com/ Tantek's Thoughts] encodes Çelik as inline UTF8.&lt;br /&gt;
&lt;br /&gt;
=== Examples with some problems ===&lt;br /&gt;
&lt;br /&gt;
* [http://gbraad.nl/ Gerard Braad] has published an example on his [http://gbraad.nl/site/?p=profile profile] page that is almost consistent with his original [http://gbraad.nl/files/gbraad.vcf vCard] file. Also progress is made for transforming his [http://files.gbraad.nl/foaf.rdf FoaF] file to a hCard encoded representation. (also done for my spouse:[http://spouse.gbraad.nl/site/?p=profile Yong Yuan])&lt;br /&gt;
** (2005-09-27) PASSED, PASSED&lt;br /&gt;
** WARNINGS&lt;br /&gt;
*** uses 'n given-name' and 'n family-name' instead of nesting the given- and family- names inside the 'n'&lt;br /&gt;
*** has one 'tel' value with a bunch of values stuffed in&lt;br /&gt;
*** probably more problems --[[User:RyanKing|RyanKing]] 17:19, 5 Jan 2006 (PST)&lt;br /&gt;
* [http://kinrowan.net/ Cori Schlegel] [http://kinrowan.net/blog/wp/archives/2005/07/08/a-problem-with-the-structured-blogging-plug-in-for-wordpress/ discusses how he has updated] [http://kinrowan.net/blog/contact his contact page with hCard]&lt;br /&gt;
** INVALID - using 'prefix' instead of 'honorific-prefix' and type's in classnames (in both adr and tel) and has two photo's (the second could be 'logo') --[[User:RyanKing|RyanKing]] 15:15, 5 Jan 2006 (PST)&lt;br /&gt;
* The good ship [http://styrheim.com/test/leonid.html Leonid Miloslavskiy] spotted in the North Atlantic&lt;br /&gt;
** INVALID  --[[User:RyanKing|RyanKing]] 00:50, 27 Oct 2005 (PDT)&lt;br /&gt;
*** class=&amp;quot;family&amp;quot; should probably be family-name&lt;br /&gt;
*** the &amp;quot;n&amp;quot; property is missing and the &amp;quot;n&amp;quot; optimization can't be applied&lt;br /&gt;
*** the first geo propery is empty, the second one is invalid (ie, it doesn't contain lat/long)&lt;br /&gt;
* [http://landsbank.fo/#hCard Landsbanki Føroya]&lt;br /&gt;
** INVALID - using embedded rdf/xml invalidly&lt;br /&gt;
* [http://chrischerry.name/ Chris Cherry's contact page with his hCard]&lt;br /&gt;
** &amp;lt;strike&amp;gt;WARNING - uses class=&amp;quot;cell&amp;quot; instead of &amp;amp;lt;span class=&amp;quot;type&amp;quot;&amp;amp;gt;cell&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/strike&amp;gt; Fixed -- [[User:Seriph|Chris Cherry]] 19:54, 15 Sep 2006 (PST)&lt;br /&gt;
* [http://www.bath.ac.uk/contact/ University of Bath] Person Finder results are encoded with hCards so you can easily create a vCard from any result. &lt;br /&gt;
** ERROR - attempt to use Implied-N optimization where that's not possible. --[[User:RyanKing|RyanKing]] 14:29, 5 Jan 2006 (PST)&lt;br /&gt;
** Error appears for external users only. Won't be fixed any time soon. -- [[User:PhilWilson|PhilWilson]] 00:03, 28 Jan 2006 (GMT)&lt;br /&gt;
* [http://richi.co.uk/blog/2005/12/structured-blogging.html Richi Jennings] has put up his attempt&lt;br /&gt;
** INVALID, missing FN --[[User:RyanKing|RyanKing]] 12:47, 5 Jan 2006 (PST)&lt;br /&gt;
* [http://www.yellowpencil.com/contact/ Yellow Pencil] Using microformats to present company contact information&lt;br /&gt;
** First hcard has empty &amp;quot;fn&amp;quot; and no &amp;quot;n&amp;quot;. &amp;quot;fn&amp;quot; should be with &amp;quot;org&amp;quot; -- [[User: ScottReynen |ScottReynen]] 21:29, 19 Jun 2006 (CST)&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following implementations have been developed which either generate or parse hCards. If you have an hCard implementation, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
*[http://leftlogic.com/info/articles/microformats_bookmarklet Microformats Bookmarklet] is a bookmarklet designed for Safari (works in Firefox and Camino) that overlays on the current page to allow users to import individual hCards or hCalendars.  Written by Remy Sharp.&lt;br /&gt;
*[http://elbewerk.com/2006/09/vcardexplorer-02.shtml vCardExplorer 0.2] is a Mac OS X Application, that displays VCF-Files and extracts hCards from Websites written by Daniel Kagemann.&lt;br /&gt;
* [http://placenamehere.com/mf/nnwextract/ Extract Microformats] is a script for NetNewsWire that supports extracting hCard and hCalendar data in blog posts (via technorati service). Written by [[User:ChrisCasciano|Chris Casciano]]&lt;br /&gt;
* [http://allinthehead.com/hkit/ hKit] is an open source PHP 5 parsing library with support for hCard.&lt;br /&gt;
* [http://kitchen.technorati.com/search Technorati Microformats Search] indexes [[hcard|hCard]], [[hcalendar|hCalendar]], and [[hreview|hReview]] as [http://tantek.com/log/2006/05.html#d31t1802 announced by Tantek].&lt;br /&gt;
** list of pages with indexing Issues so they can be looked into as to why data is not being extracted&lt;br /&gt;
** suda.co.uk/contact&lt;br /&gt;
** multipack.co.uk&lt;br /&gt;
&lt;br /&gt;
* [http://www.webstandards.org/action/dwtf/microformats/ Dreamweaver Extension suite] from the [http://webstandards.org/ Web Standards Project] enables the authoring of hCards from within Dreamweaver 8.&lt;br /&gt;
* [http://scooch.gr0w.com/ Scooch] is a slide show and presentation creator that generates a [[hCard]] for individual slide show authors and comment authors with a CSS button to parse and download via [http://suda.co.uk/projects/X2V/ X2V]. Also uses [[hReview]] for slide ratings and [[rel-tag]] for categories.&lt;br /&gt;
* [http://blog.codeeg.com/2006/03/20/flock-tails-flocktails/ Flocktails] - port of Tails extension for Flock 0.5.12 that looks for hCards, hCalendar, xFolk and hReview and tosses them into a handy topbar&lt;br /&gt;
*[http://opensource.reevoo.com/2006/03/08/release-uformats-12/ uformats] is a ruby library that can parse [[hCalendar]], [[hCard]], [[hReview]] and [[rel-tag]]&lt;br /&gt;
* [http://blog.codeeg.com/tails-firefox-extension-03/ Tails] is a Firefox Extension that will display the presence and details of microformats ([[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], [[xfolk|xFolk]]) on a webpage. [https://addons.mozilla.org/firefox/2240/ Tails Export] is an extended version.&lt;br /&gt;
* [http://www.stripytshirt.co.uk/features/firefox/smartzilla Smartzilla is a Firefox Extension] that finds hCards on web pages and lets you add them to your addressbook.&lt;br /&gt;
* [http://placenamehere.com/TXP/pnh_mf/ pnh_mf] is a plugin for [http://textpattern.com/ Textpattern] that supports embedding hCard and other microformats in templates and blog posts. Written by [http://placenamehere.com/ Chris Casciano].&lt;br /&gt;
* There is [http://flickr.com/photos/factoryjoe/68755089/ evidence of built-in hCard support in the Konqueror browser].  Specifically, Konqueror 3.5, in KDE 3.5 (kubuntu Breezy w/ update).&lt;br /&gt;
* There is [http://tagcamp.org/index.cgi?ContactList evidence of a kwiki plugin for hCards].  Update: the [http://svn.kwiki.org/cwest/Kwiki-hCard/ hCard kwiki plugin svn repository].  See the [http://microwiki.caseywest.com/index.cgi?hCard documentation of the hCard kwiki plugin].&lt;br /&gt;
* [http://suda.co.uk/projects/X2V/ X2V] is a bookmarklet that parses hCard and produces a .vcf (vCard) stream.  Note: needs to be updated as the spec is refined&lt;br /&gt;
* [http://www.stripytshirt.co.uk Duncan Walker] has built [http://www.stripytshirt.co.uk/features/firefox/smartzilla a Firefox extension] that gets hCard data from a webpage, uses Brian Suda's XSL (locally) to transform it to vcard format and opens the resulting .vcf file.&lt;br /&gt;
* [http://george.hotelling.net/90percent/ George] has written a [http://george.hotelling.net/90percent/geekery/greasemonkey_and_microformats.php Greasemonkey user script] that detects hCards and allows users to easily add them to their address book application.  Relies on the X2V web service to do the conversion.&lt;br /&gt;
* [http://inside.glnetworks.de/ Martin Rehfeld] has updated the work of [http://blogmatrix.blogmatrix.com/ David Janes] and produced a [[Greasemonkey]] [http://inside.glnetworks.de/2006/06/05/microformats-have-arrived-in-firefox-15-greasemonkey-06/ script] that finds many microformat elements, including hCards, and [http://blog.davidjanes.com/mtarchives/2005_08.html#003379 provides a popup menu of actions]. The hCard to vCard conversion is done internally within the script. ''This will work with FireFox 1.5+/GreaseMonkey 0.6.4+ now.''&lt;br /&gt;
* [http://diveintomark.org/ Mark Pilgrim] has also written an [http://diveintomark.org/projects/greasemonkey/hcard/ hCard parser Greasemonkey user script].  It is self-contained and does not rely on the X2V web service.&lt;br /&gt;
* [http://www.oliverbrown.me.uk/2005/09/03/a-working-microformats-extension-to-simplexml/ Oliver Brown] has written an &amp;quot;extension&amp;quot; to [http://www.php.net/simplexml SimpleXML] that gives simple access to hCard information in PHP 5.&lt;br /&gt;
* [http://thedredge.org/ Andrew D. Hume] has built a system (Wordpress plugin?) for [http://thedredge.org/2005/06/using-hcards-in-your-blog/ using hcards in your blog] to represent people leaving comments on blog posts.&lt;br /&gt;
* The [http://tantek.com/microformats/hcard-creator.html hCard creator] is a very simple, yet illustrative, open source user interface / form / script which creates an hCard in real-time as you type in a set of contact information. &lt;br /&gt;
* [http://greenbytes.de/tech/webdav/rfc2629.xslt rfc2629.xslt] now attempts to generate hCard information ([http://ietf.org/rfc/rfc2629 RFC2629] is an XML format for authoring RFCs and Internet Drafts, see [http://greenbytes.de/tech/webdav/rfc2629xslt/rfc2629xslt.html example document])&lt;br /&gt;
* [http://tantek.com/microformats/buddylist2hcards.html iChat buddy list to hCards] - Open source AppleScript to automatically convert one's buddy list in the MacOSX iChat AIM client into a valid XHTML 1.0 Strict list of hCards. &lt;br /&gt;
* [http://dev.w3.org/cvsweb/2001/palmagent/ palmagent] is a collection of palmpilot and sidekick tools. It includes X2V derivatives xhtml2hcard.xsl and toICal.xsl plus some [http://dev.w3.org/cvsweb/2001/palmagent/hcardTest.html hcardTest] materials&lt;br /&gt;
* [http://www.openpsa.org/ OpenPsa 2.x] CRM application uses hCard for all person listings. The widget is [http://www.midgard-project.org/midcom-permalink-922834501b71daad856f35ec593c7a6d reusable across Midgard CMS]&lt;br /&gt;
* [http://www.metonymie.com Emiliano Martínez Luque] has written an experimental [http://www.metonymie.com/hCard_extract/app.html hCard finder and structured search application] that finds hCards within a given set of URLs and returns the ones that match the specified search criteria.&lt;br /&gt;
* [http://randomchaos.com/microformats/base/ Microformat Base] is an open-source PHP microformat aggregation crawler, currently recognizing hreview, hcalendar, and hcard.&lt;br /&gt;
&lt;br /&gt;
== Additional Applications ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
There are numerous potential additional uses and applications for hCards on the Web.  The following are merely a few thoughts and possibilities that folks have come up with:&lt;br /&gt;
&lt;br /&gt;
* As an open standard/format for [http://www.gravatar.com/ Gravatars].&lt;br /&gt;
* Marking up individual authors of blog posts on a group blog&lt;br /&gt;
* Marking up people's names and URLs in a blogroll&lt;br /&gt;
* Any reference to people in blog posts (e.g. when citing them, or referencing them, or describing them, by name).&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0 SE]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc2426.txt vCard RFC2426]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [http://www.w3.org/2002/12/cal/rfc2426 HTML reformatted version of RFC2426]&lt;br /&gt;
* [http://w3.org/TR/REC-CSS1 CSS1]&lt;br /&gt;
* [http://tantek.com/log/2004/09.html#hcard hCard term introduced and defined on the Web, 20040930]&lt;br /&gt;
* [http://wiki.oreillynet.com/foocamp04/index.cgi?SimpleSemanticFormats FOO Camp 2004 Simple Semantic Formats presentation, 20040910]&lt;br /&gt;
* Contributed from http://developers.technorati.com/wiki/hCard.&lt;br /&gt;
* [http://www.w3.org/TR/xhtml11 XHTML 1.1]&lt;br /&gt;
&lt;br /&gt;
==== Specifications That Use hCard ====&lt;br /&gt;
* [[adr]]&lt;br /&gt;
* [[geo]]&lt;br /&gt;
* [[hcalendar|hCalendar]]&lt;br /&gt;
* [[hreview|hReview]]&lt;br /&gt;
&lt;br /&gt;
==== Similar Work ====&lt;br /&gt;
* [http://www.intertwingly.net/wiki/pie/PaceBetterPersonElement Atom PaceBetterPersonElement]&lt;br /&gt;
* [http://www.jabber.org/jeps/jep-0054.html JEP-0054: vcard-temp]&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
* [http://microformats.org/code/hcard/creator hCard creator] ([[hcard-creator-feedback|feedback]]) - create your own hCard.&lt;br /&gt;
* [[hcard-authoring|hCard authoring]] - learn how to add hCard markup to your existing contact info.&lt;br /&gt;
* [[hcard-examples|hCard examples]] - Example usage of various classes within hCard,&lt;br /&gt;
* [[hcard-faq|hCard FAQ]] - If you have any questions about hCard, check here, and if you don't find answers, add your questions!&lt;br /&gt;
* [[hcard-parsing|hCard parsing]] - Normatively details of how to parse hCards.&lt;br /&gt;
* [[hcard-issues|hCard issues]] - Please add any specific issues with the specification to the issues page.&lt;br /&gt;
* [[hcard-feedback|hCard feedback]] - General feedback (as opposed to specific issues) should be added to the hCard feedback page.&lt;br /&gt;
* [[hcard-profile|hCard profile]] - The XMDP profile for hCard&lt;br /&gt;
&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. These thoughts, issues, and questions are kept in separate pages.&lt;br /&gt;
&lt;br /&gt;
* [[hcard-brainstorming|hCard Brainstorming]] - where we are keeping our brainstorms and other explorations relating to hCard&lt;br /&gt;
* [[hcard-tests|hCard tests]] - a wiki page with actual embedded hCards to try parsing.&lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
* [http://www.digital-web.com/articles/microformats_primer/ Digital Web Magazine: Microformats Primer] by Garrett Dimon has a good intro to hCard&lt;br /&gt;
* [http://24ways.org/advent/practical-microformats-with-hcard Practical Microformats with hCard] by Drew McLellan&lt;br /&gt;
* [http://www.naturalsearchblog.com/archives/2006/09/28/tips-for-local-search-engine-optimization-for-your-site/ Local Search Engine Optimization using Microformats] by Chris Silver Smith&lt;br /&gt;
* [http://thedredge.org/ Andrew D. Hume] has written a blog post on [http://usabletype.com/articles/2005/usable-microformats/ usable microformats] which discusses hCard&lt;br /&gt;
* [http://www.thefutureoftheweb.com/blog/2006/1/hcard Jesse Skinner's introduction to hCard]&lt;br /&gt;
* [http://blog.usweb.com/ Shaun Shull's] great post on [http://blog.usweb.com/archives/how-microformats-affect-search-engine-optimization-seo How Microformats Affect SEO], including his [[hcard|hCard]] as an example.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page] and the [http://technorati.com/tags/hcard hCard tag]&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-nofollow-pt-br&amp;diff=32484</id>
		<title>rel-nofollow-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-nofollow-pt-br&amp;diff=32484"/>
		<updated>2006-11-25T22:33:20Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= rel=&amp;quot;nofollow&amp;quot; =&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Especificação 2005-01-10 ==&lt;br /&gt;
&lt;br /&gt;
=== Editores ===&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc.]&lt;br /&gt;
* [http://epeus.blogspot.com/ Kevin Marks], [http://technorati.com Technorati, Inc.]&lt;br /&gt;
&lt;br /&gt;
=== Conceito ===&lt;br /&gt;
* [http://www.google.com/googleblog/ Matt Cutts], [http://google.com Google, Inc]&lt;br /&gt;
* [http://www.shellen.com/ Jason Shellen], [http://www.blogger.com Blogger]/[http://www.google.com Google]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2005}}&lt;br /&gt;
&lt;br /&gt;
=== Patentes ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Sumário ==&lt;br /&gt;
RelNoFollow é um [[elemental-microformat-pt-br|microformato elementar]], um dos diversos [[microformats|microformatos]] de padrões aberto. Ao adicionar &amp;lt;code&amp;gt;rel=&amp;quot;nofollow&amp;quot;&amp;lt;/code&amp;gt; a um hyperlink, uma página  indica que aquele destino do hyperlink NÃO DEVE ser permitida qualquer importancia ou ranking por agentes de usuário que oferecem análise de link pelas páginas web (como máquinas de busca). Tipicamente usa casos incluído links criado pela comentários de 3rd party em blogs ou links que o autor gostaria de apontar, porém contra uma aprovação. Para mais informações contra aprovações (ou falta de) semântica, veja VoteLinks.&lt;br /&gt;
&lt;br /&gt;
== Perfil XMDP ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     Definição HTML4 do atríbuto 'rel'.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Aqui está um valor adicional.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;nofollow&amp;quot;&amp;gt;nofollow&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indica que o recurso referido não foi necessariamente linkado pelo &lt;br /&gt;
   autor da página, e tal referencia dita não deve oferecer qualquer recurso &lt;br /&gt;
   adicional de importancia ou ranking por agentes de usuário.&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== referencia normativa ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* http://www.google.com/googleblog/2005/01/preventing-comment-spam.html&lt;br /&gt;
* http://googleblog.blogspot.com/2005/01/preventing-comment-spam.html&lt;br /&gt;
&lt;br /&gt;
== referencias informativa ==&lt;br /&gt;
* VoteLinks pode ser usado pelo autor para estágio explicitamente apoiar ou contrariar, ou neutralidade para destino de um link. Implementadores implementam rel=&amp;quot;nofollow&amp;quot; e VoteLinks não deve permitir paralelamente dar importância ou ranking para links com &amp;lt;code&amp;gt;rev=&amp;quot;vote-abstain&amp;quot;&amp;lt;/code&amp;gt; ou &amp;lt;code&amp;gt;rev=&amp;quot;vote-against&amp;quot;&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Contribuído de http://developers.technorati.com/wiki/RelNoFollow&lt;br /&gt;
&lt;br /&gt;
== assuntos aberto ==&lt;br /&gt;
Há assuntos aberto que tem sido levantados sobre rel=&amp;quot;nofollow&amp;quot; que foi levantado em vários fórums, em particular, em público [http://lists.w3.org/Archives/Public/www-html W3C www-html mailing list]. Eles foram agrupados para quatro areas.&lt;br /&gt;
&lt;br /&gt;
* '''Definition'''. nofollow indica um ambiente em vez de um relacionamento do qual o ambiente deve ser inferido como apropriado por useragent. Valores rel deve ser nome que indica o recurso referido é uma relação da origem.&lt;br /&gt;
&lt;br /&gt;
* '''Name'''. nofollow é um nome ruim.&lt;br /&gt;
** overloading. não significa o mesmo que padrões de exclusão robots (robots.txt, meta robots) nofollow.&lt;br /&gt;
** does not mean what it says. não significa o que isso diz &amp;quot;não siga esse link&amp;quot;, em vez de &amp;quot; não adicione importancia a esse link&amp;quot;. [http://www.w3.org/mid/opsk3cccj9lo81gp@quark Asbjørn Ulsberg]&lt;br /&gt;
** not a noun. veja acima.&lt;br /&gt;
** alternativas sugerida:&lt;br /&gt;
*** noendorse - [http://lists.w3.org/Archives/Public/www-html/2005Jan/0046.html Micah Dubinko]&lt;br /&gt;
*** none&lt;br /&gt;
*** noweight&lt;br /&gt;
*** unendorsed - [http://lists.w3.org/Archives/Public/www-html/2005Jan/0057.html Lachlan Hunt]&lt;br /&gt;
*** unrelated - [http://lists.w3.org/Archives/Public/www-html/2005Jan/0049.html Jens Meiert]&lt;br /&gt;
*** untrusted&lt;br /&gt;
*** nonauth - [http://www.mnot.net/blog/2003/12/29/comment_spam_and_google Mark Baker]&lt;br /&gt;
*** norank - [http://www.digitalburg.com/ Ben Pierce]&lt;br /&gt;
* '''Efficacy'''.  nofollow will not affect spamming behavior.&lt;br /&gt;
* '''Collateral Damage'''. If tools automatically add nofollow to all 3rd party links, then many legitimate non-spam links will be ignored or given reduced weight, and thus the destination of such links will be unfortunate casualties.&lt;br /&gt;
&lt;br /&gt;
=== listas adicional de assuntos ===&lt;br /&gt;
Listas adicional de assuntos levantados contra rel=&amp;quot;nofollow&amp;quot; pode ser encontrado nos sites seguido:&lt;br /&gt;
* http://www.nonofollow.net/&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hcard-pt-br&amp;diff=10884</id>
		<title>hcard-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hcard-pt-br&amp;diff=10884"/>
		<updated>2006-11-20T14:49:20Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=hCard=&lt;br /&gt;
hCard é um simples, aberto formato distribuído para represetar pessoas, companias, organizações e lugares usando uma representação 1:1 de propriedades e valores de padrão vCard ([http://www.ietf.org/rfc/rfc2426.txt RFC2426]) em [[semantic-xhtml|semântica XHTML]]. hCard é um dos muitos padrões abertos de [[microformats|microformato]] apropriado para ser inserido em (X)HTML, Atom, RSS, e o arbitrário XML.&lt;br /&gt;
&lt;br /&gt;
Quer começar a escrever em [[hcard|hCard]]?  Use o [http://microformats.org/code/hcard/creator criador de hCard] &lt;br /&gt;
&lt;br /&gt;
para detalhar algumas informações de contato e publicá-la, ou seguir [[hcard-authoring|hCard authoring tips]] para adicionar marcação hCard em sua página atual de contato.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Especificação ==&lt;br /&gt;
&lt;br /&gt;
=== Editor ===&lt;br /&gt;
[http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc.]&lt;br /&gt;
&lt;br /&gt;
=== Autores ===&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc]&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patentes ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Inspiração e Reconhecimentos ===&lt;br /&gt;
Agradecimento à: meu amigo [http://vadim.com/ Vadim] que me introduziu ao vCard ''vários'' anos atrás, e se eu tivesse prestado mais atenção talvez então poderia ter ajudado muitas pessoas a evitar desperdiçar tempo reinventando várias rodas de padrões ''wheels''.&lt;br /&gt;
&lt;br /&gt;
== Introdução ==&lt;br /&gt;
O padrão vCard ([http://www.ietf.org/rfc/rfc2426.txt RFC2426]), tem largamente implementado interoperabilidade (e.g. Apple's &amp;quot;Address Book&amp;quot; application built into MacOSX).&lt;br /&gt;
&lt;br /&gt;
Em adição, muitos bloggers se identificam pelo nome e discutem a seus amigos e família. Com só um pouco de estrutura, bloggers podem discutir as pessoas em seus blog(s) de tal um modo que spiders e outros agregadores podem receber essa informação,  automaticamente convertê-las para vCard e usá-las então e qualquer aplicativo vCard ou serviços.&lt;br /&gt;
&lt;br /&gt;
Essa especificação introduz o formato '''hCard''' , que usa uma representação 1:1 de propriedades e valores de mencioado no padrão vCard acima, em elemento XHTML.&lt;br /&gt;
podem ambos embutir diretamente hCards em suas páginas, e estilizá-las com CSS tornando-as parecido como desejado.&lt;br /&gt;
&lt;br /&gt;
Em adição, hCard ativa aplicações para receber informação diretamente de páginas web sem ter que referenciar um arquivo separado&lt;br /&gt;
&lt;br /&gt;
Use o [http://microformats.org/code/hcard/creator criador de hCard] para copiar o código HTML e gerar para seu blog ou website e publicá-lo em sua informação de contato.&lt;br /&gt;
&lt;br /&gt;
== Semântica XHTML Princípios de Design ==&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
== Formato ==&lt;br /&gt;
=== Em geral===&lt;br /&gt;
The vCard standard ([http://www.ietf.org/rfc/rfc2426.txt RFC2426]) forma a base do hCard.&lt;br /&gt;
&lt;br /&gt;
O formato básico de hCard é usar nomes vCard objeto/propriedade em caixa-baixa para nomes de classes, e mapear aninhando objetos vCard diretamente para elementos XHTML aninhado.&lt;br /&gt;
&lt;br /&gt;
=== Mais Equivalente Semântico ===&lt;br /&gt;
Para algumas propriedades há o elemento HTML que é mais combinado e conduz suas semanticas.&lt;br /&gt;
 A seguinte propriedade DEVE ser codificada com o seguinte (X)HTML:&lt;br /&gt;
* &amp;lt;code&amp;gt;URL&amp;lt;/code&amp;gt; um vCard que se torna &amp;lt;code&amp;gt;&amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/code&amp;gt; dentro do elemento com &amp;lt;code&amp;gt;class=&amp;quot;vcard&amp;quot;&amp;lt;/code&amp;gt; em hCard.&lt;br /&gt;
* Similarmente, &amp;lt;code&amp;gt;EMAIL&amp;lt;/code&amp;gt; um vCard que se torna &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;email&amp;quot; href=&amp;quot;mailto:...&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;PHOTO&amp;lt;/code&amp;gt; um vCard que se torna &amp;lt;code&amp;gt;&amp;lt;img class=&amp;quot;photo&amp;quot; src=&amp;quot;...&amp;quot; alt=&amp;quot;Foto de ...&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt; ou &amp;lt;code&amp;gt;&amp;lt;object class=&amp;quot;photo&amp;quot; data=&amp;quot;...&amp;quot; type=&amp;quot;...&amp;quot;&amp;gt;Foto de ...&amp;lt;/object&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;UID&amp;lt;/code&amp;gt; um vCard simply que se torna outro semantica aplicada a uma especifico URL (ou EMAIL) para um hCard.&lt;br /&gt;
&lt;br /&gt;
=== Propriedades Singular vs. Plural ===&lt;br /&gt;
&lt;br /&gt;
Para propriedades que estão no singular (ex. &amp;quot;N&amp;quot; e &amp;quot;FN&amp;quot;), o primeiro elemento descendente com aquela class deve ter efeito, qualquer outros serão ignorados.&lt;br /&gt;
&lt;br /&gt;
Para propriedades que podem estar no plural (ex. &amp;quot;TEL&amp;quot;), each class instance should create a instance of that property.&lt;br /&gt;
&lt;br /&gt;
==== Propriedades no Singular ====  &lt;br /&gt;
&lt;br /&gt;
Propriedades no Singular: &amp;quot;FN&amp;quot;, &amp;quot;N&amp;quot;, &amp;quot;BDAY&amp;quot;, &amp;quot;TZ&amp;quot;, &amp;quot;GEO&amp;quot;, &amp;quot;SORT-STRING&amp;quot;, &amp;quot;UID&amp;quot;, &amp;quot;CLASS&amp;quot;.  &lt;br /&gt;
&lt;br /&gt;
Todas as outras propriedades são plural. Essa lista foi derivada de uma analize de semantica de propriedades individuais em vCard RFC2426 e determinando logicamente que eles DEVEM ser singular pela sua semantica. Ver [[hcard-singular-properties]] para explicação.&lt;br /&gt;
&lt;br /&gt;
==== Propriedades plurais Singularizadas ====&lt;br /&gt;
&lt;br /&gt;
Since plural property names become their singular equivalents, even if the original plural property permitted only a single value with multiple components, those multiple components are represented each with their own singularly named property and the the property is effectively multivalued and subject to the above treatment of multivalued properties.&lt;br /&gt;
&lt;br /&gt;
=== Human vs. Machine readable ===&lt;br /&gt;
&lt;br /&gt;
If an &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt; element is used for a property, then the '&amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;' attribute of the &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; element is the value of the property, instead of the contents of the element, which instead provide a human presentable version of the value.  &lt;br /&gt;
&lt;br /&gt;
If an &amp;lt;code&amp;gt;&amp;amp;lt;a&amp;amp;gt;&amp;lt;/code&amp;gt; element is used for one or more properties, it must be treated as follows:&lt;br /&gt;
# For the &amp;quot;PHOTO&amp;quot; property and any other property that takes a URL as its value, the &amp;lt;code&amp;gt;href=&amp;quot;...&amp;quot;&amp;lt;/code&amp;gt; attribute provides the property value.&lt;br /&gt;
# For other properties, the element's content is the value of the property.&lt;br /&gt;
&lt;br /&gt;
If an &amp;lt;code&amp;gt;&amp;amp;lt;img&amp;amp;gt;&amp;lt;/code&amp;gt; element is used for one or more properties, it must be treated as follows:&lt;br /&gt;
# For the &amp;quot;PHOTO&amp;quot; property and any other property that takes a URL as its value, the &amp;lt;code&amp;gt;src=&amp;quot;...&amp;quot;&amp;lt;/code&amp;gt; attribute provides the property value.&lt;br /&gt;
# For other properties, the &amp;lt;code&amp;gt;&amp;amp;lt;img&amp;gt;&amp;lt;/code&amp;gt; element's '&amp;lt;code&amp;gt;alt&amp;lt;/code&amp;gt;' attribute is the value of the property.&lt;br /&gt;
&lt;br /&gt;
If an &amp;lt;code&amp;gt;&amp;amp;lt;object&amp;amp;gt;&amp;lt;/code&amp;gt; element is used for one or more properties, it must be treated as follows:&lt;br /&gt;
# For the &amp;quot;PHOTO&amp;quot; property and any other property that takes a URL as its value, the &amp;lt;code&amp;gt;data=&amp;quot;...&amp;quot;&amp;lt;/code&amp;gt; attribute provides the property value.&lt;br /&gt;
# For other properties, the element's content is the value of the property.&lt;br /&gt;
&lt;br /&gt;
=== Value excerpting ===&lt;br /&gt;
&lt;br /&gt;
Sometimes only part of an element which is the equivalent for a property should be used for the value of the property.  This typically occurs when a property has a subtype, like TEL.  For this purpose, the special class name &amp;quot;&amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;&amp;quot; is introduced to excerpt out the subset of the element that is  the value of the property.  E.g. here is an hCard fragment for marking up a home phone number:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
vCard:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
TEL;TYPE=HOME:+1.415.555.1212&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
hCard:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;home&amp;lt;/span&amp;gt;:&lt;br /&gt;
 &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1.415.555.1212&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This hCard fragment could be displayed as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: thin dashed black; width: 95%; padding: .5em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;home&amp;lt;/span&amp;gt;:&lt;br /&gt;
&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1.415.555.1212&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Property Exceptions ===&lt;br /&gt;
&lt;br /&gt;
vCard has several properties which either do not make sense on, or are already implied within the context of a web page.  This section explains what to (not) do with them.&lt;br /&gt;
&lt;br /&gt;
# '''NAME''', '''PROFILE''', '''SOURCE''', '''PRODID''', '''VERSION''' properties as defined in Sections 2.1.2, 2.1.3, 2.1.4, 3.6.3, 3.6.9 of RFC 2426.  Content publishers MUST NOT use these properties in their hCards, and as such, hCard consumers/parsers MUST IGNORE these properties if they are found within an hCard.  Instead. hCard to vCard converters SHOULD use the title of the page where the hCard is found (e.g. the &amp;lt;code&amp;gt;&amp;lt;title&amp;gt;&amp;lt;/code&amp;gt; element in (X)HTML documents) to construct the NAME property, MAY output a PROFILE value of &amp;quot;&amp;lt;code&amp;gt;VCARD&amp;lt;/code&amp;gt;&amp;quot; per RFC 2426, SHOULD use the URL of the page where the hCard is found to construct the SOURCE property (e.g. perhaps as a parameter to a URL/service that converts hCards to vCards), for an output vCard stream (e.g. a .vcf file). Only services/applications that output actual vCards should write the PRODID property, with the product identifier for said service/application.   Similarly only such services/applications should write the VERSION property, with the value &amp;quot;3.0&amp;quot; (without quotes) per RFC2426 Section 3.6.9.&lt;br /&gt;
&lt;br /&gt;
=== Organization Contact Info ===&lt;br /&gt;
 &lt;br /&gt;
If the &amp;quot;FN&amp;quot; and &amp;quot;ORG&amp;quot; properties have the exact same value (typically because they are set on the same element, e.g. class=&amp;quot;fn org&amp;quot;), then the hCard represents contact information for a company or organization and should be treated as such.  In this case the author MUST also NOT set the &amp;quot;N&amp;quot; property, or set it (and any sub-properties) explicitly to the empty string &amp;quot;&amp;quot;.  Thus parsers should handle the missing &amp;quot;N&amp;quot; property in this case by implying empty values for all the &amp;quot;N&amp;quot; sub-properties.&lt;br /&gt;
&lt;br /&gt;
=== Implied &amp;quot;n&amp;quot; Optimization ===&lt;br /&gt;
&lt;br /&gt;
Although vCard requires that the &amp;quot;N&amp;quot; property be present, the authors of the vCard specification (RFC 2426) themselves do not include &amp;quot;N&amp;quot; properties in their vCards near the end of the spec (p.38).  This apparent contradiction can be resolved by simply allowing the &amp;quot;FN&amp;quot; property to imply &amp;quot;N&amp;quot; property values in typical cases provided in the spec.  We do so explicitly in hCard.&lt;br /&gt;
&lt;br /&gt;
If &amp;quot;FN&amp;quot; and &amp;quot;ORG&amp;quot; are not the same (see previous section), and the value of the &amp;quot;FN&amp;quot; property is exactly two words (separated by whitespace), and there is no explicit &amp;quot;N&amp;quot; property, then the &amp;quot;N&amp;quot; property is inferred from the &amp;quot;FN&amp;quot; property.  For &amp;quot;FN&amp;quot;s with either one word see below, and for three or more, the author MUST explicitly markup the &amp;quot;N&amp;quot;, except for the organization contact info case, [http://microformats.org/wiki/hcard#Organization_Contact_Info see above] for that.&lt;br /&gt;
&lt;br /&gt;
# The content of &amp;quot;FN&amp;quot; is broken into two &amp;quot;words&amp;quot; separated by whitespace.&lt;br /&gt;
# The ''first'' word of the &amp;quot;FN&amp;quot; is interpreted as the &amp;quot;given-name&amp;quot; for the &amp;quot;N&amp;quot; property.&lt;br /&gt;
# The ''second/last'' word of the &amp;quot;FN&amp;quot; is interpreted as the &amp;quot;family-name&amp;quot; for the &amp;quot;N&amp;quot; property.&lt;br /&gt;
# Exception: If the first word ends in a &amp;quot;,&amp;quot; comma OR if the second word is a single character (optionally followed by a period &amp;quot;.&amp;quot;), then the first word (minus the comma at the end if any) is interpreted as the &amp;quot;family-name&amp;quot; and the second word is interpreted as the &amp;quot;given-name&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
This allows simplification in the typical case of people stating:&lt;br /&gt;
* given-name (space) family-name&lt;br /&gt;
* family-name (comma) given-name&lt;br /&gt;
* family-name (comma) given-name-first-initial&lt;br /&gt;
* family-name (space) given-name-first-initial (optional period)&lt;br /&gt;
&lt;br /&gt;
=== Implied &amp;quot;nickname&amp;quot; Optimization ===&lt;br /&gt;
&lt;br /&gt;
Due to the prevalence of the use of nicknames/handles/usernames on the Web in actual content published on the Web (e.g. authors of [[hReview|reviews]]), hCard also has an implied &amp;quot;nickname&amp;quot; optimization to handle this.&lt;br /&gt;
&lt;br /&gt;
Similar to the implied &amp;quot;n&amp;quot; optimization, if &amp;quot;FN&amp;quot; and &amp;quot;ORG&amp;quot; are not the same, and the value of the &amp;quot;FN&amp;quot; property is exactly one word, and there is no explicit &amp;quot;N&amp;quot; property, then:&lt;br /&gt;
&lt;br /&gt;
# The content of the &amp;quot;FN&amp;quot; is treated as a &amp;quot;nickname&amp;quot; property value.&lt;br /&gt;
# Parsers should handle the missing &amp;quot;N&amp;quot; property by implying empty values for all the &amp;quot;N&amp;quot; sub-properties.&lt;br /&gt;
&lt;br /&gt;
Note: the hCard may have additional explicit &amp;quot;nickname&amp;quot; property values in addition to the implied nickname.&lt;br /&gt;
&lt;br /&gt;
=== Implied &amp;quot;organization-name&amp;quot; Optimization ===&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;ORG&amp;quot; property has two subproperties, organization-name and organization-unit. Very often authors only publish the organization-name.  Thus if an &amp;quot;ORG&amp;quot; property has no &amp;quot;organization-name&amp;quot; inside it, then its entire contents MUST be treated as the &amp;quot;organization-name&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Tags as Categories ===&lt;br /&gt;
&lt;br /&gt;
Categories in hCard can optionally be represented by tags with rel-tag. When a category property is a rel-tag, the tag (as defined by rel-tag) is used for that category.&lt;br /&gt;
&lt;br /&gt;
=== Root Class Name ===&lt;br /&gt;
&lt;br /&gt;
The root class name for an hCard is &amp;quot;vcard&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Property List ===&lt;br /&gt;
&lt;br /&gt;
This is the list of properties (and subproperties, in parentheses, like this) in hCard, taken from vCard:&lt;br /&gt;
&lt;br /&gt;
* fn, n (family-name, given-name, additional-name, honorific-prefix, honorific-suffix), nickname, sort-string&lt;br /&gt;
* url, email (type, value), tel (type, value)&lt;br /&gt;
* adr (post-office-box, extended-address, street-address, locality, region, postal-code, country-name, type, value), label&lt;br /&gt;
* geo (latitude, longitude), tz&lt;br /&gt;
* photo, logo, sound, bday&lt;br /&gt;
* title, role, org (organization-name, organization-unit)&lt;br /&gt;
* category, note&lt;br /&gt;
* class, key, mailer, uid, rev&lt;br /&gt;
==== type subproperty values ====&lt;br /&gt;
&lt;br /&gt;
The 'type' subproperty in particular takes different values depending on which property it is a subproperty of.  These 'type' subproperty values are case-INSENSITIVE, meaning &amp;quot;Home&amp;quot; is the same as &amp;quot;home&amp;quot;, as well as multivalued, e.g. a tel can be home and preferred:&lt;br /&gt;
&lt;br /&gt;
vCard:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
TEL;TYPE=HOME,PREF:+1.415.555.1212&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
hCard:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;Home&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;pref&amp;lt;/span&amp;gt;erred):&lt;br /&gt;
 &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1.415.555.1212&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This could be displayed as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: thin dashed black; width: 95%; padding: .5em 1em; &amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;Home&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;pref&amp;lt;/span&amp;gt;erred):&lt;br /&gt;
&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1.415.555.1212&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following lists are ''informative''. See RFC 2426 sections 3.2.1 ADR, 3.3.1 TEL, and 3.3.2 EMAIL respectively for normative type values.  They are repeated here for convenience. Default type subproperty value(s) is(are) first in each list and indicated in ALL CAPS.  types may be multivalued.&lt;br /&gt;
&lt;br /&gt;
* adr type: INTL, POSTAL, PARCEL, WORK, dom, home, pref&lt;br /&gt;
* tel type: VOICE, home, msg, work, pref, fax, cell, video, pager, bbs, modem, car, isdn, pcs&lt;br /&gt;
* email type: INTERNET, x400, pref, &amp;quot;other IANA registered address types&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== XMDP Profile ===&lt;br /&gt;
&lt;br /&gt;
See [[hcard-profile]] for the [http://gmpg.org/xmdp XMDP] profile of hCard which contains the above complete list of properties, with references to their RFC 2426 definitions.&lt;br /&gt;
&lt;br /&gt;
=== Parsing Details ===&lt;br /&gt;
&lt;br /&gt;
See [[hcard-parsing|hCard parsing]].&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
=== Sample vCard ===&lt;br /&gt;
&lt;br /&gt;
Here is a sample vCard:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
BEGIN:VCARD&lt;br /&gt;
VERSION:3.0&lt;br /&gt;
N:Çelik;Tantek&lt;br /&gt;
FN:Tantek Çelik&lt;br /&gt;
URL:http://tantek.com/&lt;br /&gt;
ORG:Technorati&lt;br /&gt;
END:VCARD&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and an equivalent in hCard with various elements optimized appropriately.  See [[hcard-example1-steps| hCard Example 1]] for the derivation. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a class=&amp;quot;url fn&amp;quot; href=&amp;quot;http://tantek.com/&amp;quot;&amp;gt;Tantek Çelik&amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;org&amp;quot;&amp;gt;Technorati&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This hCard might be displayed as:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: thin dashed black; width: 95%; padding: .5em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
[http://tantek.com/ Tantek Çelik]&amp;lt;br /&amp;gt;&lt;br /&gt;
Technorati&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: The version information is unnecessary in hCard markup directly since the version will be defined by the profile of hCard that is used/referred to in the 'profile' attribute of the &amp;lt;head&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
=== More Examples ===&lt;br /&gt;
&lt;br /&gt;
See [[hcard-examples]] for more examples, including all examples from vCard RFC 2426 converted into hCard.&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following sites have published hCards, and thus are a great place to start for anyone looking for examples &amp;quot;in the wild&amp;quot; to try parsing, indexing, organizing etc.  If you have an hCard on your own page, feel free to add it to the top of this list.  Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
&lt;br /&gt;
=== New Examples ===&lt;br /&gt;
Please add new examples to this section.&lt;br /&gt;
* [http://www.iqair.us/ IQAir North America], uses hCard for contact information.&lt;br /&gt;
* [http://www.infoiasi.ro/ The website of the Faculty of Computer Science], &amp;quot;A. I. Cuza&amp;quot; University Ia&amp;amp;#351;i, Romania uses hCard for each staff member.&lt;br /&gt;
* [http://www.finds.org.uk/ The Portable Antiquities Scheme at the British Museum] hCards added to footer of every page and to contacts section. Working on adding more and getting it right.&lt;br /&gt;
* In [http://www.ideasfornet.com/ IdeasForNet.com - the ideas repository] hCards were implemented partially in the footer of each page, and more comprehnsively in the contact and about pages.&lt;br /&gt;
* The [http://www.cst.ed.ac.uk/ Centre of Canadian Studies] at the University of Edinburgh use hCards for contact information in the footer of their site.&lt;br /&gt;
* [http://www.theatrestudies.llc.ed.ac.uk/ Theatre Studies: European Theatre] at the University of Edinburgh use hCards for contact information on their home page&lt;br /&gt;
* [http://www.carolinemockett.com/design/about.aspx Caroline Mockett] has an hCard on her About Me page&lt;br /&gt;
* The [http://www.westmidlandbirdclub.com/ West Midland Bird Club] in the English Midlands uses hCard on its [http://www.westmidlandbirdclub.com/ home page], [http://www.westmidlandbirdclub.com/diary/ events diary], [http://www.westmidlandbirdclub.com/club/contact.htm contact pages] and [http://www.westmidlandbirdclub.com/site/links.htm links page]. The former is a page footer which is gradually being rolled out across the whole site.&lt;br /&gt;
* [http://wait-till-i.com Christian Heilmann] has a footer address using hCard&lt;br /&gt;
* [http://www.fischsolutions.com/ Fisch Internet Solutions] uses an embedded hCard and a vCard download to provide customers an easy way to contact them on their [http://fischsolutions.com/contactus.html Contact Us] section of the website.&lt;br /&gt;
* [http://www.naturalengland.org.uk/press/default.htm Natural England] (new UK governement agency, formed 2006-10-01). No &amp;quot;fn&amp;quot; - which makes it invalid.&lt;br /&gt;
* [http://www.micatholicconference.org/ Michigan Catholic Conference] uses hCard for contact information in the sidebar.&lt;br /&gt;
* [http://www.adambunn.co.uk/ Adam Bunn] provides contact details in the sidebar using hCard.&lt;br /&gt;
* [http://www.belkin.com/pressroom/releases/uploads/10_10_06NotebookExpansionDock.html Belkin Press Releases] are using hCards for PR contacts and corporate offices.&lt;br /&gt;
* [http://mybank.com myBank.com] uses hCard for its listings of every branch of every FDIC-insured bank in the United States.&lt;br /&gt;
* [http://leftlogic.com Left Logic] uses hCard for embedded contact information.&lt;br /&gt;
* [http://inga-art.co.uk/artist Inga Scholes] uses hCard for contact information in the sidebar.&lt;br /&gt;
* [http://www.lussumo.com/ Lussumo] uses hCards on user profile pages in its open-source [http://www.getvanilla.com/ Vanilla] Discussions Forum software.&lt;br /&gt;
* [http://www.creative-ways.nl/ Ron Kok] uses hCards to mark-up the names and URLs of commentors on his blog. He also uses hCards in combination with XFN in his blogposts to refer to friends, and has an hCard for himself in the footer of his blog.&lt;br /&gt;
* [http://tagg.no Tagg Media] uses hCard for [http://heine.tagg.no/contact.php contact information] and provide link to vCard download in the contact section.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Neo_%28The_Matrix%29 Thomas A Anderson in Wikipedia] is now marked up with hCard.&lt;br /&gt;
* [http://dconstruct06.madgex.com/ d.Construct 2006 Backnetwork] uses hCards for conference delegates (and provides the markup so that delegates can copy and paste cards into their own sites).&lt;br /&gt;
* [http://www.brown.edu Brown University] now uses hCard on the front page&lt;br /&gt;
* [http://www.wideblueyonderweb.co.uk Dunks at Wide Blue Yonder Web Design] has added hCard markup on his [http://www.wideblueyonderweb.co.uk/wbyw/pages/contact.htm contact page] and is looking to implement it on all past &amp;amp; future contact pages for clients.&lt;br /&gt;
* [http://southamptonrubberstamp.com Southampton Rubber Stamp Company] now has hCard markup with a vCard download link on every page.&lt;br /&gt;
* [http://barefoot-ceramics.com Barefoot Ceramics paint your own pottery studio] (in Newport, South Wales) has added hCard markup to its [http://barefoot-ceramics.com/find#address &amp;quot;Find&amp;quot;] page and other address instances. They hopes to implement hCalendar event lists as soon as an ics to hCalendar PHP class can be found or written.&lt;br /&gt;
* IBM is embracing microformats.  The [http://www.ibm.com/contact/employees/ IBM Employee Directory] now returns hcards in its query results.   Also see the [http://www.ibm.com/shortcuts/ Shortcuts Podcast].&lt;br /&gt;
* [http://dsingleton.co.uk/ David Singleton] has added a hCard to his blog.&lt;br /&gt;
* [http://krisswatt.co.uk/ Kriss Watt] has hidden an hCard his blog footer.&lt;br /&gt;
* [http://www.thestreet.org.au The Street Theatre (Canberra, Australia)] has added hCard markup to its [http://www.thestreet.org.au/contact.htm Contact Us] page. hCalendar markup will soon be added for all of our performances.&lt;br /&gt;
* [http://www.informatik.uni-hamburg.de/SVS/personnel/henrich/index.php Henrich C. P&amp;amp;ouml;hls] has marked up his about page using hcard, including his PGP-Key that is stored in an abbr title, using class=key.&lt;br /&gt;
* [http://www.yalf.de Yalf Webentwicklung] has [http://www.yalf.de/kontakt contact information] available as hCard (and vCard).&lt;br /&gt;
* [http://www.zeldman.com/about/ Jeffrey Zeldman]. Jeffrey Zeldman has marked up his about page using hcard.&lt;br /&gt;
* [http://WhereAreYouCamping.com Where Are You Camping]. hCards for all members and camps, employing the include pattern as well. AFAIK this is the first Burning Man related microformats implementation, not to mention addresses in Black Rock City.&lt;br /&gt;
* [http://www.clacksweb.org.uk Clackmannanshire Council ]. hCard is implemented for all contact details across the site, and for specific individuals such as elected members (Councillors).&lt;br /&gt;
* [http://www.webdirections.org Web Directions ]. hCard is used as contact information for the conference, while speakers are marked up with hCard.&lt;br /&gt;
* [http://www.markthisdate.com/contactform.html MarkThisDate.com ]. An hCard is implemented on our contactform. For our calendars hCalendars will follow as soon as possible.&lt;br /&gt;
* [http://www.msiinet.com/contact/ MSI Systems Integrators] has its &amp;amp;quot;Contact MSI&amp;amp;quot; page encoded with hCards.&lt;br /&gt;
* [http://www.coolblue.nl/ Corporate website of Coolblue BV]. hCards were implemented in both the footer of each page, and in the &amp;quot;News&amp;quot; section for press contact information.&lt;br /&gt;
* [http://www.besancon.fr/index.php?p=32 Official site of Besançon (France)] uses hCard for each page concerning the small towns surrounding Besançon.&lt;br /&gt;
* [http://2006.dconstruct.org/speakers/ d.Construct 2006 conference speakers list] is implemented using hCards.&lt;br /&gt;
* [http://local.yahoo.com Yahoo Local] now supports hCards for business and places in the search results&lt;br /&gt;
* [http://learningtheworld.eu/imprint/ Learning the World] has hcard information on the imprint, alas we didn't succeed to mark-up the work phone and fax numbers properly.&lt;br /&gt;
* The [http://www.fuckparade.org F’parade] website uses hcard, though I didn't find a type to distinguish mobile and landline phone numbers.&lt;br /&gt;
* [http://www.miranet.nl/contact.htm Miranet Webdesign] have added a hcard to their [http://www.miranet.nl/contact.htm 'contact' page]&lt;br /&gt;
* [http://weblog.200ok.com.au/ Ben Buchanan] has added a vCard to the [http://weblog.200ok.com.au/about/ 'About' page on The 200ok Weblog]&lt;br /&gt;
* [http://www.radiantcore.com Radiant Core] has their contact information [http://www.radiantcore.com/contact/ available in hCard].&lt;br /&gt;
* [http://www.mikerumble.co.uk/ Mike Rumble] has [http://www.mikerumble.co.uk/contact.html uploaded his hCard].&lt;br /&gt;
* [http://www.saumag.edu/ Southern Arkansas University] has its contact footer encoded as hCard&lt;br /&gt;
* [http://main.uab.edu/ University of Alabama at Birmingham] has its contact footer encoded as hCard&lt;br /&gt;
* [http://www.capital.edu Capital University] has contact footer and bloggers' names encoded as hCard. Also, all page-specific contact information is encoded as hCards (see [http://www.capital.edu/Internet/Default.aspx?pid=67 Admissions] page for an example)&lt;br /&gt;
* [http://main.uab.edu/shrp/ UAB School of Health Professions] uses hCard in its contact footer&lt;br /&gt;
* [http://green.carisenda.com/ Stephen Stewart] has his hCard on the front page of his weblog ('You are here' section)&lt;br /&gt;
* [http://www.fberriman.com/ Frances Berriman] has a hidden vCard in the footers of her website.&lt;br /&gt;
* [http://www.candlescience.com/ CandleScience Candle Supply] added a hidden hcard sitewide.&lt;br /&gt;
* [http://www.direction.es/ Direction] uses hCard for contact information.&lt;br /&gt;
* [http://audiobank.tryphon.org AudioBank] uses hCard to display member informations.&lt;br /&gt;
* [http://www.vivabit.com/atmedia2006/speakers/ @media speakers] are marked up with hCard (photos depend on BASE tag support which makes this a good test case)&lt;br /&gt;
* [http://www.dougransom.com Doug Ransom] uses hCard for his financial advisory practice. &lt;br /&gt;
* [http://rubyandrails.org/usergroups/newcastle/members.html ncl.rb] uses hCard for contact information.&lt;br /&gt;
* [http://www.snowinteractive.com/ Snow Interactive] uses hCard for contact information.&lt;br /&gt;
* [http://flickr.com Flickr] now supports [[hcard|hCard]] and [http://gmpg.org/xfn XFN] on profile pages.  See [http://flickr.com/photos/factoryjoe/113866484/ screenshot of Flickr UI in Flock browser using Flocktails extension - March 17th 2006].&lt;br /&gt;
* [http://www.ndiyo.org/contact Contact information for the Ndiyo project]&lt;br /&gt;
* [http://www.pixelenvy.co.uk/ Pixel Envy] uses hCard for contact information on every page&lt;br /&gt;
* [http://stilbuero.de/contact/ Klaus Hartl] uses hCard in the sidebar for contact information (maybe easier to parse through delivering xhtml as xml).&lt;br /&gt;
* [http://charlvn.virafrikaans.com/contact Charl van Niekerk's hCard]&lt;br /&gt;
* [http://billy-girlardo.com/WP/ BillyBLOGirlardo] uses hCard for contact information.&lt;br /&gt;
* [http://www.hicksdesign.co.uk/ Hicksdesign] uses hCard for contact information.&lt;br /&gt;
* http://www.gr0w.com/articles/press/growsearch_launched_press_release/ - hCard in a press release for the press contact info&lt;br /&gt;
* http://www.redmonk.com/cote/archives/2006/03/testing_out_mic.html - hCard with explanation&lt;br /&gt;
* [http://andy.ciordia.info/ it's my island], personal blog, hcard on the ''[http://andy.ciordia.info/pages/about_me About the Writer]'' page. [[User:Ciordia9|Andy Ciordia]]&lt;br /&gt;
* [http://www.windowonwoking.org.uk/ Window on Woking], a local community site in the UK, uses hCard in the homepage of each member organisation and local Councillor.&lt;br /&gt;
* [http://ChunkySoup.net/ ChunkySoup.net] has redesigned using hAtom 0.1 and hCards on the entire site -- by [[User:ChrisCasciano|Chris Casciano]]&lt;br /&gt;
* [http://www.30boxes.com/ 30 Boxes],a social calendar application and digital lifestyle aggregator, automatically creates an hcard for you with your account.  It is found under Settings &amp;gt; Syndication.&lt;br /&gt;
* [http://www.nearwhere.com/ Nearwhere.com] allow you to put an hcard on an interactive map.&lt;br /&gt;
* [http://www.brentozar.com/ Brent Ozar] added a [http://www.brentozar.com/contact.php contact] page hCard.&lt;br /&gt;
* [http://www.kerihenare.com/ Keri Henare] has rewritten his [http://www.kerihenare.com/contact/ contact] page hCard.  Now using &amp;lt;code&amp;gt;&amp;lt;object&amp;gt;&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;&amp;lt;img&amp;gt;&amp;lt;/code&amp;gt; for photo. (Thanks Brian Suda for updating the vCard converter)&lt;br /&gt;
* [http://michaelraichelson.com/contact/ Michael Raichelson] had an hCard on his contact page before SXSW, but never thought to add it here until Tantek requested it.&lt;br /&gt;
* [http://www.commoner.com/~lsimon/lindsey_simon_hcard.html Lindsey Simon] has added an hCard to his website as per Tantek's SXSW request for folks to try it &lt;br /&gt;
* [http://www.davidgagne.net/ David Gagne] has an hCard in his sidebar.&lt;br /&gt;
* [http://www.churchzip.com/map/ Churchzip.com/map] and [http://www.skiwhere.com/map/ Skiwhere.com/map], provide churches, hotels, and ski resorts on the same maps.  Locations are formatted as hcards.&lt;br /&gt;
* All [http://www.iqdir.com/ IQ Directory Solutions] Yellow Pages web portals use [[hcard|hCard]] markup on listings. For example [http://www.yellowpages-cambodia.com/ Cambodia Yellow Pages] and [http://www.superpages.com.my/ Malaysia Super Pages]&lt;br /&gt;
* Ning's cloneable Group app uses fuzzy matching to map custom fields to [[hcard|hCard]] markup on its [http://group.ning.com/index.php?controller=person&amp;amp;action=view&amp;amp;content=JonathanAquino profile] pages.&lt;br /&gt;
* [http://claimid.com/factoryjoe Chris Messina' ClaimID hCard]&lt;br /&gt;
* [http://factoryjoe.com/blog/hcard Chris Messina' hCard]&lt;br /&gt;
* [http://flock.com/about Flock About]&lt;br /&gt;
* [http://tantek.com/microformats/2006/03-01-TechPlenAgenda.html Agenda: W3C Technical Plenary Day, March 1 2006] has [[hcard|hCard]] and [[hcalendar|hCalendar]] markup. ([http://www.w3.org/2006/03/01-TechPlenAgenda.html original here]).&lt;br /&gt;
* [http://www.gr0w.com/articles/press/growsearch_launched_press_release/ GrowSearch Launched (Press Release)] uses an hCard to provide Press Contact Point.&lt;br /&gt;
* The [http://www.arborday.org/ National Arbor Day Foundation] has started using hCards for their [http://arborday.org/programs/conferences/communityforestry/index.cfm upcoming] [http://arborday.org/programs/conferences/hazardtrees-treeplanting/ conferences].&lt;br /&gt;
* [http://www.multipack.co.uk The Multipack] has numerous hCards, especially on the [http://www.multipack.co.uk/members/ members page], as well as the next meeting information.&lt;br /&gt;
* [http://deadringrancor.livejournal.com/ Justin McDowell] used an hCard when [http://deadringrancor.livejournal.com/221332.html referring to a person in his blog post]&lt;br /&gt;
* [http://davecardwell.co.uk/cv/ Dave Cardwell] has included his hCard in his Curriculum Vitae.&lt;br /&gt;
* [http://blog.usweb.com/ Shaun Shull] has written a great post on [http://blog.usweb.com/archives/how-microformats-affect-search-engine-optimization-seo How Microformats Affect SEO], and has included his [[hcard|hCard]] as one of the examples.&lt;br /&gt;
* [http://www.thefutureoftheweb.com/ Jesse Skinner] has written a simple [http://www.thefutureoftheweb.com/blog/2006/1/hcard tutorial with examples]&lt;br /&gt;
* [http://www.w3.org/2005/12/allgroupoverview.html 2006 W3C Technical Plenary Week] has marked up the venue, contacts, and program committee members all with hCard.&lt;br /&gt;
* [http://www.avf-nexus.co.uk AVF-Nexus] have a hCard on their [http://www.avf-nexus.co.uk/contact/ contact page] - (by [http://creation.uk.com Creation&amp;quot;])&lt;br /&gt;
* [http://www.thefantasticos.com/andrew/ Andrew White] posted [http://www.thefantasticos.com/andrew/index.php/my-hcard/ his hCard] and [http://www.thefantasticos.com/andrew/index.php/62/microformats-the-should-have-been-obvious-web-dev-tool/ blogged about it].&lt;br /&gt;
* [http://www.2sheds.ru Oleg &amp;quot;2sheds&amp;quot; Kourapov] in his [http://www.2sheds.ru/blog/ blog] ([http://suda.co.uk/projects/X2V/get-vcard.php?uri=http://www.2sheds.ru/blog X2V]) has turned personal profile into hCard ([http://suda.co.uk/projects/X2V/get-vcard.php?uri=http://www.2sheds.ru/blog/hcard.html X2V]) and his blogroll - into combination XFN/hCards ([http://suda.co.uk/projects/X2V/get-vcard.php?uri=http://www.2sheds.ru/blog/friends.html X2V])&lt;br /&gt;
* [http://www.approveddesign.co.uk Approved Design Consultancy] have a hCard on their [http://www.approveddesign.co.uk/about/contact/ contact page] as well as on their [http://www.approveddesign.co.uk/about/people/ people section] - (by [http://creation.uk.com Creation&amp;quot;])&lt;br /&gt;
* [http://weblog.200ok.com.au/ Ben Buchanan] and [http://www.griffith.edu.au/cgi-bin/phone_search.pl?string=colin+morris&amp;amp;format=search Colin Morris] have [http://weblog.200ok.com.au/2006/01/griffith-phonebook-adds-hcard-and.html implemented hCards and vCards] for the [http://www.griffith.edu.au Griffith University] [http://www.griffith.edu.au/find/content_phonebook.html online phone book]. Eg. [http://www.griffith.edu.au/cgi-bin/phone_search.pl?string=ben+buchanan&amp;amp;format=search Ben's vCard] and [http://www.griffith.edu.au/cgi-bin/phone_search.pl?string=colin+morris&amp;amp;format=search Colin's vCard]&lt;br /&gt;
* WWF-Australia [http://wwf.org.au/about/contactdetails/ contact details page]&lt;br /&gt;
* [http://rasterweb.net/raster/ Pete Prodoehl] used the hCard format on his [http://rasterweb.net/raster/contact.html Contact page] and his [http://rasterweb.net/portfolio/ Portfolio]&lt;br /&gt;
* [http://alexander-mette.de amette] uses the hCard format in a module of his TikiWiki powered blog&lt;br /&gt;
* [http://staff.washington.edu/oren/weblog2/ Oren Sreebny] has an hcard on his blog main index template &lt;br /&gt;
* [http://www.cs.brandeis.edu/~zippy/ Patrick Tufts] has an hCard on his homepage.&lt;br /&gt;
* [http://ascii20.blogspot.com/ Mathias Kolehmainen and Jamie Taylor] have hCards on their weblog.&lt;br /&gt;
* [http://www.hoppsan.org/jamesb/blogger/ Barnaby James] has a hCard on his weblog.&lt;br /&gt;
* [http://esa-education.com/schools/map ESA Education] Uses hCards for their 100+ schools and each of the individual school sites.&lt;br /&gt;
* [http://www.thereisnocat.com/#vcard Ralph Brandi] has added an hCard to the sidebar of his weblog as a result of Tantek Çelik's portion of the Microformats presentation at SXSW 2006.&lt;br /&gt;
* [http://www.pierce.ctc.edu/ephone/ Pierce College] -- community college directory uses hCard on all individual directory entries.&lt;br /&gt;
* [http://www.ukoln.ac.uk/web-focus/events/workshops/webmaster-2006/ the Institutional Web Management Workshop 2006] have marked up all their [http://www.ukoln.ac.uk/web-focus/events/workshops/webmaster-2006/committee/ speakers with hCard].&lt;br /&gt;
* http://wikitravel.org/en/Singapore/Sentosa. Wikitravel is experimenting with hcard on its travel guides. This guide uses hcard for all its business listings. More info on http://wikitravel.org/en/Wikitravel_talk:Listings.&lt;br /&gt;
* [http://www.musik-erber.de/ Musik-Erber] uses to present contact information at the sidebar&lt;br /&gt;
* [http://cdevroe.com/about/#contact Colin D. Devroe] uses hCard to display his contact information on his about page&lt;br /&gt;
* The ECS (Scool of Electronics and Computer Science  at the University of Southampton) [http://www.ecs.soton.ac.uk/people People Pages] use vCard. Contact cjg@ecs.soton.ac.uk if there's any bugs.&lt;br /&gt;
* [http://www.southwestern.edu/~ramseyp Pat Ramsey] has his contact information on his blog marked up with hCard. Contact [mailto:ramsey.pat@gmail.com ramsey.pat@gmail.com] if there are any bugs there.&lt;br /&gt;
* [http://www.meryl.net/ Meryl K. Evans] has a hidden hCard on her homepage.&lt;br /&gt;
* [http://www.vyre.com/company/contact-us/ VYRE] is a CMS development company with a &amp;quot;contact us&amp;quot; hCard&lt;br /&gt;
* [http://www.lefdal.cc/info.php Alf Kåre Lefdal] uses hCard in the markup of his contact information&lt;br /&gt;
* [http://www.pignwhistle.com.au/ Pig N Whistle, a chain of pubs in Brisbane, Australia] is using hcard to mark up all the contact pages for its outlets and head office&lt;br /&gt;
* [http://kollitsch.de/ Patrick Kollitsch] has built his personal Profil as hCard&lt;br /&gt;
* [http://www.hbs.edu/faculty/dspar/ Harvard Business School] has hCards on their faculty pages&lt;br /&gt;
* [http://openmikes.org/ openmikes.org] uses hCards for open mike venue addresses in its listing detail pages.&lt;br /&gt;
* [http://www.intertecnollc.com/ InterTecno, LCC] publishes an hCard on the home page and contact page.&lt;br /&gt;
* [http://canaltcm.com/ver/sobre-tcm Turner Classic Movies TCM spanish website] has published contact details as a hCard&lt;br /&gt;
* [http://rejuvenation.com/ Rejuvenation] is now using hCard for contact information.&lt;br /&gt;
* [http://www.mattash.com/contact/ Matthew Ash] uses the hCard in his contacts section.&lt;br /&gt;
* [http://yarmouthguide.com/business.php Yarmouth Guide] uses hCard for each business details page.&lt;br /&gt;
* [http://www.merchantcircle.com MerchantCircle] has embedded an hCard in every one of their 15+ million US business listings.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
* [http://www.nfwebsolutions.com/ New Frontier Web Solutions] uses hCard on their frontpage along with a link pointing to Brian Suda's [http://suda.co.uk/projects/X2V/get-vcard?uri=http://www.nfwebsolutions.com/ X2V].&lt;br /&gt;
* [http://shiftingpixel.com/about/the-artist shifting pixel photoblog] has published an hCard.&lt;br /&gt;
* [http://thoughtport.blogspot.com/ Aiden Kenny] hasn't published his hCard yet, but he has [http://thoughtport.blogspot.com/2005/07/elemental-particles-of-web.html published his hCard icon]: http://photos1.blogger.com/blogger/4224/444/320/AK-Hcard-icon.gif&lt;br /&gt;
* [http://thedredge.org Andy Hume] uses hCards to mark-up the names and URLs of commentors on his blog, e.g. his [http://thedredge.org/2005/06/using-hcards-in-your-blog/ blog post on &amp;quot;Using hCards in your blog&amp;quot;]. &lt;br /&gt;
* [http://www.bidclix.com/ BidClix]'s [http://www.bidclix.com/AboutContact.html Contact BidClix] page has it's ''contact info'' marked up with an hCard.&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda] has managed to embed a photo in [http://suda.co.uk/contact/ his hCard] through the [http://www.ietf.org/rfc/rfc2397.txt data uri scheme] by converting the image to BASE64 code. View the Source to see how this is accomplished. [http://suda.co.uk/projects/X2V/get-vcard.php?uri=http%3A//suda.co.uk/contact/ The X2V link] will extract the image and encode it for a vCard which will be displayed in some address book applications.&lt;br /&gt;
** Inspired by this I thought to try the same for SVG at [http://barefoot-ceramics.com/find Barefoot] ...&lt;br /&gt;
** &amp;amp;lt;img class=&amp;quot;photo&amp;quot; style=&amp;quot;display:none;&amp;quot; src=&amp;quot;data:image/svg+xml;text,&amp;amp;lt;?xml version='1.0' encoding='UTF-8' standalone='no'?&amp;amp;gt;&amp;amp;lt;svg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' version='1.0' width='50' height='80' id='svg3957'&amp;amp;gt;&amp;amp;lt;defs id='defs3959' /&amp;gt;&amp;amp;lt;path d='M 28.91433,...32.192802 z' style='fill:#cc4d00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.625;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1' id='path9551' /&amp;amp;gt;&amp;amp;lt;/svg&amp;amp;gt;&amp;quot; alt=&amp;quot;Barefoot&amp;quot;&amp;amp;gt;&lt;br /&gt;
** Does it work?? Well it parses OK. Some automated tools replace the &amp;amp;lt; with %3C (etc., eg Brian Suda's vcard form). Unfortunately Kontact (KDE contacts tool) doesn't handle SVG as a vCard photo or logo format - I don't know if this is a standard. It seems it could work and maybe even does somewhere. Maybe the text field needs to be Base64 encoded? ... see [http://slashdot.org/~pbhj/journal/142382 pbhj's slashdot journal] for a bit more on this.&lt;br /&gt;
* [http://cinematreasures.org Cinema Treasures] uses hCard to markup venue information for 10,000+ movie theaters.&lt;br /&gt;
* [http://www.w3.org/People/Connolly/events/ Dan Connolly's index of events and talks] has hCards for many of the people he has met at those events. In Mar 2006, he moved a bunch of hotel contact info from his PDA to this page; it's now up to 32 hCards.&lt;br /&gt;
* [http://doncrowley.blogspot.com/ Don Crowley] has published [http://www.crowley.nl/hcard.html his hCard] as well as a nifty hCard button: http://www.crowley.nl/images/hcard.png&lt;br /&gt;
* [http://loadaveragezero.com/hnav/contact.php Douglas W. Clifton] added all types of contact information&lt;br /&gt;
* [http://eventful.com Eventful] publishes all of its venue information pages with embedded hCards.&lt;br /&gt;
* [http://www.iowamilitaryveteransband.com/members/ Iowa Military Veterans Band Contacts] - 95 hCards [http://weblog.randomchaos.com/archive/2005/10/24/Microformats/ marked up by Scott Reynen]&lt;br /&gt;
* [http://JackWolfgang.blogspot.com Jack L. Wolfgang II] has [http://jack.randomata.com/resume/ converted the addresses in his resume to hCards].&lt;br /&gt;
* [http://www.efas.fupl.asso.fr/efas/_Mathieu-Drouet_.html Mathieu Drouet] and [http://www.efas.fupl.asso.fr/efas/_Annie-Leger_.html Annie Leger] both have hCards&lt;br /&gt;
* [http://www.oliverbrown.me.uk/ Oliver Brown] has published his hCard.&lt;br /&gt;
* [http://www.paradigmproductions.org/contact/ Paradigm Productions] published a vcard as a ul (marked up by [http://www.linkingarts.com/ Peter Jacobson])&lt;br /&gt;
* [http://www.splintered.co.uk/ Patrick H. Lauke] has marked up [http://www.splintered.co.uk/about/ his contact info with hCard].&lt;br /&gt;
* [http://blah Paul Schreiber has published his hCard on [http://paulschreiber.com/about/?contact his about page].&lt;br /&gt;
* [http://paulschreiber.com/blog/ Paul Schreiber]'s [http://concerts.shrub.ca/ Sunnyvale House Concerts] site publishes hCards for upcoming artists, as well as an hCard for the page itself.  In addition the [http://concerts.shrub.ca/shows Past Shows] page contains hCards for all past artists.&lt;br /&gt;
* [http://www.paulmichaelsmith.com/blog/hcard.htm Paul Smith] has created an hCard page which is Human Readable, and a link to X2V passing the same hCard page to generate a vCard.&lt;br /&gt;
* [http://www.windley.com/archives/2005/07/hcards_trying_o.shtml Phil Windley has published] [http://phil.windley.org/hcard.html his hCard].&lt;br /&gt;
* [http://www.go-curiosity.com/about.htm Piercarlo Slavazza] has published an hCard.&lt;br /&gt;
* [http://zooibaai.nl/ Rob Mientjes] has published his hCard on [http://zooibaai.nl/about/ his about page].&lt;br /&gt;
* [http://rbach.priv.at/Contact Robert Bachmann] has published his hCard and [http://rbach.priv.at/Images/hcard a button].&lt;br /&gt;
* [http://blah Scott Reynen has published his hCard on [http://www.randomchaos.com/document.php?source=scott_reynen his profile page].&lt;br /&gt;
* [http://www.stackframe.com/ StackFrame, LLC] has published [http://www.stackframe.com/people/ employee] and [http://www.stackframe.com/contact/ general] contact information as hCards.&lt;br /&gt;
* [http://www.wolfsreign.com Steven Ametjan] has published his hCard on [http://www.wolfsreign.com/about/ his about page].&lt;br /&gt;
* [http://tantek.com/microformats/2005/syndicate/speakers-list.html Syndicate - Speaker List] as a set of hCards&lt;br /&gt;
* [http://tagcamp.org/index.cgi?ContactList TagCamp contact list]&lt;br /&gt;
* [http://tantek.com/ Tantek's Thoughts] includes an inline author hCard at the bottom of the page.&lt;br /&gt;
* [http://technorati.com/ Technorati]'s [http://www.technorati.com/about/ About page] lists their '''Media Contact'''&lt;br /&gt;
* [http://www.deadringerart.com/ The Brothers McDowell] have hCards at their Contact page.&lt;br /&gt;
* [http://twinsparc.com/ Twinsparc] put an hCard in the header and footer of all their pages.&lt;br /&gt;
* [http://tantek.com/microformats/2005/web2/speakers.html Web 2.0 Conference speakers page marked up with hCard]&lt;br /&gt;
* [http://we05.com/ Web Essentials 05] marked up all their [http://we05.com/presenters.cfm presenters with hCard].&lt;br /&gt;
* [http://www.uoguelph.ca/directory/ The University of Guelph] includes hCard info in its directory.&lt;br /&gt;
* [http://www.child-care-index.net.au/ The Australian Child Care Index] has over 3000 entries listing child care services across Australia - and every single one is marked up with an hcard!&lt;br /&gt;
* [http://www.cadforless.com/partners/ CADforless, Inc.] we listed our partners using hCard&lt;br /&gt;
==== UTF8 Examples in the Wild ====&lt;br /&gt;
These examples all contain one or more characters in UTF8 that are outside the ASCII7 range and make for excellent test cases to make sure you are handling UTF8 properly throughout your hCard parsing and transforming.  And especially if you are generating vCards, these test cases will help you make sure you are generating UTF8 vCards in such a way that can be recognized by UTF8 supporting vCard applications.&lt;br /&gt;
* [http://tantek.com/ Tantek's Thoughts] encodes Çelik as inline UTF8.&lt;br /&gt;
&lt;br /&gt;
=== Examples with some problems ===&lt;br /&gt;
&lt;br /&gt;
* [http://gbraad.nl/ Gerard Braad] has published an example on his [http://gbraad.nl/site/?p=profile profile] page that is almost consistent with his original [http://gbraad.nl/files/gbraad.vcf vCard] file. Also progress is made for transforming his [http://files.gbraad.nl/foaf.rdf FoaF] file to a hCard encoded representation. (also done for my spouse:[http://spouse.gbraad.nl/site/?p=profile Yong Yuan])&lt;br /&gt;
** (2005-09-27) PASSED, PASSED&lt;br /&gt;
** WARNINGS&lt;br /&gt;
*** uses 'n given-name' and 'n family-name' instead of nesting the given- and family- names inside the 'n'&lt;br /&gt;
*** has one 'tel' value with a bunch of values stuffed in&lt;br /&gt;
*** probably more problems --[[User:RyanKing|RyanKing]] 17:19, 5 Jan 2006 (PST)&lt;br /&gt;
* [http://kinrowan.net/ Cori Schlegel] [http://kinrowan.net/blog/wp/archives/2005/07/08/a-problem-with-the-structured-blogging-plug-in-for-wordpress/ discusses how he has updated] [http://kinrowan.net/blog/contact his contact page with hCard]&lt;br /&gt;
** INVALID - using 'prefix' instead of 'honorific-prefix' and type's in classnames (in both adr and tel) and has two photo's (the second could be 'logo') --[[User:RyanKing|RyanKing]] 15:15, 5 Jan 2006 (PST)&lt;br /&gt;
* The good ship [http://styrheim.com/test/leonid.html Leonid Miloslavskiy] spotted in the North Atlantic&lt;br /&gt;
** INVALID  --[[User:RyanKing|RyanKing]] 00:50, 27 Oct 2005 (PDT)&lt;br /&gt;
*** class=&amp;quot;family&amp;quot; should probably be family-name&lt;br /&gt;
*** the &amp;quot;n&amp;quot; property is missing and the &amp;quot;n&amp;quot; optimization can't be applied&lt;br /&gt;
*** the first geo propery is empty, the second one is invalid (ie, it doesn't contain lat/long)&lt;br /&gt;
* [http://landsbank.fo/#hCard Landsbanki Føroya]&lt;br /&gt;
** INVALID - using embedded rdf/xml invalidly&lt;br /&gt;
* [http://chrischerry.name/ Chris Cherry's contact page with his hCard]&lt;br /&gt;
** &amp;lt;strike&amp;gt;WARNING - uses class=&amp;quot;cell&amp;quot; instead of &amp;amp;lt;span class=&amp;quot;type&amp;quot;&amp;amp;gt;cell&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/strike&amp;gt; Fixed -- [[User:Seriph|Chris Cherry]] 19:54, 15 Sep 2006 (PST)&lt;br /&gt;
* [http://www.bath.ac.uk/contact/ University of Bath] Person Finder results are encoded with hCards so you can easily create a vCard from any result. &lt;br /&gt;
** ERROR - attempt to use Implied-N optimization where that's not possible. --[[User:RyanKing|RyanKing]] 14:29, 5 Jan 2006 (PST)&lt;br /&gt;
** Error appears for external users only. Won't be fixed any time soon. -- [[User:PhilWilson|PhilWilson]] 00:03, 28 Jan 2006 (GMT)&lt;br /&gt;
* [http://richi.co.uk/blog/2005/12/structured-blogging.html Richi Jennings] has put up his attempt&lt;br /&gt;
** INVALID, missing FN --[[User:RyanKing|RyanKing]] 12:47, 5 Jan 2006 (PST)&lt;br /&gt;
* [http://www.yellowpencil.com/contact/ Yellow Pencil] Using microformats to present company contact information&lt;br /&gt;
** First hcard has empty &amp;quot;fn&amp;quot; and no &amp;quot;n&amp;quot;. &amp;quot;fn&amp;quot; should be with &amp;quot;org&amp;quot; -- [[User: ScottReynen |ScottReynen]] 21:29, 19 Jun 2006 (CST)&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following implementations have been developed which either generate or parse hCards. If you have an hCard implementation, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
*[http://leftlogic.com/info/articles/microformats_bookmarklet Microformats Bookmarklet] is a bookmarklet designed for Safari (works in Firefox and Camino) that overlays on the current page to allow users to import individual hCards or hCalendars.  Written by Remy Sharp.&lt;br /&gt;
*[http://elbewerk.com/2006/09/vcardexplorer-02.shtml vCardExplorer 0.2] is a Mac OS X Application, that displays VCF-Files and extracts hCards from Websites written by Daniel Kagemann.&lt;br /&gt;
* [http://placenamehere.com/mf/nnwextract/ Extract Microformats] is a script for NetNewsWire that supports extracting hCard and hCalendar data in blog posts (via technorati service). Written by [[User:ChrisCasciano|Chris Casciano]]&lt;br /&gt;
* [http://allinthehead.com/hkit/ hKit] is an open source PHP 5 parsing library with support for hCard.&lt;br /&gt;
* [http://kitchen.technorati.com/search Technorati Microformats Search] indexes [[hcard|hCard]], [[hcalendar|hCalendar]], and [[hreview|hReview]] as [http://tantek.com/log/2006/05.html#d31t1802 announced by Tantek].&lt;br /&gt;
** list of pages with indexing Issues so they can be looked into as to why data is not being extracted&lt;br /&gt;
** suda.co.uk/contact&lt;br /&gt;
** multipack.co.uk&lt;br /&gt;
&lt;br /&gt;
* [http://www.webstandards.org/action/dwtf/microformats/ Dreamweaver Extension suite] from the [http://webstandards.org/ Web Standards Project] enables the authoring of hCards from within Dreamweaver 8.&lt;br /&gt;
* [http://scooch.gr0w.com/ Scooch] is a slide show and presentation creator that generates a [[hCard]] for individual slide show authors and comment authors with a CSS button to parse and download via [http://suda.co.uk/projects/X2V/ X2V]. Also uses [[hReview]] for slide ratings and [[rel-tag]] for categories.&lt;br /&gt;
* [http://blog.codeeg.com/2006/03/20/flock-tails-flocktails/ Flocktails] - port of Tails extension for Flock 0.5.12 that looks for hCards, hCalendar, xFolk and hReview and tosses them into a handy topbar&lt;br /&gt;
*[http://opensource.reevoo.com/2006/03/08/release-uformats-12/ uformats] is a ruby library that can parse [[hCalendar]], [[hCard]], [[hReview]] and [[rel-tag]]&lt;br /&gt;
* [http://blog.codeeg.com/tails-firefox-extension-03/ Tails] is a Firefox Extension that will display the presence and details of microformats ([[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], [[xfolk|xFolk]]) on a webpage. [https://addons.mozilla.org/firefox/2240/ Tails Export] is an extended version.&lt;br /&gt;
* [http://www.stripytshirt.co.uk/features/firefox/smartzilla Smartzilla is a Firefox Extension] that finds hCards on web pages and lets you add them to your addressbook.&lt;br /&gt;
* [http://placenamehere.com/TXP/pnh_mf/ pnh_mf] is a plugin for [http://textpattern.com/ Textpattern] that supports embedding hCard and other microformats in templates and blog posts. Written by [http://placenamehere.com/ Chris Casciano].&lt;br /&gt;
* There is [http://flickr.com/photos/factoryjoe/68755089/ evidence of built-in hCard support in the Konqueror browser].  Specifically, Konqueror 3.5, in KDE 3.5 (kubuntu Breezy w/ update).&lt;br /&gt;
* There is [http://tagcamp.org/index.cgi?ContactList evidence of a kwiki plugin for hCards].  Update: the [http://svn.kwiki.org/cwest/Kwiki-hCard/ hCard kwiki plugin svn repository].  See the [http://microwiki.caseywest.com/index.cgi?hCard documentation of the hCard kwiki plugin].&lt;br /&gt;
* [http://suda.co.uk/projects/X2V/ X2V] is a bookmarklet that parses hCard and produces a .vcf (vCard) stream.  Note: needs to be updated as the spec is refined&lt;br /&gt;
* [http://www.stripytshirt.co.uk Duncan Walker] has built [http://www.stripytshirt.co.uk/features/firefox/smartzilla a Firefox extension] that gets hCard data from a webpage, uses Brian Suda's XSL (locally) to transform it to vcard format and opens the resulting .vcf file.&lt;br /&gt;
* [http://george.hotelling.net/90percent/ George] has written a [http://george.hotelling.net/90percent/geekery/greasemonkey_and_microformats.php Greasemonkey user script] that detects hCards and allows users to easily add them to their address book application.  Relies on the X2V web service to do the conversion.&lt;br /&gt;
* [http://inside.glnetworks.de/ Martin Rehfeld] has updated the work of [http://blogmatrix.blogmatrix.com/ David Janes] and produced a [[Greasemonkey]] [http://inside.glnetworks.de/2006/06/05/microformats-have-arrived-in-firefox-15-greasemonkey-06/ script] that finds many microformat elements, including hCards, and [http://blog.davidjanes.com/mtarchives/2005_08.html#003379 provides a popup menu of actions]. The hCard to vCard conversion is done internally within the script. ''This will work with FireFox 1.5+/GreaseMonkey 0.6.4+ now.''&lt;br /&gt;
* [http://diveintomark.org/ Mark Pilgrim] has also written an [http://diveintomark.org/projects/greasemonkey/hcard/ hCard parser Greasemonkey user script].  It is self-contained and does not rely on the X2V web service.&lt;br /&gt;
* [http://www.oliverbrown.me.uk/2005/09/03/a-working-microformats-extension-to-simplexml/ Oliver Brown] has written an &amp;quot;extension&amp;quot; to [http://www.php.net/simplexml SimpleXML] that gives simple access to hCard information in PHP 5.&lt;br /&gt;
* [http://thedredge.org/ Andrew D. Hume] has built a system (Wordpress plugin?) for [http://thedredge.org/2005/06/using-hcards-in-your-blog/ using hcards in your blog] to represent people leaving comments on blog posts.&lt;br /&gt;
* The [http://tantek.com/microformats/hcard-creator.html hCard creator] is a very simple, yet illustrative, open source user interface / form / script which creates an hCard in real-time as you type in a set of contact information. &lt;br /&gt;
* [http://greenbytes.de/tech/webdav/rfc2629.xslt rfc2629.xslt] now attempts to generate hCard information ([http://ietf.org/rfc/rfc2629 RFC2629] is an XML format for authoring RFCs and Internet Drafts, see [http://greenbytes.de/tech/webdav/rfc2629xslt/rfc2629xslt.html example document])&lt;br /&gt;
* [http://tantek.com/microformats/buddylist2hcards.html iChat buddy list to hCards] - Open source AppleScript to automatically convert one's buddy list in the MacOSX iChat AIM client into a valid XHTML 1.0 Strict list of hCards. &lt;br /&gt;
* [http://dev.w3.org/cvsweb/2001/palmagent/ palmagent] is a collection of palmpilot and sidekick tools. It includes X2V derivatives xhtml2hcard.xsl and toICal.xsl plus some [http://dev.w3.org/cvsweb/2001/palmagent/hcardTest.html hcardTest] materials&lt;br /&gt;
* [http://www.openpsa.org/ OpenPsa 2.x] CRM application uses hCard for all person listings. The widget is [http://www.midgard-project.org/midcom-permalink-922834501b71daad856f35ec593c7a6d reusable across Midgard CMS]&lt;br /&gt;
* [http://www.metonymie.com Emiliano Martínez Luque] has written an experimental [http://www.metonymie.com/hCard_extract/app.html hCard finder and structured search application] that finds hCards within a given set of URLs and returns the ones that match the specified search criteria.&lt;br /&gt;
* [http://randomchaos.com/microformats/base/ Microformat Base] is an open-source PHP microformat aggregation crawler, currently recognizing hreview, hcalendar, and hcard.&lt;br /&gt;
&lt;br /&gt;
== Additional Applications ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
There are numerous potential additional uses and applications for hCards on the Web.  The following are merely a few thoughts and possibilities that folks have come up with:&lt;br /&gt;
&lt;br /&gt;
* As an open standard/format for [http://www.gravatar.com/ Gravatars].&lt;br /&gt;
* Marking up individual authors of blog posts on a group blog&lt;br /&gt;
* Marking up people's names and URLs in a blogroll&lt;br /&gt;
* Any reference to people in blog posts (e.g. when citing them, or referencing them, or describing them, by name).&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0 SE]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc2426.txt vCard RFC2426]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [http://www.w3.org/2002/12/cal/rfc2426 HTML reformatted version of RFC2426]&lt;br /&gt;
* [http://w3.org/TR/REC-CSS1 CSS1]&lt;br /&gt;
* [http://tantek.com/log/2004/09.html#hcard hCard term introduced and defined on the Web, 20040930]&lt;br /&gt;
* [http://wiki.oreillynet.com/foocamp04/index.cgi?SimpleSemanticFormats FOO Camp 2004 Simple Semantic Formats presentation, 20040910]&lt;br /&gt;
* Contributed from http://developers.technorati.com/wiki/hCard.&lt;br /&gt;
* [http://www.w3.org/TR/xhtml11 XHTML 1.1]&lt;br /&gt;
&lt;br /&gt;
==== Specifications That Use hCard ====&lt;br /&gt;
* [[adr]]&lt;br /&gt;
* [[geo]]&lt;br /&gt;
* [[hcalendar|hCalendar]]&lt;br /&gt;
* [[hreview|hReview]]&lt;br /&gt;
&lt;br /&gt;
==== Similar Work ====&lt;br /&gt;
* [http://www.intertwingly.net/wiki/pie/PaceBetterPersonElement Atom PaceBetterPersonElement]&lt;br /&gt;
* [http://www.jabber.org/jeps/jep-0054.html JEP-0054: vcard-temp]&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
* [http://microformats.org/code/hcard/creator hCard creator] ([[hcard-creator-feedback|feedback]]) - create your own hCard.&lt;br /&gt;
* [[hcard-authoring|hCard authoring]] - learn how to add hCard markup to your existing contact info.&lt;br /&gt;
* [[hcard-examples|hCard examples]] - Example usage of various classes within hCard,&lt;br /&gt;
* [[hcard-faq|hCard FAQ]] - If you have any questions about hCard, check here, and if you don't find answers, add your questions!&lt;br /&gt;
* [[hcard-parsing|hCard parsing]] - Normatively details of how to parse hCards.&lt;br /&gt;
* [[hcard-issues|hCard issues]] - Please add any specific issues with the specification to the issues page.&lt;br /&gt;
* [[hcard-feedback|hCard feedback]] - General feedback (as opposed to specific issues) should be added to the hCard feedback page.&lt;br /&gt;
* [[hcard-profile|hCard profile]] - The XMDP profile for hCard&lt;br /&gt;
&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. These thoughts, issues, and questions are kept in separate pages.&lt;br /&gt;
&lt;br /&gt;
* [[hcard-brainstorming|hCard Brainstorming]] - where we are keeping our brainstorms and other explorations relating to hCard&lt;br /&gt;
* [[hcard-tests|hCard tests]] - a wiki page with actual embedded hCards to try parsing.&lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
* [http://www.digital-web.com/articles/microformats_primer/ Digital Web Magazine: Microformats Primer] by Garrett Dimon has a good intro to hCard&lt;br /&gt;
* [http://24ways.org/advent/practical-microformats-with-hcard Practical Microformats with hCard] by Drew McLellan&lt;br /&gt;
* [http://www.naturalsearchblog.com/archives/2006/09/28/tips-for-local-search-engine-optimization-for-your-site/ Local Search Engine Optimization using Microformats] by Chris Silver Smith&lt;br /&gt;
* [http://thedredge.org/ Andrew D. Hume] has written a blog post on [http://usabletype.com/articles/2005/usable-microformats/ usable microformats] which discusses hCard&lt;br /&gt;
* [http://www.thefutureoftheweb.com/blog/2006/1/hcard Jesse Skinner's introduction to hCard]&lt;br /&gt;
* [http://blog.usweb.com/ Shaun Shull's] great post on [http://blog.usweb.com/archives/how-microformats-affect-search-engine-optimization-seo How Microformats Affect SEO], including his [[hcard|hCard]] as an example.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page] and the [http://technorati.com/tags/hcard hCard tag]&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Main_Page-pt-br&amp;diff=10755</id>
		<title>Main Page-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Main_Page-pt-br&amp;diff=10755"/>
		<updated>2006-11-19T09:02:42Z</updated>

		<summary type="html">&lt;p&gt;Token: watchlist review&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
= Microformatos Wiki =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Olá!''' Bem vindo ao microformatos wiki. Se esta é sua primeira visita, por favor veja a página de [[introduction-pt-br|introdução]].&lt;br /&gt;
&lt;br /&gt;
Por favor, leia [[how-to-play-pt-br|o que fazer]] antes de fazer qualquer edição.&lt;br /&gt;
&lt;br /&gt;
Por favor, leia o [[process-pt-br|procedimento]] antes de propor qualquer novo microformato.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Guia Rápido==&lt;br /&gt;
&lt;br /&gt;
[[what-are-microformats|O que são microformatos]]? [[what-can-you-do-with-microformats|O que você pode fazer com eles]]? &lt;br /&gt;
&lt;br /&gt;
A [http://microformats.org/about/ página about], e mais recente [[press]], [[presentations]], [[podcasts]], and [[screencasts]] são bom locais para informações a fundo. &lt;br /&gt;
&lt;br /&gt;
As perguntas feitas com mais frequência sobre o wiki e microformatos em geral são respondidas no [[faq]].&lt;br /&gt;
&lt;br /&gt;
Quer aprender mais pessoalmente? Verifique os [[events|eventos]].&lt;br /&gt;
&lt;br /&gt;
==Definição==&lt;br /&gt;
&lt;br /&gt;
Uma definição popular da nossa [http://microformats.org/discuss/ lista de discussão] (ver também: [[mailing-lists]]) é &amp;quot;convenções simples para combinar semântica em HTML para permitir o desenvolvimento decentralizado.&amp;quot; Mais precisamente, microformatos podem ser definidos como:&lt;br /&gt;
:convenções simples&lt;br /&gt;
:para combinar com marcação semântica&lt;br /&gt;
::for a specific problem domain&lt;br /&gt;
:para ser legível aos humanos, documentos (X)HTML/XML, feeds Atom/RSS, e XML &amp;quot;plano&amp;quot;&lt;br /&gt;
::que padroniza existente conteúdo com uso de padrões.&lt;br /&gt;
::usando brief, descritivas nomes de classes&lt;br /&gt;
::baseada frequentemente nos existentes padrões de interoperabilidade&lt;br /&gt;
:para permitir desenvolvimento decentralizado&lt;br /&gt;
::de recursos, ferramentas, e serviços&lt;br /&gt;
&lt;br /&gt;
Simplesmente coloque: &amp;quot;Microformatos são uma codificação de convenção.&amp;quot; -- [http://easy-reader.net Aaron Gustafson]&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Ou você só usa seu browser para navegar? Então isto é o século 20.&amp;quot; -- [http://diveintomark.org Mark Pilgrim]&lt;br /&gt;
&lt;br /&gt;
== Como contribuir ==&lt;br /&gt;
&lt;br /&gt;
Você quer ajudar a levar microformatos ao próximo nível? Você pode:&lt;br /&gt;
&lt;br /&gt;
*Verificar as coisas em aberto [[to-do-pt-br|lista do que fazer]] para ajudar a concluir.&lt;br /&gt;
*Ingressar na [http://microformats.org/discuss lista de emails] e [[irc|Canal de IRC]] para aprender como ajudar a responder perguntas sobre microformatos.&lt;br /&gt;
*[[advocacy|Advocacia]] o uso de microformatos.&lt;br /&gt;
*Ajudar a [[Main_Page#microformats_wiki_in_other_languages|traduza o microformatos wiki para outras linguagens]] e tornar microformatos globalmente acessível.&lt;br /&gt;
&lt;br /&gt;
== Especificações ==&lt;br /&gt;
[[microformats-pt-br|Microformatos]] especificações de padrões abertos (ver também: [[implementations-pt-br|implementações]])&lt;br /&gt;
* [[hcalendar|hCalendar]]  - [http://microformats.org/code/hcalendar/creator hcalendar creator]&lt;br /&gt;
* [[hcard|hCard]]  - [http://microformats.org/code/hcard/creator hcard creator]&lt;br /&gt;
* [[rel-license]]&lt;br /&gt;
* [[rel-nofollow]]&lt;br /&gt;
* [[rel-tag-pt-br]]&lt;br /&gt;
* [[vote-links-pt-br|VoteLinks]]&lt;br /&gt;
* [http://gmpg.org/xfn/ XFN] (ver também: [[xfn-implementations]])&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[xoxo-pt-br|XOXO]]&lt;br /&gt;
&lt;br /&gt;
== Esboços ==&lt;br /&gt;
* [[adr|adr]]&lt;br /&gt;
* [[geo|geo]]&lt;br /&gt;
* [[hatom|hAtom]] {{NewMarker-pt-br}}&lt;br /&gt;
* [[hresume|hResume]] {{NewMarker-pt-br}}&lt;br /&gt;
* [[hreview|hReview]]  - [http://microformats.org/code/hreview/creator hreview creator]&lt;br /&gt;
* [[rel-directory]]&lt;br /&gt;
* [[rel-enclosure]]&lt;br /&gt;
* [[rel-home]]&lt;br /&gt;
* [[relpayment-research | rel-payment]]&lt;br /&gt;
* [[robots-exclusion|Robots Exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
== Padrões do projeto ==&lt;br /&gt;
&lt;br /&gt;
{{design_patterns}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Discussões exploratória ==&lt;br /&gt;
Pesquisa e análises do mundo real [[examples|exemplos]], formatos existentes e idéias para motivar o microformatos.&lt;br /&gt;
*alternates [[alternates-brainstorming]], [[alternates-examples]]&lt;br /&gt;
*[[attention]]&lt;br /&gt;
* blog description [[blog-description-examples|examplos]]&lt;br /&gt;
* blog info [[blog-info-examples|exemplos]]&lt;br /&gt;
* blog post [[blog-post-examples|exemplos]], [[blog-post-formats|formatos]], e [[blog-post-brainstorming|brainstorming]] (yielded the [[hatom|hAtom]] draft)&lt;br /&gt;
* book [[book-examples|exemplos]], [[book-formats|formatos]], e [[book-brainstorming|brainstorming]]&lt;br /&gt;
* chat [[chat-examples|exemplos]], [[chat-formats|formatos]], e [[chat-brainstorming|brainstorming]]&lt;br /&gt;
* citation [[citation|effort]], [[citation-examples|examples]], [[citation-formats|formatos]], [[citation-brainstorming|brainstorming]], e [[citation-faq|FAQ]]&lt;br /&gt;
* comment [[comment-problem|problem]], [[comment-examples|examples]], e [[comments-formats|formatos]] (Alguma coisa precisa ser extraída de [[comments-formats]])&lt;br /&gt;
* [[currency]]; [[currency-examples]]; [[currency-brainstorming]] {{NewMarker}}&lt;br /&gt;
* directions [[directions-examples|examplos]] {{NewMarker}}&lt;br /&gt;
* directory inclusion [[directory-inclusion-examples|examples]], [[directory-inclusion-formats|formatos]]. (see also [[rel-directory]])&lt;br /&gt;
* distributed conversation [[distributed-conversation|overview]], [[distributed-conversation-brainstorming|brainstorming]], [[distributed-conversation-examples|examplos]], and [[distributed-conversation-formats|formatos]]&lt;br /&gt;
* forms [[forms-examples|exemplos]]&lt;br /&gt;
* genealogy [[genealogy-formats|exemplos]]&lt;br /&gt;
* group [[group-brainstorming|brainstorming]] and [[group-examples|examplos]]&lt;br /&gt;
* hash [[hash-examples|examples]]&lt;br /&gt;
* job listing [[job-listing-examples|exemplos]] e [[job-listing-brainstorming|brainstorming]]&lt;br /&gt;
* last modified [[last-modified-examples|exemplos]], [[last-modified-formats|formatos]], and [[last-modified-brainstorming|brainstorming]]&lt;br /&gt;
* hListing [[hlisting-proposal|proposal]], e [[hlisting-feedback|feedback]] {{NewMarker}}&lt;br /&gt;
** Also, listing [[listing-examples|exemplos]], [[listing-formats|formatos]], and [[listing-brainstorming|brainstorming]]&lt;br /&gt;
* location [[location-formats|formatos]]. (ver também [[adr]] e [[geo]])&lt;br /&gt;
* [[luna]] ([[geo]]-like co-ordinates, for places on The Moon) {{NewMarker}}&lt;br /&gt;
* [[mars]] ([[geo]]-like co-ordinates, for places on the planet Mars) {{NewMarker}}&lt;br /&gt;
* measures and measurement units [[measure]]&lt;br /&gt;
* [[media-info]] ([[media-info-examples|exemplos]], [[media-info-formats|formatos]], [[media-info-brainstorming|brainstorming]]) &lt;br /&gt;
* meeting minutes [[meeting-minutes-examples|exemplos]], [[meeting-minutes-formats|formatos]], e [[meeting-minutes-brainstorming|brainstorming]]&lt;br /&gt;
* metalink [[metalink-examples|exemplos]] {{NewMarker}}&lt;br /&gt;
* microsummary [[microsummary-brainstorming|brainstorming]] {{NewMarker}}&lt;br /&gt;
* [[mfo-examples|MFO examples]]&lt;br /&gt;
* music [[music-examples|exemplos]]&lt;br /&gt;
* photo note [[photo-note-examples|exemplos]]&lt;br /&gt;
* recipe [[recipe-examples|exemplos]]&lt;br /&gt;
* rel-product [[rel-product-brainstorming|brainstorming]]&lt;br /&gt;
* requirements testing [[requirements-testing|overview]], e [[requirements-testing-examples|examplos]]&lt;br /&gt;
* [[rest-examples|REST examples]]&lt;br /&gt;
* resume [[resume-brainstorming|brainstorming]], e [[resume-formats|formatos]]&lt;br /&gt;
* review [[review-examples|examples]], e [[review-formats|formatosformatos]] (yielded the [[hreview|hReview]] draft)&lt;br /&gt;
* search results [[search-results-example|exemplos]]&lt;br /&gt;
* show [[show-brainstorming|brainstorming]]&lt;br /&gt;
* showroll [[showroll-brainstorming|brainstorming]]&lt;br /&gt;
* [[species]] - para a remarcação de nomes científicos de coisas vivas: [[species-examples]]; [[species-brainstorming]] {{NewMarker}}&lt;br /&gt;
* table [[table-examples|exemplos]]&lt;br /&gt;
* tagspeak [[tagspeak-examples|exemplos]]&lt;br /&gt;
* tagcloud [[tagcloud-examples|exemplos]], e [[tagcloud-brainstorming | brainstorming]]. {{NewMarker}}&lt;br /&gt;
* transit table [[transit-table-examples|exemplos]]&lt;br /&gt;
* [[uid]]&lt;br /&gt;
* widget [[widget-examples|exemplos]], e [[widget-brainstorming|brainstorming]]&lt;br /&gt;
* [[wiki-formats|wiki formatos]]&lt;br /&gt;
* work of art [[work-of-art|overview]], [[workofart-examples|examples]], [[workofart-formats|formatos]], e [[workofart-brainstorming|brainstorming]] {{NewMarker}}&lt;br /&gt;
*[[xmdp-brainstorming|XMDP brainstorming]] (ver também [[xmdp-faq]])&lt;br /&gt;
&lt;br /&gt;
== Exemplos ==&lt;br /&gt;
* [[examples]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ferramentas &amp;amp; Casos Prova &amp;amp; Pesquisa Adicional ==&lt;br /&gt;
&lt;br /&gt;
O primeira lugar a procurar por exemplos, códigos, e casos é nas páginas de cada microformato indivídual. Há poucas ferramentas de atalho e serviços que precisam processar mais que um microformato. Esta sessão é destinada a editores, analisadores, validadores, testadores de casos e a outras informações relevantes através de microformatos multíplos.&lt;br /&gt;
&lt;br /&gt;
*[[accessibility|acessibilidade]]&lt;br /&gt;
*[[faqs-for-rdf]]&lt;br /&gt;
*[[icalendar-implementations]]&lt;br /&gt;
*[[parsing-microformats]]&lt;br /&gt;
*[[selected-test-cases-from-the-web]]&lt;br /&gt;
*[http://hg.microformats.org/ Source code repository] -- [[mercurial-quick-start|HowTo: Download code from the repository]]&lt;br /&gt;
*[[vcard-implementations]], [[vcard-errata]]&lt;br /&gt;
*[[why-are-content-standards-hard]]&lt;br /&gt;
&lt;br /&gt;
== Areas de trabalho compartilhado ==&lt;br /&gt;
* [[buttons]]&lt;br /&gt;
* [[spread-microformats]] {{NewMarker-pt-br}}&lt;br /&gt;
* [[demo]] - uma página com links para rapidamente demostrar microformatos funcionando na prática.&lt;br /&gt;
* [[events|eventos]] {{NewMarker-pt-br}}&lt;br /&gt;
* [[to-do-pt-br|o que fazer]]&lt;br /&gt;
* [[user-interface]]&lt;br /&gt;
* [[marked-for-deletion]]&lt;br /&gt;
&lt;br /&gt;
== wiki em outras linguagens==&lt;br /&gt;
&lt;br /&gt;
Você pode ler e editar artigos microformatos em qualquer língua:&lt;br /&gt;
&lt;br /&gt;
* linguagens com mais de 50 artigos&lt;br /&gt;
** [[Main_Page-fr|Français (French)]] {{NewMarker-fr}}&lt;br /&gt;
* linguagens com mais de 20 artigos&lt;br /&gt;
** [[Main_Page-pt-br|Português (Brazilian Portuguese)]]&lt;br /&gt;
* linguagens com mais de 2 artgos&lt;br /&gt;
** [[Main_Page-ja|日本語 (Japanese)]]&lt;br /&gt;
** [[Main_Page-es|Español (Spanish)]]&lt;br /&gt;
* linguagens com 2 artigos&lt;br /&gt;
** [[Main_Page-de|Deutsch (German)]]&lt;br /&gt;
&lt;br /&gt;
==== tradução de microformatos dos outros ====&lt;br /&gt;
Há outras páginas/sites externas com traduções sobre microformatos. Se você está trabalhando em uma dessas, por favor, considere como tradução o principal site de microformatos!&lt;br /&gt;
* [http://mikroformate.pbwiki.com/ Deutsch (German) mikroformate.pbwiki.com] {{NewMarker}}&lt;br /&gt;
&lt;br /&gt;
=== Iniciar um microformatos wiki em outras línguas ===&lt;br /&gt;
&lt;br /&gt;
Não vê a tradução que gostaria? Ajuda a traduzir a wiki para sua língua!&lt;br /&gt;
&lt;br /&gt;
Estamos trabalhando na melhoria das páginas em outra linguagem.&lt;br /&gt;
&lt;br /&gt;
Enquanto isso, veja [http://en.wikipedia.org/wiki/Wikipedia:Multilingual_coordination Página em coordenadas Multi-língua], e [http://meta.wikimedia.org/wiki/How_to_start_a_new_Wikipedia Como iniciar um novo Wikipedia] para algumas dicas, conselhos, e convenções de comunidade.&lt;br /&gt;
&lt;br /&gt;
Para começar, você pode acessar as [[stable-pages|páginas estáveis]], que são páginas que são relativamente estáveis e tem apenas pequenas mudanças editoriais, que as tornam muito fácil mantê-las em sincronia com a versão em inglês, pelo uso do recurso [[Special:Watchlist|my watchlist]] (use-o para monitorar as páginas que você traduziu).&lt;br /&gt;
&lt;br /&gt;
Nome do artigo: a versão traduzida de uma página, coloque o mesmo nome para a página e simplesmente adicione o código de identificador de linguagem RFC 3066 como um traço no sulfixo do nome original. &lt;br /&gt;
Ex. para a versão em Francês, [[Main_Page]] torna-se [[Main_Page-fr]], e [[how-to-play]] torna-se [[how-to-play-fr]].&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=vote-links-pt-br&amp;diff=32464</id>
		<title>vote-links-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=vote-links-pt-br&amp;diff=32464"/>
		<updated>2006-11-19T08:38:52Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Vote Links =&lt;br /&gt;
__TOC__&lt;br /&gt;
== Especificação 2005 ==&lt;br /&gt;
=== Editor ===&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc.] (formalmente da [http://microsoft.com/ Microsoft Corporation])&lt;br /&gt;
&lt;br /&gt;
=== Conceito ===&lt;br /&gt;
* [http://epeus.blogspot.com/ Kevin Marks], [http://technorati.com, Technorati,Inc.]&lt;br /&gt;
&lt;br /&gt;
=== Autores ===&lt;br /&gt;
* [http://epeus.blogspot.com/ Kevin Marks], [http://technorati.com Technorati, Inc]&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patentes ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Inspiração e Reconhecimentos ===&lt;br /&gt;
Obrigado a todos que deram retorno ao VoteLinks. Especialmente ao EtanWexler, &lt;br /&gt;
que fez a primeira realmente boa documentação para que VoteLinks deveria usar 'rev' em vez de 'rel' (confira [[vote-links-faq]]) e ao John Allsopp &lt;br /&gt;
que semelhantemente contestou o uso do 'rel', &lt;br /&gt;
e ajudou co-autores a explorar questões [[RelFAQ]] e assuntos sobre o uso de HTML4 'rel', atributos 'rev' e linktypes em geral.&lt;br /&gt;
&lt;br /&gt;
== Introdução ==&lt;br /&gt;
Indexando e rastreando aplicações que tratam todos os links como confirmação e expressões de apoio. Este é um problema, ao precisarmos links aqueles que discordamos também, para discutir porque.&lt;br /&gt;
&lt;br /&gt;
== Especificação ==&lt;br /&gt;
&lt;br /&gt;
VoteLinks é um [[elemental-microformat|elemental microformat]], e um dos diversos [[microformats|microformat]] de padrão aberto.&lt;br /&gt;
Propomos um conjunto de três novos valores para o atributo rev em uma tag &amp;lt;a&amp;gt; (hyperlink) em HTML&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Os novos valores são &amp;amp;quot;vote-for&amp;amp;quot; &amp;amp;quot;vote-abstain&amp;amp;quot; or &amp;amp;quot;vote-against&amp;amp;quot;, que são mutualmente exclusivos e respectivamente representam, acordo, abstenção/indiferença e desacordo&lt;br /&gt;
&lt;br /&gt;
Um link sem um valor explícito do voto em 'rev' é considerado um &amp;amp;quot;vote-for&amp;amp;quot; (acordo) ou mesmo &amp;amp;quot;vote-abstain&amp;amp;quot; (abstenção), dependendo do caso.&lt;br /&gt;
&lt;br /&gt;
Comentário adicional humano-legível pode ser adicionado usando um existente atributo 'title', em que a maioria dos browser mostram como um ''rollover''.&lt;br /&gt;
&lt;br /&gt;
Exemplos:&lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a rev=&amp;amp;quot;vote-for&amp;amp;quot; href=&amp;amp;quot;http://ragingcow.blogspot.com&amp;amp;quot;  &lt;br /&gt;
   title=&amp;amp;quot;pura paródia&amp;amp;quot;&amp;gt;Raging Cow&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a rev=&amp;amp;quot;vote-against&amp;amp;quot; href=&amp;amp;quot;http://ragingcow.com&amp;amp;quot;  &lt;br /&gt;
   title=&amp;amp;quot;bebida com xarope de milho sujo&amp;amp;quot;&amp;gt;Raging Cow&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Desaprovado: Uso de 'rel' em VoteLinks ===&lt;br /&gt;
No antigo esboço da especificação usada para valor 'rel' em vez do atributo 'rev'. Analise e retorno demostraram que é inapropriado usar 'rel', enquanto 'rev' foi muito mais importante. Veja o [[RelFAQ]] para mais detalhes.&lt;br /&gt;
&lt;br /&gt;
Implementações PODEM suportar links com valores VoteLinks em atributos 'rel' para fins de compatibilidade retroativa com qualquer conteúdo atual de VoteLinks&lt;br /&gt;
&lt;br /&gt;
Autores NÃO DEVEM usar 'rel' para valores VoteLinks.&lt;br /&gt;
&lt;br /&gt;
== Perfil XMDP ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;amp;quot;profile&amp;amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;amp;quot;rev&amp;amp;quot;&amp;gt;rev&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&amp;lt;a rel=&amp;amp;quot;help&amp;amp;quot; href=&amp;amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rev&amp;amp;quot;&amp;gt;&lt;br /&gt;
         Definição HTML4 para o atributo 'rev'.&amp;lt;/a&amp;gt;  &lt;br /&gt;
  Aqui estão alguns valores adicionais.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;amp;quot;vote-for&amp;amp;quot;&amp;gt;vote-for&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indica concordância ou recomendação do recurso indicado.&amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;amp;quot;vote-abstain&amp;amp;quot;&amp;gt;vote-abstain&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indica abstenção ou indiferença do recurso indicado.&amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;amp;quot;vote-against&amp;amp;quot;&amp;gt;vote-against&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indica desacordo ou recomendação contra ao recurso indicado.&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Implementação ==&lt;br /&gt;
Essa seção é '''informativa'''.&lt;br /&gt;
&lt;br /&gt;
* [http://moloko.itc.it/paoloblog/ Paolo Massa] criou [http://moloko.itc.it/paoloblog/semantic_links/ SemanticLinks], uma leve extensão do Firefox que mostra informações vote-for, vote-against. (Note que links para download do SemanticLinks foram removidos pelo autor.)&lt;br /&gt;
&lt;br /&gt;
== Referências de Normativa ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
&lt;br /&gt;
== Trabalho Relacionado ==&lt;br /&gt;
* [[xoxo]]&lt;br /&gt;
* [http://gmpg.org/xfn/ XFN]&lt;br /&gt;
* [http://developers.technorati.com/wiki/attentionxml Attention.xml]&lt;br /&gt;
* [[rellicense]]&lt;br /&gt;
* [[reltag]]&lt;br /&gt;
* [[relnofollow]]&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
* Ver [[votelinks-faq]] e o largo [[rel-faq]].&lt;br /&gt;
* Ver também [[votelinks-issues]] para temas que foram levantados com votelinks [[microformat]].&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-tag-pt-br&amp;diff=32437</id>
		<title>rel-tag-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-tag-pt-br&amp;diff=32437"/>
		<updated>2006-11-11T04:56:37Z</updated>

		<summary type="html">&lt;p&gt;Token: /* Encoding issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; rel-tag &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Especificação do Esboço 2005-01-10 ==&lt;br /&gt;
=== Editores/Autores ===&lt;br /&gt;
[http://tantek.com/ Tantek Çelik]&lt;br /&gt;
&lt;br /&gt;
[http://epeus.blogspot.com/ Kevin Marks]&lt;br /&gt;
&lt;br /&gt;
=== Concepção ===&lt;br /&gt;
[http://powazek.com/ Derek Powazek]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patentes ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Sumário ==&lt;br /&gt;
[[Rel-Tag]] é um dos muitos [[microformats-pt-br|microformatos]]. Para inclusão &amp;lt;code&amp;gt;rel=&amp;amp;quot;tag&amp;amp;quot;&amp;lt;/code&amp;gt; a um hyperlink, uma página indica que o destino daquele hyperlink é destinado a &amp;amp;quot;tag&amp;amp;quot;  (ou palavra-chave/assunto) para a página atual. Note que a tag pode apenas referir a porção maior da página atual (como. uma postagem de blog). ex: por colocar este link em uma página,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;amp;quot;http://technorati.com/tag/tech&amp;amp;quot; rel=&amp;amp;quot;tag&amp;amp;quot;&amp;gt;tech&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
o autor indica que a página (ou alguma parte da página) tem uma tag &amp;amp;quot;tech&amp;amp;quot;.&lt;br /&gt;
&lt;br /&gt;
A link da página DEVE existir e é a página linkada, em vez do texto do link que define a tag. O último caminho do componente da URL é o texto da tag, então&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;amp;quot;http://technorati.com/tag/tech&amp;amp;quot; rel=&amp;amp;quot;tag&amp;amp;quot;&amp;gt;fish&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
deveria indicar a tag &amp;amp;quot;tech&amp;amp;quot; em vez de &amp;amp;quot;fish&amp;amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Escopo ==&lt;br /&gt;
rel=&amp;amp;quot;tag&amp;amp;quot; é especialmente designado para conteúdo &amp;amp;quot;tagging&amp;amp;quot;, tipicamente páginas da web (ou porções dela, como blog-postagens)&lt;br /&gt;
&lt;br /&gt;
rel=&amp;amp;quot;tag&amp;amp;quot; NÃO é destinada para estiquetar/por tag (&amp;amp;quot;tagging&amp;amp;quot;) em URL's proprietárias ou para conteúdo externo.&lt;br /&gt;
Há demanda por uma sintaxe decentralizada maior pela etiquetagem de URL's externa para a página atual, mas isso não é significativo. Veja [[xfolk|xFolk]] e [[hreview|hReview]] para formas de por tag em URLs arbitrárias.&lt;br /&gt;
&lt;br /&gt;
Se você precisa definir tags como parte de um formato mais especializado. rel=&amp;amp;quot;tag&amp;amp;quot; &lt;br /&gt;
é uma forma recomendada de fazer isso, e [[xfolk|xFolk]], [[hreview|hReview]], [[hcard |hCard]]  e [[hcalendar|hCalendar]] todos esses.&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;amp;quot;profile&amp;amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;amp;quot;rel&amp;amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;amp;quot;help&amp;amp;quot; href=&amp;amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;amp;quot;tag&amp;amp;quot;&amp;gt;tag&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource serves as a &amp;amp;quot;tag&amp;amp;quot;, &lt;br /&gt;
       or keyword/subject, for the referring page.&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Espaços em Tag ==&lt;br /&gt;
Tags são embutidas em HTTP URIs em uma bem-definida maneira de modo que tags embutidas em um HTML URI pode ser extraido mecaniamente da URI.&lt;br /&gt;
Especialmente, o último segmento da porção do caminho da URL (depois do caracter final &amp;quot;/&amp;quot;) contém o valor da tag.&lt;br /&gt;
Por exemplo, a URI &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://www.example.com/tags/foo&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; contém a tag &amp;amp;quot;foo&amp;amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Assim, para propósitos de comparação duas HTTP URIs como tags, o último segmento do caminho da porção deve ser extraídoe somente aquele valor (aquele valor da tag) deve ser comparado.&lt;br /&gt;
&lt;br /&gt;
''Precisa-se de mais linguagens formais sobre comparações e sobre processo de extração.''&lt;br /&gt;
&lt;br /&gt;
O destino de um hyperlink rel=&amp;amp;quot;tag&amp;amp;quot; é necessário para ser um espaço de tag (um local que confere ou define tags), onde o último segmento do caminho de uma URL é a tag, ex:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://technorati.com/tag/tech &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
é uma URL para a tag &amp;amp;quot;tech&amp;amp;quot;.&lt;br /&gt;
Tags podem apenas ser localizadas em um caminho URL, e apenas o último segmento do caminho. Tags podem não estar localizadas no paramentro solicitado ou fragmento identificador. ex:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://technorati.com/tag/tech?tag=fish#emu &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ainda é uma URL para a tag &amp;amp;quot;tech&amp;amp;quot;, e não &amp;amp;quot;fish&amp;amp;quot; e não &amp;amp;quot;emu&amp;amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Como a última parte do espaço da tag da URL da qual qualquer estrutura é requirida é o último caminho do segmento, um espaço de tag da URL pode estar localizada em qualquer domínio. Autores podem escolher um link para uma tag em uma tag particupar para oferecer um significado especifico. Ex: uma tag para a tecnologia pode linkar para:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;  http://en.wikipedia.org/wiki/Technology &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Barras posterior na tag da URL são ignoradas, como:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;  http://technorati.com/tag/Technology/ &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
a URL rel-tag é tratada como:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;  http://technorati.com/tag/Technology &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Assuntos de Encodificação ==&lt;br /&gt;
Espaços podem ser convertidos por &amp;lt;code&amp;gt;+&amp;lt;/code&amp;gt; ou &amp;lt;code&amp;gt;%20&amp;lt;/code&amp;gt;. Como os caracteres unicode são convertidos, por favor veja a lista em [http://www.ietf.org/rfc/rfc3986.txt RFC 3986]. Por exemplo:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;amp;quot;http://technorati.com/tag/Sant%C3%A9+et+bien-%C3%AAtre&amp;amp;quot; rel=&amp;amp;quot;tag&amp;amp;quot;&amp;gt;Santé et bien-être&amp;lt;/a&amp;gt; &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note que se usar Wikipedia como um tagspace, como descrito acima, você deve usar &amp;lt;code&amp;gt;%20&amp;lt;/code&amp;gt; como eles convertem '+' por &amp;lt;code&amp;gt;%2B&amp;lt;/code&amp;gt;, causando uma página com mais sinais no título (que geralmente não existe) para aparecer.&lt;br /&gt;
&lt;br /&gt;
== Tags São Vísiveis a Metadata ==&lt;br /&gt;
Hyperlinks &amp;lt;code&amp;gt;rel=&amp;amp;quot;tag&amp;amp;quot;&amp;lt;/code&amp;gt; são destinados a ser vísiveis a links na páginas e postagens.&lt;br /&gt;
Esse é um contraste perfeito para meta keywords (que está invísivel e tipicamente nunca relevado a leitores),&lt;br /&gt;
e assim é ao menos um tanto mais resiliente a problemas que atormentam meta keywords.&lt;br /&gt;
&lt;br /&gt;
Tornando tag hyperlinks vísiveis têm um benefício adicional  ao fazer isso mais óbvio al eitores se uma página está abusando de links com tag, e assim oferecer mais pontos precisos para melhor ambiente&lt;br /&gt;
Isso também torna mais óbvio a autores, que podem nem sempre estar ciente de que  metadata invísivel estar sendo gerada em seu benefício&lt;br /&gt;
&lt;br /&gt;
Como um resultado da variante da sintaxe de tag invísivel: &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;amp;quot;tag&amp;amp;quot; href=&amp;amp;quot;...&amp;amp;quot; /&amp;gt;&amp;lt;/code&amp;gt; NÃO DEVEM ser suportada pela implementação.&lt;br /&gt;
&lt;br /&gt;
== Implementações ==&lt;br /&gt;
Essa seção é '''informativa'''.&lt;br /&gt;
&lt;br /&gt;
As seguintes implementações tem sido desenvolvidas na qual ou gera ou analisa link rel-tag &lt;br /&gt;
Se você tem uma implementação rel-tag, sinta-se livre para adicioná-la ao topo dessa lista.&lt;br /&gt;
&lt;br /&gt;
[[rel-tag#Implementations]]&lt;br /&gt;
&lt;br /&gt;
== Referência ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/REC-html40/ HTML 4]&lt;br /&gt;
* [http://www.w3.org/TR/xhtml1/ XHTML 1]&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* RFC 3986 specifies URL syntax.  Section 3.3 specifies URL paths and path segments.&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [[hreview|hReview]] uses rel-tag for tags and scalar tags&lt;br /&gt;
* [[xfolk|xFolk]] uses rel-tag to build a distributed remote resource tagging construct&lt;br /&gt;
* [http://developers.technorati.com/wiki/attentionxml Attention.XML] uses rel-tag for reader tagging of pages, posts, feeds&lt;br /&gt;
* [[hcard|hCard]] can use rel-tag for categories&lt;br /&gt;
* [[hcalendar|hCalendar]] can use rel-tag for categories&lt;br /&gt;
* [http://technorati.com/help/tags.html Using Technorati Tags]&lt;br /&gt;
* Contributed from http://developers.technorati.com/wiki/RelTag&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
* Feedback is encouraged on the [[rel-tag-feedback]] page.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
* History: [http://www.powazek.com/2005/07/000532.html How Tags Happened at Technorati] by [http://www.powazek.com/ Derek Powazek]&lt;br /&gt;
&lt;br /&gt;
=== Q&amp;amp;A ===&lt;br /&gt;
* If you have any questions about rel-tag, check the [[rel-faq|rel FAQ]] first for general rel attribute questions, then check the [[rel-tag-faq|rel-tag FAQ]], and then if you don't find answers, ask your question on the [http://microformats.org/discuss microformats-discuss] mailing list.&lt;br /&gt;
&lt;br /&gt;
=== Issues ===&lt;br /&gt;
* Please add any issues with the specification to the separate [[rel-tag-issues|rel-tag issues]] document.&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-tag-pt-br&amp;diff=10120</id>
		<title>rel-tag-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-tag-pt-br&amp;diff=10120"/>
		<updated>2006-11-11T04:54:03Z</updated>

		<summary type="html">&lt;p&gt;Token: /* Tag Spaces */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; rel-tag &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Especificação do Esboço 2005-01-10 ==&lt;br /&gt;
=== Editores/Autores ===&lt;br /&gt;
[http://tantek.com/ Tantek Çelik]&lt;br /&gt;
&lt;br /&gt;
[http://epeus.blogspot.com/ Kevin Marks]&lt;br /&gt;
&lt;br /&gt;
=== Concepção ===&lt;br /&gt;
[http://powazek.com/ Derek Powazek]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patentes ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Sumário ==&lt;br /&gt;
[[Rel-Tag]] é um dos muitos [[microformats-pt-br|microformatos]]. Para inclusão &amp;lt;code&amp;gt;rel=&amp;amp;quot;tag&amp;amp;quot;&amp;lt;/code&amp;gt; a um hyperlink, uma página indica que o destino daquele hyperlink é destinado a &amp;amp;quot;tag&amp;amp;quot;  (ou palavra-chave/assunto) para a página atual. Note que a tag pode apenas referir a porção maior da página atual (como. uma postagem de blog). ex: por colocar este link em uma página,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;amp;quot;http://technorati.com/tag/tech&amp;amp;quot; rel=&amp;amp;quot;tag&amp;amp;quot;&amp;gt;tech&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
o autor indica que a página (ou alguma parte da página) tem uma tag &amp;amp;quot;tech&amp;amp;quot;.&lt;br /&gt;
&lt;br /&gt;
A link da página DEVE existir e é a página linkada, em vez do texto do link que define a tag. O último caminho do componente da URL é o texto da tag, então&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;amp;quot;http://technorati.com/tag/tech&amp;amp;quot; rel=&amp;amp;quot;tag&amp;amp;quot;&amp;gt;fish&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
deveria indicar a tag &amp;amp;quot;tech&amp;amp;quot; em vez de &amp;amp;quot;fish&amp;amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Escopo ==&lt;br /&gt;
rel=&amp;amp;quot;tag&amp;amp;quot; é especialmente designado para conteúdo &amp;amp;quot;tagging&amp;amp;quot;, tipicamente páginas da web (ou porções dela, como blog-postagens)&lt;br /&gt;
&lt;br /&gt;
rel=&amp;amp;quot;tag&amp;amp;quot; NÃO é destinada para estiquetar/por tag (&amp;amp;quot;tagging&amp;amp;quot;) em URL's proprietárias ou para conteúdo externo.&lt;br /&gt;
Há demanda por uma sintaxe decentralizada maior pela etiquetagem de URL's externa para a página atual, mas isso não é significativo. Veja [[xfolk|xFolk]] e [[hreview|hReview]] para formas de por tag em URLs arbitrárias.&lt;br /&gt;
&lt;br /&gt;
Se você precisa definir tags como parte de um formato mais especializado. rel=&amp;amp;quot;tag&amp;amp;quot; &lt;br /&gt;
é uma forma recomendada de fazer isso, e [[xfolk|xFolk]], [[hreview|hReview]], [[hcard |hCard]]  e [[hcalendar|hCalendar]] todos esses.&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;amp;quot;profile&amp;amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;amp;quot;rel&amp;amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;amp;quot;help&amp;amp;quot; href=&amp;amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;amp;quot;tag&amp;amp;quot;&amp;gt;tag&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource serves as a &amp;amp;quot;tag&amp;amp;quot;, &lt;br /&gt;
       or keyword/subject, for the referring page.&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Espaços em Tag ==&lt;br /&gt;
Tags são embutidas em HTTP URIs em uma bem-definida maneira de modo que tags embutidas em um HTML URI pode ser extraido mecaniamente da URI.&lt;br /&gt;
Especialmente, o último segmento da porção do caminho da URL (depois do caracter final &amp;quot;/&amp;quot;) contém o valor da tag.&lt;br /&gt;
Por exemplo, a URI &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://www.example.com/tags/foo&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; contém a tag &amp;amp;quot;foo&amp;amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Assim, para propósitos de comparação duas HTTP URIs como tags, o último segmento do caminho da porção deve ser extraídoe somente aquele valor (aquele valor da tag) deve ser comparado.&lt;br /&gt;
&lt;br /&gt;
''Precisa-se de mais linguagens formais sobre comparações e sobre processo de extração.''&lt;br /&gt;
&lt;br /&gt;
O destino de um hyperlink rel=&amp;amp;quot;tag&amp;amp;quot; é necessário para ser um espaço de tag (um local que confere ou define tags), onde o último segmento do caminho de uma URL é a tag, ex:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://technorati.com/tag/tech &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
é uma URL para a tag &amp;amp;quot;tech&amp;amp;quot;.&lt;br /&gt;
Tags podem apenas ser localizadas em um caminho URL, e apenas o último segmento do caminho. Tags podem não estar localizadas no paramentro solicitado ou fragmento identificador. ex:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://technorati.com/tag/tech?tag=fish#emu &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ainda é uma URL para a tag &amp;amp;quot;tech&amp;amp;quot;, e não &amp;amp;quot;fish&amp;amp;quot; e não &amp;amp;quot;emu&amp;amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Como a última parte do espaço da tag da URL da qual qualquer estrutura é requirida é o último caminho do segmento, um espaço de tag da URL pode estar localizada em qualquer domínio. Autores podem escolher um link para uma tag em uma tag particupar para oferecer um significado especifico. Ex: uma tag para a tecnologia pode linkar para:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;  http://en.wikipedia.org/wiki/Technology &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Barras posterior na tag da URL são ignoradas, como:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;  http://technorati.com/tag/Technology/ &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
a URL rel-tag é tratada como:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;  http://technorati.com/tag/Technology &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Encoding issues ==&lt;br /&gt;
Espaços podem ser convertidos como &amp;lt;code&amp;gt;+&amp;lt;/code&amp;gt; ou &amp;lt;code&amp;gt;%20&amp;lt;/code&amp;gt;. Como caracters unicode são codificados, veja em [http://www.ietf.org/rfc/rfc3986.txt RFC 3986]. Por exemplo:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;amp;quot;http://technorati.com/tag/Sant%C3%A9+et+bien-%C3%AAtre&amp;amp;quot; rel=&amp;amp;quot;tag&amp;amp;quot;&amp;gt;Santé et bien-être&amp;lt;/a&amp;gt; &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note que se usar Wikipedia  como um tagspace, como discutido acima, você deve usar &amp;lt;code&amp;gt;%20&amp;lt;/code&amp;gt; as they remap '+' to &amp;lt;code&amp;gt;%2B&amp;lt;/code&amp;gt;, causing  a page with a plus sign in the title (which usually does not exist) to appear.&lt;br /&gt;
&lt;br /&gt;
== Tags São Vísiveis a Metadata ==&lt;br /&gt;
Hyperlinks &amp;lt;code&amp;gt;rel=&amp;amp;quot;tag&amp;amp;quot;&amp;lt;/code&amp;gt; são destinados a ser vísiveis a links na páginas e postagens.&lt;br /&gt;
Esse é um contraste perfeito para meta keywords (que está invísivel e tipicamente nunca relevado a leitores),&lt;br /&gt;
e assim é ao menos um tanto mais resiliente a problemas que atormentam meta keywords.&lt;br /&gt;
&lt;br /&gt;
Tornando tag hyperlinks vísiveis têm um benefício adicional  ao fazer isso mais óbvio al eitores se uma página está abusando de links com tag, e assim oferecer mais pontos precisos para melhor ambiente&lt;br /&gt;
Isso também torna mais óbvio a autores, que podem nem sempre estar ciente de que  metadata invísivel estar sendo gerada em seu benefício&lt;br /&gt;
&lt;br /&gt;
Como um resultado da variante da sintaxe de tag invísivel: &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;amp;quot;tag&amp;amp;quot; href=&amp;amp;quot;...&amp;amp;quot; /&amp;gt;&amp;lt;/code&amp;gt; NÃO DEVEM ser suportada pela implementação.&lt;br /&gt;
&lt;br /&gt;
== Implementações ==&lt;br /&gt;
Essa seção é '''informativa'''.&lt;br /&gt;
&lt;br /&gt;
As seguintes implementações tem sido desenvolvidas na qual ou gera ou analisa link rel-tag &lt;br /&gt;
Se você tem uma implementação rel-tag, sinta-se livre para adicioná-la ao topo dessa lista.&lt;br /&gt;
&lt;br /&gt;
[[rel-tag#Implementations]]&lt;br /&gt;
&lt;br /&gt;
== Referência ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/REC-html40/ HTML 4]&lt;br /&gt;
* [http://www.w3.org/TR/xhtml1/ XHTML 1]&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* RFC 3986 specifies URL syntax.  Section 3.3 specifies URL paths and path segments.&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [[hreview|hReview]] uses rel-tag for tags and scalar tags&lt;br /&gt;
* [[xfolk|xFolk]] uses rel-tag to build a distributed remote resource tagging construct&lt;br /&gt;
* [http://developers.technorati.com/wiki/attentionxml Attention.XML] uses rel-tag for reader tagging of pages, posts, feeds&lt;br /&gt;
* [[hcard|hCard]] can use rel-tag for categories&lt;br /&gt;
* [[hcalendar|hCalendar]] can use rel-tag for categories&lt;br /&gt;
* [http://technorati.com/help/tags.html Using Technorati Tags]&lt;br /&gt;
* Contributed from http://developers.technorati.com/wiki/RelTag&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
* Feedback is encouraged on the [[rel-tag-feedback]] page.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
* History: [http://www.powazek.com/2005/07/000532.html How Tags Happened at Technorati] by [http://www.powazek.com/ Derek Powazek]&lt;br /&gt;
&lt;br /&gt;
=== Q&amp;amp;A ===&lt;br /&gt;
* If you have any questions about rel-tag, check the [[rel-faq|rel FAQ]] first for general rel attribute questions, then check the [[rel-tag-faq|rel-tag FAQ]], and then if you don't find answers, ask your question on the [http://microformats.org/discuss microformats-discuss] mailing list.&lt;br /&gt;
&lt;br /&gt;
=== Issues ===&lt;br /&gt;
* Please add any issues with the specification to the separate [[rel-tag-issues|rel-tag issues]] document.&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-tag-pt-br&amp;diff=10119</id>
		<title>rel-tag-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-tag-pt-br&amp;diff=10119"/>
		<updated>2006-11-11T02:15:28Z</updated>

		<summary type="html">&lt;p&gt;Token: First step of translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; rel-tag &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Especificação do Esboço 2005-01-10 ==&lt;br /&gt;
=== Editores/Autores ===&lt;br /&gt;
[http://tantek.com/ Tantek Çelik]&lt;br /&gt;
&lt;br /&gt;
[http://epeus.blogspot.com/ Kevin Marks]&lt;br /&gt;
&lt;br /&gt;
=== Concepção ===&lt;br /&gt;
[http://powazek.com/ Derek Powazek]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patentes ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Sumário ==&lt;br /&gt;
[[Rel-Tag]] é um dos muitos [[microformats-pt-br|microformatos]]. Para inclusão &amp;lt;code&amp;gt;rel=&amp;amp;quot;tag&amp;amp;quot;&amp;lt;/code&amp;gt; a um hyperlink, uma página indica que o destino daquele hyperlink é destinado a &amp;amp;quot;tag&amp;amp;quot;  (ou palavra-chave/assunto) para a página atual. Note que a tag pode apenas referir a porção maior da página atual (como. uma postagem de blog). ex: por colocar este link em uma página,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;amp;quot;http://technorati.com/tag/tech&amp;amp;quot; rel=&amp;amp;quot;tag&amp;amp;quot;&amp;gt;tech&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
o autor indica que a página (ou alguma parte da página) tem uma tag &amp;amp;quot;tech&amp;amp;quot;.&lt;br /&gt;
&lt;br /&gt;
A link da página DEVE existir e é a página linkada, em vez do texto do link que define a tag. O último caminho do componente da URL é o texto da tag, então&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;amp;quot;http://technorati.com/tag/tech&amp;amp;quot; rel=&amp;amp;quot;tag&amp;amp;quot;&amp;gt;fish&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
deveria indicar a tag &amp;amp;quot;tech&amp;amp;quot; em vez de &amp;amp;quot;fish&amp;amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Escopo ==&lt;br /&gt;
rel=&amp;amp;quot;tag&amp;amp;quot; é especialmente designado para conteúdo &amp;amp;quot;tagging&amp;amp;quot;, tipicamente páginas da web (ou porções dela, como blog-postagens)&lt;br /&gt;
&lt;br /&gt;
rel=&amp;amp;quot;tag&amp;amp;quot; NÃO é destinada para estiquetar/por tag (&amp;amp;quot;tagging&amp;amp;quot;) em URL's proprietárias ou para conteúdo externo.&lt;br /&gt;
Há demanda por uma sintaxe decentralizada maior pela etiquetagem de URL's externa para a página atual, mas isso não é significativo. Veja [[xfolk|xFolk]] e [[hreview|hReview]] para formas de por tag em URLs arbitrárias.&lt;br /&gt;
&lt;br /&gt;
Se você precisa definir tags como parte de um formato mais especializado. rel=&amp;amp;quot;tag&amp;amp;quot; &lt;br /&gt;
é uma forma recomendada de fazer isso, e [[xfolk|xFolk]], [[hreview|hReview]], [[hcard |hCard]]  e [[hcalendar|hCalendar]] todos esses.&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;amp;quot;profile&amp;amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;amp;quot;rel&amp;amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;amp;quot;help&amp;amp;quot; href=&amp;amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;amp;quot;tag&amp;amp;quot;&amp;gt;tag&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource serves as a &amp;amp;quot;tag&amp;amp;quot;, &lt;br /&gt;
       or keyword/subject, for the referring page.&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tag Spaces ==&lt;br /&gt;
Tags são embutidas em HTTP URIs em uma bem-definida maneira de modo que tags embutidas em um HTML URI pode ser extraido mecaniamente da URI.&lt;br /&gt;
Especialmente, o último segmento da porção do caminho da URL (depois do caracter final &amp;quot;/&amp;quot;) contém o valor da tag.&lt;br /&gt;
Por exemplo, a URI &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://www.example.com/tags/foo&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; contém a tag &amp;amp;quot;foo&amp;amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Assim, para propósitos de comparação duas HTTP URIs como tags, o último segmento do caminho da porção deve ser extraídoe somente aquele valor (aquele valor da tag) deve ser comparado.&lt;br /&gt;
&lt;br /&gt;
''Precisam mais linguagem formal sobre comparação e processo de extração.''&lt;br /&gt;
&lt;br /&gt;
O destino de um hyperlink rel=&amp;amp;quot;tag&amp;amp;quot; é necessário para ser um espaço de tag (um local que confere ou define tags), onde o último segmento do caminho de uma URL é a tag, ex:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://technorati.com/tag/tech &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
é uma URL para a tag &amp;amp;quot;tech&amp;amp;quot;.&lt;br /&gt;
Tags podem apenas ser localizadas em um caminho URL, e apenas o último segmento do caminho. Tags podem não estar localizadas no paramentro solicitado ou fragmento identificador. ex:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://technorati.com/tag/tech?tag=fish#emu &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ainda é uma URL para a tag &amp;amp;quot;tech&amp;amp;quot;, e não &amp;amp;quot;fish&amp;amp;quot; e não &amp;amp;quot;emu&amp;amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Como a última parte do espaço da tag da URL da qual qualquer estrutura é requirida é o último caminho do segmento, um espaço de tag da URL pode estar localizada em qualquer domínio. Autores podem escolher um link para uma tag em uma tag particupar para oferecer um significado especifico. Ex: uma tag para a tecnologia pode linkar para:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;  http://en.wikipedia.org/wiki/Technology &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Barras posterior na tag da URL são ignoradas, como:&lt;br /&gt;
&lt;br /&gt;
Trailing slashes in tag URLs are ignored, that is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;  http://technorati.com/tag/Technology/ &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
a URL rel-tag é tratada como:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;  http://technorati.com/tag/Technology &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Encoding issues ==&lt;br /&gt;
Espaços podem ser convertidos como &amp;lt;code&amp;gt;+&amp;lt;/code&amp;gt; ou &amp;lt;code&amp;gt;%20&amp;lt;/code&amp;gt;. Como caracters unicode são codificados, veja em [http://www.ietf.org/rfc/rfc3986.txt RFC 3986]. Por exemplo:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;amp;quot;http://technorati.com/tag/Sant%C3%A9+et+bien-%C3%AAtre&amp;amp;quot; rel=&amp;amp;quot;tag&amp;amp;quot;&amp;gt;Santé et bien-être&amp;lt;/a&amp;gt; &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note que se usar Wikipedia  como um tagspace, como discutido acima, você deve usar &amp;lt;code&amp;gt;%20&amp;lt;/code&amp;gt; as they remap '+' to &amp;lt;code&amp;gt;%2B&amp;lt;/code&amp;gt;, causing  a page with a plus sign in the title (which usually does not exist) to appear.&lt;br /&gt;
&lt;br /&gt;
== Tags São Vísiveis a Metadata ==&lt;br /&gt;
Hyperlinks &amp;lt;code&amp;gt;rel=&amp;amp;quot;tag&amp;amp;quot;&amp;lt;/code&amp;gt; são destinados a ser vísiveis a links na páginas e postagens.&lt;br /&gt;
Esse é um contraste perfeito para meta keywords (que está invísivel e tipicamente nunca relevado a leitores),&lt;br /&gt;
e assim é ao menos um tanto mais resiliente a problemas que atormentam meta keywords.&lt;br /&gt;
&lt;br /&gt;
Tornando tag hyperlinks vísiveis têm um benefício adicional  ao fazer isso mais óbvio al eitores se uma página está abusando de links com tag, e assim oferecer mais pontos precisos para melhor ambiente&lt;br /&gt;
Isso também torna mais óbvio a autores, que podem nem sempre estar ciente de que  metadata invísivel estar sendo gerada em seu benefício&lt;br /&gt;
&lt;br /&gt;
Como um resultado da variante da sintaxe de tag invísivel: &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;amp;quot;tag&amp;amp;quot; href=&amp;amp;quot;...&amp;amp;quot; /&amp;gt;&amp;lt;/code&amp;gt; NÃO DEVEM ser suportada pela implementação.&lt;br /&gt;
&lt;br /&gt;
== Implementações ==&lt;br /&gt;
Essa seção é '''informativa'''.&lt;br /&gt;
&lt;br /&gt;
As seguintes implementações tem sido desenvolvidas na qual ou gera ou analisa link rel-tag &lt;br /&gt;
Se você tem uma implementação rel-tag, sinta-se livre para adicioná-la ao topo dessa lista.&lt;br /&gt;
&lt;br /&gt;
[[rel-tag#Implementations]]&lt;br /&gt;
&lt;br /&gt;
== Referência ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/REC-html40/ HTML 4]&lt;br /&gt;
* [http://www.w3.org/TR/xhtml1/ XHTML 1]&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* RFC 3986 specifies URL syntax.  Section 3.3 specifies URL paths and path segments.&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [[hreview|hReview]] uses rel-tag for tags and scalar tags&lt;br /&gt;
* [[xfolk|xFolk]] uses rel-tag to build a distributed remote resource tagging construct&lt;br /&gt;
* [http://developers.technorati.com/wiki/attentionxml Attention.XML] uses rel-tag for reader tagging of pages, posts, feeds&lt;br /&gt;
* [[hcard|hCard]] can use rel-tag for categories&lt;br /&gt;
* [[hcalendar|hCalendar]] can use rel-tag for categories&lt;br /&gt;
* [http://technorati.com/help/tags.html Using Technorati Tags]&lt;br /&gt;
* Contributed from http://developers.technorati.com/wiki/RelTag&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
* Feedback is encouraged on the [[rel-tag-feedback]] page.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
* History: [http://www.powazek.com/2005/07/000532.html How Tags Happened at Technorati] by [http://www.powazek.com/ Derek Powazek]&lt;br /&gt;
&lt;br /&gt;
=== Q&amp;amp;A ===&lt;br /&gt;
* If you have any questions about rel-tag, check the [[rel-faq|rel FAQ]] first for general rel attribute questions, then check the [[rel-tag-faq|rel-tag FAQ]], and then if you don't find answers, ask your question on the [http://microformats.org/discuss microformats-discuss] mailing list.&lt;br /&gt;
&lt;br /&gt;
=== Issues ===&lt;br /&gt;
* Please add any issues with the specification to the separate [[rel-tag-issues|rel-tag issues]] document.&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=xoxo-pt-br&amp;diff=15383</id>
		<title>xoxo-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=xoxo-pt-br&amp;diff=15383"/>
		<updated>2006-11-09T02:51:46Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; XOXO 1.0: Extensible Open XHTML Outlines &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
XOXO é um formato de esboço simples, aberto escrito em padrão XHTML e adequado para ser embutido em (X)HTML, Atom, RSS, e XML arbitrário. XOXO é um dos muitos [[microformats-pt-br|microformatos]] de padrões aberto.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Draft Specification 2004-10-01 ==&lt;br /&gt;
&lt;br /&gt;
=== Editor ===&lt;br /&gt;
[http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc]&lt;br /&gt;
&lt;br /&gt;
=== Autores ===&lt;br /&gt;
* [http://epeus.blogspot.com/ Kevin Marks], [http://technorati.com Technorati, Inc]&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc] (formerly of [http://microsoft.com/ Microsoft Corporation])&lt;br /&gt;
* [http://diveintomark.org/ Mark Pilgrim], [http://ibm.com IBM]&lt;br /&gt;
* [http://www.blogologue.com/ Morten W. Petersen]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2003}}&lt;br /&gt;
&lt;br /&gt;
=== Patentes ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Prefácio ==&lt;br /&gt;
Quando estávamos discutindo [http://developers.technorati.com/wiki/attentionxml Attention.xml], Tantek apontou que XHTML tem tudo de necessário para expressar semanticamente esboços e subscrição em blogroll-derivados em um formato XML que são ambos renderizável interativamente por navegadores e analisável por motores XML rígidas (strict). Esta página está aqui para discutir essa idéia.&lt;br /&gt;
&lt;br /&gt;
=== Nome ===&lt;br /&gt;
XOXO significa eXtensible Open XHTML Outlines, e é pronunciado variadamente como 'ecks oh ecks oh', 'zho-zho' ou 'sho-sho'.&lt;br /&gt;
&lt;br /&gt;
== Sumário ==&lt;br /&gt;
Essa especificação define um novo tipo de documento XHTML que é baseada sob o módulo de estrutura e módulos definido em Modularização de XHTML&lt;br /&gt;
&lt;br /&gt;
XOXO é um dos muitos [[microformats-pt-br|microformatos]]. Essa especificação define um novo tipo de documento XHTML que é baseada sob o módulo de estrutura e módulos definido em Modularização de XHTML ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). O propósito do tipo de documento XOXO é para servir como base para esboço de XHTML amigável para processamento por motores XML e para fácil renderização interativa por browsers.&lt;br /&gt;
&lt;br /&gt;
== O Tipo de Documento XOXO ==&lt;br /&gt;
O tipo de documento XOXO é composto dos seguintes módulos XHTML. Os elementos, atributos e modelos de conteúdo mínimos associado com estes módulos são definidos pela &amp;quot;Modularização de XHTML&amp;quot;&lt;br /&gt;
([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). Os elementos que estão listados aqui são para propósitos de informação, mas as definições de &amp;quot;Modularização de XHTML&amp;quot; devem ser consideradas definitivas. Na versão online desse documento, os módulos online na lista abaixo fazem ligação para definição dos módulos dentro da atual versão de &amp;quot;Modularização de XHTML&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_structuremodule Structure Module]&lt;br /&gt;
  body, head, html, title&lt;br /&gt;
[http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_hypertextmodule Hypertext Module]&lt;br /&gt;
  a&lt;br /&gt;
[http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_listmodule List Module]&lt;br /&gt;
  dl, dt, dd, ol, ul, li&lt;br /&gt;
[http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_metamodule Metainformation Module]&lt;br /&gt;
  meta&lt;br /&gt;
[http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_stylemodule Stylesheet Module]&lt;br /&gt;
  style element&lt;br /&gt;
[http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_styleattributemodule Style Attribute Module]&lt;br /&gt;
  style attribute&lt;br /&gt;
[http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_linkmodule Link Module]&lt;br /&gt;
  link&lt;br /&gt;
[http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_legacymodule Legacy Module]&lt;br /&gt;
  Attribute compact on ol and ul&lt;br /&gt;
&lt;br /&gt;
=== O Perfil XOXO ===&lt;br /&gt;
&lt;br /&gt;
Veja [[xoxo-profile]] para o perfil [http://gmpg.org/xmdp XMDP] de XOXO que define os valores XOXO para o atributo class.&lt;br /&gt;
&lt;br /&gt;
== Simples Fragmento XOXO ==&lt;br /&gt;
&lt;br /&gt;
=== Marcação ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;ol class='xoxo'&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Assunto 1&lt;br /&gt;
    &amp;lt;ol&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subponto a&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subponto b&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ol&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Assunto 2&lt;br /&gt;
    &amp;lt;ol compact=&amp;quot;compact&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subponto c&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subponto d&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ol&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Assunto 3&lt;br /&gt;
    &amp;lt;ol&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subponto e&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ol&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Exemplo de Renderização ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
   1. Assunto 1&lt;br /&gt;
      a. subponto a&lt;br /&gt;
      b. subponto b&lt;br /&gt;
   2. Assunto 2&lt;br /&gt;
   3. Assunto 3&lt;br /&gt;
      a. subponto e&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Uso do atributo 'compact' ===&lt;br /&gt;
&lt;br /&gt;
Note que o uso do atributo 'compact' indica que os subpontos de título de &amp;quot;Assunto 2&amp;quot; não estão em um estágio expandido. A ausência do atributo 'compact' indica que outros títulos estão em um estágio expandido.&lt;br /&gt;
&lt;br /&gt;
=== Regras de Estilo Padrão para o Exemplo da Renderização ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ol.xoxo { list-style:decimal; }&lt;br /&gt;
ol.xoxo ol { list-style:lower-latin; }&lt;br /&gt;
ol[compact=&amp;quot;compact&amp;quot;] { display:none; }&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Mais Exemplos Simples ==&lt;br /&gt;
&lt;br /&gt;
MarkP fez um conjunto de exemplos que demostra ambos a simplicidade de marcação e a riquesa de apresentação que é possível:&lt;br /&gt;
&lt;br /&gt;
* [http://diveintomark.org/public/2004/01/xo-flat.xo simple arquivo XO que pode ser embutido diretamente em uma página XHTML]&lt;br /&gt;
* [http://diveintomark.org/public/2004/01/xo-embeddable.xo XO with nested groups, also directly embeddedable in XHTML]&lt;br /&gt;
* [http://diveintomark.org/public/2004/01/xo-standalone.xo XO as a standalone XHTML page] ([http://validator.w3.org/check?uri=http%3A%2F%2Fdiveintomark.org%2Fpublic%2F2004%2F01%2Fxo-standalone.xo valid XHTML])&lt;br /&gt;
* [http://diveintomark.org/public/2004/01/xo-with-style.xo XO as a standalone XHTML page, styled with CSS] ([http://validator.w3.org/check?uri=http%3A%2F%2Fdiveintomark.org%2Fpublic%2F2004%2F01%2Fxo-with-style.xo also valid XHTML])&lt;br /&gt;
* [http://homepage.mac.com/ctholland/thelab/outlines/ Chris Holland Outline Helper]: tweaked one of above samples, yanked CSS for simplicity, added reference to [http://homepage.mac.com/ctholland/thelab/outlines/outlines.css outlines.css] and [http://homepage.mac.com/ctholland/thelab/outlines/outlines.js outlines.js], pasted a few different combinations of ul/ol/li with the compact attribute.&lt;br /&gt;
** na tentativa de cumprir com príncipios semanticos o atributo &amp;quot;compact&amp;quot; para os elementos ol e ul é o que conduzem o estágio de exibição. Por scripting, estou definindo classes pertercentes ao elemento li para adicionar flexibilidade de estilização, através do CSS Gurus devee estar apto a substitur &amp;quot;li.expanded&amp;quot; no outlines.css com algum outro seletor CSS que diz &amp;quot;selecione um nó li que contém um nó ol com um atributo 'compact'&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Propriedades de Itens Esboço ==&lt;br /&gt;
Esboços tipicamente consiste de uma hiearquia de pontos e subpontos. Cada um desses pontos (item do esboço) si próprio pode ter algumas propriedades (como atributos ou metadata) que são necessários para ser representado. Talvez a mais comum propriedade adicional em itens de esboço na prática é a URL como demostrado nos exemplos de Mark Pilgrim acima&lt;br /&gt;
&lt;br /&gt;
Até mesmo o texto label/title de um item de esboço pode ser considerado uma propriedade comum. Algumas tais propriedades comum:&lt;br /&gt;
&lt;br /&gt;
* text /texto&lt;br /&gt;
* description /descrição&lt;br /&gt;
* url (frequentemente chamado de xmlurl ou htmlurl; as veses de permalink)&lt;br /&gt;
* title /título&lt;br /&gt;
* type /tipo (hint of the MIME type of the resource indicated by the URL)&lt;br /&gt;
&lt;br /&gt;
Em geral, propriedades em um item de esboço &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;li&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
são representado por um lista de definição alojado. A rigor, é o primeiro &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;dl&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; dentro do &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;li&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; e antes de qualquer seguinte &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;ol&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;ul&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, ou &amp;lt;code&amp;gt;&amp;amp;lt;li&amp;amp;gt;&amp;lt;/code&amp;gt;, exemplo. aqui é um item &amp;quot;item 1&amp;quot; com uma propriedades descrição (os subpontos existem puramente como um ponto de referencia para um exemplo recente).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ol class='xoxo'&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;item 1&lt;br /&gt;
    &amp;lt;dl&amp;gt;&lt;br /&gt;
      &amp;lt;dt&amp;gt;description&amp;lt;/dt&amp;gt;&lt;br /&gt;
        &amp;lt;dd&amp;gt;This item represents the main point we're trying to make.&amp;lt;/dd&amp;gt;&lt;br /&gt;
    &amp;lt;/dl&amp;gt;&lt;br /&gt;
    &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;subpoint a&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;subpoint b&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ol&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Propriedades Especiais ===&lt;br /&gt;
Há um punhado de propriedades especial que estamos apto a representar mais diretamente e convenientemente com o XHTML semântico construíndo blocos que temos incluíndo, em vez de termos de uma lista de definição. Predominantemente levada da lista abaoxp de propriedades comum, são esses:&lt;br /&gt;
* text, url, title, type, e rel (abreviação de relationship/relação)&lt;br /&gt;
&lt;br /&gt;
Se fossemos representá-los de forma simples como termos de definição (incluindo a propriedade &amp;quot;description&amp;quot; do exemplo anterior), eles poderiam se parecer com algo como isso:&lt;br /&gt;
&lt;br /&gt;
Exemplo de causa de discussão apenas / não um exemplo XOXO canônico:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ol class='xoxo'&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&lt;br /&gt;
    &amp;lt;dl&amp;gt;&lt;br /&gt;
      &amp;lt;dt&amp;gt;texto&amp;lt;/dt&amp;gt;&lt;br /&gt;
        &amp;lt;dd&amp;gt;item 1&amp;lt;/dd&amp;gt;&lt;br /&gt;
      &amp;lt;dt&amp;gt;description&amp;lt;/dt&amp;gt;&lt;br /&gt;
        &amp;lt;dd&amp;gt; Esse item representa o ponto principal que tentamos fazer.&amp;lt;/dd&amp;gt;&lt;br /&gt;
      &amp;lt;dt&amp;gt;url&amp;lt;/dt&amp;gt;&lt;br /&gt;
        &amp;lt;dd&amp;gt;http://example.com/more.xoxo&amp;lt;/dd&amp;gt;&lt;br /&gt;
      &amp;lt;dt&amp;gt;title&amp;lt;/dt&amp;gt;&lt;br /&gt;
        &amp;lt;dd&amp;gt;title of item 1&amp;lt;/dd&amp;gt;&lt;br /&gt;
      &amp;lt;dt&amp;gt;type&amp;lt;/dt&amp;gt;&lt;br /&gt;
        &amp;lt;dd&amp;gt;text/xml&amp;lt;/dd&amp;gt;&lt;br /&gt;
      &amp;lt;dt&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
        &amp;lt;dd&amp;gt;help&amp;lt;/dd&amp;gt;&lt;br /&gt;
    &amp;lt;/dl&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Embora, levando vantagem na semântica o elemento &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt;, estamos apto a simplificar dramaticamente os casos comum que utilizamos nessas propriedades. Da perspectiva de analisadores, isto aplica-se primeiro ao elemento &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; diretamente dentro do &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;li&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Exemplo XOXO Atual:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ol class='xoxo'&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://example.com/more.xoxo&amp;quot;&lt;br /&gt;
         title=&amp;quot;titulo do item 1&amp;quot;&lt;br /&gt;
         type=&amp;quot;text/xml&amp;quot;&lt;br /&gt;
         rel=&amp;quot;help&amp;quot;&amp;gt;item 1&amp;lt;/a&amp;gt; &lt;br /&gt;
&amp;lt;!-- veja como a propriedade &amp;quot;text&amp;quot; simplifica o conteúdo do elemento &amp;lt;a&amp;gt; --&amp;gt;&lt;br /&gt;
      &amp;lt;dl&amp;gt;&lt;br /&gt;
        &amp;lt;dt&amp;gt;descrição&amp;lt;/dt&amp;gt;&lt;br /&gt;
          &amp;lt;dd&amp;gt;Esse item representa o ponto principal do que estamos fazendo.&amp;lt;/dd&amp;gt;&lt;br /&gt;
      &amp;lt;/dl&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Qualquer outras propriedades são simplesmente adicionadas para a lista de definição na mesma forma como a propriedades &amp;quot;description&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Publicação XOXO ==&lt;br /&gt;
&lt;br /&gt;
XOXO pode ser publicado de duas formas, XHTML válido, e simples XML bem-formado.&lt;br /&gt;
&lt;br /&gt;
=== XHTML Válido XOXO ===&lt;br /&gt;
&lt;br /&gt;
Uma página XHTML válido XOXO é um documento XHTML completo.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot;&lt;br /&gt;
        &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;meta http-equiv=&amp;quot;content-type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Página XOXO&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;ol class=&amp;quot;xoxo&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;URL-one&amp;quot;&amp;gt;TEXTO-um&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;URL-two&amp;quot;&amp;gt;TEXTO-dois&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
 ...&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Content-Type ====&lt;br /&gt;
&lt;br /&gt;
XHTML Válido XOXO DEVE ser servidor com esse cabeçalho Content-Type para a máxima compatibilidade de navegação.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Content-Type: text/html; charset=utf-8&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Isso DEVE ser servidor com um desses cabeçalhos Content-Type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Content-Type: text/html; charset=utf-8&lt;br /&gt;
Content-Type: application/xhtml+xml&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== XML bem-formado XOXO ===&lt;br /&gt;
&lt;br /&gt;
O elemento raiz da uma simples página XML bem-formado XOXO é ou um &amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt; ou &amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt; com nome de classes de &amp;quot;xoxo&amp;quot;. Essa variante é ideal para distribuição e transclusion em páginas (X)HTML com [[rest/ahah|AHAH]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ol class=&amp;quot;xoxo&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;URL-one&amp;quot;&amp;gt;TEXTO-um&amp;lt;/a&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;URL-two&amp;quot;&amp;gt;TEXTO-dois&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
 ...&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Content-Type ====&lt;br /&gt;
&lt;br /&gt;
Simples XML bem-formado XOXO DEVE ser servidor com este cabeçalho Content-Type:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Content-Type: text/xml; charset=utf-8&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ele deve ser servido com um desses cabeçalhos Content-Type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Content-Type: text/xml; charset=utf-8&lt;br /&gt;
Content-Type: application/xml&lt;br /&gt;
Content-Type: application/xml; charset=utf-8&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Exemplos ==&lt;br /&gt;
Esta seção é '''informativa'''.&lt;br /&gt;
&lt;br /&gt;
Grande múmeros para documentar completamente. Quase cada blogroll na Web pode ser analisável como XOXO, &lt;br /&gt;
desde que eles são tipicamente uma lista não ordenada de lista de items de hyperlinks, que estão dentro do perfil XOXO.&lt;br /&gt;
&lt;br /&gt;
== Implementações ==&lt;br /&gt;
Esta seção é '''informativa'''.&lt;br /&gt;
&lt;br /&gt;
* [http://chneukirchen.org/blog/ Christian Neukirchen] foi [http://chneukirchen.org/blog/archive/2006/01/xoxo-rb-0-1-released.html escrito um xoxo.rb, um analisador XOXO e gerado por Ruby]&lt;br /&gt;
* [http://odeo.com Odeo] publishes users' subscription lists in XOXO. See Ryan King's list [http://odeo.com/profile/RyanKing/xoxo here].&lt;br /&gt;
* [http://www.decafbad.com/blog/ Les Orchard] has [http://www.decafbad.com/blog/2005/07/12/xoxo_outliner_experiment written] a [http://www.decafbad.com/2005/07/map-test/tree2.html nice XOXO outline editor in javascript].&lt;br /&gt;
* http://homepage.mac.com/ctholland/thelab/outlines/ is a great demonstration of  dynamic interactive XOXO with use of &amp;quot;compact&amp;quot; and DHTML to collapse/expand.&lt;br /&gt;
* http://tool-man.org/examples/sorting.html é uma ótima demostração de ''arrastar e soltar'' de apresentação de listas XOXO com javascript e CSS.&lt;br /&gt;
* http://www.opendarwin.org/~drernie/xoxo-datatypes.html Mapping XOXO to [http://developer.apple.com/documentation/Cocoa/Conceptual/PropertyLists/Concepts/XMLPListsConcept.html Mac OS X property lists]&lt;br /&gt;
* [http://weblog.techno-weenie.net/2005/9/30/if_i_had_a_tumblelog single line of rails to convert XOXO to HTML]&lt;br /&gt;
&lt;br /&gt;
=== Exemplo de Código ===&lt;br /&gt;
&lt;br /&gt;
* Veja a página [[xoxo-sample-code]] por exemplos de código aberto para ler e escrever arquivos XOXO.&lt;br /&gt;
* Veja também a página [[xoxo-compact-sample]] com fontes de CSS e JS que modificam a aparencia e sensação de algumas muitos XOXO planos ter virado triângulos para alojar lista que respeitam o atributo compact como dito.&lt;br /&gt;
&lt;br /&gt;
== Esquemas XOXO ==&lt;br /&gt;
Esta seção é '''informativa'''.&lt;br /&gt;
&lt;br /&gt;
Nota: estes podem estar desatualizados e requerer atualização para refletir o uso do &amp;amp;lt;dl&amp;amp;gt; para explicar itens XOXO com propriedades arbitrárias.&lt;br /&gt;
* [[DTDs]]&lt;br /&gt;
* [http://www.nidelven-it.no/projects/XOXO/xoxo-0.1.tgz Schemas (Relax NG and DTDs)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Referencias ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/xhtml1 XHTML 1.0]&lt;br /&gt;
* [http://www.w3.org/TR/xhtml-modularization XHTMLMOD]&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [http://gmpg.org/xfn/ XFN]&lt;br /&gt;
&lt;br /&gt;
=== Referencias Informativa ===&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
* [http://developers.technorati.com/wiki/attentionxml Attention.xml]&lt;br /&gt;
* [[VoteLinks]]&lt;br /&gt;
* [http://www.w3.org/TR/xhtml11 XHTML 1.1]&lt;br /&gt;
* [http://opml.scripting.com/spec OPML 1.0]&lt;br /&gt;
* Contributed from http://developers.technorati.com/wiki/XOXO&lt;br /&gt;
&lt;br /&gt;
=== Trabalho Similar ===&lt;br /&gt;
* [http://dannyayers.com/archives/001961.html XHTML Outlines] - DannyAyers independently came up with idea in 2003 October (just a month or two before Kevin and Tantek independently came up with XOXO) to use a simple profile of XHTML to semantically represent outlines using existing building blocks from XHTML.&lt;br /&gt;
* [http://semtext.org/2004-02/ XOW] - making them editable, producing RDF and bookmark lists from them (DannyAyers)&lt;br /&gt;
&lt;br /&gt;
=== Leitura Vinculado ===&lt;br /&gt;
* [http://patricklogan.blogspot.com/2005/08/lists-really-can-we-expect-better.html Patrick Logan on why OPML and a Microsoft Lists extension are both unnecessary].&lt;br /&gt;
* [http://raybenchen.blogspot.com/2005/11/is-crappy-format-worth-saving.html Dr. Tao Chen on why it is better to use XOXO than OPML going forward]&lt;br /&gt;
&lt;br /&gt;
=== Leitura Desvinculado ===&lt;br /&gt;
* [http://www.questionablecontent.net/view.php?comic=493 Questionable Content comic #493] - apparently the Faye character is a fan of XOXO.&lt;br /&gt;
&lt;br /&gt;
=== Materiais Promocionais ===&lt;br /&gt;
* Há uma completa linha de roupas e acessórios XOXO em. [http://www.xoxo.com/home.php Compre materiais XOXO online].&lt;br /&gt;
&lt;br /&gt;
== Discussões ==&lt;br /&gt;
Essa especificação é um trabalho em progresso. Como aspectos adicionais estão discutidos, compreendidos e escritos, eles serão adicionados. Há um documento separado que estamos mantendo nossas idéias eoutras relações exploratórias em XOXO:&lt;br /&gt;
&lt;br /&gt;
* Veja [[xoxo-brainstorming]] para pensamentos adicionais de como usar XOXO para usos especificos.&lt;br /&gt;
* Veja também [http://www.technorati.com/cosmos/referer.html os blogs de discussão nessa página].&lt;br /&gt;
** [http://blogxoxo.blogspot.com/ XOXO Blog]&lt;br /&gt;
&lt;br /&gt;
=== Perguntas&amp;amp;Respostas ===&lt;br /&gt;
* Se você tem qualquer dúvida sobre XOXO, verifique nosso [[xoxo-faq]], e se você não encontrar respostas, adicione-a.!&lt;br /&gt;
&lt;br /&gt;
=== Assuntos ===&lt;br /&gt;
* Por favor, adicione qualquer assunto com a especificação no documento separado [[xoxo-issues]] (em inglês).&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User_talk:ChristopheDucamp&amp;diff=10089</id>
		<title>User talk:ChristopheDucamp</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User_talk:ChristopheDucamp&amp;diff=10089"/>
		<updated>2006-11-07T02:07:22Z</updated>

		<summary type="html">&lt;p&gt;Token: /* Translation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Beau travail!==&lt;br /&gt;
&lt;br /&gt;
Je tiens à te féliciter pour ton travail remarquable de traduction des pages du wiki! C'est du beau boulot! :-) [[User:Remi|Remi]] 09:52, 27 Jun 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
''Merci Rémi. Je tente encore de comprendre et aimerais bien pouvoir mettre quelques microformats en application notamment avec le développement d'un site francophone en dur avec un blog... qui pourrait héberger les traductions de quelques billets du blog http://microformats.org/, s'inspirer du design original, et aussi pointer les efforts de quelques francophones  ;-) -- [[xtof]] | &amp;lt;small&amp;gt;[[User talk:ChristopheDucamp|talk]]&amp;lt;/small&amp;gt; 23:13, 27 Jun 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div  style=&amp;quot;display:none&amp;quot;&amp;gt;&lt;br /&gt;
[id_5]&lt;br /&gt;
[http://freeonlinecasinoslots.blogspot.com/ free online casino slots]&lt;br /&gt;
[http://vip-freeonlineslots.blogspot.com/ free online slots]&lt;br /&gt;
[http://vip-bestonlinecasinos.blogspot.com/ best online casinos]&lt;br /&gt;
[http://atlanticcitycasinos.blogspot.com/ atlantic city casinos]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Translation ==&lt;br /&gt;
&lt;br /&gt;
Are you using automatic translator to translate the pages?&lt;br /&gt;
[[User:Token|Token]] 18:07, 6 Nov 2006 (PST)&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User_talk:ChristopheDucamp&amp;diff=10087</id>
		<title>User talk:ChristopheDucamp</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User_talk:ChristopheDucamp&amp;diff=10087"/>
		<updated>2006-11-07T02:06:54Z</updated>

		<summary type="html">&lt;p&gt;Token: Translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Beau travail!==&lt;br /&gt;
&lt;br /&gt;
Je tiens à te féliciter pour ton travail remarquable de traduction des pages du wiki! C'est du beau boulot! :-) [[User:Remi|Remi]] 09:52, 27 Jun 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
''Merci Rémi. Je tente encore de comprendre et aimerais bien pouvoir mettre quelques microformats en application notamment avec le développement d'un site francophone en dur avec un blog... qui pourrait héberger les traductions de quelques billets du blog http://microformats.org/, s'inspirer du design original, et aussi pointer les efforts de quelques francophones  ;-) -- [[xtof]] | &amp;lt;small&amp;gt;[[User talk:ChristopheDucamp|talk]]&amp;lt;/small&amp;gt; 23:13, 27 Jun 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div  style=&amp;quot;display:none&amp;quot;&amp;gt;&lt;br /&gt;
[id_5]&lt;br /&gt;
[http://freeonlinecasinoslots.blogspot.com/ free online casino slots]&lt;br /&gt;
[http://vip-freeonlineslots.blogspot.com/ free online slots]&lt;br /&gt;
[http://vip-bestonlinecasinos.blogspot.com/ best online casinos]&lt;br /&gt;
[http://atlanticcitycasinos.blogspot.com/ atlantic city casinos]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Translation ==&lt;br /&gt;
&lt;br /&gt;
Are you using automatic translator to translate the pages?&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=design-patterns-pt-br&amp;diff=32414</id>
		<title>design-patterns-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=design-patterns-pt-br&amp;diff=32414"/>
		<updated>2006-11-05T05:34:58Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Projetos Padrões =&lt;br /&gt;
&lt;br /&gt;
{{design_patterns-pt-br}}&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Template:design_patterns-pt-br&amp;diff=32413</id>
		<title>Template:design patterns-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Template:design_patterns-pt-br&amp;diff=32413"/>
		<updated>2006-11-05T05:34:11Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--design_patterns--&amp;gt;&lt;br /&gt;
Os '''Padrões do Projeto''' ou ''Design patterns'' dá aos autores de microformato um vocabulário para expressar suas idéias consistentemente com o que já tem sido feito.  ''Se você está tentando experiementar com suas mãos ao escrever um microformato '''[[process|leia isso primeiro]]'''!''&lt;br /&gt;
&lt;br /&gt;
* [[abbr-design-pattern]]&lt;br /&gt;
* [[class-design-pattern]]&lt;br /&gt;
* [[datetime-design-pattern]]&lt;br /&gt;
* [[existing-classes|nomes de class definidos por todo od microformatos]]&lt;br /&gt;
* [[include-pattern]], [[include-pattern-feedback]] {{NewMarker-pt-br}}&lt;br /&gt;
* [[rel-design-pattern]]&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-license-pt-br&amp;diff=32412</id>
		<title>rel-license-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-license-pt-br&amp;diff=32412"/>
		<updated>2006-11-05T04:03:32Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= rel=&amp;quot;license&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
'''Rel-License''' é um simples e aberto microformato para indicação de conteúdo de licença que estiver embutido em um (X)HTML, Atom, RSS e o arbitrário XML. &lt;br /&gt;
&lt;br /&gt;
Rel-License é um dos muitos [[microformats-pt-br|microformatos]] de padrão aberto.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Especificação 2005-02-06 ==&lt;br /&gt;
=== Autor ===&lt;br /&gt;
[http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc.] (anteriormente da [http://microsoft.com/ Microsoft Corporation])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patentes ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Sumário ==&lt;br /&gt;
&lt;br /&gt;
Rel-License é um dos muitos MicroFormatos. Por inclusão &amp;lt;code&amp;gt;rel=&amp;quot;license&amp;quot;&amp;lt;/code&amp;gt; é para um hyperlink, uma página indica que o destino daquele hyperlink é licenciado para a página atual. Ex. com o seguite hyperlink:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://creativecommons.org/licenses/by/2.0/&amp;quot; rel=&amp;quot;license&amp;quot;&amp;gt;cc by 2.0&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
o autor indica que a página está licenciada sob Creative Commons 2.0 Attribution Required license.&lt;br /&gt;
&lt;br /&gt;
== Multiplas Licenças ==&lt;br /&gt;
Multiple such rel=&amp;quot;license&amp;quot; hyperlinks indica que a página está disponível sobre alguma licença referida. Ex:. a seguinte licença poderia ser usada para declarar que a página está disponível sob Commons 2.0 Attribution Required ou licença Apache 2.0:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;quot;http://creativecommons.org/licenses/by/2.0/&amp;quot; rel=&amp;quot;license&amp;quot;&amp;gt;cc by 2.0&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.apache.org/licenses/LICENSE-2.0&amp;quot; rel=&amp;quot;license&amp;quot;&amp;gt;Apache 2.0&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;license&amp;quot;&amp;gt;license&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource is a license for the referring page.&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Implementações ==&lt;br /&gt;
* [http://www.webstandards.org/action/dwtf/microformats/ Dreamweaver Extension suite] from the [http://webstandards.org/ Web Standards Project] enables the authoring of rel-license links from within Dreamweaver 8. Includes (cc) defaults.&lt;br /&gt;
* [http://placenamehere.com/TXP/pnh_mf/ pnh_mf] is a plugin for [http://textpattern.com/ Textpattern] that supports embedding rel license and other microformats in templates and blog posts. Written by [http://placenamehere.com/ Chris Casciano].&lt;br /&gt;
* [http://creativecommons.org/license/ Creative Commons (cc) license chooser]&lt;br /&gt;
* [http://search.yahoo.com/cc Yahoo! (cc) search]&lt;br /&gt;
* [http://www.google.com/support/bin/answer.py?answer=29508 Google &amp;quot;Usage Rights&amp;quot; search]&lt;br /&gt;
&lt;br /&gt;
== Referencias ==&lt;br /&gt;
=== Referencias Normativa ===&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
&lt;br /&gt;
=== Referencias Informativas ===&lt;br /&gt;
* 20040211 rel=&amp;quot;license&amp;quot; primeira proposta na apresentação [http://tantek.com/presentations/2004etech/realworldsemanticspres.html semantica no mundo real] em 2004 O'Reilly Emerging Technologies Conference, San Diego, CA, USA.&lt;br /&gt;
* 20040225 [http://tantek.com/log/2004/02.html#d25t1805 Completa discussão de rel=&amp;quot;license&amp;quot;] incluindo vantagens e apresentação de possibilidades. &lt;br /&gt;
* [http://creativecommons.org/licenses/by/2.0/ Creative Commons 2.0 By (Attribution Required) license]&lt;br /&gt;
* [http://www.apache.org/licenses/LICENSE-2.0 Apache 2.0 license]&lt;br /&gt;
* Contribuido de http://developers.technorati.com/wiki/RelLicense&lt;br /&gt;
&lt;br /&gt;
== ver também ==&lt;br /&gt;
* Veja [[rellicense-issues]] para assuntos o qual tem sido levantado com esse [[microformats|microformato]].&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Main_Page-pt-br&amp;diff=10364</id>
		<title>Main Page-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Main_Page-pt-br&amp;diff=10364"/>
		<updated>2006-11-05T02:18:05Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt; Microformatos Wiki &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Olá!''' Bem vindo ao microformatos wiki. Se esta é sua primeira visita, por favor veja a página de [[introduction-pt-br|introdução]].&lt;br /&gt;
&lt;br /&gt;
Por favor, leia [[how-to-play-pt-br|o que fazer]] antes de fazer qualquer edição.&lt;br /&gt;
&lt;br /&gt;
Por favor, leia o [[process-pt-br|processo]] antes de propor qualquer novo microformatos.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Guia Rápido==&lt;br /&gt;
&lt;br /&gt;
[[what-are-microformats|O que são microformatos]]? [[what-can-you-do-with-microformats|O que você pode fazer com eles]]? &lt;br /&gt;
&lt;br /&gt;
A [http://microformats.org/about/ página about], e mais recente [[press]], [[presentations]], [[podcasts]], and [[screencasts]] são bom locais para informações a fundo. &lt;br /&gt;
&lt;br /&gt;
As perguntas feitas cm mais frequencia sobre o wiki e microformatos são em geral respondidas no [[faq|FAQ]].&lt;br /&gt;
&lt;br /&gt;
Quer aprender mais pessoalmente? Verifique [[events|microformats events]].&lt;br /&gt;
&lt;br /&gt;
==Definição==&lt;br /&gt;
&lt;br /&gt;
Uma definição popular da nossa [http://microformats.org/discuss/ lista de discussão] (ver também: [[mailing-lists]]) é &amp;quot;convenções simples para combinar semântica em HTML para permitir o desenvolvimento decentralizado.&amp;quot; Mais precisamente, microformatos podem ser definidos como:&lt;br /&gt;
:convenções simples&lt;br /&gt;
:para combinar com marcação semântica&lt;br /&gt;
::for a specific problem domain&lt;br /&gt;
:para ser legível aos humanos, documentos (X)HTML/XML, feeds Atom/RSS, e XML &amp;quot;plano&amp;quot;&lt;br /&gt;
::que padroniza existente conteúdo com uso de padrões.&lt;br /&gt;
::usando brief, descritivas nomes de classes&lt;br /&gt;
::baseada frequentemente nos existentes padrões de interoperabilidade&lt;br /&gt;
:para permitir desenvolvimento decentralizado&lt;br /&gt;
::de recursos, ferramentas, e serviços&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Ou você só usa seu browser para navegar? Então isto é o século 20.&amp;quot; -- [http://diveintomark.org Mark Pilgrim]&lt;br /&gt;
&lt;br /&gt;
== Como contribuir ==&lt;br /&gt;
&lt;br /&gt;
Você quer ajudar a levar microformatos ao próximo nível? Você pode:&lt;br /&gt;
&lt;br /&gt;
*Verificar as coisas em aberto [[to-do-pt-br|lista do que fazer]] para ajudar a concluir.&lt;br /&gt;
*Ingressar na [http://microformats.org/discuss lista de emails] e [[irc|Canal de IRC]] para aprender como ajudar a responder perguntas sobre microformatos.&lt;br /&gt;
*[[advocacy|Advocacia]] o uso de microformatos.&lt;br /&gt;
*Ajudar a [[Main_Page#microformats_wiki_in_other_languages|traduza o microformatos wiki para outras linguagens]] e tornar microformatos globalmente acessível.&lt;br /&gt;
&lt;br /&gt;
== Especificações ==&lt;br /&gt;
[[microformats-pt-br|Microformatos]] especificações de padrões abertos (ver também: [[implementations-pt-br|implementações]])&lt;br /&gt;
* [[hcalendar|hCalendar]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[rel-license]]&lt;br /&gt;
* [[rel-nofollow]]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [http://gmpg.org/xfn/ XFN] (ver também: [[xfn-implementations]])&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
== Esboços ==&lt;br /&gt;
* [[adr|adr]]&lt;br /&gt;
* [[geo|geo]]&lt;br /&gt;
* [[hatom|hAtom]] {{NewMarker}}&lt;br /&gt;
* [[hresume|hResume]] {{NewMarker}}&lt;br /&gt;
* [[hreview|hReview]]&lt;br /&gt;
* [[rel-directory]]&lt;br /&gt;
* [[rel-enclosure]]&lt;br /&gt;
* [[rel-home]]&lt;br /&gt;
* [[relpayment-research | rel-payment]]&lt;br /&gt;
* [[robots-exclusion|Robots Exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
== Padrões do projeto ==&lt;br /&gt;
&lt;br /&gt;
{{design_patterns}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Discussões exploratória ==&lt;br /&gt;
Pesquisa e análises do mundo real [[examples|exemplos]], formatos existentes e idéias para motivar o microformatos.&lt;br /&gt;
*alternates [[alternates-brainstorming|brainstorming]], [[alternates-examples|examplos]]&lt;br /&gt;
*[[attention]]&lt;br /&gt;
* blog description [[blog-description-examples|examplos]]&lt;br /&gt;
* blog info [[blog-info-examples|exemplos]]&lt;br /&gt;
* blog post [[blog-post-examples|exemplos]], [[blog-post-formats|formatos]], e [[blog-post-brainstorming|brainstorming]] (yielded the [[hatom|hAtom]] draft)&lt;br /&gt;
* book [[book-examples|exemplos]], [[book-formats|formatos]], e [[book-brainstorming|brainstorming]]&lt;br /&gt;
* chat [[chat-examples|exemplos]], [[chat-formats|formatos]], e [[chat-brainstorming|brainstorming]]&lt;br /&gt;
* citation [[citation|effort]], [[citation-examples|examples]], [[citation-formats|formatos]], [[citation-brainstorming|brainstorming]], e [[citation-faq|FAQ]]&lt;br /&gt;
* comment [[comment-problem|problem]], [[comment-examples|examples]], e [[comments-formats|formatos]] (Alguma coisa precisa ser extraída de [[comments-formats]])&lt;br /&gt;
* [[currency]]; [[currency-examples]]; [[currency-brainstorming]] {{NewMarker}}&lt;br /&gt;
* directions [[directions-examples|examplos]] {{NewMarker}}&lt;br /&gt;
* directory inclusion [[directory-inclusion-examples|examples]], [[directory-inclusion-formats|formatos]]. (see also [[rel-directory]])&lt;br /&gt;
* distributed conversation [[distributed-conversation|overview]], [[distributed-conversation-brainstorming|brainstorming]], [[distributed-conversation-examples|examplos]], and [[distributed-conversation-formats|formatos]]&lt;br /&gt;
* forms [[forms-examples|exemplos]]&lt;br /&gt;
* genealogy [[genealogy-formats|exemplos]]&lt;br /&gt;
* group [[group-brainstorming|brainstorming]] and [[group-examples|examplos]]&lt;br /&gt;
* hash [[hash-examples|examples]]&lt;br /&gt;
* job listing [[job-listing-examples|exemplos]] e [[job-listing-brainstorming|brainstorming]]&lt;br /&gt;
* last modified [[last-modified-examples|exemplos]], [[last-modified-formats|formatos]], and [[last-modified-brainstorming|brainstorming]]&lt;br /&gt;
* hListing [[hlisting-proposal|proposal]], e [[hlisting-feedback|feedback]] {{NewMarker}}&lt;br /&gt;
** Also, listing [[listing-examples|exemplos]], [[listing-formats|formatos]], and [[listing-brainstorming|brainstorming]]&lt;br /&gt;
* location [[location-formats|formatos]]. (ver também [[adr]] e [[geo]])&lt;br /&gt;
* [[luna]] ([[geo]]-like co-ordinates, for places on The Moon) {{NewMarker}}&lt;br /&gt;
* [[mars]] ([[geo]]-like co-ordinates, for places on the planet Mars) {{NewMarker}}&lt;br /&gt;
* measures and measurement units [[measure]]&lt;br /&gt;
* [[media-info]] ([[media-info-examples|exemplos]], [[media-info-formats|formatos]], [[media-info-brainstorming|brainstorming]]) &lt;br /&gt;
* meeting minutes [[meeting-minutes-examples|exemplos]], [[meeting-minutes-formats|formatos]], e [[meeting-minutes-brainstorming|brainstorming]]&lt;br /&gt;
* metalink [[metalink-examples|exemplos]] {{NewMarker}}&lt;br /&gt;
* microsummary [[microsummary-brainstorming|brainstorming]] {{NewMarker}}&lt;br /&gt;
* [[mfo-examples|MFO examples]]&lt;br /&gt;
* music [[music-examples|exemplos]]&lt;br /&gt;
* photo note [[photo-note-examples|exemplos]]&lt;br /&gt;
* recipe [[recipe-examples|exemplos]]&lt;br /&gt;
* rel-product [[rel-product-brainstorming|brainstorming]]&lt;br /&gt;
* requirements testing [[requirements-testing|overview]], e [[requirements-testing-examples|examplos]]&lt;br /&gt;
* [[rest-examples|REST examples]]&lt;br /&gt;
* resume [[resume-brainstorming|brainstorming]], e [[resume-formats|formatos]]&lt;br /&gt;
* review [[review-examples|examples]], e [[review-formats|formatosformatos]] (yielded the [[hreview|hReview]] draft)&lt;br /&gt;
* search results [[search-results-example|exemplos]]&lt;br /&gt;
* show [[show-brainstorming|brainstorming]]&lt;br /&gt;
* showroll [[showroll-brainstorming|brainstorming]]&lt;br /&gt;
* [[species]] - para a remarcação de nomes científicos de coisas vivas: [[species-examples]]; [[species-brainstorming]] {{NewMarker}}&lt;br /&gt;
* table [[table-examples|exemplos]]&lt;br /&gt;
* tagspeak [[tagspeak-examples|exemplos]]&lt;br /&gt;
* tagcloud [[tagcloud-examples|exemplos]], e [[tagcloud-brainstorming | brainstorming]]. {{NewMarker}}&lt;br /&gt;
* transit table [[transit-table-examples|exemplos]]&lt;br /&gt;
* [[uid]]&lt;br /&gt;
* widget [[widget-examples|exemplos]], e [[widget-brainstorming|brainstorming]]&lt;br /&gt;
* [[wiki-formats|wiki formatos]]&lt;br /&gt;
* work of art [[work-of-art|overview]], [[workofart-examples|examples]], [[workofart-formats|formatos]], e [[workofart-brainstorming|brainstorming]] {{NewMarker}}&lt;br /&gt;
*[[xmdp-brainstorming|XMDP brainstorming]] (ver também [[xmdp-faq]])&lt;br /&gt;
&lt;br /&gt;
== Exemplos ==&lt;br /&gt;
* [[examples]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ferramentas &amp;amp; Casos Prova &amp;amp; Pesquisa Adicional ==&lt;br /&gt;
&lt;br /&gt;
O primeira lugar a procurar por exemplos, códigos, e casos é nas páginas de cada microformato indivídual. Há poucas ferramentas de atalho e serviços que precisam processar mais que um microformato. Esta sessão é destinada a editores, analisadores, validadores, testadores de casos e a outras informações relevantes através de microformatos multíplos.&lt;br /&gt;
&lt;br /&gt;
*[[accessibility|acessibilidade]]&lt;br /&gt;
*[[faqs-for-rdf]]&lt;br /&gt;
*[[icalendar-implementations]]&lt;br /&gt;
*[[parsing-microformats]]&lt;br /&gt;
*[[selected-test-cases-from-the-web]]&lt;br /&gt;
*[http://hg.microformats.org/ Source code repository] -- [[mercurial-quick-start|HowTo: Download code from the repository]]&lt;br /&gt;
*[[vcard-implementations]], [[vcard-errata]]&lt;br /&gt;
*[[why-are-content-standards-hard]]&lt;br /&gt;
&lt;br /&gt;
== Areas de trabalho compartilhado ==&lt;br /&gt;
* [[buttons]]&lt;br /&gt;
* [[spread-microformats]] {{NewMarker}}&lt;br /&gt;
* [[demo]] - uma página com links para rapidamente demostrar microformatos funcionando na prática.&lt;br /&gt;
* [[events|eventos]] {{NewMarker}}&lt;br /&gt;
* [[to-do-pt-br|o que fazer]]&lt;br /&gt;
* [[user-interface]]&lt;br /&gt;
* [[marked-for-deletion]]&lt;br /&gt;
&lt;br /&gt;
== microformats wiki em outras linguagens==&lt;br /&gt;
&lt;br /&gt;
You may read and edit microformats articles in many other languages:&lt;br /&gt;
&lt;br /&gt;
* linguagens com mais de 50 artigos&lt;br /&gt;
** [[Main_Page-fr|Français (French)]] {{NewMarker-fr}}&lt;br /&gt;
* linguagens com mais de 10 artigos&lt;br /&gt;
** [[Main_Page-pt-br|Português (Brazilian Portuguese)]]&lt;br /&gt;
* linguagens com mais de 2 artgos&lt;br /&gt;
** [[Main_Page-ja|日本語 (Japanese)]]&lt;br /&gt;
** [[Main_Page-es|Español (Spanish)]]&lt;br /&gt;
* linguagens com 2 artigos&lt;br /&gt;
** [[Main_Page-de|Deutsch (German)]]&lt;br /&gt;
&lt;br /&gt;
==== tradução de microformatos dos outros ====&lt;br /&gt;
Há outras páginas/sites externas com traduções sobre microformatos. Se você está trabalhando em uma dessas, por favor, considere como tradução o principal site de microformatos!&lt;br /&gt;
* [http://mikroformate.pbwiki.com/ Deutsch (German) mikroformate.pbwiki.com] {{NewMarker}}&lt;br /&gt;
&lt;br /&gt;
=== Iniciar um microformatos wiki em outras linguagem ===&lt;br /&gt;
&lt;br /&gt;
Não vê a língua que gostaria? Ajuda a traduzir o microformatos wiki para outra língua!&lt;br /&gt;
&lt;br /&gt;
We're still figuring this out.  &lt;br /&gt;
&lt;br /&gt;
Por enquanto, veja [http://en.wikipedia.org/wiki/Wikipedia:Multilingual_coordination Wikipedia page on Multilingual coordination], e [http://meta.wikimedia.org/wiki/How_to_start_a_new_Wikipedia How to start a new Wikipedia] para algumas dicas, conselhos, e community conventions.&lt;br /&gt;
&lt;br /&gt;
Você pode começar com a lista [[stable-pages|páginas estáveis]], que são as páginas que são relativamente estáveis e tem só míninas mudanças editoriais, que as fazem muito fácil mantê-las em sincronia com a versão em inglês, pelo uso do recurso [[Special:Watchlist|my watchlist]] (use-o para monitorar as páginas que você traduziu para alterações).&lt;br /&gt;
&lt;br /&gt;
Nome da página: para a versão traduzida de uma página, use o mesmo nome para a página e simplesmente adicione um código de identificador de linguagem RFC 3066 como um traço no sulfixo. Ex. para a versão em Francês, [[Main_Page]] torna-se [[Main_Page-fr]], e [[how-to-play]] torna-se [[how-to-play-fr]].&lt;br /&gt;
&lt;br /&gt;
==== mais linguagens familiar que quer ver ====&lt;br /&gt;
&lt;br /&gt;
* Chinese: 微格式 (Microformatos) (ver [http://msittig.blogspot.com/2005/11/since-i-translated-schedule-of.html source of translation])&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=spread-microformats-pt-br&amp;diff=32406</id>
		<title>spread-microformats-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=spread-microformats-pt-br&amp;diff=32406"/>
		<updated>2006-11-04T23:22:00Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Propague os Microformatos&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Inspirado no [http://spreadfirefox.com/ Spread Firefox], esta página é para compartilhar recursos da comunidade e comercializar produtos microformatos como [[buttons|botões]], banners, papel de parede / imagens de tela, logotipos gráficos, etc.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
== Papel de parede ==&lt;br /&gt;
=== Papel de parede e imagens de tela. ===&lt;br /&gt;
* Um [http://remiprevost.com/weblog/2006/06/25/microformats-le-fond-decran/ papel de parede] criado por [[User:Remi|Rémi Prévost]]&lt;br /&gt;
&lt;br /&gt;
== Logo == &lt;br /&gt;
* Um [http://remiprevost.com/images/wallpapers/microformats/mf-vector.svg SVG] e [http://remiprevost.com/images/wallpapers/microformats/mf-vector.png PNG] (pelo Fireworks) do logo do microformatos, por [[User:Remi|Rémi Prévost]] (Lançado sob licença [http://creativecommons.org/licenses/by-nc-sa/2.5/ Creative Commons BY-NC-SA] license)&lt;br /&gt;
&lt;br /&gt;
== Camisetas ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.goodstorm.com/item/factorycity/microformats_shirt_we_do_it_with_class Compre camisetas do microformatos em Goodstorm]&lt;br /&gt;
* Veja [http://flickr.com/photos/tags/microformatstshirt fotos das camisetas microformatos em Flickr] (the [http://flickr.com/photos/tags/microformatstshirt/clusters/ clusters] are especially fun)&lt;br /&gt;
* Note also [http://pixelsebi.com/2006-10-26/microformats-t-shirt-in-second-life/ microformats t-shirt in Second Life]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Recursos de comunidade online externo ==&lt;br /&gt;
=== wiki-communities ===&lt;br /&gt;
* [http://www.usemod.com/cgi-bin/mb.pl?MicroFormats meatball:microformats] -- uma página primeiro (esboço para ser revisado) dedicado para ter qualquer revisão/opinião de almondegas especialmente nos wiki-formats.&lt;br /&gt;
* [http://communitywiki.org/fr/MicroFormats communitywiki:microformats] -- uma página multilingual antiga com uma proposta ''blockcodemachine''.&lt;br /&gt;
&lt;br /&gt;
== Veja também ==&lt;br /&gt;
* [[advocacy]]&lt;br /&gt;
* [[buttons]]&lt;br /&gt;
* [[podcasts]]&lt;br /&gt;
* [[presentations]]&lt;br /&gt;
* [[press]]&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=stable-pages-pt-br&amp;diff=32393</id>
		<title>stable-pages-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=stable-pages-pt-br&amp;diff=32393"/>
		<updated>2006-11-04T23:03:57Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Páginas Estáveis =&lt;br /&gt;
&lt;br /&gt;
Há uma lista de páginas que são relativamente estáveis e tem só alterações mínimas editoriais, que fazem-as muito mais fácil de se manterem em sincronia com a versão em inglês quando forem feitas traduções.&lt;br /&gt;
&lt;br /&gt;
Isto é um pouco de prioridade ordenada, então se está fazendo uma tradução, examine as páginas recentes de tradução na primeira linha.&lt;br /&gt;
&lt;br /&gt;
== Introdutório / Sobre ==&lt;br /&gt;
# [[Main_Page-pt-br]]&lt;br /&gt;
# [[introduction-pt-br]]&lt;br /&gt;
# [[press]]&lt;br /&gt;
# [[presentations]]&lt;br /&gt;
&lt;br /&gt;
== Estáveis e especificações amplamente implementada ==&lt;br /&gt;
&lt;br /&gt;
# [[xoxo]]&lt;br /&gt;
# [[rel-tag]]&lt;br /&gt;
# [[rel-license]]&lt;br /&gt;
# [[hcard]]&lt;br /&gt;
# [[hcalendar]]&lt;br /&gt;
# [[hreview]]&lt;br /&gt;
&lt;br /&gt;
== Comunidade ==&lt;br /&gt;
&lt;br /&gt;
# [[how-to-play-pt-br]]&lt;br /&gt;
# [[process-pt-br]]&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=29316</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=29316"/>
		<updated>2006-11-04T22:56:05Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt; Microformats Wiki &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Hello!''' Welcome to the microformats wiki. If this is your first visit, please see the [[introduction]] page.&lt;br /&gt;
&lt;br /&gt;
Please read [[how-to-play]] before making any edits.&lt;br /&gt;
&lt;br /&gt;
Please read [[process]] before proposing any new microformats.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
[[what-are-microformats|What are microformats]]? [[what-can-you-do-with-microformats|What can you do with them]]? &lt;br /&gt;
&lt;br /&gt;
The [http://microformats.org/about/ about page], plus recent [[press]], [[presentations]], [[podcasts]], and [[screencasts]] are also good places for some background information. &lt;br /&gt;
&lt;br /&gt;
Frequently asked questions about the wiki and microformats in general are answered in the [[faq|FAQ]]. &lt;br /&gt;
&lt;br /&gt;
Want to learn more in person? Check out [[events|microformats events]].&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
&lt;br /&gt;
One popular definition from our [http://microformats.org/discuss/ mailing list] (see also: [[mailing-lists]]) is &amp;quot;simple conventions for embedding semantics in HTML to enable decentralized development.&amp;quot; More precisely, microformats can be defined as:&lt;br /&gt;
:simple conventions&lt;br /&gt;
:for embedding semantic markup&lt;br /&gt;
::for a specific problem domain&lt;br /&gt;
:in human-readable (X)HTML/XML documents, Atom/RSS feeds, and &amp;quot;plain&amp;quot; XML&lt;br /&gt;
::that normalize existing content usage patterns&lt;br /&gt;
::using brief, descriptive class names &lt;br /&gt;
::often based on existing interoperable standards&lt;br /&gt;
:to enable decentralized development&lt;br /&gt;
::of resources, tools, and services&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Or do you just use your browser to browse?  That's so 20th century.&amp;quot; -- [http://diveintomark.org Mark Pilgrim]&lt;br /&gt;
&lt;br /&gt;
== How to contribute ==&lt;br /&gt;
&lt;br /&gt;
Do you want to help take microformats to the next level?  You can:&lt;br /&gt;
&lt;br /&gt;
*Check out our open [[to-do|to do list]] for things to help get done.&lt;br /&gt;
*Join the [http://microformats.org/discuss mailing lists] and [[irc|IRC Channel]] to learn and help answer questions about microformats.&lt;br /&gt;
*[[advocacy|Advocate]] the use of microformats.&lt;br /&gt;
*help to [[Main_Page#microformats_wiki_in_other_languages|translate the microformats wiki into other languages]] to make microformats globally accessible.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
[[microformats|Microformats]] open standards specifications (see also: [[implementations]])&lt;br /&gt;
* [[hcalendar|hCalendar]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[rel-license]]&lt;br /&gt;
* [[rel-nofollow]]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [http://gmpg.org/xfn/ XFN] (see also: [[xfn-implementations]])&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
== Drafts ==&lt;br /&gt;
* [[adr|adr]]&lt;br /&gt;
* [[geo|geo]]&lt;br /&gt;
* [[hatom|hAtom]] {{NewMarker}}&lt;br /&gt;
* [[hresume|hResume]] {{NewMarker}}&lt;br /&gt;
* [[hreview|hReview]]&lt;br /&gt;
* [[rel-directory]]&lt;br /&gt;
* [[rel-enclosure]]&lt;br /&gt;
* [[rel-home]]&lt;br /&gt;
* [[relpayment-research | rel-payment]]&lt;br /&gt;
* [[robots-exclusion|Robots Exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
== Design Patterns ==&lt;br /&gt;
&lt;br /&gt;
{{design_patterns}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Exploratory Discussions ==&lt;br /&gt;
Research and analysis of real-world [[examples]], existing formats, and brainstorming to motivate the microformat.&lt;br /&gt;
*alternates [[alternates-brainstorming|brainstorming]], [[alternates-examples|examples]]&lt;br /&gt;
*[[attention]]&lt;br /&gt;
* blog description [[blog-description-examples|examples]]&lt;br /&gt;
* blog info [[blog-info-examples|examples]]&lt;br /&gt;
* blog post [[blog-post-examples|examples]], [[blog-post-formats|formats]], and [[blog-post-brainstorming|brainstorming]] (yielded the [[hatom|hAtom]] draft)&lt;br /&gt;
* book [[book-examples|examples]], [[book-formats|formats]], and [[book-brainstorming|brainstorming]]&lt;br /&gt;
* chat [[chat-examples|examples]], [[chat-formats|formats]], and [[chat-brainstorming|brainstorming]]&lt;br /&gt;
* citation [[citation|effort]], [[citation-examples|examples]], [[citation-formats|formats]], [[citation-brainstorming|brainstorming]], and [[citation-faq|FAQ]]&lt;br /&gt;
* comment [[comment-problem|problem]], [[comment-examples|examples]], and [[comments-formats|formats]] (Some stuff needs to be extracted from [[comments-formats]])&lt;br /&gt;
* [[currency]]; [[currency-examples]]; [[currency-brainstorming]] {{NewMarker}}&lt;br /&gt;
* directions [[directions-examples|examples]] {{NewMarker}}&lt;br /&gt;
* directory inclusion [[directory-inclusion-examples|examples]], [[directory-inclusion-formats|formats]]. (see also [[rel-directory]])&lt;br /&gt;
* distributed conversation [[distributed-conversation|overview]], [[distributed-conversation-brainstorming|brainstorming]], [[distributed-conversation-examples|examples]], and [[distributed-conversation-formats|formats]]&lt;br /&gt;
* forms [[forms-examples|examples]]&lt;br /&gt;
* genealogy [[genealogy-formats|examples]]&lt;br /&gt;
* group [[group-brainstorming|brainstorming]] and [[group-examples|examples]]&lt;br /&gt;
* hash [[hash-examples|examples]]&lt;br /&gt;
* job listing [[job-listing-examples|examples]] and [[job-listing-brainstorming|brainstorming]]&lt;br /&gt;
* last modified [[last-modified-examples|examples]], [[last-modified-formats|formats]], and [[last-modified-brainstorming|brainstorming]]&lt;br /&gt;
* hListing [[hlisting-proposal|proposal]], and [[hlisting-feedback|feedback]] {{NewMarker}}&lt;br /&gt;
** Also, listing [[listing-examples|examples]], [[listing-formats|formats]], and [[listing-brainstorming|brainstorming]]&lt;br /&gt;
* location [[location-formats|formats]]. (see also [[adr]] and [[geo]])&lt;br /&gt;
* [[luna]] ([[geo]]-like co-ordinates, for places on The Moon) {{NewMarker}}&lt;br /&gt;
* [[mars]] ([[geo]]-like co-ordinates, for places on the planet Mars) {{NewMarker}}&lt;br /&gt;
* measures and measurement units [[measure]]&lt;br /&gt;
* [[media-info]] ([[media-info-examples|examples]], [[media-info-formats|formats]], [[media-info-brainstorming|brainstorming]]) &lt;br /&gt;
* meeting minutes [[meeting-minutes-examples|examples]], [[meeting-minutes-formats|formats]], and [[meeting-minutes-brainstorming|brainstorming]]&lt;br /&gt;
* metalink [[metalink-examples|examples]] {{NewMarker}}&lt;br /&gt;
* microsummary [[microsummary-brainstorming|brainstorming]] {{NewMarker}}&lt;br /&gt;
* [[mfo-examples|MFO examples]]&lt;br /&gt;
* music [[music-examples|examples]]&lt;br /&gt;
* photo note [[photo-note-examples|examples]]&lt;br /&gt;
* recipe [[recipe-examples|examples]]&lt;br /&gt;
* rel-product [[rel-product-brainstorming|brainstorming]]&lt;br /&gt;
* requirements testing [[requirements-testing|overview]], and [[requirements-testing-examples|examples]]&lt;br /&gt;
* [[rest-examples|REST examples]]&lt;br /&gt;
* resume [[resume-brainstorming|brainstorming]], and [[resume-formats|formats]]&lt;br /&gt;
* review [[review-examples|examples]], and [[review-formats|formats]] (yielded the [[hreview|hReview]] draft)&lt;br /&gt;
* search results [[search-results-example|example]]&lt;br /&gt;
* show [[show-brainstorming|brainstorming]]&lt;br /&gt;
* showroll [[showroll-brainstorming|brainstorming]]&lt;br /&gt;
* [[species]] - for the marking up of the scientific names of living things: [[species-examples]]; [[species-brainstorming]] {{NewMarker}}&lt;br /&gt;
* table [[table-examples|examples]]&lt;br /&gt;
* tagspeak [[tagspeak-examples|examples]]&lt;br /&gt;
* tagcloud [[tagcloud-examples|examples]], and [[tagcloud-brainstorming | brainstorming]]. {{NewMarker}}&lt;br /&gt;
* transit table [[transit-table-examples|examples]]&lt;br /&gt;
* [[uid]]&lt;br /&gt;
* widget [[widget-examples|examples]], and [[widget-brainstorming|brainstorming]]&lt;br /&gt;
* [[wiki-formats|wiki formats]]&lt;br /&gt;
* work of art [[work-of-art|overview]], [[workofart-examples|examples]], [[workofart-formats|formats]], and [[workofart-brainstorming|brainstorming]] {{NewMarker}}&lt;br /&gt;
*[[xmdp-brainstorming|XMDP brainstorming]] (see also [[xmdp-faq]])&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* [[examples]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp; Test Cases &amp;amp; Additional Research ==&lt;br /&gt;
&lt;br /&gt;
The first place to look for examples, code, and test cases is in the pages for each individual microformat. There are only a few cross-cutting tools and services that need to process more than one microformat. This section is intended for editors, parsers, validators, test cases, and other information relevant across multiple microformats.&lt;br /&gt;
&lt;br /&gt;
*[[accessibility]]&lt;br /&gt;
*[[faqs-for-rdf]]&lt;br /&gt;
*[[icalendar-implementations]]&lt;br /&gt;
*[[parsing-microformats]]&lt;br /&gt;
*[[selected-test-cases-from-the-web]]&lt;br /&gt;
*[http://hg.microformats.org/ Source code repository] -- [[mercurial-quick-start|HowTo: Download code from the repository]]&lt;br /&gt;
*[[vcard-implementations]], [[vcard-errata]]&lt;br /&gt;
*[[why-are-content-standards-hard]]&lt;br /&gt;
&lt;br /&gt;
== shared work areas ==&lt;br /&gt;
* [[buttons]]&lt;br /&gt;
* [[spread-microformats]] {{NewMarker}}&lt;br /&gt;
* [[demo]] - a page with links for quickly demonstrating microformats working in practice.&lt;br /&gt;
* [[events]] {{NewMarker}}&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[user-interface]]&lt;br /&gt;
* [[marked-for-deletion]]&lt;br /&gt;
&lt;br /&gt;
== microformats wiki in other languages ==&lt;br /&gt;
&lt;br /&gt;
You may read and edit microformats articles in many other languages:&lt;br /&gt;
&lt;br /&gt;
* languages with over 50 articles&lt;br /&gt;
** [[Main_Page-fr|Français (French)]] {{NewMarker-fr}}&lt;br /&gt;
* languages with over 10 articles&lt;br /&gt;
** [[Main_Page-pt-br| Português (Brazilian Portuguese)]] {{NewMarker-pt-br}}&lt;br /&gt;
* languages with over 2 articles&lt;br /&gt;
** [[Main_Page-ja|日本語 (Japanese)]]&lt;br /&gt;
** [[Main_Page-es|Español (Spanish)]]&lt;br /&gt;
* languages with 2 articles&lt;br /&gt;
** [[Main_Page-de|Deutsch (German)]]&lt;br /&gt;
&lt;br /&gt;
==== microformats translations elsewhere ====&lt;br /&gt;
These are offsite pages/sites with translations about microformats.  If you are working on one of these, please consider translating the main microformats website!&lt;br /&gt;
* [http://mikroformate.pbwiki.com/ Deutsch (German) mikroformate.pbwiki.com] {{NewMarker}}&lt;br /&gt;
&lt;br /&gt;
=== Start a microformats wiki in another language ===&lt;br /&gt;
&lt;br /&gt;
Don't see the language you want?  Help translate the microformats wiki into another language!&lt;br /&gt;
&lt;br /&gt;
We're still figuring this out.  &lt;br /&gt;
&lt;br /&gt;
For now, see the [http://en.wikipedia.org/wiki/Wikipedia:Multilingual_coordination Wikipedia page on Multilingual coordination], and [http://meta.wikimedia.org/wiki/How_to_start_a_new_Wikipedia How to start a new Wikipedia] for some good general tips, advice, and community conventions.&lt;br /&gt;
&lt;br /&gt;
You may want to start with the list of [[stable-pages]], which are pages that are relatively stable, and have only minimal/editorial changes, which makes them much easier to keep in sync with the English versions, by using the [[Special:Watchlist|my watchlist]] feature (use it to watch the pages you've translated for changes).&lt;br /&gt;
&lt;br /&gt;
Page naming: for the translated version of a page, use the same name for the page, and simply add the RFC 3066 language identifier code as a dash suffix. E.g. for the French version, [[Main_Page]] becomes [[Main_Page-fr]], and [[how-to-play]] becomes [[how-to-play-fr]].&lt;br /&gt;
&lt;br /&gt;
==== more languages folks want to see ====&lt;br /&gt;
&lt;br /&gt;
* Chinese: 微格式 (Microformats) (see [http://msittig.blogspot.com/2005/11/since-i-translated-schedule-of.html source of translation])&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Template:NewMarker-pt-br&amp;diff=15019</id>
		<title>Template:NewMarker-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Template:NewMarker-pt-br&amp;diff=15019"/>
		<updated>2006-11-04T22:53:50Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;padding:2px;background:#B8EC22;border:1px solid #679906;color:#000;font-size:0.8em;&amp;quot;&amp;gt;novo!&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=how-to-play&amp;diff=11213</id>
		<title>how-to-play</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=how-to-play&amp;diff=11213"/>
		<updated>2006-11-04T22:41:38Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If this is your first visit, please see the [[introduction]] page.&lt;br /&gt;
&lt;br /&gt;
= How to Play =&lt;br /&gt;
&lt;br /&gt;
Before contributing please observe these guidelines:&lt;br /&gt;
&lt;br /&gt;
# You have to create an account (see [http://en.wikipedia.org/wiki/Wikipedia:Username Wikipedia Username guidelines]) before editing/creating pages.&lt;br /&gt;
# Try one of the [http://microformats.org/discuss mailing lists] first (and read the [[mailing-lists]] page before doing so).&lt;br /&gt;
# If you write something opinionated, sign it with your username.&lt;br /&gt;
# Please only create pages directly relating to microformats on this wiki.  Other pages will likely be deleted.&lt;br /&gt;
# Please obey the [[naming-conventions| naming conventions]] for pages.&lt;br /&gt;
# Don't use talk pages. See #2.&lt;br /&gt;
# Please try to ensure that you produce valid XHTML.&lt;br /&gt;
# When you paste code, add some line breaks at a reasonable width.&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=how-to-play-pt-br&amp;diff=32398</id>
		<title>how-to-play-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=how-to-play-pt-br&amp;diff=32398"/>
		<updated>2006-11-04T22:41:11Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Se essa é sua primeira visita, por favor veja o página de [[introduction-pt-br|introdução]]&lt;br /&gt;
&lt;br /&gt;
= Como começar =&lt;br /&gt;
&lt;br /&gt;
Antes de contribuir, por favor, observe esse pontos:&lt;br /&gt;
&lt;br /&gt;
# Você criou uma conta (veja [http://en.wikipedia.org/wiki/Wikipedia:Username Wikipedia Username guidelines]) antes de editar/criar páginas.&lt;br /&gt;
# Tente uma [http://microformats.org/discuss lista de discussão] primeiro (e leia a página [[mailing-lists]] antes de fazer algo).&lt;br /&gt;
# Se você escrever opinioso, atribua-o com seu username.&lt;br /&gt;
# Por favor, apenas crie páginas diretamente relacionadas com microformatos neste wiki. Outras páginas serão deletadas.&lt;br /&gt;
# Por favor, obedece a [[naming-conventions| convenção de nomes]] para páginas.&lt;br /&gt;
# Não use páginas para conversar. Ver item #2.&lt;br /&gt;
# Por favor, tente assegurar-se que você produziu um XHTML válido.&lt;br /&gt;
# Quando você colar código, adicione algumas quebra de linhas por motivos de largura.&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=how-to-play-pt-br&amp;diff=9995</id>
		<title>how-to-play-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=how-to-play-pt-br&amp;diff=9995"/>
		<updated>2006-11-04T22:40:37Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Se essa é sua primeira visita, por favor veja o página de [[introduction-pt-br|introdução]]&lt;br /&gt;
&lt;br /&gt;
Antes de contribuir, por favor, observe esse pontos:&lt;br /&gt;
&lt;br /&gt;
# Você criou uma conta (veja [http://en.wikipedia.org/wiki/Wikipedia:Username Wikipedia Username guidelines]) antes de editar/criar páginas.&lt;br /&gt;
# Tente uma [http://microformats.org/discuss lista de discussão] primeiro (e leia a página [[mailing-lists]] antes de fazer algo).&lt;br /&gt;
# Se você escrever opinioso, atribua-o com seu username.&lt;br /&gt;
# Por favor, apenas crie páginas diretamente relacionadas com microformatos neste wiki. Outras páginas serão deletadas.&lt;br /&gt;
# Por favor, obedece a [[naming-conventions| convenção de nomes]] para páginas.&lt;br /&gt;
# Não use páginas para conversar. Ver item #2.&lt;br /&gt;
# Por favor, tente assegurar-se que você produziu um XHTML válido.&lt;br /&gt;
# Quando você colar código, adicione algumas quebra de linhas por motivos de largura.&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=accessibility-pt-br&amp;diff=32402</id>
		<title>accessibility-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=accessibility-pt-br&amp;diff=32402"/>
		<updated>2006-11-04T21:37:00Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Accessibilidade=&lt;br /&gt;
&lt;br /&gt;
Essa página é para manter um caminho de discussão de microformatos com acessibilidade, esperamos que qualquer potencial do tema acessibilidade seja resolvido rapidamente, e para técnicas de documentação tornar os microformatos mais acessível.&lt;br /&gt;
&lt;br /&gt;
== Lista de discussão ==&lt;br /&gt;
&lt;br /&gt;
* [http://lists.w3.org/Archives/Public/w3c-wai-ig/2006OctDec/0022.html Microformatos e Estrutura Semântica (parte 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;
==Fórum==&lt;br /&gt;
*[http://www.accessifyforum.com/viewtopic.php?t=6167&amp;amp;postdays=0&amp;amp;postorder=asc&amp;amp;start=0 Uso do 'abbr' em microformatos] - 2006-09-20. Assunto: uso do 'abbr'&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=dtstart-pt-br&amp;diff=22329</id>
		<title>dtstart-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=dtstart-pt-br&amp;diff=22329"/>
		<updated>2006-11-04T21:27:09Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''dtstart''' (start-date) ou data-inicial é uma propridade do [[hcalendar|hCalendar]].&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=adr-examples-pt-br&amp;diff=32375</id>
		<title>adr-examples-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=adr-examples-pt-br&amp;diff=32375"/>
		<updated>2006-11-04T20:55:54Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=&amp;lt;h1&amp;gt;Mais exemplos ADR&amp;lt;/h1&amp;gt;=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;LOCALITY e outros fragmentos ADR&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Usar o microformato &amp;lt;strong&amp;gt;adr&amp;lt;/strong&amp;gt; não deve apenas ficar limitado a um conjunto de dados de informações.&lt;br /&gt;
Em alguns casos, regiões de referência de pessoas ou localidades sem informações adicional.&lt;br /&gt;
&lt;br /&gt;
Para marcação desses casos acima, use os microformatos, (particularmente &amp;lt;strong&amp;gt;adr&amp;lt;/strong&amp;gt;) será usado.&lt;br /&gt;
&lt;br /&gt;
Por exemplo - com a informação abaixo, faremos referência a cidade e nada mais.&lt;br /&gt;
Porque eu fiz marcação do nome da cidade com propriedade &amp;lt;em&amp;gt;locality&amp;lt;/em&amp;gt;, E adicionei propriedade &amp;lt;em&amp;gt;adr&amp;lt;/em&amp;gt;&lt;br /&gt;
para o block-level do elemento pai que contém a relevante &amp;lt;em&amp;gt;locality&amp;lt;/em&amp;gt; propriedade.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Exemplo:&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;adr&amp;quot;&amp;gt;Unbelievable. Yesterday's high temperature in &amp;lt;span  &lt;br /&gt;
class=&amp;quot;locality&amp;quot;&amp;gt;Salem&amp;lt;/span&amp;gt; it was 57 degrees out. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Usar o elemento &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Semanticamente correto a marcação &amp;lt;strong&amp;gt;adr&amp;lt;/strong&amp;gt; deve ser usada com o elemento &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt; enquanto usar o &amp;lt;em&amp;gt;region&amp;lt;/em&amp;gt;, &amp;lt;em&amp;gt;country-name&amp;lt;/em&amp;gt; e talvez outra propriedade &amp;lt;strong&amp;gt;adr&amp;lt;/strong&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Exemplo:&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;region&amp;quot; title=&amp;quot;California&amp;quot;&amp;gt;CA&amp;lt;/abbr&amp;gt;,&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;country-name&amp;quot; title=&amp;quot;United States&amp;quot;&amp;gt;US&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Para o nome completo do país use o atributo &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; do elemento &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt; quando for usar a propriedade &amp;lt;em&amp;gt;country-name&amp;lt;/em&amp;gt;, &lt;br /&gt;
use [http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html ISO 3166-1].&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=glossary-pt-br&amp;diff=32397</id>
		<title>glossary-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=glossary-pt-br&amp;diff=32397"/>
		<updated>2006-11-04T20:23:46Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Microformatos - Glossário&lt;br /&gt;
&lt;br /&gt;
;microformato&lt;br /&gt;
:Ver http://microformats.org/about/.&lt;br /&gt;
&lt;br /&gt;
;XHTML&lt;br /&gt;
:HTML reformulado em XML. (See http://www.w3.org/TR/xhtml1/ para mais informações.)&lt;br /&gt;
&lt;br /&gt;
;microformato elementar&lt;br /&gt;
:See [[elemental-microformat]]&lt;br /&gt;
&lt;br /&gt;
;microformato combinado&lt;br /&gt;
:See [[compound-microformat]]&lt;br /&gt;
&lt;br /&gt;
;microformatador&lt;br /&gt;
: Uma pessoa envolvida com microformatos.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sinta-se livre para adicionar um termo nessa lista que você gostaria de ver definido.&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=semantic-xhtml-pt-br&amp;diff=32400</id>
		<title>semantic-xhtml-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=semantic-xhtml-pt-br&amp;diff=32400"/>
		<updated>2006-11-04T20:09:49Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=&amp;lt;h1&amp;gt;XHTML Semântico&amp;lt;/h1&amp;gt;=&lt;br /&gt;
&lt;br /&gt;
(Esse arquivo é um esboço, sinta-se livre para expandi-lo!)&lt;br /&gt;
&lt;br /&gt;
'''XHTML semântico refere-se a:'''&lt;br /&gt;
# Os elementos semânticos e atributos de (X)HTML (em oposição aos elementos e atributos do [[presentational-html|presentational HTML]])&lt;br /&gt;
# Documentos (X)HTML que são escritos usando XHTML semânticos.&lt;br /&gt;
# A prática de escrever XHTML semânticos.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Colaboradores ==&lt;br /&gt;
* [http://tantek.com/ Tantek]&lt;br /&gt;
&lt;br /&gt;
== Elementos Semânticos ==&lt;br /&gt;
&lt;br /&gt;
(Esta lista está incompleta, por favor adicione!)&lt;br /&gt;
&lt;br /&gt;
* a&lt;br /&gt;
* abbr&lt;br /&gt;
* acronym&lt;br /&gt;
* address&lt;br /&gt;
* blockquote&lt;br /&gt;
* cite&lt;br /&gt;
* dt, dd&lt;br /&gt;
* dfn&lt;br /&gt;
* em&lt;br /&gt;
* ...&lt;br /&gt;
* h1,h2,h3,h4,h5,h6&lt;br /&gt;
* ...&lt;br /&gt;
* label&lt;br /&gt;
* legend&lt;br /&gt;
* ...&lt;br /&gt;
* p&lt;br /&gt;
* q&lt;br /&gt;
* ...&lt;br /&gt;
* samp&lt;br /&gt;
* strong&lt;br /&gt;
* sub&lt;br /&gt;
* sup&lt;br /&gt;
* table&lt;br /&gt;
* tr&lt;br /&gt;
* var&lt;br /&gt;
&lt;br /&gt;
== Atributos Semânticos ==&lt;br /&gt;
&lt;br /&gt;
(Esta lista está incompleta, por favor adicione!)&lt;br /&gt;
&lt;br /&gt;
* class&lt;br /&gt;
* data&lt;br /&gt;
* href&lt;br /&gt;
* hreflang&lt;br /&gt;
* id&lt;br /&gt;
* rel&lt;br /&gt;
* rev&lt;br /&gt;
* type&lt;br /&gt;
&lt;br /&gt;
== Apresentação ==&lt;br /&gt;
&lt;br /&gt;
As seguintes apresentação oferecem teor adicional, explicações, e tecnicas para criação de (X)HTML semântico.&lt;br /&gt;
&lt;br /&gt;
* 2005-09-29 [http://tantek.com/presentations/2005/09/elements-of-xhtml/ The Elements of Meaningful XHTML] (first version: [http://tantek.com/presentations/2005/03/elementsofxhtml/ 2005-03-13 at SXSW Interactive]).&lt;br /&gt;
* 2004-09-28 [http://tantek.com/presentations/20040928sdforumws/semantic-xhtml.html Semantic XHTML: Can your website be your API? - Using semantic XHTML to show what you mean]&lt;br /&gt;
* 2004-02-11 [http://www.tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics]&lt;br /&gt;
* 2003-03-?? [http://tantek.com/presentations/2003SXSW/stylesheets.html CSS: Between the Style Sheets] in particular slide 9, titled ''CSS &amp;amp; the Semantic Spectrum'', provides an overview of the semantic spectrum of (X)HTML tags.&lt;br /&gt;
* More microformats [[presentations]] in general&lt;br /&gt;
&lt;br /&gt;
== Veja também ==&lt;br /&gt;
* [[semantic-xhtml-design-principles]]&lt;br /&gt;
* [[semantic-class-names]]&lt;br /&gt;
&lt;br /&gt;
== Referências ==&lt;br /&gt;
* [http://w3.org/TR/xhtml1 XHTML 1.0]&lt;br /&gt;
* [http://w3.org/TR/html401 HTML 4.01]&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=process-pt-br&amp;diff=32399</id>
		<title>process-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=process-pt-br&amp;diff=32399"/>
		<updated>2006-11-04T19:51:49Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:Se essa é sua primeira visita, por favor veja a página de [[introduction-pt-br|introdução]].&lt;br /&gt;
&lt;br /&gt;
=Então você quer desenvolver um novo microformato?=&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Por que?==&lt;br /&gt;
Deve haver um problema a ser resolvido. Sem problemas, sem microformatos.&lt;br /&gt;
&lt;br /&gt;
Uma vez que você encontrou seu 'problema', pergunte-se: 'há um problema mais simples aqui?' Nesse caso, vamos resolver aquele problema primeiro. Queremos tratar com mais simplicidade o primeiro problema e só então aumentar para problemas complexos.&lt;br /&gt;
&lt;br /&gt;
Também, procure na internet. Há chances são que alguém mais tenha encontrado o mesmo problema que você. Se você ainda acredita que tem um problema não resolvido, poste algo em [http://microformats.org/mailman/listinfo/microformats-discuss/ microformats-discuss] na lista de discussão ou qualquer outro canal público (ver http://microformats.org/discuss/) Nós queremos envolver todos as partes interessadas na discussão. Inicie uma discussão '''ANTES''' de criar qualquer página no wiki. Não estamos usando o wiki como &amp;amp;quot;bloco de anotações&amp;amp;quot; gerais. Se você não pode resumir o problema que está tentando resolver em um curto email, e sente-se como se precisasse de uma longa documentação, você está provavelmente tentando resolver um gigantesco de um problema - veja paragráfo anterior.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Comportamento Atual do Documento==&lt;br /&gt;
Documento atual do comportamento humano. Lembre-se, estamos [http://ifindkarma.typepad.com/relax/2004/12/microformats.html pavimentando o caminho da vaca] - antes de fazer você tem que ''encontrar'' o caminho-da-vaca. Seus [[examples|exemplos]] devem ser uma coleção dos sites do mundo &lt;br /&gt;
e páginas que são publicadas do tipo de informação que gostaria de estruturar com um microformato. Dessas páginas e sites, você deve extrair exemplos de marcação e de temas internamente implicitos e fazer análises.&lt;br /&gt;
&lt;br /&gt;
Essa coleção de exemplos deve ser pública, preferencialmente em uma wiki pois não há forma de fazer tudo isso sozinho (não importa quantos de vocês são). A página [[reviews-formats]] é um bom exemplos de pesquisa feita antes da criação de um microformato. Antes de desenvolver [[hreview]], os colaboradores sairam, documentaram práticas atuais ao redor das revisões em web sites, e forneceram algumas análises de temas internamente implicito.&lt;br /&gt;
&lt;br /&gt;
É bastante possível durante este passo que você encontrará mais outra pessoa que tem tratado desse problema discursado. Talvez até mesmo o resolvido. Faça seu melhor para abrir um dialogo com os outros que tem o encontrado o mesmo problema. Nós não queremos construir paredes entre comunidade competitivas - nós queremos pessoas trabalhando juntas para desenvolver uma boa solução que cobrirá a maioria dos casos.&lt;br /&gt;
&lt;br /&gt;
==Proponha um Microformato==&lt;br /&gt;
Atualmente, '''NÃO!!!''' &lt;br /&gt;
&lt;br /&gt;
Há outras coisas para tentar antes de desenvolver um microformato. Primeiro, faça-se essas perguntas:&lt;br /&gt;
&lt;br /&gt;
# Há um elemento padrão em XHTML que trabalharia?&lt;br /&gt;
# Há uma combinação de elementos XHTML que trabalhariam?&lt;br /&gt;
# Ok, se a resposta para as duas acima é 'não,' nós podemos conversas sobre um microformato.&lt;br /&gt;
&lt;br /&gt;
Para mais detalhes em XHTML semântico, exemplos de uso de elementos XHTML, e construção de combinações XHTML, veja&lt;br /&gt;
[http://tantek.com/presentations/2005/03/elementsofxhtml/ The Elements of Meaningful XHTML].&lt;br /&gt;
&lt;br /&gt;
Primeiro você deve observar [[microformats#the_microformats_principles|the microformats principles]].&lt;br /&gt;
&lt;br /&gt;
Antes de você entender os principios, pergunte-se: &amp;amp;quot;há alguma bem estabelecida, padrões implementado de interoperabilidade que podemos examinar em que tratam desse problema?&amp;amp;quot; Por exemplo, hCard e hCalendar foram contruídos sobre o topo dos padrões IETF para vCard e iCal, respectivamente, ambos que são largamente implementação de interoperabilidade. Os desenvolvedores desses padrões já tem gasto muitos anos nos comitês de padrões debatendo e desenvolvendo os esquemas. Melhor influenciar todo o trabalho duro que outros fizeram antes de você, do que isolar-se como um caubói, e perder tempo repetindo todos seus enganos.&lt;br /&gt;
&lt;br /&gt;
Também é mais fácil para começar de um esquema bem estabelecido e mapear para XHTML do que desenvolver um esquema novo.&lt;br /&gt;
&lt;br /&gt;
Lembre-se, microformatos devem ser designados para humanos em primeiro lugar e máquinas em segundo. aqui há poucas perguntas que podem ajudar a você se realmente precisa de microformato para o problema que você está tentando resolver:&lt;br /&gt;
&lt;br /&gt;
  Se eu olhar para esse microformato em um navegador que não suporta CSS ou tem CSS desligado, ainda seria humano-legível?&lt;br /&gt;
# os estilos dos elementos desse formato estão com CSS?&lt;br /&gt;
    &lt;br /&gt;
Se o formato proposto não passou nessas duas coisas, não é provável que ganhe muita aceitação. Lembre-se: ''humanos primeiro, máquinas segundo''.&lt;br /&gt;
&lt;br /&gt;
== Iterate ==&lt;br /&gt;
Depois de propor um microformato, você obterá muito retorno de outros interessados no microformato. A proposta precisa ser reiterada e adaptada. Desenvolvimento de microformato deve ser colaborativo e baseado em comunidade.&lt;br /&gt;
&lt;br /&gt;
Aqui está uma arte ASCII em fluxograma:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
DIAGRAMA:&lt;br /&gt;
indicação do problema----&amp;gt;pesquisa/discussão----&amp;gt;proposta/esboço----&amp;gt;padrão&lt;br /&gt;
^___________________V   ^__________________V   ^_______________V&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note que cada estágio envolve iteração. A iteração consiste de discussão e retorno e deve resultar em maiores mudanças. Não tenha medo de fazer maiores mudanças e por favor não fique ligado demais a qualquer situação particular.&lt;br /&gt;
&lt;br /&gt;
=== Páginas para considerar criação ===&lt;br /&gt;
&lt;br /&gt;
Um padrão emergiu de esforços de desenvolvimento de microformatos bem sucedido  de diversos tipos especificos de páginas wiki sendo criada, em ordem particular (embora nem sempre).&lt;br /&gt;
&lt;br /&gt;
Depois de uma área de problema especifico (*) tem sido determinado (princípio1), considerar criando e preenchendo as seguintes páginas para isso.  Se você está inapto a produzir material para páginas, então você deve provavelmente reconsiderar se ou não o problema é importante (ou pronto para) resolver.&lt;br /&gt;
&lt;br /&gt;
# *-examples.  Encontrar exemplos de hoje na web de tipos de conteúdo que acha necessário um microformato. Documente-os com URLs. Documente os esquemas implicitos que contêm exemplos. Esta é a ação que ajuda a seguir o principio 3, designado a humanos em primeiro, máquinas em segundo... adapteo atual ambiente para usar padrões.&lt;br /&gt;
# *-formats.  Find widely adopted interoperable current data formats and standards that attempt to or have attempted to solve the problem previously.  Document their explicit schemas.  This is necessary prerequisite for following through with principle 4, &amp;quot;reuse building blocks from widely adopted standards&amp;quot;.&lt;br /&gt;
# *-brainstorming.  Use the current real-world web examples and their implicit schemas to determine an 80/20 as-simple-as-possible (principle 2) generic schema to represent their data.  Yes, this means you will explicitly ''omit'' some features of some use cases, or perhaps entire use cases which are more edge-cases than representative of larger, aggregate/macro behaviors.  See which existing microformats can be reused as building blocks (principle 5, modularity).  Use those existing data formats and schemas as a [[existing-classes|source of names]] for the fields (principle 4).  Consider how would you embed this microformat in other formats (also principle 5, embeddability).  With an 80/20 schema, and a source of field names, write up one or more straw proposals for a microformat.  Make sure the straw proposals encourage the decentralized distribution of data (principle 6).  At this point, you may want to also consider a naming section, where various names for the microformat can be considered.&lt;br /&gt;
#  **. When it seems like there is some amount of consensus around one of the straw proposals for a microformat(**), write it up as a separate wiki page as a draft specification.&lt;br /&gt;
#  **-faq.  Haverá perguntas comum sobre novos microformatos que podem/devem ser respondidas na página FAQ.&lt;br /&gt;
#  **-issues.  Folks may also raise issues about the microformat which aren't immediately addressable.  An issues document helps serves to capture these issues, who raised them, and when, so that folks working on the microformat can be sure to go through and thoroughly answer them.&lt;br /&gt;
#  **-implementations.  Eventually there may be too many implementations of a microformat to document them in an informative section at the end of the specification, thus the list deserves its own page.&lt;br /&gt;
&lt;br /&gt;
=== Movendo de Estágio para Estágio ===&lt;br /&gt;
&lt;br /&gt;
Esses estágios de desenvolvimento são espelhados na página principal onde microformatos são divididos para &amp;amp;quot;Discussão Exploratória&amp;amp;quot;, &amp;amp;quot;Esboços&amp;amp;quot; e &amp;amp;quot;Especificações&amp;amp;quot;. Como microformatos movem de um estágio para outro? Para ajudar a responder essa pergunta, é provavelmente útil elogiar uma definição de desiredato para cada estágio.&lt;br /&gt;
&lt;br /&gt;
==== Discussão Exploratória ====&lt;br /&gt;
&lt;br /&gt;
Você precisa de um problema e você precisa tentar declarar isto. Você deve fazer isso nessa wiki usando os itens atuais sob discussão exploratória como um guia. Então envie uma nota para a lista microformats-discuss para obter a atenção dos outros que você está interessado em microformatos. Esta é provavelmente uma boa chance de puxar pessoas de fora da comunidade de microformatos atuais que podem também ser experiência do mesmo assunto.&lt;br /&gt;
&lt;br /&gt;
Retorno provavelmente irá alcançar a gama. Outros podem desafiar sua indicação do problema, o necessário para um microformato, concordar, ou adicionar. Todo retorno construtivo é bom.&lt;br /&gt;
&lt;br /&gt;
As a result of feedback, you may decide to abort your microformat idea or substantially modify it.  One thing you want to be sure to do at this stage is to avoid [[reinvented-wheels|reinventing the wheel]].  Are there elemental microformats you can reuse as building blocks?  Doing this will save you effort and help you get implemented later because implementers will have less work to do.&lt;br /&gt;
&lt;br /&gt;
However, do not be cowed from moving forward just because some people object.  If you can find a group of people you respect who feel your idea has merit and, perhaps most importantly, are willing to continue working with you on getting it in shape, proceed.&lt;br /&gt;
&lt;br /&gt;
==== Esboços ====&lt;br /&gt;
&lt;br /&gt;
Aqui, você precisa escrever o que é essencialmente uma especificação, mas com a idéia que pode mudar bastante. Novamente, isto requer ir na wiki, e você deve enviar uma nota para o microformats-discuss  para alertar pessoas que algo novo aconteceu. Não hesite em continuar tentando pegar uma resposta de recursos pertinentes fora da comunidade. Esboços precisam incluir ao menos o seguinte:&lt;br /&gt;
&lt;br /&gt;
* Opiniões a respeito do fato que você não patenteará e serão adotadas o apropriado copyright como ilustrado pelo esboço atual.&lt;br /&gt;
* An XMDP stating attribute values.  You may want to place this on a separate wiki page and link to it.  In that case use the naming convention *-profile, e.g. [[hcard-profile]].&lt;br /&gt;
* Exemplos de práticas atuais que mostram como o microformato seria usado. Fique de olho pronto para como o microformato está atualmente melhorando as coisas. Se não está, talvez uma indicação que ou precisa abandonar ou mudar bastante.&lt;br /&gt;
* Referenciar que recuam suas decisões de projeto do microformato. Na medida do possível, você não quer inventar coisas de whole cloth.&lt;br /&gt;
* Uma lista de implementações (se houver).&lt;br /&gt;
* Uma sessão de assuntos para pessoas para retornar à você com objeções detalhadas.&lt;br /&gt;
&lt;br /&gt;
==== Especificações ====&lt;br /&gt;
&lt;br /&gt;
Você geralmente precisará ao menos de uma iteração para ir além do estágio de esboço. No momento algo torna-se uma especificação, deve ser estável então deve ser estável de modo que desenvolvedor possa colher e escrever. Isto implica que há ao menos um par de implementações.&lt;br /&gt;
&lt;br /&gt;
Antes de mover-se para a sessão especificações, solte uma nota para o microformats-discuss e aguarde um dia ou dois para maiores objeções. Se nada está disponível, mova-se o microformato para a area de especificações. Isso despertará qualquer editor adormecido, e eles podem mostrar sua objeção e mover a você de volta para esboço. Se você tem seguido o processo, agora é hora de conseguir definação. Nesse conjuntura, qualquer assunto restante deve ser fácil de resolver.&lt;br /&gt;
&lt;br /&gt;
== Outros Documentos ==&lt;br /&gt;
&lt;br /&gt;
=== Padrões ===&lt;br /&gt;
&lt;br /&gt;
Que tal outros tipos de páginas nesse wiki, como &amp;quot;padrões&amp;quot; (ex. [[include-pattern]])?&lt;br /&gt;
&lt;br /&gt;
Como esses são criados?&lt;br /&gt;
&lt;br /&gt;
A curta explicação disso: &lt;br /&gt;
&lt;br /&gt;
Os padrões não são formados ao todo. Eles não se sustentam por si próprio. Eles são meramente documentos de partes de outros formatos que são esperados para (ou é) existinte do reuso pelos outros formatos. Os exemplos do mundo real para inclusão de um parcipar foram documentados no contexto do [[resume-examples]], [[resume-formats]], e [[resume-brainstorming]] (como notado [[include-pattern|o documento]]) &amp;quot;Inicialmente desenvolvido como parte do resume-brainstorming...&amp;quot;  Mais tarde, os exemplos do mundo real por revisões que foram encontrada para precisar de incluir padrões igualmente.&lt;br /&gt;
&lt;br /&gt;
== Relatado ==&lt;br /&gt;
&lt;br /&gt;
* [[process-brainstorming]]&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=buttons-pt-br&amp;diff=32396</id>
		<title>buttons-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=buttons-pt-br&amp;diff=32396"/>
		<updated>2006-11-04T06:19:37Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Botões Microformatos =&lt;br /&gt;
&lt;br /&gt;
Houveram pedidos para inclusão de vários botões microformatos. Seja sinais/distintivos ou botões que fazem algo com especificos microformatos. Esta página mantém uma lista de botões, e solicitações também. - [http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
Armazenado os botões para todos os microformatos, incluindo os de esboço, assim como instruções de como fazer seus próprios botões (14 Mai 2006) - [http://www.wackomenace.co.uk/ Ruben]&lt;br /&gt;
&lt;br /&gt;
== Botões ==&lt;br /&gt;
&lt;br /&gt;
=== Banner Microformato ===&lt;br /&gt;
&lt;br /&gt;
Temos feito banner para os microformatos. Existem muitos e mais virão, just indicating support/ use of might be a good generic approach. &lt;br /&gt;
&lt;br /&gt;
A imagem é livre para uso. Por favor, copie para seu próprio dominio, não faça link para esse.&lt;br /&gt;
&lt;br /&gt;
http://www.crowley.nl/images/microformats.png&lt;br /&gt;
&lt;br /&gt;
Eu já tenho um &amp;quot;Eu uso &lt;br /&gt;
http://www.crowley.nl/images/microformats.png&amp;quot; no meu blog: http://doncrowley.blogspot.com/&lt;br /&gt;
&lt;br /&gt;
- Don Crowley&lt;br /&gt;
&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_enabled.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/emf_green.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/mfe_green.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/mwmf_green.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/smf_green.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/emf_white.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/mfe_white.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/mwmf_white.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/smf_white.png&lt;br /&gt;
&lt;br /&gt;
=== [[hcalendar|hCalendar]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/hcal.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_hcalendar.png&lt;br /&gt;
* CSS-powered button from [http://www.midgard-project.org/community/events/ Midgard CMS - Event calendar]: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;badge&amp;quot; style=&amp;quot;float: left; font: 9px Geneva, Verdana, sans-serif; padding: 0 1em 1px 0; border: 1px solid #000; background: #D1940C; color: #fff; text-decoration: none; text-align: center;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;background: #000; border-right: 1px solid #000; color: #fff; padding: 1px 0.75em; margin-right: 0.1em;&amp;quot;&amp;gt;&amp;amp;#8250;&amp;amp;#8250;&amp;amp;#8250;&amp;lt;/span&amp;gt; hCalendar&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Code (white space added for readability):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;badge&amp;quot; &lt;br /&gt;
      style=&amp;quot;float: left; font: 9px Geneva, Verdana, sans-serif; padding: 0 1em 1px 0;&lt;br /&gt;
      border: 1px solid #000; background: #D1940C; color: #fff; text-decoration: none;&lt;br /&gt;
      text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;span style=&amp;quot;background: #000; border-right: 1px solid #000; color: #fff; padding: 1px 0.75em; &lt;br /&gt;
       margin-right: 0.1em;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;amp;amp;#8250;&amp;amp;amp;#8250;&amp;amp;amp;#8250;&lt;br /&gt;
 &amp;lt;/span&amp;gt; &lt;br /&gt;
 hCalendar&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[hcard|hCard]] ===&lt;br /&gt;
* http://www.crowley.nl/images/hcard.png (mirror: http://www.davidjanes.com/images/mf_hcard.png)&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/hcard.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_hcard.png&lt;br /&gt;
* CSS-powered button, as evidenced at [http://re-run.com/about/microformat-badges microformat badges @ re-run]&lt;br /&gt;
&lt;br /&gt;
=== [[rel-license]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/license.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_rellicense.png&lt;br /&gt;
&lt;br /&gt;
=== [[rel-nofollow]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/nofollow.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_relnofollow.png&lt;br /&gt;
&lt;br /&gt;
=== [[rel-tag]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/rel-tag.png&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/tag.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_reltag.png&lt;br /&gt;
&lt;br /&gt;
=== [[vote-links|VoteLinks]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/votelinks.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_votelinks.png&lt;br /&gt;
&lt;br /&gt;
=== [http://gmpg.org/xfn/ XFN] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/xfn.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_xfn.png&lt;br /&gt;
&lt;br /&gt;
=== [http://gmpg.org/xmdp/ XMDP] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/xmdp.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_xmdp.png&lt;br /&gt;
&lt;br /&gt;
=== [[xoxo|XOXO]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/xoxo.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_xoxo.png&lt;br /&gt;
&lt;br /&gt;
== Botões para formatos em esboços ==&lt;br /&gt;
&lt;br /&gt;
Esses talvez estão sujeito a mudanças se o nome dos formatos mudarem quando eles forem lançados.&lt;br /&gt;
&lt;br /&gt;
=== [[adr]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/adr.png&lt;br /&gt;
&lt;br /&gt;
=== [[geo]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/geo.png&lt;br /&gt;
&lt;br /&gt;
=== [[hatom|hAtom]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/hatom.png&lt;br /&gt;
&lt;br /&gt;
=== [[hresume|hResume]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/hresume.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_hresume.png&lt;br /&gt;
&lt;br /&gt;
=== [[hreview|hReview]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/hreview.png&lt;br /&gt;
&lt;br /&gt;
=== [[rel-directory]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/directory.png&lt;br /&gt;
&lt;br /&gt;
=== [[rel-enclosure]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/enclosure.png&lt;br /&gt;
&lt;br /&gt;
=== [[rel-home]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/rel-home.png&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/home.png&lt;br /&gt;
&lt;br /&gt;
=== [[relpayment-research|rel-payment]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/payment.png&lt;br /&gt;
&lt;br /&gt;
=== [[robots-exclusion|Robots Exclusion]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/robots.png&lt;br /&gt;
&lt;br /&gt;
=== [[xfolk|xFolk]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/xfolk.png&lt;br /&gt;
&lt;br /&gt;
== Faça seus próprios botões ==&lt;br /&gt;
=== Estilo 1 ===&lt;br /&gt;
&lt;br /&gt;
Examplo: http://www.crowley.nl/images/hcard.png&lt;br /&gt;
&lt;br /&gt;
Use o [http://kalsey.com/tools/buttonmaker/ Kalsey Button Maker] com a seguinte configuração:&lt;br /&gt;
* Outer border: #666666&lt;br /&gt;
* Inner border: #ffffff&lt;br /&gt;
* Bar position: 25 pixels from the left&lt;br /&gt;
* Left box text: &amp;amp;gt;&amp;amp;gt;&amp;amp;gt;&lt;br /&gt;
* Left box background: #000000&lt;br /&gt;
* Left box text colour: #ffffff&lt;br /&gt;
* Left box text start: 7 pixels from the left&lt;br /&gt;
* Right box text: (The name of the microformat goes here)&lt;br /&gt;
* Right box background: #31757b&lt;br /&gt;
* Right box text colour: #ffffff&lt;br /&gt;
* Right box text start: 3 pixels from the bar&lt;br /&gt;
&lt;br /&gt;
=== Estilo 2 ===&lt;br /&gt;
&lt;br /&gt;
Examplo: http://rbach.priv.at/2006/buttons/hcal.png&lt;br /&gt;
&lt;br /&gt;
# Pegue a fonte [http://www.kottke.org/plus/type/silkscreen/ Silkscreen]&lt;br /&gt;
# Instale [http://www.imagemagick.org/ ImageMagick]&lt;br /&gt;
# Get the blank icon (http://rbach.priv.at/2006/buttons/blank.png)&lt;br /&gt;
# Digite: &lt;br /&gt;
&amp;lt;pre&amp;gt;convert blank.png &lt;br /&gt;
 -fill white &lt;br /&gt;
 -font Silkscreen &lt;br /&gt;
 -pointsize 8 &lt;br /&gt;
 +antialias  &lt;br /&gt;
 -draw &amp;quot;text 28,10 'button label'&amp;quot; &lt;br /&gt;
 output.png&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Logos Microformatos =&lt;br /&gt;
Rohit é um muito pobre CSS hack, mas é dado a ele a melhor foto. Ele também [http://labs.commerce.net/~rohit/µf-logo.html  renderizou em 72 e 18 pontos.] &lt;br /&gt;
&lt;br /&gt;
http://microformats.org/img/logo.gif&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: relative; top:-46px; left:180px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:#679A06; width:30px; height: 30px; left:1px; top:10px; position:absolute; -moz-border-radius:5pt;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:#85BC07; width:22px; height: 22px; left:11.5px; top:6px; position:absolute; border-left: 2px solid white;border-bottom: 2px solid white; -moz-border-radius:4pt;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:#AEE219; width:14px; height: 14px; left:22.5px; top:4px; position:absolute; border-left: 2px solid white;border-bottom: 2px solid white;-moz-border-radius:2pt;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family:Arial Narrow,Arial,sans-serif;font-size:17.5pt;letter-spacing:0px;color:#676767; position: absolute; left:44px; top: -6px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;padding-left:9;color:#111111;vertical-align:40%&amp;quot;&amp;gt;micro&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;vertical-align:40%;padding-left:1pt&amp;quot;&amp;gt;formatos&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Requisições =&lt;br /&gt;
&lt;br /&gt;
* Logos de todos os microformatos.&lt;br /&gt;
* Quando alguém tiver tempo, estes devem ser repetidos na página de cada respectivo formato.&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=downloads-brainstorming-pt-br&amp;diff=32395</id>
		<title>downloads-brainstorming-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=downloads-brainstorming-pt-br&amp;diff=32395"/>
		<updated>2006-11-04T05:44:20Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Propósito==&lt;br /&gt;
Muitos sites ([http://download.com/ Download.com], [http://tucows.com/ Tucows], [http://sourceforge.net/ SourceForge], etc.) oferecem downloads de softwares: shareware, freeware, open-source.  Para criar um indice de pesquisa ou coisa assim por lá seria muito difícil, pois lá não há marcação padrão.&lt;br /&gt;
&lt;br /&gt;
Muitos outros sites indexam tais downloads, seletivamente, sem os fornecer diretamente, por exemplo o site [http://www.pricelesswarehome.org/2004/PL2004nSYSTEMUTILITIES.php PricelessWare].&lt;br /&gt;
&lt;br /&gt;
==Veja também==&lt;br /&gt;
* [[rel-license]] (rel=copyright para licenças com copyright?  rel=license whatiscopyright.org?)&lt;br /&gt;
* [[hash-examples]]&lt;br /&gt;
* [http://usefulinc.com/doap DOAP]&lt;br /&gt;
* '''[http://dannyayers.com:88/xmlns/hdoap/profile/index.xhtml hDOAP]'''&lt;br /&gt;
&amp;amp; [http://www.google.com/codesearch Google Code Search] (não uma pesquisa por downloads, mas similar)&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=introduction-pt-br&amp;diff=32394</id>
		<title>introduction-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=introduction-pt-br&amp;diff=32394"/>
		<updated>2006-11-04T05:17:58Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
==Introdução ao Microformatos==&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== O que são Microformatos? ==&lt;br /&gt;
&lt;br /&gt;
Os microformatos são uma forma de adicionar marcação simples para legíveis a humanos, itens de informaçãos como um evento, detalhes de contato ou uma localização, em páginas da web de modo que a informação nela contida pode ser extraída pelo software e ser indexada, buscada, salva, ter referência-cruzada ou combinada.&lt;br /&gt;
&lt;br /&gt;
Mais tecnicamente, eles são itens de marcação semântica, usando só o padrão (X)HTML e com uma definição de nomes-de-classes comum. Eles são abertos, disponíveis e livres para qualquer um usar.&lt;br /&gt;
&lt;br /&gt;
== Por que Microformatos ==&lt;br /&gt;
&lt;br /&gt;
Por que propusemos microformatos?&lt;br /&gt;
&lt;br /&gt;
Em resumo, microformatos são uma convergência de um número de tendências:&lt;br /&gt;
&lt;br /&gt;
# um próximo passo lógico na evolução de web design e arquitetura de informação.&lt;br /&gt;
# um número de pessoas e organizações que publicam informações ricas para si próprios, sem ter que confiar em serviços centralizados.&lt;br /&gt;
# um reconhecimento que (fora da areas de especialista) esforços de meta dados &amp;quot;tradicional&amp;quot; ou tem falhado ou levado longo tempo para adquirir qualquer adoção, que uma nova abordagem foi necessária.&lt;br /&gt;
# uma forma de usar (X)HTML para informação.&lt;br /&gt;
&lt;br /&gt;
==O Apelo pela Simplicidade==&lt;br /&gt;
&lt;br /&gt;
* Os microformatos são um esforço simples que tem atraido para muitos frustradas pelos esforços complexos anteriores. Um paralelo que pode ser desenhado é o RESTO dos serviços mundiais da web, exemplo, veja isto [http://www.windley.com/archives/2005/07/microformats.shtml comparação de microformatos e o RESTO].  Veja o [http://rest.blueoxen.net REST wiki] for more about REST. Related [http://patricklogan.blogspot.com/2006/01/microformat-microprotocol.html microformatos e microprotocolos].&lt;br /&gt;
* Veja também: [http://www.justinleavesley.com/journal/2005/7/28/web-services-and-the-innovators-dilemma.html Web Services and the Innovators Dilemma] by  Justin Leavesley&lt;br /&gt;
&lt;br /&gt;
==Veja também==&lt;br /&gt;
*Recente [[press]] entrevista e [[articles|artigos]] também é uma boa introdução.&lt;br /&gt;
*Veja [[presentations|apresentação]] para ir mais a fundo e leia material introdutório em [[microformats|microformatos]].&lt;br /&gt;
*Escute o [[podcasts]] sobre microformatos.&lt;br /&gt;
*Leia o [[faq|FAQs]] para pesquisa geral sobre microformato.&lt;br /&gt;
*Mais [[suggested-reading|leitura sugerida]]&lt;br /&gt;
*[[implement|O que posso implementar com microformatos?]]&lt;br /&gt;
*[[presentations|apresentações]]&lt;br /&gt;
*[[podcasts]]&lt;br /&gt;
*[[suggested-reading]]&lt;br /&gt;
*[[testimonials]]&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=stable-pages-pt-br&amp;diff=10002</id>
		<title>stable-pages-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=stable-pages-pt-br&amp;diff=10002"/>
		<updated>2006-11-04T04:43:36Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Páginas Estáveis =&lt;br /&gt;
&lt;br /&gt;
Há uma lista de páginas que são relativamente estáveis e tem só alterações mínimas editoriais, que fazem-as muito mais fácil de se manterem em sincronia com a versão em inglês quando forem feitas traduções.&lt;br /&gt;
&lt;br /&gt;
Isto é um pouco de prioridade ordenada, então se está fazendo uma tradução, examine as páginas recentes de tradução na primeira linha.&lt;br /&gt;
&lt;br /&gt;
== Introdutório / Sobre ==&lt;br /&gt;
# [[Main_Page]]&lt;br /&gt;
# [[introduction]]&lt;br /&gt;
# [[press]]&lt;br /&gt;
# [[presentations]]&lt;br /&gt;
&lt;br /&gt;
== Estáveis e especificações amplamente implementada ==&lt;br /&gt;
&lt;br /&gt;
# [[xoxo]]&lt;br /&gt;
# [[rel-tag]]&lt;br /&gt;
# [[rel-license]]&lt;br /&gt;
# [[hcard]]&lt;br /&gt;
# [[hcalendar]]&lt;br /&gt;
# [[hreview]]&lt;br /&gt;
&lt;br /&gt;
== Comunidade ==&lt;br /&gt;
&lt;br /&gt;
# [[how-to-play]]&lt;br /&gt;
# [[process]]&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Main_Page-pt-br&amp;diff=10029</id>
		<title>Main Page-pt-br</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Main_Page-pt-br&amp;diff=10029"/>
		<updated>2006-11-04T04:22:05Z</updated>

		<summary type="html">&lt;p&gt;Token: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt; Microformatos Wiki &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Olá!''' Bem vindo ao microformatos wiki. Se esta é sua primeira visita, por favor veja a página de [[introduction|introdução]].&lt;br /&gt;
&lt;br /&gt;
Por favor, leia [[how-to-play|o que fazer]] antes de fazer qualquer edição.&lt;br /&gt;
&lt;br /&gt;
Por favor, leia o [[process|processo]] antes de propor qualquer novo microformatos.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Guia Rápido==&lt;br /&gt;
&lt;br /&gt;
[[what-are-microformats|O que são microformatos]]? [[what-can-you-do-with-microformats|O que você pode fazer com eles]]? &lt;br /&gt;
&lt;br /&gt;
A [http://microformats.org/about/ página about], e mais recente [[press]], [[presentations]], [[podcasts]], and [[screencasts]] são bom locais para informações a fundo. &lt;br /&gt;
&lt;br /&gt;
As perguntas feitas cm mais frequencia sobre o wiki e microformatos são em geral respondidas no [[faq|FAQ]].&lt;br /&gt;
&lt;br /&gt;
Quer aprender mais pessoalmente? Verifique [[events|microformats events]].&lt;br /&gt;
&lt;br /&gt;
==Definição==&lt;br /&gt;
&lt;br /&gt;
Uma definição popular da nossa [http://microformats.org/discuss/ lista de discussão] (ver também: [[mailing-lists]]) é &amp;quot;convenções simples para combinar semântica em HTML para permitir o desenvolvimento decentralizado.&amp;quot; Mais precisamente, microformatos podem ser definidos como:&lt;br /&gt;
:convenções simples&lt;br /&gt;
:para combinar com marcação semântica&lt;br /&gt;
::for a specific problem domain&lt;br /&gt;
:para ser legível aos humanos, documentos (X)HTML/XML, feeds Atom/RSS, e XML &amp;quot;plano&amp;quot;&lt;br /&gt;
::que padroniza existente conteúdo com uso de padrões.&lt;br /&gt;
::usando brief, descritivas nomes de classes&lt;br /&gt;
::baseada frequentemente nos existentes padrões de interoperabilidade&lt;br /&gt;
:para permitir desenvolvimento decentralizado&lt;br /&gt;
::de recursos, ferramentas, e serviços&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Ou você só usa seu browser para navegar? Então isto é o século 20.&amp;quot; -- [http://diveintomark.org Mark Pilgrim]&lt;br /&gt;
&lt;br /&gt;
== Como contribuir ==&lt;br /&gt;
&lt;br /&gt;
Você quer ajudar a levar microformatos ao próximo nível? Você pode:&lt;br /&gt;
&lt;br /&gt;
*Verificar as coisas em aberto [[to-do-pt-br|lista do que fazer]] para ajudar a concluir.&lt;br /&gt;
*Ingressar na [http://microformats.org/discuss lista de emails] e [[irc|Canal de IRC]] para aprender como ajudar a responder perguntas sobre microformatos.&lt;br /&gt;
*[[advocacy|Advocacia]] o uso de microformatos.&lt;br /&gt;
*Ajudar a [[Main_Page#microformats_wiki_in_other_languages|traduza o microformatos wiki para outras linguagens]] e tornar microformatos globalmente acessível.&lt;br /&gt;
&lt;br /&gt;
== Especificações ==&lt;br /&gt;
[[microformats-pt-br|Microformatos]] especificações de padrões abertos (ver também: [[implementations-pt-br|implementações]])&lt;br /&gt;
* [[hcalendar|hCalendar]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[rel-license]]&lt;br /&gt;
* [[rel-nofollow]]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [http://gmpg.org/xfn/ XFN] (ver também: [[xfn-implementations]])&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
== Rascunhos ==&lt;br /&gt;
* [[adr|adr]]&lt;br /&gt;
* [[geo|geo]]&lt;br /&gt;
* [[hatom|hAtom]] {{NewMarker}}&lt;br /&gt;
* [[hresume|hResume]] {{NewMarker}}&lt;br /&gt;
* [[hreview|hReview]]&lt;br /&gt;
* [[rel-directory]]&lt;br /&gt;
* [[rel-enclosure]]&lt;br /&gt;
* [[rel-home]]&lt;br /&gt;
* [[relpayment-research | rel-payment]]&lt;br /&gt;
* [[robots-exclusion|Robots Exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
== Padrões do projeto ==&lt;br /&gt;
&lt;br /&gt;
{{design_patterns}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Discussões exploratória ==&lt;br /&gt;
Pesquisa e análises do mundo real [[examples|exemplos]], formatos existentes e idéias para motivar o microformatos.&lt;br /&gt;
*alternates [[alternates-brainstorming|brainstorming]], [[alternates-examples|examplos]]&lt;br /&gt;
*[[attention]]&lt;br /&gt;
* blog description [[blog-description-examples|examplos]]&lt;br /&gt;
* blog info [[blog-info-examples|exemplos]]&lt;br /&gt;
* blog post [[blog-post-examples|exemplos]], [[blog-post-formats|formatos]], e [[blog-post-brainstorming|brainstorming]] (yielded the [[hatom|hAtom]] draft)&lt;br /&gt;
* book [[book-examples|exemplos]], [[book-formats|formatos]], e [[book-brainstorming|brainstorming]]&lt;br /&gt;
* chat [[chat-examples|exemplos]], [[chat-formats|formatos]], e [[chat-brainstorming|brainstorming]]&lt;br /&gt;
* citation [[citation|effort]], [[citation-examples|examples]], [[citation-formats|formatos]], [[citation-brainstorming|brainstorming]], e [[citation-faq|FAQ]]&lt;br /&gt;
* comment [[comment-problem|problem]], [[comment-examples|examples]], e [[comments-formats|formatos]] (Alguma coisa precisa ser extraída de [[comments-formats]])&lt;br /&gt;
* [[currency]]; [[currency-examples]]; [[currency-brainstorming]] {{NewMarker}}&lt;br /&gt;
* directions [[directions-examples|examplos]] {{NewMarker}}&lt;br /&gt;
* directory inclusion [[directory-inclusion-examples|examples]], [[directory-inclusion-formats|formatos]]. (see also [[rel-directory]])&lt;br /&gt;
* distributed conversation [[distributed-conversation|overview]], [[distributed-conversation-brainstorming|brainstorming]], [[distributed-conversation-examples|examplos]], and [[distributed-conversation-formats|formatos]]&lt;br /&gt;
* forms [[forms-examples|exemplos]]&lt;br /&gt;
* genealogy [[genealogy-formats|exemplos]]&lt;br /&gt;
* group [[group-brainstorming|brainstorming]] and [[group-examples|examplos]]&lt;br /&gt;
* hash [[hash-examples|examples]]&lt;br /&gt;
* job listing [[job-listing-examples|exemplos]] e [[job-listing-brainstorming|brainstorming]]&lt;br /&gt;
* last modified [[last-modified-examples|exemplos]], [[last-modified-formats|formatos]], and [[last-modified-brainstorming|brainstorming]]&lt;br /&gt;
* hListing [[hlisting-proposal|proposal]], e [[hlisting-feedback|feedback]] {{NewMarker}}&lt;br /&gt;
** Also, listing [[listing-examples|exemplos]], [[listing-formats|formatos]], and [[listing-brainstorming|brainstorming]]&lt;br /&gt;
* location [[location-formats|formatos]]. (ver também [[adr]] e [[geo]])&lt;br /&gt;
* [[luna]] ([[geo]]-like co-ordinates, for places on The Moon) {{NewMarker}}&lt;br /&gt;
* [[mars]] ([[geo]]-like co-ordinates, for places on the planet Mars) {{NewMarker}}&lt;br /&gt;
* measures and measurement units [[measure]]&lt;br /&gt;
* [[media-info]] ([[media-info-examples|exemplos]], [[media-info-formats|formatos]], [[media-info-brainstorming|brainstorming]]) &lt;br /&gt;
* meeting minutes [[meeting-minutes-examples|exemplos]], [[meeting-minutes-formats|formatos]], e [[meeting-minutes-brainstorming|brainstorming]]&lt;br /&gt;
* metalink [[metalink-examples|exemplos]] {{NewMarker}}&lt;br /&gt;
* microsummary [[microsummary-brainstorming|brainstorming]] {{NewMarker}}&lt;br /&gt;
* [[mfo-examples|MFO examples]]&lt;br /&gt;
* music [[music-examples|exemplos]]&lt;br /&gt;
* photo note [[photo-note-examples|exemplos]]&lt;br /&gt;
* recipe [[recipe-examples|exemplos]]&lt;br /&gt;
* rel-product [[rel-product-brainstorming|brainstorming]]&lt;br /&gt;
* requirements testing [[requirements-testing|overview]], e [[requirements-testing-examples|examplos]]&lt;br /&gt;
* [[rest-examples|REST examples]]&lt;br /&gt;
* resume [[resume-brainstorming|brainstorming]], e [[resume-formats|formatos]]&lt;br /&gt;
* review [[review-examples|examples]], e [[review-formats|formatosformatos]] (yielded the [[hreview|hReview]] draft)&lt;br /&gt;
* search results [[search-results-example|exemplos]]&lt;br /&gt;
* show [[show-brainstorming|brainstorming]]&lt;br /&gt;
* showroll [[showroll-brainstorming|brainstorming]]&lt;br /&gt;
* [[species]] - para a remarcação de nomes científicos de coisas vivas: [[species-examples]]; [[species-brainstorming]] {{NewMarker}}&lt;br /&gt;
* table [[table-examples|exemplos]]&lt;br /&gt;
* tagspeak [[tagspeak-examples|exemplos]]&lt;br /&gt;
* tagcloud [[tagcloud-examples|exemplos]], e [[tagcloud-brainstorming | brainstorming]]. {{NewMarker}}&lt;br /&gt;
* transit table [[transit-table-examples|exemplos]]&lt;br /&gt;
* [[uid]]&lt;br /&gt;
* widget [[widget-examples|exemplos]], e [[widget-brainstorming|brainstorming]]&lt;br /&gt;
* [[wiki-formats|wiki formatos]]&lt;br /&gt;
* work of art [[work-of-art|overview]], [[workofart-examples|examples]], [[workofart-formats|formatos]], e [[workofart-brainstorming|brainstorming]] {{NewMarker}}&lt;br /&gt;
*[[xmdp-brainstorming|XMDP brainstorming]] (ver também [[xmdp-faq]])&lt;br /&gt;
&lt;br /&gt;
== Exemplos ==&lt;br /&gt;
* [[examples]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ferramentas &amp;amp; Casos Prova &amp;amp; Pesquisa Adicional ==&lt;br /&gt;
&lt;br /&gt;
O primeira lugar a procurar por exemplos, códigos, e casos é nas páginas de cada microformato indivídual. Há poucas ferramentas de atalho e serviços que precisam processar mais que um microformato. Esta sessão é destinada a editores, analisadores, validadores, testadores de casos e a outras informações relevantes através de microformatos multíplos.&lt;br /&gt;
&lt;br /&gt;
*[[accessibility|acessibilidade]]&lt;br /&gt;
*[[faqs-for-rdf]]&lt;br /&gt;
*[[icalendar-implementations]]&lt;br /&gt;
*[[parsing-microformats]]&lt;br /&gt;
*[[selected-test-cases-from-the-web]]&lt;br /&gt;
*[http://hg.microformats.org/ Source code repository] -- [[mercurial-quick-start|HowTo: Download code from the repository]]&lt;br /&gt;
*[[vcard-implementations]], [[vcard-errata]]&lt;br /&gt;
*[[why-are-content-standards-hard]]&lt;br /&gt;
&lt;br /&gt;
== Areas de trabalho compartilhado ==&lt;br /&gt;
* [[buttons]]&lt;br /&gt;
* [[spread-microformats]] {{NewMarker}}&lt;br /&gt;
* [[demo]] - uma página com links para rapidamente demostrar microformatos funcionando na prática.&lt;br /&gt;
* [[events|eventos]] {{NewMarker}}&lt;br /&gt;
* [[to-do-pt-br|o que fazer]]&lt;br /&gt;
* [[user-interface]]&lt;br /&gt;
* [[marked-for-deletion]]&lt;br /&gt;
&lt;br /&gt;
== microformats wiki em outras linguagens==&lt;br /&gt;
&lt;br /&gt;
You may read and edit microformats articles in many other languages:&lt;br /&gt;
&lt;br /&gt;
* languages with over 50 articles&lt;br /&gt;
** [[Main_Page-fr|Français (French)]] {{NewMarker-fr}}&lt;br /&gt;
* languages with over 2 articles&lt;br /&gt;
** [[Main_Page-ja|日本語 (Japanese)]]&lt;br /&gt;
** [[Main_Page-es|Español (Spanish)]]&lt;br /&gt;
* languages with 2 articles&lt;br /&gt;
** [[Main_Page-de|Deutsch (German)]]&lt;br /&gt;
&lt;br /&gt;
==== microformats translations elsewhere ====&lt;br /&gt;
Há outras páginas/sites externas com traduções sobre microformatos. Se você está trabalhando em uma dessas, por favor, considere como tradução o principal site de microformatos!&lt;br /&gt;
* [http://mikroformate.pbwiki.com/ Deutsch (German) mikroformate.pbwiki.com] {{NewMarker}}&lt;br /&gt;
&lt;br /&gt;
=== Iniciar um microformatos wiki em outras linguagem ===&lt;br /&gt;
&lt;br /&gt;
Não vê a língua que gostaria? Ajuda a traduzir o microformatos wiki para outra língua!&lt;br /&gt;
&lt;br /&gt;
We're still figuring this out.  &lt;br /&gt;
&lt;br /&gt;
Por enquanto, veja [http://en.wikipedia.org/wiki/Wikipedia:Multilingual_coordination Wikipedia page on Multilingual coordination], e [http://meta.wikimedia.org/wiki/How_to_start_a_new_Wikipedia How to start a new Wikipedia] para algumas dicas, conselhos, e community conventions.&lt;br /&gt;
&lt;br /&gt;
Você pode começar com a lista [[stable-pages|páginas estáveis]], que são as páginas que são relativamente estáveis e tem só míninas mudanças editoriais, que as fazem muito fácil mantê-las em sincronia com a versão em inglês, pelo uso do recurso [[Special:Watchlist|my watchlist]] (use-o para monitorar as páginas que você traduziu para alterações).&lt;br /&gt;
&lt;br /&gt;
Nome da página: para a versão traduzida de uma página, use o mesmo nome para a página e simplesmente adicione um código de identificador de linguagem RFC 3066 como um traço no sulfixo. Ex. para a versão em Francês, [[Main_Page]] torna-se [[Main_Page-fr]], e [[how-to-play]] torna-se [[how-to-play-fr]].&lt;br /&gt;
&lt;br /&gt;
==== mais linguagens familiar que quer ver ====&lt;br /&gt;
&lt;br /&gt;
* Chinese: 微格式 (Microformats) (see [http://msittig.blogspot.com/2005/11/since-i-translated-schedule-of.html source of translation])&lt;/div&gt;</summary>
		<author><name>Token</name></author>
	</entry>
</feed>