<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sevenova</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sevenova"/>
	<link rel="alternate" type="text/html" href="http://microformats.org/wiki/Special:Contributions/Sevenova"/>
	<updated>2026-04-14T22:15:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40724</id>
		<title>xoxo-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40724"/>
		<updated>2009-09-06T12:06:53Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Sample Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;XOXO 1.0: Extensible Open XHTML Outlines&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
XOXO itu sederhana, susunan garis besarnya ditulis dalam XHTML stardar dan cocok ditancapkan di (X)HTML, Atom, RSS, dan seluruh XML. XOXO adalah salah satu dari beberapa standar [[microformats|microformat]] terbuka.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi Konsep 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;
=== Pencipta ===&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;
=== Hak Cipta ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2003}}&lt;br /&gt;
* Saya memberikan seluruh kontribusi kepada spesifikasi ini untuk domain publik dan Saya menganjurkan pencipta lainnya melakukan hal yang sama.&lt;br /&gt;
** Ketika semua penulis / editor telah melakukannya, kita dapat menghapus referensi template MicroFormatCopyrightStatement dan menggantinya dengan MicroFormatPublicDomainContributionStatement.&lt;br /&gt;
&lt;br /&gt;
=== Paten ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Pengantar ==&lt;br /&gt;
When we were discussing [http://developers.technorati.com/wiki/attentionxml Attention.xml], Tantek pointed out that XHTML has everything necessary for semantically expressing outlines and blogroll-like subscriptions in an XML format that is both interactively renderable by browsers and parsable by strict XML engines. This page is here to discuss this idea.&lt;br /&gt;
&lt;br /&gt;
=== Nama ===&lt;br /&gt;
XOXO adalah singkatan dari eXtensible Open XHTML Outlines, dan diucapkan dengan berbagai cara, seperti 'Ecks Ecks oh oh', 'zho-zho', atau 'sho-sho'.&lt;br /&gt;
&lt;br /&gt;
== Abstrak ==&lt;br /&gt;
XOXO is one of several [[microformats]].  This specification defines a new XHTML document type that is based upon the module framework and modules defined in Modularization of XHTML ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The purpose of the XOXO document type is to serve as the basis for XHTML friendly outlines for processing by XML engines and for easy interactive rendering by browsers.&lt;br /&gt;
&lt;br /&gt;
== The XOXO Document Type ==&lt;br /&gt;
The XOXO document type is made up of the following XHTML modules. The elements, attributes, and minimal content models associated with these modules are defined in &amp;quot;Modularization of XHTML&amp;quot; ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The elements are listed here for information purposes, but the definitions in &amp;quot;Modularization of XHTML&amp;quot; should be considered definitive. In the on-line version of this document, the module names in the list below link into the definitions of the modules within the current version of &amp;quot;Modularization of 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;
=== The XOXO Profile ===&lt;br /&gt;
&lt;br /&gt;
See [[xoxo-profile]] for the [http://gmpg.org/xmdp XMDP] profile of XOXO which defines the XOXO values for the class attribute.&lt;br /&gt;
&lt;br /&gt;
== Simple XOXO Fragment ==&lt;br /&gt;
&lt;br /&gt;
=== Markup ===&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;Subject 1&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;li&amp;gt;Subject 2&lt;br /&gt;
    &amp;lt;ol compact=&amp;quot;compact&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint c&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;Subject 3&lt;br /&gt;
    &amp;lt;ol&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;
=== Sample Rendering ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
   1. Subject 1&lt;br /&gt;
      a. subpoint a&lt;br /&gt;
      b. subpoint b&lt;br /&gt;
   2. Subject 2&lt;br /&gt;
   3. Subject 3&lt;br /&gt;
      a. subpoint e&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Usage of 'compact' attribute ===&lt;br /&gt;
&lt;br /&gt;
Note the use of the 'compact' attribute to indicate that the subpoints of the headline &amp;quot;Subject 2&amp;quot; are not in an expanded state.  The absence of the 'compact' attribute elsewhere indicates that the other headlines are in an expanded state.&lt;br /&gt;
&lt;br /&gt;
=== Possible Default Style Rules for Sample Rendering ===&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;
== More Simple Examples ==&lt;br /&gt;
&lt;br /&gt;
MarkP has a set of examples that demonstrates both the simplicity of the markup and the presentational richness that is possible:&lt;br /&gt;
&lt;br /&gt;
* [http://diveintomark.org/public/2004/01/xo-flat.xo simple XO file that can be embedded directly into an XHTML page]&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;
** in trying to comply with semantic principles the &amp;quot;compact&amp;quot; attribute to ol and ul elements is what drives the display state. Via scripting, i'm setting classes on containing li element for added styling flexibility, though CSS Gurus might be able to replace &amp;quot;li.expanded&amp;quot; in outlines.css with some other CSS selector that says &amp;quot;select an li node that contains an ol node with a 'compact' attribute set&amp;quot;.&lt;br /&gt;
*** The CSS selector for &amp;quot;an li node that contains an ol node with a 'compact' attribute set&amp;quot; would be 'li ol[compact=&amp;quot;compact&amp;quot;]'.&lt;br /&gt;
&lt;br /&gt;
== Properties of Outline Items ==&lt;br /&gt;
Outlines typically consist of a hierarchy of points and subpoints.  Each of those points (outline items) itself may have some properties (AKA attributes or metadata) that need to be represented.  Perhaps the most common additional property on outline items in practice is the URL as demonstrated in Mark Pilgrim's examples above.  Even the text label/title of an outline item could be considered a common property.  A few such common properties:&lt;br /&gt;
* text&lt;br /&gt;
* description&lt;br /&gt;
* url (often called xmlurl or htmlurl; sometimes called permalink)&lt;br /&gt;
* title&lt;br /&gt;
* type (hint of the MIME type of the resource indicated by the URL)&lt;br /&gt;
&lt;br /&gt;
In general, properties on an outline item &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; are represented by a nested definition list &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;.  Strictly speaking, it is the first &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; inside the &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; and before any following &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;, or &amp;lt;code&amp;gt;&amp;amp;lt;li&amp;amp;gt;&amp;lt;/code&amp;gt;, e.g. here is an item &amp;quot;item 1&amp;quot; with a description property (the subpoints are there purely as a point of reference to an earlier example).&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;
=== Special Properties ===&lt;br /&gt;
There are a handful of special properties which we are able to represent more directly and conveniently with the semantic XHTML building blocks that we have included, instead of terms in a definition list.  Mostly taken from the above list of common properties, these are:&lt;br /&gt;
* text, url, title, type, and rel (short for relationship)&lt;br /&gt;
&lt;br /&gt;
If we were to represent them simply as definition terms (including the &amp;quot;description&amp;quot; property from the previous example), they might look something like this:&lt;br /&gt;
&lt;br /&gt;
Example for the sake of discussion only / not a canonical XOXO example:&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;text&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; This item represents the main point we're trying to make.&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;
However, by taking advantage of the semantic &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element, we are able to dramatically simplify the common cases that utilize these properties.  From a parser's perspective, this applies to the first  &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element directly inside the &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;
Actual XOXO Example:&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;title of 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;!-- note how the &amp;quot;text&amp;quot; property is simply the contents of the &amp;lt;a&amp;gt; element --&amp;gt;&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;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Any other properties are simply added to the definition list in the same way as the &amp;quot;description&amp;quot; property.&lt;br /&gt;
&lt;br /&gt;
=== Multi-value Properties === &lt;br /&gt;
&lt;br /&gt;
Properties that have multiple values are added using a list, nested inside of the corresponding &amp;lt;code&amp;gt;dl&amp;lt;/code&amp;gt; element:&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;multivalproperty1&amp;lt;/dt&amp;gt;&lt;br /&gt;
      &amp;lt;dd&amp;gt;&amp;lt;ul&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-a&amp;lt;/li&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-b&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&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;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Publishing XOXO ==&lt;br /&gt;
&lt;br /&gt;
XOXO may be published in two forms, valid XHTML, and simple well-formed XML.&lt;br /&gt;
&lt;br /&gt;
=== Valid XHTML XOXO ===&lt;br /&gt;
&lt;br /&gt;
A valid XHTML XOXO page is a complete XHTML document.&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;XOXO page&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;TEXT-one&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;TEXT-two&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;
=== Simple well-formed XML XOXO ===&lt;br /&gt;
&lt;br /&gt;
The root element of a simple well-formed XML XOXO page is either an &amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt; with class name of &amp;quot;xoxo&amp;quot;.  This variant is ideal for syndication and transclusion into (X)HTML pages with [[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;TEXT-one&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;TEXT-two&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;
Valid or well-formed XHTML XOXO SHOULD be served with this Content-Type header for maximum browser compatibility.&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;
It MUST be served with one of these Content-Type headers:&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;
Content-Type: application/xml&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
There are many wild examples. Nearly every blogroll on the Web can be parsed as XOXO, since they are typically an unordered list of list items of hyperlinks, which is within the XOXO profile. List examples here, when the list becomes too long we can move to a dedicated page.&lt;br /&gt;
&lt;br /&gt;
* [http://api.talis.com/bf/stores/ukbib/services/facet?query=feynman&amp;amp;fields=title%2Csubject&amp;amp;top=10&amp;amp;output=html HTML output from a faceting service for book data]&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
* CVarious [[s5-tools|S5 tools]]&lt;br /&gt;
* [http://chneukirchen.org/blog/ Christian Neukirchen] has [http://chneukirchen.org/blog/archive/2006/01/xoxo-rb-0-1-released.html written a xoxo.rb, a XOXO parser and generator for 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 is a great demonstration of drag and drop sortable XOXO lists with javascript and 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;
=== Contoh Kode ===&lt;br /&gt;
&lt;br /&gt;
* Lihat halaman [[xoxo-sample-code]] untuk contoh kode open source untuk membaca dan menulis berkas XOXO.&lt;br /&gt;
* Lihat juga halaman [[xoxo-compact-sample]] dengan sumber untuk CSS dan JS yang mengubah tampilan dan nuansa XOXO yang sangat polos agar memiliki segitiga twiddlable untuk sekumpulan daftar yang menghargai attribut dengan baik.&lt;br /&gt;
&lt;br /&gt;
== Skema XOXO ==&lt;br /&gt;
Bagian ini adalah informatif.&lt;br /&gt;
&lt;br /&gt;
Catatan: mungkin sudah usang dan perlu diperbaharui untuk mencerminkan penggunaan &amp;amp;lt;dl&amp;amp;gt; untuk membubuhi keterangan tiap-tiap XOXO dengan properti secara acak.&lt;br /&gt;
* [[DTDs]]&lt;br /&gt;
* [http://www.nidelven-it.no/projects/XOXO/xoxo-0.1.tgz Skema (Relax NG dan DTDs)]&lt;br /&gt;
&lt;br /&gt;
== Referensi ==&lt;br /&gt;
=== Referensi yang normatif ===&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;
=== Referensi yang Informatif ===&lt;br /&gt;
Bagian ini adalah '''informatif'''.&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;
* Kontribusi dari http://developers.technorati.com/wiki/XOXO&lt;br /&gt;
&lt;br /&gt;
=== Similar Work ===&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;
* [http://en.wikipedia.org/wiki/XBEL XBEL, or the XML Bookmark Exchange Language], an open XML standard for sharing Internet URIs, also known as bookmarks (or favorites in Internet Explorer).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/OPML OPML (Outline Processor Markup Language)], an XML format for outlines.&lt;br /&gt;
&lt;br /&gt;
=== Bacaan yang terkait ===&lt;br /&gt;
* [http://patricklogan.blogspot.com/2005/08/lists-really-can-we-expect-better.html Patrick Logan menuliskan Mengapa kedua ekstensi OPML dan Microsoft Lists extension tidak diperlukan].&lt;br /&gt;
&lt;br /&gt;
=== Bacaan yang tidak terkait ===&lt;br /&gt;
* [http://www.questionablecontent.net/view.php?comic=493 Questionable Content comic #493] - ternyata karakter Faye adalah penggemar XOXO.&lt;br /&gt;
&lt;br /&gt;
=== Promotional Materials / Schwag ===&lt;br /&gt;
* There is an entire XOXO clothing and accessories line.  [http://www.xoxo.com/home.php Buy XOXO stuff online].&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. There is a separate document where we are keeping our brainstorms and other explorations relating to XOXO:&lt;br /&gt;
&lt;br /&gt;
* See [[xoxo-brainstorming]] for additional thoughts on how to use XOXO for specific uses.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
** [http://blogxoxo.blogspot.com/ XOXO Blog]&lt;br /&gt;
&lt;br /&gt;
=== Tanya Jawab ===&lt;br /&gt;
* Jika Anda memiliki pertanyaan seputar XOXO, silahkan kunjungi [[xoxo-faq]] dan jika Anda tidak menemukan jawabannya, tambahkan pertanyaan Anda pada halaman tersebut.&lt;br /&gt;
&lt;br /&gt;
=== Isu ===&lt;br /&gt;
* Silahkan menambahkan isu dengan spesifikasi apapun ke dokumen terpisah [[xoxo-issues]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications]]&lt;br /&gt;
[[Category:XOXO]]&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40723</id>
		<title>xoxo-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40723"/>
		<updated>2009-09-06T11:57:57Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* XOXO Schemas */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;XOXO 1.0: Extensible Open XHTML Outlines&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
XOXO itu sederhana, susunan garis besarnya ditulis dalam XHTML stardar dan cocok ditancapkan di (X)HTML, Atom, RSS, dan seluruh XML. XOXO adalah salah satu dari beberapa standar [[microformats|microformat]] terbuka.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi Konsep 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;
=== Pencipta ===&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;
=== Hak Cipta ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2003}}&lt;br /&gt;
* Saya memberikan seluruh kontribusi kepada spesifikasi ini untuk domain publik dan Saya menganjurkan pencipta lainnya melakukan hal yang sama.&lt;br /&gt;
** Ketika semua penulis / editor telah melakukannya, kita dapat menghapus referensi template MicroFormatCopyrightStatement dan menggantinya dengan MicroFormatPublicDomainContributionStatement.&lt;br /&gt;
&lt;br /&gt;
=== Paten ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Pengantar ==&lt;br /&gt;
When we were discussing [http://developers.technorati.com/wiki/attentionxml Attention.xml], Tantek pointed out that XHTML has everything necessary for semantically expressing outlines and blogroll-like subscriptions in an XML format that is both interactively renderable by browsers and parsable by strict XML engines. This page is here to discuss this idea.&lt;br /&gt;
&lt;br /&gt;
=== Nama ===&lt;br /&gt;
XOXO adalah singkatan dari eXtensible Open XHTML Outlines, dan diucapkan dengan berbagai cara, seperti 'Ecks Ecks oh oh', 'zho-zho', atau 'sho-sho'.&lt;br /&gt;
&lt;br /&gt;
== Abstrak ==&lt;br /&gt;
XOXO is one of several [[microformats]].  This specification defines a new XHTML document type that is based upon the module framework and modules defined in Modularization of XHTML ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The purpose of the XOXO document type is to serve as the basis for XHTML friendly outlines for processing by XML engines and for easy interactive rendering by browsers.&lt;br /&gt;
&lt;br /&gt;
== The XOXO Document Type ==&lt;br /&gt;
The XOXO document type is made up of the following XHTML modules. The elements, attributes, and minimal content models associated with these modules are defined in &amp;quot;Modularization of XHTML&amp;quot; ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The elements are listed here for information purposes, but the definitions in &amp;quot;Modularization of XHTML&amp;quot; should be considered definitive. In the on-line version of this document, the module names in the list below link into the definitions of the modules within the current version of &amp;quot;Modularization of 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;
=== The XOXO Profile ===&lt;br /&gt;
&lt;br /&gt;
See [[xoxo-profile]] for the [http://gmpg.org/xmdp XMDP] profile of XOXO which defines the XOXO values for the class attribute.&lt;br /&gt;
&lt;br /&gt;
== Simple XOXO Fragment ==&lt;br /&gt;
&lt;br /&gt;
=== Markup ===&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;Subject 1&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;li&amp;gt;Subject 2&lt;br /&gt;
    &amp;lt;ol compact=&amp;quot;compact&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint c&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;Subject 3&lt;br /&gt;
    &amp;lt;ol&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;
=== Sample Rendering ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
   1. Subject 1&lt;br /&gt;
      a. subpoint a&lt;br /&gt;
      b. subpoint b&lt;br /&gt;
   2. Subject 2&lt;br /&gt;
   3. Subject 3&lt;br /&gt;
      a. subpoint e&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Usage of 'compact' attribute ===&lt;br /&gt;
&lt;br /&gt;
Note the use of the 'compact' attribute to indicate that the subpoints of the headline &amp;quot;Subject 2&amp;quot; are not in an expanded state.  The absence of the 'compact' attribute elsewhere indicates that the other headlines are in an expanded state.&lt;br /&gt;
&lt;br /&gt;
=== Possible Default Style Rules for Sample Rendering ===&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;
== More Simple Examples ==&lt;br /&gt;
&lt;br /&gt;
MarkP has a set of examples that demonstrates both the simplicity of the markup and the presentational richness that is possible:&lt;br /&gt;
&lt;br /&gt;
* [http://diveintomark.org/public/2004/01/xo-flat.xo simple XO file that can be embedded directly into an XHTML page]&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;
** in trying to comply with semantic principles the &amp;quot;compact&amp;quot; attribute to ol and ul elements is what drives the display state. Via scripting, i'm setting classes on containing li element for added styling flexibility, though CSS Gurus might be able to replace &amp;quot;li.expanded&amp;quot; in outlines.css with some other CSS selector that says &amp;quot;select an li node that contains an ol node with a 'compact' attribute set&amp;quot;.&lt;br /&gt;
*** The CSS selector for &amp;quot;an li node that contains an ol node with a 'compact' attribute set&amp;quot; would be 'li ol[compact=&amp;quot;compact&amp;quot;]'.&lt;br /&gt;
&lt;br /&gt;
== Properties of Outline Items ==&lt;br /&gt;
Outlines typically consist of a hierarchy of points and subpoints.  Each of those points (outline items) itself may have some properties (AKA attributes or metadata) that need to be represented.  Perhaps the most common additional property on outline items in practice is the URL as demonstrated in Mark Pilgrim's examples above.  Even the text label/title of an outline item could be considered a common property.  A few such common properties:&lt;br /&gt;
* text&lt;br /&gt;
* description&lt;br /&gt;
* url (often called xmlurl or htmlurl; sometimes called permalink)&lt;br /&gt;
* title&lt;br /&gt;
* type (hint of the MIME type of the resource indicated by the URL)&lt;br /&gt;
&lt;br /&gt;
In general, properties on an outline item &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; are represented by a nested definition list &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;.  Strictly speaking, it is the first &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; inside the &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; and before any following &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;, or &amp;lt;code&amp;gt;&amp;amp;lt;li&amp;amp;gt;&amp;lt;/code&amp;gt;, e.g. here is an item &amp;quot;item 1&amp;quot; with a description property (the subpoints are there purely as a point of reference to an earlier example).&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;
=== Special Properties ===&lt;br /&gt;
There are a handful of special properties which we are able to represent more directly and conveniently with the semantic XHTML building blocks that we have included, instead of terms in a definition list.  Mostly taken from the above list of common properties, these are:&lt;br /&gt;
* text, url, title, type, and rel (short for relationship)&lt;br /&gt;
&lt;br /&gt;
If we were to represent them simply as definition terms (including the &amp;quot;description&amp;quot; property from the previous example), they might look something like this:&lt;br /&gt;
&lt;br /&gt;
Example for the sake of discussion only / not a canonical XOXO example:&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;text&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; This item represents the main point we're trying to make.&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;
However, by taking advantage of the semantic &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element, we are able to dramatically simplify the common cases that utilize these properties.  From a parser's perspective, this applies to the first  &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element directly inside the &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;
Actual XOXO Example:&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;title of 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;!-- note how the &amp;quot;text&amp;quot; property is simply the contents of the &amp;lt;a&amp;gt; element --&amp;gt;&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;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Any other properties are simply added to the definition list in the same way as the &amp;quot;description&amp;quot; property.&lt;br /&gt;
&lt;br /&gt;
=== Multi-value Properties === &lt;br /&gt;
&lt;br /&gt;
Properties that have multiple values are added using a list, nested inside of the corresponding &amp;lt;code&amp;gt;dl&amp;lt;/code&amp;gt; element:&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;multivalproperty1&amp;lt;/dt&amp;gt;&lt;br /&gt;
      &amp;lt;dd&amp;gt;&amp;lt;ul&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-a&amp;lt;/li&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-b&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&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;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Publishing XOXO ==&lt;br /&gt;
&lt;br /&gt;
XOXO may be published in two forms, valid XHTML, and simple well-formed XML.&lt;br /&gt;
&lt;br /&gt;
=== Valid XHTML XOXO ===&lt;br /&gt;
&lt;br /&gt;
A valid XHTML XOXO page is a complete XHTML document.&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;XOXO page&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;TEXT-one&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;TEXT-two&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;
=== Simple well-formed XML XOXO ===&lt;br /&gt;
&lt;br /&gt;
The root element of a simple well-formed XML XOXO page is either an &amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt; with class name of &amp;quot;xoxo&amp;quot;.  This variant is ideal for syndication and transclusion into (X)HTML pages with [[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;TEXT-one&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;TEXT-two&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;
Valid or well-formed XHTML XOXO SHOULD be served with this Content-Type header for maximum browser compatibility.&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;
It MUST be served with one of these Content-Type headers:&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;
Content-Type: application/xml&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
There are many wild examples. Nearly every blogroll on the Web can be parsed as XOXO, since they are typically an unordered list of list items of hyperlinks, which is within the XOXO profile. List examples here, when the list becomes too long we can move to a dedicated page.&lt;br /&gt;
&lt;br /&gt;
* [http://api.talis.com/bf/stores/ukbib/services/facet?query=feynman&amp;amp;fields=title%2Csubject&amp;amp;top=10&amp;amp;output=html HTML output from a faceting service for book data]&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
* CVarious [[s5-tools|S5 tools]]&lt;br /&gt;
* [http://chneukirchen.org/blog/ Christian Neukirchen] has [http://chneukirchen.org/blog/archive/2006/01/xoxo-rb-0-1-released.html written a xoxo.rb, a XOXO parser and generator for 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 is a great demonstration of drag and drop sortable XOXO lists with javascript and 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;
=== Sample Code ===&lt;br /&gt;
&lt;br /&gt;
* See the [[xoxo-sample-code]] page for open source sample code to read and write XOXO files.&lt;br /&gt;
* See also the [[xoxo-compact-sample]] page with source for CSS and JS that alters the look and feel of some very plain XOXO to have twiddlable triangles for nested lists that respect the compact attribute as well.&lt;br /&gt;
&lt;br /&gt;
== Skema XOXO ==&lt;br /&gt;
Bagian ini adalah informatif.&lt;br /&gt;
&lt;br /&gt;
Catatan: mungkin sudah usang dan perlu diperbaharui untuk mencerminkan penggunaan &amp;amp;lt;dl&amp;amp;gt; untuk membubuhi keterangan tiap-tiap XOXO dengan properti secara acak.&lt;br /&gt;
* [[DTDs]]&lt;br /&gt;
* [http://www.nidelven-it.no/projects/XOXO/xoxo-0.1.tgz Skema (Relax NG dan DTDs)]&lt;br /&gt;
&lt;br /&gt;
== Referensi ==&lt;br /&gt;
=== Referensi yang normatif ===&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;
=== Referensi yang Informatif ===&lt;br /&gt;
Bagian ini adalah '''informatif'''.&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;
* Kontribusi dari http://developers.technorati.com/wiki/XOXO&lt;br /&gt;
&lt;br /&gt;
=== Similar Work ===&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;
* [http://en.wikipedia.org/wiki/XBEL XBEL, or the XML Bookmark Exchange Language], an open XML standard for sharing Internet URIs, also known as bookmarks (or favorites in Internet Explorer).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/OPML OPML (Outline Processor Markup Language)], an XML format for outlines.&lt;br /&gt;
&lt;br /&gt;
=== Bacaan yang terkait ===&lt;br /&gt;
* [http://patricklogan.blogspot.com/2005/08/lists-really-can-we-expect-better.html Patrick Logan menuliskan Mengapa kedua ekstensi OPML dan Microsoft Lists extension tidak diperlukan].&lt;br /&gt;
&lt;br /&gt;
=== Bacaan yang tidak terkait ===&lt;br /&gt;
* [http://www.questionablecontent.net/view.php?comic=493 Questionable Content comic #493] - ternyata karakter Faye adalah penggemar XOXO.&lt;br /&gt;
&lt;br /&gt;
=== Promotional Materials / Schwag ===&lt;br /&gt;
* There is an entire XOXO clothing and accessories line.  [http://www.xoxo.com/home.php Buy XOXO stuff online].&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. There is a separate document where we are keeping our brainstorms and other explorations relating to XOXO:&lt;br /&gt;
&lt;br /&gt;
* See [[xoxo-brainstorming]] for additional thoughts on how to use XOXO for specific uses.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
** [http://blogxoxo.blogspot.com/ XOXO Blog]&lt;br /&gt;
&lt;br /&gt;
=== Tanya Jawab ===&lt;br /&gt;
* Jika Anda memiliki pertanyaan seputar XOXO, silahkan kunjungi [[xoxo-faq]] dan jika Anda tidak menemukan jawabannya, tambahkan pertanyaan Anda pada halaman tersebut.&lt;br /&gt;
&lt;br /&gt;
=== Isu ===&lt;br /&gt;
* Silahkan menambahkan isu dengan spesifikasi apapun ke dokumen terpisah [[xoxo-issues]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications]]&lt;br /&gt;
[[Category:XOXO]]&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40722</id>
		<title>xoxo-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40722"/>
		<updated>2009-09-06T11:51:51Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;XOXO 1.0: Extensible Open XHTML Outlines&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
XOXO itu sederhana, susunan garis besarnya ditulis dalam XHTML stardar dan cocok ditancapkan di (X)HTML, Atom, RSS, dan seluruh XML. XOXO adalah salah satu dari beberapa standar [[microformats|microformat]] terbuka.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi Konsep 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;
=== Pencipta ===&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;
=== Hak Cipta ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2003}}&lt;br /&gt;
* Saya memberikan seluruh kontribusi kepada spesifikasi ini untuk domain publik dan Saya menganjurkan pencipta lainnya melakukan hal yang sama.&lt;br /&gt;
** Ketika semua penulis / editor telah melakukannya, kita dapat menghapus referensi template MicroFormatCopyrightStatement dan menggantinya dengan MicroFormatPublicDomainContributionStatement.&lt;br /&gt;
&lt;br /&gt;
=== Paten ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Pengantar ==&lt;br /&gt;
When we were discussing [http://developers.technorati.com/wiki/attentionxml Attention.xml], Tantek pointed out that XHTML has everything necessary for semantically expressing outlines and blogroll-like subscriptions in an XML format that is both interactively renderable by browsers and parsable by strict XML engines. This page is here to discuss this idea.&lt;br /&gt;
&lt;br /&gt;
=== Nama ===&lt;br /&gt;
XOXO adalah singkatan dari eXtensible Open XHTML Outlines, dan diucapkan dengan berbagai cara, seperti 'Ecks Ecks oh oh', 'zho-zho', atau 'sho-sho'.&lt;br /&gt;
&lt;br /&gt;
== Abstrak ==&lt;br /&gt;
XOXO is one of several [[microformats]].  This specification defines a new XHTML document type that is based upon the module framework and modules defined in Modularization of XHTML ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The purpose of the XOXO document type is to serve as the basis for XHTML friendly outlines for processing by XML engines and for easy interactive rendering by browsers.&lt;br /&gt;
&lt;br /&gt;
== The XOXO Document Type ==&lt;br /&gt;
The XOXO document type is made up of the following XHTML modules. The elements, attributes, and minimal content models associated with these modules are defined in &amp;quot;Modularization of XHTML&amp;quot; ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The elements are listed here for information purposes, but the definitions in &amp;quot;Modularization of XHTML&amp;quot; should be considered definitive. In the on-line version of this document, the module names in the list below link into the definitions of the modules within the current version of &amp;quot;Modularization of 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;
=== The XOXO Profile ===&lt;br /&gt;
&lt;br /&gt;
See [[xoxo-profile]] for the [http://gmpg.org/xmdp XMDP] profile of XOXO which defines the XOXO values for the class attribute.&lt;br /&gt;
&lt;br /&gt;
== Simple XOXO Fragment ==&lt;br /&gt;
&lt;br /&gt;
=== Markup ===&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;Subject 1&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;li&amp;gt;Subject 2&lt;br /&gt;
    &amp;lt;ol compact=&amp;quot;compact&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint c&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;Subject 3&lt;br /&gt;
    &amp;lt;ol&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;
=== Sample Rendering ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
   1. Subject 1&lt;br /&gt;
      a. subpoint a&lt;br /&gt;
      b. subpoint b&lt;br /&gt;
   2. Subject 2&lt;br /&gt;
   3. Subject 3&lt;br /&gt;
      a. subpoint e&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Usage of 'compact' attribute ===&lt;br /&gt;
&lt;br /&gt;
Note the use of the 'compact' attribute to indicate that the subpoints of the headline &amp;quot;Subject 2&amp;quot; are not in an expanded state.  The absence of the 'compact' attribute elsewhere indicates that the other headlines are in an expanded state.&lt;br /&gt;
&lt;br /&gt;
=== Possible Default Style Rules for Sample Rendering ===&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;
== More Simple Examples ==&lt;br /&gt;
&lt;br /&gt;
MarkP has a set of examples that demonstrates both the simplicity of the markup and the presentational richness that is possible:&lt;br /&gt;
&lt;br /&gt;
* [http://diveintomark.org/public/2004/01/xo-flat.xo simple XO file that can be embedded directly into an XHTML page]&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;
** in trying to comply with semantic principles the &amp;quot;compact&amp;quot; attribute to ol and ul elements is what drives the display state. Via scripting, i'm setting classes on containing li element for added styling flexibility, though CSS Gurus might be able to replace &amp;quot;li.expanded&amp;quot; in outlines.css with some other CSS selector that says &amp;quot;select an li node that contains an ol node with a 'compact' attribute set&amp;quot;.&lt;br /&gt;
*** The CSS selector for &amp;quot;an li node that contains an ol node with a 'compact' attribute set&amp;quot; would be 'li ol[compact=&amp;quot;compact&amp;quot;]'.&lt;br /&gt;
&lt;br /&gt;
== Properties of Outline Items ==&lt;br /&gt;
Outlines typically consist of a hierarchy of points and subpoints.  Each of those points (outline items) itself may have some properties (AKA attributes or metadata) that need to be represented.  Perhaps the most common additional property on outline items in practice is the URL as demonstrated in Mark Pilgrim's examples above.  Even the text label/title of an outline item could be considered a common property.  A few such common properties:&lt;br /&gt;
* text&lt;br /&gt;
* description&lt;br /&gt;
* url (often called xmlurl or htmlurl; sometimes called permalink)&lt;br /&gt;
* title&lt;br /&gt;
* type (hint of the MIME type of the resource indicated by the URL)&lt;br /&gt;
&lt;br /&gt;
In general, properties on an outline item &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; are represented by a nested definition list &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;.  Strictly speaking, it is the first &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; inside the &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; and before any following &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;, or &amp;lt;code&amp;gt;&amp;amp;lt;li&amp;amp;gt;&amp;lt;/code&amp;gt;, e.g. here is an item &amp;quot;item 1&amp;quot; with a description property (the subpoints are there purely as a point of reference to an earlier example).&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;
=== Special Properties ===&lt;br /&gt;
There are a handful of special properties which we are able to represent more directly and conveniently with the semantic XHTML building blocks that we have included, instead of terms in a definition list.  Mostly taken from the above list of common properties, these are:&lt;br /&gt;
* text, url, title, type, and rel (short for relationship)&lt;br /&gt;
&lt;br /&gt;
If we were to represent them simply as definition terms (including the &amp;quot;description&amp;quot; property from the previous example), they might look something like this:&lt;br /&gt;
&lt;br /&gt;
Example for the sake of discussion only / not a canonical XOXO example:&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;text&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; This item represents the main point we're trying to make.&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;
However, by taking advantage of the semantic &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element, we are able to dramatically simplify the common cases that utilize these properties.  From a parser's perspective, this applies to the first  &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element directly inside the &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;
Actual XOXO Example:&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;title of 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;!-- note how the &amp;quot;text&amp;quot; property is simply the contents of the &amp;lt;a&amp;gt; element --&amp;gt;&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;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Any other properties are simply added to the definition list in the same way as the &amp;quot;description&amp;quot; property.&lt;br /&gt;
&lt;br /&gt;
=== Multi-value Properties === &lt;br /&gt;
&lt;br /&gt;
Properties that have multiple values are added using a list, nested inside of the corresponding &amp;lt;code&amp;gt;dl&amp;lt;/code&amp;gt; element:&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;multivalproperty1&amp;lt;/dt&amp;gt;&lt;br /&gt;
      &amp;lt;dd&amp;gt;&amp;lt;ul&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-a&amp;lt;/li&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-b&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&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;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Publishing XOXO ==&lt;br /&gt;
&lt;br /&gt;
XOXO may be published in two forms, valid XHTML, and simple well-formed XML.&lt;br /&gt;
&lt;br /&gt;
=== Valid XHTML XOXO ===&lt;br /&gt;
&lt;br /&gt;
A valid XHTML XOXO page is a complete XHTML document.&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;XOXO page&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;TEXT-one&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;TEXT-two&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;
=== Simple well-formed XML XOXO ===&lt;br /&gt;
&lt;br /&gt;
The root element of a simple well-formed XML XOXO page is either an &amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt; with class name of &amp;quot;xoxo&amp;quot;.  This variant is ideal for syndication and transclusion into (X)HTML pages with [[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;TEXT-one&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;TEXT-two&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;
Valid or well-formed XHTML XOXO SHOULD be served with this Content-Type header for maximum browser compatibility.&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;
It MUST be served with one of these Content-Type headers:&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;
Content-Type: application/xml&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
There are many wild examples. Nearly every blogroll on the Web can be parsed as XOXO, since they are typically an unordered list of list items of hyperlinks, which is within the XOXO profile. List examples here, when the list becomes too long we can move to a dedicated page.&lt;br /&gt;
&lt;br /&gt;
* [http://api.talis.com/bf/stores/ukbib/services/facet?query=feynman&amp;amp;fields=title%2Csubject&amp;amp;top=10&amp;amp;output=html HTML output from a faceting service for book data]&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
* CVarious [[s5-tools|S5 tools]]&lt;br /&gt;
* [http://chneukirchen.org/blog/ Christian Neukirchen] has [http://chneukirchen.org/blog/archive/2006/01/xoxo-rb-0-1-released.html written a xoxo.rb, a XOXO parser and generator for 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 is a great demonstration of drag and drop sortable XOXO lists with javascript and 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;
=== Sample Code ===&lt;br /&gt;
&lt;br /&gt;
* See the [[xoxo-sample-code]] page for open source sample code to read and write XOXO files.&lt;br /&gt;
* See also the [[xoxo-compact-sample]] page with source for CSS and JS that alters the look and feel of some very plain XOXO to have twiddlable triangles for nested lists that respect the compact attribute as well.&lt;br /&gt;
&lt;br /&gt;
== XOXO Schemas ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
Note: these may be out of date and require updating to reflect the use of &amp;amp;lt;dl&amp;amp;gt; for annotating XOXO items with arbitrary properties.&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;
== Referensi ==&lt;br /&gt;
=== Referensi yang normatif ===&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;
=== Referensi yang Informatif ===&lt;br /&gt;
Bagian ini adalah '''informatif'''.&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;
* Kontribusi dari http://developers.technorati.com/wiki/XOXO&lt;br /&gt;
&lt;br /&gt;
=== Similar Work ===&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;
* [http://en.wikipedia.org/wiki/XBEL XBEL, or the XML Bookmark Exchange Language], an open XML standard for sharing Internet URIs, also known as bookmarks (or favorites in Internet Explorer).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/OPML OPML (Outline Processor Markup Language)], an XML format for outlines.&lt;br /&gt;
&lt;br /&gt;
=== Bacaan yang terkait ===&lt;br /&gt;
* [http://patricklogan.blogspot.com/2005/08/lists-really-can-we-expect-better.html Patrick Logan menuliskan Mengapa kedua ekstensi OPML dan Microsoft Lists extension tidak diperlukan].&lt;br /&gt;
&lt;br /&gt;
=== Bacaan yang tidak terkait ===&lt;br /&gt;
* [http://www.questionablecontent.net/view.php?comic=493 Questionable Content comic #493] - ternyata karakter Faye adalah penggemar XOXO.&lt;br /&gt;
&lt;br /&gt;
=== Promotional Materials / Schwag ===&lt;br /&gt;
* There is an entire XOXO clothing and accessories line.  [http://www.xoxo.com/home.php Buy XOXO stuff online].&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. There is a separate document where we are keeping our brainstorms and other explorations relating to XOXO:&lt;br /&gt;
&lt;br /&gt;
* See [[xoxo-brainstorming]] for additional thoughts on how to use XOXO for specific uses.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
** [http://blogxoxo.blogspot.com/ XOXO Blog]&lt;br /&gt;
&lt;br /&gt;
=== Tanya Jawab ===&lt;br /&gt;
* Jika Anda memiliki pertanyaan seputar XOXO, silahkan kunjungi [[xoxo-faq]] dan jika Anda tidak menemukan jawabannya, tambahkan pertanyaan Anda pada halaman tersebut.&lt;br /&gt;
&lt;br /&gt;
=== Isu ===&lt;br /&gt;
* Silahkan menambahkan isu dengan spesifikasi apapun ke dokumen terpisah [[xoxo-issues]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications]]&lt;br /&gt;
[[Category:XOXO]]&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40721</id>
		<title>xoxo-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40721"/>
		<updated>2009-09-06T11:51:29Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Normative References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;XOXO 1.0: Extensible Open XHTML Outlines&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
XOXO itu sederhana, susunan garis besarnya ditulis dalam XHTML stardar dan cocok ditancapkan di (X)HTML, Atom, RSS, dan seluruh XML. XOXO adalah salah satu dari beberapa standar [[microformats|microformat]] terbuka.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi Konsep 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;
=== Pencipta ===&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;
=== Hak Cipta ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2003}}&lt;br /&gt;
* Saya memberikan seluruh kontribusi kepada spesifikasi ini untuk domain publik dan Saya menganjurkan pencipta lainnya melakukan hal yang sama.&lt;br /&gt;
** Ketika semua penulis / editor telah melakukannya, kita dapat menghapus referensi template MicroFormatCopyrightStatement dan menggantinya dengan MicroFormatPublicDomainContributionStatement.&lt;br /&gt;
&lt;br /&gt;
=== Paten ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Pengantar ==&lt;br /&gt;
When we were discussing [http://developers.technorati.com/wiki/attentionxml Attention.xml], Tantek pointed out that XHTML has everything necessary for semantically expressing outlines and blogroll-like subscriptions in an XML format that is both interactively renderable by browsers and parsable by strict XML engines. This page is here to discuss this idea.&lt;br /&gt;
&lt;br /&gt;
=== Nama ===&lt;br /&gt;
XOXO adalah singkatan dari eXtensible Open XHTML Outlines, dan diucapkan dengan berbagai cara, seperti 'Ecks Ecks oh oh', 'zho-zho', atau 'sho-sho'.&lt;br /&gt;
&lt;br /&gt;
== Abstrak ==&lt;br /&gt;
XOXO is one of several [[microformats]].  This specification defines a new XHTML document type that is based upon the module framework and modules defined in Modularization of XHTML ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The purpose of the XOXO document type is to serve as the basis for XHTML friendly outlines for processing by XML engines and for easy interactive rendering by browsers.&lt;br /&gt;
&lt;br /&gt;
== The XOXO Document Type ==&lt;br /&gt;
The XOXO document type is made up of the following XHTML modules. The elements, attributes, and minimal content models associated with these modules are defined in &amp;quot;Modularization of XHTML&amp;quot; ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The elements are listed here for information purposes, but the definitions in &amp;quot;Modularization of XHTML&amp;quot; should be considered definitive. In the on-line version of this document, the module names in the list below link into the definitions of the modules within the current version of &amp;quot;Modularization of 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;
=== The XOXO Profile ===&lt;br /&gt;
&lt;br /&gt;
See [[xoxo-profile]] for the [http://gmpg.org/xmdp XMDP] profile of XOXO which defines the XOXO values for the class attribute.&lt;br /&gt;
&lt;br /&gt;
== Simple XOXO Fragment ==&lt;br /&gt;
&lt;br /&gt;
=== Markup ===&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;Subject 1&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;li&amp;gt;Subject 2&lt;br /&gt;
    &amp;lt;ol compact=&amp;quot;compact&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint c&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;Subject 3&lt;br /&gt;
    &amp;lt;ol&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;
=== Sample Rendering ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
   1. Subject 1&lt;br /&gt;
      a. subpoint a&lt;br /&gt;
      b. subpoint b&lt;br /&gt;
   2. Subject 2&lt;br /&gt;
   3. Subject 3&lt;br /&gt;
      a. subpoint e&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Usage of 'compact' attribute ===&lt;br /&gt;
&lt;br /&gt;
Note the use of the 'compact' attribute to indicate that the subpoints of the headline &amp;quot;Subject 2&amp;quot; are not in an expanded state.  The absence of the 'compact' attribute elsewhere indicates that the other headlines are in an expanded state.&lt;br /&gt;
&lt;br /&gt;
=== Possible Default Style Rules for Sample Rendering ===&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;
== More Simple Examples ==&lt;br /&gt;
&lt;br /&gt;
MarkP has a set of examples that demonstrates both the simplicity of the markup and the presentational richness that is possible:&lt;br /&gt;
&lt;br /&gt;
* [http://diveintomark.org/public/2004/01/xo-flat.xo simple XO file that can be embedded directly into an XHTML page]&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;
** in trying to comply with semantic principles the &amp;quot;compact&amp;quot; attribute to ol and ul elements is what drives the display state. Via scripting, i'm setting classes on containing li element for added styling flexibility, though CSS Gurus might be able to replace &amp;quot;li.expanded&amp;quot; in outlines.css with some other CSS selector that says &amp;quot;select an li node that contains an ol node with a 'compact' attribute set&amp;quot;.&lt;br /&gt;
*** The CSS selector for &amp;quot;an li node that contains an ol node with a 'compact' attribute set&amp;quot; would be 'li ol[compact=&amp;quot;compact&amp;quot;]'.&lt;br /&gt;
&lt;br /&gt;
== Properties of Outline Items ==&lt;br /&gt;
Outlines typically consist of a hierarchy of points and subpoints.  Each of those points (outline items) itself may have some properties (AKA attributes or metadata) that need to be represented.  Perhaps the most common additional property on outline items in practice is the URL as demonstrated in Mark Pilgrim's examples above.  Even the text label/title of an outline item could be considered a common property.  A few such common properties:&lt;br /&gt;
* text&lt;br /&gt;
* description&lt;br /&gt;
* url (often called xmlurl or htmlurl; sometimes called permalink)&lt;br /&gt;
* title&lt;br /&gt;
* type (hint of the MIME type of the resource indicated by the URL)&lt;br /&gt;
&lt;br /&gt;
In general, properties on an outline item &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; are represented by a nested definition list &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;.  Strictly speaking, it is the first &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; inside the &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; and before any following &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;, or &amp;lt;code&amp;gt;&amp;amp;lt;li&amp;amp;gt;&amp;lt;/code&amp;gt;, e.g. here is an item &amp;quot;item 1&amp;quot; with a description property (the subpoints are there purely as a point of reference to an earlier example).&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;
=== Special Properties ===&lt;br /&gt;
There are a handful of special properties which we are able to represent more directly and conveniently with the semantic XHTML building blocks that we have included, instead of terms in a definition list.  Mostly taken from the above list of common properties, these are:&lt;br /&gt;
* text, url, title, type, and rel (short for relationship)&lt;br /&gt;
&lt;br /&gt;
If we were to represent them simply as definition terms (including the &amp;quot;description&amp;quot; property from the previous example), they might look something like this:&lt;br /&gt;
&lt;br /&gt;
Example for the sake of discussion only / not a canonical XOXO example:&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;text&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; This item represents the main point we're trying to make.&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;
However, by taking advantage of the semantic &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element, we are able to dramatically simplify the common cases that utilize these properties.  From a parser's perspective, this applies to the first  &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element directly inside the &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;
Actual XOXO Example:&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;title of 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;!-- note how the &amp;quot;text&amp;quot; property is simply the contents of the &amp;lt;a&amp;gt; element --&amp;gt;&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;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Any other properties are simply added to the definition list in the same way as the &amp;quot;description&amp;quot; property.&lt;br /&gt;
&lt;br /&gt;
=== Multi-value Properties === &lt;br /&gt;
&lt;br /&gt;
Properties that have multiple values are added using a list, nested inside of the corresponding &amp;lt;code&amp;gt;dl&amp;lt;/code&amp;gt; element:&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;multivalproperty1&amp;lt;/dt&amp;gt;&lt;br /&gt;
      &amp;lt;dd&amp;gt;&amp;lt;ul&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-a&amp;lt;/li&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-b&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&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;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Publishing XOXO ==&lt;br /&gt;
&lt;br /&gt;
XOXO may be published in two forms, valid XHTML, and simple well-formed XML.&lt;br /&gt;
&lt;br /&gt;
=== Valid XHTML XOXO ===&lt;br /&gt;
&lt;br /&gt;
A valid XHTML XOXO page is a complete XHTML document.&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;XOXO page&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;TEXT-one&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;TEXT-two&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;
=== Simple well-formed XML XOXO ===&lt;br /&gt;
&lt;br /&gt;
The root element of a simple well-formed XML XOXO page is either an &amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt; with class name of &amp;quot;xoxo&amp;quot;.  This variant is ideal for syndication and transclusion into (X)HTML pages with [[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;TEXT-one&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;TEXT-two&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;
Valid or well-formed XHTML XOXO SHOULD be served with this Content-Type header for maximum browser compatibility.&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;
It MUST be served with one of these Content-Type headers:&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;
Content-Type: application/xml&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
There are many wild examples. Nearly every blogroll on the Web can be parsed as XOXO, since they are typically an unordered list of list items of hyperlinks, which is within the XOXO profile. List examples here, when the list becomes too long we can move to a dedicated page.&lt;br /&gt;
&lt;br /&gt;
* [http://api.talis.com/bf/stores/ukbib/services/facet?query=feynman&amp;amp;fields=title%2Csubject&amp;amp;top=10&amp;amp;output=html HTML output from a faceting service for book data]&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
* CVarious [[s5-tools|S5 tools]]&lt;br /&gt;
* [http://chneukirchen.org/blog/ Christian Neukirchen] has [http://chneukirchen.org/blog/archive/2006/01/xoxo-rb-0-1-released.html written a xoxo.rb, a XOXO parser and generator for 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 is a great demonstration of drag and drop sortable XOXO lists with javascript and 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;
=== Sample Code ===&lt;br /&gt;
&lt;br /&gt;
* See the [[xoxo-sample-code]] page for open source sample code to read and write XOXO files.&lt;br /&gt;
* See also the [[xoxo-compact-sample]] page with source for CSS and JS that alters the look and feel of some very plain XOXO to have twiddlable triangles for nested lists that respect the compact attribute as well.&lt;br /&gt;
&lt;br /&gt;
== XOXO Schemas ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
Note: these may be out of date and require updating to reflect the use of &amp;amp;lt;dl&amp;amp;gt; for annotating XOXO items with arbitrary properties.&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;
== References ==&lt;br /&gt;
=== Referensi yang normatif ===&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;
=== Referensi yang Informatif ===&lt;br /&gt;
Bagian ini adalah '''informatif'''.&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;
* Kontribusi dari http://developers.technorati.com/wiki/XOXO&lt;br /&gt;
&lt;br /&gt;
=== Similar Work ===&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;
* [http://en.wikipedia.org/wiki/XBEL XBEL, or the XML Bookmark Exchange Language], an open XML standard for sharing Internet URIs, also known as bookmarks (or favorites in Internet Explorer).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/OPML OPML (Outline Processor Markup Language)], an XML format for outlines.&lt;br /&gt;
&lt;br /&gt;
=== Bacaan yang terkait ===&lt;br /&gt;
* [http://patricklogan.blogspot.com/2005/08/lists-really-can-we-expect-better.html Patrick Logan menuliskan Mengapa kedua ekstensi OPML dan Microsoft Lists extension tidak diperlukan].&lt;br /&gt;
&lt;br /&gt;
=== Bacaan yang tidak terkait ===&lt;br /&gt;
* [http://www.questionablecontent.net/view.php?comic=493 Questionable Content comic #493] - ternyata karakter Faye adalah penggemar XOXO.&lt;br /&gt;
&lt;br /&gt;
=== Promotional Materials / Schwag ===&lt;br /&gt;
* There is an entire XOXO clothing and accessories line.  [http://www.xoxo.com/home.php Buy XOXO stuff online].&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. There is a separate document where we are keeping our brainstorms and other explorations relating to XOXO:&lt;br /&gt;
&lt;br /&gt;
* See [[xoxo-brainstorming]] for additional thoughts on how to use XOXO for specific uses.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
** [http://blogxoxo.blogspot.com/ XOXO Blog]&lt;br /&gt;
&lt;br /&gt;
=== Tanya Jawab ===&lt;br /&gt;
* Jika Anda memiliki pertanyaan seputar XOXO, silahkan kunjungi [[xoxo-faq]] dan jika Anda tidak menemukan jawabannya, tambahkan pertanyaan Anda pada halaman tersebut.&lt;br /&gt;
&lt;br /&gt;
=== Isu ===&lt;br /&gt;
* Silahkan menambahkan isu dengan spesifikasi apapun ke dokumen terpisah [[xoxo-issues]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications]]&lt;br /&gt;
[[Category:XOXO]]&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40720</id>
		<title>xoxo-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40720"/>
		<updated>2009-09-06T11:49:33Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Informative References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;XOXO 1.0: Extensible Open XHTML Outlines&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
XOXO itu sederhana, susunan garis besarnya ditulis dalam XHTML stardar dan cocok ditancapkan di (X)HTML, Atom, RSS, dan seluruh XML. XOXO adalah salah satu dari beberapa standar [[microformats|microformat]] terbuka.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi Konsep 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;
=== Pencipta ===&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;
=== Hak Cipta ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2003}}&lt;br /&gt;
* Saya memberikan seluruh kontribusi kepada spesifikasi ini untuk domain publik dan Saya menganjurkan pencipta lainnya melakukan hal yang sama.&lt;br /&gt;
** Ketika semua penulis / editor telah melakukannya, kita dapat menghapus referensi template MicroFormatCopyrightStatement dan menggantinya dengan MicroFormatPublicDomainContributionStatement.&lt;br /&gt;
&lt;br /&gt;
=== Paten ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Pengantar ==&lt;br /&gt;
When we were discussing [http://developers.technorati.com/wiki/attentionxml Attention.xml], Tantek pointed out that XHTML has everything necessary for semantically expressing outlines and blogroll-like subscriptions in an XML format that is both interactively renderable by browsers and parsable by strict XML engines. This page is here to discuss this idea.&lt;br /&gt;
&lt;br /&gt;
=== Nama ===&lt;br /&gt;
XOXO adalah singkatan dari eXtensible Open XHTML Outlines, dan diucapkan dengan berbagai cara, seperti 'Ecks Ecks oh oh', 'zho-zho', atau 'sho-sho'.&lt;br /&gt;
&lt;br /&gt;
== Abstrak ==&lt;br /&gt;
XOXO is one of several [[microformats]].  This specification defines a new XHTML document type that is based upon the module framework and modules defined in Modularization of XHTML ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The purpose of the XOXO document type is to serve as the basis for XHTML friendly outlines for processing by XML engines and for easy interactive rendering by browsers.&lt;br /&gt;
&lt;br /&gt;
== The XOXO Document Type ==&lt;br /&gt;
The XOXO document type is made up of the following XHTML modules. The elements, attributes, and minimal content models associated with these modules are defined in &amp;quot;Modularization of XHTML&amp;quot; ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The elements are listed here for information purposes, but the definitions in &amp;quot;Modularization of XHTML&amp;quot; should be considered definitive. In the on-line version of this document, the module names in the list below link into the definitions of the modules within the current version of &amp;quot;Modularization of 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;
=== The XOXO Profile ===&lt;br /&gt;
&lt;br /&gt;
See [[xoxo-profile]] for the [http://gmpg.org/xmdp XMDP] profile of XOXO which defines the XOXO values for the class attribute.&lt;br /&gt;
&lt;br /&gt;
== Simple XOXO Fragment ==&lt;br /&gt;
&lt;br /&gt;
=== Markup ===&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;Subject 1&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;li&amp;gt;Subject 2&lt;br /&gt;
    &amp;lt;ol compact=&amp;quot;compact&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint c&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;Subject 3&lt;br /&gt;
    &amp;lt;ol&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;
=== Sample Rendering ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
   1. Subject 1&lt;br /&gt;
      a. subpoint a&lt;br /&gt;
      b. subpoint b&lt;br /&gt;
   2. Subject 2&lt;br /&gt;
   3. Subject 3&lt;br /&gt;
      a. subpoint e&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Usage of 'compact' attribute ===&lt;br /&gt;
&lt;br /&gt;
Note the use of the 'compact' attribute to indicate that the subpoints of the headline &amp;quot;Subject 2&amp;quot; are not in an expanded state.  The absence of the 'compact' attribute elsewhere indicates that the other headlines are in an expanded state.&lt;br /&gt;
&lt;br /&gt;
=== Possible Default Style Rules for Sample Rendering ===&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;
== More Simple Examples ==&lt;br /&gt;
&lt;br /&gt;
MarkP has a set of examples that demonstrates both the simplicity of the markup and the presentational richness that is possible:&lt;br /&gt;
&lt;br /&gt;
* [http://diveintomark.org/public/2004/01/xo-flat.xo simple XO file that can be embedded directly into an XHTML page]&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;
** in trying to comply with semantic principles the &amp;quot;compact&amp;quot; attribute to ol and ul elements is what drives the display state. Via scripting, i'm setting classes on containing li element for added styling flexibility, though CSS Gurus might be able to replace &amp;quot;li.expanded&amp;quot; in outlines.css with some other CSS selector that says &amp;quot;select an li node that contains an ol node with a 'compact' attribute set&amp;quot;.&lt;br /&gt;
*** The CSS selector for &amp;quot;an li node that contains an ol node with a 'compact' attribute set&amp;quot; would be 'li ol[compact=&amp;quot;compact&amp;quot;]'.&lt;br /&gt;
&lt;br /&gt;
== Properties of Outline Items ==&lt;br /&gt;
Outlines typically consist of a hierarchy of points and subpoints.  Each of those points (outline items) itself may have some properties (AKA attributes or metadata) that need to be represented.  Perhaps the most common additional property on outline items in practice is the URL as demonstrated in Mark Pilgrim's examples above.  Even the text label/title of an outline item could be considered a common property.  A few such common properties:&lt;br /&gt;
* text&lt;br /&gt;
* description&lt;br /&gt;
* url (often called xmlurl or htmlurl; sometimes called permalink)&lt;br /&gt;
* title&lt;br /&gt;
* type (hint of the MIME type of the resource indicated by the URL)&lt;br /&gt;
&lt;br /&gt;
In general, properties on an outline item &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; are represented by a nested definition list &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;.  Strictly speaking, it is the first &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; inside the &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; and before any following &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;, or &amp;lt;code&amp;gt;&amp;amp;lt;li&amp;amp;gt;&amp;lt;/code&amp;gt;, e.g. here is an item &amp;quot;item 1&amp;quot; with a description property (the subpoints are there purely as a point of reference to an earlier example).&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;
=== Special Properties ===&lt;br /&gt;
There are a handful of special properties which we are able to represent more directly and conveniently with the semantic XHTML building blocks that we have included, instead of terms in a definition list.  Mostly taken from the above list of common properties, these are:&lt;br /&gt;
* text, url, title, type, and rel (short for relationship)&lt;br /&gt;
&lt;br /&gt;
If we were to represent them simply as definition terms (including the &amp;quot;description&amp;quot; property from the previous example), they might look something like this:&lt;br /&gt;
&lt;br /&gt;
Example for the sake of discussion only / not a canonical XOXO example:&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;text&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; This item represents the main point we're trying to make.&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;
However, by taking advantage of the semantic &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element, we are able to dramatically simplify the common cases that utilize these properties.  From a parser's perspective, this applies to the first  &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element directly inside the &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;
Actual XOXO Example:&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;title of 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;!-- note how the &amp;quot;text&amp;quot; property is simply the contents of the &amp;lt;a&amp;gt; element --&amp;gt;&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;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Any other properties are simply added to the definition list in the same way as the &amp;quot;description&amp;quot; property.&lt;br /&gt;
&lt;br /&gt;
=== Multi-value Properties === &lt;br /&gt;
&lt;br /&gt;
Properties that have multiple values are added using a list, nested inside of the corresponding &amp;lt;code&amp;gt;dl&amp;lt;/code&amp;gt; element:&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;multivalproperty1&amp;lt;/dt&amp;gt;&lt;br /&gt;
      &amp;lt;dd&amp;gt;&amp;lt;ul&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-a&amp;lt;/li&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-b&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&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;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Publishing XOXO ==&lt;br /&gt;
&lt;br /&gt;
XOXO may be published in two forms, valid XHTML, and simple well-formed XML.&lt;br /&gt;
&lt;br /&gt;
=== Valid XHTML XOXO ===&lt;br /&gt;
&lt;br /&gt;
A valid XHTML XOXO page is a complete XHTML document.&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;XOXO page&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;TEXT-one&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;TEXT-two&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;
=== Simple well-formed XML XOXO ===&lt;br /&gt;
&lt;br /&gt;
The root element of a simple well-formed XML XOXO page is either an &amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt; with class name of &amp;quot;xoxo&amp;quot;.  This variant is ideal for syndication and transclusion into (X)HTML pages with [[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;TEXT-one&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;TEXT-two&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;
Valid or well-formed XHTML XOXO SHOULD be served with this Content-Type header for maximum browser compatibility.&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;
It MUST be served with one of these Content-Type headers:&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;
Content-Type: application/xml&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
There are many wild examples. Nearly every blogroll on the Web can be parsed as XOXO, since they are typically an unordered list of list items of hyperlinks, which is within the XOXO profile. List examples here, when the list becomes too long we can move to a dedicated page.&lt;br /&gt;
&lt;br /&gt;
* [http://api.talis.com/bf/stores/ukbib/services/facet?query=feynman&amp;amp;fields=title%2Csubject&amp;amp;top=10&amp;amp;output=html HTML output from a faceting service for book data]&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
* CVarious [[s5-tools|S5 tools]]&lt;br /&gt;
* [http://chneukirchen.org/blog/ Christian Neukirchen] has [http://chneukirchen.org/blog/archive/2006/01/xoxo-rb-0-1-released.html written a xoxo.rb, a XOXO parser and generator for 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 is a great demonstration of drag and drop sortable XOXO lists with javascript and 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;
=== Sample Code ===&lt;br /&gt;
&lt;br /&gt;
* See the [[xoxo-sample-code]] page for open source sample code to read and write XOXO files.&lt;br /&gt;
* See also the [[xoxo-compact-sample]] page with source for CSS and JS that alters the look and feel of some very plain XOXO to have twiddlable triangles for nested lists that respect the compact attribute as well.&lt;br /&gt;
&lt;br /&gt;
== XOXO Schemas ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
Note: these may be out of date and require updating to reflect the use of &amp;amp;lt;dl&amp;amp;gt; for annotating XOXO items with arbitrary properties.&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;
== References ==&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;
=== Referensi yang Informatif ===&lt;br /&gt;
Bagian ini adalah '''informatif'''.&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;
* Kontribusi dari http://developers.technorati.com/wiki/XOXO&lt;br /&gt;
&lt;br /&gt;
=== Similar Work ===&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;
* [http://en.wikipedia.org/wiki/XBEL XBEL, or the XML Bookmark Exchange Language], an open XML standard for sharing Internet URIs, also known as bookmarks (or favorites in Internet Explorer).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/OPML OPML (Outline Processor Markup Language)], an XML format for outlines.&lt;br /&gt;
&lt;br /&gt;
=== Bacaan yang terkait ===&lt;br /&gt;
* [http://patricklogan.blogspot.com/2005/08/lists-really-can-we-expect-better.html Patrick Logan menuliskan Mengapa kedua ekstensi OPML dan Microsoft Lists extension tidak diperlukan].&lt;br /&gt;
&lt;br /&gt;
=== Bacaan yang tidak terkait ===&lt;br /&gt;
* [http://www.questionablecontent.net/view.php?comic=493 Questionable Content comic #493] - ternyata karakter Faye adalah penggemar XOXO.&lt;br /&gt;
&lt;br /&gt;
=== Promotional Materials / Schwag ===&lt;br /&gt;
* There is an entire XOXO clothing and accessories line.  [http://www.xoxo.com/home.php Buy XOXO stuff online].&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. There is a separate document where we are keeping our brainstorms and other explorations relating to XOXO:&lt;br /&gt;
&lt;br /&gt;
* See [[xoxo-brainstorming]] for additional thoughts on how to use XOXO for specific uses.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
** [http://blogxoxo.blogspot.com/ XOXO Blog]&lt;br /&gt;
&lt;br /&gt;
=== Tanya Jawab ===&lt;br /&gt;
* Jika Anda memiliki pertanyaan seputar XOXO, silahkan kunjungi [[xoxo-faq]] dan jika Anda tidak menemukan jawabannya, tambahkan pertanyaan Anda pada halaman tersebut.&lt;br /&gt;
&lt;br /&gt;
=== Isu ===&lt;br /&gt;
* Silahkan menambahkan isu dengan spesifikasi apapun ke dokumen terpisah [[xoxo-issues]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications]]&lt;br /&gt;
[[Category:XOXO]]&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40719</id>
		<title>xoxo-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40719"/>
		<updated>2009-09-06T11:48:16Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Related Reading */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;XOXO 1.0: Extensible Open XHTML Outlines&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
XOXO itu sederhana, susunan garis besarnya ditulis dalam XHTML stardar dan cocok ditancapkan di (X)HTML, Atom, RSS, dan seluruh XML. XOXO adalah salah satu dari beberapa standar [[microformats|microformat]] terbuka.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi Konsep 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;
=== Pencipta ===&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;
=== Hak Cipta ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2003}}&lt;br /&gt;
* Saya memberikan seluruh kontribusi kepada spesifikasi ini untuk domain publik dan Saya menganjurkan pencipta lainnya melakukan hal yang sama.&lt;br /&gt;
** Ketika semua penulis / editor telah melakukannya, kita dapat menghapus referensi template MicroFormatCopyrightStatement dan menggantinya dengan MicroFormatPublicDomainContributionStatement.&lt;br /&gt;
&lt;br /&gt;
=== Paten ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Pengantar ==&lt;br /&gt;
When we were discussing [http://developers.technorati.com/wiki/attentionxml Attention.xml], Tantek pointed out that XHTML has everything necessary for semantically expressing outlines and blogroll-like subscriptions in an XML format that is both interactively renderable by browsers and parsable by strict XML engines. This page is here to discuss this idea.&lt;br /&gt;
&lt;br /&gt;
=== Nama ===&lt;br /&gt;
XOXO adalah singkatan dari eXtensible Open XHTML Outlines, dan diucapkan dengan berbagai cara, seperti 'Ecks Ecks oh oh', 'zho-zho', atau 'sho-sho'.&lt;br /&gt;
&lt;br /&gt;
== Abstrak ==&lt;br /&gt;
XOXO is one of several [[microformats]].  This specification defines a new XHTML document type that is based upon the module framework and modules defined in Modularization of XHTML ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The purpose of the XOXO document type is to serve as the basis for XHTML friendly outlines for processing by XML engines and for easy interactive rendering by browsers.&lt;br /&gt;
&lt;br /&gt;
== The XOXO Document Type ==&lt;br /&gt;
The XOXO document type is made up of the following XHTML modules. The elements, attributes, and minimal content models associated with these modules are defined in &amp;quot;Modularization of XHTML&amp;quot; ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The elements are listed here for information purposes, but the definitions in &amp;quot;Modularization of XHTML&amp;quot; should be considered definitive. In the on-line version of this document, the module names in the list below link into the definitions of the modules within the current version of &amp;quot;Modularization of 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;
=== The XOXO Profile ===&lt;br /&gt;
&lt;br /&gt;
See [[xoxo-profile]] for the [http://gmpg.org/xmdp XMDP] profile of XOXO which defines the XOXO values for the class attribute.&lt;br /&gt;
&lt;br /&gt;
== Simple XOXO Fragment ==&lt;br /&gt;
&lt;br /&gt;
=== Markup ===&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;Subject 1&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;li&amp;gt;Subject 2&lt;br /&gt;
    &amp;lt;ol compact=&amp;quot;compact&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint c&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;Subject 3&lt;br /&gt;
    &amp;lt;ol&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;
=== Sample Rendering ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
   1. Subject 1&lt;br /&gt;
      a. subpoint a&lt;br /&gt;
      b. subpoint b&lt;br /&gt;
   2. Subject 2&lt;br /&gt;
   3. Subject 3&lt;br /&gt;
      a. subpoint e&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Usage of 'compact' attribute ===&lt;br /&gt;
&lt;br /&gt;
Note the use of the 'compact' attribute to indicate that the subpoints of the headline &amp;quot;Subject 2&amp;quot; are not in an expanded state.  The absence of the 'compact' attribute elsewhere indicates that the other headlines are in an expanded state.&lt;br /&gt;
&lt;br /&gt;
=== Possible Default Style Rules for Sample Rendering ===&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;
== More Simple Examples ==&lt;br /&gt;
&lt;br /&gt;
MarkP has a set of examples that demonstrates both the simplicity of the markup and the presentational richness that is possible:&lt;br /&gt;
&lt;br /&gt;
* [http://diveintomark.org/public/2004/01/xo-flat.xo simple XO file that can be embedded directly into an XHTML page]&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;
** in trying to comply with semantic principles the &amp;quot;compact&amp;quot; attribute to ol and ul elements is what drives the display state. Via scripting, i'm setting classes on containing li element for added styling flexibility, though CSS Gurus might be able to replace &amp;quot;li.expanded&amp;quot; in outlines.css with some other CSS selector that says &amp;quot;select an li node that contains an ol node with a 'compact' attribute set&amp;quot;.&lt;br /&gt;
*** The CSS selector for &amp;quot;an li node that contains an ol node with a 'compact' attribute set&amp;quot; would be 'li ol[compact=&amp;quot;compact&amp;quot;]'.&lt;br /&gt;
&lt;br /&gt;
== Properties of Outline Items ==&lt;br /&gt;
Outlines typically consist of a hierarchy of points and subpoints.  Each of those points (outline items) itself may have some properties (AKA attributes or metadata) that need to be represented.  Perhaps the most common additional property on outline items in practice is the URL as demonstrated in Mark Pilgrim's examples above.  Even the text label/title of an outline item could be considered a common property.  A few such common properties:&lt;br /&gt;
* text&lt;br /&gt;
* description&lt;br /&gt;
* url (often called xmlurl or htmlurl; sometimes called permalink)&lt;br /&gt;
* title&lt;br /&gt;
* type (hint of the MIME type of the resource indicated by the URL)&lt;br /&gt;
&lt;br /&gt;
In general, properties on an outline item &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; are represented by a nested definition list &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;.  Strictly speaking, it is the first &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; inside the &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; and before any following &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;, or &amp;lt;code&amp;gt;&amp;amp;lt;li&amp;amp;gt;&amp;lt;/code&amp;gt;, e.g. here is an item &amp;quot;item 1&amp;quot; with a description property (the subpoints are there purely as a point of reference to an earlier example).&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;
=== Special Properties ===&lt;br /&gt;
There are a handful of special properties which we are able to represent more directly and conveniently with the semantic XHTML building blocks that we have included, instead of terms in a definition list.  Mostly taken from the above list of common properties, these are:&lt;br /&gt;
* text, url, title, type, and rel (short for relationship)&lt;br /&gt;
&lt;br /&gt;
If we were to represent them simply as definition terms (including the &amp;quot;description&amp;quot; property from the previous example), they might look something like this:&lt;br /&gt;
&lt;br /&gt;
Example for the sake of discussion only / not a canonical XOXO example:&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;text&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; This item represents the main point we're trying to make.&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;
However, by taking advantage of the semantic &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element, we are able to dramatically simplify the common cases that utilize these properties.  From a parser's perspective, this applies to the first  &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element directly inside the &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;
Actual XOXO Example:&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;title of 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;!-- note how the &amp;quot;text&amp;quot; property is simply the contents of the &amp;lt;a&amp;gt; element --&amp;gt;&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;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Any other properties are simply added to the definition list in the same way as the &amp;quot;description&amp;quot; property.&lt;br /&gt;
&lt;br /&gt;
=== Multi-value Properties === &lt;br /&gt;
&lt;br /&gt;
Properties that have multiple values are added using a list, nested inside of the corresponding &amp;lt;code&amp;gt;dl&amp;lt;/code&amp;gt; element:&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;multivalproperty1&amp;lt;/dt&amp;gt;&lt;br /&gt;
      &amp;lt;dd&amp;gt;&amp;lt;ul&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-a&amp;lt;/li&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-b&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&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;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Publishing XOXO ==&lt;br /&gt;
&lt;br /&gt;
XOXO may be published in two forms, valid XHTML, and simple well-formed XML.&lt;br /&gt;
&lt;br /&gt;
=== Valid XHTML XOXO ===&lt;br /&gt;
&lt;br /&gt;
A valid XHTML XOXO page is a complete XHTML document.&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;XOXO page&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;TEXT-one&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;TEXT-two&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;
=== Simple well-formed XML XOXO ===&lt;br /&gt;
&lt;br /&gt;
The root element of a simple well-formed XML XOXO page is either an &amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt; with class name of &amp;quot;xoxo&amp;quot;.  This variant is ideal for syndication and transclusion into (X)HTML pages with [[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;TEXT-one&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;TEXT-two&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;
Valid or well-formed XHTML XOXO SHOULD be served with this Content-Type header for maximum browser compatibility.&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;
It MUST be served with one of these Content-Type headers:&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;
Content-Type: application/xml&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
There are many wild examples. Nearly every blogroll on the Web can be parsed as XOXO, since they are typically an unordered list of list items of hyperlinks, which is within the XOXO profile. List examples here, when the list becomes too long we can move to a dedicated page.&lt;br /&gt;
&lt;br /&gt;
* [http://api.talis.com/bf/stores/ukbib/services/facet?query=feynman&amp;amp;fields=title%2Csubject&amp;amp;top=10&amp;amp;output=html HTML output from a faceting service for book data]&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
* CVarious [[s5-tools|S5 tools]]&lt;br /&gt;
* [http://chneukirchen.org/blog/ Christian Neukirchen] has [http://chneukirchen.org/blog/archive/2006/01/xoxo-rb-0-1-released.html written a xoxo.rb, a XOXO parser and generator for 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 is a great demonstration of drag and drop sortable XOXO lists with javascript and 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;
=== Sample Code ===&lt;br /&gt;
&lt;br /&gt;
* See the [[xoxo-sample-code]] page for open source sample code to read and write XOXO files.&lt;br /&gt;
* See also the [[xoxo-compact-sample]] page with source for CSS and JS that alters the look and feel of some very plain XOXO to have twiddlable triangles for nested lists that respect the compact attribute as well.&lt;br /&gt;
&lt;br /&gt;
== XOXO Schemas ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
Note: these may be out of date and require updating to reflect the use of &amp;amp;lt;dl&amp;amp;gt; for annotating XOXO items with arbitrary properties.&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;
== References ==&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;
=== Informative References ===&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;
=== Similar Work ===&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;
* [http://en.wikipedia.org/wiki/XBEL XBEL, or the XML Bookmark Exchange Language], an open XML standard for sharing Internet URIs, also known as bookmarks (or favorites in Internet Explorer).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/OPML OPML (Outline Processor Markup Language)], an XML format for outlines.&lt;br /&gt;
&lt;br /&gt;
=== Bacaan yang terkait ===&lt;br /&gt;
* [http://patricklogan.blogspot.com/2005/08/lists-really-can-we-expect-better.html Patrick Logan menuliskan Mengapa kedua ekstensi OPML dan Microsoft Lists extension tidak diperlukan].&lt;br /&gt;
&lt;br /&gt;
=== Bacaan yang tidak terkait ===&lt;br /&gt;
* [http://www.questionablecontent.net/view.php?comic=493 Questionable Content comic #493] - ternyata karakter Faye adalah penggemar XOXO.&lt;br /&gt;
&lt;br /&gt;
=== Promotional Materials / Schwag ===&lt;br /&gt;
* There is an entire XOXO clothing and accessories line.  [http://www.xoxo.com/home.php Buy XOXO stuff online].&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. There is a separate document where we are keeping our brainstorms and other explorations relating to XOXO:&lt;br /&gt;
&lt;br /&gt;
* See [[xoxo-brainstorming]] for additional thoughts on how to use XOXO for specific uses.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
** [http://blogxoxo.blogspot.com/ XOXO Blog]&lt;br /&gt;
&lt;br /&gt;
=== Tanya Jawab ===&lt;br /&gt;
* Jika Anda memiliki pertanyaan seputar XOXO, silahkan kunjungi [[xoxo-faq]] dan jika Anda tidak menemukan jawabannya, tambahkan pertanyaan Anda pada halaman tersebut.&lt;br /&gt;
&lt;br /&gt;
=== Isu ===&lt;br /&gt;
* Silahkan menambahkan isu dengan spesifikasi apapun ke dokumen terpisah [[xoxo-issues]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications]]&lt;br /&gt;
[[Category:XOXO]]&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40718</id>
		<title>xoxo-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40718"/>
		<updated>2009-09-06T11:44:57Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Unrelated Reading */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;XOXO 1.0: Extensible Open XHTML Outlines&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
XOXO itu sederhana, susunan garis besarnya ditulis dalam XHTML stardar dan cocok ditancapkan di (X)HTML, Atom, RSS, dan seluruh XML. XOXO adalah salah satu dari beberapa standar [[microformats|microformat]] terbuka.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi Konsep 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;
=== Pencipta ===&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;
=== Hak Cipta ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2003}}&lt;br /&gt;
* Saya memberikan seluruh kontribusi kepada spesifikasi ini untuk domain publik dan Saya menganjurkan pencipta lainnya melakukan hal yang sama.&lt;br /&gt;
** Ketika semua penulis / editor telah melakukannya, kita dapat menghapus referensi template MicroFormatCopyrightStatement dan menggantinya dengan MicroFormatPublicDomainContributionStatement.&lt;br /&gt;
&lt;br /&gt;
=== Paten ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Pengantar ==&lt;br /&gt;
When we were discussing [http://developers.technorati.com/wiki/attentionxml Attention.xml], Tantek pointed out that XHTML has everything necessary for semantically expressing outlines and blogroll-like subscriptions in an XML format that is both interactively renderable by browsers and parsable by strict XML engines. This page is here to discuss this idea.&lt;br /&gt;
&lt;br /&gt;
=== Nama ===&lt;br /&gt;
XOXO adalah singkatan dari eXtensible Open XHTML Outlines, dan diucapkan dengan berbagai cara, seperti 'Ecks Ecks oh oh', 'zho-zho', atau 'sho-sho'.&lt;br /&gt;
&lt;br /&gt;
== Abstrak ==&lt;br /&gt;
XOXO is one of several [[microformats]].  This specification defines a new XHTML document type that is based upon the module framework and modules defined in Modularization of XHTML ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The purpose of the XOXO document type is to serve as the basis for XHTML friendly outlines for processing by XML engines and for easy interactive rendering by browsers.&lt;br /&gt;
&lt;br /&gt;
== The XOXO Document Type ==&lt;br /&gt;
The XOXO document type is made up of the following XHTML modules. The elements, attributes, and minimal content models associated with these modules are defined in &amp;quot;Modularization of XHTML&amp;quot; ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The elements are listed here for information purposes, but the definitions in &amp;quot;Modularization of XHTML&amp;quot; should be considered definitive. In the on-line version of this document, the module names in the list below link into the definitions of the modules within the current version of &amp;quot;Modularization of 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;
=== The XOXO Profile ===&lt;br /&gt;
&lt;br /&gt;
See [[xoxo-profile]] for the [http://gmpg.org/xmdp XMDP] profile of XOXO which defines the XOXO values for the class attribute.&lt;br /&gt;
&lt;br /&gt;
== Simple XOXO Fragment ==&lt;br /&gt;
&lt;br /&gt;
=== Markup ===&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;Subject 1&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;li&amp;gt;Subject 2&lt;br /&gt;
    &amp;lt;ol compact=&amp;quot;compact&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint c&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;Subject 3&lt;br /&gt;
    &amp;lt;ol&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;
=== Sample Rendering ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
   1. Subject 1&lt;br /&gt;
      a. subpoint a&lt;br /&gt;
      b. subpoint b&lt;br /&gt;
   2. Subject 2&lt;br /&gt;
   3. Subject 3&lt;br /&gt;
      a. subpoint e&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Usage of 'compact' attribute ===&lt;br /&gt;
&lt;br /&gt;
Note the use of the 'compact' attribute to indicate that the subpoints of the headline &amp;quot;Subject 2&amp;quot; are not in an expanded state.  The absence of the 'compact' attribute elsewhere indicates that the other headlines are in an expanded state.&lt;br /&gt;
&lt;br /&gt;
=== Possible Default Style Rules for Sample Rendering ===&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;
== More Simple Examples ==&lt;br /&gt;
&lt;br /&gt;
MarkP has a set of examples that demonstrates both the simplicity of the markup and the presentational richness that is possible:&lt;br /&gt;
&lt;br /&gt;
* [http://diveintomark.org/public/2004/01/xo-flat.xo simple XO file that can be embedded directly into an XHTML page]&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;
** in trying to comply with semantic principles the &amp;quot;compact&amp;quot; attribute to ol and ul elements is what drives the display state. Via scripting, i'm setting classes on containing li element for added styling flexibility, though CSS Gurus might be able to replace &amp;quot;li.expanded&amp;quot; in outlines.css with some other CSS selector that says &amp;quot;select an li node that contains an ol node with a 'compact' attribute set&amp;quot;.&lt;br /&gt;
*** The CSS selector for &amp;quot;an li node that contains an ol node with a 'compact' attribute set&amp;quot; would be 'li ol[compact=&amp;quot;compact&amp;quot;]'.&lt;br /&gt;
&lt;br /&gt;
== Properties of Outline Items ==&lt;br /&gt;
Outlines typically consist of a hierarchy of points and subpoints.  Each of those points (outline items) itself may have some properties (AKA attributes or metadata) that need to be represented.  Perhaps the most common additional property on outline items in practice is the URL as demonstrated in Mark Pilgrim's examples above.  Even the text label/title of an outline item could be considered a common property.  A few such common properties:&lt;br /&gt;
* text&lt;br /&gt;
* description&lt;br /&gt;
* url (often called xmlurl or htmlurl; sometimes called permalink)&lt;br /&gt;
* title&lt;br /&gt;
* type (hint of the MIME type of the resource indicated by the URL)&lt;br /&gt;
&lt;br /&gt;
In general, properties on an outline item &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; are represented by a nested definition list &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;.  Strictly speaking, it is the first &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; inside the &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; and before any following &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;, or &amp;lt;code&amp;gt;&amp;amp;lt;li&amp;amp;gt;&amp;lt;/code&amp;gt;, e.g. here is an item &amp;quot;item 1&amp;quot; with a description property (the subpoints are there purely as a point of reference to an earlier example).&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;
=== Special Properties ===&lt;br /&gt;
There are a handful of special properties which we are able to represent more directly and conveniently with the semantic XHTML building blocks that we have included, instead of terms in a definition list.  Mostly taken from the above list of common properties, these are:&lt;br /&gt;
* text, url, title, type, and rel (short for relationship)&lt;br /&gt;
&lt;br /&gt;
If we were to represent them simply as definition terms (including the &amp;quot;description&amp;quot; property from the previous example), they might look something like this:&lt;br /&gt;
&lt;br /&gt;
Example for the sake of discussion only / not a canonical XOXO example:&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;text&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; This item represents the main point we're trying to make.&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;
However, by taking advantage of the semantic &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element, we are able to dramatically simplify the common cases that utilize these properties.  From a parser's perspective, this applies to the first  &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element directly inside the &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;
Actual XOXO Example:&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;title of 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;!-- note how the &amp;quot;text&amp;quot; property is simply the contents of the &amp;lt;a&amp;gt; element --&amp;gt;&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;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Any other properties are simply added to the definition list in the same way as the &amp;quot;description&amp;quot; property.&lt;br /&gt;
&lt;br /&gt;
=== Multi-value Properties === &lt;br /&gt;
&lt;br /&gt;
Properties that have multiple values are added using a list, nested inside of the corresponding &amp;lt;code&amp;gt;dl&amp;lt;/code&amp;gt; element:&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;multivalproperty1&amp;lt;/dt&amp;gt;&lt;br /&gt;
      &amp;lt;dd&amp;gt;&amp;lt;ul&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-a&amp;lt;/li&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-b&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&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;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Publishing XOXO ==&lt;br /&gt;
&lt;br /&gt;
XOXO may be published in two forms, valid XHTML, and simple well-formed XML.&lt;br /&gt;
&lt;br /&gt;
=== Valid XHTML XOXO ===&lt;br /&gt;
&lt;br /&gt;
A valid XHTML XOXO page is a complete XHTML document.&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;XOXO page&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;TEXT-one&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;TEXT-two&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;
=== Simple well-formed XML XOXO ===&lt;br /&gt;
&lt;br /&gt;
The root element of a simple well-formed XML XOXO page is either an &amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt; with class name of &amp;quot;xoxo&amp;quot;.  This variant is ideal for syndication and transclusion into (X)HTML pages with [[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;TEXT-one&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;TEXT-two&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;
Valid or well-formed XHTML XOXO SHOULD be served with this Content-Type header for maximum browser compatibility.&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;
It MUST be served with one of these Content-Type headers:&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;
Content-Type: application/xml&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
There are many wild examples. Nearly every blogroll on the Web can be parsed as XOXO, since they are typically an unordered list of list items of hyperlinks, which is within the XOXO profile. List examples here, when the list becomes too long we can move to a dedicated page.&lt;br /&gt;
&lt;br /&gt;
* [http://api.talis.com/bf/stores/ukbib/services/facet?query=feynman&amp;amp;fields=title%2Csubject&amp;amp;top=10&amp;amp;output=html HTML output from a faceting service for book data]&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
* CVarious [[s5-tools|S5 tools]]&lt;br /&gt;
* [http://chneukirchen.org/blog/ Christian Neukirchen] has [http://chneukirchen.org/blog/archive/2006/01/xoxo-rb-0-1-released.html written a xoxo.rb, a XOXO parser and generator for 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 is a great demonstration of drag and drop sortable XOXO lists with javascript and 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;
=== Sample Code ===&lt;br /&gt;
&lt;br /&gt;
* See the [[xoxo-sample-code]] page for open source sample code to read and write XOXO files.&lt;br /&gt;
* See also the [[xoxo-compact-sample]] page with source for CSS and JS that alters the look and feel of some very plain XOXO to have twiddlable triangles for nested lists that respect the compact attribute as well.&lt;br /&gt;
&lt;br /&gt;
== XOXO Schemas ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
Note: these may be out of date and require updating to reflect the use of &amp;amp;lt;dl&amp;amp;gt; for annotating XOXO items with arbitrary properties.&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;
== References ==&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;
=== Informative References ===&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;
=== Similar Work ===&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;
* [http://en.wikipedia.org/wiki/XBEL XBEL, or the XML Bookmark Exchange Language], an open XML standard for sharing Internet URIs, also known as bookmarks (or favorites in Internet Explorer).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/OPML OPML (Outline Processor Markup Language)], an XML format for outlines.&lt;br /&gt;
&lt;br /&gt;
=== Related Reading ===&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;
&lt;br /&gt;
=== Bacaan yang tidak terkait ===&lt;br /&gt;
* [http://www.questionablecontent.net/view.php?comic=493 Questionable Content comic #493] - ternyata karakter Faye adalah penggemar XOXO.&lt;br /&gt;
&lt;br /&gt;
=== Promotional Materials / Schwag ===&lt;br /&gt;
* There is an entire XOXO clothing and accessories line.  [http://www.xoxo.com/home.php Buy XOXO stuff online].&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. There is a separate document where we are keeping our brainstorms and other explorations relating to XOXO:&lt;br /&gt;
&lt;br /&gt;
* See [[xoxo-brainstorming]] for additional thoughts on how to use XOXO for specific uses.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
** [http://blogxoxo.blogspot.com/ XOXO Blog]&lt;br /&gt;
&lt;br /&gt;
=== Tanya Jawab ===&lt;br /&gt;
* Jika Anda memiliki pertanyaan seputar XOXO, silahkan kunjungi [[xoxo-faq]] dan jika Anda tidak menemukan jawabannya, tambahkan pertanyaan Anda pada halaman tersebut.&lt;br /&gt;
&lt;br /&gt;
=== Isu ===&lt;br /&gt;
* Silahkan menambahkan isu dengan spesifikasi apapun ke dokumen terpisah [[xoxo-issues]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications]]&lt;br /&gt;
[[Category:XOXO]]&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40717</id>
		<title>xoxo-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40717"/>
		<updated>2009-09-06T11:38:50Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Q&amp;amp;A */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;XOXO 1.0: Extensible Open XHTML Outlines&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
XOXO itu sederhana, susunan garis besarnya ditulis dalam XHTML stardar dan cocok ditancapkan di (X)HTML, Atom, RSS, dan seluruh XML. XOXO adalah salah satu dari beberapa standar [[microformats|microformat]] terbuka.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi Konsep 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;
=== Pencipta ===&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;
=== Hak Cipta ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2003}}&lt;br /&gt;
* Saya memberikan seluruh kontribusi kepada spesifikasi ini untuk domain publik dan Saya menganjurkan pencipta lainnya melakukan hal yang sama.&lt;br /&gt;
** Ketika semua penulis / editor telah melakukannya, kita dapat menghapus referensi template MicroFormatCopyrightStatement dan menggantinya dengan MicroFormatPublicDomainContributionStatement.&lt;br /&gt;
&lt;br /&gt;
=== Paten ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Pengantar ==&lt;br /&gt;
When we were discussing [http://developers.technorati.com/wiki/attentionxml Attention.xml], Tantek pointed out that XHTML has everything necessary for semantically expressing outlines and blogroll-like subscriptions in an XML format that is both interactively renderable by browsers and parsable by strict XML engines. This page is here to discuss this idea.&lt;br /&gt;
&lt;br /&gt;
=== Nama ===&lt;br /&gt;
XOXO adalah singkatan dari eXtensible Open XHTML Outlines, dan diucapkan dengan berbagai cara, seperti 'Ecks Ecks oh oh', 'zho-zho', atau 'sho-sho'.&lt;br /&gt;
&lt;br /&gt;
== Abstrak ==&lt;br /&gt;
XOXO is one of several [[microformats]].  This specification defines a new XHTML document type that is based upon the module framework and modules defined in Modularization of XHTML ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The purpose of the XOXO document type is to serve as the basis for XHTML friendly outlines for processing by XML engines and for easy interactive rendering by browsers.&lt;br /&gt;
&lt;br /&gt;
== The XOXO Document Type ==&lt;br /&gt;
The XOXO document type is made up of the following XHTML modules. The elements, attributes, and minimal content models associated with these modules are defined in &amp;quot;Modularization of XHTML&amp;quot; ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The elements are listed here for information purposes, but the definitions in &amp;quot;Modularization of XHTML&amp;quot; should be considered definitive. In the on-line version of this document, the module names in the list below link into the definitions of the modules within the current version of &amp;quot;Modularization of 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;
=== The XOXO Profile ===&lt;br /&gt;
&lt;br /&gt;
See [[xoxo-profile]] for the [http://gmpg.org/xmdp XMDP] profile of XOXO which defines the XOXO values for the class attribute.&lt;br /&gt;
&lt;br /&gt;
== Simple XOXO Fragment ==&lt;br /&gt;
&lt;br /&gt;
=== Markup ===&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;Subject 1&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;li&amp;gt;Subject 2&lt;br /&gt;
    &amp;lt;ol compact=&amp;quot;compact&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint c&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;Subject 3&lt;br /&gt;
    &amp;lt;ol&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;
=== Sample Rendering ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
   1. Subject 1&lt;br /&gt;
      a. subpoint a&lt;br /&gt;
      b. subpoint b&lt;br /&gt;
   2. Subject 2&lt;br /&gt;
   3. Subject 3&lt;br /&gt;
      a. subpoint e&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Usage of 'compact' attribute ===&lt;br /&gt;
&lt;br /&gt;
Note the use of the 'compact' attribute to indicate that the subpoints of the headline &amp;quot;Subject 2&amp;quot; are not in an expanded state.  The absence of the 'compact' attribute elsewhere indicates that the other headlines are in an expanded state.&lt;br /&gt;
&lt;br /&gt;
=== Possible Default Style Rules for Sample Rendering ===&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;
== More Simple Examples ==&lt;br /&gt;
&lt;br /&gt;
MarkP has a set of examples that demonstrates both the simplicity of the markup and the presentational richness that is possible:&lt;br /&gt;
&lt;br /&gt;
* [http://diveintomark.org/public/2004/01/xo-flat.xo simple XO file that can be embedded directly into an XHTML page]&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;
** in trying to comply with semantic principles the &amp;quot;compact&amp;quot; attribute to ol and ul elements is what drives the display state. Via scripting, i'm setting classes on containing li element for added styling flexibility, though CSS Gurus might be able to replace &amp;quot;li.expanded&amp;quot; in outlines.css with some other CSS selector that says &amp;quot;select an li node that contains an ol node with a 'compact' attribute set&amp;quot;.&lt;br /&gt;
*** The CSS selector for &amp;quot;an li node that contains an ol node with a 'compact' attribute set&amp;quot; would be 'li ol[compact=&amp;quot;compact&amp;quot;]'.&lt;br /&gt;
&lt;br /&gt;
== Properties of Outline Items ==&lt;br /&gt;
Outlines typically consist of a hierarchy of points and subpoints.  Each of those points (outline items) itself may have some properties (AKA attributes or metadata) that need to be represented.  Perhaps the most common additional property on outline items in practice is the URL as demonstrated in Mark Pilgrim's examples above.  Even the text label/title of an outline item could be considered a common property.  A few such common properties:&lt;br /&gt;
* text&lt;br /&gt;
* description&lt;br /&gt;
* url (often called xmlurl or htmlurl; sometimes called permalink)&lt;br /&gt;
* title&lt;br /&gt;
* type (hint of the MIME type of the resource indicated by the URL)&lt;br /&gt;
&lt;br /&gt;
In general, properties on an outline item &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; are represented by a nested definition list &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;.  Strictly speaking, it is the first &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; inside the &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; and before any following &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;, or &amp;lt;code&amp;gt;&amp;amp;lt;li&amp;amp;gt;&amp;lt;/code&amp;gt;, e.g. here is an item &amp;quot;item 1&amp;quot; with a description property (the subpoints are there purely as a point of reference to an earlier example).&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;
=== Special Properties ===&lt;br /&gt;
There are a handful of special properties which we are able to represent more directly and conveniently with the semantic XHTML building blocks that we have included, instead of terms in a definition list.  Mostly taken from the above list of common properties, these are:&lt;br /&gt;
* text, url, title, type, and rel (short for relationship)&lt;br /&gt;
&lt;br /&gt;
If we were to represent them simply as definition terms (including the &amp;quot;description&amp;quot; property from the previous example), they might look something like this:&lt;br /&gt;
&lt;br /&gt;
Example for the sake of discussion only / not a canonical XOXO example:&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;text&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; This item represents the main point we're trying to make.&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;
However, by taking advantage of the semantic &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element, we are able to dramatically simplify the common cases that utilize these properties.  From a parser's perspective, this applies to the first  &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element directly inside the &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;
Actual XOXO Example:&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;title of 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;!-- note how the &amp;quot;text&amp;quot; property is simply the contents of the &amp;lt;a&amp;gt; element --&amp;gt;&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;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Any other properties are simply added to the definition list in the same way as the &amp;quot;description&amp;quot; property.&lt;br /&gt;
&lt;br /&gt;
=== Multi-value Properties === &lt;br /&gt;
&lt;br /&gt;
Properties that have multiple values are added using a list, nested inside of the corresponding &amp;lt;code&amp;gt;dl&amp;lt;/code&amp;gt; element:&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;multivalproperty1&amp;lt;/dt&amp;gt;&lt;br /&gt;
      &amp;lt;dd&amp;gt;&amp;lt;ul&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-a&amp;lt;/li&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-b&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&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;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Publishing XOXO ==&lt;br /&gt;
&lt;br /&gt;
XOXO may be published in two forms, valid XHTML, and simple well-formed XML.&lt;br /&gt;
&lt;br /&gt;
=== Valid XHTML XOXO ===&lt;br /&gt;
&lt;br /&gt;
A valid XHTML XOXO page is a complete XHTML document.&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;XOXO page&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;TEXT-one&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;TEXT-two&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;
=== Simple well-formed XML XOXO ===&lt;br /&gt;
&lt;br /&gt;
The root element of a simple well-formed XML XOXO page is either an &amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt; with class name of &amp;quot;xoxo&amp;quot;.  This variant is ideal for syndication and transclusion into (X)HTML pages with [[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;TEXT-one&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;TEXT-two&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;
Valid or well-formed XHTML XOXO SHOULD be served with this Content-Type header for maximum browser compatibility.&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;
It MUST be served with one of these Content-Type headers:&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;
Content-Type: application/xml&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
There are many wild examples. Nearly every blogroll on the Web can be parsed as XOXO, since they are typically an unordered list of list items of hyperlinks, which is within the XOXO profile. List examples here, when the list becomes too long we can move to a dedicated page.&lt;br /&gt;
&lt;br /&gt;
* [http://api.talis.com/bf/stores/ukbib/services/facet?query=feynman&amp;amp;fields=title%2Csubject&amp;amp;top=10&amp;amp;output=html HTML output from a faceting service for book data]&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
* CVarious [[s5-tools|S5 tools]]&lt;br /&gt;
* [http://chneukirchen.org/blog/ Christian Neukirchen] has [http://chneukirchen.org/blog/archive/2006/01/xoxo-rb-0-1-released.html written a xoxo.rb, a XOXO parser and generator for 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 is a great demonstration of drag and drop sortable XOXO lists with javascript and 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;
=== Sample Code ===&lt;br /&gt;
&lt;br /&gt;
* See the [[xoxo-sample-code]] page for open source sample code to read and write XOXO files.&lt;br /&gt;
* See also the [[xoxo-compact-sample]] page with source for CSS and JS that alters the look and feel of some very plain XOXO to have twiddlable triangles for nested lists that respect the compact attribute as well.&lt;br /&gt;
&lt;br /&gt;
== XOXO Schemas ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
Note: these may be out of date and require updating to reflect the use of &amp;amp;lt;dl&amp;amp;gt; for annotating XOXO items with arbitrary properties.&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;
== References ==&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;
=== Informative References ===&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;
=== Similar Work ===&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;
* [http://en.wikipedia.org/wiki/XBEL XBEL, or the XML Bookmark Exchange Language], an open XML standard for sharing Internet URIs, also known as bookmarks (or favorites in Internet Explorer).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/OPML OPML (Outline Processor Markup Language)], an XML format for outlines.&lt;br /&gt;
&lt;br /&gt;
=== Related Reading ===&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;
&lt;br /&gt;
=== Unrelated Reading ===&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;
=== Promotional Materials / Schwag ===&lt;br /&gt;
* There is an entire XOXO clothing and accessories line.  [http://www.xoxo.com/home.php Buy XOXO stuff online].&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. There is a separate document where we are keeping our brainstorms and other explorations relating to XOXO:&lt;br /&gt;
&lt;br /&gt;
* See [[xoxo-brainstorming]] for additional thoughts on how to use XOXO for specific uses.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
** [http://blogxoxo.blogspot.com/ XOXO Blog]&lt;br /&gt;
&lt;br /&gt;
=== Tanya Jawab ===&lt;br /&gt;
* Jika Anda memiliki pertanyaan seputar XOXO, silahkan kunjungi [[xoxo-faq]] dan jika Anda tidak menemukan jawabannya, tambahkan pertanyaan Anda pada halaman tersebut.&lt;br /&gt;
&lt;br /&gt;
=== Isu ===&lt;br /&gt;
* Silahkan menambahkan isu dengan spesifikasi apapun ke dokumen terpisah [[xoxo-issues]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications]]&lt;br /&gt;
[[Category:XOXO]]&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40716</id>
		<title>xoxo-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40716"/>
		<updated>2009-09-06T11:35:30Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;XOXO 1.0: Extensible Open XHTML Outlines&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
XOXO itu sederhana, susunan garis besarnya ditulis dalam XHTML stardar dan cocok ditancapkan di (X)HTML, Atom, RSS, dan seluruh XML. XOXO adalah salah satu dari beberapa standar [[microformats|microformat]] terbuka.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi Konsep 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;
=== Pencipta ===&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;
=== Hak Cipta ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2003}}&lt;br /&gt;
* Saya memberikan seluruh kontribusi kepada spesifikasi ini untuk domain publik dan Saya menganjurkan pencipta lainnya melakukan hal yang sama.&lt;br /&gt;
** Ketika semua penulis / editor telah melakukannya, kita dapat menghapus referensi template MicroFormatCopyrightStatement dan menggantinya dengan MicroFormatPublicDomainContributionStatement.&lt;br /&gt;
&lt;br /&gt;
=== Paten ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Pengantar ==&lt;br /&gt;
When we were discussing [http://developers.technorati.com/wiki/attentionxml Attention.xml], Tantek pointed out that XHTML has everything necessary for semantically expressing outlines and blogroll-like subscriptions in an XML format that is both interactively renderable by browsers and parsable by strict XML engines. This page is here to discuss this idea.&lt;br /&gt;
&lt;br /&gt;
=== Nama ===&lt;br /&gt;
XOXO adalah singkatan dari eXtensible Open XHTML Outlines, dan diucapkan dengan berbagai cara, seperti 'Ecks Ecks oh oh', 'zho-zho', atau 'sho-sho'.&lt;br /&gt;
&lt;br /&gt;
== Abstrak ==&lt;br /&gt;
XOXO is one of several [[microformats]].  This specification defines a new XHTML document type that is based upon the module framework and modules defined in Modularization of XHTML ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The purpose of the XOXO document type is to serve as the basis for XHTML friendly outlines for processing by XML engines and for easy interactive rendering by browsers.&lt;br /&gt;
&lt;br /&gt;
== The XOXO Document Type ==&lt;br /&gt;
The XOXO document type is made up of the following XHTML modules. The elements, attributes, and minimal content models associated with these modules are defined in &amp;quot;Modularization of XHTML&amp;quot; ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The elements are listed here for information purposes, but the definitions in &amp;quot;Modularization of XHTML&amp;quot; should be considered definitive. In the on-line version of this document, the module names in the list below link into the definitions of the modules within the current version of &amp;quot;Modularization of 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;
=== The XOXO Profile ===&lt;br /&gt;
&lt;br /&gt;
See [[xoxo-profile]] for the [http://gmpg.org/xmdp XMDP] profile of XOXO which defines the XOXO values for the class attribute.&lt;br /&gt;
&lt;br /&gt;
== Simple XOXO Fragment ==&lt;br /&gt;
&lt;br /&gt;
=== Markup ===&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;Subject 1&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;li&amp;gt;Subject 2&lt;br /&gt;
    &amp;lt;ol compact=&amp;quot;compact&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint c&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;Subject 3&lt;br /&gt;
    &amp;lt;ol&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;
=== Sample Rendering ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
   1. Subject 1&lt;br /&gt;
      a. subpoint a&lt;br /&gt;
      b. subpoint b&lt;br /&gt;
   2. Subject 2&lt;br /&gt;
   3. Subject 3&lt;br /&gt;
      a. subpoint e&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Usage of 'compact' attribute ===&lt;br /&gt;
&lt;br /&gt;
Note the use of the 'compact' attribute to indicate that the subpoints of the headline &amp;quot;Subject 2&amp;quot; are not in an expanded state.  The absence of the 'compact' attribute elsewhere indicates that the other headlines are in an expanded state.&lt;br /&gt;
&lt;br /&gt;
=== Possible Default Style Rules for Sample Rendering ===&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;
== More Simple Examples ==&lt;br /&gt;
&lt;br /&gt;
MarkP has a set of examples that demonstrates both the simplicity of the markup and the presentational richness that is possible:&lt;br /&gt;
&lt;br /&gt;
* [http://diveintomark.org/public/2004/01/xo-flat.xo simple XO file that can be embedded directly into an XHTML page]&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;
** in trying to comply with semantic principles the &amp;quot;compact&amp;quot; attribute to ol and ul elements is what drives the display state. Via scripting, i'm setting classes on containing li element for added styling flexibility, though CSS Gurus might be able to replace &amp;quot;li.expanded&amp;quot; in outlines.css with some other CSS selector that says &amp;quot;select an li node that contains an ol node with a 'compact' attribute set&amp;quot;.&lt;br /&gt;
*** The CSS selector for &amp;quot;an li node that contains an ol node with a 'compact' attribute set&amp;quot; would be 'li ol[compact=&amp;quot;compact&amp;quot;]'.&lt;br /&gt;
&lt;br /&gt;
== Properties of Outline Items ==&lt;br /&gt;
Outlines typically consist of a hierarchy of points and subpoints.  Each of those points (outline items) itself may have some properties (AKA attributes or metadata) that need to be represented.  Perhaps the most common additional property on outline items in practice is the URL as demonstrated in Mark Pilgrim's examples above.  Even the text label/title of an outline item could be considered a common property.  A few such common properties:&lt;br /&gt;
* text&lt;br /&gt;
* description&lt;br /&gt;
* url (often called xmlurl or htmlurl; sometimes called permalink)&lt;br /&gt;
* title&lt;br /&gt;
* type (hint of the MIME type of the resource indicated by the URL)&lt;br /&gt;
&lt;br /&gt;
In general, properties on an outline item &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; are represented by a nested definition list &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;.  Strictly speaking, it is the first &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; inside the &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; and before any following &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;, or &amp;lt;code&amp;gt;&amp;amp;lt;li&amp;amp;gt;&amp;lt;/code&amp;gt;, e.g. here is an item &amp;quot;item 1&amp;quot; with a description property (the subpoints are there purely as a point of reference to an earlier example).&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;
=== Special Properties ===&lt;br /&gt;
There are a handful of special properties which we are able to represent more directly and conveniently with the semantic XHTML building blocks that we have included, instead of terms in a definition list.  Mostly taken from the above list of common properties, these are:&lt;br /&gt;
* text, url, title, type, and rel (short for relationship)&lt;br /&gt;
&lt;br /&gt;
If we were to represent them simply as definition terms (including the &amp;quot;description&amp;quot; property from the previous example), they might look something like this:&lt;br /&gt;
&lt;br /&gt;
Example for the sake of discussion only / not a canonical XOXO example:&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;text&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; This item represents the main point we're trying to make.&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;
However, by taking advantage of the semantic &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element, we are able to dramatically simplify the common cases that utilize these properties.  From a parser's perspective, this applies to the first  &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element directly inside the &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;
Actual XOXO Example:&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;title of 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;!-- note how the &amp;quot;text&amp;quot; property is simply the contents of the &amp;lt;a&amp;gt; element --&amp;gt;&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;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Any other properties are simply added to the definition list in the same way as the &amp;quot;description&amp;quot; property.&lt;br /&gt;
&lt;br /&gt;
=== Multi-value Properties === &lt;br /&gt;
&lt;br /&gt;
Properties that have multiple values are added using a list, nested inside of the corresponding &amp;lt;code&amp;gt;dl&amp;lt;/code&amp;gt; element:&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;multivalproperty1&amp;lt;/dt&amp;gt;&lt;br /&gt;
      &amp;lt;dd&amp;gt;&amp;lt;ul&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-a&amp;lt;/li&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-b&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&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;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Publishing XOXO ==&lt;br /&gt;
&lt;br /&gt;
XOXO may be published in two forms, valid XHTML, and simple well-formed XML.&lt;br /&gt;
&lt;br /&gt;
=== Valid XHTML XOXO ===&lt;br /&gt;
&lt;br /&gt;
A valid XHTML XOXO page is a complete XHTML document.&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;XOXO page&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;TEXT-one&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;TEXT-two&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;
=== Simple well-formed XML XOXO ===&lt;br /&gt;
&lt;br /&gt;
The root element of a simple well-formed XML XOXO page is either an &amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt; with class name of &amp;quot;xoxo&amp;quot;.  This variant is ideal for syndication and transclusion into (X)HTML pages with [[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;TEXT-one&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;TEXT-two&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;
Valid or well-formed XHTML XOXO SHOULD be served with this Content-Type header for maximum browser compatibility.&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;
It MUST be served with one of these Content-Type headers:&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;
Content-Type: application/xml&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
There are many wild examples. Nearly every blogroll on the Web can be parsed as XOXO, since they are typically an unordered list of list items of hyperlinks, which is within the XOXO profile. List examples here, when the list becomes too long we can move to a dedicated page.&lt;br /&gt;
&lt;br /&gt;
* [http://api.talis.com/bf/stores/ukbib/services/facet?query=feynman&amp;amp;fields=title%2Csubject&amp;amp;top=10&amp;amp;output=html HTML output from a faceting service for book data]&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
* CVarious [[s5-tools|S5 tools]]&lt;br /&gt;
* [http://chneukirchen.org/blog/ Christian Neukirchen] has [http://chneukirchen.org/blog/archive/2006/01/xoxo-rb-0-1-released.html written a xoxo.rb, a XOXO parser and generator for 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 is a great demonstration of drag and drop sortable XOXO lists with javascript and 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;
=== Sample Code ===&lt;br /&gt;
&lt;br /&gt;
* See the [[xoxo-sample-code]] page for open source sample code to read and write XOXO files.&lt;br /&gt;
* See also the [[xoxo-compact-sample]] page with source for CSS and JS that alters the look and feel of some very plain XOXO to have twiddlable triangles for nested lists that respect the compact attribute as well.&lt;br /&gt;
&lt;br /&gt;
== XOXO Schemas ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
Note: these may be out of date and require updating to reflect the use of &amp;amp;lt;dl&amp;amp;gt; for annotating XOXO items with arbitrary properties.&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;
== References ==&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;
=== Informative References ===&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;
=== Similar Work ===&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;
* [http://en.wikipedia.org/wiki/XBEL XBEL, or the XML Bookmark Exchange Language], an open XML standard for sharing Internet URIs, also known as bookmarks (or favorites in Internet Explorer).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/OPML OPML (Outline Processor Markup Language)], an XML format for outlines.&lt;br /&gt;
&lt;br /&gt;
=== Related Reading ===&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;
&lt;br /&gt;
=== Unrelated Reading ===&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;
=== Promotional Materials / Schwag ===&lt;br /&gt;
* There is an entire XOXO clothing and accessories line.  [http://www.xoxo.com/home.php Buy XOXO stuff online].&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. There is a separate document where we are keeping our brainstorms and other explorations relating to XOXO:&lt;br /&gt;
&lt;br /&gt;
* See [[xoxo-brainstorming]] for additional thoughts on how to use XOXO for specific uses.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
** [http://blogxoxo.blogspot.com/ XOXO Blog]&lt;br /&gt;
&lt;br /&gt;
=== Q&amp;amp;A ===&lt;br /&gt;
* If you have any questions about XOXO, check the [[xoxo-faq]], and if you don't find answers, add your questions!&lt;br /&gt;
&lt;br /&gt;
=== Isu ===&lt;br /&gt;
* Silahkan menambahkan isu dengan spesifikasi apapun ke dokumen terpisah [[xoxo-issues]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications]]&lt;br /&gt;
[[Category:XOXO]]&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=how-to-play-id&amp;diff=40715</id>
		<title>how-to-play-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=how-to-play-id&amp;diff=40715"/>
		<updated>2009-09-06T11:17:41Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Pedoman */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Jika ini kunjungan pertama Anda, harap membaca halaman [[introduction-id|pendahuluan]].&lt;br /&gt;
&amp;lt;entry-title&amp;gt;Cara Penggunaan&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
== Pedoman ==&lt;br /&gt;
Sebelum memulai kontribusi dimohon untuk mematuhi pedoman berikut:&lt;br /&gt;
&lt;br /&gt;
# Anda haru membuat akun sebelum melakukan penyuntingan/menambahkan halaman. Gunakan nama Anda dengan seksama, misalnya PemberianNama (Awal-Akhir), lihat juga [http://en.wikipedia.org/wiki/Wikipedia:Username panduan username Wikipedia]. Anda juga dipersilahkan menggunakan alias (misalnya [[User:Adactio]], [[User:Phae]]). Dimohon untuk tidak menggunakan nama organisasi atau kata benda (misalnya produk, teknologi).&lt;br /&gt;
# Baca tentang [[:Category:public_domain_license|Deklarasi Domain Publik]] microformats.org dan silahkan menambah [[Template:cc-public-domain-release]] ke halaman pengguna Anda untuk melepaskan kontribusi Anda kepada microformats.org sebelum 2008 menjadi domain publik.&lt;br /&gt;
# Coba terlebih dahulu [http://microformats.org/discuss kanal irc (lebih baik) atau mailing lists] (dan baca halaman [[mailing-lists]] sebelum melalukannya).&lt;br /&gt;
# Jika Anda ingin menuliskan sebuah opini yang bukan alasan logis, tandai dengan username Anda - Anda juga dapat melakukannya dengan mudah dengan datetimestamp pada MediaWiki dengan empat tildes, contohnya: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;  &lt;br /&gt;
#* Pada beberapa kasus hal ini diperlukan ketika mengedit tanda tangan kontribusi lainnya (sebagai lawan dari konten umum), berhati-hatilah untuk tidak mengubah maknanya.&lt;br /&gt;
#* Jika pernyataan alasan logis Anda adalah bagian dari diskusi dimana pernyataan tersebut tidak setuju dengan komentar sebelumnya, Anda dapat menandatanganinya dengan username Anda. Namun penandatanganan pernyataan seperti itu tidak diperlukan dan mungkin mengurangi alasan pernyataan logis berdiri sendiri (berkaitan: [[#avoid-personalizing-proposals|avoid personalizing proposals]]) dan dengan demikian dianggap meninggalkan pernyataan tersebut tanpa tanda tangan. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
# Please only create pages directly relating to [[POSH]], microformats (and [[picoformats]]) on this wiki. [[data-portability]] in line with microformats [[principles]] is also encouraged. Other pages will likely be deleted.&lt;br /&gt;
# &amp;lt;span id=&amp;quot;naming&amp;quot;&amp;gt;Please obey the [[naming-conventions| naming conventions]] for pages. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;] &amp;lt;/span&amp;gt;&lt;br /&gt;
# Don't use talk pages. See #3. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&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;br /&gt;
# Please do not use &amp;quot;?&amp;quot; or other punctuation in the headings - it helps to keep the URLs to their fragment identifiers shorter and easier to read, copy/paste etc. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;lowercase-headings&amp;quot;&amp;gt;Consider using ''lowercase'' words in headings (except for proper nouns), and avoid repeating the page title in headings.  This helps with shortening permalinks to sections (thereby increasing fidelity of URL transfer, e.g. across email), and keeping their URLs ''all'' lowercase makes them easier to type. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&amp;lt;/span&amp;gt;&lt;br /&gt;
# Headings may be explicitly marked up with &amp;amp;lt;h1&amp;amp;gt; &amp;amp;lt;h2&amp;amp;gt; tags etc. in order to avoid having them show up / pollute the Table of Contents. If you find such headings in a page, please &amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;do not&amp;lt;/strong&amp;gt; change them to &amp;quot;=&amp;quot; or &amp;quot;==&amp;quot; style headings. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Avoid renaming/changing heading text, including even just their capitalization or to comply with above rules that apply to headings. Headings are often used as permalinks, and changing the heading breaks such permalinks that have already been used.  Thus be careful when creating headings.  If you change a heading please leave a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;oldheadingID&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; around the new heading with oldHeadingID set to the necessary value to maintain heading permalinks.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Start headings with a letter (or underscore a letter doesn't work), in order to generate valid ID attributes on heading elements.&lt;br /&gt;
# Avoid global editorial wiki changes / edits (e.g. the same or similar edits applied to numerous pages, say, more than a dozen or so pages).  If you have an opinion on how to globally improve something stylistically or editorially on the wiki, please add it to your section on the [[to-do]] page, and then perhaps ask the community using the microformats-discuss mailing list what folks think of it.  Interpret absence of response(s) as disinterest and thus implicit rejection.  Admins may from time to time do global wiki changes to remove spam, repair damage done by other global wiki edits etc.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoid-simple-contradictions&amp;quot;&amp;gt;Please avoid simple contradictory responses&amp;lt;/span&amp;gt; such as &amp;quot;No&amp;quot; to questions and issues. Instead provide at least a short sentence with a reason which provides information beyond what is provided in the question or issue.  Simple contradictions (like just inverting other statements on a page as if such an inversion was an argument), are a waste of time and space and to be avoided.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Do not remove &amp;quot;red links&amp;quot;, nor create empty / placeholder &amp;quot;...&amp;quot; pages for them just to make them not red. The red links usefully communicate a need or a desire for that page to exist, and the person expressing that desire may not be the same person that is able to take the time, or has the necessary skill/background to draft such a page.  The links to pages not yet created often serve as an effective (and easy to execute) &amp;quot;to do&amp;quot; list.  Removing those links makes it harder, less convenient to do so. (One exception noted so far: red links to non-existent microformats e.g. &amp;quot;hbib&amp;quot;, should be delinked, as it is desirable for it to be harder/less convenient to create new microformats). Finally, as such links do provide information, they are not redundant. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please do not add MediaWiki Categories. With the [[wiki-2|upgrade to the wiki]] we have begun using a very limited number of categories in order to present specifications and drafts differently than other wiki pages. For now if you think additional Categories would help the community, please make suggestions on the [[category-suggestions]] page. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Toby Inkster&amp;quot;&amp;gt;src:TI&amp;lt;/abbr&amp;gt;]. Previously: Do not use the MediaWiki &amp;quot;Categories&amp;quot; mechanism.  As with &amp;quot;Talk&amp;quot; pages, this community does not use all the features of MediaWiki.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Do not create new &amp;quot;User:&amp;quot; links by hand.  User: links should only created as a result of users actually signing their edits with &amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.  That way each User: page will correspond to an actual login, rather than accidentally linking to a page which doesn't represent a login. If you see a red link which appears like it ''should'' be a User: link, e.g. &amp;lt;nowiki&amp;gt;[[DavidJanes]]&amp;lt;/nowiki&amp;gt;, rather than editing the link in place, create a redirect at the destination of the link to the person's User: page.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Check &amp;quot;what links here&amp;quot; before moving pages, and fix any links to the page you're moving, if appropriate.&lt;br /&gt;
# Please use U.S. English ([[en-US]]) spellings of common words on English microformats pages. This is by convention, following the [http://www.w3.org/2001/06/manual/#Spelling W3C Manual of Style Spelling Editorial Guideline]. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]. Exception: Please use and maintain the proper native spellings of proper nouns, e.g. &amp;quot;BT Centre&amp;quot;, &amp;quot;Business Design Centre, London, UK&amp;quot;, &amp;quot;Centre of Canadian Studies&amp;quot;, etc. [&amp;lt;abbr title=&amp;quot;guideline created due to numerous edits by Ameer Dawood&amp;quot;&amp;gt;src:AD&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki/Special:Contributions/AmeerDawood])]&lt;br /&gt;
# Use [[rfc-2119#Templates|templates]] for RFC 2119 terms such as {{must}}.&lt;br /&gt;
# References to (X)HTML element names should be lowercase and marked up with &amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;...&amp;lt;/code&amp;gt;&amp;lt;/nowiki&amp;gt;, e.g. the &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt; element. This convention is adopted from the practice used in the [http://www.w3.org/2001/06/manual/ W3C Manual of Style].&lt;br /&gt;
# Add whitespace to markup examples for readability. Real world markup examples are often whitespace collapsed, often with all the markup/content on a single line of text. Please add whitespace (e.g. returns between elements, indentation to indicate element depth) to markup examples.&lt;br /&gt;
# Use &amp;lt;nowiki&amp;gt;example.org&amp;lt;/nowiki&amp;gt; for hypothetical URL examples rather than a fake domain name (which may eventually be registered, used for spam etc.). When doing so, be sure to use &amp;lt;code&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;&amp;lt;/code&amp;gt; tags, e.g.: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;http://example.org/&amp;amp;lt;/nowiki&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; so that the URLs are not auto-hyperlinked by MediaWiki. Where interactions between multiple domains need to be illustrated, you may use &amp;lt;nowiki&amp;gt;example.net or example.com&amp;lt;/nowiki&amp;gt; or subdomains of &amp;lt;nowiki&amp;gt;example.org like foo.example.org&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
# If you notice that someone is iteratively editing a page (say by watching the IRC channel, or the [[Special:Recentchanges]] page) that you'd like to edit, consider waiting at least 10 minutes after the most recent edit before doing so, as the person iteratively editing the page may have further edits to make, and thus waiting a few minutes would likely save you both time by avoiding potential/likely edit conflicts. Similarly, if you plan to make multiple edits to a page, consider using [[Template:inuse]] by placing '''&amp;lt;nowiki&amp;gt;{{Template:inuse}}&amp;lt;/nowiki&amp;gt;''' at the head of the page. Please don't forget to remove it, when you're done! [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please do not remove apparently &amp;lt;span id=&amp;quot;brokenlinks&amp;quot;&amp;gt;broken links&amp;lt;/span&amp;gt; (404 etc.). If you cannot fix them, de-link them using &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt; and note (perhaps with a nested list item or parenthetical remark) that the links appear to have stopped working as of a certain date. This way whoever added the links or is responsible for them may discover that they need to fix them, and those researching the links can still look them up in the [http://archive.org/ Internet Archive]. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoid-personalizing-proposals&amp;quot;&amp;gt;Avoid labeling proposals with people's names.&amp;lt;/span&amp;gt; Instead please label a proposal using a summary of some (perhaps unique) technical aspect of the proposal.  The reasons for this are to avoid overly &amp;quot;personalizing&amp;quot; an idea and having the idea be judged (positively or negatively) by the author associated with it rather than the merits of the idea itself, to avoid having criticisms of the idea even remotely appear as if they are criticisms of the person, and to avoid having a specific person feel like they must defend attacks on an idea as if they were attacks on their person. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoidsplitting&amp;quot;&amp;gt;Avoid splitting most pages.&amp;lt;/span&amp;gt; Do not split, divide, sub-divide, or otherwise reorganize pages unless you are one of the primary authors of such pages. The reason is that you may not understand what the authors/creators of that page had/have in mind for the organization and growth of the content of the page, and by splitting it or reorganizing it, you might actually cause them &amp;lt;strong&amp;gt;more&amp;lt;/strong&amp;gt; work and inconvenience, as well as raising the barrier to editing and/or contributing to the page for new folks as well, thus discouraging community participation. [[Admins]] will likely revert such splits. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki?title=to-do&amp;amp;diff=24428&amp;amp;oldid=24400] [http://microformats.org/wiki?title=to-do&amp;amp;diff=24992&amp;amp;oldid=24707])]&lt;br /&gt;
# If you do see a need to split a page which you are not one of the primary authors of, first add notes in the page in-place where you think splits need to occur, and how you think they should occur, before making any split, so that the primary author(s) have a chance to see and follow-up with refinements/changes on how the pages should be split. When deciding how to split pages, consider doing so in ways that both make it easier for new contributors to add information, making it easier for people to iterate, and making it easier for people looking from a real world perspective to find the information.  See [[how-to-split-pages]] for more details. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki?title=hcard-examples-in-wild&amp;amp;diff=0&amp;amp;oldid=24726])]&lt;br /&gt;
# In general, avoid doing large &amp;quot;clean up&amp;quot; operations on the wiki for the same reasons as avoiding splitting most pages.  [[Admins]] will likely revert such large re-organizations of pages and encourage incremental improvements, and suggesting larger improvements to the primary page authors. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
== Accessibility ==&lt;br /&gt;
#Use upper case for acronyms like HTML but use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to add strength to phrases like &amp;quot;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;do not&amp;lt;/strong&amp;gt;&amp;quot;. This improves accessibility for people using text-reading software and other assistive technologies ([http://www.kent.gov.uk/NR/rdonlyres/489181F9-B134-455E-98A3-EE75722400E2/11935/technicalguidance0708.pdf] PDF) &amp;lt;strong&amp;gt;(list and versions of text-reading software &amp;amp; other agents affected needed)&amp;lt;/strong&amp;gt;.&lt;br /&gt;
#Do not use styles or write in ways which contravene [http://www.w3.org/TR/WCAG10/full-checklist.html Web Content Accessibility Guidelines 1.0]. For example, do not rely on color alone to convey information; mark up lists and list items properly.&lt;br /&gt;
&lt;br /&gt;
== Membersihkan Wiki ==&lt;br /&gt;
Kunjungi [[spam-removal]].&lt;br /&gt;
&lt;br /&gt;
If you see something which you think needs massive cleanup on the wiki, please point it out to admins on the irc channel or microformats-discuss list rather than doing it yourself. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
== Terkait ==&lt;br /&gt;
* [[mediawiki-customization]] - brief notes on how the microformats wiki is different from a &amp;quot;typical&amp;quot; MediaWiki install, in many ways to help with [[how-to-play]] and [[naming-conventions]].&lt;br /&gt;
* [[wiki2]]&lt;br /&gt;
* [[wiki-better-than-email]]&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=how-to-play-id&amp;diff=40669</id>
		<title>how-to-play-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=how-to-play-id&amp;diff=40669"/>
		<updated>2009-09-02T17:59:59Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Pedoman */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Jika ini kunjungan pertama Anda, harap membaca halaman [[introduction-id|pendahuluan]].&lt;br /&gt;
&amp;lt;entry-title&amp;gt;Cara Penggunaan&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
== Pedoman ==&lt;br /&gt;
Sebelum memulai kontribusi dimohon untuk mematuhi pedoman berikut:&lt;br /&gt;
&lt;br /&gt;
# Anda haru membuat akun sebelum melakukan penyuntingan/menambahkan halaman. Gunakan nama Anda dengan seksama, misalnya PemberianNama (Awal-Akhir), lihat juga [http://en.wikipedia.org/wiki/Wikipedia:Username panduan username Wikipedia]. Anda juga dipersilahkan menggunakan alias (misalnya [[User:Adactio]], [[User:Phae]]). Dimohon untuk tidak menggunakan nama organisasi atau kata benda (misalnya produk, teknologi).&lt;br /&gt;
# Baca tentang [[:Category:public_domain_license|Deklarasi Publik Domain]] microformats.org dan silahkan menambah [[Template:cc-public-domain-release]] ke halaman pengguna Anda untuk melepaskan kontribusi Anda kepada microformats.org sebelum 2008 menjadi domain publik.&lt;br /&gt;
# Coba terlebih dahulu [http://microformats.org/discuss kanal irc (lebih baik) atau mailing lists] (dan baca halaman [[mailing-lists]] sebelum melalukannya).&lt;br /&gt;
&lt;br /&gt;
# If you write something more opinion rather than logically reasoned, sign it with your username - you can easily do so with a datetimestamp in MediaWiki with four tildes, e.g.: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
#*On the few occasions when it is necessary to edit others signed contributions (as opposed to general content), take care not to change their meaning.&lt;br /&gt;
#*If your logically reasoned statement is part of a discussion which disagrees with a previous comment, you may sign it with your username. However signing such statements is both not required, and may detract from the logically reasoned statement standing on its own (related: [[#avoid-personalizing-proposals|avoid personalizing proposals]]), and thus consider leaving such statements unsigned. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please only create pages directly relating to [[POSH]], microformats (and [[picoformats]]) on this wiki. [[data-portability]] in line with microformats [[principles]] is also encouraged. Other pages will likely be deleted.&lt;br /&gt;
# &amp;lt;span id=&amp;quot;naming&amp;quot;&amp;gt;Please obey the [[naming-conventions| naming conventions]] for pages. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;] &amp;lt;/span&amp;gt;&lt;br /&gt;
# Don't use talk pages. See #3. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&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;br /&gt;
# Please do not use &amp;quot;?&amp;quot; or other punctuation in the headings - it helps to keep the URLs to their fragment identifiers shorter and easier to read, copy/paste etc. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;lowercase-headings&amp;quot;&amp;gt;Consider using ''lowercase'' words in headings (except for proper nouns), and avoid repeating the page title in headings.  This helps with shortening permalinks to sections (thereby increasing fidelity of URL transfer, e.g. across email), and keeping their URLs ''all'' lowercase makes them easier to type. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&amp;lt;/span&amp;gt;&lt;br /&gt;
# Headings may be explicitly marked up with &amp;amp;lt;h1&amp;amp;gt; &amp;amp;lt;h2&amp;amp;gt; tags etc. in order to avoid having them show up / pollute the Table of Contents. If you find such headings in a page, please &amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;do not&amp;lt;/strong&amp;gt; change them to &amp;quot;=&amp;quot; or &amp;quot;==&amp;quot; style headings. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Avoid renaming/changing heading text, including even just their capitalization or to comply with above rules that apply to headings. Headings are often used as permalinks, and changing the heading breaks such permalinks that have already been used.  Thus be careful when creating headings.  If you change a heading please leave a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;oldheadingID&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; around the new heading with oldHeadingID set to the necessary value to maintain heading permalinks.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Start headings with a letter (or underscore a letter doesn't work), in order to generate valid ID attributes on heading elements.&lt;br /&gt;
# Avoid global editorial wiki changes / edits (e.g. the same or similar edits applied to numerous pages, say, more than a dozen or so pages).  If you have an opinion on how to globally improve something stylistically or editorially on the wiki, please add it to your section on the [[to-do]] page, and then perhaps ask the community using the microformats-discuss mailing list what folks think of it.  Interpret absence of response(s) as disinterest and thus implicit rejection.  Admins may from time to time do global wiki changes to remove spam, repair damage done by other global wiki edits etc.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoid-simple-contradictions&amp;quot;&amp;gt;Please avoid simple contradictory responses&amp;lt;/span&amp;gt; such as &amp;quot;No&amp;quot; to questions and issues. Instead provide at least a short sentence with a reason which provides information beyond what is provided in the question or issue.  Simple contradictions (like just inverting other statements on a page as if such an inversion was an argument), are a waste of time and space and to be avoided.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Do not remove &amp;quot;red links&amp;quot;, nor create empty / placeholder &amp;quot;...&amp;quot; pages for them just to make them not red. The red links usefully communicate a need or a desire for that page to exist, and the person expressing that desire may not be the same person that is able to take the time, or has the necessary skill/background to draft such a page.  The links to pages not yet created often serve as an effective (and easy to execute) &amp;quot;to do&amp;quot; list.  Removing those links makes it harder, less convenient to do so. (One exception noted so far: red links to non-existent microformats e.g. &amp;quot;hbib&amp;quot;, should be delinked, as it is desirable for it to be harder/less convenient to create new microformats). Finally, as such links do provide information, they are not redundant. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please do not add MediaWiki Categories. With the [[wiki-2|upgrade to the wiki]] we have begun using a very limited number of categories in order to present specifications and drafts differently than other wiki pages. For now if you think additional Categories would help the community, please make suggestions on the [[category-suggestions]] page. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Toby Inkster&amp;quot;&amp;gt;src:TI&amp;lt;/abbr&amp;gt;]. Previously: Do not use the MediaWiki &amp;quot;Categories&amp;quot; mechanism.  As with &amp;quot;Talk&amp;quot; pages, this community does not use all the features of MediaWiki.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Do not create new &amp;quot;User:&amp;quot; links by hand.  User: links should only created as a result of users actually signing their edits with &amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.  That way each User: page will correspond to an actual login, rather than accidentally linking to a page which doesn't represent a login. If you see a red link which appears like it ''should'' be a User: link, e.g. &amp;lt;nowiki&amp;gt;[[DavidJanes]]&amp;lt;/nowiki&amp;gt;, rather than editing the link in place, create a redirect at the destination of the link to the person's User: page.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Check &amp;quot;what links here&amp;quot; before moving pages, and fix any links to the page you're moving, if appropriate.&lt;br /&gt;
# Please use U.S. English ([[en-US]]) spellings of common words on English microformats pages. This is by convention, following the [http://www.w3.org/2001/06/manual/#Spelling W3C Manual of Style Spelling Editorial Guideline]. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]. Exception: Please use and maintain the proper native spellings of proper nouns, e.g. &amp;quot;BT Centre&amp;quot;, &amp;quot;Business Design Centre, London, UK&amp;quot;, &amp;quot;Centre of Canadian Studies&amp;quot;, etc. [&amp;lt;abbr title=&amp;quot;guideline created due to numerous edits by Ameer Dawood&amp;quot;&amp;gt;src:AD&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki/Special:Contributions/AmeerDawood])]&lt;br /&gt;
# Use [[rfc-2119#Templates|templates]] for RFC 2119 terms such as {{must}}.&lt;br /&gt;
# References to (X)HTML element names should be lowercase and marked up with &amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;...&amp;lt;/code&amp;gt;&amp;lt;/nowiki&amp;gt;, e.g. the &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt; element. This convention is adopted from the practice used in the [http://www.w3.org/2001/06/manual/ W3C Manual of Style].&lt;br /&gt;
# Add whitespace to markup examples for readability. Real world markup examples are often whitespace collapsed, often with all the markup/content on a single line of text. Please add whitespace (e.g. returns between elements, indentation to indicate element depth) to markup examples.&lt;br /&gt;
# Use &amp;lt;nowiki&amp;gt;example.org&amp;lt;/nowiki&amp;gt; for hypothetical URL examples rather than a fake domain name (which may eventually be registered, used for spam etc.). When doing so, be sure to use &amp;lt;code&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;&amp;lt;/code&amp;gt; tags, e.g.: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;http://example.org/&amp;amp;lt;/nowiki&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; so that the URLs are not auto-hyperlinked by MediaWiki. Where interactions between multiple domains need to be illustrated, you may use &amp;lt;nowiki&amp;gt;example.net or example.com&amp;lt;/nowiki&amp;gt; or subdomains of &amp;lt;nowiki&amp;gt;example.org like foo.example.org&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
# If you notice that someone is iteratively editing a page (say by watching the IRC channel, or the [[Special:Recentchanges]] page) that you'd like to edit, consider waiting at least 10 minutes after the most recent edit before doing so, as the person iteratively editing the page may have further edits to make, and thus waiting a few minutes would likely save you both time by avoiding potential/likely edit conflicts. Similarly, if you plan to make multiple edits to a page, consider using [[Template:inuse]] by placing '''&amp;lt;nowiki&amp;gt;{{Template:inuse}}&amp;lt;/nowiki&amp;gt;''' at the head of the page. Please don't forget to remove it, when you're done! [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please do not remove apparently &amp;lt;span id=&amp;quot;brokenlinks&amp;quot;&amp;gt;broken links&amp;lt;/span&amp;gt; (404 etc.). If you cannot fix them, de-link them using &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt; and note (perhaps with a nested list item or parenthetical remark) that the links appear to have stopped working as of a certain date. This way whoever added the links or is responsible for them may discover that they need to fix them, and those researching the links can still look them up in the [http://archive.org/ Internet Archive]. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoid-personalizing-proposals&amp;quot;&amp;gt;Avoid labeling proposals with people's names.&amp;lt;/span&amp;gt; Instead please label a proposal using a summary of some (perhaps unique) technical aspect of the proposal.  The reasons for this are to avoid overly &amp;quot;personalizing&amp;quot; an idea and having the idea be judged (positively or negatively) by the author associated with it rather than the merits of the idea itself, to avoid having criticisms of the idea even remotely appear as if they are criticisms of the person, and to avoid having a specific person feel like they must defend attacks on an idea as if they were attacks on their person. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoidsplitting&amp;quot;&amp;gt;Avoid splitting most pages.&amp;lt;/span&amp;gt; Do not split, divide, sub-divide, or otherwise reorganize pages unless you are one of the primary authors of such pages. The reason is that you may not understand what the authors/creators of that page had/have in mind for the organization and growth of the content of the page, and by splitting it or reorganizing it, you might actually cause them &amp;lt;strong&amp;gt;more&amp;lt;/strong&amp;gt; work and inconvenience, as well as raising the barrier to editing and/or contributing to the page for new folks as well, thus discouraging community participation. [[Admins]] will likely revert such splits. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki?title=to-do&amp;amp;diff=24428&amp;amp;oldid=24400] [http://microformats.org/wiki?title=to-do&amp;amp;diff=24992&amp;amp;oldid=24707])]&lt;br /&gt;
# If you do see a need to split a page which you are not one of the primary authors of, first add notes in the page in-place where you think splits need to occur, and how you think they should occur, before making any split, so that the primary author(s) have a chance to see and follow-up with refinements/changes on how the pages should be split. When deciding how to split pages, consider doing so in ways that both make it easier for new contributors to add information, making it easier for people to iterate, and making it easier for people looking from a real world perspective to find the information.  See [[how-to-split-pages]] for more details. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki?title=hcard-examples-in-wild&amp;amp;diff=0&amp;amp;oldid=24726])]&lt;br /&gt;
# In general, avoid doing large &amp;quot;clean up&amp;quot; operations on the wiki for the same reasons as avoiding splitting most pages.  [[Admins]] will likely revert such large re-organizations of pages and encourage incremental improvements, and suggesting larger improvements to the primary page authors. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
== Accessibility ==&lt;br /&gt;
#Use upper case for acronyms like HTML but use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to add strength to phrases like &amp;quot;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;do not&amp;lt;/strong&amp;gt;&amp;quot;. This improves accessibility for people using text-reading software and other assistive technologies ([http://www.kent.gov.uk/NR/rdonlyres/489181F9-B134-455E-98A3-EE75722400E2/11935/technicalguidance0708.pdf] PDF) &amp;lt;strong&amp;gt;(list and versions of text-reading software &amp;amp; other agents affected needed)&amp;lt;/strong&amp;gt;.&lt;br /&gt;
#Do not use styles or write in ways which contravene [http://www.w3.org/TR/WCAG10/full-checklist.html Web Content Accessibility Guidelines 1.0]. For example, do not rely on color alone to convey information; mark up lists and list items properly.&lt;br /&gt;
&lt;br /&gt;
== Membersihkan Wiki ==&lt;br /&gt;
Kunjungi [[spam-removal]].&lt;br /&gt;
&lt;br /&gt;
If you see something which you think needs massive cleanup on the wiki, please point it out to admins on the irc channel or microformats-discuss list rather than doing it yourself. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
== Terkait ==&lt;br /&gt;
* [[mediawiki-customization]] - brief notes on how the microformats wiki is different from a &amp;quot;typical&amp;quot; MediaWiki install, in many ways to help with [[how-to-play]] and [[naming-conventions]].&lt;br /&gt;
* [[wiki2]]&lt;br /&gt;
* [[wiki-better-than-email]]&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=how-to-play-id&amp;diff=40668</id>
		<title>how-to-play-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=how-to-play-id&amp;diff=40668"/>
		<updated>2009-09-02T17:58:07Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Pedoman */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Jika ini kunjungan pertama Anda, harap membaca halaman [[introduction-id|pendahuluan]].&lt;br /&gt;
&amp;lt;entry-title&amp;gt;Cara Penggunaan&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
== Pedoman ==&lt;br /&gt;
Sebelum memulai kontribusi dimohon untuk mematuhi pedoman berikut:&lt;br /&gt;
&lt;br /&gt;
# Anda haru membuat akun sebelum melakukan penyuntingan/menambahkan halaman. Gunakan nama Anda dengan seksama, misalnya PemberianNama (Awal-Akhir), lihat juga [http://en.wikipedia.org/wiki/Wikipedia:Username panduan username Wikipedia]. Anda juga dipersilahkan menggunakan alias (misalnya [[User:Adactio]], [[User:Phae]]). Dimohon untuk tidak menggunakan nama organisasi atau kata benda (misalnya produk, teknologi).&lt;br /&gt;
# Baca tentang [[:Category:public_domain_license|Deklarasi Publik Domain]] microformats.org dan dipersilahkan untuk menambahkan [[Template:cc-public-domain-release]] ke halaman pengguna Anda untuk melepaskan kontribusi Anda kepada microformats.org sebelum 2008 menjadi domain publik.&lt;br /&gt;
# Coba terlebih dahulu [http://microformats.org/discuss kanal irc (lebih baik) atau mailing lists] (dan baca halaman [[mailing-lists]] sebelum melalukannya).&lt;br /&gt;
&lt;br /&gt;
# If you write something more opinion rather than logically reasoned, sign it with your username - you can easily do so with a datetimestamp in MediaWiki with four tildes, e.g.: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
#*On the few occasions when it is necessary to edit others signed contributions (as opposed to general content), take care not to change their meaning.&lt;br /&gt;
#*If your logically reasoned statement is part of a discussion which disagrees with a previous comment, you may sign it with your username. However signing such statements is both not required, and may detract from the logically reasoned statement standing on its own (related: [[#avoid-personalizing-proposals|avoid personalizing proposals]]), and thus consider leaving such statements unsigned. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please only create pages directly relating to [[POSH]], microformats (and [[picoformats]]) on this wiki. [[data-portability]] in line with microformats [[principles]] is also encouraged. Other pages will likely be deleted.&lt;br /&gt;
# &amp;lt;span id=&amp;quot;naming&amp;quot;&amp;gt;Please obey the [[naming-conventions| naming conventions]] for pages. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;] &amp;lt;/span&amp;gt;&lt;br /&gt;
# Don't use talk pages. See #3. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&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;br /&gt;
# Please do not use &amp;quot;?&amp;quot; or other punctuation in the headings - it helps to keep the URLs to their fragment identifiers shorter and easier to read, copy/paste etc. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;lowercase-headings&amp;quot;&amp;gt;Consider using ''lowercase'' words in headings (except for proper nouns), and avoid repeating the page title in headings.  This helps with shortening permalinks to sections (thereby increasing fidelity of URL transfer, e.g. across email), and keeping their URLs ''all'' lowercase makes them easier to type. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&amp;lt;/span&amp;gt;&lt;br /&gt;
# Headings may be explicitly marked up with &amp;amp;lt;h1&amp;amp;gt; &amp;amp;lt;h2&amp;amp;gt; tags etc. in order to avoid having them show up / pollute the Table of Contents. If you find such headings in a page, please &amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;do not&amp;lt;/strong&amp;gt; change them to &amp;quot;=&amp;quot; or &amp;quot;==&amp;quot; style headings. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Avoid renaming/changing heading text, including even just their capitalization or to comply with above rules that apply to headings. Headings are often used as permalinks, and changing the heading breaks such permalinks that have already been used.  Thus be careful when creating headings.  If you change a heading please leave a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;oldheadingID&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; around the new heading with oldHeadingID set to the necessary value to maintain heading permalinks.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Start headings with a letter (or underscore a letter doesn't work), in order to generate valid ID attributes on heading elements.&lt;br /&gt;
# Avoid global editorial wiki changes / edits (e.g. the same or similar edits applied to numerous pages, say, more than a dozen or so pages).  If you have an opinion on how to globally improve something stylistically or editorially on the wiki, please add it to your section on the [[to-do]] page, and then perhaps ask the community using the microformats-discuss mailing list what folks think of it.  Interpret absence of response(s) as disinterest and thus implicit rejection.  Admins may from time to time do global wiki changes to remove spam, repair damage done by other global wiki edits etc.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoid-simple-contradictions&amp;quot;&amp;gt;Please avoid simple contradictory responses&amp;lt;/span&amp;gt; such as &amp;quot;No&amp;quot; to questions and issues. Instead provide at least a short sentence with a reason which provides information beyond what is provided in the question or issue.  Simple contradictions (like just inverting other statements on a page as if such an inversion was an argument), are a waste of time and space and to be avoided.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Do not remove &amp;quot;red links&amp;quot;, nor create empty / placeholder &amp;quot;...&amp;quot; pages for them just to make them not red. The red links usefully communicate a need or a desire for that page to exist, and the person expressing that desire may not be the same person that is able to take the time, or has the necessary skill/background to draft such a page.  The links to pages not yet created often serve as an effective (and easy to execute) &amp;quot;to do&amp;quot; list.  Removing those links makes it harder, less convenient to do so. (One exception noted so far: red links to non-existent microformats e.g. &amp;quot;hbib&amp;quot;, should be delinked, as it is desirable for it to be harder/less convenient to create new microformats). Finally, as such links do provide information, they are not redundant. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please do not add MediaWiki Categories. With the [[wiki-2|upgrade to the wiki]] we have begun using a very limited number of categories in order to present specifications and drafts differently than other wiki pages. For now if you think additional Categories would help the community, please make suggestions on the [[category-suggestions]] page. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Toby Inkster&amp;quot;&amp;gt;src:TI&amp;lt;/abbr&amp;gt;]. Previously: Do not use the MediaWiki &amp;quot;Categories&amp;quot; mechanism.  As with &amp;quot;Talk&amp;quot; pages, this community does not use all the features of MediaWiki.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Do not create new &amp;quot;User:&amp;quot; links by hand.  User: links should only created as a result of users actually signing their edits with &amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.  That way each User: page will correspond to an actual login, rather than accidentally linking to a page which doesn't represent a login. If you see a red link which appears like it ''should'' be a User: link, e.g. &amp;lt;nowiki&amp;gt;[[DavidJanes]]&amp;lt;/nowiki&amp;gt;, rather than editing the link in place, create a redirect at the destination of the link to the person's User: page.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Check &amp;quot;what links here&amp;quot; before moving pages, and fix any links to the page you're moving, if appropriate.&lt;br /&gt;
# Please use U.S. English ([[en-US]]) spellings of common words on English microformats pages. This is by convention, following the [http://www.w3.org/2001/06/manual/#Spelling W3C Manual of Style Spelling Editorial Guideline]. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]. Exception: Please use and maintain the proper native spellings of proper nouns, e.g. &amp;quot;BT Centre&amp;quot;, &amp;quot;Business Design Centre, London, UK&amp;quot;, &amp;quot;Centre of Canadian Studies&amp;quot;, etc. [&amp;lt;abbr title=&amp;quot;guideline created due to numerous edits by Ameer Dawood&amp;quot;&amp;gt;src:AD&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki/Special:Contributions/AmeerDawood])]&lt;br /&gt;
# Use [[rfc-2119#Templates|templates]] for RFC 2119 terms such as {{must}}.&lt;br /&gt;
# References to (X)HTML element names should be lowercase and marked up with &amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;...&amp;lt;/code&amp;gt;&amp;lt;/nowiki&amp;gt;, e.g. the &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt; element. This convention is adopted from the practice used in the [http://www.w3.org/2001/06/manual/ W3C Manual of Style].&lt;br /&gt;
# Add whitespace to markup examples for readability. Real world markup examples are often whitespace collapsed, often with all the markup/content on a single line of text. Please add whitespace (e.g. returns between elements, indentation to indicate element depth) to markup examples.&lt;br /&gt;
# Use &amp;lt;nowiki&amp;gt;example.org&amp;lt;/nowiki&amp;gt; for hypothetical URL examples rather than a fake domain name (which may eventually be registered, used for spam etc.). When doing so, be sure to use &amp;lt;code&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;&amp;lt;/code&amp;gt; tags, e.g.: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;http://example.org/&amp;amp;lt;/nowiki&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; so that the URLs are not auto-hyperlinked by MediaWiki. Where interactions between multiple domains need to be illustrated, you may use &amp;lt;nowiki&amp;gt;example.net or example.com&amp;lt;/nowiki&amp;gt; or subdomains of &amp;lt;nowiki&amp;gt;example.org like foo.example.org&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
# If you notice that someone is iteratively editing a page (say by watching the IRC channel, or the [[Special:Recentchanges]] page) that you'd like to edit, consider waiting at least 10 minutes after the most recent edit before doing so, as the person iteratively editing the page may have further edits to make, and thus waiting a few minutes would likely save you both time by avoiding potential/likely edit conflicts. Similarly, if you plan to make multiple edits to a page, consider using [[Template:inuse]] by placing '''&amp;lt;nowiki&amp;gt;{{Template:inuse}}&amp;lt;/nowiki&amp;gt;''' at the head of the page. Please don't forget to remove it, when you're done! [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please do not remove apparently &amp;lt;span id=&amp;quot;brokenlinks&amp;quot;&amp;gt;broken links&amp;lt;/span&amp;gt; (404 etc.). If you cannot fix them, de-link them using &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt; and note (perhaps with a nested list item or parenthetical remark) that the links appear to have stopped working as of a certain date. This way whoever added the links or is responsible for them may discover that they need to fix them, and those researching the links can still look them up in the [http://archive.org/ Internet Archive]. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoid-personalizing-proposals&amp;quot;&amp;gt;Avoid labeling proposals with people's names.&amp;lt;/span&amp;gt; Instead please label a proposal using a summary of some (perhaps unique) technical aspect of the proposal.  The reasons for this are to avoid overly &amp;quot;personalizing&amp;quot; an idea and having the idea be judged (positively or negatively) by the author associated with it rather than the merits of the idea itself, to avoid having criticisms of the idea even remotely appear as if they are criticisms of the person, and to avoid having a specific person feel like they must defend attacks on an idea as if they were attacks on their person. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoidsplitting&amp;quot;&amp;gt;Avoid splitting most pages.&amp;lt;/span&amp;gt; Do not split, divide, sub-divide, or otherwise reorganize pages unless you are one of the primary authors of such pages. The reason is that you may not understand what the authors/creators of that page had/have in mind for the organization and growth of the content of the page, and by splitting it or reorganizing it, you might actually cause them &amp;lt;strong&amp;gt;more&amp;lt;/strong&amp;gt; work and inconvenience, as well as raising the barrier to editing and/or contributing to the page for new folks as well, thus discouraging community participation. [[Admins]] will likely revert such splits. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki?title=to-do&amp;amp;diff=24428&amp;amp;oldid=24400] [http://microformats.org/wiki?title=to-do&amp;amp;diff=24992&amp;amp;oldid=24707])]&lt;br /&gt;
# If you do see a need to split a page which you are not one of the primary authors of, first add notes in the page in-place where you think splits need to occur, and how you think they should occur, before making any split, so that the primary author(s) have a chance to see and follow-up with refinements/changes on how the pages should be split. When deciding how to split pages, consider doing so in ways that both make it easier for new contributors to add information, making it easier for people to iterate, and making it easier for people looking from a real world perspective to find the information.  See [[how-to-split-pages]] for more details. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki?title=hcard-examples-in-wild&amp;amp;diff=0&amp;amp;oldid=24726])]&lt;br /&gt;
# In general, avoid doing large &amp;quot;clean up&amp;quot; operations on the wiki for the same reasons as avoiding splitting most pages.  [[Admins]] will likely revert such large re-organizations of pages and encourage incremental improvements, and suggesting larger improvements to the primary page authors. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
== Accessibility ==&lt;br /&gt;
#Use upper case for acronyms like HTML but use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to add strength to phrases like &amp;quot;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;do not&amp;lt;/strong&amp;gt;&amp;quot;. This improves accessibility for people using text-reading software and other assistive technologies ([http://www.kent.gov.uk/NR/rdonlyres/489181F9-B134-455E-98A3-EE75722400E2/11935/technicalguidance0708.pdf] PDF) &amp;lt;strong&amp;gt;(list and versions of text-reading software &amp;amp; other agents affected needed)&amp;lt;/strong&amp;gt;.&lt;br /&gt;
#Do not use styles or write in ways which contravene [http://www.w3.org/TR/WCAG10/full-checklist.html Web Content Accessibility Guidelines 1.0]. For example, do not rely on color alone to convey information; mark up lists and list items properly.&lt;br /&gt;
&lt;br /&gt;
== Membersihkan Wiki ==&lt;br /&gt;
Kunjungi [[spam-removal]].&lt;br /&gt;
&lt;br /&gt;
If you see something which you think needs massive cleanup on the wiki, please point it out to admins on the irc channel or microformats-discuss list rather than doing it yourself. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
== Terkait ==&lt;br /&gt;
* [[mediawiki-customization]] - brief notes on how the microformats wiki is different from a &amp;quot;typical&amp;quot; MediaWiki install, in many ways to help with [[how-to-play]] and [[naming-conventions]].&lt;br /&gt;
* [[wiki2]]&lt;br /&gt;
* [[wiki-better-than-email]]&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=how-to-play-id&amp;diff=40665</id>
		<title>how-to-play-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=how-to-play-id&amp;diff=40665"/>
		<updated>2009-09-02T17:37:06Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Jika ini kunjungan pertama Anda, harap membaca halaman [[introduction-id|pendahuluan]].&lt;br /&gt;
&amp;lt;entry-title&amp;gt;Cara Penggunaan&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
== Pedoman ==&lt;br /&gt;
Sebelum memulai kontribusi dimohon untuk mematuhi pedoman berikut:&lt;br /&gt;
&lt;br /&gt;
# You have to create an account before editing/creating pages. Please consider using your name, e.g. GivenFamily (FirstLast), see also [http://en.wikipedia.org/wiki/Wikipedia:Username Wikipedia Username guidelines]. You may use an alias (e.g. [[User:Adactio]], [[User:Phae]]). Please do not use organization names or other proper nouns (e.g. products, technologies).&lt;br /&gt;
# Read about microformats.org [[:Category:public_domain_license|Public Domain Declarations]] and please consider adding the [[Template:cc-public-domain-release]] to your User page accordingly to release your contributions to microformats.org before 2008 into the public domain.&lt;br /&gt;
# Try the [http://microformats.org/discuss irc channel (preferable) or mailing lists] first (and read the [[mailing-lists]] page before doing so).&lt;br /&gt;
# If you write something more opinion rather than logically reasoned, sign it with your username - you can easily do so with a datetimestamp in MediaWiki with four tildes, e.g.: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
#*On the few occasions when it is necessary to edit others signed contributions (as opposed to general content), take care not to change their meaning.&lt;br /&gt;
#*If your logically reasoned statement is part of a discussion which disagrees with a previous comment, you may sign it with your username. However signing such statements is both not required, and may detract from the logically reasoned statement standing on its own (related: [[#avoid-personalizing-proposals|avoid personalizing proposals]]), and thus consider leaving such statements unsigned. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please only create pages directly relating to [[POSH]], microformats (and [[picoformats]]) on this wiki. [[data-portability]] in line with microformats [[principles]] is also encouraged. Other pages will likely be deleted.&lt;br /&gt;
# &amp;lt;span id=&amp;quot;naming&amp;quot;&amp;gt;Please obey the [[naming-conventions| naming conventions]] for pages. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;] &amp;lt;/span&amp;gt;&lt;br /&gt;
# Don't use talk pages. See #3. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&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;br /&gt;
# Please do not use &amp;quot;?&amp;quot; or other punctuation in the headings - it helps to keep the URLs to their fragment identifiers shorter and easier to read, copy/paste etc. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;lowercase-headings&amp;quot;&amp;gt;Consider using ''lowercase'' words in headings (except for proper nouns), and avoid repeating the page title in headings.  This helps with shortening permalinks to sections (thereby increasing fidelity of URL transfer, e.g. across email), and keeping their URLs ''all'' lowercase makes them easier to type. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&amp;lt;/span&amp;gt;&lt;br /&gt;
# Headings may be explicitly marked up with &amp;amp;lt;h1&amp;amp;gt; &amp;amp;lt;h2&amp;amp;gt; tags etc. in order to avoid having them show up / pollute the Table of Contents. If you find such headings in a page, please &amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;do not&amp;lt;/strong&amp;gt; change them to &amp;quot;=&amp;quot; or &amp;quot;==&amp;quot; style headings. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Avoid renaming/changing heading text, including even just their capitalization or to comply with above rules that apply to headings. Headings are often used as permalinks, and changing the heading breaks such permalinks that have already been used.  Thus be careful when creating headings.  If you change a heading please leave a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;oldheadingID&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; around the new heading with oldHeadingID set to the necessary value to maintain heading permalinks.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Start headings with a letter (or underscore a letter doesn't work), in order to generate valid ID attributes on heading elements.&lt;br /&gt;
# Avoid global editorial wiki changes / edits (e.g. the same or similar edits applied to numerous pages, say, more than a dozen or so pages).  If you have an opinion on how to globally improve something stylistically or editorially on the wiki, please add it to your section on the [[to-do]] page, and then perhaps ask the community using the microformats-discuss mailing list what folks think of it.  Interpret absence of response(s) as disinterest and thus implicit rejection.  Admins may from time to time do global wiki changes to remove spam, repair damage done by other global wiki edits etc.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoid-simple-contradictions&amp;quot;&amp;gt;Please avoid simple contradictory responses&amp;lt;/span&amp;gt; such as &amp;quot;No&amp;quot; to questions and issues. Instead provide at least a short sentence with a reason which provides information beyond what is provided in the question or issue.  Simple contradictions (like just inverting other statements on a page as if such an inversion was an argument), are a waste of time and space and to be avoided.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Do not remove &amp;quot;red links&amp;quot;, nor create empty / placeholder &amp;quot;...&amp;quot; pages for them just to make them not red. The red links usefully communicate a need or a desire for that page to exist, and the person expressing that desire may not be the same person that is able to take the time, or has the necessary skill/background to draft such a page.  The links to pages not yet created often serve as an effective (and easy to execute) &amp;quot;to do&amp;quot; list.  Removing those links makes it harder, less convenient to do so. (One exception noted so far: red links to non-existent microformats e.g. &amp;quot;hbib&amp;quot;, should be delinked, as it is desirable for it to be harder/less convenient to create new microformats). Finally, as such links do provide information, they are not redundant. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please do not add MediaWiki Categories. With the [[wiki-2|upgrade to the wiki]] we have begun using a very limited number of categories in order to present specifications and drafts differently than other wiki pages. For now if you think additional Categories would help the community, please make suggestions on the [[category-suggestions]] page. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Toby Inkster&amp;quot;&amp;gt;src:TI&amp;lt;/abbr&amp;gt;]. Previously: Do not use the MediaWiki &amp;quot;Categories&amp;quot; mechanism.  As with &amp;quot;Talk&amp;quot; pages, this community does not use all the features of MediaWiki.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Do not create new &amp;quot;User:&amp;quot; links by hand.  User: links should only created as a result of users actually signing their edits with &amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.  That way each User: page will correspond to an actual login, rather than accidentally linking to a page which doesn't represent a login. If you see a red link which appears like it ''should'' be a User: link, e.g. &amp;lt;nowiki&amp;gt;[[DavidJanes]]&amp;lt;/nowiki&amp;gt;, rather than editing the link in place, create a redirect at the destination of the link to the person's User: page.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Check &amp;quot;what links here&amp;quot; before moving pages, and fix any links to the page you're moving, if appropriate.&lt;br /&gt;
# Please use U.S. English ([[en-US]]) spellings of common words on English microformats pages. This is by convention, following the [http://www.w3.org/2001/06/manual/#Spelling W3C Manual of Style Spelling Editorial Guideline]. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]. Exception: Please use and maintain the proper native spellings of proper nouns, e.g. &amp;quot;BT Centre&amp;quot;, &amp;quot;Business Design Centre, London, UK&amp;quot;, &amp;quot;Centre of Canadian Studies&amp;quot;, etc. [&amp;lt;abbr title=&amp;quot;guideline created due to numerous edits by Ameer Dawood&amp;quot;&amp;gt;src:AD&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki/Special:Contributions/AmeerDawood])]&lt;br /&gt;
# Use [[rfc-2119#Templates|templates]] for RFC 2119 terms such as {{must}}.&lt;br /&gt;
# References to (X)HTML element names should be lowercase and marked up with &amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;...&amp;lt;/code&amp;gt;&amp;lt;/nowiki&amp;gt;, e.g. the &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt; element. This convention is adopted from the practice used in the [http://www.w3.org/2001/06/manual/ W3C Manual of Style].&lt;br /&gt;
# Add whitespace to markup examples for readability. Real world markup examples are often whitespace collapsed, often with all the markup/content on a single line of text. Please add whitespace (e.g. returns between elements, indentation to indicate element depth) to markup examples.&lt;br /&gt;
# Use &amp;lt;nowiki&amp;gt;example.org&amp;lt;/nowiki&amp;gt; for hypothetical URL examples rather than a fake domain name (which may eventually be registered, used for spam etc.). When doing so, be sure to use &amp;lt;code&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;&amp;lt;/code&amp;gt; tags, e.g.: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;http://example.org/&amp;amp;lt;/nowiki&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; so that the URLs are not auto-hyperlinked by MediaWiki. Where interactions between multiple domains need to be illustrated, you may use &amp;lt;nowiki&amp;gt;example.net or example.com&amp;lt;/nowiki&amp;gt; or subdomains of &amp;lt;nowiki&amp;gt;example.org like foo.example.org&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
# If you notice that someone is iteratively editing a page (say by watching the IRC channel, or the [[Special:Recentchanges]] page) that you'd like to edit, consider waiting at least 10 minutes after the most recent edit before doing so, as the person iteratively editing the page may have further edits to make, and thus waiting a few minutes would likely save you both time by avoiding potential/likely edit conflicts. Similarly, if you plan to make multiple edits to a page, consider using [[Template:inuse]] by placing '''&amp;lt;nowiki&amp;gt;{{Template:inuse}}&amp;lt;/nowiki&amp;gt;''' at the head of the page. Please don't forget to remove it, when you're done! [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please do not remove apparently &amp;lt;span id=&amp;quot;brokenlinks&amp;quot;&amp;gt;broken links&amp;lt;/span&amp;gt; (404 etc.). If you cannot fix them, de-link them using &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt; and note (perhaps with a nested list item or parenthetical remark) that the links appear to have stopped working as of a certain date. This way whoever added the links or is responsible for them may discover that they need to fix them, and those researching the links can still look them up in the [http://archive.org/ Internet Archive]. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoid-personalizing-proposals&amp;quot;&amp;gt;Avoid labeling proposals with people's names.&amp;lt;/span&amp;gt; Instead please label a proposal using a summary of some (perhaps unique) technical aspect of the proposal.  The reasons for this are to avoid overly &amp;quot;personalizing&amp;quot; an idea and having the idea be judged (positively or negatively) by the author associated with it rather than the merits of the idea itself, to avoid having criticisms of the idea even remotely appear as if they are criticisms of the person, and to avoid having a specific person feel like they must defend attacks on an idea as if they were attacks on their person. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoidsplitting&amp;quot;&amp;gt;Avoid splitting most pages.&amp;lt;/span&amp;gt; Do not split, divide, sub-divide, or otherwise reorganize pages unless you are one of the primary authors of such pages. The reason is that you may not understand what the authors/creators of that page had/have in mind for the organization and growth of the content of the page, and by splitting it or reorganizing it, you might actually cause them &amp;lt;strong&amp;gt;more&amp;lt;/strong&amp;gt; work and inconvenience, as well as raising the barrier to editing and/or contributing to the page for new folks as well, thus discouraging community participation. [[Admins]] will likely revert such splits. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki?title=to-do&amp;amp;diff=24428&amp;amp;oldid=24400] [http://microformats.org/wiki?title=to-do&amp;amp;diff=24992&amp;amp;oldid=24707])]&lt;br /&gt;
# If you do see a need to split a page which you are not one of the primary authors of, first add notes in the page in-place where you think splits need to occur, and how you think they should occur, before making any split, so that the primary author(s) have a chance to see and follow-up with refinements/changes on how the pages should be split. When deciding how to split pages, consider doing so in ways that both make it easier for new contributors to add information, making it easier for people to iterate, and making it easier for people looking from a real world perspective to find the information.  See [[how-to-split-pages]] for more details. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki?title=hcard-examples-in-wild&amp;amp;diff=0&amp;amp;oldid=24726])]&lt;br /&gt;
# In general, avoid doing large &amp;quot;clean up&amp;quot; operations on the wiki for the same reasons as avoiding splitting most pages.  [[Admins]] will likely revert such large re-organizations of pages and encourage incremental improvements, and suggesting larger improvements to the primary page authors. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
== Accessibility ==&lt;br /&gt;
#Use upper case for acronyms like HTML but use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to add strength to phrases like &amp;quot;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;do not&amp;lt;/strong&amp;gt;&amp;quot;. This improves accessibility for people using text-reading software and other assistive technologies ([http://www.kent.gov.uk/NR/rdonlyres/489181F9-B134-455E-98A3-EE75722400E2/11935/technicalguidance0708.pdf] PDF) &amp;lt;strong&amp;gt;(list and versions of text-reading software &amp;amp; other agents affected needed)&amp;lt;/strong&amp;gt;.&lt;br /&gt;
#Do not use styles or write in ways which contravene [http://www.w3.org/TR/WCAG10/full-checklist.html Web Content Accessibility Guidelines 1.0]. For example, do not rely on color alone to convey information; mark up lists and list items properly.&lt;br /&gt;
&lt;br /&gt;
== Membersihkan Wiki ==&lt;br /&gt;
Kunjungi [[spam-removal]].&lt;br /&gt;
&lt;br /&gt;
If you see something which you think needs massive cleanup on the wiki, please point it out to admins on the irc channel or microformats-discuss list rather than doing it yourself. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
== Terkait ==&lt;br /&gt;
* [[mediawiki-customization]] - brief notes on how the microformats wiki is different from a &amp;quot;typical&amp;quot; MediaWiki install, in many ways to help with [[how-to-play]] and [[naming-conventions]].&lt;br /&gt;
* [[wiki2]]&lt;br /&gt;
* [[wiki-better-than-email]]&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=how-to-play-id&amp;diff=40649</id>
		<title>how-to-play-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=how-to-play-id&amp;diff=40649"/>
		<updated>2009-09-02T08:53:21Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Related */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Jika ini kunjungan pertama Anda, dimohon untuk membaca halaman [[introduction-id|pendahuluan]].&lt;br /&gt;
&amp;lt;entry-title&amp;gt;Cara Penggunaan&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
== Pedoman ==&lt;br /&gt;
Sebelum memulai kontribusi dimohon untuk mematuhi pedoman berikut:&lt;br /&gt;
&lt;br /&gt;
# You have to create an account before editing/creating pages. Please consider using your name, e.g. GivenFamily (FirstLast), see also [http://en.wikipedia.org/wiki/Wikipedia:Username Wikipedia Username guidelines]. You may use an alias (e.g. [[User:Adactio]], [[User:Phae]]). Please do not use organization names or other proper nouns (e.g. products, technologies).&lt;br /&gt;
# Read about microformats.org [[:Category:public_domain_license|Public Domain Declarations]] and please consider adding the [[Template:cc-public-domain-release]] to your User page accordingly to release your contributions to microformats.org before 2008 into the public domain.&lt;br /&gt;
# Try the [http://microformats.org/discuss irc channel (preferable) or mailing lists] first (and read the [[mailing-lists]] page before doing so).&lt;br /&gt;
# If you write something more opinion rather than logically reasoned, sign it with your username - you can easily do so with a datetimestamp in MediaWiki with four tildes, e.g.: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
#*On the few occasions when it is necessary to edit others signed contributions (as opposed to general content), take care not to change their meaning.&lt;br /&gt;
#*If your logically reasoned statement is part of a discussion which disagrees with a previous comment, you may sign it with your username. However signing such statements is both not required, and may detract from the logically reasoned statement standing on its own (related: [[#avoid-personalizing-proposals|avoid personalizing proposals]]), and thus consider leaving such statements unsigned. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please only create pages directly relating to [[POSH]], microformats (and [[picoformats]]) on this wiki. [[data-portability]] in line with microformats [[principles]] is also encouraged. Other pages will likely be deleted.&lt;br /&gt;
# &amp;lt;span id=&amp;quot;naming&amp;quot;&amp;gt;Please obey the [[naming-conventions| naming conventions]] for pages. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;] &amp;lt;/span&amp;gt;&lt;br /&gt;
# Don't use talk pages. See #3. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&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;br /&gt;
# Please do not use &amp;quot;?&amp;quot; or other punctuation in the headings - it helps to keep the URLs to their fragment identifiers shorter and easier to read, copy/paste etc. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;lowercase-headings&amp;quot;&amp;gt;Consider using ''lowercase'' words in headings (except for proper nouns), and avoid repeating the page title in headings.  This helps with shortening permalinks to sections (thereby increasing fidelity of URL transfer, e.g. across email), and keeping their URLs ''all'' lowercase makes them easier to type. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&amp;lt;/span&amp;gt;&lt;br /&gt;
# Headings may be explicitly marked up with &amp;amp;lt;h1&amp;amp;gt; &amp;amp;lt;h2&amp;amp;gt; tags etc. in order to avoid having them show up / pollute the Table of Contents. If you find such headings in a page, please &amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;do not&amp;lt;/strong&amp;gt; change them to &amp;quot;=&amp;quot; or &amp;quot;==&amp;quot; style headings. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Avoid renaming/changing heading text, including even just their capitalization or to comply with above rules that apply to headings. Headings are often used as permalinks, and changing the heading breaks such permalinks that have already been used.  Thus be careful when creating headings.  If you change a heading please leave a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;oldheadingID&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; around the new heading with oldHeadingID set to the necessary value to maintain heading permalinks.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Start headings with a letter (or underscore a letter doesn't work), in order to generate valid ID attributes on heading elements.&lt;br /&gt;
# Avoid global editorial wiki changes / edits (e.g. the same or similar edits applied to numerous pages, say, more than a dozen or so pages).  If you have an opinion on how to globally improve something stylistically or editorially on the wiki, please add it to your section on the [[to-do]] page, and then perhaps ask the community using the microformats-discuss mailing list what folks think of it.  Interpret absence of response(s) as disinterest and thus implicit rejection.  Admins may from time to time do global wiki changes to remove spam, repair damage done by other global wiki edits etc.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoid-simple-contradictions&amp;quot;&amp;gt;Please avoid simple contradictory responses&amp;lt;/span&amp;gt; such as &amp;quot;No&amp;quot; to questions and issues. Instead provide at least a short sentence with a reason which provides information beyond what is provided in the question or issue.  Simple contradictions (like just inverting other statements on a page as if such an inversion was an argument), are a waste of time and space and to be avoided.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Do not remove &amp;quot;red links&amp;quot;, nor create empty / placeholder &amp;quot;...&amp;quot; pages for them just to make them not red. The red links usefully communicate a need or a desire for that page to exist, and the person expressing that desire may not be the same person that is able to take the time, or has the necessary skill/background to draft such a page.  The links to pages not yet created often serve as an effective (and easy to execute) &amp;quot;to do&amp;quot; list.  Removing those links makes it harder, less convenient to do so. (One exception noted so far: red links to non-existent microformats e.g. &amp;quot;hbib&amp;quot;, should be delinked, as it is desirable for it to be harder/less convenient to create new microformats). Finally, as such links do provide information, they are not redundant. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please do not add MediaWiki Categories. With the [[wiki-2|upgrade to the wiki]] we have begun using a very limited number of categories in order to present specifications and drafts differently than other wiki pages. For now if you think additional Categories would help the community, please make suggestions on the [[category-suggestions]] page. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Toby Inkster&amp;quot;&amp;gt;src:TI&amp;lt;/abbr&amp;gt;]. Previously: Do not use the MediaWiki &amp;quot;Categories&amp;quot; mechanism.  As with &amp;quot;Talk&amp;quot; pages, this community does not use all the features of MediaWiki.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Do not create new &amp;quot;User:&amp;quot; links by hand.  User: links should only created as a result of users actually signing their edits with &amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.  That way each User: page will correspond to an actual login, rather than accidentally linking to a page which doesn't represent a login. If you see a red link which appears like it ''should'' be a User: link, e.g. &amp;lt;nowiki&amp;gt;[[DavidJanes]]&amp;lt;/nowiki&amp;gt;, rather than editing the link in place, create a redirect at the destination of the link to the person's User: page.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Check &amp;quot;what links here&amp;quot; before moving pages, and fix any links to the page you're moving, if appropriate.&lt;br /&gt;
# Please use U.S. English ([[en-US]]) spellings of common words on English microformats pages. This is by convention, following the [http://www.w3.org/2001/06/manual/#Spelling W3C Manual of Style Spelling Editorial Guideline]. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]. Exception: Please use and maintain the proper native spellings of proper nouns, e.g. &amp;quot;BT Centre&amp;quot;, &amp;quot;Business Design Centre, London, UK&amp;quot;, &amp;quot;Centre of Canadian Studies&amp;quot;, etc. [&amp;lt;abbr title=&amp;quot;guideline created due to numerous edits by Ameer Dawood&amp;quot;&amp;gt;src:AD&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki/Special:Contributions/AmeerDawood])]&lt;br /&gt;
# Use [[rfc-2119#Templates|templates]] for RFC 2119 terms such as {{must}}.&lt;br /&gt;
# References to (X)HTML element names should be lowercase and marked up with &amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;...&amp;lt;/code&amp;gt;&amp;lt;/nowiki&amp;gt;, e.g. the &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt; element. This convention is adopted from the practice used in the [http://www.w3.org/2001/06/manual/ W3C Manual of Style].&lt;br /&gt;
# Add whitespace to markup examples for readability. Real world markup examples are often whitespace collapsed, often with all the markup/content on a single line of text. Please add whitespace (e.g. returns between elements, indentation to indicate element depth) to markup examples.&lt;br /&gt;
# Use &amp;lt;nowiki&amp;gt;example.org&amp;lt;/nowiki&amp;gt; for hypothetical URL examples rather than a fake domain name (which may eventually be registered, used for spam etc.). When doing so, be sure to use &amp;lt;code&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;&amp;lt;/code&amp;gt; tags, e.g.: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;http://example.org/&amp;amp;lt;/nowiki&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; so that the URLs are not auto-hyperlinked by MediaWiki. Where interactions between multiple domains need to be illustrated, you may use &amp;lt;nowiki&amp;gt;example.net or example.com&amp;lt;/nowiki&amp;gt; or subdomains of &amp;lt;nowiki&amp;gt;example.org like foo.example.org&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
# If you notice that someone is iteratively editing a page (say by watching the IRC channel, or the [[Special:Recentchanges]] page) that you'd like to edit, consider waiting at least 10 minutes after the most recent edit before doing so, as the person iteratively editing the page may have further edits to make, and thus waiting a few minutes would likely save you both time by avoiding potential/likely edit conflicts. Similarly, if you plan to make multiple edits to a page, consider using [[Template:inuse]] by placing '''&amp;lt;nowiki&amp;gt;{{Template:inuse}}&amp;lt;/nowiki&amp;gt;''' at the head of the page. Please don't forget to remove it, when you're done! [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please do not remove apparently &amp;lt;span id=&amp;quot;brokenlinks&amp;quot;&amp;gt;broken links&amp;lt;/span&amp;gt; (404 etc.). If you cannot fix them, de-link them using &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt; and note (perhaps with a nested list item or parenthetical remark) that the links appear to have stopped working as of a certain date. This way whoever added the links or is responsible for them may discover that they need to fix them, and those researching the links can still look them up in the [http://archive.org/ Internet Archive]. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoid-personalizing-proposals&amp;quot;&amp;gt;Avoid labeling proposals with people's names.&amp;lt;/span&amp;gt; Instead please label a proposal using a summary of some (perhaps unique) technical aspect of the proposal.  The reasons for this are to avoid overly &amp;quot;personalizing&amp;quot; an idea and having the idea be judged (positively or negatively) by the author associated with it rather than the merits of the idea itself, to avoid having criticisms of the idea even remotely appear as if they are criticisms of the person, and to avoid having a specific person feel like they must defend attacks on an idea as if they were attacks on their person. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoidsplitting&amp;quot;&amp;gt;Avoid splitting most pages.&amp;lt;/span&amp;gt; Do not split, divide, sub-divide, or otherwise reorganize pages unless you are one of the primary authors of such pages. The reason is that you may not understand what the authors/creators of that page had/have in mind for the organization and growth of the content of the page, and by splitting it or reorganizing it, you might actually cause them &amp;lt;strong&amp;gt;more&amp;lt;/strong&amp;gt; work and inconvenience, as well as raising the barrier to editing and/or contributing to the page for new folks as well, thus discouraging community participation. [[Admins]] will likely revert such splits. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki?title=to-do&amp;amp;diff=24428&amp;amp;oldid=24400] [http://microformats.org/wiki?title=to-do&amp;amp;diff=24992&amp;amp;oldid=24707])]&lt;br /&gt;
# If you do see a need to split a page which you are not one of the primary authors of, first add notes in the page in-place where you think splits need to occur, and how you think they should occur, before making any split, so that the primary author(s) have a chance to see and follow-up with refinements/changes on how the pages should be split. When deciding how to split pages, consider doing so in ways that both make it easier for new contributors to add information, making it easier for people to iterate, and making it easier for people looking from a real world perspective to find the information.  See [[how-to-split-pages]] for more details. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki?title=hcard-examples-in-wild&amp;amp;diff=0&amp;amp;oldid=24726])]&lt;br /&gt;
# In general, avoid doing large &amp;quot;clean up&amp;quot; operations on the wiki for the same reasons as avoiding splitting most pages.  [[Admins]] will likely revert such large re-organizations of pages and encourage incremental improvements, and suggesting larger improvements to the primary page authors. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
== Accessibility ==&lt;br /&gt;
#Use upper case for acronyms like HTML but use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to add strength to phrases like &amp;quot;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;do not&amp;lt;/strong&amp;gt;&amp;quot;. This improves accessibility for people using text-reading software and other assistive technologies ([http://www.kent.gov.uk/NR/rdonlyres/489181F9-B134-455E-98A3-EE75722400E2/11935/technicalguidance0708.pdf] PDF) &amp;lt;strong&amp;gt;(list and versions of text-reading software &amp;amp; other agents affected needed)&amp;lt;/strong&amp;gt;.&lt;br /&gt;
#Do not use styles or write in ways which contravene [http://www.w3.org/TR/WCAG10/full-checklist.html Web Content Accessibility Guidelines 1.0]. For example, do not rely on color alone to convey information; mark up lists and list items properly.&lt;br /&gt;
&lt;br /&gt;
== Membersihkan Wiki ==&lt;br /&gt;
Kunjungi [[spam-removal]].&lt;br /&gt;
&lt;br /&gt;
If you see something which you think needs massive cleanup on the wiki, please point it out to admins on the irc channel or microformats-discuss list rather than doing it yourself. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
== Terkait ==&lt;br /&gt;
* [[mediawiki-customization]] - brief notes on how the microformats wiki is different from a &amp;quot;typical&amp;quot; MediaWiki install, in many ways to help with [[how-to-play]] and [[naming-conventions]].&lt;br /&gt;
* [[wiki2]]&lt;br /&gt;
* [[wiki-better-than-email]]&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=how-to-play-id&amp;diff=40648</id>
		<title>how-to-play-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=how-to-play-id&amp;diff=40648"/>
		<updated>2009-09-02T08:51:37Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Wiki Cleaning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Jika ini kunjungan pertama Anda, dimohon untuk membaca halaman [[introduction-id|pendahuluan]].&lt;br /&gt;
&amp;lt;entry-title&amp;gt;Cara Penggunaan&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
== Pedoman ==&lt;br /&gt;
Sebelum memulai kontribusi dimohon untuk mematuhi pedoman berikut:&lt;br /&gt;
&lt;br /&gt;
# You have to create an account before editing/creating pages. Please consider using your name, e.g. GivenFamily (FirstLast), see also [http://en.wikipedia.org/wiki/Wikipedia:Username Wikipedia Username guidelines]. You may use an alias (e.g. [[User:Adactio]], [[User:Phae]]). Please do not use organization names or other proper nouns (e.g. products, technologies).&lt;br /&gt;
# Read about microformats.org [[:Category:public_domain_license|Public Domain Declarations]] and please consider adding the [[Template:cc-public-domain-release]] to your User page accordingly to release your contributions to microformats.org before 2008 into the public domain.&lt;br /&gt;
# Try the [http://microformats.org/discuss irc channel (preferable) or mailing lists] first (and read the [[mailing-lists]] page before doing so).&lt;br /&gt;
# If you write something more opinion rather than logically reasoned, sign it with your username - you can easily do so with a datetimestamp in MediaWiki with four tildes, e.g.: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
#*On the few occasions when it is necessary to edit others signed contributions (as opposed to general content), take care not to change their meaning.&lt;br /&gt;
#*If your logically reasoned statement is part of a discussion which disagrees with a previous comment, you may sign it with your username. However signing such statements is both not required, and may detract from the logically reasoned statement standing on its own (related: [[#avoid-personalizing-proposals|avoid personalizing proposals]]), and thus consider leaving such statements unsigned. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please only create pages directly relating to [[POSH]], microformats (and [[picoformats]]) on this wiki. [[data-portability]] in line with microformats [[principles]] is also encouraged. Other pages will likely be deleted.&lt;br /&gt;
# &amp;lt;span id=&amp;quot;naming&amp;quot;&amp;gt;Please obey the [[naming-conventions| naming conventions]] for pages. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;] &amp;lt;/span&amp;gt;&lt;br /&gt;
# Don't use talk pages. See #3. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&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;br /&gt;
# Please do not use &amp;quot;?&amp;quot; or other punctuation in the headings - it helps to keep the URLs to their fragment identifiers shorter and easier to read, copy/paste etc. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;lowercase-headings&amp;quot;&amp;gt;Consider using ''lowercase'' words in headings (except for proper nouns), and avoid repeating the page title in headings.  This helps with shortening permalinks to sections (thereby increasing fidelity of URL transfer, e.g. across email), and keeping their URLs ''all'' lowercase makes them easier to type. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&amp;lt;/span&amp;gt;&lt;br /&gt;
# Headings may be explicitly marked up with &amp;amp;lt;h1&amp;amp;gt; &amp;amp;lt;h2&amp;amp;gt; tags etc. in order to avoid having them show up / pollute the Table of Contents. If you find such headings in a page, please &amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;do not&amp;lt;/strong&amp;gt; change them to &amp;quot;=&amp;quot; or &amp;quot;==&amp;quot; style headings. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Avoid renaming/changing heading text, including even just their capitalization or to comply with above rules that apply to headings. Headings are often used as permalinks, and changing the heading breaks such permalinks that have already been used.  Thus be careful when creating headings.  If you change a heading please leave a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;oldheadingID&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; around the new heading with oldHeadingID set to the necessary value to maintain heading permalinks.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Start headings with a letter (or underscore a letter doesn't work), in order to generate valid ID attributes on heading elements.&lt;br /&gt;
# Avoid global editorial wiki changes / edits (e.g. the same or similar edits applied to numerous pages, say, more than a dozen or so pages).  If you have an opinion on how to globally improve something stylistically or editorially on the wiki, please add it to your section on the [[to-do]] page, and then perhaps ask the community using the microformats-discuss mailing list what folks think of it.  Interpret absence of response(s) as disinterest and thus implicit rejection.  Admins may from time to time do global wiki changes to remove spam, repair damage done by other global wiki edits etc.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoid-simple-contradictions&amp;quot;&amp;gt;Please avoid simple contradictory responses&amp;lt;/span&amp;gt; such as &amp;quot;No&amp;quot; to questions and issues. Instead provide at least a short sentence with a reason which provides information beyond what is provided in the question or issue.  Simple contradictions (like just inverting other statements on a page as if such an inversion was an argument), are a waste of time and space and to be avoided.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Do not remove &amp;quot;red links&amp;quot;, nor create empty / placeholder &amp;quot;...&amp;quot; pages for them just to make them not red. The red links usefully communicate a need or a desire for that page to exist, and the person expressing that desire may not be the same person that is able to take the time, or has the necessary skill/background to draft such a page.  The links to pages not yet created often serve as an effective (and easy to execute) &amp;quot;to do&amp;quot; list.  Removing those links makes it harder, less convenient to do so. (One exception noted so far: red links to non-existent microformats e.g. &amp;quot;hbib&amp;quot;, should be delinked, as it is desirable for it to be harder/less convenient to create new microformats). Finally, as such links do provide information, they are not redundant. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please do not add MediaWiki Categories. With the [[wiki-2|upgrade to the wiki]] we have begun using a very limited number of categories in order to present specifications and drafts differently than other wiki pages. For now if you think additional Categories would help the community, please make suggestions on the [[category-suggestions]] page. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Toby Inkster&amp;quot;&amp;gt;src:TI&amp;lt;/abbr&amp;gt;]. Previously: Do not use the MediaWiki &amp;quot;Categories&amp;quot; mechanism.  As with &amp;quot;Talk&amp;quot; pages, this community does not use all the features of MediaWiki.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Do not create new &amp;quot;User:&amp;quot; links by hand.  User: links should only created as a result of users actually signing their edits with &amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.  That way each User: page will correspond to an actual login, rather than accidentally linking to a page which doesn't represent a login. If you see a red link which appears like it ''should'' be a User: link, e.g. &amp;lt;nowiki&amp;gt;[[DavidJanes]]&amp;lt;/nowiki&amp;gt;, rather than editing the link in place, create a redirect at the destination of the link to the person's User: page.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Check &amp;quot;what links here&amp;quot; before moving pages, and fix any links to the page you're moving, if appropriate.&lt;br /&gt;
# Please use U.S. English ([[en-US]]) spellings of common words on English microformats pages. This is by convention, following the [http://www.w3.org/2001/06/manual/#Spelling W3C Manual of Style Spelling Editorial Guideline]. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]. Exception: Please use and maintain the proper native spellings of proper nouns, e.g. &amp;quot;BT Centre&amp;quot;, &amp;quot;Business Design Centre, London, UK&amp;quot;, &amp;quot;Centre of Canadian Studies&amp;quot;, etc. [&amp;lt;abbr title=&amp;quot;guideline created due to numerous edits by Ameer Dawood&amp;quot;&amp;gt;src:AD&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki/Special:Contributions/AmeerDawood])]&lt;br /&gt;
# Use [[rfc-2119#Templates|templates]] for RFC 2119 terms such as {{must}}.&lt;br /&gt;
# References to (X)HTML element names should be lowercase and marked up with &amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;...&amp;lt;/code&amp;gt;&amp;lt;/nowiki&amp;gt;, e.g. the &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt; element. This convention is adopted from the practice used in the [http://www.w3.org/2001/06/manual/ W3C Manual of Style].&lt;br /&gt;
# Add whitespace to markup examples for readability. Real world markup examples are often whitespace collapsed, often with all the markup/content on a single line of text. Please add whitespace (e.g. returns between elements, indentation to indicate element depth) to markup examples.&lt;br /&gt;
# Use &amp;lt;nowiki&amp;gt;example.org&amp;lt;/nowiki&amp;gt; for hypothetical URL examples rather than a fake domain name (which may eventually be registered, used for spam etc.). When doing so, be sure to use &amp;lt;code&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;&amp;lt;/code&amp;gt; tags, e.g.: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;http://example.org/&amp;amp;lt;/nowiki&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; so that the URLs are not auto-hyperlinked by MediaWiki. Where interactions between multiple domains need to be illustrated, you may use &amp;lt;nowiki&amp;gt;example.net or example.com&amp;lt;/nowiki&amp;gt; or subdomains of &amp;lt;nowiki&amp;gt;example.org like foo.example.org&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
# If you notice that someone is iteratively editing a page (say by watching the IRC channel, or the [[Special:Recentchanges]] page) that you'd like to edit, consider waiting at least 10 minutes after the most recent edit before doing so, as the person iteratively editing the page may have further edits to make, and thus waiting a few minutes would likely save you both time by avoiding potential/likely edit conflicts. Similarly, if you plan to make multiple edits to a page, consider using [[Template:inuse]] by placing '''&amp;lt;nowiki&amp;gt;{{Template:inuse}}&amp;lt;/nowiki&amp;gt;''' at the head of the page. Please don't forget to remove it, when you're done! [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please do not remove apparently &amp;lt;span id=&amp;quot;brokenlinks&amp;quot;&amp;gt;broken links&amp;lt;/span&amp;gt; (404 etc.). If you cannot fix them, de-link them using &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt; and note (perhaps with a nested list item or parenthetical remark) that the links appear to have stopped working as of a certain date. This way whoever added the links or is responsible for them may discover that they need to fix them, and those researching the links can still look them up in the [http://archive.org/ Internet Archive]. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoid-personalizing-proposals&amp;quot;&amp;gt;Avoid labeling proposals with people's names.&amp;lt;/span&amp;gt; Instead please label a proposal using a summary of some (perhaps unique) technical aspect of the proposal.  The reasons for this are to avoid overly &amp;quot;personalizing&amp;quot; an idea and having the idea be judged (positively or negatively) by the author associated with it rather than the merits of the idea itself, to avoid having criticisms of the idea even remotely appear as if they are criticisms of the person, and to avoid having a specific person feel like they must defend attacks on an idea as if they were attacks on their person. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoidsplitting&amp;quot;&amp;gt;Avoid splitting most pages.&amp;lt;/span&amp;gt; Do not split, divide, sub-divide, or otherwise reorganize pages unless you are one of the primary authors of such pages. The reason is that you may not understand what the authors/creators of that page had/have in mind for the organization and growth of the content of the page, and by splitting it or reorganizing it, you might actually cause them &amp;lt;strong&amp;gt;more&amp;lt;/strong&amp;gt; work and inconvenience, as well as raising the barrier to editing and/or contributing to the page for new folks as well, thus discouraging community participation. [[Admins]] will likely revert such splits. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki?title=to-do&amp;amp;diff=24428&amp;amp;oldid=24400] [http://microformats.org/wiki?title=to-do&amp;amp;diff=24992&amp;amp;oldid=24707])]&lt;br /&gt;
# If you do see a need to split a page which you are not one of the primary authors of, first add notes in the page in-place where you think splits need to occur, and how you think they should occur, before making any split, so that the primary author(s) have a chance to see and follow-up with refinements/changes on how the pages should be split. When deciding how to split pages, consider doing so in ways that both make it easier for new contributors to add information, making it easier for people to iterate, and making it easier for people looking from a real world perspective to find the information.  See [[how-to-split-pages]] for more details. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki?title=hcard-examples-in-wild&amp;amp;diff=0&amp;amp;oldid=24726])]&lt;br /&gt;
# In general, avoid doing large &amp;quot;clean up&amp;quot; operations on the wiki for the same reasons as avoiding splitting most pages.  [[Admins]] will likely revert such large re-organizations of pages and encourage incremental improvements, and suggesting larger improvements to the primary page authors. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
== Accessibility ==&lt;br /&gt;
#Use upper case for acronyms like HTML but use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to add strength to phrases like &amp;quot;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;do not&amp;lt;/strong&amp;gt;&amp;quot;. This improves accessibility for people using text-reading software and other assistive technologies ([http://www.kent.gov.uk/NR/rdonlyres/489181F9-B134-455E-98A3-EE75722400E2/11935/technicalguidance0708.pdf] PDF) &amp;lt;strong&amp;gt;(list and versions of text-reading software &amp;amp; other agents affected needed)&amp;lt;/strong&amp;gt;.&lt;br /&gt;
#Do not use styles or write in ways which contravene [http://www.w3.org/TR/WCAG10/full-checklist.html Web Content Accessibility Guidelines 1.0]. For example, do not rely on color alone to convey information; mark up lists and list items properly.&lt;br /&gt;
&lt;br /&gt;
== Membersihkan Wiki ==&lt;br /&gt;
Kunjungi [[spam-removal]].&lt;br /&gt;
&lt;br /&gt;
If you see something which you think needs massive cleanup on the wiki, please point it out to admins on the irc channel or microformats-discuss list rather than doing it yourself. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
* [[mediawiki-customization]] - brief notes on how the microformats wiki is different from a &amp;quot;typical&amp;quot; MediaWiki install, in many ways to help with [[how-to-play]] and [[naming-conventions]].&lt;br /&gt;
* [[wiki2]]&lt;br /&gt;
* [[wiki-better-than-email]]&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=how-to-play-id&amp;diff=40647</id>
		<title>how-to-play-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=how-to-play-id&amp;diff=40647"/>
		<updated>2009-09-02T08:50:02Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Jika ini kunjungan pertama Anda, dimohon untuk membaca halaman [[introduction-id|pendahuluan]].&lt;br /&gt;
&amp;lt;entry-title&amp;gt;Cara Penggunaan&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
== Pedoman ==&lt;br /&gt;
Sebelum memulai kontribusi dimohon untuk mematuhi pedoman berikut:&lt;br /&gt;
&lt;br /&gt;
# You have to create an account before editing/creating pages. Please consider using your name, e.g. GivenFamily (FirstLast), see also [http://en.wikipedia.org/wiki/Wikipedia:Username Wikipedia Username guidelines]. You may use an alias (e.g. [[User:Adactio]], [[User:Phae]]). Please do not use organization names or other proper nouns (e.g. products, technologies).&lt;br /&gt;
# Read about microformats.org [[:Category:public_domain_license|Public Domain Declarations]] and please consider adding the [[Template:cc-public-domain-release]] to your User page accordingly to release your contributions to microformats.org before 2008 into the public domain.&lt;br /&gt;
# Try the [http://microformats.org/discuss irc channel (preferable) or mailing lists] first (and read the [[mailing-lists]] page before doing so).&lt;br /&gt;
# If you write something more opinion rather than logically reasoned, sign it with your username - you can easily do so with a datetimestamp in MediaWiki with four tildes, e.g.: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
#*On the few occasions when it is necessary to edit others signed contributions (as opposed to general content), take care not to change their meaning.&lt;br /&gt;
#*If your logically reasoned statement is part of a discussion which disagrees with a previous comment, you may sign it with your username. However signing such statements is both not required, and may detract from the logically reasoned statement standing on its own (related: [[#avoid-personalizing-proposals|avoid personalizing proposals]]), and thus consider leaving such statements unsigned. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please only create pages directly relating to [[POSH]], microformats (and [[picoformats]]) on this wiki. [[data-portability]] in line with microformats [[principles]] is also encouraged. Other pages will likely be deleted.&lt;br /&gt;
# &amp;lt;span id=&amp;quot;naming&amp;quot;&amp;gt;Please obey the [[naming-conventions| naming conventions]] for pages. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;] &amp;lt;/span&amp;gt;&lt;br /&gt;
# Don't use talk pages. See #3. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&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;br /&gt;
# Please do not use &amp;quot;?&amp;quot; or other punctuation in the headings - it helps to keep the URLs to their fragment identifiers shorter and easier to read, copy/paste etc. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;lowercase-headings&amp;quot;&amp;gt;Consider using ''lowercase'' words in headings (except for proper nouns), and avoid repeating the page title in headings.  This helps with shortening permalinks to sections (thereby increasing fidelity of URL transfer, e.g. across email), and keeping their URLs ''all'' lowercase makes them easier to type. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&amp;lt;/span&amp;gt;&lt;br /&gt;
# Headings may be explicitly marked up with &amp;amp;lt;h1&amp;amp;gt; &amp;amp;lt;h2&amp;amp;gt; tags etc. in order to avoid having them show up / pollute the Table of Contents. If you find such headings in a page, please &amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;do not&amp;lt;/strong&amp;gt; change them to &amp;quot;=&amp;quot; or &amp;quot;==&amp;quot; style headings. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Avoid renaming/changing heading text, including even just their capitalization or to comply with above rules that apply to headings. Headings are often used as permalinks, and changing the heading breaks such permalinks that have already been used.  Thus be careful when creating headings.  If you change a heading please leave a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;oldheadingID&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; around the new heading with oldHeadingID set to the necessary value to maintain heading permalinks.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Start headings with a letter (or underscore a letter doesn't work), in order to generate valid ID attributes on heading elements.&lt;br /&gt;
# Avoid global editorial wiki changes / edits (e.g. the same or similar edits applied to numerous pages, say, more than a dozen or so pages).  If you have an opinion on how to globally improve something stylistically or editorially on the wiki, please add it to your section on the [[to-do]] page, and then perhaps ask the community using the microformats-discuss mailing list what folks think of it.  Interpret absence of response(s) as disinterest and thus implicit rejection.  Admins may from time to time do global wiki changes to remove spam, repair damage done by other global wiki edits etc.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoid-simple-contradictions&amp;quot;&amp;gt;Please avoid simple contradictory responses&amp;lt;/span&amp;gt; such as &amp;quot;No&amp;quot; to questions and issues. Instead provide at least a short sentence with a reason which provides information beyond what is provided in the question or issue.  Simple contradictions (like just inverting other statements on a page as if such an inversion was an argument), are a waste of time and space and to be avoided.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Do not remove &amp;quot;red links&amp;quot;, nor create empty / placeholder &amp;quot;...&amp;quot; pages for them just to make them not red. The red links usefully communicate a need or a desire for that page to exist, and the person expressing that desire may not be the same person that is able to take the time, or has the necessary skill/background to draft such a page.  The links to pages not yet created often serve as an effective (and easy to execute) &amp;quot;to do&amp;quot; list.  Removing those links makes it harder, less convenient to do so. (One exception noted so far: red links to non-existent microformats e.g. &amp;quot;hbib&amp;quot;, should be delinked, as it is desirable for it to be harder/less convenient to create new microformats). Finally, as such links do provide information, they are not redundant. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please do not add MediaWiki Categories. With the [[wiki-2|upgrade to the wiki]] we have begun using a very limited number of categories in order to present specifications and drafts differently than other wiki pages. For now if you think additional Categories would help the community, please make suggestions on the [[category-suggestions]] page. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Toby Inkster&amp;quot;&amp;gt;src:TI&amp;lt;/abbr&amp;gt;]. Previously: Do not use the MediaWiki &amp;quot;Categories&amp;quot; mechanism.  As with &amp;quot;Talk&amp;quot; pages, this community does not use all the features of MediaWiki.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Do not create new &amp;quot;User:&amp;quot; links by hand.  User: links should only created as a result of users actually signing their edits with &amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.  That way each User: page will correspond to an actual login, rather than accidentally linking to a page which doesn't represent a login. If you see a red link which appears like it ''should'' be a User: link, e.g. &amp;lt;nowiki&amp;gt;[[DavidJanes]]&amp;lt;/nowiki&amp;gt;, rather than editing the link in place, create a redirect at the destination of the link to the person's User: page.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Check &amp;quot;what links here&amp;quot; before moving pages, and fix any links to the page you're moving, if appropriate.&lt;br /&gt;
# Please use U.S. English ([[en-US]]) spellings of common words on English microformats pages. This is by convention, following the [http://www.w3.org/2001/06/manual/#Spelling W3C Manual of Style Spelling Editorial Guideline]. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]. Exception: Please use and maintain the proper native spellings of proper nouns, e.g. &amp;quot;BT Centre&amp;quot;, &amp;quot;Business Design Centre, London, UK&amp;quot;, &amp;quot;Centre of Canadian Studies&amp;quot;, etc. [&amp;lt;abbr title=&amp;quot;guideline created due to numerous edits by Ameer Dawood&amp;quot;&amp;gt;src:AD&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki/Special:Contributions/AmeerDawood])]&lt;br /&gt;
# Use [[rfc-2119#Templates|templates]] for RFC 2119 terms such as {{must}}.&lt;br /&gt;
# References to (X)HTML element names should be lowercase and marked up with &amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;...&amp;lt;/code&amp;gt;&amp;lt;/nowiki&amp;gt;, e.g. the &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt; element. This convention is adopted from the practice used in the [http://www.w3.org/2001/06/manual/ W3C Manual of Style].&lt;br /&gt;
# Add whitespace to markup examples for readability. Real world markup examples are often whitespace collapsed, often with all the markup/content on a single line of text. Please add whitespace (e.g. returns between elements, indentation to indicate element depth) to markup examples.&lt;br /&gt;
# Use &amp;lt;nowiki&amp;gt;example.org&amp;lt;/nowiki&amp;gt; for hypothetical URL examples rather than a fake domain name (which may eventually be registered, used for spam etc.). When doing so, be sure to use &amp;lt;code&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;&amp;lt;/code&amp;gt; tags, e.g.: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;http://example.org/&amp;amp;lt;/nowiki&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; so that the URLs are not auto-hyperlinked by MediaWiki. Where interactions between multiple domains need to be illustrated, you may use &amp;lt;nowiki&amp;gt;example.net or example.com&amp;lt;/nowiki&amp;gt; or subdomains of &amp;lt;nowiki&amp;gt;example.org like foo.example.org&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
# If you notice that someone is iteratively editing a page (say by watching the IRC channel, or the [[Special:Recentchanges]] page) that you'd like to edit, consider waiting at least 10 minutes after the most recent edit before doing so, as the person iteratively editing the page may have further edits to make, and thus waiting a few minutes would likely save you both time by avoiding potential/likely edit conflicts. Similarly, if you plan to make multiple edits to a page, consider using [[Template:inuse]] by placing '''&amp;lt;nowiki&amp;gt;{{Template:inuse}}&amp;lt;/nowiki&amp;gt;''' at the head of the page. Please don't forget to remove it, when you're done! [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please do not remove apparently &amp;lt;span id=&amp;quot;brokenlinks&amp;quot;&amp;gt;broken links&amp;lt;/span&amp;gt; (404 etc.). If you cannot fix them, de-link them using &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt; and note (perhaps with a nested list item or parenthetical remark) that the links appear to have stopped working as of a certain date. This way whoever added the links or is responsible for them may discover that they need to fix them, and those researching the links can still look them up in the [http://archive.org/ Internet Archive]. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoid-personalizing-proposals&amp;quot;&amp;gt;Avoid labeling proposals with people's names.&amp;lt;/span&amp;gt; Instead please label a proposal using a summary of some (perhaps unique) technical aspect of the proposal.  The reasons for this are to avoid overly &amp;quot;personalizing&amp;quot; an idea and having the idea be judged (positively or negatively) by the author associated with it rather than the merits of the idea itself, to avoid having criticisms of the idea even remotely appear as if they are criticisms of the person, and to avoid having a specific person feel like they must defend attacks on an idea as if they were attacks on their person. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoidsplitting&amp;quot;&amp;gt;Avoid splitting most pages.&amp;lt;/span&amp;gt; Do not split, divide, sub-divide, or otherwise reorganize pages unless you are one of the primary authors of such pages. The reason is that you may not understand what the authors/creators of that page had/have in mind for the organization and growth of the content of the page, and by splitting it or reorganizing it, you might actually cause them &amp;lt;strong&amp;gt;more&amp;lt;/strong&amp;gt; work and inconvenience, as well as raising the barrier to editing and/or contributing to the page for new folks as well, thus discouraging community participation. [[Admins]] will likely revert such splits. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki?title=to-do&amp;amp;diff=24428&amp;amp;oldid=24400] [http://microformats.org/wiki?title=to-do&amp;amp;diff=24992&amp;amp;oldid=24707])]&lt;br /&gt;
# If you do see a need to split a page which you are not one of the primary authors of, first add notes in the page in-place where you think splits need to occur, and how you think they should occur, before making any split, so that the primary author(s) have a chance to see and follow-up with refinements/changes on how the pages should be split. When deciding how to split pages, consider doing so in ways that both make it easier for new contributors to add information, making it easier for people to iterate, and making it easier for people looking from a real world perspective to find the information.  See [[how-to-split-pages]] for more details. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki?title=hcard-examples-in-wild&amp;amp;diff=0&amp;amp;oldid=24726])]&lt;br /&gt;
# In general, avoid doing large &amp;quot;clean up&amp;quot; operations on the wiki for the same reasons as avoiding splitting most pages.  [[Admins]] will likely revert such large re-organizations of pages and encourage incremental improvements, and suggesting larger improvements to the primary page authors. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
== Accessibility ==&lt;br /&gt;
#Use upper case for acronyms like HTML but use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to add strength to phrases like &amp;quot;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;do not&amp;lt;/strong&amp;gt;&amp;quot;. This improves accessibility for people using text-reading software and other assistive technologies ([http://www.kent.gov.uk/NR/rdonlyres/489181F9-B134-455E-98A3-EE75722400E2/11935/technicalguidance0708.pdf] PDF) &amp;lt;strong&amp;gt;(list and versions of text-reading software &amp;amp; other agents affected needed)&amp;lt;/strong&amp;gt;.&lt;br /&gt;
#Do not use styles or write in ways which contravene [http://www.w3.org/TR/WCAG10/full-checklist.html Web Content Accessibility Guidelines 1.0]. For example, do not rely on color alone to convey information; mark up lists and list items properly.&lt;br /&gt;
&lt;br /&gt;
== Wiki Cleaning ==&lt;br /&gt;
See [[spam-removal]].&lt;br /&gt;
&lt;br /&gt;
If you see something which you think needs massive cleanup on the wiki, please point it out to admins on the irc channel or microformats-discuss list rather than doing it yourself. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
* [[mediawiki-customization]] - brief notes on how the microformats wiki is different from a &amp;quot;typical&amp;quot; MediaWiki install, in many ways to help with [[how-to-play]] and [[naming-conventions]].&lt;br /&gt;
* [[wiki2]]&lt;br /&gt;
* [[wiki-better-than-email]]&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=how-to-play-id&amp;diff=40646</id>
		<title>how-to-play-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=how-to-play-id&amp;diff=40646"/>
		<updated>2009-09-02T08:49:32Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Jika ini kunjungan pertama Anda, dimohon untuk membaca halaman [[introduction-id|pendahuluan]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;entry-title&amp;gt;Cara Penggunaan&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
== Pedoman ==&lt;br /&gt;
Sebelum memulai kontribusi dimohon untuk mematuhi pedoman berikut:&lt;br /&gt;
&lt;br /&gt;
# You have to create an account before editing/creating pages. Please consider using your name, e.g. GivenFamily (FirstLast), see also [http://en.wikipedia.org/wiki/Wikipedia:Username Wikipedia Username guidelines]. You may use an alias (e.g. [[User:Adactio]], [[User:Phae]]). Please do not use organization names or other proper nouns (e.g. products, technologies).&lt;br /&gt;
# Read about microformats.org [[:Category:public_domain_license|Public Domain Declarations]] and please consider adding the [[Template:cc-public-domain-release]] to your User page accordingly to release your contributions to microformats.org before 2008 into the public domain.&lt;br /&gt;
# Try the [http://microformats.org/discuss irc channel (preferable) or mailing lists] first (and read the [[mailing-lists]] page before doing so).&lt;br /&gt;
# If you write something more opinion rather than logically reasoned, sign it with your username - you can easily do so with a datetimestamp in MediaWiki with four tildes, e.g.: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
#*On the few occasions when it is necessary to edit others signed contributions (as opposed to general content), take care not to change their meaning.&lt;br /&gt;
#*If your logically reasoned statement is part of a discussion which disagrees with a previous comment, you may sign it with your username. However signing such statements is both not required, and may detract from the logically reasoned statement standing on its own (related: [[#avoid-personalizing-proposals|avoid personalizing proposals]]), and thus consider leaving such statements unsigned. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please only create pages directly relating to [[POSH]], microformats (and [[picoformats]]) on this wiki. [[data-portability]] in line with microformats [[principles]] is also encouraged. Other pages will likely be deleted.&lt;br /&gt;
# &amp;lt;span id=&amp;quot;naming&amp;quot;&amp;gt;Please obey the [[naming-conventions| naming conventions]] for pages. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;] &amp;lt;/span&amp;gt;&lt;br /&gt;
# Don't use talk pages. See #3. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&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;br /&gt;
# Please do not use &amp;quot;?&amp;quot; or other punctuation in the headings - it helps to keep the URLs to their fragment identifiers shorter and easier to read, copy/paste etc. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;lowercase-headings&amp;quot;&amp;gt;Consider using ''lowercase'' words in headings (except for proper nouns), and avoid repeating the page title in headings.  This helps with shortening permalinks to sections (thereby increasing fidelity of URL transfer, e.g. across email), and keeping their URLs ''all'' lowercase makes them easier to type. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&amp;lt;/span&amp;gt;&lt;br /&gt;
# Headings may be explicitly marked up with &amp;amp;lt;h1&amp;amp;gt; &amp;amp;lt;h2&amp;amp;gt; tags etc. in order to avoid having them show up / pollute the Table of Contents. If you find such headings in a page, please &amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;do not&amp;lt;/strong&amp;gt; change them to &amp;quot;=&amp;quot; or &amp;quot;==&amp;quot; style headings. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Avoid renaming/changing heading text, including even just their capitalization or to comply with above rules that apply to headings. Headings are often used as permalinks, and changing the heading breaks such permalinks that have already been used.  Thus be careful when creating headings.  If you change a heading please leave a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;oldheadingID&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; around the new heading with oldHeadingID set to the necessary value to maintain heading permalinks.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Start headings with a letter (or underscore a letter doesn't work), in order to generate valid ID attributes on heading elements.&lt;br /&gt;
# Avoid global editorial wiki changes / edits (e.g. the same or similar edits applied to numerous pages, say, more than a dozen or so pages).  If you have an opinion on how to globally improve something stylistically or editorially on the wiki, please add it to your section on the [[to-do]] page, and then perhaps ask the community using the microformats-discuss mailing list what folks think of it.  Interpret absence of response(s) as disinterest and thus implicit rejection.  Admins may from time to time do global wiki changes to remove spam, repair damage done by other global wiki edits etc.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoid-simple-contradictions&amp;quot;&amp;gt;Please avoid simple contradictory responses&amp;lt;/span&amp;gt; such as &amp;quot;No&amp;quot; to questions and issues. Instead provide at least a short sentence with a reason which provides information beyond what is provided in the question or issue.  Simple contradictions (like just inverting other statements on a page as if such an inversion was an argument), are a waste of time and space and to be avoided.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Do not remove &amp;quot;red links&amp;quot;, nor create empty / placeholder &amp;quot;...&amp;quot; pages for them just to make them not red. The red links usefully communicate a need or a desire for that page to exist, and the person expressing that desire may not be the same person that is able to take the time, or has the necessary skill/background to draft such a page.  The links to pages not yet created often serve as an effective (and easy to execute) &amp;quot;to do&amp;quot; list.  Removing those links makes it harder, less convenient to do so. (One exception noted so far: red links to non-existent microformats e.g. &amp;quot;hbib&amp;quot;, should be delinked, as it is desirable for it to be harder/less convenient to create new microformats). Finally, as such links do provide information, they are not redundant. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please do not add MediaWiki Categories. With the [[wiki-2|upgrade to the wiki]] we have begun using a very limited number of categories in order to present specifications and drafts differently than other wiki pages. For now if you think additional Categories would help the community, please make suggestions on the [[category-suggestions]] page. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Toby Inkster&amp;quot;&amp;gt;src:TI&amp;lt;/abbr&amp;gt;]. Previously: Do not use the MediaWiki &amp;quot;Categories&amp;quot; mechanism.  As with &amp;quot;Talk&amp;quot; pages, this community does not use all the features of MediaWiki.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Do not create new &amp;quot;User:&amp;quot; links by hand.  User: links should only created as a result of users actually signing their edits with &amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.  That way each User: page will correspond to an actual login, rather than accidentally linking to a page which doesn't represent a login. If you see a red link which appears like it ''should'' be a User: link, e.g. &amp;lt;nowiki&amp;gt;[[DavidJanes]]&amp;lt;/nowiki&amp;gt;, rather than editing the link in place, create a redirect at the destination of the link to the person's User: page.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Check &amp;quot;what links here&amp;quot; before moving pages, and fix any links to the page you're moving, if appropriate.&lt;br /&gt;
# Please use U.S. English ([[en-US]]) spellings of common words on English microformats pages. This is by convention, following the [http://www.w3.org/2001/06/manual/#Spelling W3C Manual of Style Spelling Editorial Guideline]. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]. Exception: Please use and maintain the proper native spellings of proper nouns, e.g. &amp;quot;BT Centre&amp;quot;, &amp;quot;Business Design Centre, London, UK&amp;quot;, &amp;quot;Centre of Canadian Studies&amp;quot;, etc. [&amp;lt;abbr title=&amp;quot;guideline created due to numerous edits by Ameer Dawood&amp;quot;&amp;gt;src:AD&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki/Special:Contributions/AmeerDawood])]&lt;br /&gt;
# Use [[rfc-2119#Templates|templates]] for RFC 2119 terms such as {{must}}.&lt;br /&gt;
# References to (X)HTML element names should be lowercase and marked up with &amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;...&amp;lt;/code&amp;gt;&amp;lt;/nowiki&amp;gt;, e.g. the &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt; element. This convention is adopted from the practice used in the [http://www.w3.org/2001/06/manual/ W3C Manual of Style].&lt;br /&gt;
# Add whitespace to markup examples for readability. Real world markup examples are often whitespace collapsed, often with all the markup/content on a single line of text. Please add whitespace (e.g. returns between elements, indentation to indicate element depth) to markup examples.&lt;br /&gt;
# Use &amp;lt;nowiki&amp;gt;example.org&amp;lt;/nowiki&amp;gt; for hypothetical URL examples rather than a fake domain name (which may eventually be registered, used for spam etc.). When doing so, be sure to use &amp;lt;code&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;&amp;lt;/code&amp;gt; tags, e.g.: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;http://example.org/&amp;amp;lt;/nowiki&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; so that the URLs are not auto-hyperlinked by MediaWiki. Where interactions between multiple domains need to be illustrated, you may use &amp;lt;nowiki&amp;gt;example.net or example.com&amp;lt;/nowiki&amp;gt; or subdomains of &amp;lt;nowiki&amp;gt;example.org like foo.example.org&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
# If you notice that someone is iteratively editing a page (say by watching the IRC channel, or the [[Special:Recentchanges]] page) that you'd like to edit, consider waiting at least 10 minutes after the most recent edit before doing so, as the person iteratively editing the page may have further edits to make, and thus waiting a few minutes would likely save you both time by avoiding potential/likely edit conflicts. Similarly, if you plan to make multiple edits to a page, consider using [[Template:inuse]] by placing '''&amp;lt;nowiki&amp;gt;{{Template:inuse}}&amp;lt;/nowiki&amp;gt;''' at the head of the page. Please don't forget to remove it, when you're done! [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please do not remove apparently &amp;lt;span id=&amp;quot;brokenlinks&amp;quot;&amp;gt;broken links&amp;lt;/span&amp;gt; (404 etc.). If you cannot fix them, de-link them using &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt; and note (perhaps with a nested list item or parenthetical remark) that the links appear to have stopped working as of a certain date. This way whoever added the links or is responsible for them may discover that they need to fix them, and those researching the links can still look them up in the [http://archive.org/ Internet Archive]. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoid-personalizing-proposals&amp;quot;&amp;gt;Avoid labeling proposals with people's names.&amp;lt;/span&amp;gt; Instead please label a proposal using a summary of some (perhaps unique) technical aspect of the proposal.  The reasons for this are to avoid overly &amp;quot;personalizing&amp;quot; an idea and having the idea be judged (positively or negatively) by the author associated with it rather than the merits of the idea itself, to avoid having criticisms of the idea even remotely appear as if they are criticisms of the person, and to avoid having a specific person feel like they must defend attacks on an idea as if they were attacks on their person. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoidsplitting&amp;quot;&amp;gt;Avoid splitting most pages.&amp;lt;/span&amp;gt; Do not split, divide, sub-divide, or otherwise reorganize pages unless you are one of the primary authors of such pages. The reason is that you may not understand what the authors/creators of that page had/have in mind for the organization and growth of the content of the page, and by splitting it or reorganizing it, you might actually cause them &amp;lt;strong&amp;gt;more&amp;lt;/strong&amp;gt; work and inconvenience, as well as raising the barrier to editing and/or contributing to the page for new folks as well, thus discouraging community participation. [[Admins]] will likely revert such splits. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki?title=to-do&amp;amp;diff=24428&amp;amp;oldid=24400] [http://microformats.org/wiki?title=to-do&amp;amp;diff=24992&amp;amp;oldid=24707])]&lt;br /&gt;
# If you do see a need to split a page which you are not one of the primary authors of, first add notes in the page in-place where you think splits need to occur, and how you think they should occur, before making any split, so that the primary author(s) have a chance to see and follow-up with refinements/changes on how the pages should be split. When deciding how to split pages, consider doing so in ways that both make it easier for new contributors to add information, making it easier for people to iterate, and making it easier for people looking from a real world perspective to find the information.  See [[how-to-split-pages]] for more details. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki?title=hcard-examples-in-wild&amp;amp;diff=0&amp;amp;oldid=24726])]&lt;br /&gt;
# In general, avoid doing large &amp;quot;clean up&amp;quot; operations on the wiki for the same reasons as avoiding splitting most pages.  [[Admins]] will likely revert such large re-organizations of pages and encourage incremental improvements, and suggesting larger improvements to the primary page authors. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
== Accessibility ==&lt;br /&gt;
#Use upper case for acronyms like HTML but use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to add strength to phrases like &amp;quot;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;do not&amp;lt;/strong&amp;gt;&amp;quot;. This improves accessibility for people using text-reading software and other assistive technologies ([http://www.kent.gov.uk/NR/rdonlyres/489181F9-B134-455E-98A3-EE75722400E2/11935/technicalguidance0708.pdf] PDF) &amp;lt;strong&amp;gt;(list and versions of text-reading software &amp;amp; other agents affected needed)&amp;lt;/strong&amp;gt;.&lt;br /&gt;
#Do not use styles or write in ways which contravene [http://www.w3.org/TR/WCAG10/full-checklist.html Web Content Accessibility Guidelines 1.0]. For example, do not rely on color alone to convey information; mark up lists and list items properly.&lt;br /&gt;
&lt;br /&gt;
== Wiki Cleaning ==&lt;br /&gt;
See [[spam-removal]].&lt;br /&gt;
&lt;br /&gt;
If you see something which you think needs massive cleanup on the wiki, please point it out to admins on the irc channel or microformats-discuss list rather than doing it yourself. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
* [[mediawiki-customization]] - brief notes on how the microformats wiki is different from a &amp;quot;typical&amp;quot; MediaWiki install, in many ways to help with [[how-to-play]] and [[naming-conventions]].&lt;br /&gt;
* [[wiki2]]&lt;br /&gt;
* [[wiki-better-than-email]]&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=how-to-play-id&amp;diff=40645</id>
		<title>how-to-play-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=how-to-play-id&amp;diff=40645"/>
		<updated>2009-09-02T08:46:04Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: New page: __NOTOC__ If this is your first visit, please see the introduction page. &amp;lt;entry-title&amp;gt;Cara Penggunaan&amp;lt;/entry-title&amp;gt; == Pedoman == Sebelum memulai kontribusi dimohon untuk mematuhi pedo...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
If this is your first visit, please see the [[introduction]] page.&lt;br /&gt;
&amp;lt;entry-title&amp;gt;Cara Penggunaan&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
== Pedoman ==&lt;br /&gt;
Sebelum memulai kontribusi dimohon untuk mematuhi pedoman berikut:&lt;br /&gt;
&lt;br /&gt;
# You have to create an account before editing/creating pages. Please consider using your name, e.g. GivenFamily (FirstLast), see also [http://en.wikipedia.org/wiki/Wikipedia:Username Wikipedia Username guidelines]. You may use an alias (e.g. [[User:Adactio]], [[User:Phae]]). Please do not use organization names or other proper nouns (e.g. products, technologies).&lt;br /&gt;
# Read about microformats.org [[:Category:public_domain_license|Public Domain Declarations]] and please consider adding the [[Template:cc-public-domain-release]] to your User page accordingly to release your contributions to microformats.org before 2008 into the public domain.&lt;br /&gt;
# Try the [http://microformats.org/discuss irc channel (preferable) or mailing lists] first (and read the [[mailing-lists]] page before doing so).&lt;br /&gt;
# If you write something more opinion rather than logically reasoned, sign it with your username - you can easily do so with a datetimestamp in MediaWiki with four tildes, e.g.: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
#*On the few occasions when it is necessary to edit others signed contributions (as opposed to general content), take care not to change their meaning.&lt;br /&gt;
#*If your logically reasoned statement is part of a discussion which disagrees with a previous comment, you may sign it with your username. However signing such statements is both not required, and may detract from the logically reasoned statement standing on its own (related: [[#avoid-personalizing-proposals|avoid personalizing proposals]]), and thus consider leaving such statements unsigned. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please only create pages directly relating to [[POSH]], microformats (and [[picoformats]]) on this wiki. [[data-portability]] in line with microformats [[principles]] is also encouraged. Other pages will likely be deleted.&lt;br /&gt;
# &amp;lt;span id=&amp;quot;naming&amp;quot;&amp;gt;Please obey the [[naming-conventions| naming conventions]] for pages. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;] &amp;lt;/span&amp;gt;&lt;br /&gt;
# Don't use talk pages. See #3. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&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;br /&gt;
# Please do not use &amp;quot;?&amp;quot; or other punctuation in the headings - it helps to keep the URLs to their fragment identifiers shorter and easier to read, copy/paste etc. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;lowercase-headings&amp;quot;&amp;gt;Consider using ''lowercase'' words in headings (except for proper nouns), and avoid repeating the page title in headings.  This helps with shortening permalinks to sections (thereby increasing fidelity of URL transfer, e.g. across email), and keeping their URLs ''all'' lowercase makes them easier to type. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&amp;lt;/span&amp;gt;&lt;br /&gt;
# Headings may be explicitly marked up with &amp;amp;lt;h1&amp;amp;gt; &amp;amp;lt;h2&amp;amp;gt; tags etc. in order to avoid having them show up / pollute the Table of Contents. If you find such headings in a page, please &amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;do not&amp;lt;/strong&amp;gt; change them to &amp;quot;=&amp;quot; or &amp;quot;==&amp;quot; style headings. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Avoid renaming/changing heading text, including even just their capitalization or to comply with above rules that apply to headings. Headings are often used as permalinks, and changing the heading breaks such permalinks that have already been used.  Thus be careful when creating headings.  If you change a heading please leave a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;oldheadingID&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; around the new heading with oldHeadingID set to the necessary value to maintain heading permalinks.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Start headings with a letter (or underscore a letter doesn't work), in order to generate valid ID attributes on heading elements.&lt;br /&gt;
# Avoid global editorial wiki changes / edits (e.g. the same or similar edits applied to numerous pages, say, more than a dozen or so pages).  If you have an opinion on how to globally improve something stylistically or editorially on the wiki, please add it to your section on the [[to-do]] page, and then perhaps ask the community using the microformats-discuss mailing list what folks think of it.  Interpret absence of response(s) as disinterest and thus implicit rejection.  Admins may from time to time do global wiki changes to remove spam, repair damage done by other global wiki edits etc.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoid-simple-contradictions&amp;quot;&amp;gt;Please avoid simple contradictory responses&amp;lt;/span&amp;gt; such as &amp;quot;No&amp;quot; to questions and issues. Instead provide at least a short sentence with a reason which provides information beyond what is provided in the question or issue.  Simple contradictions (like just inverting other statements on a page as if such an inversion was an argument), are a waste of time and space and to be avoided.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Do not remove &amp;quot;red links&amp;quot;, nor create empty / placeholder &amp;quot;...&amp;quot; pages for them just to make them not red. The red links usefully communicate a need or a desire for that page to exist, and the person expressing that desire may not be the same person that is able to take the time, or has the necessary skill/background to draft such a page.  The links to pages not yet created often serve as an effective (and easy to execute) &amp;quot;to do&amp;quot; list.  Removing those links makes it harder, less convenient to do so. (One exception noted so far: red links to non-existent microformats e.g. &amp;quot;hbib&amp;quot;, should be delinked, as it is desirable for it to be harder/less convenient to create new microformats). Finally, as such links do provide information, they are not redundant. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please do not add MediaWiki Categories. With the [[wiki-2|upgrade to the wiki]] we have begun using a very limited number of categories in order to present specifications and drafts differently than other wiki pages. For now if you think additional Categories would help the community, please make suggestions on the [[category-suggestions]] page. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Toby Inkster&amp;quot;&amp;gt;src:TI&amp;lt;/abbr&amp;gt;]. Previously: Do not use the MediaWiki &amp;quot;Categories&amp;quot; mechanism.  As with &amp;quot;Talk&amp;quot; pages, this community does not use all the features of MediaWiki.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Do not create new &amp;quot;User:&amp;quot; links by hand.  User: links should only created as a result of users actually signing their edits with &amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.  That way each User: page will correspond to an actual login, rather than accidentally linking to a page which doesn't represent a login. If you see a red link which appears like it ''should'' be a User: link, e.g. &amp;lt;nowiki&amp;gt;[[DavidJanes]]&amp;lt;/nowiki&amp;gt;, rather than editing the link in place, create a redirect at the destination of the link to the person's User: page.[&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Check &amp;quot;what links here&amp;quot; before moving pages, and fix any links to the page you're moving, if appropriate.&lt;br /&gt;
# Please use U.S. English ([[en-US]]) spellings of common words on English microformats pages. This is by convention, following the [http://www.w3.org/2001/06/manual/#Spelling W3C Manual of Style Spelling Editorial Guideline]. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]. Exception: Please use and maintain the proper native spellings of proper nouns, e.g. &amp;quot;BT Centre&amp;quot;, &amp;quot;Business Design Centre, London, UK&amp;quot;, &amp;quot;Centre of Canadian Studies&amp;quot;, etc. [&amp;lt;abbr title=&amp;quot;guideline created due to numerous edits by Ameer Dawood&amp;quot;&amp;gt;src:AD&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki/Special:Contributions/AmeerDawood])]&lt;br /&gt;
# Use [[rfc-2119#Templates|templates]] for RFC 2119 terms such as {{must}}.&lt;br /&gt;
# References to (X)HTML element names should be lowercase and marked up with &amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;...&amp;lt;/code&amp;gt;&amp;lt;/nowiki&amp;gt;, e.g. the &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt; element. This convention is adopted from the practice used in the [http://www.w3.org/2001/06/manual/ W3C Manual of Style].&lt;br /&gt;
# Add whitespace to markup examples for readability. Real world markup examples are often whitespace collapsed, often with all the markup/content on a single line of text. Please add whitespace (e.g. returns between elements, indentation to indicate element depth) to markup examples.&lt;br /&gt;
# Use &amp;lt;nowiki&amp;gt;example.org&amp;lt;/nowiki&amp;gt; for hypothetical URL examples rather than a fake domain name (which may eventually be registered, used for spam etc.). When doing so, be sure to use &amp;lt;code&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;&amp;lt;/code&amp;gt; tags, e.g.: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;http://example.org/&amp;amp;lt;/nowiki&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; so that the URLs are not auto-hyperlinked by MediaWiki. Where interactions between multiple domains need to be illustrated, you may use &amp;lt;nowiki&amp;gt;example.net or example.com&amp;lt;/nowiki&amp;gt; or subdomains of &amp;lt;nowiki&amp;gt;example.org like foo.example.org&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
# If you notice that someone is iteratively editing a page (say by watching the IRC channel, or the [[Special:Recentchanges]] page) that you'd like to edit, consider waiting at least 10 minutes after the most recent edit before doing so, as the person iteratively editing the page may have further edits to make, and thus waiting a few minutes would likely save you both time by avoiding potential/likely edit conflicts. Similarly, if you plan to make multiple edits to a page, consider using [[Template:inuse]] by placing '''&amp;lt;nowiki&amp;gt;{{Template:inuse}}&amp;lt;/nowiki&amp;gt;''' at the head of the page. Please don't forget to remove it, when you're done! [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# Please do not remove apparently &amp;lt;span id=&amp;quot;brokenlinks&amp;quot;&amp;gt;broken links&amp;lt;/span&amp;gt; (404 etc.). If you cannot fix them, de-link them using &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt; and note (perhaps with a nested list item or parenthetical remark) that the links appear to have stopped working as of a certain date. This way whoever added the links or is responsible for them may discover that they need to fix them, and those researching the links can still look them up in the [http://archive.org/ Internet Archive]. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoid-personalizing-proposals&amp;quot;&amp;gt;Avoid labeling proposals with people's names.&amp;lt;/span&amp;gt; Instead please label a proposal using a summary of some (perhaps unique) technical aspect of the proposal.  The reasons for this are to avoid overly &amp;quot;personalizing&amp;quot; an idea and having the idea be judged (positively or negatively) by the author associated with it rather than the merits of the idea itself, to avoid having criticisms of the idea even remotely appear as if they are criticisms of the person, and to avoid having a specific person feel like they must defend attacks on an idea as if they were attacks on their person. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
# &amp;lt;span id=&amp;quot;avoidsplitting&amp;quot;&amp;gt;Avoid splitting most pages.&amp;lt;/span&amp;gt; Do not split, divide, sub-divide, or otherwise reorganize pages unless you are one of the primary authors of such pages. The reason is that you may not understand what the authors/creators of that page had/have in mind for the organization and growth of the content of the page, and by splitting it or reorganizing it, you might actually cause them &amp;lt;strong&amp;gt;more&amp;lt;/strong&amp;gt; work and inconvenience, as well as raising the barrier to editing and/or contributing to the page for new folks as well, thus discouraging community participation. [[Admins]] will likely revert such splits. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki?title=to-do&amp;amp;diff=24428&amp;amp;oldid=24400] [http://microformats.org/wiki?title=to-do&amp;amp;diff=24992&amp;amp;oldid=24707])]&lt;br /&gt;
# If you do see a need to split a page which you are not one of the primary authors of, first add notes in the page in-place where you think splits need to occur, and how you think they should occur, before making any split, so that the primary author(s) have a chance to see and follow-up with refinements/changes on how the pages should be split. When deciding how to split pages, consider doing so in ways that both make it easier for new contributors to add information, making it easier for people to iterate, and making it easier for people looking from a real world perspective to find the information.  See [[how-to-split-pages]] for more details. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;([http://microformats.org/wiki?title=hcard-examples-in-wild&amp;amp;diff=0&amp;amp;oldid=24726])]&lt;br /&gt;
# In general, avoid doing large &amp;quot;clean up&amp;quot; operations on the wiki for the same reasons as avoiding splitting most pages.  [[Admins]] will likely revert such large re-organizations of pages and encourage incremental improvements, and suggesting larger improvements to the primary page authors. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
== Accessibility ==&lt;br /&gt;
#Use upper case for acronyms like HTML but use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to add strength to phrases like &amp;quot;&amp;lt;strong style=&amp;quot;text-transform:uppercase&amp;quot;&amp;gt;do not&amp;lt;/strong&amp;gt;&amp;quot;. This improves accessibility for people using text-reading software and other assistive technologies ([http://www.kent.gov.uk/NR/rdonlyres/489181F9-B134-455E-98A3-EE75722400E2/11935/technicalguidance0708.pdf] PDF) &amp;lt;strong&amp;gt;(list and versions of text-reading software &amp;amp; other agents affected needed)&amp;lt;/strong&amp;gt;.&lt;br /&gt;
#Do not use styles or write in ways which contravene [http://www.w3.org/TR/WCAG10/full-checklist.html Web Content Accessibility Guidelines 1.0]. For example, do not rely on color alone to convey information; mark up lists and list items properly.&lt;br /&gt;
&lt;br /&gt;
== Wiki Cleaning ==&lt;br /&gt;
See [[spam-removal]].&lt;br /&gt;
&lt;br /&gt;
If you see something which you think needs massive cleanup on the wiki, please point it out to admins on the irc channel or microformats-discuss list rather than doing it yourself. [&amp;lt;abbr title=&amp;quot;guideline created due to one or more actions by Andy Mabbett&amp;quot;&amp;gt;src:A&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
* [[mediawiki-customization]] - brief notes on how the microformats wiki is different from a &amp;quot;typical&amp;quot; MediaWiki install, in many ways to help with [[how-to-play]] and [[naming-conventions]].&lt;br /&gt;
* [[wiki2]]&lt;br /&gt;
* [[wiki-better-than-email]]&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40644</id>
		<title>Main Page-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40644"/>
		<updated>2009-09-02T08:40:35Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Spesifikasi */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Selamat datang di wiki Microformats!&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
Silahkan awali dengan halaman [[introduction-id|pendahuluan]] dan baca juga [[how-to-play-id|cara penggunaan]] sebelum menyunting halaman.&lt;br /&gt;
&lt;br /&gt;
==Pengantar==&lt;br /&gt;
Wiki ini adalah sumber pengetahuan komunitas Microformats. Anda akan menemukan spesifikasi versi terbaru yang diterbitkan microformat, spesifikasi rancangan dan pola penerbitan. Wiki juga menjadi tuan rumah pengembangan, seperti halaman gagasan untuk format baru dan menerbitkan halaman pelacakan untuk semua dan yang saat ini sedang dalam pengembangan Microformats.&lt;br /&gt;
&lt;br /&gt;
==Persiapan==&lt;br /&gt;
Untuk mulai menggunakan Microformats:&lt;br /&gt;
&lt;br /&gt;
* Pertama, biasakan menulis halaman dan aplikasi yang penuh semantik, deskriptif, ‘[[posh|&amp;lt;abbr title=&amp;quot;Plain Old Semantic HTML&amp;quot;&amp;gt;POSH&amp;lt;/abbr&amp;gt;]]’ &amp;lt;abbr title=&amp;quot;HyperText Mark-up Language&amp;quot;&amp;gt;HTML&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
* Belajar tentang Microformats dari [http://microformats.org/about/ about page], [http://microformats.org/ blog], [[press]], [[presentations-id|presentasi]], [[books]], [[podcasts]], &amp;amp; [[screencasts]] halaman.&lt;br /&gt;
* Take a look at established specifications such as [[hcard|hCard]] and [[hcalendar|hCalendar]], and follow the [[hcard-examples|examples]] to start publishing microformats.&lt;br /&gt;
* Have questions? Read the [[faq|frequently asked questions]] and see the [[glossary]] for terms and definitions. You can also post to the {{MicroformatsMailingList}}.&lt;br /&gt;
* Want to learn more in person? Check out microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
==Definisi==&lt;br /&gt;
Microformats adalah pola sederhana pada HTML yang mewakili hal-hal publikasi umum seperti [[hcard|orang]], [[hcalendar|kegiatan]], [[hatom|blog posts]], [[hreview|tinjauan]] dan [[rel-tag|label]] pada halaman web.&lt;br /&gt;
&lt;br /&gt;
Microformats memungkinkan ketepatan publikasi informasi pada web lebih akurat; lebih cepat dan sederhana untuk diberikan kepada feeds dan APIs pada informasi website Anda.&lt;br /&gt;
&lt;br /&gt;
* Baca penjelasan selanjutnya pada [[what-are-microformats|apakah Microformats itu]], dan [[what-can-you-do-with-microformats|apa saja yang dapat Anda lakukan]].&lt;br /&gt;
&lt;br /&gt;
==Bagaimana caranya berbagi==&lt;br /&gt;
Apakah Anda ingin membantu Microformats ketingkat selanjutnya? Anda dapat:&lt;br /&gt;
&lt;br /&gt;
* [[get-started|Memulai]] dengan menambahkan Microformats ke website, layanan, dan produk Anda.&lt;br /&gt;
* [[advocacy|Anjurkan]] penggunaan Microformats pada situs web lainnya, terutama yang Anda gunakan.&lt;br /&gt;
* Tulislah sebuah [[testimonial|tanda penghargaan]].&lt;br /&gt;
* Lakukan sesuatu pada [[to-do|daftar yang harus dilakukan]].&lt;br /&gt;
* Bergabung di [[irc|IRC Channel]] dan [[mail|milis]] untuk mempelajari dan menjawab pertanyaan (baca [[mailing-lists#General_guidelines|pedoman umum]] sebelum mengirimkan).&lt;br /&gt;
* [[Main_Page#microformats_wiki_translations|Terjemahkan Wiki Microformats ini kedalam bahasa lainnya]] agar Microformats lebih mudah diakses pembaca bahasa di seluruh dunia.&lt;br /&gt;
* Sebelum mengajukan Microformats baru, pastikan website Anda adalah [[POSH]], [[get-started|menggunakan Microformats yang sudah ada]], kemudian bacalah [[process|prosesnya]].&lt;br /&gt;
&lt;br /&gt;
Wiki ini memiliki sejumlah perangkat tambahan untuk membantu pembangunan dan kontribusi untuk Microformats. Sebelum Anda mulai mengedit, lihat [[wiki-2|halaman pendahuluan wiki]] sebagai petunjuk.&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi ==&lt;br /&gt;
Daftar saat ini, [[microformats|Microformats]] yang stabil dengan spesifikasi standar terbuka.&lt;br /&gt;
&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]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [[XFN]] - [http://gmpg.org/xfn/creator XFN creator]&lt;br /&gt;
* [[XMDP]]&lt;br /&gt;
* [[xoxo-id|XOXO]]&lt;br /&gt;
&lt;br /&gt;
''Jika Anda ingin mencoba berlatih menggunakan Microformats silahkan baca halaman '''[[process|proses]]''' untuk pertama kalinya!''&lt;br /&gt;
&lt;br /&gt;
==Konsep==&lt;br /&gt;
&lt;br /&gt;
Konsep mencakup hal baru pada Microformats, dimana rumusan spesifikasinya belum lengkap. Konsep adalah sesuatu yang lazim dalam [[process|proses]] pengembangan (lihat [[exploratory-discussions|diskusi eksplorasi]] bahwa upaya peningkatan tersebut tak jauh dari sebuah proses). Stabilitas pada dokumen ini tidak dapat dijamin, dan pengguna harus siap mengkiuti perubahan yang akan datang. Silahkan mengamati halaman wiki untuk melihat tiap perubahannya.&lt;br /&gt;
&lt;br /&gt;
* [[adr|adr]] - untuk menandai informasi alamat&lt;br /&gt;
* [[geo|geo]] - untuk menandai [http://en.wikipedia.org/wiki/WGS84 WGS84] koordinat geografi (latitude; longitude)&lt;br /&gt;
* [[hatom|hAtom]] - sindikasi episodik isi (contohnya catatan weblog)&lt;br /&gt;
* [[haudio|hAudio]]&lt;br /&gt;
* [[hmedia|hMedia]] - Format publikasi media yang berhubungan dengan Gambar, Video, dan Audio. &lt;br /&gt;
* [[hproduct|hProduct]]&lt;br /&gt;
* [[hrecipe|hRecipe]] - untuk resep masak memasak&lt;br /&gt;
* [[hresume|hResume]] - untuk publikasi resume dan CV&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hReview creator]&lt;br /&gt;
* [[rel-directory]] - to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page&lt;br /&gt;
* [[rel-enclosure]] - untuk mengindikasikan lampiran (contohnya berkas) untuk diunduh dan disembunyikan&lt;br /&gt;
* [[rel-home]] - indikasi sebuah hyperlink halaman utama pada sebuah situs&lt;br /&gt;
* [[rel-payment]] - indikasi mekanisme pembayaran&lt;br /&gt;
* [[robots-exclusion|robots exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
==Pola Rancangan==&lt;br /&gt;
{{design_patterns-id}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Eksplorasi Diskusi==&lt;br /&gt;
Lihat: rincian [[exploratory-discussions|eksplorasi diskusi]] untuk riset dan analisa pada [[examples|contoh]] dunia-nyata, format yang ada, dan diskusi kemungkinan adanya Microformats yang baru, per [[process|proses]] microformats.&lt;br /&gt;
&lt;br /&gt;
== Contoh ==&lt;br /&gt;
* [[examples-in-the-wild]]&lt;br /&gt;
* [[implementations]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Sumber ==&lt;br /&gt;
Lihat [[resources|sumber]].&lt;br /&gt;
&lt;br /&gt;
==Pusat pengembangan pengguna==&lt;br /&gt;
*[[user-interface]]&lt;br /&gt;
*[[data-portability]]&lt;br /&gt;
*[[social-network-portability]]&lt;br /&gt;
&lt;br /&gt;
==Berbagi area kerja==&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[templates]]&lt;br /&gt;
* [http://microformats.org/wiki/delete pages for deletion] &amp;lt;!-- keep as external link; removes from &amp;quot;what links here&amp;quot; --&amp;gt;&lt;br /&gt;
* [[Special:Specialpages|&amp;quot;Special&amp;quot; wiki pages]]&lt;br /&gt;
* [[year-in-review]]&lt;br /&gt;
&lt;br /&gt;
==Peralatan, uji kasus, riset tambahan==&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
Tempat pertama untuk mencari contoh-contoh, kode, dan uji kasus berada pada tiap halaman individu Microformat. Hanya ada beberapa lintas sektor [[tools|peralatan dan layanan]] yang dibutuhkan untuk memproses lebih dari satu format. Bagian tersebut dimaksudkan untuk penyunting, [[parsers]], [[validators]], uji kasus, dan informasi lainnya yang berhubungan other di beberapa Microformats.&lt;br /&gt;
&lt;br /&gt;
==Terjemahan Wiki Microformats==&lt;br /&gt;
&amp;lt;span id=&amp;quot;microformats_wiki_translations_in_other_languages&amp;quot;&amp;gt;Anda dapat membaca atau menyunting artikel Microformats dalam berbagai bahasa:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Bahasa yang lebih dari 100 artikel:&lt;br /&gt;
** [[Main_Page-fr|&amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;Français&amp;lt;/span&amp;gt; (French)]] &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;{{UpdateMarker-fr}}&amp;lt;/span&amp;gt;&lt;br /&gt;
* Bahasa yang lebih dari 10 artikel:&lt;br /&gt;
** [[Main_Page-pt-br|&amp;lt;span lang=&amp;quot;pt-br&amp;quot;&amp;gt;Português&amp;lt;/span&amp;gt; (Brazilian Portuguese)]]&lt;br /&gt;
** [[Main_Page-ja|&amp;lt;span lang=&amp;quot;ja&amp;quot;&amp;gt;日本語&amp;lt;/span&amp;gt; (Japanese)]]&lt;br /&gt;
** [[Main_Page-ru|&amp;lt;span lang=&amp;quot;ru&amp;quot;&amp;gt;Русский&amp;lt;/span&amp;gt; (Russian)]]&lt;br /&gt;
* Bahasa yang lebih dari 2 artikel:&lt;br /&gt;
** [[Main_Page-cs|&amp;lt;span lang=&amp;quot;cs&amp;quot;&amp;gt;Česky&amp;lt;/span&amp;gt; (Czech)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-de|&amp;lt;span lang=&amp;quot;de&amp;quot;&amp;gt;Deutsch&amp;lt;/span&amp;gt; (German)]]&lt;br /&gt;
** [[Main_Page-es|&amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Español&amp;lt;/span&amp;gt; (Spanish)]]&lt;br /&gt;
** [[Main_Page-gl|&amp;lt;span lang=&amp;quot;gl&amp;quot;&amp;gt;Galego&amp;lt;/span&amp;gt; (Galician)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-pl|&amp;lt;span lang=&amp;quot;pl&amp;quot;&amp;gt;Polski&amp;lt;/span&amp;gt; (Polish)]]&lt;br /&gt;
** [[Main_Page-ro|&amp;lt;span lang=&amp;quot;ro&amp;quot;&amp;gt;Română&amp;lt;/span&amp;gt; (Romanian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-zh|&amp;lt;span lang=&amp;quot;zh&amp;quot;&amp;gt;汉语&amp;lt;/span&amp;gt; (Chinese)]]&lt;br /&gt;
* Bahasa yang baru saja dimulai:&lt;br /&gt;
** [[Main_Page-ar|&amp;lt;span lang=&amp;quot;ar&amp;quot;&amp;gt;العربية&amp;lt;/span&amp;gt; (Arabic)]]&lt;br /&gt;
** [[Main_Page-th|&amp;lt;span lang=&amp;quot;th&amp;quot;&amp;gt;ภาษาไทย&amp;lt;/span&amp;gt; (Thai)]]&lt;br /&gt;
** [[Main_Page-it|&amp;lt;span lang=&amp;quot;it&amp;quot;&amp;gt;Italiano&amp;lt;/span&amp;gt; (Italian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ko|&amp;lt;span lang=&amp;quot;ko&amp;quot;&amp;gt;한국어&amp;lt;/span&amp;gt; (Korean)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-id|&amp;lt;span lang=&amp;quot;id&amp;quot;&amp;gt;Indonesia&amp;lt;/span&amp;gt; (Bahasa Indonesia)]] {{NewMarker}}&lt;br /&gt;
* Lainnya&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Microformat Wikipedia's article on microformats] telah diterjemahkan ke dalam beberapa bahasa.&lt;br /&gt;
&lt;br /&gt;
Kungungi juga [[other-languages|bahasa lainnya]], dan [[how-to-start-new-translation|bagaimana-memulai-bahasa-baru]].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40643</id>
		<title>Main Page-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40643"/>
		<updated>2009-09-02T08:40:12Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Spesifikasi */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Selamat datang di wiki Microformats!&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
Silahkan awali dengan halaman [[introduction-id|pendahuluan]] dan baca juga [[how-to-play-id|cara penggunaan]] sebelum menyunting halaman.&lt;br /&gt;
&lt;br /&gt;
==Pengantar==&lt;br /&gt;
Wiki ini adalah sumber pengetahuan komunitas Microformats. Anda akan menemukan spesifikasi versi terbaru yang diterbitkan microformat, spesifikasi rancangan dan pola penerbitan. Wiki juga menjadi tuan rumah pengembangan, seperti halaman gagasan untuk format baru dan menerbitkan halaman pelacakan untuk semua dan yang saat ini sedang dalam pengembangan Microformats.&lt;br /&gt;
&lt;br /&gt;
==Persiapan==&lt;br /&gt;
Untuk mulai menggunakan Microformats:&lt;br /&gt;
&lt;br /&gt;
* Pertama, biasakan menulis halaman dan aplikasi yang penuh semantik, deskriptif, ‘[[posh|&amp;lt;abbr title=&amp;quot;Plain Old Semantic HTML&amp;quot;&amp;gt;POSH&amp;lt;/abbr&amp;gt;]]’ &amp;lt;abbr title=&amp;quot;HyperText Mark-up Language&amp;quot;&amp;gt;HTML&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
* Belajar tentang Microformats dari [http://microformats.org/about/ about page], [http://microformats.org/ blog], [[press]], [[presentations-id|presentasi]], [[books]], [[podcasts]], &amp;amp; [[screencasts]] halaman.&lt;br /&gt;
* Take a look at established specifications such as [[hcard|hCard]] and [[hcalendar|hCalendar]], and follow the [[hcard-examples|examples]] to start publishing microformats.&lt;br /&gt;
* Have questions? Read the [[faq|frequently asked questions]] and see the [[glossary]] for terms and definitions. You can also post to the {{MicroformatsMailingList}}.&lt;br /&gt;
* Want to learn more in person? Check out microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
==Definisi==&lt;br /&gt;
Microformats adalah pola sederhana pada HTML yang mewakili hal-hal publikasi umum seperti [[hcard|orang]], [[hcalendar|kegiatan]], [[hatom|blog posts]], [[hreview|tinjauan]] dan [[rel-tag|label]] pada halaman web.&lt;br /&gt;
&lt;br /&gt;
Microformats memungkinkan ketepatan publikasi informasi pada web lebih akurat; lebih cepat dan sederhana untuk diberikan kepada feeds dan APIs pada informasi website Anda.&lt;br /&gt;
&lt;br /&gt;
* Baca penjelasan selanjutnya pada [[what-are-microformats|apakah Microformats itu]], dan [[what-can-you-do-with-microformats|apa saja yang dapat Anda lakukan]].&lt;br /&gt;
&lt;br /&gt;
==Bagaimana caranya berbagi==&lt;br /&gt;
Apakah Anda ingin membantu Microformats ketingkat selanjutnya? Anda dapat:&lt;br /&gt;
&lt;br /&gt;
* [[get-started|Memulai]] dengan menambahkan Microformats ke website, layanan, dan produk Anda.&lt;br /&gt;
* [[advocacy|Anjurkan]] penggunaan Microformats pada situs web lainnya, terutama yang Anda gunakan.&lt;br /&gt;
* Tulislah sebuah [[testimonial|tanda penghargaan]].&lt;br /&gt;
* Lakukan sesuatu pada [[to-do|daftar yang harus dilakukan]].&lt;br /&gt;
* Bergabung di [[irc|IRC Channel]] dan [[mail|milis]] untuk mempelajari dan menjawab pertanyaan (baca [[mailing-lists#General_guidelines|pedoman umum]] sebelum mengirimkan).&lt;br /&gt;
* [[Main_Page#microformats_wiki_translations|Terjemahkan Wiki Microformats ini kedalam bahasa lainnya]] agar Microformats lebih mudah diakses pembaca bahasa di seluruh dunia.&lt;br /&gt;
* Sebelum mengajukan Microformats baru, pastikan website Anda adalah [[POSH]], [[get-started|menggunakan Microformats yang sudah ada]], kemudian bacalah [[process|prosesnya]].&lt;br /&gt;
&lt;br /&gt;
Wiki ini memiliki sejumlah perangkat tambahan untuk membantu pembangunan dan kontribusi untuk Microformats. Sebelum Anda mulai mengedit, lihat [[wiki-2|halaman pendahuluan wiki]] sebagai petunjuk.&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi ==&lt;br /&gt;
Daftar saat ini, [[microformats|Microformats]] yang stabil dengan spesifikasi standar terbuka.&lt;br /&gt;
&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]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [[XFN]] - [http://gmpg.org/xfn/creator XFN creator]&lt;br /&gt;
* [[XMDP]]&lt;br /&gt;
* [[xoxo|XOXO-id]]&lt;br /&gt;
&lt;br /&gt;
''Jika Anda ingin mencoba berlatih menggunakan Microformats silahkan baca halaman '''[[process|proses]]''' untuk pertama kalinya!''&lt;br /&gt;
&lt;br /&gt;
==Konsep==&lt;br /&gt;
&lt;br /&gt;
Konsep mencakup hal baru pada Microformats, dimana rumusan spesifikasinya belum lengkap. Konsep adalah sesuatu yang lazim dalam [[process|proses]] pengembangan (lihat [[exploratory-discussions|diskusi eksplorasi]] bahwa upaya peningkatan tersebut tak jauh dari sebuah proses). Stabilitas pada dokumen ini tidak dapat dijamin, dan pengguna harus siap mengkiuti perubahan yang akan datang. Silahkan mengamati halaman wiki untuk melihat tiap perubahannya.&lt;br /&gt;
&lt;br /&gt;
* [[adr|adr]] - untuk menandai informasi alamat&lt;br /&gt;
* [[geo|geo]] - untuk menandai [http://en.wikipedia.org/wiki/WGS84 WGS84] koordinat geografi (latitude; longitude)&lt;br /&gt;
* [[hatom|hAtom]] - sindikasi episodik isi (contohnya catatan weblog)&lt;br /&gt;
* [[haudio|hAudio]]&lt;br /&gt;
* [[hmedia|hMedia]] - Format publikasi media yang berhubungan dengan Gambar, Video, dan Audio. &lt;br /&gt;
* [[hproduct|hProduct]]&lt;br /&gt;
* [[hrecipe|hRecipe]] - untuk resep masak memasak&lt;br /&gt;
* [[hresume|hResume]] - untuk publikasi resume dan CV&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hReview creator]&lt;br /&gt;
* [[rel-directory]] - to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page&lt;br /&gt;
* [[rel-enclosure]] - untuk mengindikasikan lampiran (contohnya berkas) untuk diunduh dan disembunyikan&lt;br /&gt;
* [[rel-home]] - indikasi sebuah hyperlink halaman utama pada sebuah situs&lt;br /&gt;
* [[rel-payment]] - indikasi mekanisme pembayaran&lt;br /&gt;
* [[robots-exclusion|robots exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
==Pola Rancangan==&lt;br /&gt;
{{design_patterns-id}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Eksplorasi Diskusi==&lt;br /&gt;
Lihat: rincian [[exploratory-discussions|eksplorasi diskusi]] untuk riset dan analisa pada [[examples|contoh]] dunia-nyata, format yang ada, dan diskusi kemungkinan adanya Microformats yang baru, per [[process|proses]] microformats.&lt;br /&gt;
&lt;br /&gt;
== Contoh ==&lt;br /&gt;
* [[examples-in-the-wild]]&lt;br /&gt;
* [[implementations]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Sumber ==&lt;br /&gt;
Lihat [[resources|sumber]].&lt;br /&gt;
&lt;br /&gt;
==Pusat pengembangan pengguna==&lt;br /&gt;
*[[user-interface]]&lt;br /&gt;
*[[data-portability]]&lt;br /&gt;
*[[social-network-portability]]&lt;br /&gt;
&lt;br /&gt;
==Berbagi area kerja==&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[templates]]&lt;br /&gt;
* [http://microformats.org/wiki/delete pages for deletion] &amp;lt;!-- keep as external link; removes from &amp;quot;what links here&amp;quot; --&amp;gt;&lt;br /&gt;
* [[Special:Specialpages|&amp;quot;Special&amp;quot; wiki pages]]&lt;br /&gt;
* [[year-in-review]]&lt;br /&gt;
&lt;br /&gt;
==Peralatan, uji kasus, riset tambahan==&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
Tempat pertama untuk mencari contoh-contoh, kode, dan uji kasus berada pada tiap halaman individu Microformat. Hanya ada beberapa lintas sektor [[tools|peralatan dan layanan]] yang dibutuhkan untuk memproses lebih dari satu format. Bagian tersebut dimaksudkan untuk penyunting, [[parsers]], [[validators]], uji kasus, dan informasi lainnya yang berhubungan other di beberapa Microformats.&lt;br /&gt;
&lt;br /&gt;
==Terjemahan Wiki Microformats==&lt;br /&gt;
&amp;lt;span id=&amp;quot;microformats_wiki_translations_in_other_languages&amp;quot;&amp;gt;Anda dapat membaca atau menyunting artikel Microformats dalam berbagai bahasa:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Bahasa yang lebih dari 100 artikel:&lt;br /&gt;
** [[Main_Page-fr|&amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;Français&amp;lt;/span&amp;gt; (French)]] &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;{{UpdateMarker-fr}}&amp;lt;/span&amp;gt;&lt;br /&gt;
* Bahasa yang lebih dari 10 artikel:&lt;br /&gt;
** [[Main_Page-pt-br|&amp;lt;span lang=&amp;quot;pt-br&amp;quot;&amp;gt;Português&amp;lt;/span&amp;gt; (Brazilian Portuguese)]]&lt;br /&gt;
** [[Main_Page-ja|&amp;lt;span lang=&amp;quot;ja&amp;quot;&amp;gt;日本語&amp;lt;/span&amp;gt; (Japanese)]]&lt;br /&gt;
** [[Main_Page-ru|&amp;lt;span lang=&amp;quot;ru&amp;quot;&amp;gt;Русский&amp;lt;/span&amp;gt; (Russian)]]&lt;br /&gt;
* Bahasa yang lebih dari 2 artikel:&lt;br /&gt;
** [[Main_Page-cs|&amp;lt;span lang=&amp;quot;cs&amp;quot;&amp;gt;Česky&amp;lt;/span&amp;gt; (Czech)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-de|&amp;lt;span lang=&amp;quot;de&amp;quot;&amp;gt;Deutsch&amp;lt;/span&amp;gt; (German)]]&lt;br /&gt;
** [[Main_Page-es|&amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Español&amp;lt;/span&amp;gt; (Spanish)]]&lt;br /&gt;
** [[Main_Page-gl|&amp;lt;span lang=&amp;quot;gl&amp;quot;&amp;gt;Galego&amp;lt;/span&amp;gt; (Galician)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-pl|&amp;lt;span lang=&amp;quot;pl&amp;quot;&amp;gt;Polski&amp;lt;/span&amp;gt; (Polish)]]&lt;br /&gt;
** [[Main_Page-ro|&amp;lt;span lang=&amp;quot;ro&amp;quot;&amp;gt;Română&amp;lt;/span&amp;gt; (Romanian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-zh|&amp;lt;span lang=&amp;quot;zh&amp;quot;&amp;gt;汉语&amp;lt;/span&amp;gt; (Chinese)]]&lt;br /&gt;
* Bahasa yang baru saja dimulai:&lt;br /&gt;
** [[Main_Page-ar|&amp;lt;span lang=&amp;quot;ar&amp;quot;&amp;gt;العربية&amp;lt;/span&amp;gt; (Arabic)]]&lt;br /&gt;
** [[Main_Page-th|&amp;lt;span lang=&amp;quot;th&amp;quot;&amp;gt;ภาษาไทย&amp;lt;/span&amp;gt; (Thai)]]&lt;br /&gt;
** [[Main_Page-it|&amp;lt;span lang=&amp;quot;it&amp;quot;&amp;gt;Italiano&amp;lt;/span&amp;gt; (Italian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ko|&amp;lt;span lang=&amp;quot;ko&amp;quot;&amp;gt;한국어&amp;lt;/span&amp;gt; (Korean)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-id|&amp;lt;span lang=&amp;quot;id&amp;quot;&amp;gt;Indonesia&amp;lt;/span&amp;gt; (Bahasa Indonesia)]] {{NewMarker}}&lt;br /&gt;
* Lainnya&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Microformat Wikipedia's article on microformats] telah diterjemahkan ke dalam beberapa bahasa.&lt;br /&gt;
&lt;br /&gt;
Kungungi juga [[other-languages|bahasa lainnya]], dan [[how-to-start-new-translation|bagaimana-memulai-bahasa-baru]].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40642</id>
		<title>xoxo-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=xoxo-id&amp;diff=40642"/>
		<updated>2009-09-02T08:38:42Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: New page: &amp;lt;entry-title&amp;gt;XOXO 1.0: Extensible Open XHTML Outlines&amp;lt;/entry-title&amp;gt; XOXO itu sederhana, susunan garis besarnya ditulis dalam XHTML stardar dan cocok ditancapkan di (X)HTML, Atom, RSS, dan ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;XOXO 1.0: Extensible Open XHTML Outlines&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
XOXO itu sederhana, susunan garis besarnya ditulis dalam XHTML stardar dan cocok ditancapkan di (X)HTML, Atom, RSS, dan seluruh XML. XOXO adalah salah satu dari beberapa standar [[microformats|microformat]] terbuka.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi Konsep 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;
=== Pencipta ===&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;
=== Hak Cipta ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2003}}&lt;br /&gt;
* Saya memberikan seluruh kontribusi kepada spesifikasi ini untuk domain publik dan Saya menganjurkan pencipta lainnya melakukan hal yang sama.&lt;br /&gt;
** Ketika semua penulis / editor telah melakukannya, kita dapat menghapus referensi template MicroFormatCopyrightStatement dan menggantinya dengan MicroFormatPublicDomainContributionStatement.&lt;br /&gt;
&lt;br /&gt;
=== Paten ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Pengantar ==&lt;br /&gt;
When we were discussing [http://developers.technorati.com/wiki/attentionxml Attention.xml], Tantek pointed out that XHTML has everything necessary for semantically expressing outlines and blogroll-like subscriptions in an XML format that is both interactively renderable by browsers and parsable by strict XML engines. This page is here to discuss this idea.&lt;br /&gt;
&lt;br /&gt;
=== Nama ===&lt;br /&gt;
XOXO adalah singkatan dari eXtensible Open XHTML Outlines, dan diucapkan dengan berbagai cara, seperti 'Ecks Ecks oh oh', 'zho-zho', atau 'sho-sho'.&lt;br /&gt;
&lt;br /&gt;
== Abstrak ==&lt;br /&gt;
XOXO is one of several [[microformats]].  This specification defines a new XHTML document type that is based upon the module framework and modules defined in Modularization of XHTML ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The purpose of the XOXO document type is to serve as the basis for XHTML friendly outlines for processing by XML engines and for easy interactive rendering by browsers.&lt;br /&gt;
&lt;br /&gt;
== The XOXO Document Type ==&lt;br /&gt;
The XOXO document type is made up of the following XHTML modules. The elements, attributes, and minimal content models associated with these modules are defined in &amp;quot;Modularization of XHTML&amp;quot; ([http://www.w3.org/TR/xhtml-modularization XHTMLMOD]). The elements are listed here for information purposes, but the definitions in &amp;quot;Modularization of XHTML&amp;quot; should be considered definitive. In the on-line version of this document, the module names in the list below link into the definitions of the modules within the current version of &amp;quot;Modularization of 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;
=== The XOXO Profile ===&lt;br /&gt;
&lt;br /&gt;
See [[xoxo-profile]] for the [http://gmpg.org/xmdp XMDP] profile of XOXO which defines the XOXO values for the class attribute.&lt;br /&gt;
&lt;br /&gt;
== Simple XOXO Fragment ==&lt;br /&gt;
&lt;br /&gt;
=== Markup ===&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;Subject 1&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;li&amp;gt;Subject 2&lt;br /&gt;
    &amp;lt;ol compact=&amp;quot;compact&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint c&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;Subject 3&lt;br /&gt;
    &amp;lt;ol&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;subpoint 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;
=== Sample Rendering ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
   1. Subject 1&lt;br /&gt;
      a. subpoint a&lt;br /&gt;
      b. subpoint b&lt;br /&gt;
   2. Subject 2&lt;br /&gt;
   3. Subject 3&lt;br /&gt;
      a. subpoint e&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Usage of 'compact' attribute ===&lt;br /&gt;
&lt;br /&gt;
Note the use of the 'compact' attribute to indicate that the subpoints of the headline &amp;quot;Subject 2&amp;quot; are not in an expanded state.  The absence of the 'compact' attribute elsewhere indicates that the other headlines are in an expanded state.&lt;br /&gt;
&lt;br /&gt;
=== Possible Default Style Rules for Sample Rendering ===&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;
== More Simple Examples ==&lt;br /&gt;
&lt;br /&gt;
MarkP has a set of examples that demonstrates both the simplicity of the markup and the presentational richness that is possible:&lt;br /&gt;
&lt;br /&gt;
* [http://diveintomark.org/public/2004/01/xo-flat.xo simple XO file that can be embedded directly into an XHTML page]&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;
** in trying to comply with semantic principles the &amp;quot;compact&amp;quot; attribute to ol and ul elements is what drives the display state. Via scripting, i'm setting classes on containing li element for added styling flexibility, though CSS Gurus might be able to replace &amp;quot;li.expanded&amp;quot; in outlines.css with some other CSS selector that says &amp;quot;select an li node that contains an ol node with a 'compact' attribute set&amp;quot;.&lt;br /&gt;
*** The CSS selector for &amp;quot;an li node that contains an ol node with a 'compact' attribute set&amp;quot; would be 'li ol[compact=&amp;quot;compact&amp;quot;]'.&lt;br /&gt;
&lt;br /&gt;
== Properties of Outline Items ==&lt;br /&gt;
Outlines typically consist of a hierarchy of points and subpoints.  Each of those points (outline items) itself may have some properties (AKA attributes or metadata) that need to be represented.  Perhaps the most common additional property on outline items in practice is the URL as demonstrated in Mark Pilgrim's examples above.  Even the text label/title of an outline item could be considered a common property.  A few such common properties:&lt;br /&gt;
* text&lt;br /&gt;
* description&lt;br /&gt;
* url (often called xmlurl or htmlurl; sometimes called permalink)&lt;br /&gt;
* title&lt;br /&gt;
* type (hint of the MIME type of the resource indicated by the URL)&lt;br /&gt;
&lt;br /&gt;
In general, properties on an outline item &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; are represented by a nested definition list &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;.  Strictly speaking, it is the first &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; inside the &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; and before any following &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;, or &amp;lt;code&amp;gt;&amp;amp;lt;li&amp;amp;gt;&amp;lt;/code&amp;gt;, e.g. here is an item &amp;quot;item 1&amp;quot; with a description property (the subpoints are there purely as a point of reference to an earlier example).&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;
=== Special Properties ===&lt;br /&gt;
There are a handful of special properties which we are able to represent more directly and conveniently with the semantic XHTML building blocks that we have included, instead of terms in a definition list.  Mostly taken from the above list of common properties, these are:&lt;br /&gt;
* text, url, title, type, and rel (short for relationship)&lt;br /&gt;
&lt;br /&gt;
If we were to represent them simply as definition terms (including the &amp;quot;description&amp;quot; property from the previous example), they might look something like this:&lt;br /&gt;
&lt;br /&gt;
Example for the sake of discussion only / not a canonical XOXO example:&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;text&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; This item represents the main point we're trying to make.&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;
However, by taking advantage of the semantic &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element, we are able to dramatically simplify the common cases that utilize these properties.  From a parser's perspective, this applies to the first  &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; element directly inside the &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;
Actual XOXO Example:&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;title of 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;!-- note how the &amp;quot;text&amp;quot; property is simply the contents of the &amp;lt;a&amp;gt; element --&amp;gt;&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;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Any other properties are simply added to the definition list in the same way as the &amp;quot;description&amp;quot; property.&lt;br /&gt;
&lt;br /&gt;
=== Multi-value Properties === &lt;br /&gt;
&lt;br /&gt;
Properties that have multiple values are added using a list, nested inside of the corresponding &amp;lt;code&amp;gt;dl&amp;lt;/code&amp;gt; element:&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;multivalproperty1&amp;lt;/dt&amp;gt;&lt;br /&gt;
      &amp;lt;dd&amp;gt;&amp;lt;ul&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-a&amp;lt;/li&amp;gt;&lt;br /&gt;
       &amp;lt;li&amp;gt;value-b&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&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;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Publishing XOXO ==&lt;br /&gt;
&lt;br /&gt;
XOXO may be published in two forms, valid XHTML, and simple well-formed XML.&lt;br /&gt;
&lt;br /&gt;
=== Valid XHTML XOXO ===&lt;br /&gt;
&lt;br /&gt;
A valid XHTML XOXO page is a complete XHTML document.&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;XOXO page&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;TEXT-one&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;TEXT-two&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;
=== Simple well-formed XML XOXO ===&lt;br /&gt;
&lt;br /&gt;
The root element of a simple well-formed XML XOXO page is either an &amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt; with class name of &amp;quot;xoxo&amp;quot;.  This variant is ideal for syndication and transclusion into (X)HTML pages with [[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;TEXT-one&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;TEXT-two&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;
Valid or well-formed XHTML XOXO SHOULD be served with this Content-Type header for maximum browser compatibility.&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;
It MUST be served with one of these Content-Type headers:&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;
Content-Type: application/xml&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples in the Wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
There are many wild examples. Nearly every blogroll on the Web can be parsed as XOXO, since they are typically an unordered list of list items of hyperlinks, which is within the XOXO profile. List examples here, when the list becomes too long we can move to a dedicated page.&lt;br /&gt;
&lt;br /&gt;
* [http://api.talis.com/bf/stores/ukbib/services/facet?query=feynman&amp;amp;fields=title%2Csubject&amp;amp;top=10&amp;amp;output=html HTML output from a faceting service for book data]&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
* CVarious [[s5-tools|S5 tools]]&lt;br /&gt;
* [http://chneukirchen.org/blog/ Christian Neukirchen] has [http://chneukirchen.org/blog/archive/2006/01/xoxo-rb-0-1-released.html written a xoxo.rb, a XOXO parser and generator for 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 is a great demonstration of drag and drop sortable XOXO lists with javascript and 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;
=== Sample Code ===&lt;br /&gt;
&lt;br /&gt;
* See the [[xoxo-sample-code]] page for open source sample code to read and write XOXO files.&lt;br /&gt;
* See also the [[xoxo-compact-sample]] page with source for CSS and JS that alters the look and feel of some very plain XOXO to have twiddlable triangles for nested lists that respect the compact attribute as well.&lt;br /&gt;
&lt;br /&gt;
== XOXO Schemas ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
Note: these may be out of date and require updating to reflect the use of &amp;amp;lt;dl&amp;amp;gt; for annotating XOXO items with arbitrary properties.&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;
== References ==&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;
=== Informative References ===&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;
=== Similar Work ===&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;
* [http://en.wikipedia.org/wiki/XBEL XBEL, or the XML Bookmark Exchange Language], an open XML standard for sharing Internet URIs, also known as bookmarks (or favorites in Internet Explorer).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/OPML OPML (Outline Processor Markup Language)], an XML format for outlines.&lt;br /&gt;
&lt;br /&gt;
=== Related Reading ===&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;
&lt;br /&gt;
=== Unrelated Reading ===&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;
=== Promotional Materials / Schwag ===&lt;br /&gt;
* There is an entire XOXO clothing and accessories line.  [http://www.xoxo.com/home.php Buy XOXO stuff online].&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. There is a separate document where we are keeping our brainstorms and other explorations relating to XOXO:&lt;br /&gt;
&lt;br /&gt;
* See [[xoxo-brainstorming]] for additional thoughts on how to use XOXO for specific uses.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
** [http://blogxoxo.blogspot.com/ XOXO Blog]&lt;br /&gt;
&lt;br /&gt;
=== Q&amp;amp;A ===&lt;br /&gt;
* If you have any questions about XOXO, check the [[xoxo-faq]], and if you don't find answers, add your questions!&lt;br /&gt;
&lt;br /&gt;
=== Issues ===&lt;br /&gt;
* Please add any issues with the specification to the separate [[xoxo-issues]] document.&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications]]&lt;br /&gt;
[[Category:XOXO]]&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=presentations-id&amp;diff=40628</id>
		<title>presentations-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=presentations-id&amp;diff=40628"/>
		<updated>2009-09-01T17:11:17Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Presentasi&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Halaman ini mencatat berbagai presentasi, sesi, naskah dan poster mengenai diskusi dan penjelasan tentang [[microformats|Microformats]] secara umum dan terperinci. Kunjungi [[events|kegiatan]] Microformats untuk kegiatan presentasi berikutnya. Kunjungi juga [[podcasts]] dan [[screencast]] Microformats untuk presentasi dan diskusi video/audio.&lt;br /&gt;
&lt;br /&gt;
'''Catatan: Banyak tautan yang hilang pada halaman ini.''' Selebihnya, tautan presentasi dapat ditemukan dengan cara mengunjungi langsung halaman [[events|kegiatan]].&lt;br /&gt;
&lt;br /&gt;
Presentasi terbaru/sesi yang pertama tercatat.&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
* 2009-06-03 &amp;lt;cite lang=&amp;quot;pt&amp;quot;&amp;gt;[http://e.yq.sl.pt/ Microformatos - 2009 - Juntando as Peças do Puzzle]&amp;lt;/cite&amp;gt; by [http://twitter.com/andr3 André Luís] at SAPO Sessions ([http://twitter.com/andr3/status/2017551933 as tweeted by @andr3])&lt;br /&gt;
&lt;br /&gt;
* 2009-03-12 [http://csarven.ca/presentations/microformats-06/ microformats: #towerofbabel #pareto #dataportability] presentation by [[User:Csarven|Sarven Capadisli]] at [http://mcgill.ca GLIS 663 Knowledge Taxonomies, McGill], Montr&amp;amp;#233;al, Canada&lt;br /&gt;
&lt;br /&gt;
* 2009-03-05 [http://csarven.ca/presentations/microformats-05/ Website data through the looking-glass] presentation by [[User:Csarven|Sarven Capadisli]] at [http://conf.phpquebec.com PHP Québec Conference 2009], Montr&amp;amp;#233;al, Canada&lt;br /&gt;
&lt;br /&gt;
* 2009-01-08 [http://csarven.ca/presentations/microformats-04/ Interacting with microformats] presentation by [[User:Csarven|Sarven Capadisli]] at [http://phpquebec.org PHP Qu&amp;amp;#233;bec Monthly Meetup], Montr&amp;amp;#233;al, Canada&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
* 2008-11-18 [http://cdharrison.com/presentations/microformats/ microformats: What are they and why should you use them?] during [http://refreshaugusta.com/ RefreshAugusta] at PowerServe, Augusta, Georgia.&lt;br /&gt;
* 2008-09-05 [http://tantek.com/presentations/2008/09/social-network-portability Social Network Portability] during [[events/2008-09-05-dconstruct-social-network-portability|dConstruct 2008]].&lt;br /&gt;
* 2008-08-19 [http://tantek.com/presentations/2008/08/microformats Better User Experience Through Microformats] during day 2 of [[events/2008-08-19-better-user-experience|An Event Apart San Francisco]].&lt;br /&gt;
* 2008-08-16 [http://tantek.com/presentations/2008/08/wordpress-microformats/ WordPress and Microformats: Past, Present, Future] during [[events/2008-08-16-wordcamp|WordCamp 2008]]&lt;br /&gt;
* 2008-07-02 [http://www.slideshare.net/andr3/microformatos-pequenas-peas-do-puzzle Microformatos - pequenças peças do puzzle] presentation in Portuguese, by André Luís for a training session at SAPO.pt (Lisbon, Portugal)&lt;br /&gt;
* 2008-05-15 [http://csarven.ca/presentations/microformats-03/ Creating next generation Web sites] presentation by [[User:Csarven|Sarven Capadisli]] at [http://www.nstein.com/summit2008/ Nstein Innovation Leaders Summit 2008], Montreal, Canada&lt;br /&gt;
* 2008-04-16 [http://slideshow.rubyforge.org/microformats.html  Microformats - Adding Semantics to Your Web Site - Web 3.0 in Action] presentation by Gerald Bauer (Vancouver Software Developers Network/VanDev at University of British Columbia)&lt;br /&gt;
* 2008-03-17 [http://csarven.ca/presentations/microformats-02/ Microformats overview: how to help machines recognise common data formats in Web documents] presentation by [[User:Csarven|Sarven Capadisli]] at [http://station-c.com/ Coder's Saturday], Montreal, Canada&lt;br /&gt;
* 2008-02-19 [http://www.glennjones.net/Post/835/SemanticCampLondon.htm Can your website be your API and real life] presentation by Glenn Jones (Semantic Camp London) covers social network portability and date portability&lt;br /&gt;
* 2008-02-19 [http://www.slideshare.net/garethr/parsing-microformats Parsing Microformats] presentation by Gareth Rushgrove (Semantic Camp London) includes an overview of available parsers&lt;br /&gt;
&lt;br /&gt;
== 2007 ==&lt;br /&gt;
* 2007-11-17 [http://www.slideshare.net/56k/mromanello-ecal-presentation Linking Text References to Relevant Digital Resources Over The Web (Proposal of a Microformat for Canonical Texts References)] presentation by Matteo Romanello at [http://enlil.ff.cuni.cz/ecal Electronic Corpora of Ancient Languages] conference held in Prague on November 2007.&lt;br /&gt;
* 2007-11-06 [http://www.slideshare.net/guest897d73/microformats-a-web-of-data Microformats: A Web of Data] presentation by Brian Suda at [[events/2007-11-06-microfomats-a-web-of-data|Web 2.0 Expo Berlin]].&lt;br /&gt;
* 2007-10-31 [http://video.google.com/videoplay?docid=4912491017216716477 Microformats - The What, Where, Why and How] This is a recording of a presentation given by Mark Meeker on Microformats. Mark is an Architect on the UI Engineering team at Orbitz Worldwide. OrbitzTech talk Chicago Il.&lt;br /&gt;
* 2007-10-04 [http://tantek.com/presentations/2007/10/social-network-portability/ Social Network Portability] presentation by Tantek Çelik at [[events/2007-10-04-fundamentos-web-social-network-portability|Fundamentos Web 2007]].&lt;br /&gt;
* 2007-10-04 [http://www.slideshare.net/mattb/coding-on-the-shoulders-of-giants Coding on the Shoulders of Giants] presentation by Matt Biddulph at [[events/2007-10-04-future-of-web-apps|Future of Web Apps London 2007]] - mentions their implementation of hCard, hCalendar and how their support gives them more features.&lt;br /&gt;
* 2007-10-02 [http://www.slideshare.net/cgriego/microformats-building-blocks-of-the-semantic-web/ Microformats, building blocks of the semantic web] presentation by Chris Griego at [[events/2007-10-02-dallas-ruby-brigade|Dallas Ruby Brigade October 2007]]&lt;br /&gt;
* 2007-08-30 GeekUp presentation by [http://www.ts0.com Thom Shannon] - [http://www.ts0.com/2007/09/microformats-whats-point.asp Microformats: What's the point?]&lt;br /&gt;
* 2007-06-.. http://tantek.com/presentations/2007/06/microformats-bb-you/&lt;br /&gt;
* 2007-05-.. http://tantek.com/presentations/2007/05/microformats-bb-you/&lt;br /&gt;
* 2007-06-02 BarCamp San Diego presentation by Joshua Brewer: [http://www.slideshare.net/jbrewer/barcamp-sd-microformats Microformats: Building a Better Web].&lt;br /&gt;
* 2007-05-16 [[events/2007-05-16-XTech|XTech 2007]] presentation by Jeremy Keith: [http://adactio.com/extras/slides/nanotech.pdf Microformats: the nanotechnology of the semantic web].&lt;br /&gt;
* 2007-04-30 [[events/2007-04-30-mix07|Microformats: Data Formats That Put Humans First]] [http://tantek.com/presentations/2007/04/microformats/ presentation by Tantek Çelik]&lt;br /&gt;
* 2007-03-23 [[events/2007-03-23-stanford|Microformats at Stanford]] [http://tantek.com/presentations/2007/03/microformats/ presentation by Tantek Çelik]&lt;br /&gt;
* 2007-03-22 [http://www.webdu.com.au/go/session/microformats--hidden-treasures Microformats—the hidden treasure] by Dmitry Baranovskiy at the [http://www.webdu.com.au/ webDU 2007] conference in Sydney, Australia, 3:00pm–4:00pm&lt;br /&gt;
* 2007-03-16 [http://www.afroginthevalley.com/fr/2007/03/16/presentation-microformats-a-php-quebec/ Métadonnées pour Humains &amp;amp; Machines] (dead link ?) presentation in French by Sylvain Carle at the [http://conf.phpquebec.com/fr/archive/conf2007/ PHP Québec 2007] conference in Montréal, Canada.&lt;br /&gt;
* 2007-02-23 [http://bluesmoon.info/talks/microformats/ Microformats at the CSI Web 2.0 Conference in Bangalore] presentation by Philip Tellis&lt;br /&gt;
* 2007-02-19, [http://www.glennjones.net/Post/825/DestroyingWalledGardens-MicroformatssyndicationandAPI%e2%80%99s.htm Destroying Walled Gardens - Microformats syndication and API’s] at [http://barcamp.org/BarCampLondon2 BarCamp London 2], UK by Glenn Jones&lt;br /&gt;
* 2007-02-13, [http://groups.google.com/group/bristolskillswap/web/february-skillswap-microformats Microformats: The Semantic Web for the Rest of Us] Bristol Skillswap [rtsp://stream.watershed.co.uk/skillswap/2007.02.13.microformats.mov Streaming Video]&lt;br /&gt;
* 2007-02-07, [http://north.webdirections.org Web Directions North 2007], [http://north.webdirections.org/detail/venue/ Renaissance Vancouver Hotel Harbourside], 1133 West Hastings Street, Vancouver, British Columbia, V6E3T3, Canada&lt;br /&gt;
** [[events/2007-02-07-web-directions-north|Microformats at Web Directions North 2007]], 11:45am-12:45pm, 1:45pm-3:45pm&lt;br /&gt;
*** Tantek Çelik (Technorati) - &amp;quot;[http://tantek.com/presentations/2007/02/microformats/ Microformats — The Big Picture]&amp;quot;&lt;br /&gt;
*** John Allsopp (Westciv) - &amp;quot;[http://north07.webdirections.org/presentations/MicroformatsForDevelopers.pdf Microformats For Developers]&amp;quot;&lt;br /&gt;
*** Dan Cederholm (Simplebits) - &amp;quot;[http://north07.webdirections.org/presentations/MicroformatsForDesigners.pdf Microformats For Designers]&amp;quot;&lt;br /&gt;
* 2007-02-03 [http://www.glennjones.net/Post/823/Microformats%2ctheAK-47oftheweb-WebDD.htm Microformats HTML to API] at [http://www.webdd.org.uk/ WebDD], Reading UK by Glenn Jones&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
* 2006-11-24, Taichi Kaminogoya presented to [http://2xup.org/log/2006/11/27-2219 microformats に触れてみよう] at [http://www.asahi-net.or.jp/~eb2m-mrt/kaihatsu9.html XML Developers' Day #9], Tokyo, JAPAN.&lt;br /&gt;
* October 28th, [http://www.keepthebyte.ch/2006/10/microformats-speech-at-barcamp-zurich.html Microformats Speech at Barcamp Zurich]&lt;br /&gt;
* October 10th, Taichi Kaminogoya presented to [http://2xup.org/log/2006/10/10-1800 microformatsがもたらすドキドキする未来] at [http://lp1.cssnite.jp/ CSS Nite LP Disk 1], Tokyo, JAPAN.&lt;br /&gt;
* September 28th, [http://www.webdirections.org/microformats/ Microformats] at Web Directions South, Sydney Australia by John Allsopp. [http://www.webdirections.org/microformats/ slides, podcast, live blogging transcript all online now]&lt;br /&gt;
* September 27th, [http://tantek.com/presentations/2006/09/microformats-intro/ Microformats Intro] at New Context 2006, Radisson Miyako Hotel, Minato-ku, Tokyo, JAPAN.  See also [http://flickr.com/photos/tags/microformatsnewcontext2006 photos].&lt;br /&gt;
* September 16th, [http://fredericdevillamil.com/presentations/2006/que-sont-les-microformats/index.html Introducing Microformats for resume publishing] in French by Frederic de Villamil at Barcamp Paris 4. Location: 43 rue d'Aboukir, 75002 Paris France&lt;br /&gt;
* September 13th, [http://tantek.com/presentations/2006/09/microformats-practices/ Microformats Practices] at [[events/2006-09-13-future-of-web-apps-microformats|Future of Web Apps]] in San Francisco.  Location: Palace of Fine Arts Theatre, Lyon Street, San Francisco CA 94123.&lt;br /&gt;
* September 3th, Backnetwork and Microformats by Glenn Jones at Barcamp London. demo of hCard subscription idea for social networks. &lt;br /&gt;
* August 26th, Tantek Çelik led the [http://barcamp.org/BarCampStanfordMicroformats BarCampStanfordMicroformats] discussion at room 426, Margaret Jacks Hall, Stanford, CA 94305.  There is an [http://barcamp.org/f/MF-barcamp_08_26_2006.ogg Ogg recording of the session].&lt;br /&gt;
* July 11th, [http://tantek.com/presentations/2006/07/what-are-microformats/ What are microformats?] at [[events/2006-07-11-an-event-apart-microformats|An Event Apart in New York City]]&lt;br /&gt;
* July 6th, [http://yatil.de/webmontag/ka0706/ Mikroformate Erweiterte Semantik von HTML-Dokumenten] (Präsentation von Eric Eggert) Web mondays presentation in german - translation is available here&lt;br /&gt;
* June 15th, Phil Wilson presented to the [http://www.ukoln.ac.uk/web-focus/events/workshops/webmaster-2006/ Institutional Web Management Workshop]&lt;br /&gt;
* June 8, Pete Prodoehl presented [http://rasterweb.net/raster/presentations/microformats-20060608/ Microformats] to the Milwaukee Web Design Meetup Group&lt;br /&gt;
* May 30, [http://netsquared.org NetSquared] [http://netsquared.org/conference/ Conference], 4:15pm-5:10pm: : [http://netsquared.org/conference/conference-sessions/Mashups A web more woven - the alchemy and practicalities of Mashups].  Tantek Çelik, Taylor McKnight and Chris Messina will discuss the core utility of microformats to publish and share data for/with mashups and other applications.  Location:  Jordan room, Cisco Systems' Vineyard Conference Center, 260 E. Tasman Drive, San Jose, CA.&lt;br /&gt;
* May 25, Brian Suda and Ryan King presented [http://theryanking.com/presentations/2006/www/ Practical Microformats] at WWW 2006 ([http://www.molly.com Molly Holzschlag] was orginally scheduled to give this talk, we filled in at the last minute with our slides from XTech)&lt;br /&gt;
* May 24, Kevin Lawver presented [http://presentations.lawver.net/standards/a_microformat_and_proposal_for/ A Microformat and Proposal For Interoperable Widgets]&lt;br /&gt;
* May 18, [http://xtech06.usefulinc.com/schedule/paper/148 The Intelligent Design of Microformats] by Ryan King at XTech 2006. ([http://theryanking.com/presentations/2006/xtech/talk/ slides]).&lt;br /&gt;
* May 16, [http://thebigjc.org/articles/2006/05/16/is-web-2-0-changing-the-software-industry Is Web 2.0 Changing the Software Industry?] by Chris Messina at [http://meshconference.com Mesh Conference]&lt;br /&gt;
* May 16, [http://theryanking.com/presentations/2006/xtech/tutorial/ Microformats from the Ground Up] by Brian Suda and Ryan King @ XTech 2006&lt;br /&gt;
* April 25, At [http://barcamp.org/TorCampDemoCamp5 DemoCamp #5 in Toronto], [http://blog.davidjanes.com David Janes] demonstrated [http://www.blogmatrix.com/ BlogMatrix] his platform for publish which supports microformats. (see [http://accordionguy.blogware.com/blog/_archives/2006/4/26/1913279.html  Accordionguy blogpost]).&lt;br /&gt;
* April 23, [http://jazkarta.com/presentations/microformats.pdf/view Microformats and the Future of Syndication] by Nate Aune, AdaptiveWave (CM Pros Summit, San Francisco, CA)&lt;br /&gt;
* April 22, Intro to Microformats, [http://barcamp.pbwiki.com/BarCampBangalore Barcamp Bangalore], Bangalore, India, (photos [http://flickr.com/photos/abgpt/133393564/ 1], [http://flickr.com/photos/abgpt/133393545/ 2], [http://flickr.com/photos/abgpt/133393626/ 3])&lt;br /&gt;
* March 16, [http://ono.cdlib.org/archives/shimenawa/000219.html Reading 2.0] (see [http://radar.oreilly.com/archives/2006/03/link_list_reading_20_1.html Tim O'Reilly's notes]), San Francisco, CA&lt;br /&gt;
** Building with MicroFormats, [http://www.chaddickerson.com/blog/2006/03/17/reading-20-and-microformats/ Chad Dickerson], Yahoo &lt;br /&gt;
* March 13, SXSW Interactive, Room 17AB, Austin Convention Center, Austin, TX&lt;br /&gt;
** [[events/2006-03-13-sxsw-microformats|Microformats: Evolving the Web]], 11:30am-12:30pm &lt;br /&gt;
* March 11, SXSW Interactive, Room 17AB, Austin Convention Center, Austin, TX&lt;br /&gt;
** [http://tantek.com/presentations/2006/03/building-blocks Creating Building Blocks For Independents], 5pm-6pm&lt;br /&gt;
** [http://flickr.com/photos/tags/microformatssxsw photos]&lt;br /&gt;
* March 7, O'Reilly Emerging Technologies (ETech) Conference, Manchester Grand Hyatt, Ballroom, San Diego, CA&lt;br /&gt;
** [[events/2006-03-07-etech-microformats|Microformats intro and lightning demos at O'Reilly ETech conf.]], 5:30pm-6:15pm &lt;br /&gt;
** [http://flickr.com/photos/tags/microformatsetech photos]&lt;br /&gt;
* March 1, W3C Technical Plenary Day, Hotel Sofitel Cannes Mandelieu Royal Casino, main auditorium, 605 avenuedu Général de Gaulle, BP 49, MANDELIEU LA NAPOULE CEDEX, 06212 MANDELIEU LA NAPOULE, FRANCE&lt;br /&gt;
** [[events/2006-03-01-w3c-plenary-microformats|Microformats panel at W3C Technical Plenary Day]], 10:30am-11:30am&lt;br /&gt;
*** Ian Hickson (Google) - &amp;quot;A billion documents and no semantics anywhere&amp;quot; (NEED LINK TO SLIDES OR STUDY)&lt;br /&gt;
*** Tantek Çelik (Technorati) - &amp;quot;[http://tantek.com/presentations/2006/03/what-are-microformats/ What are microformats?]&amp;quot;&lt;br /&gt;
*** Håkon Wium Lie (Opera) - &amp;quot;Cascading Markup Languages — boom!&amp;quot; (NEED LINK TO SLIDES)&lt;br /&gt;
*** Rohit Khare (CommerceNet) - &amp;quot;[http://labs.commerce.net/~rohit/Angstro-W3C-TP/ Where Angle Brackets Fear to Tread]&amp;quot;&lt;br /&gt;
*** Dan Connolly (W3C) - &amp;quot;[http://www.w3.org/2003/g/talk62/slides Microformats for practical Semantic Web deployment]&amp;quot;&lt;br /&gt;
*** Q&amp;amp;A&lt;br /&gt;
**** &amp;quot;I'm very excited about '''microformats'''. What I really want is to get all the data out of databases and expressed as part of the Semantic Web.&amp;quot; - Tim Berners-Lee. ('''emphasis''' added)&lt;br /&gt;
** &amp;quot;Services and the Web&amp;quot; by Mark Nottingham (Yahoo), 12:05pm-12:10pm.&lt;br /&gt;
*** Request to W3T/W3M: Go After The &amp;quot;Real&amp;quot; Web: Apache, PHP, Mozilla, Intermediaries and Caches, '''Microformats''', JSON... ('''emphasis''' added)&lt;br /&gt;
** Attendees voted the &amp;quot;Microformats&amp;quot; session the best session of the Plenary Day. 6:17pm.&lt;br /&gt;
* February 24, Yahoo Speakers Series, Yahoo Mission College Campus, 2nd floor conference room, 2821 Mission College Blvd., Santa Clara, CA 95054&lt;br /&gt;
** [http://tantek.com/presentations/2006/02/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* January 18, Apple Web Publishers internal meeting, Apple Computer, Star Trek conference room, 1 Infinite Loop, Cupertino, CA 95014, 12-1:40pm&lt;br /&gt;
** [http://tantek.com/presentations/2006/01/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* January 10, SD Forum Emerging Technologies SIG, Room H1, Cubberley Community Center, Palo Alto, CA, 7-9pm&lt;br /&gt;
** Ryan King's presentation, Ernie Prabhakar's presentation, Rohit Khare's presentation&lt;br /&gt;
** Microformats panel: Ryan King, Ernie Prabhakar, Rohit Khare, Tantek Çelik, Kevin Marks&lt;br /&gt;
&lt;br /&gt;
== 2005 ==&lt;br /&gt;
* December 15, Syndicate Conference, San Francisco, CA&lt;br /&gt;
** [http://tantek.com/presentations/2005/12/syndicate-microformats/ Microformats - Emerging syndication types]&lt;br /&gt;
* November 26, [http://barcamp.org/index.cgi?TorCamp TorCamp], Teehan+Lax, 460 Richmond St. W, Toronto, ON, CA&lt;br /&gt;
** [http://www.davidjanes.com/docs/2005.11.25%20Microformats%20Presentation.ppt powerpoints] (sorry)&lt;br /&gt;
** [http://blog.davidjanes.com/mtarchives/2005_12.html#003467 photo]&lt;br /&gt;
* November 12, THINK Conference, Santa Cruz room, Chaminade hotel, Santa Cruz, CA, USA&lt;br /&gt;
** [[presentation-think-2005-11-12]]&lt;br /&gt;
* November 10, (location unknown), by Kevin Yank of SitePoint Pty. Ltd.&lt;br /&gt;
** [http://www.sitepoint.com/examples/innovation-on-standards/ Innovating on top of standards - Not around them]&lt;br /&gt;
* October 5, [http://web2con.com Web 2.0 Conference], Olympic Room, Argent Hotel, San Francisco, CA, USA&lt;br /&gt;
** [http://tantek.com/presentations/2005/10/microformats-examples/ Microformats Examples]&lt;br /&gt;
* October 4, [http://osafoundation.org/ OSAF], San Francisco, CA, USA&lt;br /&gt;
** [http://tantek.com/presentations/2005/10/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* September 30, [http://web.archive.org/web/20051102094339/we05.com/ Web Essentials 05] &amp;lt;nowiki&amp;gt;http://we05.com/&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier), Guthrie auditorium, University of Technology, Sydney, Australia&lt;br /&gt;
** [http://tantek.com/presentations/2005/09/microformats-evolution/ Microformats: Evolving the Web] (&amp;lt;nowiki&amp;gt;http://we05.com/podcast/mp3/we05-14-tantek-celik2.mp3&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier) MP3 - incomplete, mirror: http://microformats.org/media/2005/09/we05-14-tantek-celik2.mp3)&lt;br /&gt;
* September 29, [http://web.archive.org/web/20051102094339/we05.com/ Web Essentials 05] &amp;lt;nowiki&amp;gt;http://we05.com/&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier), Guthrie auditorium, University of Technology, Sydney, Australia&lt;br /&gt;
** [http://tantek.com/presentations/2005/09/elements-of-xhtml/ The Elements of Meaningful XHTML] (&amp;lt;nowiki&amp;gt;http://we05.com/podcast/mp3/we05-2-tantek-celik.mp3&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier) MP3 mirror: http://microformats.org/media/2005/09/we05-2-tantek-celik.mp3 )&lt;br /&gt;
* September 25, [http://webzine2005.com/ Webzine 2005], Valhalla Room, Swedish American Hall, San Francisco, CA, USA&lt;br /&gt;
** [http://theryanking.com/presentations/2005/webzine/ Microformats @ Webzine 2005]&lt;br /&gt;
* September 21, Web Intelligence Conference, Compiegne, France &lt;br /&gt;
** [http://moloko.itc.it/paoloblog/presentations/presentation_wi05/presentation_wi05.html Page-reRank: using trusted links to re-rank authority] ([http://sra.itc.it/people/massa/publications/wi05_page_rerank_massa_hayes.pdf paper]) - A discussion of using [[vote-links]] to improve [http://www-db.stanford.edu/~backrub/google.html PageRank]&lt;br /&gt;
* June 20: Supernova 2005 ([http://supernova2005.com/ Supernova2005 site]), Microformats [http://supernova2005.com/workshops.htm Workshop], Wharton West, Suite 500, San Francisco, CA, USA&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/06/what-are-microformats/ What are Microformats?]&amp;quot;&lt;br /&gt;
** &amp;quot;[http://homepage.mac.com/kevinmarks/supernovatags.html A microformat for tags]&amp;quot;&lt;br /&gt;
** [http://wiki.commerce.net/wiki/ZCommerceWS#Microformats commercenet wiki page on the workshop] ([http://labs.commerce.net/wiki/index.php/ZCommerceWS#Microformats 2])&lt;br /&gt;
* May 14: Fourteenth International World Wide Web Conference ([http://www2005.org/ WWW2005]), 2005, Microformats Dev-Day Track, Makuhari Messe Room 303, Chiba, JAPAN&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/05/what-are-microformats/ What are Microformats?]&amp;quot; - Tantek Çelik &lt;br /&gt;
** &amp;quot;[http://westciv.com/WWW2005/linkmf.html Link Microformats]&amp;quot; - John Allsopp&lt;br /&gt;
** &amp;quot;[http://complexspiral.com/events/archive/2005/www2005/potential.html The Potential of Microformats]&amp;quot; - Eric Meyer&lt;br /&gt;
** &amp;quot;Distributed Social Networks (XFN Implementations)&amp;quot;&lt;br /&gt;
*** Demonstrations of [http://wordpress.org WordPress] &amp;amp; [http://metafilter.com Metafilter]'s builtin XFN support, and XFN search engines [http://rubhub.com/ RubHub] &amp;amp; [http://xhtmlfriends.net/ xhtmlfriends.net].&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/05/hcard-hcalendar/ People and Events (hCard &amp;amp; hCalendar)]&amp;quot; - Tantek Çelik&lt;br /&gt;
** &amp;quot;[http://cnlabs.commerce.net/~rohit/hReview-in-Review/ hReview in Review]&amp;quot; - Rohit Khare&lt;br /&gt;
** &amp;quot;Bibliographies (hBib)&amp;quot; - notes captured: [[hbib-discussion-2005-05-14|hBib Discussion 2005-05-14]]&lt;br /&gt;
** &amp;quot;[http://westciv.com/WWW2005/xml2mf.html a more meaningful web with microformats]&amp;quot;&lt;br /&gt;
** &amp;quot;Semantic Web and Microformats&amp;quot; panel, Room 201&lt;br /&gt;
&lt;br /&gt;
* March 15: &amp;quot;[http://tantek.com/presentations/2005/03/decentralizednetworks/ Decentralized Social Networks]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 17AB, Austin TX&lt;br /&gt;
&lt;br /&gt;
* March 14: &amp;quot;[http://2005.sxsw.com/interactive/conference/panels/?action=show&amp;amp;id=IAP0060 How to Trick-Out Your Blog]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 16B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* March 13&lt;br /&gt;
** &amp;quot;[http://complexspiral.com/events/archive/2005/sxsw/ Emergent Semantics]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 15, Austin TX&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/03/leveragingtags.html Leveraging Tags]&amp;quot;, as part of the &amp;quot;How to Leverage Solipsism&amp;quot; panel, South by South West Conference (SXSW) 2005, Austin Convention Center Room 18A, Austin TX&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/03/elementsofxhtml/ The Elements of Meaningful XHTML]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 16B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* January 21: [http://tantek.com/presentations/2005/01/attentionxml.html Attention.xml Technology Overview], private presentation, Yahoo! campus, Santa Clara, CA&lt;br /&gt;
&lt;br /&gt;
== 2004 ==&lt;br /&gt;
&lt;br /&gt;
* September 28: &amp;quot;[http://tantek.com/presentations/20040928sdforumws/semantic-xhtml.html Semantic XHTML: Can your website be your API? - Using semantic XHTML to show what you mean]&amp;quot;, SD Forum Web Services SIG, eBay's Silicon Valley Conference Center 2161 North First Street San Jose, CA 95131&lt;br /&gt;
&lt;br /&gt;
* September 12: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?MVCeqXHTMLCSSJS Model+View+Controller = XHTML+CSS+JS]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Wallcreeper room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* September 11: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?AttentionXML Attention.XML]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Appaloosa room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* September 10: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?SimpleSemanticFormats Simple Semantic Formats]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Camel room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* March 15: &amp;quot;[http://tantek.com/presentations/2004sxsw/xfn.html Ridiculously Easy Social Software]&amp;quot;, South by South West Conference (SXSW) 2004, Austin Convention Center Room 17B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* February 11th: &amp;quot;[http://www.tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics]&amp;quot;, O'Reilly Emerging Technology Conference (ETech) 2004 Westin Horton Plaza, San Diego, CA.  This presentation was the first public discussion and introduction of the terms &amp;quot;microformat&amp;quot; and &amp;quot;lowercase semantic web&amp;quot;.  Reprised as a five-minute lightning talk at [http://wiki.oreillynet.com/etech/index.cgi?ConCon ConCon], Rx Gallery, San Francisco CA (16 February 2004).&lt;br /&gt;
&lt;br /&gt;
Halaman ini dikontribusi oleh [http://developers.technorati.com/wiki/MicroFormatsPresentations The Technorati developers wiki].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=presentasi&amp;diff=40605</id>
		<title>presentasi</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=presentasi&amp;diff=40605"/>
		<updated>2009-09-01T04:59:35Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* 2004 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC-right}}&lt;br /&gt;
&lt;br /&gt;
Halaman ini mencatat berbagai presentasi, sesi, naskah dan poster mengenai diskusi dan penjelasan tentang [[microformats|Microformats]] secara umum dan terperinci. Kunjungi [[events|kegiatan]] Microformats untuk kegiatan presentasi berikutnya. Kunjungi juga [[podcasts]] dan [[screencast]] Microformats untuk presentasi dan diskusi video/audio.&lt;br /&gt;
&lt;br /&gt;
'''Catatan: Banyak tautan yang hilang pada halaman ini.''' Selebihnya, tautan presentasi dapat ditemukan dengan cara mengunjungi langsung halaman [[events|kegiatan]].&lt;br /&gt;
&lt;br /&gt;
Presentasi terbaru/sesi yang pertama tercatat.&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
* 2009-06-03 &amp;lt;cite lang=&amp;quot;pt&amp;quot;&amp;gt;[http://e.yq.sl.pt/ Microformatos - 2009 - Juntando as Peças do Puzzle]&amp;lt;/cite&amp;gt; by [http://twitter.com/andr3 André Luís] at SAPO Sessions ([http://twitter.com/andr3/status/2017551933 as tweeted by @andr3])&lt;br /&gt;
&lt;br /&gt;
* 2009-03-12 [http://csarven.ca/presentations/microformats-06/ microformats: #towerofbabel #pareto #dataportability] presentation by [[User:Csarven|Sarven Capadisli]] at [http://mcgill.ca GLIS 663 Knowledge Taxonomies, McGill], Montr&amp;amp;#233;al, Canada&lt;br /&gt;
&lt;br /&gt;
* 2009-03-05 [http://csarven.ca/presentations/microformats-05/ Website data through the looking-glass] presentation by [[User:Csarven|Sarven Capadisli]] at [http://conf.phpquebec.com PHP Québec Conference 2009], Montr&amp;amp;#233;al, Canada&lt;br /&gt;
&lt;br /&gt;
* 2009-01-08 [http://csarven.ca/presentations/microformats-04/ Interacting with microformats] presentation by [[User:Csarven|Sarven Capadisli]] at [http://phpquebec.org PHP Qu&amp;amp;#233;bec Monthly Meetup], Montr&amp;amp;#233;al, Canada&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
* 2008-11-18 [http://cdharrison.com/presentations/microformats/ microformats: What are they and why should you use them?] during [http://refreshaugusta.com/ RefreshAugusta] at PowerServe, Augusta, Georgia.&lt;br /&gt;
* 2008-09-05 [http://tantek.com/presentations/2008/09/social-network-portability Social Network Portability] during [[events/2008-09-05-dconstruct-social-network-portability|dConstruct 2008]].&lt;br /&gt;
* 2008-08-19 [http://tantek.com/presentations/2008/08/microformats Better User Experience Through Microformats] during day 2 of [[events/2008-08-19-better-user-experience|An Event Apart San Francisco]].&lt;br /&gt;
* 2008-08-16 [http://tantek.com/presentations/2008/08/wordpress-microformats/ WordPress and Microformats: Past, Present, Future] during [[events/2008-08-16-wordcamp|WordCamp 2008]]&lt;br /&gt;
* 2008-07-02 [http://www.slideshare.net/andr3/microformatos-pequenas-peas-do-puzzle Microformatos - pequenças peças do puzzle] presentation in Portuguese, by André Luís for a training session at SAPO.pt (Lisbon, Portugal)&lt;br /&gt;
* 2008-05-15 [http://csarven.ca/presentations/microformats-03/ Creating next generation Web sites] presentation by [[User:Csarven|Sarven Capadisli]] at [http://www.nstein.com/summit2008/ Nstein Innovation Leaders Summit 2008], Montreal, Canada&lt;br /&gt;
* 2008-04-16 [http://slideshow.rubyforge.org/microformats.html  Microformats - Adding Semantics to Your Web Site - Web 3.0 in Action] presentation by Gerald Bauer (Vancouver Software Developers Network/VanDev at University of British Columbia)&lt;br /&gt;
* 2008-03-17 [http://csarven.ca/presentations/microformats-02/ Microformats overview: how to help machines recognise common data formats in Web documents] presentation by [[User:Csarven|Sarven Capadisli]] at [http://station-c.com/ Coder's Saturday], Montreal, Canada&lt;br /&gt;
* 2008-02-19 [http://www.glennjones.net/Post/835/SemanticCampLondon.htm Can your website be your API and real life] presentation by Glenn Jones (Semantic Camp London) covers social network portability and date portability&lt;br /&gt;
* 2008-02-19 [http://www.slideshare.net/garethr/parsing-microformats Parsing Microformats] presentation by Gareth Rushgrove (Semantic Camp London) includes an overview of available parsers&lt;br /&gt;
&lt;br /&gt;
== 2007 ==&lt;br /&gt;
* 2007-11-17 [http://www.slideshare.net/56k/mromanello-ecal-presentation Linking Text References to Relevant Digital Resources Over The Web (Proposal of a Microformat for Canonical Texts References)] presentation by Matteo Romanello at [http://enlil.ff.cuni.cz/ecal Electronic Corpora of Ancient Languages] conference held in Prague on November 2007.&lt;br /&gt;
* 2007-11-06 [http://www.slideshare.net/guest897d73/microformats-a-web-of-data Microformats: A Web of Data] presentation by Brian Suda at [[events/2007-11-06-microfomats-a-web-of-data|Web 2.0 Expo Berlin]].&lt;br /&gt;
* 2007-10-31 [http://video.google.com/videoplay?docid=4912491017216716477 Microformats - The What, Where, Why and How] This is a recording of a presentation given by Mark Meeker on Microformats. Mark is an Architect on the UI Engineering team at Orbitz Worldwide. OrbitzTech talk Chicago Il.&lt;br /&gt;
* 2007-10-04 [http://tantek.com/presentations/2007/10/social-network-portability/ Social Network Portability] presentation by Tantek Çelik at [[events/2007-10-04-fundamentos-web-social-network-portability|Fundamentos Web 2007]].&lt;br /&gt;
* 2007-10-04 [http://www.slideshare.net/mattb/coding-on-the-shoulders-of-giants Coding on the Shoulders of Giants] presentation by Matt Biddulph at [[events/2007-10-04-future-of-web-apps|Future of Web Apps London 2007]] - mentions their implementation of hCard, hCalendar and how their support gives them more features.&lt;br /&gt;
* 2007-10-02 [http://www.slideshare.net/cgriego/microformats-building-blocks-of-the-semantic-web/ Microformats, building blocks of the semantic web] presentation by Chris Griego at [[events/2007-10-02-dallas-ruby-brigade|Dallas Ruby Brigade October 2007]]&lt;br /&gt;
* 2007-08-30 GeekUp presentation by [http://www.ts0.com Thom Shannon] - [http://www.ts0.com/2007/09/microformats-whats-point.asp Microformats: What's the point?]&lt;br /&gt;
* 2007-06-.. http://tantek.com/presentations/2007/06/microformats-bb-you/&lt;br /&gt;
* 2007-05-.. http://tantek.com/presentations/2007/05/microformats-bb-you/&lt;br /&gt;
* 2007-06-02 BarCamp San Diego presentation by Joshua Brewer: [http://www.slideshare.net/jbrewer/barcamp-sd-microformats Microformats: Building a Better Web].&lt;br /&gt;
* 2007-05-16 [[events/2007-05-16-XTech|XTech 2007]] presentation by Jeremy Keith: [http://adactio.com/extras/slides/nanotech.pdf Microformats: the nanotechnology of the semantic web].&lt;br /&gt;
* 2007-04-30 [[events/2007-04-30-mix07|Microformats: Data Formats That Put Humans First]] [http://tantek.com/presentations/2007/04/microformats/ presentation by Tantek Çelik]&lt;br /&gt;
* 2007-03-23 [[events/2007-03-23-stanford|Microformats at Stanford]] [http://tantek.com/presentations/2007/03/microformats/ presentation by Tantek Çelik]&lt;br /&gt;
* 2007-03-22 [http://www.webdu.com.au/go/session/microformats--hidden-treasures Microformats—the hidden treasure] by Dmitry Baranovskiy at the [http://www.webdu.com.au/ webDU 2007] conference in Sydney, Australia, 3:00pm–4:00pm&lt;br /&gt;
* 2007-03-16 [http://www.afroginthevalley.com/fr/2007/03/16/presentation-microformats-a-php-quebec/ Métadonnées pour Humains &amp;amp; Machines] (dead link ?) presentation in French by Sylvain Carle at the [http://conf.phpquebec.com/fr/archive/conf2007/ PHP Québec 2007] conference in Montréal, Canada.&lt;br /&gt;
* 2007-02-23 [http://bluesmoon.info/talks/microformats/ Microformats at the CSI Web 2.0 Conference in Bangalore] presentation by Philip Tellis&lt;br /&gt;
* 2007-02-19, [http://www.glennjones.net/Post/825/DestroyingWalledGardens-MicroformatssyndicationandAPI%e2%80%99s.htm Destroying Walled Gardens - Microformats syndication and API’s] at [http://barcamp.org/BarCampLondon2 BarCamp London 2], UK by Glenn Jones&lt;br /&gt;
* 2007-02-13, [http://groups.google.com/group/bristolskillswap/web/february-skillswap-microformats Microformats: The Semantic Web for the Rest of Us] Bristol Skillswap [rtsp://stream.watershed.co.uk/skillswap/2007.02.13.microformats.mov Streaming Video]&lt;br /&gt;
* 2007-02-07, [http://north.webdirections.org Web Directions North 2007], [http://north.webdirections.org/detail/venue/ Renaissance Vancouver Hotel Harbourside], 1133 West Hastings Street, Vancouver, British Columbia, V6E3T3, Canada&lt;br /&gt;
** [[events/2007-02-07-web-directions-north|Microformats at Web Directions North 2007]], 11:45am-12:45pm, 1:45pm-3:45pm&lt;br /&gt;
*** Tantek Çelik (Technorati) - &amp;quot;[http://tantek.com/presentations/2007/02/microformats/ Microformats — The Big Picture]&amp;quot;&lt;br /&gt;
*** John Allsopp (Westciv) - &amp;quot;[http://north07.webdirections.org/presentations/MicroformatsForDevelopers.pdf Microformats For Developers]&amp;quot;&lt;br /&gt;
*** Dan Cederholm (Simplebits) - &amp;quot;[http://north07.webdirections.org/presentations/MicroformatsForDesigners.pdf Microformats For Designers]&amp;quot;&lt;br /&gt;
* 2007-02-03 [http://www.glennjones.net/Post/823/Microformats%2ctheAK-47oftheweb-WebDD.htm Microformats HTML to API] at [http://www.webdd.org.uk/ WebDD], Reading UK by Glenn Jones&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
* 2006-11-24, Taichi Kaminogoya presented to [http://2xup.org/log/2006/11/27-2219 microformats に触れてみよう] at [http://www.asahi-net.or.jp/~eb2m-mrt/kaihatsu9.html XML Developers' Day #9], Tokyo, JAPAN.&lt;br /&gt;
* October 28th, [http://www.keepthebyte.ch/2006/10/microformats-speech-at-barcamp-zurich.html Microformats Speech at Barcamp Zurich]&lt;br /&gt;
* October 10th, Taichi Kaminogoya presented to [http://2xup.org/log/2006/10/10-1800 microformatsがもたらすドキドキする未来] at [http://lp1.cssnite.jp/ CSS Nite LP Disk 1], Tokyo, JAPAN.&lt;br /&gt;
* September 28th, [http://www.webdirections.org/microformats/ Microformats] at Web Directions South, Sydney Australia by John Allsopp. [http://www.webdirections.org/microformats/ slides, podcast, live blogging transcript all online now]&lt;br /&gt;
* September 27th, [http://tantek.com/presentations/2006/09/microformats-intro/ Microformats Intro] at New Context 2006, Radisson Miyako Hotel, Minato-ku, Tokyo, JAPAN.  See also [http://flickr.com/photos/tags/microformatsnewcontext2006 photos].&lt;br /&gt;
* September 16th, [http://fredericdevillamil.com/presentations/2006/que-sont-les-microformats/index.html Introducing Microformats for resume publishing] in French by Frederic de Villamil at Barcamp Paris 4. Location: 43 rue d'Aboukir, 75002 Paris France&lt;br /&gt;
* September 13th, [http://tantek.com/presentations/2006/09/microformats-practices/ Microformats Practices] at [[events/2006-09-13-future-of-web-apps-microformats|Future of Web Apps]] in San Francisco.  Location: Palace of Fine Arts Theatre, Lyon Street, San Francisco CA 94123.&lt;br /&gt;
* September 3th, Backnetwork and Microformats by Glenn Jones at Barcamp London. demo of hCard subscription idea for social networks. &lt;br /&gt;
* August 26th, Tantek Çelik led the [http://barcamp.org/BarCampStanfordMicroformats BarCampStanfordMicroformats] discussion at room 426, Margaret Jacks Hall, Stanford, CA 94305.  There is an [http://barcamp.org/f/MF-barcamp_08_26_2006.ogg Ogg recording of the session].&lt;br /&gt;
* July 11th, [http://tantek.com/presentations/2006/07/what-are-microformats/ What are microformats?] at [[events/2006-07-11-an-event-apart-microformats|An Event Apart in New York City]]&lt;br /&gt;
* July 6th, [http://yatil.de/webmontag/ka0706/ Mikroformate Erweiterte Semantik von HTML-Dokumenten] (Präsentation von Eric Eggert) Web mondays presentation in german - translation is available here&lt;br /&gt;
* June 15th, Phil Wilson presented to the [http://www.ukoln.ac.uk/web-focus/events/workshops/webmaster-2006/ Institutional Web Management Workshop]&lt;br /&gt;
* June 8, Pete Prodoehl presented [http://rasterweb.net/raster/presentations/microformats-20060608/ Microformats] to the Milwaukee Web Design Meetup Group&lt;br /&gt;
* May 30, [http://netsquared.org NetSquared] [http://netsquared.org/conference/ Conference], 4:15pm-5:10pm: : [http://netsquared.org/conference/conference-sessions/Mashups A web more woven - the alchemy and practicalities of Mashups].  Tantek Çelik, Taylor McKnight and Chris Messina will discuss the core utility of microformats to publish and share data for/with mashups and other applications.  Location:  Jordan room, Cisco Systems' Vineyard Conference Center, 260 E. Tasman Drive, San Jose, CA.&lt;br /&gt;
* May 25, Brian Suda and Ryan King presented [http://theryanking.com/presentations/2006/www/ Practical Microformats] at WWW 2006 ([http://www.molly.com Molly Holzschlag] was orginally scheduled to give this talk, we filled in at the last minute with our slides from XTech)&lt;br /&gt;
* May 24, Kevin Lawver presented [http://presentations.lawver.net/standards/a_microformat_and_proposal_for/ A Microformat and Proposal For Interoperable Widgets]&lt;br /&gt;
* May 18, [http://xtech06.usefulinc.com/schedule/paper/148 The Intelligent Design of Microformats] by Ryan King at XTech 2006. ([http://theryanking.com/presentations/2006/xtech/talk/ slides]).&lt;br /&gt;
* May 16, [http://thebigjc.org/articles/2006/05/16/is-web-2-0-changing-the-software-industry Is Web 2.0 Changing the Software Industry?] by Chris Messina at [http://meshconference.com Mesh Conference]&lt;br /&gt;
* May 16, [http://theryanking.com/presentations/2006/xtech/tutorial/ Microformats from the Ground Up] by Brian Suda and Ryan King @ XTech 2006&lt;br /&gt;
* April 25, At [http://barcamp.org/TorCampDemoCamp5 DemoCamp #5 in Toronto], [http://blog.davidjanes.com David Janes] demonstrated [http://www.blogmatrix.com/ BlogMatrix] his platform for publish which supports microformats. (see [http://accordionguy.blogware.com/blog/_archives/2006/4/26/1913279.html  Accordionguy blogpost]).&lt;br /&gt;
* April 23, [http://jazkarta.com/presentations/microformats.pdf/view Microformats and the Future of Syndication] by Nate Aune, AdaptiveWave (CM Pros Summit, San Francisco, CA)&lt;br /&gt;
* April 22, Intro to Microformats, [http://barcamp.pbwiki.com/BarCampBangalore Barcamp Bangalore], Bangalore, India, (photos [http://flickr.com/photos/abgpt/133393564/ 1], [http://flickr.com/photos/abgpt/133393545/ 2], [http://flickr.com/photos/abgpt/133393626/ 3])&lt;br /&gt;
* March 16, [http://ono.cdlib.org/archives/shimenawa/000219.html Reading 2.0] (see [http://radar.oreilly.com/archives/2006/03/link_list_reading_20_1.html Tim O'Reilly's notes]), San Francisco, CA&lt;br /&gt;
** Building with MicroFormats, [http://www.chaddickerson.com/blog/2006/03/17/reading-20-and-microformats/ Chad Dickerson], Yahoo &lt;br /&gt;
* March 13, SXSW Interactive, Room 17AB, Austin Convention Center, Austin, TX&lt;br /&gt;
** [[events/2006-03-13-sxsw-microformats|Microformats: Evolving the Web]], 11:30am-12:30pm &lt;br /&gt;
* March 11, SXSW Interactive, Room 17AB, Austin Convention Center, Austin, TX&lt;br /&gt;
** [http://tantek.com/presentations/2006/03/building-blocks Creating Building Blocks For Independents], 5pm-6pm&lt;br /&gt;
** [http://flickr.com/photos/tags/microformatssxsw photos]&lt;br /&gt;
* March 7, O'Reilly Emerging Technologies (ETech) Conference, Manchester Grand Hyatt, Ballroom, San Diego, CA&lt;br /&gt;
** [[events/2006-03-07-etech-microformats|Microformats intro and lightning demos at O'Reilly ETech conf.]], 5:30pm-6:15pm &lt;br /&gt;
** [http://flickr.com/photos/tags/microformatsetech photos]&lt;br /&gt;
* March 1, W3C Technical Plenary Day, Hotel Sofitel Cannes Mandelieu Royal Casino, main auditorium, 605 avenuedu Général de Gaulle, BP 49, MANDELIEU LA NAPOULE CEDEX, 06212 MANDELIEU LA NAPOULE, FRANCE&lt;br /&gt;
** [[events/2006-03-01-w3c-plenary-microformats|Microformats panel at W3C Technical Plenary Day]], 10:30am-11:30am&lt;br /&gt;
*** Ian Hickson (Google) - &amp;quot;A billion documents and no semantics anywhere&amp;quot; (NEED LINK TO SLIDES OR STUDY)&lt;br /&gt;
*** Tantek Çelik (Technorati) - &amp;quot;[http://tantek.com/presentations/2006/03/what-are-microformats/ What are microformats?]&amp;quot;&lt;br /&gt;
*** Håkon Wium Lie (Opera) - &amp;quot;Cascading Markup Languages — boom!&amp;quot; (NEED LINK TO SLIDES)&lt;br /&gt;
*** Rohit Khare (CommerceNet) - &amp;quot;[http://labs.commerce.net/~rohit/Angstro-W3C-TP/ Where Angle Brackets Fear to Tread]&amp;quot;&lt;br /&gt;
*** Dan Connolly (W3C) - &amp;quot;[http://www.w3.org/2003/g/talk62/slides Microformats for practical Semantic Web deployment]&amp;quot;&lt;br /&gt;
*** Q&amp;amp;A&lt;br /&gt;
**** &amp;quot;I'm very excited about '''microformats'''. What I really want is to get all the data out of databases and expressed as part of the Semantic Web.&amp;quot; - Tim Berners-Lee. ('''emphasis''' added)&lt;br /&gt;
** &amp;quot;Services and the Web&amp;quot; by Mark Nottingham (Yahoo), 12:05pm-12:10pm.&lt;br /&gt;
*** Request to W3T/W3M: Go After The &amp;quot;Real&amp;quot; Web: Apache, PHP, Mozilla, Intermediaries and Caches, '''Microformats''', JSON... ('''emphasis''' added)&lt;br /&gt;
** Attendees voted the &amp;quot;Microformats&amp;quot; session the best session of the Plenary Day. 6:17pm.&lt;br /&gt;
* February 24, Yahoo Speakers Series, Yahoo Mission College Campus, 2nd floor conference room, 2821 Mission College Blvd., Santa Clara, CA 95054&lt;br /&gt;
** [http://tantek.com/presentations/2006/02/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* January 18, Apple Web Publishers internal meeting, Apple Computer, Star Trek conference room, 1 Infinite Loop, Cupertino, CA 95014, 12-1:40pm&lt;br /&gt;
** [http://tantek.com/presentations/2006/01/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* January 10, SD Forum Emerging Technologies SIG, Room H1, Cubberley Community Center, Palo Alto, CA, 7-9pm&lt;br /&gt;
** Ryan King's presentation, Ernie Prabhakar's presentation, Rohit Khare's presentation&lt;br /&gt;
** Microformats panel: Ryan King, Ernie Prabhakar, Rohit Khare, Tantek Çelik, Kevin Marks&lt;br /&gt;
&lt;br /&gt;
== 2005 ==&lt;br /&gt;
* December 15, Syndicate Conference, San Francisco, CA&lt;br /&gt;
** [http://tantek.com/presentations/2005/12/syndicate-microformats/ Microformats - Emerging syndication types]&lt;br /&gt;
* November 26, [http://barcamp.org/index.cgi?TorCamp TorCamp], Teehan+Lax, 460 Richmond St. W, Toronto, ON, CA&lt;br /&gt;
** [http://www.davidjanes.com/docs/2005.11.25%20Microformats%20Presentation.ppt powerpoints] (sorry)&lt;br /&gt;
** [http://blog.davidjanes.com/mtarchives/2005_12.html#003467 photo]&lt;br /&gt;
* November 12, THINK Conference, Santa Cruz room, Chaminade hotel, Santa Cruz, CA, USA&lt;br /&gt;
** [[presentation-think-2005-11-12]]&lt;br /&gt;
* November 10, (location unknown), by Kevin Yank of SitePoint Pty. Ltd.&lt;br /&gt;
** [http://www.sitepoint.com/examples/innovation-on-standards/ Innovating on top of standards - Not around them]&lt;br /&gt;
* October 5, [http://web2con.com Web 2.0 Conference], Olympic Room, Argent Hotel, San Francisco, CA, USA&lt;br /&gt;
** [http://tantek.com/presentations/2005/10/microformats-examples/ Microformats Examples]&lt;br /&gt;
* October 4, [http://osafoundation.org/ OSAF], San Francisco, CA, USA&lt;br /&gt;
** [http://tantek.com/presentations/2005/10/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* September 30, [http://web.archive.org/web/20051102094339/we05.com/ Web Essentials 05] &amp;lt;nowiki&amp;gt;http://we05.com/&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier), Guthrie auditorium, University of Technology, Sydney, Australia&lt;br /&gt;
** [http://tantek.com/presentations/2005/09/microformats-evolution/ Microformats: Evolving the Web] (&amp;lt;nowiki&amp;gt;http://we05.com/podcast/mp3/we05-14-tantek-celik2.mp3&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier) MP3 - incomplete, mirror: http://microformats.org/media/2005/09/we05-14-tantek-celik2.mp3)&lt;br /&gt;
* September 29, [http://web.archive.org/web/20051102094339/we05.com/ Web Essentials 05] &amp;lt;nowiki&amp;gt;http://we05.com/&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier), Guthrie auditorium, University of Technology, Sydney, Australia&lt;br /&gt;
** [http://tantek.com/presentations/2005/09/elements-of-xhtml/ The Elements of Meaningful XHTML] (&amp;lt;nowiki&amp;gt;http://we05.com/podcast/mp3/we05-2-tantek-celik.mp3&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier) MP3 mirror: http://microformats.org/media/2005/09/we05-2-tantek-celik.mp3 )&lt;br /&gt;
* September 25, [http://webzine2005.com/ Webzine 2005], Valhalla Room, Swedish American Hall, San Francisco, CA, USA&lt;br /&gt;
** [http://theryanking.com/presentations/2005/webzine/ Microformats @ Webzine 2005]&lt;br /&gt;
* September 21, Web Intelligence Conference, Compiegne, France &lt;br /&gt;
** [http://moloko.itc.it/paoloblog/presentations/presentation_wi05/presentation_wi05.html Page-reRank: using trusted links to re-rank authority] ([http://sra.itc.it/people/massa/publications/wi05_page_rerank_massa_hayes.pdf paper]) - A discussion of using [[vote-links]] to improve [http://www-db.stanford.edu/~backrub/google.html PageRank]&lt;br /&gt;
* June 20: Supernova 2005 ([http://supernova2005.com/ Supernova2005 site]), Microformats [http://supernova2005.com/workshops.htm Workshop], Wharton West, Suite 500, San Francisco, CA, USA&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/06/what-are-microformats/ What are Microformats?]&amp;quot;&lt;br /&gt;
** &amp;quot;[http://homepage.mac.com/kevinmarks/supernovatags.html A microformat for tags]&amp;quot;&lt;br /&gt;
** [http://wiki.commerce.net/wiki/ZCommerceWS#Microformats commercenet wiki page on the workshop] ([http://labs.commerce.net/wiki/index.php/ZCommerceWS#Microformats 2])&lt;br /&gt;
* May 14: Fourteenth International World Wide Web Conference ([http://www2005.org/ WWW2005]), 2005, Microformats Dev-Day Track, Makuhari Messe Room 303, Chiba, JAPAN&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/05/what-are-microformats/ What are Microformats?]&amp;quot; - Tantek Çelik &lt;br /&gt;
** &amp;quot;[http://westciv.com/WWW2005/linkmf.html Link Microformats]&amp;quot; - John Allsopp&lt;br /&gt;
** &amp;quot;[http://complexspiral.com/events/archive/2005/www2005/potential.html The Potential of Microformats]&amp;quot; - Eric Meyer&lt;br /&gt;
** &amp;quot;Distributed Social Networks (XFN Implementations)&amp;quot;&lt;br /&gt;
*** Demonstrations of [http://wordpress.org WordPress] &amp;amp; [http://metafilter.com Metafilter]'s builtin XFN support, and XFN search engines [http://rubhub.com/ RubHub] &amp;amp; [http://xhtmlfriends.net/ xhtmlfriends.net].&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/05/hcard-hcalendar/ People and Events (hCard &amp;amp; hCalendar)]&amp;quot; - Tantek Çelik&lt;br /&gt;
** &amp;quot;[http://cnlabs.commerce.net/~rohit/hReview-in-Review/ hReview in Review]&amp;quot; - Rohit Khare&lt;br /&gt;
** &amp;quot;Bibliographies (hBib)&amp;quot; - notes captured: [[hbib-discussion-2005-05-14|hBib Discussion 2005-05-14]]&lt;br /&gt;
** &amp;quot;[http://westciv.com/WWW2005/xml2mf.html a more meaningful web with microformats]&amp;quot;&lt;br /&gt;
** &amp;quot;Semantic Web and Microformats&amp;quot; panel, Room 201&lt;br /&gt;
&lt;br /&gt;
* March 15: &amp;quot;[http://tantek.com/presentations/2005/03/decentralizednetworks/ Decentralized Social Networks]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 17AB, Austin TX&lt;br /&gt;
&lt;br /&gt;
* March 14: &amp;quot;[http://2005.sxsw.com/interactive/conference/panels/?action=show&amp;amp;id=IAP0060 How to Trick-Out Your Blog]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 16B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* March 13&lt;br /&gt;
** &amp;quot;[http://complexspiral.com/events/archive/2005/sxsw/ Emergent Semantics]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 15, Austin TX&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/03/leveragingtags.html Leveraging Tags]&amp;quot;, as part of the &amp;quot;How to Leverage Solipsism&amp;quot; panel, South by South West Conference (SXSW) 2005, Austin Convention Center Room 18A, Austin TX&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/03/elementsofxhtml/ The Elements of Meaningful XHTML]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 16B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* January 21: [http://tantek.com/presentations/2005/01/attentionxml.html Attention.xml Technology Overview], private presentation, Yahoo! campus, Santa Clara, CA&lt;br /&gt;
&lt;br /&gt;
== 2004 ==&lt;br /&gt;
&lt;br /&gt;
* September 28: &amp;quot;[http://tantek.com/presentations/20040928sdforumws/semantic-xhtml.html Semantic XHTML: Can your website be your API? - Using semantic XHTML to show what you mean]&amp;quot;, SD Forum Web Services SIG, eBay's Silicon Valley Conference Center 2161 North First Street San Jose, CA 95131&lt;br /&gt;
&lt;br /&gt;
* September 12: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?MVCeqXHTMLCSSJS Model+View+Controller = XHTML+CSS+JS]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Wallcreeper room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* September 11: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?AttentionXML Attention.XML]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Appaloosa room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* September 10: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?SimpleSemanticFormats Simple Semantic Formats]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Camel room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* March 15: &amp;quot;[http://tantek.com/presentations/2004sxsw/xfn.html Ridiculously Easy Social Software]&amp;quot;, South by South West Conference (SXSW) 2004, Austin Convention Center Room 17B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* February 11th: &amp;quot;[http://www.tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics]&amp;quot;, O'Reilly Emerging Technology Conference (ETech) 2004 Westin Horton Plaza, San Diego, CA.  This presentation was the first public discussion and introduction of the terms &amp;quot;microformat&amp;quot; and &amp;quot;lowercase semantic web&amp;quot;.  Reprised as a five-minute lightning talk at [http://wiki.oreillynet.com/etech/index.cgi?ConCon ConCon], Rx Gallery, San Francisco CA (16 February 2004).&lt;br /&gt;
&lt;br /&gt;
Halaman ini dikontribusi oleh [http://developers.technorati.com/wiki/MicroFormatsPresentations The Technorati developers wiki].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=presentasi&amp;diff=40604</id>
		<title>presentasi</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=presentasi&amp;diff=40604"/>
		<updated>2009-09-01T04:58:59Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC-right}}&lt;br /&gt;
&lt;br /&gt;
Halaman ini mencatat berbagai presentasi, sesi, naskah dan poster mengenai diskusi dan penjelasan tentang [[microformats|Microformats]] secara umum dan terperinci. Kunjungi [[events|kegiatan]] Microformats untuk kegiatan presentasi berikutnya. Kunjungi juga [[podcasts]] dan [[screencast]] Microformats untuk presentasi dan diskusi video/audio.&lt;br /&gt;
&lt;br /&gt;
'''Catatan: Banyak tautan yang hilang pada halaman ini.''' Selebihnya, tautan presentasi dapat ditemukan dengan cara mengunjungi langsung halaman [[events|kegiatan]].&lt;br /&gt;
&lt;br /&gt;
Presentasi terbaru/sesi yang pertama tercatat.&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
* 2009-06-03 &amp;lt;cite lang=&amp;quot;pt&amp;quot;&amp;gt;[http://e.yq.sl.pt/ Microformatos - 2009 - Juntando as Peças do Puzzle]&amp;lt;/cite&amp;gt; by [http://twitter.com/andr3 André Luís] at SAPO Sessions ([http://twitter.com/andr3/status/2017551933 as tweeted by @andr3])&lt;br /&gt;
&lt;br /&gt;
* 2009-03-12 [http://csarven.ca/presentations/microformats-06/ microformats: #towerofbabel #pareto #dataportability] presentation by [[User:Csarven|Sarven Capadisli]] at [http://mcgill.ca GLIS 663 Knowledge Taxonomies, McGill], Montr&amp;amp;#233;al, Canada&lt;br /&gt;
&lt;br /&gt;
* 2009-03-05 [http://csarven.ca/presentations/microformats-05/ Website data through the looking-glass] presentation by [[User:Csarven|Sarven Capadisli]] at [http://conf.phpquebec.com PHP Québec Conference 2009], Montr&amp;amp;#233;al, Canada&lt;br /&gt;
&lt;br /&gt;
* 2009-01-08 [http://csarven.ca/presentations/microformats-04/ Interacting with microformats] presentation by [[User:Csarven|Sarven Capadisli]] at [http://phpquebec.org PHP Qu&amp;amp;#233;bec Monthly Meetup], Montr&amp;amp;#233;al, Canada&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
* 2008-11-18 [http://cdharrison.com/presentations/microformats/ microformats: What are they and why should you use them?] during [http://refreshaugusta.com/ RefreshAugusta] at PowerServe, Augusta, Georgia.&lt;br /&gt;
* 2008-09-05 [http://tantek.com/presentations/2008/09/social-network-portability Social Network Portability] during [[events/2008-09-05-dconstruct-social-network-portability|dConstruct 2008]].&lt;br /&gt;
* 2008-08-19 [http://tantek.com/presentations/2008/08/microformats Better User Experience Through Microformats] during day 2 of [[events/2008-08-19-better-user-experience|An Event Apart San Francisco]].&lt;br /&gt;
* 2008-08-16 [http://tantek.com/presentations/2008/08/wordpress-microformats/ WordPress and Microformats: Past, Present, Future] during [[events/2008-08-16-wordcamp|WordCamp 2008]]&lt;br /&gt;
* 2008-07-02 [http://www.slideshare.net/andr3/microformatos-pequenas-peas-do-puzzle Microformatos - pequenças peças do puzzle] presentation in Portuguese, by André Luís for a training session at SAPO.pt (Lisbon, Portugal)&lt;br /&gt;
* 2008-05-15 [http://csarven.ca/presentations/microformats-03/ Creating next generation Web sites] presentation by [[User:Csarven|Sarven Capadisli]] at [http://www.nstein.com/summit2008/ Nstein Innovation Leaders Summit 2008], Montreal, Canada&lt;br /&gt;
* 2008-04-16 [http://slideshow.rubyforge.org/microformats.html  Microformats - Adding Semantics to Your Web Site - Web 3.0 in Action] presentation by Gerald Bauer (Vancouver Software Developers Network/VanDev at University of British Columbia)&lt;br /&gt;
* 2008-03-17 [http://csarven.ca/presentations/microformats-02/ Microformats overview: how to help machines recognise common data formats in Web documents] presentation by [[User:Csarven|Sarven Capadisli]] at [http://station-c.com/ Coder's Saturday], Montreal, Canada&lt;br /&gt;
* 2008-02-19 [http://www.glennjones.net/Post/835/SemanticCampLondon.htm Can your website be your API and real life] presentation by Glenn Jones (Semantic Camp London) covers social network portability and date portability&lt;br /&gt;
* 2008-02-19 [http://www.slideshare.net/garethr/parsing-microformats Parsing Microformats] presentation by Gareth Rushgrove (Semantic Camp London) includes an overview of available parsers&lt;br /&gt;
&lt;br /&gt;
== 2007 ==&lt;br /&gt;
* 2007-11-17 [http://www.slideshare.net/56k/mromanello-ecal-presentation Linking Text References to Relevant Digital Resources Over The Web (Proposal of a Microformat for Canonical Texts References)] presentation by Matteo Romanello at [http://enlil.ff.cuni.cz/ecal Electronic Corpora of Ancient Languages] conference held in Prague on November 2007.&lt;br /&gt;
* 2007-11-06 [http://www.slideshare.net/guest897d73/microformats-a-web-of-data Microformats: A Web of Data] presentation by Brian Suda at [[events/2007-11-06-microfomats-a-web-of-data|Web 2.0 Expo Berlin]].&lt;br /&gt;
* 2007-10-31 [http://video.google.com/videoplay?docid=4912491017216716477 Microformats - The What, Where, Why and How] This is a recording of a presentation given by Mark Meeker on Microformats. Mark is an Architect on the UI Engineering team at Orbitz Worldwide. OrbitzTech talk Chicago Il.&lt;br /&gt;
* 2007-10-04 [http://tantek.com/presentations/2007/10/social-network-portability/ Social Network Portability] presentation by Tantek Çelik at [[events/2007-10-04-fundamentos-web-social-network-portability|Fundamentos Web 2007]].&lt;br /&gt;
* 2007-10-04 [http://www.slideshare.net/mattb/coding-on-the-shoulders-of-giants Coding on the Shoulders of Giants] presentation by Matt Biddulph at [[events/2007-10-04-future-of-web-apps|Future of Web Apps London 2007]] - mentions their implementation of hCard, hCalendar and how their support gives them more features.&lt;br /&gt;
* 2007-10-02 [http://www.slideshare.net/cgriego/microformats-building-blocks-of-the-semantic-web/ Microformats, building blocks of the semantic web] presentation by Chris Griego at [[events/2007-10-02-dallas-ruby-brigade|Dallas Ruby Brigade October 2007]]&lt;br /&gt;
* 2007-08-30 GeekUp presentation by [http://www.ts0.com Thom Shannon] - [http://www.ts0.com/2007/09/microformats-whats-point.asp Microformats: What's the point?]&lt;br /&gt;
* 2007-06-.. http://tantek.com/presentations/2007/06/microformats-bb-you/&lt;br /&gt;
* 2007-05-.. http://tantek.com/presentations/2007/05/microformats-bb-you/&lt;br /&gt;
* 2007-06-02 BarCamp San Diego presentation by Joshua Brewer: [http://www.slideshare.net/jbrewer/barcamp-sd-microformats Microformats: Building a Better Web].&lt;br /&gt;
* 2007-05-16 [[events/2007-05-16-XTech|XTech 2007]] presentation by Jeremy Keith: [http://adactio.com/extras/slides/nanotech.pdf Microformats: the nanotechnology of the semantic web].&lt;br /&gt;
* 2007-04-30 [[events/2007-04-30-mix07|Microformats: Data Formats That Put Humans First]] [http://tantek.com/presentations/2007/04/microformats/ presentation by Tantek Çelik]&lt;br /&gt;
* 2007-03-23 [[events/2007-03-23-stanford|Microformats at Stanford]] [http://tantek.com/presentations/2007/03/microformats/ presentation by Tantek Çelik]&lt;br /&gt;
* 2007-03-22 [http://www.webdu.com.au/go/session/microformats--hidden-treasures Microformats—the hidden treasure] by Dmitry Baranovskiy at the [http://www.webdu.com.au/ webDU 2007] conference in Sydney, Australia, 3:00pm–4:00pm&lt;br /&gt;
* 2007-03-16 [http://www.afroginthevalley.com/fr/2007/03/16/presentation-microformats-a-php-quebec/ Métadonnées pour Humains &amp;amp; Machines] (dead link ?) presentation in French by Sylvain Carle at the [http://conf.phpquebec.com/fr/archive/conf2007/ PHP Québec 2007] conference in Montréal, Canada.&lt;br /&gt;
* 2007-02-23 [http://bluesmoon.info/talks/microformats/ Microformats at the CSI Web 2.0 Conference in Bangalore] presentation by Philip Tellis&lt;br /&gt;
* 2007-02-19, [http://www.glennjones.net/Post/825/DestroyingWalledGardens-MicroformatssyndicationandAPI%e2%80%99s.htm Destroying Walled Gardens - Microformats syndication and API’s] at [http://barcamp.org/BarCampLondon2 BarCamp London 2], UK by Glenn Jones&lt;br /&gt;
* 2007-02-13, [http://groups.google.com/group/bristolskillswap/web/february-skillswap-microformats Microformats: The Semantic Web for the Rest of Us] Bristol Skillswap [rtsp://stream.watershed.co.uk/skillswap/2007.02.13.microformats.mov Streaming Video]&lt;br /&gt;
* 2007-02-07, [http://north.webdirections.org Web Directions North 2007], [http://north.webdirections.org/detail/venue/ Renaissance Vancouver Hotel Harbourside], 1133 West Hastings Street, Vancouver, British Columbia, V6E3T3, Canada&lt;br /&gt;
** [[events/2007-02-07-web-directions-north|Microformats at Web Directions North 2007]], 11:45am-12:45pm, 1:45pm-3:45pm&lt;br /&gt;
*** Tantek Çelik (Technorati) - &amp;quot;[http://tantek.com/presentations/2007/02/microformats/ Microformats — The Big Picture]&amp;quot;&lt;br /&gt;
*** John Allsopp (Westciv) - &amp;quot;[http://north07.webdirections.org/presentations/MicroformatsForDevelopers.pdf Microformats For Developers]&amp;quot;&lt;br /&gt;
*** Dan Cederholm (Simplebits) - &amp;quot;[http://north07.webdirections.org/presentations/MicroformatsForDesigners.pdf Microformats For Designers]&amp;quot;&lt;br /&gt;
* 2007-02-03 [http://www.glennjones.net/Post/823/Microformats%2ctheAK-47oftheweb-WebDD.htm Microformats HTML to API] at [http://www.webdd.org.uk/ WebDD], Reading UK by Glenn Jones&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
* 2006-11-24, Taichi Kaminogoya presented to [http://2xup.org/log/2006/11/27-2219 microformats に触れてみよう] at [http://www.asahi-net.or.jp/~eb2m-mrt/kaihatsu9.html XML Developers' Day #9], Tokyo, JAPAN.&lt;br /&gt;
* October 28th, [http://www.keepthebyte.ch/2006/10/microformats-speech-at-barcamp-zurich.html Microformats Speech at Barcamp Zurich]&lt;br /&gt;
* October 10th, Taichi Kaminogoya presented to [http://2xup.org/log/2006/10/10-1800 microformatsがもたらすドキドキする未来] at [http://lp1.cssnite.jp/ CSS Nite LP Disk 1], Tokyo, JAPAN.&lt;br /&gt;
* September 28th, [http://www.webdirections.org/microformats/ Microformats] at Web Directions South, Sydney Australia by John Allsopp. [http://www.webdirections.org/microformats/ slides, podcast, live blogging transcript all online now]&lt;br /&gt;
* September 27th, [http://tantek.com/presentations/2006/09/microformats-intro/ Microformats Intro] at New Context 2006, Radisson Miyako Hotel, Minato-ku, Tokyo, JAPAN.  See also [http://flickr.com/photos/tags/microformatsnewcontext2006 photos].&lt;br /&gt;
* September 16th, [http://fredericdevillamil.com/presentations/2006/que-sont-les-microformats/index.html Introducing Microformats for resume publishing] in French by Frederic de Villamil at Barcamp Paris 4. Location: 43 rue d'Aboukir, 75002 Paris France&lt;br /&gt;
* September 13th, [http://tantek.com/presentations/2006/09/microformats-practices/ Microformats Practices] at [[events/2006-09-13-future-of-web-apps-microformats|Future of Web Apps]] in San Francisco.  Location: Palace of Fine Arts Theatre, Lyon Street, San Francisco CA 94123.&lt;br /&gt;
* September 3th, Backnetwork and Microformats by Glenn Jones at Barcamp London. demo of hCard subscription idea for social networks. &lt;br /&gt;
* August 26th, Tantek Çelik led the [http://barcamp.org/BarCampStanfordMicroformats BarCampStanfordMicroformats] discussion at room 426, Margaret Jacks Hall, Stanford, CA 94305.  There is an [http://barcamp.org/f/MF-barcamp_08_26_2006.ogg Ogg recording of the session].&lt;br /&gt;
* July 11th, [http://tantek.com/presentations/2006/07/what-are-microformats/ What are microformats?] at [[events/2006-07-11-an-event-apart-microformats|An Event Apart in New York City]]&lt;br /&gt;
* July 6th, [http://yatil.de/webmontag/ka0706/ Mikroformate Erweiterte Semantik von HTML-Dokumenten] (Präsentation von Eric Eggert) Web mondays presentation in german - translation is available here&lt;br /&gt;
* June 15th, Phil Wilson presented to the [http://www.ukoln.ac.uk/web-focus/events/workshops/webmaster-2006/ Institutional Web Management Workshop]&lt;br /&gt;
* June 8, Pete Prodoehl presented [http://rasterweb.net/raster/presentations/microformats-20060608/ Microformats] to the Milwaukee Web Design Meetup Group&lt;br /&gt;
* May 30, [http://netsquared.org NetSquared] [http://netsquared.org/conference/ Conference], 4:15pm-5:10pm: : [http://netsquared.org/conference/conference-sessions/Mashups A web more woven - the alchemy and practicalities of Mashups].  Tantek Çelik, Taylor McKnight and Chris Messina will discuss the core utility of microformats to publish and share data for/with mashups and other applications.  Location:  Jordan room, Cisco Systems' Vineyard Conference Center, 260 E. Tasman Drive, San Jose, CA.&lt;br /&gt;
* May 25, Brian Suda and Ryan King presented [http://theryanking.com/presentations/2006/www/ Practical Microformats] at WWW 2006 ([http://www.molly.com Molly Holzschlag] was orginally scheduled to give this talk, we filled in at the last minute with our slides from XTech)&lt;br /&gt;
* May 24, Kevin Lawver presented [http://presentations.lawver.net/standards/a_microformat_and_proposal_for/ A Microformat and Proposal For Interoperable Widgets]&lt;br /&gt;
* May 18, [http://xtech06.usefulinc.com/schedule/paper/148 The Intelligent Design of Microformats] by Ryan King at XTech 2006. ([http://theryanking.com/presentations/2006/xtech/talk/ slides]).&lt;br /&gt;
* May 16, [http://thebigjc.org/articles/2006/05/16/is-web-2-0-changing-the-software-industry Is Web 2.0 Changing the Software Industry?] by Chris Messina at [http://meshconference.com Mesh Conference]&lt;br /&gt;
* May 16, [http://theryanking.com/presentations/2006/xtech/tutorial/ Microformats from the Ground Up] by Brian Suda and Ryan King @ XTech 2006&lt;br /&gt;
* April 25, At [http://barcamp.org/TorCampDemoCamp5 DemoCamp #5 in Toronto], [http://blog.davidjanes.com David Janes] demonstrated [http://www.blogmatrix.com/ BlogMatrix] his platform for publish which supports microformats. (see [http://accordionguy.blogware.com/blog/_archives/2006/4/26/1913279.html  Accordionguy blogpost]).&lt;br /&gt;
* April 23, [http://jazkarta.com/presentations/microformats.pdf/view Microformats and the Future of Syndication] by Nate Aune, AdaptiveWave (CM Pros Summit, San Francisco, CA)&lt;br /&gt;
* April 22, Intro to Microformats, [http://barcamp.pbwiki.com/BarCampBangalore Barcamp Bangalore], Bangalore, India, (photos [http://flickr.com/photos/abgpt/133393564/ 1], [http://flickr.com/photos/abgpt/133393545/ 2], [http://flickr.com/photos/abgpt/133393626/ 3])&lt;br /&gt;
* March 16, [http://ono.cdlib.org/archives/shimenawa/000219.html Reading 2.0] (see [http://radar.oreilly.com/archives/2006/03/link_list_reading_20_1.html Tim O'Reilly's notes]), San Francisco, CA&lt;br /&gt;
** Building with MicroFormats, [http://www.chaddickerson.com/blog/2006/03/17/reading-20-and-microformats/ Chad Dickerson], Yahoo &lt;br /&gt;
* March 13, SXSW Interactive, Room 17AB, Austin Convention Center, Austin, TX&lt;br /&gt;
** [[events/2006-03-13-sxsw-microformats|Microformats: Evolving the Web]], 11:30am-12:30pm &lt;br /&gt;
* March 11, SXSW Interactive, Room 17AB, Austin Convention Center, Austin, TX&lt;br /&gt;
** [http://tantek.com/presentations/2006/03/building-blocks Creating Building Blocks For Independents], 5pm-6pm&lt;br /&gt;
** [http://flickr.com/photos/tags/microformatssxsw photos]&lt;br /&gt;
* March 7, O'Reilly Emerging Technologies (ETech) Conference, Manchester Grand Hyatt, Ballroom, San Diego, CA&lt;br /&gt;
** [[events/2006-03-07-etech-microformats|Microformats intro and lightning demos at O'Reilly ETech conf.]], 5:30pm-6:15pm &lt;br /&gt;
** [http://flickr.com/photos/tags/microformatsetech photos]&lt;br /&gt;
* March 1, W3C Technical Plenary Day, Hotel Sofitel Cannes Mandelieu Royal Casino, main auditorium, 605 avenuedu Général de Gaulle, BP 49, MANDELIEU LA NAPOULE CEDEX, 06212 MANDELIEU LA NAPOULE, FRANCE&lt;br /&gt;
** [[events/2006-03-01-w3c-plenary-microformats|Microformats panel at W3C Technical Plenary Day]], 10:30am-11:30am&lt;br /&gt;
*** Ian Hickson (Google) - &amp;quot;A billion documents and no semantics anywhere&amp;quot; (NEED LINK TO SLIDES OR STUDY)&lt;br /&gt;
*** Tantek Çelik (Technorati) - &amp;quot;[http://tantek.com/presentations/2006/03/what-are-microformats/ What are microformats?]&amp;quot;&lt;br /&gt;
*** Håkon Wium Lie (Opera) - &amp;quot;Cascading Markup Languages — boom!&amp;quot; (NEED LINK TO SLIDES)&lt;br /&gt;
*** Rohit Khare (CommerceNet) - &amp;quot;[http://labs.commerce.net/~rohit/Angstro-W3C-TP/ Where Angle Brackets Fear to Tread]&amp;quot;&lt;br /&gt;
*** Dan Connolly (W3C) - &amp;quot;[http://www.w3.org/2003/g/talk62/slides Microformats for practical Semantic Web deployment]&amp;quot;&lt;br /&gt;
*** Q&amp;amp;A&lt;br /&gt;
**** &amp;quot;I'm very excited about '''microformats'''. What I really want is to get all the data out of databases and expressed as part of the Semantic Web.&amp;quot; - Tim Berners-Lee. ('''emphasis''' added)&lt;br /&gt;
** &amp;quot;Services and the Web&amp;quot; by Mark Nottingham (Yahoo), 12:05pm-12:10pm.&lt;br /&gt;
*** Request to W3T/W3M: Go After The &amp;quot;Real&amp;quot; Web: Apache, PHP, Mozilla, Intermediaries and Caches, '''Microformats''', JSON... ('''emphasis''' added)&lt;br /&gt;
** Attendees voted the &amp;quot;Microformats&amp;quot; session the best session of the Plenary Day. 6:17pm.&lt;br /&gt;
* February 24, Yahoo Speakers Series, Yahoo Mission College Campus, 2nd floor conference room, 2821 Mission College Blvd., Santa Clara, CA 95054&lt;br /&gt;
** [http://tantek.com/presentations/2006/02/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* January 18, Apple Web Publishers internal meeting, Apple Computer, Star Trek conference room, 1 Infinite Loop, Cupertino, CA 95014, 12-1:40pm&lt;br /&gt;
** [http://tantek.com/presentations/2006/01/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* January 10, SD Forum Emerging Technologies SIG, Room H1, Cubberley Community Center, Palo Alto, CA, 7-9pm&lt;br /&gt;
** Ryan King's presentation, Ernie Prabhakar's presentation, Rohit Khare's presentation&lt;br /&gt;
** Microformats panel: Ryan King, Ernie Prabhakar, Rohit Khare, Tantek Çelik, Kevin Marks&lt;br /&gt;
&lt;br /&gt;
== 2005 ==&lt;br /&gt;
* December 15, Syndicate Conference, San Francisco, CA&lt;br /&gt;
** [http://tantek.com/presentations/2005/12/syndicate-microformats/ Microformats - Emerging syndication types]&lt;br /&gt;
* November 26, [http://barcamp.org/index.cgi?TorCamp TorCamp], Teehan+Lax, 460 Richmond St. W, Toronto, ON, CA&lt;br /&gt;
** [http://www.davidjanes.com/docs/2005.11.25%20Microformats%20Presentation.ppt powerpoints] (sorry)&lt;br /&gt;
** [http://blog.davidjanes.com/mtarchives/2005_12.html#003467 photo]&lt;br /&gt;
* November 12, THINK Conference, Santa Cruz room, Chaminade hotel, Santa Cruz, CA, USA&lt;br /&gt;
** [[presentation-think-2005-11-12]]&lt;br /&gt;
* November 10, (location unknown), by Kevin Yank of SitePoint Pty. Ltd.&lt;br /&gt;
** [http://www.sitepoint.com/examples/innovation-on-standards/ Innovating on top of standards - Not around them]&lt;br /&gt;
* October 5, [http://web2con.com Web 2.0 Conference], Olympic Room, Argent Hotel, San Francisco, CA, USA&lt;br /&gt;
** [http://tantek.com/presentations/2005/10/microformats-examples/ Microformats Examples]&lt;br /&gt;
* October 4, [http://osafoundation.org/ OSAF], San Francisco, CA, USA&lt;br /&gt;
** [http://tantek.com/presentations/2005/10/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* September 30, [http://web.archive.org/web/20051102094339/we05.com/ Web Essentials 05] &amp;lt;nowiki&amp;gt;http://we05.com/&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier), Guthrie auditorium, University of Technology, Sydney, Australia&lt;br /&gt;
** [http://tantek.com/presentations/2005/09/microformats-evolution/ Microformats: Evolving the Web] (&amp;lt;nowiki&amp;gt;http://we05.com/podcast/mp3/we05-14-tantek-celik2.mp3&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier) MP3 - incomplete, mirror: http://microformats.org/media/2005/09/we05-14-tantek-celik2.mp3)&lt;br /&gt;
* September 29, [http://web.archive.org/web/20051102094339/we05.com/ Web Essentials 05] &amp;lt;nowiki&amp;gt;http://we05.com/&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier), Guthrie auditorium, University of Technology, Sydney, Australia&lt;br /&gt;
** [http://tantek.com/presentations/2005/09/elements-of-xhtml/ The Elements of Meaningful XHTML] (&amp;lt;nowiki&amp;gt;http://we05.com/podcast/mp3/we05-2-tantek-celik.mp3&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier) MP3 mirror: http://microformats.org/media/2005/09/we05-2-tantek-celik.mp3 )&lt;br /&gt;
* September 25, [http://webzine2005.com/ Webzine 2005], Valhalla Room, Swedish American Hall, San Francisco, CA, USA&lt;br /&gt;
** [http://theryanking.com/presentations/2005/webzine/ Microformats @ Webzine 2005]&lt;br /&gt;
* September 21, Web Intelligence Conference, Compiegne, France &lt;br /&gt;
** [http://moloko.itc.it/paoloblog/presentations/presentation_wi05/presentation_wi05.html Page-reRank: using trusted links to re-rank authority] ([http://sra.itc.it/people/massa/publications/wi05_page_rerank_massa_hayes.pdf paper]) - A discussion of using [[vote-links]] to improve [http://www-db.stanford.edu/~backrub/google.html PageRank]&lt;br /&gt;
* June 20: Supernova 2005 ([http://supernova2005.com/ Supernova2005 site]), Microformats [http://supernova2005.com/workshops.htm Workshop], Wharton West, Suite 500, San Francisco, CA, USA&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/06/what-are-microformats/ What are Microformats?]&amp;quot;&lt;br /&gt;
** &amp;quot;[http://homepage.mac.com/kevinmarks/supernovatags.html A microformat for tags]&amp;quot;&lt;br /&gt;
** [http://wiki.commerce.net/wiki/ZCommerceWS#Microformats commercenet wiki page on the workshop] ([http://labs.commerce.net/wiki/index.php/ZCommerceWS#Microformats 2])&lt;br /&gt;
* May 14: Fourteenth International World Wide Web Conference ([http://www2005.org/ WWW2005]), 2005, Microformats Dev-Day Track, Makuhari Messe Room 303, Chiba, JAPAN&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/05/what-are-microformats/ What are Microformats?]&amp;quot; - Tantek Çelik &lt;br /&gt;
** &amp;quot;[http://westciv.com/WWW2005/linkmf.html Link Microformats]&amp;quot; - John Allsopp&lt;br /&gt;
** &amp;quot;[http://complexspiral.com/events/archive/2005/www2005/potential.html The Potential of Microformats]&amp;quot; - Eric Meyer&lt;br /&gt;
** &amp;quot;Distributed Social Networks (XFN Implementations)&amp;quot;&lt;br /&gt;
*** Demonstrations of [http://wordpress.org WordPress] &amp;amp; [http://metafilter.com Metafilter]'s builtin XFN support, and XFN search engines [http://rubhub.com/ RubHub] &amp;amp; [http://xhtmlfriends.net/ xhtmlfriends.net].&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/05/hcard-hcalendar/ People and Events (hCard &amp;amp; hCalendar)]&amp;quot; - Tantek Çelik&lt;br /&gt;
** &amp;quot;[http://cnlabs.commerce.net/~rohit/hReview-in-Review/ hReview in Review]&amp;quot; - Rohit Khare&lt;br /&gt;
** &amp;quot;Bibliographies (hBib)&amp;quot; - notes captured: [[hbib-discussion-2005-05-14|hBib Discussion 2005-05-14]]&lt;br /&gt;
** &amp;quot;[http://westciv.com/WWW2005/xml2mf.html a more meaningful web with microformats]&amp;quot;&lt;br /&gt;
** &amp;quot;Semantic Web and Microformats&amp;quot; panel, Room 201&lt;br /&gt;
&lt;br /&gt;
* March 15: &amp;quot;[http://tantek.com/presentations/2005/03/decentralizednetworks/ Decentralized Social Networks]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 17AB, Austin TX&lt;br /&gt;
&lt;br /&gt;
* March 14: &amp;quot;[http://2005.sxsw.com/interactive/conference/panels/?action=show&amp;amp;id=IAP0060 How to Trick-Out Your Blog]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 16B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* March 13&lt;br /&gt;
** &amp;quot;[http://complexspiral.com/events/archive/2005/sxsw/ Emergent Semantics]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 15, Austin TX&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/03/leveragingtags.html Leveraging Tags]&amp;quot;, as part of the &amp;quot;How to Leverage Solipsism&amp;quot; panel, South by South West Conference (SXSW) 2005, Austin Convention Center Room 18A, Austin TX&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/03/elementsofxhtml/ The Elements of Meaningful XHTML]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 16B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* January 21: [http://tantek.com/presentations/2005/01/attentionxml.html Attention.xml Technology Overview], private presentation, Yahoo! campus, Santa Clara, CA&lt;br /&gt;
&lt;br /&gt;
== 2004 ==&lt;br /&gt;
&lt;br /&gt;
* September 28: &amp;quot;[http://tantek.com/presentations/20040928sdforumws/semantic-xhtml.html Semantic XHTML: Can your website be your API? - Using semantic XHTML to show what you mean]&amp;quot;, SD Forum Web Services SIG, eBay's Silicon Valley Conference Center 2161 North First Street San Jose, CA 95131&lt;br /&gt;
&lt;br /&gt;
* September 12: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?MVCeqXHTMLCSSJS Model+View+Controller = XHTML+CSS+JS]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Wallcreeper room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* September 11: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?AttentionXML Attention.XML]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Appaloosa room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* September 10: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?SimpleSemanticFormats Simple Semantic Formats]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Camel room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* March 15: &amp;quot;[http://tantek.com/presentations/2004sxsw/xfn.html Ridiculously Easy Social Software]&amp;quot;, South by South West Conference (SXSW) 2004, Austin Convention Center Room 17B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* February 11th: &amp;quot;[http://www.tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics]&amp;quot;, O'Reilly Emerging Technology Conference (ETech) 2004 Westin Horton Plaza, San Diego, CA.  This presentation was the first public discussion and introduction of the terms &amp;quot;microformat&amp;quot; and &amp;quot;lowercase semantic web&amp;quot;.  Reprised as a five-minute lightning talk at [http://wiki.oreillynet.com/etech/index.cgi?ConCon ConCon], Rx Gallery, San Francisco CA (16 February 2004).&lt;br /&gt;
&lt;br /&gt;
Halaman ini dikontribusi oleh [http://developers.technorati.com/wiki/MicroFormatsPresentations the Technorati developers wiki].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=presentasi&amp;diff=40603</id>
		<title>presentasi</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=presentasi&amp;diff=40603"/>
		<updated>2009-09-01T04:44:21Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: New page: {{TOC-right}} This page lists various presentations, sessions, papers and posters which have provided explanations and discusions of both microformats in general, and specific microfor...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC-right}}&lt;br /&gt;
This page lists various presentations, sessions, papers and posters which have provided explanations and discusions of both [[microformats]] in general, and specific microformats.  Check out microformats [[events]] for upcoming presentations. See also microformats [[podcasts]] and [[screencasts]] for audio/video presentations and discussions.&lt;br /&gt;
&lt;br /&gt;
'''Note: This page is missing a lot of presentation links.''' More presentation links can be found by going through specific [[events]] pages.&lt;br /&gt;
&lt;br /&gt;
Most recent presentations/sessions listed first.&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
* 2009-06-03 &amp;lt;cite lang=&amp;quot;pt&amp;quot;&amp;gt;[http://e.yq.sl.pt/ Microformatos - 2009 - Juntando as Peças do Puzzle]&amp;lt;/cite&amp;gt; by [http://twitter.com/andr3 André Luís] at SAPO Sessions ([http://twitter.com/andr3/status/2017551933 as tweeted by @andr3])&lt;br /&gt;
&lt;br /&gt;
* 2009-03-12 [http://csarven.ca/presentations/microformats-06/ microformats: #towerofbabel #pareto #dataportability] presentation by [[User:Csarven|Sarven Capadisli]] at [http://mcgill.ca GLIS 663 Knowledge Taxonomies, McGill], Montr&amp;amp;#233;al, Canada&lt;br /&gt;
&lt;br /&gt;
* 2009-03-05 [http://csarven.ca/presentations/microformats-05/ Website data through the looking-glass] presentation by [[User:Csarven|Sarven Capadisli]] at [http://conf.phpquebec.com PHP Québec Conference 2009], Montr&amp;amp;#233;al, Canada&lt;br /&gt;
&lt;br /&gt;
* 2009-01-08 [http://csarven.ca/presentations/microformats-04/ Interacting with microformats] presentation by [[User:Csarven|Sarven Capadisli]] at [http://phpquebec.org PHP Qu&amp;amp;#233;bec Monthly Meetup], Montr&amp;amp;#233;al, Canada&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
* 2008-11-18 [http://cdharrison.com/presentations/microformats/ microformats: What are they and why should you use them?] during [http://refreshaugusta.com/ RefreshAugusta] at PowerServe, Augusta, Georgia.&lt;br /&gt;
* 2008-09-05 [http://tantek.com/presentations/2008/09/social-network-portability Social Network Portability] during [[events/2008-09-05-dconstruct-social-network-portability|dConstruct 2008]].&lt;br /&gt;
* 2008-08-19 [http://tantek.com/presentations/2008/08/microformats Better User Experience Through Microformats] during day 2 of [[events/2008-08-19-better-user-experience|An Event Apart San Francisco]].&lt;br /&gt;
* 2008-08-16 [http://tantek.com/presentations/2008/08/wordpress-microformats/ WordPress and Microformats: Past, Present, Future] during [[events/2008-08-16-wordcamp|WordCamp 2008]]&lt;br /&gt;
* 2008-07-02 [http://www.slideshare.net/andr3/microformatos-pequenas-peas-do-puzzle Microformatos - pequenças peças do puzzle] presentation in Portuguese, by André Luís for a training session at SAPO.pt (Lisbon, Portugal)&lt;br /&gt;
* 2008-05-15 [http://csarven.ca/presentations/microformats-03/ Creating next generation Web sites] presentation by [[User:Csarven|Sarven Capadisli]] at [http://www.nstein.com/summit2008/ Nstein Innovation Leaders Summit 2008], Montreal, Canada&lt;br /&gt;
* 2008-04-16 [http://slideshow.rubyforge.org/microformats.html  Microformats - Adding Semantics to Your Web Site - Web 3.0 in Action] presentation by Gerald Bauer (Vancouver Software Developers Network/VanDev at University of British Columbia)&lt;br /&gt;
* 2008-03-17 [http://csarven.ca/presentations/microformats-02/ Microformats overview: how to help machines recognise common data formats in Web documents] presentation by [[User:Csarven|Sarven Capadisli]] at [http://station-c.com/ Coder's Saturday], Montreal, Canada&lt;br /&gt;
* 2008-02-19 [http://www.glennjones.net/Post/835/SemanticCampLondon.htm Can your website be your API and real life] presentation by Glenn Jones (Semantic Camp London) covers social network portability and date portability&lt;br /&gt;
* 2008-02-19 [http://www.slideshare.net/garethr/parsing-microformats Parsing Microformats] presentation by Gareth Rushgrove (Semantic Camp London) includes an overview of available parsers&lt;br /&gt;
&lt;br /&gt;
== 2007 ==&lt;br /&gt;
* 2007-11-17 [http://www.slideshare.net/56k/mromanello-ecal-presentation Linking Text References to Relevant Digital Resources Over The Web (Proposal of a Microformat for Canonical Texts References)] presentation by Matteo Romanello at [http://enlil.ff.cuni.cz/ecal Electronic Corpora of Ancient Languages] conference held in Prague on November 2007.&lt;br /&gt;
* 2007-11-06 [http://www.slideshare.net/guest897d73/microformats-a-web-of-data Microformats: A Web of Data] presentation by Brian Suda at [[events/2007-11-06-microfomats-a-web-of-data|Web 2.0 Expo Berlin]].&lt;br /&gt;
* 2007-10-31 [http://video.google.com/videoplay?docid=4912491017216716477 Microformats - The What, Where, Why and How] This is a recording of a presentation given by Mark Meeker on Microformats. Mark is an Architect on the UI Engineering team at Orbitz Worldwide. OrbitzTech talk Chicago Il.&lt;br /&gt;
* 2007-10-04 [http://tantek.com/presentations/2007/10/social-network-portability/ Social Network Portability] presentation by Tantek Çelik at [[events/2007-10-04-fundamentos-web-social-network-portability|Fundamentos Web 2007]].&lt;br /&gt;
* 2007-10-04 [http://www.slideshare.net/mattb/coding-on-the-shoulders-of-giants Coding on the Shoulders of Giants] presentation by Matt Biddulph at [[events/2007-10-04-future-of-web-apps|Future of Web Apps London 2007]] - mentions their implementation of hCard, hCalendar and how their support gives them more features.&lt;br /&gt;
* 2007-10-02 [http://www.slideshare.net/cgriego/microformats-building-blocks-of-the-semantic-web/ Microformats, building blocks of the semantic web] presentation by Chris Griego at [[events/2007-10-02-dallas-ruby-brigade|Dallas Ruby Brigade October 2007]]&lt;br /&gt;
* 2007-08-30 GeekUp presentation by [http://www.ts0.com Thom Shannon] - [http://www.ts0.com/2007/09/microformats-whats-point.asp Microformats: What's the point?]&lt;br /&gt;
* 2007-06-.. http://tantek.com/presentations/2007/06/microformats-bb-you/&lt;br /&gt;
* 2007-05-.. http://tantek.com/presentations/2007/05/microformats-bb-you/&lt;br /&gt;
* 2007-06-02 BarCamp San Diego presentation by Joshua Brewer: [http://www.slideshare.net/jbrewer/barcamp-sd-microformats Microformats: Building a Better Web].&lt;br /&gt;
* 2007-05-16 [[events/2007-05-16-XTech|XTech 2007]] presentation by Jeremy Keith: [http://adactio.com/extras/slides/nanotech.pdf Microformats: the nanotechnology of the semantic web].&lt;br /&gt;
* 2007-04-30 [[events/2007-04-30-mix07|Microformats: Data Formats That Put Humans First]] [http://tantek.com/presentations/2007/04/microformats/ presentation by Tantek Çelik]&lt;br /&gt;
* 2007-03-23 [[events/2007-03-23-stanford|Microformats at Stanford]] [http://tantek.com/presentations/2007/03/microformats/ presentation by Tantek Çelik]&lt;br /&gt;
* 2007-03-22 [http://www.webdu.com.au/go/session/microformats--hidden-treasures Microformats—the hidden treasure] by Dmitry Baranovskiy at the [http://www.webdu.com.au/ webDU 2007] conference in Sydney, Australia, 3:00pm–4:00pm&lt;br /&gt;
* 2007-03-16 [http://www.afroginthevalley.com/fr/2007/03/16/presentation-microformats-a-php-quebec/ Métadonnées pour Humains &amp;amp; Machines] (dead link ?) presentation in French by Sylvain Carle at the [http://conf.phpquebec.com/fr/archive/conf2007/ PHP Québec 2007] conference in Montréal, Canada.&lt;br /&gt;
* 2007-02-23 [http://bluesmoon.info/talks/microformats/ Microformats at the CSI Web 2.0 Conference in Bangalore] presentation by Philip Tellis&lt;br /&gt;
* 2007-02-19, [http://www.glennjones.net/Post/825/DestroyingWalledGardens-MicroformatssyndicationandAPI%e2%80%99s.htm Destroying Walled Gardens - Microformats syndication and API’s] at [http://barcamp.org/BarCampLondon2 BarCamp London 2], UK by Glenn Jones&lt;br /&gt;
* 2007-02-13, [http://groups.google.com/group/bristolskillswap/web/february-skillswap-microformats Microformats: The Semantic Web for the Rest of Us] Bristol Skillswap [rtsp://stream.watershed.co.uk/skillswap/2007.02.13.microformats.mov Streaming Video]&lt;br /&gt;
* 2007-02-07, [http://north.webdirections.org Web Directions North 2007], [http://north.webdirections.org/detail/venue/ Renaissance Vancouver Hotel Harbourside], 1133 West Hastings Street, Vancouver, British Columbia, V6E3T3, Canada&lt;br /&gt;
** [[events/2007-02-07-web-directions-north|Microformats at Web Directions North 2007]], 11:45am-12:45pm, 1:45pm-3:45pm&lt;br /&gt;
*** Tantek Çelik (Technorati) - &amp;quot;[http://tantek.com/presentations/2007/02/microformats/ Microformats — The Big Picture]&amp;quot;&lt;br /&gt;
*** John Allsopp (Westciv) - &amp;quot;[http://north07.webdirections.org/presentations/MicroformatsForDevelopers.pdf Microformats For Developers]&amp;quot;&lt;br /&gt;
*** Dan Cederholm (Simplebits) - &amp;quot;[http://north07.webdirections.org/presentations/MicroformatsForDesigners.pdf Microformats For Designers]&amp;quot;&lt;br /&gt;
* 2007-02-03 [http://www.glennjones.net/Post/823/Microformats%2ctheAK-47oftheweb-WebDD.htm Microformats HTML to API] at [http://www.webdd.org.uk/ WebDD], Reading UK by Glenn Jones&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
* 2006-11-24, Taichi Kaminogoya presented to [http://2xup.org/log/2006/11/27-2219 microformats に触れてみよう] at [http://www.asahi-net.or.jp/~eb2m-mrt/kaihatsu9.html XML Developers' Day #9], Tokyo, JAPAN.&lt;br /&gt;
* October 28th, [http://www.keepthebyte.ch/2006/10/microformats-speech-at-barcamp-zurich.html Microformats Speech at Barcamp Zurich]&lt;br /&gt;
* October 10th, Taichi Kaminogoya presented to [http://2xup.org/log/2006/10/10-1800 microformatsがもたらすドキドキする未来] at [http://lp1.cssnite.jp/ CSS Nite LP Disk 1], Tokyo, JAPAN.&lt;br /&gt;
* September 28th, [http://www.webdirections.org/microformats/ Microformats] at Web Directions South, Sydney Australia by John Allsopp. [http://www.webdirections.org/microformats/ slides, podcast, live blogging transcript all online now]&lt;br /&gt;
* September 27th, [http://tantek.com/presentations/2006/09/microformats-intro/ Microformats Intro] at New Context 2006, Radisson Miyako Hotel, Minato-ku, Tokyo, JAPAN.  See also [http://flickr.com/photos/tags/microformatsnewcontext2006 photos].&lt;br /&gt;
* September 16th, [http://fredericdevillamil.com/presentations/2006/que-sont-les-microformats/index.html Introducing Microformats for resume publishing] in French by Frederic de Villamil at Barcamp Paris 4. Location: 43 rue d'Aboukir, 75002 Paris France&lt;br /&gt;
* September 13th, [http://tantek.com/presentations/2006/09/microformats-practices/ Microformats Practices] at [[events/2006-09-13-future-of-web-apps-microformats|Future of Web Apps]] in San Francisco.  Location: Palace of Fine Arts Theatre, Lyon Street, San Francisco CA 94123.&lt;br /&gt;
* September 3th, Backnetwork and Microformats by Glenn Jones at Barcamp London. demo of hCard subscription idea for social networks. &lt;br /&gt;
* August 26th, Tantek Çelik led the [http://barcamp.org/BarCampStanfordMicroformats BarCampStanfordMicroformats] discussion at room 426, Margaret Jacks Hall, Stanford, CA 94305.  There is an [http://barcamp.org/f/MF-barcamp_08_26_2006.ogg Ogg recording of the session].&lt;br /&gt;
* July 11th, [http://tantek.com/presentations/2006/07/what-are-microformats/ What are microformats?] at [[events/2006-07-11-an-event-apart-microformats|An Event Apart in New York City]]&lt;br /&gt;
* July 6th, [http://yatil.de/webmontag/ka0706/ Mikroformate Erweiterte Semantik von HTML-Dokumenten] (Präsentation von Eric Eggert) Web mondays presentation in german - translation is available here&lt;br /&gt;
* June 15th, Phil Wilson presented to the [http://www.ukoln.ac.uk/web-focus/events/workshops/webmaster-2006/ Institutional Web Management Workshop]&lt;br /&gt;
* June 8, Pete Prodoehl presented [http://rasterweb.net/raster/presentations/microformats-20060608/ Microformats] to the Milwaukee Web Design Meetup Group&lt;br /&gt;
* May 30, [http://netsquared.org NetSquared] [http://netsquared.org/conference/ Conference], 4:15pm-5:10pm: : [http://netsquared.org/conference/conference-sessions/Mashups A web more woven - the alchemy and practicalities of Mashups].  Tantek Çelik, Taylor McKnight and Chris Messina will discuss the core utility of microformats to publish and share data for/with mashups and other applications.  Location:  Jordan room, Cisco Systems' Vineyard Conference Center, 260 E. Tasman Drive, San Jose, CA.&lt;br /&gt;
* May 25, Brian Suda and Ryan King presented [http://theryanking.com/presentations/2006/www/ Practical Microformats] at WWW 2006 ([http://www.molly.com Molly Holzschlag] was orginally scheduled to give this talk, we filled in at the last minute with our slides from XTech)&lt;br /&gt;
* May 24, Kevin Lawver presented [http://presentations.lawver.net/standards/a_microformat_and_proposal_for/ A Microformat and Proposal For Interoperable Widgets]&lt;br /&gt;
* May 18, [http://xtech06.usefulinc.com/schedule/paper/148 The Intelligent Design of Microformats] by Ryan King at XTech 2006. ([http://theryanking.com/presentations/2006/xtech/talk/ slides]).&lt;br /&gt;
* May 16, [http://thebigjc.org/articles/2006/05/16/is-web-2-0-changing-the-software-industry Is Web 2.0 Changing the Software Industry?] by Chris Messina at [http://meshconference.com Mesh Conference]&lt;br /&gt;
* May 16, [http://theryanking.com/presentations/2006/xtech/tutorial/ Microformats from the Ground Up] by Brian Suda and Ryan King @ XTech 2006&lt;br /&gt;
* April 25, At [http://barcamp.org/TorCampDemoCamp5 DemoCamp #5 in Toronto], [http://blog.davidjanes.com David Janes] demonstrated [http://www.blogmatrix.com/ BlogMatrix] his platform for publish which supports microformats. (see [http://accordionguy.blogware.com/blog/_archives/2006/4/26/1913279.html  Accordionguy blogpost]).&lt;br /&gt;
* April 23, [http://jazkarta.com/presentations/microformats.pdf/view Microformats and the Future of Syndication] by Nate Aune, AdaptiveWave (CM Pros Summit, San Francisco, CA)&lt;br /&gt;
* April 22, Intro to Microformats, [http://barcamp.pbwiki.com/BarCampBangalore Barcamp Bangalore], Bangalore, India, (photos [http://flickr.com/photos/abgpt/133393564/ 1], [http://flickr.com/photos/abgpt/133393545/ 2], [http://flickr.com/photos/abgpt/133393626/ 3])&lt;br /&gt;
* March 16, [http://ono.cdlib.org/archives/shimenawa/000219.html Reading 2.0] (see [http://radar.oreilly.com/archives/2006/03/link_list_reading_20_1.html Tim O'Reilly's notes]), San Francisco, CA&lt;br /&gt;
** Building with MicroFormats, [http://www.chaddickerson.com/blog/2006/03/17/reading-20-and-microformats/ Chad Dickerson], Yahoo &lt;br /&gt;
* March 13, SXSW Interactive, Room 17AB, Austin Convention Center, Austin, TX&lt;br /&gt;
** [[events/2006-03-13-sxsw-microformats|Microformats: Evolving the Web]], 11:30am-12:30pm &lt;br /&gt;
* March 11, SXSW Interactive, Room 17AB, Austin Convention Center, Austin, TX&lt;br /&gt;
** [http://tantek.com/presentations/2006/03/building-blocks Creating Building Blocks For Independents], 5pm-6pm&lt;br /&gt;
** [http://flickr.com/photos/tags/microformatssxsw photos]&lt;br /&gt;
* March 7, O'Reilly Emerging Technologies (ETech) Conference, Manchester Grand Hyatt, Ballroom, San Diego, CA&lt;br /&gt;
** [[events/2006-03-07-etech-microformats|Microformats intro and lightning demos at O'Reilly ETech conf.]], 5:30pm-6:15pm &lt;br /&gt;
** [http://flickr.com/photos/tags/microformatsetech photos]&lt;br /&gt;
* March 1, W3C Technical Plenary Day, Hotel Sofitel Cannes Mandelieu Royal Casino, main auditorium, 605 avenuedu Général de Gaulle, BP 49, MANDELIEU LA NAPOULE CEDEX, 06212 MANDELIEU LA NAPOULE, FRANCE&lt;br /&gt;
** [[events/2006-03-01-w3c-plenary-microformats|Microformats panel at W3C Technical Plenary Day]], 10:30am-11:30am&lt;br /&gt;
*** Ian Hickson (Google) - &amp;quot;A billion documents and no semantics anywhere&amp;quot; (NEED LINK TO SLIDES OR STUDY)&lt;br /&gt;
*** Tantek Çelik (Technorati) - &amp;quot;[http://tantek.com/presentations/2006/03/what-are-microformats/ What are microformats?]&amp;quot;&lt;br /&gt;
*** Håkon Wium Lie (Opera) - &amp;quot;Cascading Markup Languages — boom!&amp;quot; (NEED LINK TO SLIDES)&lt;br /&gt;
*** Rohit Khare (CommerceNet) - &amp;quot;[http://labs.commerce.net/~rohit/Angstro-W3C-TP/ Where Angle Brackets Fear to Tread]&amp;quot;&lt;br /&gt;
*** Dan Connolly (W3C) - &amp;quot;[http://www.w3.org/2003/g/talk62/slides Microformats for practical Semantic Web deployment]&amp;quot;&lt;br /&gt;
*** Q&amp;amp;A&lt;br /&gt;
**** &amp;quot;I'm very excited about '''microformats'''. What I really want is to get all the data out of databases and expressed as part of the Semantic Web.&amp;quot; - Tim Berners-Lee. ('''emphasis''' added)&lt;br /&gt;
** &amp;quot;Services and the Web&amp;quot; by Mark Nottingham (Yahoo), 12:05pm-12:10pm.&lt;br /&gt;
*** Request to W3T/W3M: Go After The &amp;quot;Real&amp;quot; Web: Apache, PHP, Mozilla, Intermediaries and Caches, '''Microformats''', JSON... ('''emphasis''' added)&lt;br /&gt;
** Attendees voted the &amp;quot;Microformats&amp;quot; session the best session of the Plenary Day. 6:17pm.&lt;br /&gt;
* February 24, Yahoo Speakers Series, Yahoo Mission College Campus, 2nd floor conference room, 2821 Mission College Blvd., Santa Clara, CA 95054&lt;br /&gt;
** [http://tantek.com/presentations/2006/02/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* January 18, Apple Web Publishers internal meeting, Apple Computer, Star Trek conference room, 1 Infinite Loop, Cupertino, CA 95014, 12-1:40pm&lt;br /&gt;
** [http://tantek.com/presentations/2006/01/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* January 10, SD Forum Emerging Technologies SIG, Room H1, Cubberley Community Center, Palo Alto, CA, 7-9pm&lt;br /&gt;
** Ryan King's presentation, Ernie Prabhakar's presentation, Rohit Khare's presentation&lt;br /&gt;
** Microformats panel: Ryan King, Ernie Prabhakar, Rohit Khare, Tantek Çelik, Kevin Marks&lt;br /&gt;
&lt;br /&gt;
== 2005 ==&lt;br /&gt;
* December 15, Syndicate Conference, San Francisco, CA&lt;br /&gt;
** [http://tantek.com/presentations/2005/12/syndicate-microformats/ Microformats - Emerging syndication types]&lt;br /&gt;
* November 26, [http://barcamp.org/index.cgi?TorCamp TorCamp], Teehan+Lax, 460 Richmond St. W, Toronto, ON, CA&lt;br /&gt;
** [http://www.davidjanes.com/docs/2005.11.25%20Microformats%20Presentation.ppt powerpoints] (sorry)&lt;br /&gt;
** [http://blog.davidjanes.com/mtarchives/2005_12.html#003467 photo]&lt;br /&gt;
* November 12, THINK Conference, Santa Cruz room, Chaminade hotel, Santa Cruz, CA, USA&lt;br /&gt;
** [[presentation-think-2005-11-12]]&lt;br /&gt;
* November 10, (location unknown), by Kevin Yank of SitePoint Pty. Ltd.&lt;br /&gt;
** [http://www.sitepoint.com/examples/innovation-on-standards/ Innovating on top of standards - Not around them]&lt;br /&gt;
* October 5, [http://web2con.com Web 2.0 Conference], Olympic Room, Argent Hotel, San Francisco, CA, USA&lt;br /&gt;
** [http://tantek.com/presentations/2005/10/microformats-examples/ Microformats Examples]&lt;br /&gt;
* October 4, [http://osafoundation.org/ OSAF], San Francisco, CA, USA&lt;br /&gt;
** [http://tantek.com/presentations/2005/10/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* September 30, [http://web.archive.org/web/20051102094339/we05.com/ Web Essentials 05] &amp;lt;nowiki&amp;gt;http://we05.com/&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier), Guthrie auditorium, University of Technology, Sydney, Australia&lt;br /&gt;
** [http://tantek.com/presentations/2005/09/microformats-evolution/ Microformats: Evolving the Web] (&amp;lt;nowiki&amp;gt;http://we05.com/podcast/mp3/we05-14-tantek-celik2.mp3&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier) MP3 - incomplete, mirror: http://microformats.org/media/2005/09/we05-14-tantek-celik2.mp3)&lt;br /&gt;
* September 29, [http://web.archive.org/web/20051102094339/we05.com/ Web Essentials 05] &amp;lt;nowiki&amp;gt;http://we05.com/&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier), Guthrie auditorium, University of Technology, Sydney, Australia&lt;br /&gt;
** [http://tantek.com/presentations/2005/09/elements-of-xhtml/ The Elements of Meaningful XHTML] (&amp;lt;nowiki&amp;gt;http://we05.com/podcast/mp3/we05-2-tantek-celik.mp3&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier) MP3 mirror: http://microformats.org/media/2005/09/we05-2-tantek-celik.mp3 )&lt;br /&gt;
* September 25, [http://webzine2005.com/ Webzine 2005], Valhalla Room, Swedish American Hall, San Francisco, CA, USA&lt;br /&gt;
** [http://theryanking.com/presentations/2005/webzine/ Microformats @ Webzine 2005]&lt;br /&gt;
* September 21, Web Intelligence Conference, Compiegne, France &lt;br /&gt;
** [http://moloko.itc.it/paoloblog/presentations/presentation_wi05/presentation_wi05.html Page-reRank: using trusted links to re-rank authority] ([http://sra.itc.it/people/massa/publications/wi05_page_rerank_massa_hayes.pdf paper]) - A discussion of using [[vote-links]] to improve [http://www-db.stanford.edu/~backrub/google.html PageRank]&lt;br /&gt;
* June 20: Supernova 2005 ([http://supernova2005.com/ Supernova2005 site]), Microformats [http://supernova2005.com/workshops.htm Workshop], Wharton West, Suite 500, San Francisco, CA, USA&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/06/what-are-microformats/ What are Microformats?]&amp;quot;&lt;br /&gt;
** &amp;quot;[http://homepage.mac.com/kevinmarks/supernovatags.html A microformat for tags]&amp;quot;&lt;br /&gt;
** [http://wiki.commerce.net/wiki/ZCommerceWS#Microformats commercenet wiki page on the workshop] ([http://labs.commerce.net/wiki/index.php/ZCommerceWS#Microformats 2])&lt;br /&gt;
* May 14: Fourteenth International World Wide Web Conference ([http://www2005.org/ WWW2005]), 2005, Microformats Dev-Day Track, Makuhari Messe Room 303, Chiba, JAPAN&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/05/what-are-microformats/ What are Microformats?]&amp;quot; - Tantek Çelik &lt;br /&gt;
** &amp;quot;[http://westciv.com/WWW2005/linkmf.html Link Microformats]&amp;quot; - John Allsopp&lt;br /&gt;
** &amp;quot;[http://complexspiral.com/events/archive/2005/www2005/potential.html The Potential of Microformats]&amp;quot; - Eric Meyer&lt;br /&gt;
** &amp;quot;Distributed Social Networks (XFN Implementations)&amp;quot;&lt;br /&gt;
*** Demonstrations of [http://wordpress.org WordPress] &amp;amp; [http://metafilter.com Metafilter]'s builtin XFN support, and XFN search engines [http://rubhub.com/ RubHub] &amp;amp; [http://xhtmlfriends.net/ xhtmlfriends.net].&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/05/hcard-hcalendar/ People and Events (hCard &amp;amp; hCalendar)]&amp;quot; - Tantek Çelik&lt;br /&gt;
** &amp;quot;[http://cnlabs.commerce.net/~rohit/hReview-in-Review/ hReview in Review]&amp;quot; - Rohit Khare&lt;br /&gt;
** &amp;quot;Bibliographies (hBib)&amp;quot; - notes captured: [[hbib-discussion-2005-05-14|hBib Discussion 2005-05-14]]&lt;br /&gt;
** &amp;quot;[http://westciv.com/WWW2005/xml2mf.html a more meaningful web with microformats]&amp;quot;&lt;br /&gt;
** &amp;quot;Semantic Web and Microformats&amp;quot; panel, Room 201&lt;br /&gt;
&lt;br /&gt;
* March 15: &amp;quot;[http://tantek.com/presentations/2005/03/decentralizednetworks/ Decentralized Social Networks]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 17AB, Austin TX&lt;br /&gt;
&lt;br /&gt;
* March 14: &amp;quot;[http://2005.sxsw.com/interactive/conference/panels/?action=show&amp;amp;id=IAP0060 How to Trick-Out Your Blog]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 16B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* March 13&lt;br /&gt;
** &amp;quot;[http://complexspiral.com/events/archive/2005/sxsw/ Emergent Semantics]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 15, Austin TX&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/03/leveragingtags.html Leveraging Tags]&amp;quot;, as part of the &amp;quot;How to Leverage Solipsism&amp;quot; panel, South by South West Conference (SXSW) 2005, Austin Convention Center Room 18A, Austin TX&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/03/elementsofxhtml/ The Elements of Meaningful XHTML]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 16B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* January 21: [http://tantek.com/presentations/2005/01/attentionxml.html Attention.xml Technology Overview], private presentation, Yahoo! campus, Santa Clara, CA&lt;br /&gt;
&lt;br /&gt;
== 2004 ==&lt;br /&gt;
&lt;br /&gt;
* September 28: &amp;quot;[http://tantek.com/presentations/20040928sdforumws/semantic-xhtml.html Semantic XHTML: Can your website be your API? - Using semantic XHTML to show what you mean]&amp;quot;, SD Forum Web Services SIG, eBay's Silicon Valley Conference Center 2161 North First Street San Jose, CA 95131&lt;br /&gt;
&lt;br /&gt;
* September 12: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?MVCeqXHTMLCSSJS Model+View+Controller = XHTML+CSS+JS]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Wallcreeper room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* September 11: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?AttentionXML Attention.XML]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Appaloosa room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* September 10: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?SimpleSemanticFormats Simple Semantic Formats]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Camel room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* March 15: &amp;quot;[http://tantek.com/presentations/2004sxsw/xfn.html Ridiculously Easy Social Software]&amp;quot;, South by South West Conference (SXSW) 2004, Austin Convention Center Room 17B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* February 11th: &amp;quot;[http://www.tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics]&amp;quot;, O'Reilly Emerging Technology Conference (ETech) 2004 Westin Horton Plaza, San Diego, CA.  This presentation was the first public discussion and introduction of the terms &amp;quot;microformat&amp;quot; and &amp;quot;lowercase semantic web&amp;quot;.  Reprised as a five-minute lightning talk at [http://wiki.oreillynet.com/etech/index.cgi?ConCon ConCon], Rx Gallery, San Francisco CA (16 February 2004).&lt;br /&gt;
&lt;br /&gt;
This page was contributed from [http://developers.technorati.com/wiki/MicroFormatsPresentations the Technorati developers wiki].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40602</id>
		<title>Main Page-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40602"/>
		<updated>2009-09-01T04:44:08Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Persiapan */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Selamat datang di wiki Microformats!&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
Silahkan awali dengan halaman [[pendahuluan]] dan baca juga [[how-to-play|cara penggunaan]] sebelum menyunting halaman.&lt;br /&gt;
&lt;br /&gt;
==Pengantar==&lt;br /&gt;
Wiki ini adalah sumber pengetahuan komunitas Microformats. Anda akan menemukan spesifikasi versi terbaru yang diterbitkan microformat, spesifikasi rancangan dan pola penerbitan. Wiki juga menjadi tuan rumah pengembangan, seperti halaman gagasan untuk format baru dan menerbitkan halaman pelacakan untuk semua dan yang saat ini sedang dalam pengembangan Microformats.&lt;br /&gt;
&lt;br /&gt;
==Persiapan==&lt;br /&gt;
Untuk mulai menggunakan Microformats:&lt;br /&gt;
&lt;br /&gt;
* Pertama, biasakan menulis halaman dan aplikasi yang penuh semantik, deskriptif, ‘[[posh|&amp;lt;abbr title=&amp;quot;Plain Old Semantic HTML&amp;quot;&amp;gt;POSH&amp;lt;/abbr&amp;gt;]]’ &amp;lt;abbr title=&amp;quot;HyperText Mark-up Language&amp;quot;&amp;gt;HTML&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
* Belajar tentang Microformats dari [http://microformats.org/about/ about page], [http://microformats.org/ blog], [[press]], [[presentasi]], [[books]], [[podcasts]], &amp;amp; [[screencasts]] halaman.&lt;br /&gt;
* Take a look at established specifications such as [[hcard|hCard]] and [[hcalendar|hCalendar]], and follow the [[hcard-examples|examples]] to start publishing microformats.&lt;br /&gt;
* Have questions? Read the [[faq|frequently asked questions]] and see the [[glossary]] for terms and definitions. You can also post to the {{MicroformatsMailingList}}.&lt;br /&gt;
* Want to learn more in person? Check out microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
==Definisi==&lt;br /&gt;
Microformats adalah pola sederhana pada HTML yang mewakili hal-hal publikasi umum seperti [[hcard|orang]], [[hcalendar|kegiatan]], [[hatom|blog posts]], [[hreview|tinjauan]] dan [[rel-tag|label]] pada halaman web.&lt;br /&gt;
&lt;br /&gt;
Microformats memungkinkan ketepatan publikasi informasi pada web lebih akurat; lebih cepat dan sederhana untuk diberikan kepada feeds dan APIs pada informasi website Anda.&lt;br /&gt;
&lt;br /&gt;
* Baca penjelasan selanjutnya pada [[what-are-microformats|apakah Microformats itu]], dan [[what-can-you-do-with-microformats|apa saja yang dapat Anda lakukan]].&lt;br /&gt;
&lt;br /&gt;
==Bagaimana caranya berbagi==&lt;br /&gt;
Apakah Anda ingin membantu Microformats ketingkat selanjutnya? Anda dapat:&lt;br /&gt;
&lt;br /&gt;
* [[get-started|Memulai]] dengan menambahkan Microformats ke website, layanan, dan produk Anda.&lt;br /&gt;
* [[advocacy|Anjurkan]] penggunaan Microformats pada situs web lainnya, terutama yang Anda gunakan.&lt;br /&gt;
* Tulislah sebuah [[testimonial|tanda penghargaan]].&lt;br /&gt;
* Lakukan sesuatu pada [[to-do|daftar yang harus dilakukan]].&lt;br /&gt;
* Bergabung di [[irc|IRC Channel]] dan [[mail|milis]] untuk mempelajari dan menjawab pertanyaan (baca [[mailing-lists#General_guidelines|pedoman umum]] sebelum mengirimkan).&lt;br /&gt;
* [[Main_Page#microformats_wiki_translations|Terjemahkan Wiki Microformats ini kedalam bahasa lainnya]] agar Microformats lebih mudah diakses pembaca bahasa di seluruh dunia.&lt;br /&gt;
* Sebelum mengajukan Microformats baru, pastikan website Anda adalah [[POSH]], [[get-started|menggunakan Microformats yang sudah ada]], kemudian bacalah [[process|prosesnya]].&lt;br /&gt;
&lt;br /&gt;
Wiki ini memiliki sejumlah perangkat tambahan untuk membantu pembangunan dan kontribusi untuk Microformats. Sebelum Anda mulai mengedit, lihat [[wiki-2|halaman pendahuluan wiki]] sebagai petunjuk.&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi ==&lt;br /&gt;
Daftar saat ini, [[microformats|Microformats]] yang stabil dengan spesifikasi standar terbuka.&lt;br /&gt;
&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]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [[XFN]] - [http://gmpg.org/xfn/creator XFN creator]&lt;br /&gt;
* [[XMDP]]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
''Jika Anda ingin mencoba berlatih menggunakan Microformats silahkan baca halaman '''[[process|proses]]''' untuk pertama kalinya!''&lt;br /&gt;
&lt;br /&gt;
==Konsep==&lt;br /&gt;
&lt;br /&gt;
Konsep mencakup hal baru pada Microformats, dimana rumusan spesifikasinya belum lengkap. Konsep adalah sesuatu yang lazim dalam [[process|proses]] pengembangan (lihat [[exploratory-discussions|diskusi eksplorasi]] bahwa upaya peningkatan tersebut tak jauh dari sebuah proses). Stabilitas pada dokumen ini tidak dapat dijamin, dan pengguna harus siap mengkiuti perubahan yang akan datang. Silahkan mengamati halaman wiki untuk melihat tiap perubahannya.&lt;br /&gt;
&lt;br /&gt;
* [[adr|adr]] - untuk menandai informasi alamat&lt;br /&gt;
* [[geo|geo]] - untuk menandai [http://en.wikipedia.org/wiki/WGS84 WGS84] koordinat geografi (latitude; longitude)&lt;br /&gt;
* [[hatom|hAtom]] - sindikasi episodik isi (contohnya catatan weblog)&lt;br /&gt;
* [[haudio|hAudio]]&lt;br /&gt;
* [[hmedia|hMedia]] - Format publikasi media yang berhubungan dengan Gambar, Video, dan Audio. &lt;br /&gt;
* [[hproduct|hProduct]]&lt;br /&gt;
* [[hrecipe|hRecipe]] - untuk resep masak memasak&lt;br /&gt;
* [[hresume|hResume]] - untuk publikasi resume dan CV&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hReview creator]&lt;br /&gt;
* [[rel-directory]] - to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page&lt;br /&gt;
* [[rel-enclosure]] - untuk mengindikasikan lampiran (contohnya berkas) untuk diunduh dan disembunyikan&lt;br /&gt;
* [[rel-home]] - indikasi sebuah hyperlink halaman utama pada sebuah situs&lt;br /&gt;
* [[rel-payment]] - indikasi mekanisme pembayaran&lt;br /&gt;
* [[robots-exclusion|robots exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
==Pola Rancangan==&lt;br /&gt;
{{design_patterns-id}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Eksplorasi Diskusi==&lt;br /&gt;
Lihat: rincian [[exploratory-discussions|eksplorasi diskusi]] untuk riset dan analisa pada [[examples|contoh]] dunia-nyata, format yang ada, dan diskusi kemungkinan adanya Microformats yang baru, per [[process|proses]] microformats.&lt;br /&gt;
&lt;br /&gt;
== Contoh ==&lt;br /&gt;
* [[examples-in-the-wild]]&lt;br /&gt;
* [[implementations]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Sumber ==&lt;br /&gt;
Lihat [[resources|sumber]].&lt;br /&gt;
&lt;br /&gt;
==Pusat pengembangan pengguna==&lt;br /&gt;
*[[user-interface]]&lt;br /&gt;
*[[data-portability]]&lt;br /&gt;
*[[social-network-portability]]&lt;br /&gt;
&lt;br /&gt;
==Berbagi area kerja==&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[templates]]&lt;br /&gt;
* [http://microformats.org/wiki/delete pages for deletion] &amp;lt;!-- keep as external link; removes from &amp;quot;what links here&amp;quot; --&amp;gt;&lt;br /&gt;
* [[Special:Specialpages|&amp;quot;Special&amp;quot; wiki pages]]&lt;br /&gt;
* [[year-in-review]]&lt;br /&gt;
&lt;br /&gt;
==Peralatan, uji kasus, riset tambahan==&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
Tempat pertama untuk mencari contoh-contoh, kode, dan uji kasus berada pada tiap halaman individu Microformat. Hanya ada beberapa lintas sektor [[tools|peralatan dan layanan]] yang dibutuhkan untuk memproses lebih dari satu format. Bagian tersebut dimaksudkan untuk penyunting, [[parsers]], [[validators]], uji kasus, dan informasi lainnya yang berhubungan other di beberapa Microformats.&lt;br /&gt;
&lt;br /&gt;
==Terjemahan Wiki Microformats==&lt;br /&gt;
&amp;lt;span id=&amp;quot;microformats_wiki_translations_in_other_languages&amp;quot;&amp;gt;Anda dapat membaca atau menyunting artikel Microformats dalam berbagai bahasa:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Bahasa yang lebih dari 100 artikel:&lt;br /&gt;
** [[Main_Page-fr|&amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;Français&amp;lt;/span&amp;gt; (French)]] &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;{{UpdateMarker-fr}}&amp;lt;/span&amp;gt;&lt;br /&gt;
* Bahasa yang lebih dari 10 artikel:&lt;br /&gt;
** [[Main_Page-pt-br|&amp;lt;span lang=&amp;quot;pt-br&amp;quot;&amp;gt;Português&amp;lt;/span&amp;gt; (Brazilian Portuguese)]]&lt;br /&gt;
** [[Main_Page-ja|&amp;lt;span lang=&amp;quot;ja&amp;quot;&amp;gt;日本語&amp;lt;/span&amp;gt; (Japanese)]]&lt;br /&gt;
** [[Main_Page-ru|&amp;lt;span lang=&amp;quot;ru&amp;quot;&amp;gt;Русский&amp;lt;/span&amp;gt; (Russian)]]&lt;br /&gt;
* Bahasa yang lebih dari 2 artikel:&lt;br /&gt;
** [[Main_Page-cs|&amp;lt;span lang=&amp;quot;cs&amp;quot;&amp;gt;Česky&amp;lt;/span&amp;gt; (Czech)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-de|&amp;lt;span lang=&amp;quot;de&amp;quot;&amp;gt;Deutsch&amp;lt;/span&amp;gt; (German)]]&lt;br /&gt;
** [[Main_Page-es|&amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Español&amp;lt;/span&amp;gt; (Spanish)]]&lt;br /&gt;
** [[Main_Page-gl|&amp;lt;span lang=&amp;quot;gl&amp;quot;&amp;gt;Galego&amp;lt;/span&amp;gt; (Galician)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-pl|&amp;lt;span lang=&amp;quot;pl&amp;quot;&amp;gt;Polski&amp;lt;/span&amp;gt; (Polish)]]&lt;br /&gt;
** [[Main_Page-ro|&amp;lt;span lang=&amp;quot;ro&amp;quot;&amp;gt;Română&amp;lt;/span&amp;gt; (Romanian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-zh|&amp;lt;span lang=&amp;quot;zh&amp;quot;&amp;gt;汉语&amp;lt;/span&amp;gt; (Chinese)]]&lt;br /&gt;
* Bahasa yang baru saja dimulai:&lt;br /&gt;
** [[Main_Page-ar|&amp;lt;span lang=&amp;quot;ar&amp;quot;&amp;gt;العربية&amp;lt;/span&amp;gt; (Arabic)]]&lt;br /&gt;
** [[Main_Page-th|&amp;lt;span lang=&amp;quot;th&amp;quot;&amp;gt;ภาษาไทย&amp;lt;/span&amp;gt; (Thai)]]&lt;br /&gt;
** [[Main_Page-it|&amp;lt;span lang=&amp;quot;it&amp;quot;&amp;gt;Italiano&amp;lt;/span&amp;gt; (Italian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ko|&amp;lt;span lang=&amp;quot;ko&amp;quot;&amp;gt;한국어&amp;lt;/span&amp;gt; (Korean)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-id|&amp;lt;span lang=&amp;quot;id&amp;quot;&amp;gt;Indonesia&amp;lt;/span&amp;gt; (Bahasa Indonesia)]] {{NewMarker}}&lt;br /&gt;
* Lainnya&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Microformat Wikipedia's article on microformats] telah diterjemahkan ke dalam beberapa bahasa.&lt;br /&gt;
&lt;br /&gt;
Kungungi juga [[other-languages|bahasa lainnya]], dan [[how-to-start-new-translation|bagaimana-memulai-bahasa-baru]].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40598</id>
		<title>Main Page-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40598"/>
		<updated>2009-08-31T22:02:18Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Persiapan */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Selamat datang di wiki Microformats!&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
Silahkan awali dengan halaman [[pendahuluan]] dan baca juga [[how-to-play|cara penggunaan]] sebelum menyunting halaman.&lt;br /&gt;
&lt;br /&gt;
==Pengantar==&lt;br /&gt;
Wiki ini adalah sumber pengetahuan komunitas Microformats. Anda akan menemukan spesifikasi versi terbaru yang diterbitkan microformat, spesifikasi rancangan dan pola penerbitan. Wiki juga menjadi tuan rumah pengembangan, seperti halaman gagasan untuk format baru dan menerbitkan halaman pelacakan untuk semua dan yang saat ini sedang dalam pengembangan Microformats.&lt;br /&gt;
&lt;br /&gt;
==Persiapan==&lt;br /&gt;
Untuk mulai menggunakan Microformats:&lt;br /&gt;
&lt;br /&gt;
* Pertama, biasakan menulis halaman dan aplikasi yang penuh semantik, deskriptif, ‘[[posh|&amp;lt;abbr title=&amp;quot;Plain Old Semantic HTML&amp;quot;&amp;gt;POSH&amp;lt;/abbr&amp;gt;]]’ &amp;lt;abbr title=&amp;quot;HyperText Mark-up Language&amp;quot;&amp;gt;HTML&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
* Belajar tentang Microformats dari [http://microformats.org/about/ about page], [http://microformats.org/ blog], [[press]], [[penyajian]], [[books]], [[podcasts]], &amp;amp; [[screencasts]] halaman.&lt;br /&gt;
* Take a look at established specifications such as [[hcard|hCard]] and [[hcalendar|hCalendar]], and follow the [[hcard-examples|examples]] to start publishing microformats.&lt;br /&gt;
* Have questions? Read the [[faq|frequently asked questions]] and see the [[glossary]] for terms and definitions. You can also post to the {{MicroformatsMailingList}}.&lt;br /&gt;
* Want to learn more in person? Check out microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
==Definisi==&lt;br /&gt;
Microformats adalah pola sederhana pada HTML yang mewakili hal-hal publikasi umum seperti [[hcard|orang]], [[hcalendar|kegiatan]], [[hatom|blog posts]], [[hreview|tinjauan]] dan [[rel-tag|label]] pada halaman web.&lt;br /&gt;
&lt;br /&gt;
Microformats memungkinkan ketepatan publikasi informasi pada web lebih akurat; lebih cepat dan sederhana untuk diberikan kepada feeds dan APIs pada informasi website Anda.&lt;br /&gt;
&lt;br /&gt;
* Baca penjelasan selanjutnya pada [[what-are-microformats|apakah Microformats itu]], dan [[what-can-you-do-with-microformats|apa saja yang dapat Anda lakukan]].&lt;br /&gt;
&lt;br /&gt;
==Bagaimana caranya berbagi==&lt;br /&gt;
Apakah Anda ingin membantu Microformats ketingkat selanjutnya? Anda dapat:&lt;br /&gt;
&lt;br /&gt;
* [[get-started|Memulai]] dengan menambahkan Microformats ke website, layanan, dan produk Anda.&lt;br /&gt;
* [[advocacy|Anjurkan]] penggunaan Microformats pada situs web lainnya, terutama yang Anda gunakan.&lt;br /&gt;
* Tulislah sebuah [[testimonial|tanda penghargaan]].&lt;br /&gt;
* Lakukan sesuatu pada [[to-do|daftar yang harus dilakukan]].&lt;br /&gt;
* Bergabung di [[irc|IRC Channel]] dan [[mail|milis]] untuk mempelajari dan menjawab pertanyaan (baca [[mailing-lists#General_guidelines|pedoman umum]] sebelum mengirimkan).&lt;br /&gt;
* [[Main_Page#microformats_wiki_translations|Terjemahkan Wiki Microformats ini kedalam bahasa lainnya]] agar Microformats lebih mudah diakses pembaca bahasa di seluruh dunia.&lt;br /&gt;
* Sebelum mengajukan Microformats baru, pastikan website Anda adalah [[POSH]], [[get-started|menggunakan Microformats yang sudah ada]], kemudian bacalah [[process|prosesnya]].&lt;br /&gt;
&lt;br /&gt;
Wiki ini memiliki sejumlah perangkat tambahan untuk membantu pembangunan dan kontribusi untuk Microformats. Sebelum Anda mulai mengedit, lihat [[wiki-2|halaman pendahuluan wiki]] sebagai petunjuk.&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi ==&lt;br /&gt;
Daftar saat ini, [[microformats|Microformats]] yang stabil dengan spesifikasi standar terbuka.&lt;br /&gt;
&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]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [[XFN]] - [http://gmpg.org/xfn/creator XFN creator]&lt;br /&gt;
* [[XMDP]]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
''Jika Anda ingin mencoba berlatih menggunakan Microformats silahkan baca halaman '''[[process|proses]]''' untuk pertama kalinya!''&lt;br /&gt;
&lt;br /&gt;
==Konsep==&lt;br /&gt;
&lt;br /&gt;
Konsep mencakup hal baru pada Microformats, dimana rumusan spesifikasinya belum lengkap. Konsep adalah sesuatu yang lazim dalam [[process|proses]] pengembangan (lihat [[exploratory-discussions|diskusi eksplorasi]] bahwa upaya peningkatan tersebut tak jauh dari sebuah proses). Stabilitas pada dokumen ini tidak dapat dijamin, dan pengguna harus siap mengkiuti perubahan yang akan datang. Silahkan mengamati halaman wiki untuk melihat tiap perubahannya.&lt;br /&gt;
&lt;br /&gt;
* [[adr|adr]] - untuk menandai informasi alamat&lt;br /&gt;
* [[geo|geo]] - untuk menandai [http://en.wikipedia.org/wiki/WGS84 WGS84] koordinat geografi (latitude; longitude)&lt;br /&gt;
* [[hatom|hAtom]] - sindikasi episodik isi (contohnya catatan weblog)&lt;br /&gt;
* [[haudio|hAudio]]&lt;br /&gt;
* [[hmedia|hMedia]] - Format publikasi media yang berhubungan dengan Gambar, Video, dan Audio. &lt;br /&gt;
* [[hproduct|hProduct]]&lt;br /&gt;
* [[hrecipe|hRecipe]] - untuk resep masak memasak&lt;br /&gt;
* [[hresume|hResume]] - untuk publikasi resume dan CV&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hReview creator]&lt;br /&gt;
* [[rel-directory]] - to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page&lt;br /&gt;
* [[rel-enclosure]] - untuk mengindikasikan lampiran (contohnya berkas) untuk diunduh dan disembunyikan&lt;br /&gt;
* [[rel-home]] - indikasi sebuah hyperlink halaman utama pada sebuah situs&lt;br /&gt;
* [[rel-payment]] - indikasi mekanisme pembayaran&lt;br /&gt;
* [[robots-exclusion|robots exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
==Pola Rancangan==&lt;br /&gt;
{{design_patterns-id}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Eksplorasi Diskusi==&lt;br /&gt;
Lihat: rincian [[exploratory-discussions|eksplorasi diskusi]] untuk riset dan analisa pada [[examples|contoh]] dunia-nyata, format yang ada, dan diskusi kemungkinan adanya Microformats yang baru, per [[process|proses]] microformats.&lt;br /&gt;
&lt;br /&gt;
== Contoh ==&lt;br /&gt;
* [[examples-in-the-wild]]&lt;br /&gt;
* [[implementations]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Sumber ==&lt;br /&gt;
Lihat [[resources|sumber]].&lt;br /&gt;
&lt;br /&gt;
==Pusat pengembangan pengguna==&lt;br /&gt;
*[[user-interface]]&lt;br /&gt;
*[[data-portability]]&lt;br /&gt;
*[[social-network-portability]]&lt;br /&gt;
&lt;br /&gt;
==Berbagi area kerja==&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[templates]]&lt;br /&gt;
* [http://microformats.org/wiki/delete pages for deletion] &amp;lt;!-- keep as external link; removes from &amp;quot;what links here&amp;quot; --&amp;gt;&lt;br /&gt;
* [[Special:Specialpages|&amp;quot;Special&amp;quot; wiki pages]]&lt;br /&gt;
* [[year-in-review]]&lt;br /&gt;
&lt;br /&gt;
==Peralatan, uji kasus, riset tambahan==&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
Tempat pertama untuk mencari contoh-contoh, kode, dan uji kasus berada pada tiap halaman individu Microformat. Hanya ada beberapa lintas sektor [[tools|peralatan dan layanan]] yang dibutuhkan untuk memproses lebih dari satu format. Bagian tersebut dimaksudkan untuk penyunting, [[parsers]], [[validators]], uji kasus, dan informasi lainnya yang berhubungan other di beberapa Microformats.&lt;br /&gt;
&lt;br /&gt;
==Terjemahan Wiki Microformats==&lt;br /&gt;
&amp;lt;span id=&amp;quot;microformats_wiki_translations_in_other_languages&amp;quot;&amp;gt;Anda dapat membaca atau menyunting artikel Microformats dalam berbagai bahasa:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Bahasa yang lebih dari 100 artikel:&lt;br /&gt;
** [[Main_Page-fr|&amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;Français&amp;lt;/span&amp;gt; (French)]] &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;{{UpdateMarker-fr}}&amp;lt;/span&amp;gt;&lt;br /&gt;
* Bahasa yang lebih dari 10 artikel:&lt;br /&gt;
** [[Main_Page-pt-br|&amp;lt;span lang=&amp;quot;pt-br&amp;quot;&amp;gt;Português&amp;lt;/span&amp;gt; (Brazilian Portuguese)]]&lt;br /&gt;
** [[Main_Page-ja|&amp;lt;span lang=&amp;quot;ja&amp;quot;&amp;gt;日本語&amp;lt;/span&amp;gt; (Japanese)]]&lt;br /&gt;
** [[Main_Page-ru|&amp;lt;span lang=&amp;quot;ru&amp;quot;&amp;gt;Русский&amp;lt;/span&amp;gt; (Russian)]]&lt;br /&gt;
* Bahasa yang lebih dari 2 artikel:&lt;br /&gt;
** [[Main_Page-cs|&amp;lt;span lang=&amp;quot;cs&amp;quot;&amp;gt;Česky&amp;lt;/span&amp;gt; (Czech)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-de|&amp;lt;span lang=&amp;quot;de&amp;quot;&amp;gt;Deutsch&amp;lt;/span&amp;gt; (German)]]&lt;br /&gt;
** [[Main_Page-es|&amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Español&amp;lt;/span&amp;gt; (Spanish)]]&lt;br /&gt;
** [[Main_Page-gl|&amp;lt;span lang=&amp;quot;gl&amp;quot;&amp;gt;Galego&amp;lt;/span&amp;gt; (Galician)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-pl|&amp;lt;span lang=&amp;quot;pl&amp;quot;&amp;gt;Polski&amp;lt;/span&amp;gt; (Polish)]]&lt;br /&gt;
** [[Main_Page-ro|&amp;lt;span lang=&amp;quot;ro&amp;quot;&amp;gt;Română&amp;lt;/span&amp;gt; (Romanian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-zh|&amp;lt;span lang=&amp;quot;zh&amp;quot;&amp;gt;汉语&amp;lt;/span&amp;gt; (Chinese)]]&lt;br /&gt;
* Bahasa yang baru saja dimulai:&lt;br /&gt;
** [[Main_Page-ar|&amp;lt;span lang=&amp;quot;ar&amp;quot;&amp;gt;العربية&amp;lt;/span&amp;gt; (Arabic)]]&lt;br /&gt;
** [[Main_Page-th|&amp;lt;span lang=&amp;quot;th&amp;quot;&amp;gt;ภาษาไทย&amp;lt;/span&amp;gt; (Thai)]]&lt;br /&gt;
** [[Main_Page-it|&amp;lt;span lang=&amp;quot;it&amp;quot;&amp;gt;Italiano&amp;lt;/span&amp;gt; (Italian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ko|&amp;lt;span lang=&amp;quot;ko&amp;quot;&amp;gt;한국어&amp;lt;/span&amp;gt; (Korean)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-id|&amp;lt;span lang=&amp;quot;id&amp;quot;&amp;gt;Indonesia&amp;lt;/span&amp;gt; (Bahasa Indonesia)]] {{NewMarker}}&lt;br /&gt;
* Lainnya&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Microformat Wikipedia's article on microformats] telah diterjemahkan ke dalam beberapa bahasa.&lt;br /&gt;
&lt;br /&gt;
Kungungi juga [[other-languages|bahasa lainnya]], dan [[how-to-start-new-translation|bagaimana-memulai-bahasa-baru]].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=penyajian&amp;diff=40597</id>
		<title>penyajian</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=penyajian&amp;diff=40597"/>
		<updated>2009-08-31T22:00:52Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: New page: {{TOC-right}} This page lists various presentations, sessions, papers and posters which have provided explanations and discusions of both microformats in general, and specific microfor...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC-right}}&lt;br /&gt;
This page lists various presentations, sessions, papers and posters which have provided explanations and discusions of both [[microformats]] in general, and specific microformats.  Check out microformats [[events]] for upcoming presentations. See also microformats [[podcasts]] and [[screencasts]] for audio/video presentations and discussions.&lt;br /&gt;
&lt;br /&gt;
'''Note: This page is missing a lot of presentation links.''' More presentation links can be found by going through specific [[events]] pages.&lt;br /&gt;
&lt;br /&gt;
Most recent presentations/sessions listed first.&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
* 2009-06-03 &amp;lt;cite lang=&amp;quot;pt&amp;quot;&amp;gt;[http://e.yq.sl.pt/ Microformatos - 2009 - Juntando as Peças do Puzzle]&amp;lt;/cite&amp;gt; by [http://twitter.com/andr3 André Luís] at SAPO Sessions ([http://twitter.com/andr3/status/2017551933 as tweeted by @andr3])&lt;br /&gt;
&lt;br /&gt;
* 2009-03-12 [http://csarven.ca/presentations/microformats-06/ microformats: #towerofbabel #pareto #dataportability] presentation by [[User:Csarven|Sarven Capadisli]] at [http://mcgill.ca GLIS 663 Knowledge Taxonomies, McGill], Montr&amp;amp;#233;al, Canada&lt;br /&gt;
&lt;br /&gt;
* 2009-03-05 [http://csarven.ca/presentations/microformats-05/ Website data through the looking-glass] presentation by [[User:Csarven|Sarven Capadisli]] at [http://conf.phpquebec.com PHP Québec Conference 2009], Montr&amp;amp;#233;al, Canada&lt;br /&gt;
&lt;br /&gt;
* 2009-01-08 [http://csarven.ca/presentations/microformats-04/ Interacting with microformats] presentation by [[User:Csarven|Sarven Capadisli]] at [http://phpquebec.org PHP Qu&amp;amp;#233;bec Monthly Meetup], Montr&amp;amp;#233;al, Canada&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
* 2008-11-18 [http://cdharrison.com/presentations/microformats/ microformats: What are they and why should you use them?] during [http://refreshaugusta.com/ RefreshAugusta] at PowerServe, Augusta, Georgia.&lt;br /&gt;
* 2008-09-05 [http://tantek.com/presentations/2008/09/social-network-portability Social Network Portability] during [[events/2008-09-05-dconstruct-social-network-portability|dConstruct 2008]].&lt;br /&gt;
* 2008-08-19 [http://tantek.com/presentations/2008/08/microformats Better User Experience Through Microformats] during day 2 of [[events/2008-08-19-better-user-experience|An Event Apart San Francisco]].&lt;br /&gt;
* 2008-08-16 [http://tantek.com/presentations/2008/08/wordpress-microformats/ WordPress and Microformats: Past, Present, Future] during [[events/2008-08-16-wordcamp|WordCamp 2008]]&lt;br /&gt;
* 2008-07-02 [http://www.slideshare.net/andr3/microformatos-pequenas-peas-do-puzzle Microformatos - pequenças peças do puzzle] presentation in Portuguese, by André Luís for a training session at SAPO.pt (Lisbon, Portugal)&lt;br /&gt;
* 2008-05-15 [http://csarven.ca/presentations/microformats-03/ Creating next generation Web sites] presentation by [[User:Csarven|Sarven Capadisli]] at [http://www.nstein.com/summit2008/ Nstein Innovation Leaders Summit 2008], Montreal, Canada&lt;br /&gt;
* 2008-04-16 [http://slideshow.rubyforge.org/microformats.html  Microformats - Adding Semantics to Your Web Site - Web 3.0 in Action] presentation by Gerald Bauer (Vancouver Software Developers Network/VanDev at University of British Columbia)&lt;br /&gt;
* 2008-03-17 [http://csarven.ca/presentations/microformats-02/ Microformats overview: how to help machines recognise common data formats in Web documents] presentation by [[User:Csarven|Sarven Capadisli]] at [http://station-c.com/ Coder's Saturday], Montreal, Canada&lt;br /&gt;
* 2008-02-19 [http://www.glennjones.net/Post/835/SemanticCampLondon.htm Can your website be your API and real life] presentation by Glenn Jones (Semantic Camp London) covers social network portability and date portability&lt;br /&gt;
* 2008-02-19 [http://www.slideshare.net/garethr/parsing-microformats Parsing Microformats] presentation by Gareth Rushgrove (Semantic Camp London) includes an overview of available parsers&lt;br /&gt;
&lt;br /&gt;
== 2007 ==&lt;br /&gt;
* 2007-11-17 [http://www.slideshare.net/56k/mromanello-ecal-presentation Linking Text References to Relevant Digital Resources Over The Web (Proposal of a Microformat for Canonical Texts References)] presentation by Matteo Romanello at [http://enlil.ff.cuni.cz/ecal Electronic Corpora of Ancient Languages] conference held in Prague on November 2007.&lt;br /&gt;
* 2007-11-06 [http://www.slideshare.net/guest897d73/microformats-a-web-of-data Microformats: A Web of Data] presentation by Brian Suda at [[events/2007-11-06-microfomats-a-web-of-data|Web 2.0 Expo Berlin]].&lt;br /&gt;
* 2007-10-31 [http://video.google.com/videoplay?docid=4912491017216716477 Microformats - The What, Where, Why and How] This is a recording of a presentation given by Mark Meeker on Microformats. Mark is an Architect on the UI Engineering team at Orbitz Worldwide. OrbitzTech talk Chicago Il.&lt;br /&gt;
* 2007-10-04 [http://tantek.com/presentations/2007/10/social-network-portability/ Social Network Portability] presentation by Tantek Çelik at [[events/2007-10-04-fundamentos-web-social-network-portability|Fundamentos Web 2007]].&lt;br /&gt;
* 2007-10-04 [http://www.slideshare.net/mattb/coding-on-the-shoulders-of-giants Coding on the Shoulders of Giants] presentation by Matt Biddulph at [[events/2007-10-04-future-of-web-apps|Future of Web Apps London 2007]] - mentions their implementation of hCard, hCalendar and how their support gives them more features.&lt;br /&gt;
* 2007-10-02 [http://www.slideshare.net/cgriego/microformats-building-blocks-of-the-semantic-web/ Microformats, building blocks of the semantic web] presentation by Chris Griego at [[events/2007-10-02-dallas-ruby-brigade|Dallas Ruby Brigade October 2007]]&lt;br /&gt;
* 2007-08-30 GeekUp presentation by [http://www.ts0.com Thom Shannon] - [http://www.ts0.com/2007/09/microformats-whats-point.asp Microformats: What's the point?]&lt;br /&gt;
* 2007-06-.. http://tantek.com/presentations/2007/06/microformats-bb-you/&lt;br /&gt;
* 2007-05-.. http://tantek.com/presentations/2007/05/microformats-bb-you/&lt;br /&gt;
* 2007-06-02 BarCamp San Diego presentation by Joshua Brewer: [http://www.slideshare.net/jbrewer/barcamp-sd-microformats Microformats: Building a Better Web].&lt;br /&gt;
* 2007-05-16 [[events/2007-05-16-XTech|XTech 2007]] presentation by Jeremy Keith: [http://adactio.com/extras/slides/nanotech.pdf Microformats: the nanotechnology of the semantic web].&lt;br /&gt;
* 2007-04-30 [[events/2007-04-30-mix07|Microformats: Data Formats That Put Humans First]] [http://tantek.com/presentations/2007/04/microformats/ presentation by Tantek Çelik]&lt;br /&gt;
* 2007-03-23 [[events/2007-03-23-stanford|Microformats at Stanford]] [http://tantek.com/presentations/2007/03/microformats/ presentation by Tantek Çelik]&lt;br /&gt;
* 2007-03-22 [http://www.webdu.com.au/go/session/microformats--hidden-treasures Microformats—the hidden treasure] by Dmitry Baranovskiy at the [http://www.webdu.com.au/ webDU 2007] conference in Sydney, Australia, 3:00pm–4:00pm&lt;br /&gt;
* 2007-03-16 [http://www.afroginthevalley.com/fr/2007/03/16/presentation-microformats-a-php-quebec/ Métadonnées pour Humains &amp;amp; Machines] (dead link ?) presentation in French by Sylvain Carle at the [http://conf.phpquebec.com/fr/archive/conf2007/ PHP Québec 2007] conference in Montréal, Canada.&lt;br /&gt;
* 2007-02-23 [http://bluesmoon.info/talks/microformats/ Microformats at the CSI Web 2.0 Conference in Bangalore] presentation by Philip Tellis&lt;br /&gt;
* 2007-02-19, [http://www.glennjones.net/Post/825/DestroyingWalledGardens-MicroformatssyndicationandAPI%e2%80%99s.htm Destroying Walled Gardens - Microformats syndication and API’s] at [http://barcamp.org/BarCampLondon2 BarCamp London 2], UK by Glenn Jones&lt;br /&gt;
* 2007-02-13, [http://groups.google.com/group/bristolskillswap/web/february-skillswap-microformats Microformats: The Semantic Web for the Rest of Us] Bristol Skillswap [rtsp://stream.watershed.co.uk/skillswap/2007.02.13.microformats.mov Streaming Video]&lt;br /&gt;
* 2007-02-07, [http://north.webdirections.org Web Directions North 2007], [http://north.webdirections.org/detail/venue/ Renaissance Vancouver Hotel Harbourside], 1133 West Hastings Street, Vancouver, British Columbia, V6E3T3, Canada&lt;br /&gt;
** [[events/2007-02-07-web-directions-north|Microformats at Web Directions North 2007]], 11:45am-12:45pm, 1:45pm-3:45pm&lt;br /&gt;
*** Tantek Çelik (Technorati) - &amp;quot;[http://tantek.com/presentations/2007/02/microformats/ Microformats — The Big Picture]&amp;quot;&lt;br /&gt;
*** John Allsopp (Westciv) - &amp;quot;[http://north07.webdirections.org/presentations/MicroformatsForDevelopers.pdf Microformats For Developers]&amp;quot;&lt;br /&gt;
*** Dan Cederholm (Simplebits) - &amp;quot;[http://north07.webdirections.org/presentations/MicroformatsForDesigners.pdf Microformats For Designers]&amp;quot;&lt;br /&gt;
* 2007-02-03 [http://www.glennjones.net/Post/823/Microformats%2ctheAK-47oftheweb-WebDD.htm Microformats HTML to API] at [http://www.webdd.org.uk/ WebDD], Reading UK by Glenn Jones&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
* 2006-11-24, Taichi Kaminogoya presented to [http://2xup.org/log/2006/11/27-2219 microformats に触れてみよう] at [http://www.asahi-net.or.jp/~eb2m-mrt/kaihatsu9.html XML Developers' Day #9], Tokyo, JAPAN.&lt;br /&gt;
* October 28th, [http://www.keepthebyte.ch/2006/10/microformats-speech-at-barcamp-zurich.html Microformats Speech at Barcamp Zurich]&lt;br /&gt;
* October 10th, Taichi Kaminogoya presented to [http://2xup.org/log/2006/10/10-1800 microformatsがもたらすドキドキする未来] at [http://lp1.cssnite.jp/ CSS Nite LP Disk 1], Tokyo, JAPAN.&lt;br /&gt;
* September 28th, [http://www.webdirections.org/microformats/ Microformats] at Web Directions South, Sydney Australia by John Allsopp. [http://www.webdirections.org/microformats/ slides, podcast, live blogging transcript all online now]&lt;br /&gt;
* September 27th, [http://tantek.com/presentations/2006/09/microformats-intro/ Microformats Intro] at New Context 2006, Radisson Miyako Hotel, Minato-ku, Tokyo, JAPAN.  See also [http://flickr.com/photos/tags/microformatsnewcontext2006 photos].&lt;br /&gt;
* September 16th, [http://fredericdevillamil.com/presentations/2006/que-sont-les-microformats/index.html Introducing Microformats for resume publishing] in French by Frederic de Villamil at Barcamp Paris 4. Location: 43 rue d'Aboukir, 75002 Paris France&lt;br /&gt;
* September 13th, [http://tantek.com/presentations/2006/09/microformats-practices/ Microformats Practices] at [[events/2006-09-13-future-of-web-apps-microformats|Future of Web Apps]] in San Francisco.  Location: Palace of Fine Arts Theatre, Lyon Street, San Francisco CA 94123.&lt;br /&gt;
* September 3th, Backnetwork and Microformats by Glenn Jones at Barcamp London. demo of hCard subscription idea for social networks. &lt;br /&gt;
* August 26th, Tantek Çelik led the [http://barcamp.org/BarCampStanfordMicroformats BarCampStanfordMicroformats] discussion at room 426, Margaret Jacks Hall, Stanford, CA 94305.  There is an [http://barcamp.org/f/MF-barcamp_08_26_2006.ogg Ogg recording of the session].&lt;br /&gt;
* July 11th, [http://tantek.com/presentations/2006/07/what-are-microformats/ What are microformats?] at [[events/2006-07-11-an-event-apart-microformats|An Event Apart in New York City]]&lt;br /&gt;
* July 6th, [http://yatil.de/webmontag/ka0706/ Mikroformate Erweiterte Semantik von HTML-Dokumenten] (Präsentation von Eric Eggert) Web mondays presentation in german - translation is available here&lt;br /&gt;
* June 15th, Phil Wilson presented to the [http://www.ukoln.ac.uk/web-focus/events/workshops/webmaster-2006/ Institutional Web Management Workshop]&lt;br /&gt;
* June 8, Pete Prodoehl presented [http://rasterweb.net/raster/presentations/microformats-20060608/ Microformats] to the Milwaukee Web Design Meetup Group&lt;br /&gt;
* May 30, [http://netsquared.org NetSquared] [http://netsquared.org/conference/ Conference], 4:15pm-5:10pm: : [http://netsquared.org/conference/conference-sessions/Mashups A web more woven - the alchemy and practicalities of Mashups].  Tantek Çelik, Taylor McKnight and Chris Messina will discuss the core utility of microformats to publish and share data for/with mashups and other applications.  Location:  Jordan room, Cisco Systems' Vineyard Conference Center, 260 E. Tasman Drive, San Jose, CA.&lt;br /&gt;
* May 25, Brian Suda and Ryan King presented [http://theryanking.com/presentations/2006/www/ Practical Microformats] at WWW 2006 ([http://www.molly.com Molly Holzschlag] was orginally scheduled to give this talk, we filled in at the last minute with our slides from XTech)&lt;br /&gt;
* May 24, Kevin Lawver presented [http://presentations.lawver.net/standards/a_microformat_and_proposal_for/ A Microformat and Proposal For Interoperable Widgets]&lt;br /&gt;
* May 18, [http://xtech06.usefulinc.com/schedule/paper/148 The Intelligent Design of Microformats] by Ryan King at XTech 2006. ([http://theryanking.com/presentations/2006/xtech/talk/ slides]).&lt;br /&gt;
* May 16, [http://thebigjc.org/articles/2006/05/16/is-web-2-0-changing-the-software-industry Is Web 2.0 Changing the Software Industry?] by Chris Messina at [http://meshconference.com Mesh Conference]&lt;br /&gt;
* May 16, [http://theryanking.com/presentations/2006/xtech/tutorial/ Microformats from the Ground Up] by Brian Suda and Ryan King @ XTech 2006&lt;br /&gt;
* April 25, At [http://barcamp.org/TorCampDemoCamp5 DemoCamp #5 in Toronto], [http://blog.davidjanes.com David Janes] demonstrated [http://www.blogmatrix.com/ BlogMatrix] his platform for publish which supports microformats. (see [http://accordionguy.blogware.com/blog/_archives/2006/4/26/1913279.html  Accordionguy blogpost]).&lt;br /&gt;
* April 23, [http://jazkarta.com/presentations/microformats.pdf/view Microformats and the Future of Syndication] by Nate Aune, AdaptiveWave (CM Pros Summit, San Francisco, CA)&lt;br /&gt;
* April 22, Intro to Microformats, [http://barcamp.pbwiki.com/BarCampBangalore Barcamp Bangalore], Bangalore, India, (photos [http://flickr.com/photos/abgpt/133393564/ 1], [http://flickr.com/photos/abgpt/133393545/ 2], [http://flickr.com/photos/abgpt/133393626/ 3])&lt;br /&gt;
* March 16, [http://ono.cdlib.org/archives/shimenawa/000219.html Reading 2.0] (see [http://radar.oreilly.com/archives/2006/03/link_list_reading_20_1.html Tim O'Reilly's notes]), San Francisco, CA&lt;br /&gt;
** Building with MicroFormats, [http://www.chaddickerson.com/blog/2006/03/17/reading-20-and-microformats/ Chad Dickerson], Yahoo &lt;br /&gt;
* March 13, SXSW Interactive, Room 17AB, Austin Convention Center, Austin, TX&lt;br /&gt;
** [[events/2006-03-13-sxsw-microformats|Microformats: Evolving the Web]], 11:30am-12:30pm &lt;br /&gt;
* March 11, SXSW Interactive, Room 17AB, Austin Convention Center, Austin, TX&lt;br /&gt;
** [http://tantek.com/presentations/2006/03/building-blocks Creating Building Blocks For Independents], 5pm-6pm&lt;br /&gt;
** [http://flickr.com/photos/tags/microformatssxsw photos]&lt;br /&gt;
* March 7, O'Reilly Emerging Technologies (ETech) Conference, Manchester Grand Hyatt, Ballroom, San Diego, CA&lt;br /&gt;
** [[events/2006-03-07-etech-microformats|Microformats intro and lightning demos at O'Reilly ETech conf.]], 5:30pm-6:15pm &lt;br /&gt;
** [http://flickr.com/photos/tags/microformatsetech photos]&lt;br /&gt;
* March 1, W3C Technical Plenary Day, Hotel Sofitel Cannes Mandelieu Royal Casino, main auditorium, 605 avenuedu Général de Gaulle, BP 49, MANDELIEU LA NAPOULE CEDEX, 06212 MANDELIEU LA NAPOULE, FRANCE&lt;br /&gt;
** [[events/2006-03-01-w3c-plenary-microformats|Microformats panel at W3C Technical Plenary Day]], 10:30am-11:30am&lt;br /&gt;
*** Ian Hickson (Google) - &amp;quot;A billion documents and no semantics anywhere&amp;quot; (NEED LINK TO SLIDES OR STUDY)&lt;br /&gt;
*** Tantek Çelik (Technorati) - &amp;quot;[http://tantek.com/presentations/2006/03/what-are-microformats/ What are microformats?]&amp;quot;&lt;br /&gt;
*** Håkon Wium Lie (Opera) - &amp;quot;Cascading Markup Languages — boom!&amp;quot; (NEED LINK TO SLIDES)&lt;br /&gt;
*** Rohit Khare (CommerceNet) - &amp;quot;[http://labs.commerce.net/~rohit/Angstro-W3C-TP/ Where Angle Brackets Fear to Tread]&amp;quot;&lt;br /&gt;
*** Dan Connolly (W3C) - &amp;quot;[http://www.w3.org/2003/g/talk62/slides Microformats for practical Semantic Web deployment]&amp;quot;&lt;br /&gt;
*** Q&amp;amp;A&lt;br /&gt;
**** &amp;quot;I'm very excited about '''microformats'''. What I really want is to get all the data out of databases and expressed as part of the Semantic Web.&amp;quot; - Tim Berners-Lee. ('''emphasis''' added)&lt;br /&gt;
** &amp;quot;Services and the Web&amp;quot; by Mark Nottingham (Yahoo), 12:05pm-12:10pm.&lt;br /&gt;
*** Request to W3T/W3M: Go After The &amp;quot;Real&amp;quot; Web: Apache, PHP, Mozilla, Intermediaries and Caches, '''Microformats''', JSON... ('''emphasis''' added)&lt;br /&gt;
** Attendees voted the &amp;quot;Microformats&amp;quot; session the best session of the Plenary Day. 6:17pm.&lt;br /&gt;
* February 24, Yahoo Speakers Series, Yahoo Mission College Campus, 2nd floor conference room, 2821 Mission College Blvd., Santa Clara, CA 95054&lt;br /&gt;
** [http://tantek.com/presentations/2006/02/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* January 18, Apple Web Publishers internal meeting, Apple Computer, Star Trek conference room, 1 Infinite Loop, Cupertino, CA 95014, 12-1:40pm&lt;br /&gt;
** [http://tantek.com/presentations/2006/01/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* January 10, SD Forum Emerging Technologies SIG, Room H1, Cubberley Community Center, Palo Alto, CA, 7-9pm&lt;br /&gt;
** Ryan King's presentation, Ernie Prabhakar's presentation, Rohit Khare's presentation&lt;br /&gt;
** Microformats panel: Ryan King, Ernie Prabhakar, Rohit Khare, Tantek Çelik, Kevin Marks&lt;br /&gt;
&lt;br /&gt;
== 2005 ==&lt;br /&gt;
* December 15, Syndicate Conference, San Francisco, CA&lt;br /&gt;
** [http://tantek.com/presentations/2005/12/syndicate-microformats/ Microformats - Emerging syndication types]&lt;br /&gt;
* November 26, [http://barcamp.org/index.cgi?TorCamp TorCamp], Teehan+Lax, 460 Richmond St. W, Toronto, ON, CA&lt;br /&gt;
** [http://www.davidjanes.com/docs/2005.11.25%20Microformats%20Presentation.ppt powerpoints] (sorry)&lt;br /&gt;
** [http://blog.davidjanes.com/mtarchives/2005_12.html#003467 photo]&lt;br /&gt;
* November 12, THINK Conference, Santa Cruz room, Chaminade hotel, Santa Cruz, CA, USA&lt;br /&gt;
** [[presentation-think-2005-11-12]]&lt;br /&gt;
* November 10, (location unknown), by Kevin Yank of SitePoint Pty. Ltd.&lt;br /&gt;
** [http://www.sitepoint.com/examples/innovation-on-standards/ Innovating on top of standards - Not around them]&lt;br /&gt;
* October 5, [http://web2con.com Web 2.0 Conference], Olympic Room, Argent Hotel, San Francisco, CA, USA&lt;br /&gt;
** [http://tantek.com/presentations/2005/10/microformats-examples/ Microformats Examples]&lt;br /&gt;
* October 4, [http://osafoundation.org/ OSAF], San Francisco, CA, USA&lt;br /&gt;
** [http://tantek.com/presentations/2005/10/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* September 30, [http://web.archive.org/web/20051102094339/we05.com/ Web Essentials 05] &amp;lt;nowiki&amp;gt;http://we05.com/&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier), Guthrie auditorium, University of Technology, Sydney, Australia&lt;br /&gt;
** [http://tantek.com/presentations/2005/09/microformats-evolution/ Microformats: Evolving the Web] (&amp;lt;nowiki&amp;gt;http://we05.com/podcast/mp3/we05-14-tantek-celik2.mp3&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier) MP3 - incomplete, mirror: http://microformats.org/media/2005/09/we05-14-tantek-celik2.mp3)&lt;br /&gt;
* September 29, [http://web.archive.org/web/20051102094339/we05.com/ Web Essentials 05] &amp;lt;nowiki&amp;gt;http://we05.com/&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier), Guthrie auditorium, University of Technology, Sydney, Australia&lt;br /&gt;
** [http://tantek.com/presentations/2005/09/elements-of-xhtml/ The Elements of Meaningful XHTML] (&amp;lt;nowiki&amp;gt;http://we05.com/podcast/mp3/we05-2-tantek-celik.mp3&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier) MP3 mirror: http://microformats.org/media/2005/09/we05-2-tantek-celik.mp3 )&lt;br /&gt;
* September 25, [http://webzine2005.com/ Webzine 2005], Valhalla Room, Swedish American Hall, San Francisco, CA, USA&lt;br /&gt;
** [http://theryanking.com/presentations/2005/webzine/ Microformats @ Webzine 2005]&lt;br /&gt;
* September 21, Web Intelligence Conference, Compiegne, France &lt;br /&gt;
** [http://moloko.itc.it/paoloblog/presentations/presentation_wi05/presentation_wi05.html Page-reRank: using trusted links to re-rank authority] ([http://sra.itc.it/people/massa/publications/wi05_page_rerank_massa_hayes.pdf paper]) - A discussion of using [[vote-links]] to improve [http://www-db.stanford.edu/~backrub/google.html PageRank]&lt;br /&gt;
* June 20: Supernova 2005 ([http://supernova2005.com/ Supernova2005 site]), Microformats [http://supernova2005.com/workshops.htm Workshop], Wharton West, Suite 500, San Francisco, CA, USA&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/06/what-are-microformats/ What are Microformats?]&amp;quot;&lt;br /&gt;
** &amp;quot;[http://homepage.mac.com/kevinmarks/supernovatags.html A microformat for tags]&amp;quot;&lt;br /&gt;
** [http://wiki.commerce.net/wiki/ZCommerceWS#Microformats commercenet wiki page on the workshop] ([http://labs.commerce.net/wiki/index.php/ZCommerceWS#Microformats 2])&lt;br /&gt;
* May 14: Fourteenth International World Wide Web Conference ([http://www2005.org/ WWW2005]), 2005, Microformats Dev-Day Track, Makuhari Messe Room 303, Chiba, JAPAN&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/05/what-are-microformats/ What are Microformats?]&amp;quot; - Tantek Çelik &lt;br /&gt;
** &amp;quot;[http://westciv.com/WWW2005/linkmf.html Link Microformats]&amp;quot; - John Allsopp&lt;br /&gt;
** &amp;quot;[http://complexspiral.com/events/archive/2005/www2005/potential.html The Potential of Microformats]&amp;quot; - Eric Meyer&lt;br /&gt;
** &amp;quot;Distributed Social Networks (XFN Implementations)&amp;quot;&lt;br /&gt;
*** Demonstrations of [http://wordpress.org WordPress] &amp;amp; [http://metafilter.com Metafilter]'s builtin XFN support, and XFN search engines [http://rubhub.com/ RubHub] &amp;amp; [http://xhtmlfriends.net/ xhtmlfriends.net].&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/05/hcard-hcalendar/ People and Events (hCard &amp;amp; hCalendar)]&amp;quot; - Tantek Çelik&lt;br /&gt;
** &amp;quot;[http://cnlabs.commerce.net/~rohit/hReview-in-Review/ hReview in Review]&amp;quot; - Rohit Khare&lt;br /&gt;
** &amp;quot;Bibliographies (hBib)&amp;quot; - notes captured: [[hbib-discussion-2005-05-14|hBib Discussion 2005-05-14]]&lt;br /&gt;
** &amp;quot;[http://westciv.com/WWW2005/xml2mf.html a more meaningful web with microformats]&amp;quot;&lt;br /&gt;
** &amp;quot;Semantic Web and Microformats&amp;quot; panel, Room 201&lt;br /&gt;
&lt;br /&gt;
* March 15: &amp;quot;[http://tantek.com/presentations/2005/03/decentralizednetworks/ Decentralized Social Networks]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 17AB, Austin TX&lt;br /&gt;
&lt;br /&gt;
* March 14: &amp;quot;[http://2005.sxsw.com/interactive/conference/panels/?action=show&amp;amp;id=IAP0060 How to Trick-Out Your Blog]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 16B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* March 13&lt;br /&gt;
** &amp;quot;[http://complexspiral.com/events/archive/2005/sxsw/ Emergent Semantics]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 15, Austin TX&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/03/leveragingtags.html Leveraging Tags]&amp;quot;, as part of the &amp;quot;How to Leverage Solipsism&amp;quot; panel, South by South West Conference (SXSW) 2005, Austin Convention Center Room 18A, Austin TX&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/03/elementsofxhtml/ The Elements of Meaningful XHTML]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 16B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* January 21: [http://tantek.com/presentations/2005/01/attentionxml.html Attention.xml Technology Overview], private presentation, Yahoo! campus, Santa Clara, CA&lt;br /&gt;
&lt;br /&gt;
== 2004 ==&lt;br /&gt;
&lt;br /&gt;
* September 28: &amp;quot;[http://tantek.com/presentations/20040928sdforumws/semantic-xhtml.html Semantic XHTML: Can your website be your API? - Using semantic XHTML to show what you mean]&amp;quot;, SD Forum Web Services SIG, eBay's Silicon Valley Conference Center 2161 North First Street San Jose, CA 95131&lt;br /&gt;
&lt;br /&gt;
* September 12: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?MVCeqXHTMLCSSJS Model+View+Controller = XHTML+CSS+JS]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Wallcreeper room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* September 11: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?AttentionXML Attention.XML]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Appaloosa room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* September 10: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?SimpleSemanticFormats Simple Semantic Formats]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Camel room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* March 15: &amp;quot;[http://tantek.com/presentations/2004sxsw/xfn.html Ridiculously Easy Social Software]&amp;quot;, South by South West Conference (SXSW) 2004, Austin Convention Center Room 17B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* February 11th: &amp;quot;[http://www.tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics]&amp;quot;, O'Reilly Emerging Technology Conference (ETech) 2004 Westin Horton Plaza, San Diego, CA.  This presentation was the first public discussion and introduction of the terms &amp;quot;microformat&amp;quot; and &amp;quot;lowercase semantic web&amp;quot;.  Reprised as a five-minute lightning talk at [http://wiki.oreillynet.com/etech/index.cgi?ConCon ConCon], Rx Gallery, San Francisco CA (16 February 2004).&lt;br /&gt;
&lt;br /&gt;
This page was contributed from [http://developers.technorati.com/wiki/MicroFormatsPresentations the Technorati developers wiki].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40595</id>
		<title>Main Page-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40595"/>
		<updated>2009-08-31T21:57:59Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Selamat datang di wiki Microformats!&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
Silahkan awali dengan halaman [[pendahuluan]] dan baca juga [[how-to-play|cara penggunaan]] sebelum menyunting halaman.&lt;br /&gt;
&lt;br /&gt;
==Pengantar==&lt;br /&gt;
Wiki ini adalah sumber pengetahuan komunitas Microformats. Anda akan menemukan spesifikasi versi terbaru yang diterbitkan microformat, spesifikasi rancangan dan pola penerbitan. Wiki juga menjadi tuan rumah pengembangan, seperti halaman gagasan untuk format baru dan menerbitkan halaman pelacakan untuk semua dan yang saat ini sedang dalam pengembangan Microformats.&lt;br /&gt;
&lt;br /&gt;
==Persiapan==&lt;br /&gt;
Untuk mulai menggunakan Microformats:&lt;br /&gt;
&lt;br /&gt;
* Pertama, biasakan menulis halaman dan aplikasi yang penuh semantik, deskriptif, ‘[[posh|&amp;lt;abbr title=&amp;quot;Plain Old Semantic HTML&amp;quot;&amp;gt;POSH&amp;lt;/abbr&amp;gt;]]’ &amp;lt;abbr title=&amp;quot;HyperText Mark-up Language&amp;quot;&amp;gt;HTML&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
* Belajar tentang Microformats dari [http://microformats.org/about/ about page], [http://microformats.org/ blog], [[press]], [[presentations]], [[books]], [[podcasts]], &amp;amp; [[screencasts]] halaman.&lt;br /&gt;
* Take a look at established specifications such as [[hcard|hCard]] and [[hcalendar|hCalendar]], and follow the [[hcard-examples|examples]] to start publishing microformats.&lt;br /&gt;
* Have questions? Read the [[faq|frequently asked questions]] and see the [[glossary]] for terms and definitions. You can also post to the {{MicroformatsMailingList}}.&lt;br /&gt;
* Want to learn more in person? Check out microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
==Definisi==&lt;br /&gt;
Microformats adalah pola sederhana pada HTML yang mewakili hal-hal publikasi umum seperti [[hcard|orang]], [[hcalendar|kegiatan]], [[hatom|blog posts]], [[hreview|tinjauan]] dan [[rel-tag|label]] pada halaman web.&lt;br /&gt;
&lt;br /&gt;
Microformats memungkinkan ketepatan publikasi informasi pada web lebih akurat; lebih cepat dan sederhana untuk diberikan kepada feeds dan APIs pada informasi website Anda.&lt;br /&gt;
&lt;br /&gt;
* Baca penjelasan selanjutnya pada [[what-are-microformats|apakah Microformats itu]], dan [[what-can-you-do-with-microformats|apa saja yang dapat Anda lakukan]].&lt;br /&gt;
&lt;br /&gt;
==Bagaimana caranya berbagi==&lt;br /&gt;
Apakah Anda ingin membantu Microformats ketingkat selanjutnya? Anda dapat:&lt;br /&gt;
&lt;br /&gt;
* [[get-started|Memulai]] dengan menambahkan Microformats ke website, layanan, dan produk Anda.&lt;br /&gt;
* [[advocacy|Anjurkan]] penggunaan Microformats pada situs web lainnya, terutama yang Anda gunakan.&lt;br /&gt;
* Tulislah sebuah [[testimonial|tanda penghargaan]].&lt;br /&gt;
* Lakukan sesuatu pada [[to-do|daftar yang harus dilakukan]].&lt;br /&gt;
* Bergabung di [[irc|IRC Channel]] dan [[mail|milis]] untuk mempelajari dan menjawab pertanyaan (baca [[mailing-lists#General_guidelines|pedoman umum]] sebelum mengirimkan).&lt;br /&gt;
* [[Main_Page#microformats_wiki_translations|Terjemahkan Wiki Microformats ini kedalam bahasa lainnya]] agar Microformats lebih mudah diakses pembaca bahasa di seluruh dunia.&lt;br /&gt;
* Sebelum mengajukan Microformats baru, pastikan website Anda adalah [[POSH]], [[get-started|menggunakan Microformats yang sudah ada]], kemudian bacalah [[process|prosesnya]].&lt;br /&gt;
&lt;br /&gt;
Wiki ini memiliki sejumlah perangkat tambahan untuk membantu pembangunan dan kontribusi untuk Microformats. Sebelum Anda mulai mengedit, lihat [[wiki-2|halaman pendahuluan wiki]] sebagai petunjuk.&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi ==&lt;br /&gt;
Daftar saat ini, [[microformats|Microformats]] yang stabil dengan spesifikasi standar terbuka.&lt;br /&gt;
&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]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [[XFN]] - [http://gmpg.org/xfn/creator XFN creator]&lt;br /&gt;
* [[XMDP]]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
''Jika Anda ingin mencoba berlatih menggunakan Microformats silahkan baca halaman '''[[process|proses]]''' untuk pertama kalinya!''&lt;br /&gt;
&lt;br /&gt;
==Konsep==&lt;br /&gt;
&lt;br /&gt;
Konsep mencakup hal baru pada Microformats, dimana rumusan spesifikasinya belum lengkap. Konsep adalah sesuatu yang lazim dalam [[process|proses]] pengembangan (lihat [[exploratory-discussions|diskusi eksplorasi]] bahwa upaya peningkatan tersebut tak jauh dari sebuah proses). Stabilitas pada dokumen ini tidak dapat dijamin, dan pengguna harus siap mengkiuti perubahan yang akan datang. Silahkan mengamati halaman wiki untuk melihat tiap perubahannya.&lt;br /&gt;
&lt;br /&gt;
* [[adr|adr]] - untuk menandai informasi alamat&lt;br /&gt;
* [[geo|geo]] - untuk menandai [http://en.wikipedia.org/wiki/WGS84 WGS84] koordinat geografi (latitude; longitude)&lt;br /&gt;
* [[hatom|hAtom]] - sindikasi episodik isi (contohnya catatan weblog)&lt;br /&gt;
* [[haudio|hAudio]]&lt;br /&gt;
* [[hmedia|hMedia]] - Format publikasi media yang berhubungan dengan Gambar, Video, dan Audio. &lt;br /&gt;
* [[hproduct|hProduct]]&lt;br /&gt;
* [[hrecipe|hRecipe]] - untuk resep masak memasak&lt;br /&gt;
* [[hresume|hResume]] - untuk publikasi resume dan CV&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hReview creator]&lt;br /&gt;
* [[rel-directory]] - to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page&lt;br /&gt;
* [[rel-enclosure]] - untuk mengindikasikan lampiran (contohnya berkas) untuk diunduh dan disembunyikan&lt;br /&gt;
* [[rel-home]] - indikasi sebuah hyperlink halaman utama pada sebuah situs&lt;br /&gt;
* [[rel-payment]] - indikasi mekanisme pembayaran&lt;br /&gt;
* [[robots-exclusion|robots exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
==Pola Rancangan==&lt;br /&gt;
{{design_patterns-id}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Eksplorasi Diskusi==&lt;br /&gt;
Lihat: rincian [[exploratory-discussions|eksplorasi diskusi]] untuk riset dan analisa pada [[examples|contoh]] dunia-nyata, format yang ada, dan diskusi kemungkinan adanya Microformats yang baru, per [[process|proses]] microformats.&lt;br /&gt;
&lt;br /&gt;
== Contoh ==&lt;br /&gt;
* [[examples-in-the-wild]]&lt;br /&gt;
* [[implementations]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Sumber ==&lt;br /&gt;
Lihat [[resources|sumber]].&lt;br /&gt;
&lt;br /&gt;
==Pusat pengembangan pengguna==&lt;br /&gt;
*[[user-interface]]&lt;br /&gt;
*[[data-portability]]&lt;br /&gt;
*[[social-network-portability]]&lt;br /&gt;
&lt;br /&gt;
==Berbagi area kerja==&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[templates]]&lt;br /&gt;
* [http://microformats.org/wiki/delete pages for deletion] &amp;lt;!-- keep as external link; removes from &amp;quot;what links here&amp;quot; --&amp;gt;&lt;br /&gt;
* [[Special:Specialpages|&amp;quot;Special&amp;quot; wiki pages]]&lt;br /&gt;
* [[year-in-review]]&lt;br /&gt;
&lt;br /&gt;
==Peralatan, uji kasus, riset tambahan==&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
Tempat pertama untuk mencari contoh-contoh, kode, dan uji kasus berada pada tiap halaman individu Microformat. Hanya ada beberapa lintas sektor [[tools|peralatan dan layanan]] yang dibutuhkan untuk memproses lebih dari satu format. Bagian tersebut dimaksudkan untuk penyunting, [[parsers]], [[validators]], uji kasus, dan informasi lainnya yang berhubungan other di beberapa Microformats.&lt;br /&gt;
&lt;br /&gt;
==Terjemahan Wiki Microformats==&lt;br /&gt;
&amp;lt;span id=&amp;quot;microformats_wiki_translations_in_other_languages&amp;quot;&amp;gt;Anda dapat membaca atau menyunting artikel Microformats dalam berbagai bahasa:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Bahasa yang lebih dari 100 artikel:&lt;br /&gt;
** [[Main_Page-fr|&amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;Français&amp;lt;/span&amp;gt; (French)]] &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;{{UpdateMarker-fr}}&amp;lt;/span&amp;gt;&lt;br /&gt;
* Bahasa yang lebih dari 10 artikel:&lt;br /&gt;
** [[Main_Page-pt-br|&amp;lt;span lang=&amp;quot;pt-br&amp;quot;&amp;gt;Português&amp;lt;/span&amp;gt; (Brazilian Portuguese)]]&lt;br /&gt;
** [[Main_Page-ja|&amp;lt;span lang=&amp;quot;ja&amp;quot;&amp;gt;日本語&amp;lt;/span&amp;gt; (Japanese)]]&lt;br /&gt;
** [[Main_Page-ru|&amp;lt;span lang=&amp;quot;ru&amp;quot;&amp;gt;Русский&amp;lt;/span&amp;gt; (Russian)]]&lt;br /&gt;
* Bahasa yang lebih dari 2 artikel:&lt;br /&gt;
** [[Main_Page-cs|&amp;lt;span lang=&amp;quot;cs&amp;quot;&amp;gt;Česky&amp;lt;/span&amp;gt; (Czech)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-de|&amp;lt;span lang=&amp;quot;de&amp;quot;&amp;gt;Deutsch&amp;lt;/span&amp;gt; (German)]]&lt;br /&gt;
** [[Main_Page-es|&amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Español&amp;lt;/span&amp;gt; (Spanish)]]&lt;br /&gt;
** [[Main_Page-gl|&amp;lt;span lang=&amp;quot;gl&amp;quot;&amp;gt;Galego&amp;lt;/span&amp;gt; (Galician)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-pl|&amp;lt;span lang=&amp;quot;pl&amp;quot;&amp;gt;Polski&amp;lt;/span&amp;gt; (Polish)]]&lt;br /&gt;
** [[Main_Page-ro|&amp;lt;span lang=&amp;quot;ro&amp;quot;&amp;gt;Română&amp;lt;/span&amp;gt; (Romanian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-zh|&amp;lt;span lang=&amp;quot;zh&amp;quot;&amp;gt;汉语&amp;lt;/span&amp;gt; (Chinese)]]&lt;br /&gt;
* Bahasa yang baru saja dimulai:&lt;br /&gt;
** [[Main_Page-ar|&amp;lt;span lang=&amp;quot;ar&amp;quot;&amp;gt;العربية&amp;lt;/span&amp;gt; (Arabic)]]&lt;br /&gt;
** [[Main_Page-th|&amp;lt;span lang=&amp;quot;th&amp;quot;&amp;gt;ภาษาไทย&amp;lt;/span&amp;gt; (Thai)]]&lt;br /&gt;
** [[Main_Page-it|&amp;lt;span lang=&amp;quot;it&amp;quot;&amp;gt;Italiano&amp;lt;/span&amp;gt; (Italian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ko|&amp;lt;span lang=&amp;quot;ko&amp;quot;&amp;gt;한국어&amp;lt;/span&amp;gt; (Korean)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-id|&amp;lt;span lang=&amp;quot;id&amp;quot;&amp;gt;Indonesia&amp;lt;/span&amp;gt; (Bahasa Indonesia)]] {{NewMarker}}&lt;br /&gt;
* Lainnya&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Microformat Wikipedia's article on microformats] telah diterjemahkan ke dalam beberapa bahasa.&lt;br /&gt;
&lt;br /&gt;
Kungungi juga [[other-languages|bahasa lainnya]], dan [[how-to-start-new-translation|bagaimana-memulai-bahasa-baru]].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40594</id>
		<title>pendahuluan</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40594"/>
		<updated>2009-08-31T21:56:31Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Lihat juga */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Pendahuluan Microformats&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Apakah Microformats itu? ==&lt;br /&gt;
&lt;br /&gt;
Microformats adalah salah satu cara menambahkan penandaan sederhana agar tiap data mudah terbaca oleh manusia seperti peristiwa, rincian kontak atau lokasi pada halaman web sehingga informasi di dalamnya dapat diekstraksi oleh perangkat lunak dan diindeks, dicari, disimpan, bertukaran-referensi, atau dikombinasi.&lt;br /&gt;
&lt;br /&gt;
Secara teknis, hal-hal tersebut adalah bagian dari penandaan semantik yang hanya menggunakan standar  &amp;quot;Plain Old Semantic (X)HTML&amp;quot; (yaitu &amp;quot;[[POSH]]&amp;quot;) saja dengan nilai &amp;quot;rel&amp;quot; dan satu set [[class-names|penamaan-kelas]] yang umum. Mereka digunakan dengan terbuka dan tersedia, bebas bagi siapa saja.&lt;br /&gt;
&lt;br /&gt;
== Mengapa Microformats ==&lt;br /&gt;
&lt;br /&gt;
Mengapa kita menghadirkan Microformats?&lt;br /&gt;
&lt;br /&gt;
Singkatnya, Microformats adalah konvergensi dari sejumlah tren:&lt;br /&gt;
# langkah logis berikutnya dalam evolusi desain web dan informasi arsitektur&lt;br /&gt;
# cara manusia dan organisasi untuk mempublikasikan informasi yang lebih beragam dengan sendirinya, tanpa harus bergantung pada layanan terpusat&lt;br /&gt;
# pengakuan bahwa (di luar area &amp;lt;span class=&amp;quot;notspam&amp;quot;&amp;gt;spesialis&amp;lt;/span&amp;gt;) upaya metadata &amp;quot;tradisional&amp;quot; memiliki kegagalan atau akan memakan banyak waktu untuk mengumpulkannya dengan berbagi adopsi apapun, oleh karena itu pendekatan baru akan dibutuhkan&lt;br /&gt;
# salah satu cara penggunaan [[(X)HTML]] untuk data.&lt;br /&gt;
&lt;br /&gt;
== Seruan untuk sederhana ==&lt;br /&gt;
&lt;br /&gt;
* Microformats adalah karya sederhana dimana pertimbangan karya kompleks sebelumnya telah membuat banyak  kesalahan. Satu persamaan yang dapat ditarik adalah REST layanan di dunia web - untuk lebih memahami [[suggested-reading#REST|bacaan yang disarankan untuk REST]].&lt;br /&gt;
&lt;br /&gt;
* Lihat juga: [http://www.justinleavesley.com/journal/2005/7/28/web-services-and-the-innovators-dilemma.html Web Services and the Innovators Dilemma] oleh Justin Leavesley&lt;br /&gt;
&lt;br /&gt;
==Lihat juga==&lt;br /&gt;
* Daftar [[notable-users|some notable users]].&lt;br /&gt;
* Interview [[press|pers]] dan [[articles|artikel]] terbaru juga bisa menjadi pengantar yang bagus.&lt;br /&gt;
* Lihat [[presentations|presentasi]] Microformats untuk mengetahui latar belakang dan bahan pengantar pada [[Microformats]].&lt;br /&gt;
* Dengarkan [[podcasts]] tentang Microformats.&lt;br /&gt;
* Baca [[faq|FAQs]] sebagai pernyataan Microformat secara umum.&lt;br /&gt;
* Kemudian [[suggested-reading|sarankan pembaca]]&lt;br /&gt;
* [[implement|Apakah Anda ingin mengimplementasikan Microformats?]]&lt;br /&gt;
* [[presentations|presentasi]]&lt;br /&gt;
* [[podcasts]]&lt;br /&gt;
* [[testimonials]]&lt;br /&gt;
&lt;br /&gt;
== Pranala luar ==&lt;br /&gt;
* Sitepoint memiliki tutorial pengantar yang bagus: [http://reference.sitepoint.com/html/microformats Microformats - Plugging the Gaps in HTML]&lt;br /&gt;
* Premasagar telah menulis: [http://premasagar.com/microformats/compound/ some nice microformats examples with source]..&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40593</id>
		<title>pendahuluan</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40593"/>
		<updated>2009-08-31T21:55:35Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Lihat juga */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Pendahuluan Microformats&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Apakah Microformats itu? ==&lt;br /&gt;
&lt;br /&gt;
Microformats adalah salah satu cara menambahkan penandaan sederhana agar tiap data mudah terbaca oleh manusia seperti peristiwa, rincian kontak atau lokasi pada halaman web sehingga informasi di dalamnya dapat diekstraksi oleh perangkat lunak dan diindeks, dicari, disimpan, bertukaran-referensi, atau dikombinasi.&lt;br /&gt;
&lt;br /&gt;
Secara teknis, hal-hal tersebut adalah bagian dari penandaan semantik yang hanya menggunakan standar  &amp;quot;Plain Old Semantic (X)HTML&amp;quot; (yaitu &amp;quot;[[POSH]]&amp;quot;) saja dengan nilai &amp;quot;rel&amp;quot; dan satu set [[class-names|penamaan-kelas]] yang umum. Mereka digunakan dengan terbuka dan tersedia, bebas bagi siapa saja.&lt;br /&gt;
&lt;br /&gt;
== Mengapa Microformats ==&lt;br /&gt;
&lt;br /&gt;
Mengapa kita menghadirkan Microformats?&lt;br /&gt;
&lt;br /&gt;
Singkatnya, Microformats adalah konvergensi dari sejumlah tren:&lt;br /&gt;
# langkah logis berikutnya dalam evolusi desain web dan informasi arsitektur&lt;br /&gt;
# cara manusia dan organisasi untuk mempublikasikan informasi yang lebih beragam dengan sendirinya, tanpa harus bergantung pada layanan terpusat&lt;br /&gt;
# pengakuan bahwa (di luar area &amp;lt;span class=&amp;quot;notspam&amp;quot;&amp;gt;spesialis&amp;lt;/span&amp;gt;) upaya metadata &amp;quot;tradisional&amp;quot; memiliki kegagalan atau akan memakan banyak waktu untuk mengumpulkannya dengan berbagi adopsi apapun, oleh karena itu pendekatan baru akan dibutuhkan&lt;br /&gt;
# salah satu cara penggunaan [[(X)HTML]] untuk data.&lt;br /&gt;
&lt;br /&gt;
== Seruan untuk sederhana ==&lt;br /&gt;
&lt;br /&gt;
* Microformats adalah karya sederhana dimana pertimbangan karya kompleks sebelumnya telah membuat banyak  kesalahan. Satu persamaan yang dapat ditarik adalah REST layanan di dunia web - untuk lebih memahami [[suggested-reading#REST|bacaan yang disarankan untuk REST]].&lt;br /&gt;
&lt;br /&gt;
* Lihat juga: [http://www.justinleavesley.com/journal/2005/7/28/web-services-and-the-innovators-dilemma.html Web Services and the Innovators Dilemma] oleh Justin Leavesley&lt;br /&gt;
&lt;br /&gt;
==Lihat juga==&lt;br /&gt;
* Daftar [[notable-users|some notable users]].&lt;br /&gt;
* Interview [[press|pers]] dan [[articles|artikel]] terbaru juga bisa menjadi pengantar yang bagus.&lt;br /&gt;
* See microformat presentations for more background and introductory material on microformats. &lt;br /&gt;
&lt;br /&gt;
* Lihat [[presentations|presentasi]] Microformats untuk mengetahui latar belakang dan bahan pengantar pada [[Microformats]].&lt;br /&gt;
* Dengarkan [[podcasts]] tentang Microformats.&lt;br /&gt;
* Baca [[faq|FAQs]] sebagai pernyataan Microformat secara umum.&lt;br /&gt;
* Kemudian [[suggested-reading|sarankan pembaca]]&lt;br /&gt;
* [[implement|Apakah Anda ingin mengimplementasikan Microformats?]]&lt;br /&gt;
* [[presentations|presentasi]]&lt;br /&gt;
* [[podcasts]]&lt;br /&gt;
* [[testimonials]]&lt;br /&gt;
&lt;br /&gt;
== Pranala luar ==&lt;br /&gt;
* Sitepoint memiliki tutorial pengantar yang bagus: [http://reference.sitepoint.com/html/microformats Microformats - Plugging the Gaps in HTML]&lt;br /&gt;
* Premasagar telah menulis: [http://premasagar.com/microformats/compound/ some nice microformats examples with source]..&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40592</id>
		<title>pendahuluan</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40592"/>
		<updated>2009-08-31T21:52:33Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Lihat juga */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Pendahuluan Microformats&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Apakah Microformats itu? ==&lt;br /&gt;
&lt;br /&gt;
Microformats adalah salah satu cara menambahkan penandaan sederhana agar tiap data mudah terbaca oleh manusia seperti peristiwa, rincian kontak atau lokasi pada halaman web sehingga informasi di dalamnya dapat diekstraksi oleh perangkat lunak dan diindeks, dicari, disimpan, bertukaran-referensi, atau dikombinasi.&lt;br /&gt;
&lt;br /&gt;
Secara teknis, hal-hal tersebut adalah bagian dari penandaan semantik yang hanya menggunakan standar  &amp;quot;Plain Old Semantic (X)HTML&amp;quot; (yaitu &amp;quot;[[POSH]]&amp;quot;) saja dengan nilai &amp;quot;rel&amp;quot; dan satu set [[class-names|penamaan-kelas]] yang umum. Mereka digunakan dengan terbuka dan tersedia, bebas bagi siapa saja.&lt;br /&gt;
&lt;br /&gt;
== Mengapa Microformats ==&lt;br /&gt;
&lt;br /&gt;
Mengapa kita menghadirkan Microformats?&lt;br /&gt;
&lt;br /&gt;
Singkatnya, Microformats adalah konvergensi dari sejumlah tren:&lt;br /&gt;
# langkah logis berikutnya dalam evolusi desain web dan informasi arsitektur&lt;br /&gt;
# cara manusia dan organisasi untuk mempublikasikan informasi yang lebih beragam dengan sendirinya, tanpa harus bergantung pada layanan terpusat&lt;br /&gt;
# pengakuan bahwa (di luar area &amp;lt;span class=&amp;quot;notspam&amp;quot;&amp;gt;spesialis&amp;lt;/span&amp;gt;) upaya metadata &amp;quot;tradisional&amp;quot; memiliki kegagalan atau akan memakan banyak waktu untuk mengumpulkannya dengan berbagi adopsi apapun, oleh karena itu pendekatan baru akan dibutuhkan&lt;br /&gt;
# salah satu cara penggunaan [[(X)HTML]] untuk data.&lt;br /&gt;
&lt;br /&gt;
== Seruan untuk sederhana ==&lt;br /&gt;
&lt;br /&gt;
* Microformats adalah karya sederhana dimana pertimbangan karya kompleks sebelumnya telah membuat banyak  kesalahan. Satu persamaan yang dapat ditarik adalah REST layanan di dunia web - untuk lebih memahami [[suggested-reading#REST|bacaan yang disarankan untuk REST]].&lt;br /&gt;
&lt;br /&gt;
* Lihat juga: [http://www.justinleavesley.com/journal/2005/7/28/web-services-and-the-innovators-dilemma.html Web Services and the Innovators Dilemma] oleh Justin Leavesley&lt;br /&gt;
&lt;br /&gt;
==Lihat juga==&lt;br /&gt;
* Daftar [[notable-users|beberapa pengguna terkenal]].&lt;br /&gt;
* Interview [[press|pers]] dan [[articles|artikel]] terbaru juga bisa menjadi pengantar yang bagus.&lt;br /&gt;
* See microformat presentations for more background and introductory material on microformats. &lt;br /&gt;
&lt;br /&gt;
* Lihat [[presentations|presentasi]] Microformats untuk mengetahui latar belakang dan bahan pengantar pada [[Microformats]].&lt;br /&gt;
* Dengarkan [[podcasts]] tentang Microformats.&lt;br /&gt;
* Baca [[faq|FAQs]] sebagai pernyataan Microformat secara umum.&lt;br /&gt;
* Kemudian [[suggested-reading|sarankan pembaca]]&lt;br /&gt;
* [[implement|Apakah Anda ingin mengimplementasikan Microformats?]]&lt;br /&gt;
* [[presentations|presentasi]]&lt;br /&gt;
* [[podcasts]]&lt;br /&gt;
* [[testimonials]]&lt;br /&gt;
&lt;br /&gt;
== Pranala luar ==&lt;br /&gt;
* Sitepoint memiliki tutorial pengantar yang bagus: [http://reference.sitepoint.com/html/microformats Microformats - Plugging the Gaps in HTML]&lt;br /&gt;
* Premasagar telah menulis: [http://premasagar.com/microformats/compound/ some nice microformats examples with source]..&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40591</id>
		<title>pendahuluan</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40591"/>
		<updated>2009-08-31T21:50:56Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Lihat juga */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Pendahuluan Microformats&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Apakah Microformats itu? ==&lt;br /&gt;
&lt;br /&gt;
Microformats adalah salah satu cara menambahkan penandaan sederhana agar tiap data mudah terbaca oleh manusia seperti peristiwa, rincian kontak atau lokasi pada halaman web sehingga informasi di dalamnya dapat diekstraksi oleh perangkat lunak dan diindeks, dicari, disimpan, bertukaran-referensi, atau dikombinasi.&lt;br /&gt;
&lt;br /&gt;
Secara teknis, hal-hal tersebut adalah bagian dari penandaan semantik yang hanya menggunakan standar  &amp;quot;Plain Old Semantic (X)HTML&amp;quot; (yaitu &amp;quot;[[POSH]]&amp;quot;) saja dengan nilai &amp;quot;rel&amp;quot; dan satu set [[class-names|penamaan-kelas]] yang umum. Mereka digunakan dengan terbuka dan tersedia, bebas bagi siapa saja.&lt;br /&gt;
&lt;br /&gt;
== Mengapa Microformats ==&lt;br /&gt;
&lt;br /&gt;
Mengapa kita menghadirkan Microformats?&lt;br /&gt;
&lt;br /&gt;
Singkatnya, Microformats adalah konvergensi dari sejumlah tren:&lt;br /&gt;
# langkah logis berikutnya dalam evolusi desain web dan informasi arsitektur&lt;br /&gt;
# cara manusia dan organisasi untuk mempublikasikan informasi yang lebih beragam dengan sendirinya, tanpa harus bergantung pada layanan terpusat&lt;br /&gt;
# pengakuan bahwa (di luar area &amp;lt;span class=&amp;quot;notspam&amp;quot;&amp;gt;spesialis&amp;lt;/span&amp;gt;) upaya metadata &amp;quot;tradisional&amp;quot; memiliki kegagalan atau akan memakan banyak waktu untuk mengumpulkannya dengan berbagi adopsi apapun, oleh karena itu pendekatan baru akan dibutuhkan&lt;br /&gt;
# salah satu cara penggunaan [[(X)HTML]] untuk data.&lt;br /&gt;
&lt;br /&gt;
== Seruan untuk sederhana ==&lt;br /&gt;
&lt;br /&gt;
* Microformats adalah karya sederhana dimana pertimbangan karya kompleks sebelumnya telah membuat banyak  kesalahan. Satu persamaan yang dapat ditarik adalah REST layanan di dunia web - untuk lebih memahami [[suggested-reading#REST|bacaan yang disarankan untuk REST]].&lt;br /&gt;
&lt;br /&gt;
* Lihat juga: [http://www.justinleavesley.com/journal/2005/7/28/web-services-and-the-innovators-dilemma.html Web Services and the Innovators Dilemma] oleh Justin Leavesley&lt;br /&gt;
&lt;br /&gt;
==Lihat juga==&lt;br /&gt;
* Daftar [[notable-users|some notable users]].&lt;br /&gt;
* Interview [[press|pers]] and [[articles|artikel]] terbaru juga bisa menjadi pengantar yang bagus.&lt;br /&gt;
* See microformat presentations for more background and introductory material on microformats. &lt;br /&gt;
&lt;br /&gt;
* Lihat [[presentations|presentasi]] Microformats untuk mengetahui latar belakang dan bahan pengantar pada [[Microformats]].&lt;br /&gt;
* Dengarkan [[podcasts]] tentang Microformats.&lt;br /&gt;
* Baca [[faq|FAQs]] sebagai pernyataan Microformat secara umum.&lt;br /&gt;
* Kemudian [[suggested-reading|sarankan pembaca]]&lt;br /&gt;
* [[implement|Apakah Anda ingin mengimplementasikan Microformats?]]&lt;br /&gt;
* [[presentations|presentasi]]&lt;br /&gt;
* [[podcasts]]&lt;br /&gt;
* [[testimonials]]&lt;br /&gt;
&lt;br /&gt;
== Pranala luar ==&lt;br /&gt;
* Sitepoint memiliki tutorial pengantar yang bagus: [http://reference.sitepoint.com/html/microformats Microformats - Plugging the Gaps in HTML]&lt;br /&gt;
* Premasagar telah menulis: [http://premasagar.com/microformats/compound/ some nice microformats examples with source]..&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40588</id>
		<title>pendahuluan</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40588"/>
		<updated>2009-08-31T21:39:05Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Seruan untuk sederhana */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Pendahuluan Microformats&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Apakah Microformats itu? ==&lt;br /&gt;
&lt;br /&gt;
Microformats adalah salah satu cara menambahkan penandaan sederhana agar tiap data mudah terbaca oleh manusia seperti peristiwa, rincian kontak atau lokasi pada halaman web sehingga informasi di dalamnya dapat diekstraksi oleh perangkat lunak dan diindeks, dicari, disimpan, bertukaran-referensi, atau dikombinasi.&lt;br /&gt;
&lt;br /&gt;
Secara teknis, hal-hal tersebut adalah bagian dari penandaan semantik yang hanya menggunakan standar  &amp;quot;Plain Old Semantic (X)HTML&amp;quot; (yaitu &amp;quot;[[POSH]]&amp;quot;) saja dengan nilai &amp;quot;rel&amp;quot; dan satu set [[class-names|penamaan-kelas]] yang umum. Mereka digunakan dengan terbuka dan tersedia, bebas bagi siapa saja.&lt;br /&gt;
&lt;br /&gt;
== Mengapa Microformats ==&lt;br /&gt;
&lt;br /&gt;
Mengapa kita menghadirkan Microformats?&lt;br /&gt;
&lt;br /&gt;
Singkatnya, Microformats adalah konvergensi dari sejumlah tren:&lt;br /&gt;
# langkah logis berikutnya dalam evolusi desain web dan informasi arsitektur&lt;br /&gt;
# cara manusia dan organisasi untuk mempublikasikan informasi yang lebih beragam dengan sendirinya, tanpa harus bergantung pada layanan terpusat&lt;br /&gt;
# pengakuan bahwa (di luar area &amp;lt;span class=&amp;quot;notspam&amp;quot;&amp;gt;spesialis&amp;lt;/span&amp;gt;) upaya metadata &amp;quot;tradisional&amp;quot; memiliki kegagalan atau akan memakan banyak waktu untuk mengumpulkannya dengan berbagi adopsi apapun, oleh karena itu pendekatan baru akan dibutuhkan&lt;br /&gt;
# salah satu cara penggunaan [[(X)HTML]] untuk data.&lt;br /&gt;
&lt;br /&gt;
== Seruan untuk sederhana ==&lt;br /&gt;
&lt;br /&gt;
* Microformats adalah karya sederhana dimana pertimbangan karya kompleks sebelumnya telah membuat banyak  kesalahan. Satu persamaan yang dapat ditarik adalah REST layanan di dunia web - untuk lebih memahami [[suggested-reading#REST|bacaan yang disarankan untuk REST]].&lt;br /&gt;
&lt;br /&gt;
* Lihat juga: [http://www.justinleavesley.com/journal/2005/7/28/web-services-and-the-innovators-dilemma.html Web Services and the Innovators Dilemma] oleh Justin Leavesley&lt;br /&gt;
&lt;br /&gt;
==Lihat juga==&lt;br /&gt;
* Daftar [[notable-users|some notable users]].&lt;br /&gt;
* Interview [[press|pers]] and [[articles|artikel]] terbaru juga bisa menjadi pengantar yang bagus.&lt;br /&gt;
* Lihat [[presentations|presentasi]] Microformats for more background and introductory material on [[microformats]].&lt;br /&gt;
* Listen to [[podcasts]] about microformats.&lt;br /&gt;
* Read the [[faq|FAQs]] for general microformat queries.&lt;br /&gt;
* More [[suggested-reading|suggested reading]]&lt;br /&gt;
* [[implement|So you want to implement microformats?]]&lt;br /&gt;
* [[presentations]]&lt;br /&gt;
* [[podcasts]]&lt;br /&gt;
* [[testimonials]]&lt;br /&gt;
&lt;br /&gt;
== Pranala luar ==&lt;br /&gt;
* Sitepoint memiliki tutorial pengantar yang bagus: [http://reference.sitepoint.com/html/microformats Microformats - Plugging the Gaps in HTML]&lt;br /&gt;
* Premasagar telah menulis: [http://premasagar.com/microformats/compound/ some nice microformats examples with source]..&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40585</id>
		<title>pendahuluan</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40585"/>
		<updated>2009-08-31T21:07:00Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Pranala Luar */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Pendahuluan Microformats&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Apakah Microformats itu? ==&lt;br /&gt;
&lt;br /&gt;
Microformats adalah salah satu cara menambahkan penandaan sederhana agar tiap data mudah terbaca oleh manusia seperti peristiwa, rincian kontak atau lokasi pada halaman web sehingga informasi di dalamnya dapat diekstraksi oleh perangkat lunak dan diindeks, dicari, disimpan, bertukaran-referensi, atau dikombinasi.&lt;br /&gt;
&lt;br /&gt;
Secara teknis, hal-hal tersebut adalah bagian dari penandaan semantik yang hanya menggunakan standar  &amp;quot;Plain Old Semantic (X)HTML&amp;quot; (yaitu &amp;quot;[[POSH]]&amp;quot;) saja dengan nilai &amp;quot;rel&amp;quot; dan satu set [[class-names|penamaan-kelas]] yang umum. Mereka digunakan dengan terbuka dan tersedia, bebas bagi siapa saja.&lt;br /&gt;
&lt;br /&gt;
== Mengapa Microformats ==&lt;br /&gt;
&lt;br /&gt;
Mengapa kita menghadirkan Microformats?&lt;br /&gt;
&lt;br /&gt;
Singkatnya, Microformats adalah konvergensi dari sejumlah tren:&lt;br /&gt;
# langkah logis berikutnya dalam evolusi desain web dan informasi arsitektur&lt;br /&gt;
# cara manusia dan organisasi untuk mempublikasikan informasi yang lebih beragam dengan sendirinya, tanpa harus bergantung pada layanan terpusat&lt;br /&gt;
# pengakuan bahwa (di luar area &amp;lt;span class=&amp;quot;notspam&amp;quot;&amp;gt;spesialis&amp;lt;/span&amp;gt;) upaya metadata &amp;quot;tradisional&amp;quot; memiliki kegagalan atau akan memakan banyak waktu untuk mengumpulkannya dengan berbagi adopsi apapun, oleh karena itu pendekatan baru akan dibutuhkan&lt;br /&gt;
# salah satu cara penggunaan [[(X)HTML]] untuk data.&lt;br /&gt;
&lt;br /&gt;
== Seruan untuk sederhana ==&lt;br /&gt;
&lt;br /&gt;
* Microformats are a simple effort which has appealed to many frustrated with previous complex efforts. One parallel that can be drawn is to REST in the web services world - for more on REST see [[suggested-reading#REST|suggested reading on REST]].&lt;br /&gt;
* See: [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;
==Lihat juga==&lt;br /&gt;
* Daftar [[notable-users|some notable users]].&lt;br /&gt;
* Interview [[press|pers]] and [[articles|artikel]] terbaru juga bisa menjadi pengantar yang bagus.&lt;br /&gt;
* Lihat [[presentations|presentasi]] Microformats for more background and introductory material on [[microformats]].&lt;br /&gt;
* Listen to [[podcasts]] about microformats.&lt;br /&gt;
* Read the [[faq|FAQs]] for general microformat queries.&lt;br /&gt;
* More [[suggested-reading|suggested reading]]&lt;br /&gt;
* [[implement|So you want to implement microformats?]]&lt;br /&gt;
* [[presentations]]&lt;br /&gt;
* [[podcasts]]&lt;br /&gt;
* [[testimonials]]&lt;br /&gt;
&lt;br /&gt;
== Pranala luar ==&lt;br /&gt;
* Sitepoint memiliki tutorial pengantar yang bagus: [http://reference.sitepoint.com/html/microformats Microformats - Plugging the Gaps in HTML]&lt;br /&gt;
* Premasagar telah menulis: [http://premasagar.com/microformats/compound/ some nice microformats examples with source]..&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40580</id>
		<title>pendahuluan</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40580"/>
		<updated>2009-08-31T19:15:41Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Lihat juga */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Pendahuluan Microformats&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Apakah Microformats itu? ==&lt;br /&gt;
&lt;br /&gt;
Microformats adalah salah satu cara menambahkan penandaan sederhana agar tiap data mudah terbaca oleh manusia seperti peristiwa, rincian kontak atau lokasi pada halaman web sehingga informasi di dalamnya dapat diekstraksi oleh perangkat lunak dan diindeks, dicari, disimpan, bertukaran-referensi, atau dikombinasi.&lt;br /&gt;
&lt;br /&gt;
Secara teknis, hal-hal tersebut adalah bagian dari penandaan semantik yang hanya menggunakan standar  &amp;quot;Plain Old Semantic (X)HTML&amp;quot; (yaitu &amp;quot;[[POSH]]&amp;quot;) saja dengan nilai &amp;quot;rel&amp;quot; dan satu set [[class-names|penamaan-kelas]] yang umum. Mereka digunakan dengan terbuka dan tersedia, bebas bagi siapa saja.&lt;br /&gt;
&lt;br /&gt;
== Mengapa Microformats ==&lt;br /&gt;
&lt;br /&gt;
Mengapa kita menghadirkan Microformats?&lt;br /&gt;
&lt;br /&gt;
Singkatnya, Microformats adalah konvergensi dari sejumlah tren:&lt;br /&gt;
# langkah logis berikutnya dalam evolusi desain web dan informasi arsitektur&lt;br /&gt;
# cara manusia dan organisasi untuk mempublikasikan informasi yang lebih beragam dengan sendirinya, tanpa harus bergantung pada layanan terpusat&lt;br /&gt;
# pengakuan bahwa (di luar area &amp;lt;span class=&amp;quot;notspam&amp;quot;&amp;gt;spesialis&amp;lt;/span&amp;gt;) upaya metadata &amp;quot;tradisional&amp;quot; memiliki kegagalan atau akan memakan banyak waktu untuk mengumpulkannya dengan berbagi adopsi apapun, oleh karena itu pendekatan baru akan dibutuhkan&lt;br /&gt;
# salah satu cara penggunaan [[(X)HTML]] untuk data.&lt;br /&gt;
&lt;br /&gt;
== Seruan untuk sederhana ==&lt;br /&gt;
&lt;br /&gt;
* Microformats are a simple effort which has appealed to many frustrated with previous complex efforts. One parallel that can be drawn is to REST in the web services world - for more on REST see [[suggested-reading#REST|suggested reading on REST]].&lt;br /&gt;
* See: [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;
==Lihat juga==&lt;br /&gt;
* Daftar [[notable-users|some notable users]].&lt;br /&gt;
* Interview [[press|pers]] and [[articles|artikel]] terbaru juga bisa menjadi pengantar yang bagus.&lt;br /&gt;
* Lihat [[presentations|presentasi]] Microformats for more background and introductory material on [[microformats]].&lt;br /&gt;
* Listen to [[podcasts]] about microformats.&lt;br /&gt;
* Read the [[faq|FAQs]] for general microformat queries.&lt;br /&gt;
* More [[suggested-reading|suggested reading]]&lt;br /&gt;
* [[implement|So you want to implement microformats?]]&lt;br /&gt;
* [[presentations]]&lt;br /&gt;
* [[podcasts]]&lt;br /&gt;
* [[testimonials]]&lt;br /&gt;
&lt;br /&gt;
== Pranala Luar ==&lt;br /&gt;
* Sitepoint memiliki tutorial pengantar yang bagus: [http://reference.sitepoint.com/html/microformats Microformats - Plugging the Gaps in HTML]&lt;br /&gt;
* Premasagar telah menulis: [http://premasagar.com/microformats/compound/ some nice microformats examples with source]..&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40578</id>
		<title>pendahuluan</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40578"/>
		<updated>2009-08-31T19:11:24Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* external */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Pendahuluan Microformats&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Apakah Microformats itu? ==&lt;br /&gt;
&lt;br /&gt;
Microformats adalah salah satu cara menambahkan penandaan sederhana agar tiap data mudah terbaca oleh manusia seperti peristiwa, rincian kontak atau lokasi pada halaman web sehingga informasi di dalamnya dapat diekstraksi oleh perangkat lunak dan diindeks, dicari, disimpan, bertukaran-referensi, atau dikombinasi.&lt;br /&gt;
&lt;br /&gt;
Secara teknis, hal-hal tersebut adalah bagian dari penandaan semantik yang hanya menggunakan standar  &amp;quot;Plain Old Semantic (X)HTML&amp;quot; (yaitu &amp;quot;[[POSH]]&amp;quot;) saja dengan nilai &amp;quot;rel&amp;quot; dan satu set [[class-names|penamaan-kelas]] yang umum. Mereka digunakan dengan terbuka dan tersedia, bebas bagi siapa saja.&lt;br /&gt;
&lt;br /&gt;
== Mengapa Microformats ==&lt;br /&gt;
&lt;br /&gt;
Mengapa kita menghadirkan Microformats?&lt;br /&gt;
&lt;br /&gt;
Singkatnya, Microformats adalah konvergensi dari sejumlah tren:&lt;br /&gt;
# langkah logis berikutnya dalam evolusi desain web dan informasi arsitektur&lt;br /&gt;
# cara manusia dan organisasi untuk mempublikasikan informasi yang lebih beragam dengan sendirinya, tanpa harus bergantung pada layanan terpusat&lt;br /&gt;
# pengakuan bahwa (di luar area &amp;lt;span class=&amp;quot;notspam&amp;quot;&amp;gt;spesialis&amp;lt;/span&amp;gt;) upaya metadata &amp;quot;tradisional&amp;quot; memiliki kegagalan atau akan memakan banyak waktu untuk mengumpulkannya dengan berbagi adopsi apapun, oleh karena itu pendekatan baru akan dibutuhkan&lt;br /&gt;
# salah satu cara penggunaan [[(X)HTML]] untuk data.&lt;br /&gt;
&lt;br /&gt;
== Seruan untuk sederhana ==&lt;br /&gt;
&lt;br /&gt;
* Microformats are a simple effort which has appealed to many frustrated with previous complex efforts. One parallel that can be drawn is to REST in the web services world - for more on REST see [[suggested-reading#REST|suggested reading on REST]].&lt;br /&gt;
* See: [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;
==Lihat juga==&lt;br /&gt;
* A list of [[notable-users|some notable users]].&lt;br /&gt;
* Recent [[press]] interviews and [[articles]] are also a good introduction.&lt;br /&gt;
* See microformat [[presentations]] for more background and introductory material on [[microformats]].&lt;br /&gt;
* Listen to [[podcasts]] about microformats.&lt;br /&gt;
* Read the [[faq|FAQs]] for general microformat queries.&lt;br /&gt;
* More [[suggested-reading|suggested reading]]&lt;br /&gt;
* [[implement|So you want to implement microformats?]]&lt;br /&gt;
* [[presentations]]&lt;br /&gt;
* [[podcasts]]&lt;br /&gt;
* [[testimonials]]&lt;br /&gt;
&lt;br /&gt;
== Pranala Luar ==&lt;br /&gt;
* Sitepoint memiliki tutorial pengantar yang bagus: [http://reference.sitepoint.com/html/microformats Microformats - Plugging the Gaps in HTML]&lt;br /&gt;
* Premasagar telah menulis: [http://premasagar.com/microformats/compound/ some nice microformats examples with source]..&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40576</id>
		<title>pendahuluan</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40576"/>
		<updated>2009-08-31T19:02:44Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Apakah Microformats itu? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Pendahuluan Microformats&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Apakah Microformats itu? ==&lt;br /&gt;
&lt;br /&gt;
Microformats adalah salah satu cara menambahkan penandaan sederhana agar tiap data mudah terbaca oleh manusia seperti peristiwa, rincian kontak atau lokasi pada halaman web sehingga informasi di dalamnya dapat diekstraksi oleh perangkat lunak dan diindeks, dicari, disimpan, bertukaran-referensi, atau dikombinasi.&lt;br /&gt;
&lt;br /&gt;
Secara teknis, hal-hal tersebut adalah bagian dari penandaan semantik yang hanya menggunakan standar  &amp;quot;Plain Old Semantic (X)HTML&amp;quot; (yaitu &amp;quot;[[POSH]]&amp;quot;) saja dengan nilai &amp;quot;rel&amp;quot; dan satu set [[class-names|penamaan-kelas]] yang umum. Mereka digunakan dengan terbuka dan tersedia, bebas bagi siapa saja.&lt;br /&gt;
&lt;br /&gt;
== Mengapa Microformats ==&lt;br /&gt;
&lt;br /&gt;
Mengapa kita menghadirkan Microformats?&lt;br /&gt;
&lt;br /&gt;
Singkatnya, Microformats adalah konvergensi dari sejumlah tren:&lt;br /&gt;
# langkah logis berikutnya dalam evolusi desain web dan informasi arsitektur&lt;br /&gt;
# cara manusia dan organisasi untuk mempublikasikan informasi yang lebih beragam dengan sendirinya, tanpa harus bergantung pada layanan terpusat&lt;br /&gt;
# pengakuan bahwa (di luar area &amp;lt;span class=&amp;quot;notspam&amp;quot;&amp;gt;spesialis&amp;lt;/span&amp;gt;) upaya metadata &amp;quot;tradisional&amp;quot; memiliki kegagalan atau akan memakan banyak waktu untuk mengumpulkannya dengan berbagi adopsi apapun, oleh karena itu pendekatan baru akan dibutuhkan&lt;br /&gt;
# salah satu cara penggunaan [[(X)HTML]] untuk data.&lt;br /&gt;
&lt;br /&gt;
== Seruan untuk sederhana ==&lt;br /&gt;
&lt;br /&gt;
* Microformats are a simple effort which has appealed to many frustrated with previous complex efforts. One parallel that can be drawn is to REST in the web services world - for more on REST see [[suggested-reading#REST|suggested reading on REST]].&lt;br /&gt;
* See: [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;
==Lihat juga==&lt;br /&gt;
* A list of [[notable-users|some notable users]].&lt;br /&gt;
* Recent [[press]] interviews and [[articles]] are also a good introduction.&lt;br /&gt;
* See microformat [[presentations]] for more background and introductory material on [[microformats]].&lt;br /&gt;
* Listen to [[podcasts]] about microformats.&lt;br /&gt;
* Read the [[faq|FAQs]] for general microformat queries.&lt;br /&gt;
* More [[suggested-reading|suggested reading]]&lt;br /&gt;
* [[implement|So you want to implement microformats?]]&lt;br /&gt;
* [[presentations]]&lt;br /&gt;
* [[podcasts]]&lt;br /&gt;
* [[testimonials]]&lt;br /&gt;
&lt;br /&gt;
== external ==&lt;br /&gt;
* Sitepoint has a nice introductory tutorial: [http://reference.sitepoint.com/html/microformats Microformats - Plugging the Gaps in HTML]&lt;br /&gt;
* Premasagar has written up [http://premasagar.com/microformats/compound/ some nice microformats examples with source].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40535</id>
		<title>pendahuluan</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40535"/>
		<updated>2009-08-30T18:06:30Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Pendahuluan Microformats&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Apakah Microformats itu? ==&lt;br /&gt;
&lt;br /&gt;
Microformats adalah cara menambahkan penandaan sederhana agar tiap data mudah terbaca oleh manusia seperti peristiwa, rincian kontak atau lokasi, pada halaman web sehingga informasi di dalamnya dapat di ekstraksi oleh perangkat lunak dan diindeks, dicari, disimpan, pertukaran-referensi, atau dikombinasi.&lt;br /&gt;
&lt;br /&gt;
More technically, they are items of semantic markup, using just standard &amp;quot;plain old semantic (X)HTML&amp;quot; (i.e. &amp;quot;[[POSH]]&amp;quot;) with a set of common [[class-names]] and &amp;quot;[[rel]]&amp;quot; values. They are open and available, freely, for anyone to use.&lt;br /&gt;
&lt;br /&gt;
== Mengapa Microformats ==&lt;br /&gt;
&lt;br /&gt;
Mengapa kita menghadirkan Microformats?&lt;br /&gt;
&lt;br /&gt;
Singkatnya, Microformats adalah konvergensi dari sejumlah tren:&lt;br /&gt;
# langkah logis berikutnya dalam evolusi desain web dan informasi arsitektur&lt;br /&gt;
# cara manusia dan organisasi untuk mempublikasikan informasi yang lebih beragam dengan sendirinya, tanpa harus bergantung pada layanan terpusat&lt;br /&gt;
# pengakuan bahwa (di luar area &amp;lt;span class=&amp;quot;notspam&amp;quot;&amp;gt;spesialis&amp;lt;/span&amp;gt;) upaya metadata &amp;quot;tradisional&amp;quot; memiliki kegagalan atau akan memakan banyak waktu untuk mengumpulkannya dengan berbagi adopsi apapun, oleh karena itu pendekatan baru akan dibutuhkan&lt;br /&gt;
# salah satu cara penggunaan [[(X)HTML]] untuk data.&lt;br /&gt;
&lt;br /&gt;
== Seruan untuk sederhana ==&lt;br /&gt;
&lt;br /&gt;
* Microformats are a simple effort which has appealed to many frustrated with previous complex efforts. One parallel that can be drawn is to REST in the web services world - for more on REST see [[suggested-reading#REST|suggested reading on REST]].&lt;br /&gt;
* See: [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;
==Lihat juga==&lt;br /&gt;
* A list of [[notable-users|some notable users]].&lt;br /&gt;
* Recent [[press]] interviews and [[articles]] are also a good introduction.&lt;br /&gt;
* See microformat [[presentations]] for more background and introductory material on [[microformats]].&lt;br /&gt;
* Listen to [[podcasts]] about microformats.&lt;br /&gt;
* Read the [[faq|FAQs]] for general microformat queries.&lt;br /&gt;
* More [[suggested-reading|suggested reading]]&lt;br /&gt;
* [[implement|So you want to implement microformats?]]&lt;br /&gt;
* [[presentations]]&lt;br /&gt;
* [[podcasts]]&lt;br /&gt;
* [[testimonials]]&lt;br /&gt;
&lt;br /&gt;
== external ==&lt;br /&gt;
* Sitepoint has a nice introductory tutorial: [http://reference.sitepoint.com/html/microformats Microformats - Plugging the Gaps in HTML]&lt;br /&gt;
* Premasagar has written up [http://premasagar.com/microformats/compound/ some nice microformats examples with source].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40534</id>
		<title>pendahuluan</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40534"/>
		<updated>2009-08-30T18:06:09Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* The Appeal to Simplicity */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Pendahuluan Microformats&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Apakah Microformats itu? ==&lt;br /&gt;
&lt;br /&gt;
Microformats adalah cara menambahkan penandaan sederhana agar tiap data mudah terbaca oleh manusia seperti peristiwa, rincian kontak atau lokasi, pada halaman web sehingga informasi di dalamnya dapat di ekstraksi oleh perangkat lunak dan diindeks, dicari, disimpan, pertukaran-referensi, atau dikombinasi.&lt;br /&gt;
&lt;br /&gt;
More technically, they are items of semantic markup, using just standard &amp;quot;plain old semantic (X)HTML&amp;quot; (i.e. &amp;quot;[[POSH]]&amp;quot;) with a set of common [[class-names]] and &amp;quot;[[rel]]&amp;quot; values. They are open and available, freely, for anyone to use.&lt;br /&gt;
&lt;br /&gt;
== Mengapa Microformats ==&lt;br /&gt;
&lt;br /&gt;
Mengapa kita menghadirkan Microformats?&lt;br /&gt;
&lt;br /&gt;
Singkatnya, Microformats adalah konvergensi dari sejumlah tren:&lt;br /&gt;
# langkah logis berikutnya dalam evolusi desain web dan informasi arsitektur&lt;br /&gt;
# cara manusia dan organisasi untuk mempublikasikan informasi yang lebih beragam dengan sendirinya, tanpa harus bergantung pada layanan terpusat&lt;br /&gt;
# pengakuan bahwa (di luar area &amp;lt;span class=&amp;quot;notspam&amp;quot;&amp;gt;spesialis&amp;lt;/span&amp;gt;) upaya metadata &amp;quot;tradisional&amp;quot; memiliki kegagalan atau akan memakan banyak waktu untuk mengumpulkannya dengan berbagi adopsi apapun, oleh karena itu pendekatan baru akan dibutuhkan&lt;br /&gt;
# salah satu cara penggunaan [[(X)HTML]] untuk data.&lt;br /&gt;
&lt;br /&gt;
== Seruan untuk sederhana ==&lt;br /&gt;
&lt;br /&gt;
* Microformats are a simple effort which has appealed to many frustrated with previous complex efforts. One parallel that can be drawn is to REST in the web services world - for more on REST see [[suggested-reading#REST|suggested reading on REST]].&lt;br /&gt;
* See: [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;
==See also==&lt;br /&gt;
* A list of [[notable-users|some notable users]].&lt;br /&gt;
* Recent [[press]] interviews and [[articles]] are also a good introduction.&lt;br /&gt;
* See microformat [[presentations]] for more background and introductory material on [[microformats]].&lt;br /&gt;
* Listen to [[podcasts]] about microformats.&lt;br /&gt;
* Read the [[faq|FAQs]] for general microformat queries.&lt;br /&gt;
* More [[suggested-reading|suggested reading]]&lt;br /&gt;
* [[implement|So you want to implement microformats?]]&lt;br /&gt;
* [[presentations]]&lt;br /&gt;
* [[podcasts]]&lt;br /&gt;
* [[testimonials]]&lt;br /&gt;
&lt;br /&gt;
== external ==&lt;br /&gt;
* Sitepoint has a nice introductory tutorial: [http://reference.sitepoint.com/html/microformats Microformats - Plugging the Gaps in HTML]&lt;br /&gt;
* Premasagar has written up [http://premasagar.com/microformats/compound/ some nice microformats examples with source].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40533</id>
		<title>pendahuluan</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40533"/>
		<updated>2009-08-30T18:05:08Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Why Microformats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Pendahuluan Microformats&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Apakah Microformats itu? ==&lt;br /&gt;
&lt;br /&gt;
Microformats adalah cara menambahkan penandaan sederhana agar tiap data mudah terbaca oleh manusia seperti peristiwa, rincian kontak atau lokasi, pada halaman web sehingga informasi di dalamnya dapat di ekstraksi oleh perangkat lunak dan diindeks, dicari, disimpan, pertukaran-referensi, atau dikombinasi.&lt;br /&gt;
&lt;br /&gt;
More technically, they are items of semantic markup, using just standard &amp;quot;plain old semantic (X)HTML&amp;quot; (i.e. &amp;quot;[[POSH]]&amp;quot;) with a set of common [[class-names]] and &amp;quot;[[rel]]&amp;quot; values. They are open and available, freely, for anyone to use.&lt;br /&gt;
&lt;br /&gt;
== Mengapa Microformats ==&lt;br /&gt;
&lt;br /&gt;
Mengapa kita menghadirkan Microformats?&lt;br /&gt;
&lt;br /&gt;
Singkatnya, Microformats adalah konvergensi dari sejumlah tren:&lt;br /&gt;
# langkah logis berikutnya dalam evolusi desain web dan informasi arsitektur&lt;br /&gt;
# cara manusia dan organisasi untuk mempublikasikan informasi yang lebih beragam dengan sendirinya, tanpa harus bergantung pada layanan terpusat&lt;br /&gt;
# pengakuan bahwa (di luar area &amp;lt;span class=&amp;quot;notspam&amp;quot;&amp;gt;spesialis&amp;lt;/span&amp;gt;) upaya metadata &amp;quot;tradisional&amp;quot; memiliki kegagalan atau akan memakan banyak waktu untuk mengumpulkannya dengan berbagi adopsi apapun, oleh karena itu pendekatan baru akan dibutuhkan&lt;br /&gt;
# salah satu cara penggunaan [[(X)HTML]] untuk data.&lt;br /&gt;
&lt;br /&gt;
== The Appeal to Simplicity ==&lt;br /&gt;
&lt;br /&gt;
* Microformats are a simple effort which has appealed to many frustrated with previous complex efforts. One parallel that can be drawn is to REST in the web services world - for more on REST see [[suggested-reading#REST|suggested reading on REST]].&lt;br /&gt;
* See: [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;
==See also==&lt;br /&gt;
* A list of [[notable-users|some notable users]].&lt;br /&gt;
* Recent [[press]] interviews and [[articles]] are also a good introduction.&lt;br /&gt;
* See microformat [[presentations]] for more background and introductory material on [[microformats]].&lt;br /&gt;
* Listen to [[podcasts]] about microformats.&lt;br /&gt;
* Read the [[faq|FAQs]] for general microformat queries.&lt;br /&gt;
* More [[suggested-reading|suggested reading]]&lt;br /&gt;
* [[implement|So you want to implement microformats?]]&lt;br /&gt;
* [[presentations]]&lt;br /&gt;
* [[podcasts]]&lt;br /&gt;
* [[testimonials]]&lt;br /&gt;
&lt;br /&gt;
== external ==&lt;br /&gt;
* Sitepoint has a nice introductory tutorial: [http://reference.sitepoint.com/html/microformats Microformats - Plugging the Gaps in HTML]&lt;br /&gt;
* Premasagar has written up [http://premasagar.com/microformats/compound/ some nice microformats examples with source].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40532</id>
		<title>pendahuluan</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=pendahuluan&amp;diff=40532"/>
		<updated>2009-08-30T17:48:03Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: New page: &amp;lt;entry-title&amp;gt;Pendahuluan Microformats&amp;lt;/entry-title&amp;gt; __TOC__ == Apakah Microformats itu? ==  Microformats adalah cara menambahkan penandaan sederhana agar tiap data mudah terbaca oleh manus...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Pendahuluan Microformats&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Apakah Microformats itu? ==&lt;br /&gt;
&lt;br /&gt;
Microformats adalah cara menambahkan penandaan sederhana agar tiap data mudah terbaca oleh manusia seperti peristiwa, rincian kontak atau lokasi, pada halaman web sehingga informasi di dalamnya dapat di ekstraksi oleh perangkat lunak dan diindeks, dicari, disimpan, pertukaran-referensi, atau dikombinasi.&lt;br /&gt;
&lt;br /&gt;
More technically, they are items of semantic markup, using just standard &amp;quot;plain old semantic (X)HTML&amp;quot; (i.e. &amp;quot;[[POSH]]&amp;quot;) with a set of common [[class-names]] and &amp;quot;[[rel]]&amp;quot; values. They are open and available, freely, for anyone to use.&lt;br /&gt;
&lt;br /&gt;
== Why Microformats ==&lt;br /&gt;
&lt;br /&gt;
Why did we come up with microformats?&lt;br /&gt;
&lt;br /&gt;
In short, microformats are the convergence of a number of trends:&lt;br /&gt;
# a logical next step in the evolution of web design and information architecture&lt;br /&gt;
# a way for people and organisations to publish richer information themselves, without having to rely upon centralized services&lt;br /&gt;
# an acknowledgement that (outside of speci&amp;lt;span class=&amp;quot;notspam&amp;quot;&amp;gt;alist&amp;lt;/span&amp;gt; areas) &amp;quot;traditional&amp;quot; metadata efforts have either failed or taken so long to garner any adoption, that a new approach was necessary&lt;br /&gt;
# a way to use [[(X)HTML]] for data.&lt;br /&gt;
&lt;br /&gt;
== The Appeal to Simplicity ==&lt;br /&gt;
&lt;br /&gt;
* Microformats are a simple effort which has appealed to many frustrated with previous complex efforts. One parallel that can be drawn is to REST in the web services world - for more on REST see [[suggested-reading#REST|suggested reading on REST]].&lt;br /&gt;
* See: [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;
==See also==&lt;br /&gt;
* A list of [[notable-users|some notable users]].&lt;br /&gt;
* Recent [[press]] interviews and [[articles]] are also a good introduction.&lt;br /&gt;
* See microformat [[presentations]] for more background and introductory material on [[microformats]].&lt;br /&gt;
* Listen to [[podcasts]] about microformats.&lt;br /&gt;
* Read the [[faq|FAQs]] for general microformat queries.&lt;br /&gt;
* More [[suggested-reading|suggested reading]]&lt;br /&gt;
* [[implement|So you want to implement microformats?]]&lt;br /&gt;
* [[presentations]]&lt;br /&gt;
* [[podcasts]]&lt;br /&gt;
* [[testimonials]]&lt;br /&gt;
&lt;br /&gt;
== external ==&lt;br /&gt;
* Sitepoint has a nice introductory tutorial: [http://reference.sitepoint.com/html/microformats Microformats - Plugging the Gaps in HTML]&lt;br /&gt;
* Premasagar has written up [http://premasagar.com/microformats/compound/ some nice microformats examples with source].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40531</id>
		<title>Main Page-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40531"/>
		<updated>2009-08-30T17:35:42Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Selamat datang di wiki Microformats!&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
Silahkan awali dengan halaman [[introduction|pendahuluan]] dan baca juga [[how-to-play|cara penggunaan]] sebelum menyunting halaman.&lt;br /&gt;
&lt;br /&gt;
==Pengantar==&lt;br /&gt;
Wiki ini adalah sumber pengetahuan komunitas Microformats. Anda akan menemukan spesifikasi versi terbaru yang diterbitkan microformat, spesifikasi rancangan dan pola penerbitan. Wiki juga menjadi tuan rumah pengembangan, seperti halaman gagasan untuk format baru dan menerbitkan halaman pelacakan untuk semua dan yang saat ini sedang dalam pengembangan Microformats.&lt;br /&gt;
&lt;br /&gt;
==Persiapan==&lt;br /&gt;
Untuk mulai menggunakan Microformats:&lt;br /&gt;
&lt;br /&gt;
* Pertama, biasakan menulis halaman dan aplikasi yang penuh semantik, deskriptif, ‘[[posh|&amp;lt;abbr title=&amp;quot;Plain Old Semantic HTML&amp;quot;&amp;gt;POSH&amp;lt;/abbr&amp;gt;]]’ &amp;lt;abbr title=&amp;quot;HyperText Mark-up Language&amp;quot;&amp;gt;HTML&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
* Belajar tentang Microformats dari [http://microformats.org/about/ about page], [http://microformats.org/ blog], [[press]], [[presentations]], [[books]], [[podcasts]], &amp;amp; [[screencasts]] halaman.&lt;br /&gt;
* Take a look at established specifications such as [[hcard|hCard]] and [[hcalendar|hCalendar]], and follow the [[hcard-examples|examples]] to start publishing microformats.&lt;br /&gt;
* Have questions? Read the [[faq|frequently asked questions]] and see the [[glossary]] for terms and definitions. You can also post to the {{MicroformatsMailingList}}.&lt;br /&gt;
* Want to learn more in person? Check out microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
==Definisi==&lt;br /&gt;
Microformats adalah pola sederhana pada HTML yang mewakili hal-hal publikasi umum seperti [[hcard|orang]], [[hcalendar|kegiatan]], [[hatom|blog posts]], [[hreview|tinjauan]] dan [[rel-tag|label]] pada halaman web.&lt;br /&gt;
&lt;br /&gt;
Microformats memungkinkan ketepatan publikasi informasi pada web lebih akurat; lebih cepat dan sederhana untuk diberikan kepada feeds dan APIs pada informasi website Anda.&lt;br /&gt;
&lt;br /&gt;
* Baca penjelasan selanjutnya pada [[what-are-microformats|apakah Microformats itu]], dan [[what-can-you-do-with-microformats|apa saja yang dapat Anda lakukan]].&lt;br /&gt;
&lt;br /&gt;
==Bagaimana caranya berbagi==&lt;br /&gt;
Apakah Anda ingin membantu Microformats ketingkat selanjutnya? Anda dapat:&lt;br /&gt;
&lt;br /&gt;
* [[get-started|Memulai]] dengan menambahkan Microformats ke website, layanan, dan produk Anda.&lt;br /&gt;
* [[advocacy|Anjurkan]] penggunaan Microformats pada situs web lainnya, terutama yang Anda gunakan.&lt;br /&gt;
* Tulislah sebuah [[testimonial|tanda penghargaan]].&lt;br /&gt;
* Lakukan sesuatu pada [[to-do|daftar yang harus dilakukan]].&lt;br /&gt;
* Bergabung di [[irc|IRC Channel]] dan [[mail|milis]] untuk mempelajari dan menjawab pertanyaan (baca [[mailing-lists#General_guidelines|pedoman umum]] sebelum mengirimkan).&lt;br /&gt;
* [[Main_Page#microformats_wiki_translations|Terjemahkan Wiki Microformats ini kedalam bahasa lainnya]] agar Microformats lebih mudah diakses pembaca bahasa di seluruh dunia.&lt;br /&gt;
* Sebelum mengajukan Microformats baru, pastikan website Anda adalah [[POSH]], [[get-started|menggunakan Microformats yang sudah ada]], kemudian bacalah [[process|prosesnya]].&lt;br /&gt;
&lt;br /&gt;
Wiki ini memiliki sejumlah perangkat tambahan untuk membantu pembangunan dan kontribusi untuk Microformats. Sebelum Anda mulai mengedit, lihat [[wiki-2|halaman pendahuluan wiki]] sebagai petunjuk.&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi ==&lt;br /&gt;
Daftar saat ini, [[microformats|Microformats]] yang stabil dengan spesifikasi standar terbuka.&lt;br /&gt;
&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]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [[XFN]] - [http://gmpg.org/xfn/creator XFN creator]&lt;br /&gt;
* [[XMDP]]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
''Jika Anda ingin mencoba berlatih menggunakan Microformats silahkan baca halaman '''[[process|proses]]''' untuk pertama kalinya!''&lt;br /&gt;
&lt;br /&gt;
==Konsep==&lt;br /&gt;
&lt;br /&gt;
Konsep mencakup hal baru pada Microformats, dimana rumusan spesifikasinya belum lengkap. Konsep adalah sesuatu yang lazim dalam [[process|proses]] pengembangan (lihat [[exploratory-discussions|diskusi eksplorasi]] bahwa upaya peningkatan tersebut tak jauh dari sebuah proses). Stabilitas pada dokumen ini tidak dapat dijamin, dan pengguna harus siap mengkiuti perubahan yang akan datang. Silahkan mengamati halaman wiki untuk melihat tiap perubahannya.&lt;br /&gt;
&lt;br /&gt;
* [[adr|adr]] - untuk menandai informasi alamat&lt;br /&gt;
* [[geo|geo]] - untuk menandai [http://en.wikipedia.org/wiki/WGS84 WGS84] koordinat geografi (latitude; longitude)&lt;br /&gt;
* [[hatom|hAtom]] - sindikasi episodik isi (contohnya catatan weblog)&lt;br /&gt;
* [[haudio|hAudio]]&lt;br /&gt;
* [[hmedia|hMedia]] - Format publikasi media yang berhubungan dengan Gambar, Video, dan Audio. &lt;br /&gt;
* [[hproduct|hProduct]]&lt;br /&gt;
* [[hrecipe|hRecipe]] - untuk resep masak memasak&lt;br /&gt;
* [[hresume|hResume]] - untuk publikasi resume dan CV&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hReview creator]&lt;br /&gt;
* [[rel-directory]] - to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page&lt;br /&gt;
* [[rel-enclosure]] - untuk mengindikasikan lampiran (contohnya berkas) untuk diunduh dan disembunyikan&lt;br /&gt;
* [[rel-home]] - indikasi sebuah hyperlink halaman utama pada sebuah situs&lt;br /&gt;
* [[rel-payment]] - indikasi mekanisme pembayaran&lt;br /&gt;
* [[robots-exclusion|robots exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
==Pola Rancangan==&lt;br /&gt;
{{design_patterns-id}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Eksplorasi Diskusi==&lt;br /&gt;
Lihat: rincian [[exploratory-discussions|eksplorasi diskusi]] untuk riset dan analisa pada [[examples|contoh]] dunia-nyata, format yang ada, dan diskusi kemungkinan adanya Microformats yang baru, per [[process|proses]] microformats.&lt;br /&gt;
&lt;br /&gt;
== Contoh ==&lt;br /&gt;
* [[examples-in-the-wild]]&lt;br /&gt;
* [[implementations]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Sumber ==&lt;br /&gt;
Lihat [[resources|sumber]].&lt;br /&gt;
&lt;br /&gt;
==Pusat pengembangan pengguna==&lt;br /&gt;
*[[user-interface]]&lt;br /&gt;
*[[data-portability]]&lt;br /&gt;
*[[social-network-portability]]&lt;br /&gt;
&lt;br /&gt;
==Berbagi area kerja==&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[templates]]&lt;br /&gt;
* [http://microformats.org/wiki/delete pages for deletion] &amp;lt;!-- keep as external link; removes from &amp;quot;what links here&amp;quot; --&amp;gt;&lt;br /&gt;
* [[Special:Specialpages|&amp;quot;Special&amp;quot; wiki pages]]&lt;br /&gt;
* [[year-in-review]]&lt;br /&gt;
&lt;br /&gt;
==Peralatan, uji kasus, riset tambahan==&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
Tempat pertama untuk mencari contoh-contoh, kode, dan uji kasus berada pada tiap halaman individu Microformat. Hanya ada beberapa lintas sektor [[tools|peralatan dan layanan]] yang dibutuhkan untuk memproses lebih dari satu format. Bagian tersebut dimaksudkan untuk penyunting, [[parsers]], [[validators]], uji kasus, dan informasi lainnya yang berhubungan other di beberapa Microformats.&lt;br /&gt;
&lt;br /&gt;
==Terjemahan Wiki Microformats==&lt;br /&gt;
&amp;lt;span id=&amp;quot;microformats_wiki_translations_in_other_languages&amp;quot;&amp;gt;Anda dapat membaca atau menyunting artikel Microformats dalam berbagai bahasa:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Bahasa yang lebih dari 100 artikel:&lt;br /&gt;
** [[Main_Page-fr|&amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;Français&amp;lt;/span&amp;gt; (French)]] &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;{{UpdateMarker-fr}}&amp;lt;/span&amp;gt;&lt;br /&gt;
* Bahasa yang lebih dari 10 artikel:&lt;br /&gt;
** [[Main_Page-pt-br|&amp;lt;span lang=&amp;quot;pt-br&amp;quot;&amp;gt;Português&amp;lt;/span&amp;gt; (Brazilian Portuguese)]]&lt;br /&gt;
** [[Main_Page-ja|&amp;lt;span lang=&amp;quot;ja&amp;quot;&amp;gt;日本語&amp;lt;/span&amp;gt; (Japanese)]]&lt;br /&gt;
** [[Main_Page-ru|&amp;lt;span lang=&amp;quot;ru&amp;quot;&amp;gt;Русский&amp;lt;/span&amp;gt; (Russian)]]&lt;br /&gt;
* Bahasa yang lebih dari 2 artikel:&lt;br /&gt;
** [[Main_Page-cs|&amp;lt;span lang=&amp;quot;cs&amp;quot;&amp;gt;Česky&amp;lt;/span&amp;gt; (Czech)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-de|&amp;lt;span lang=&amp;quot;de&amp;quot;&amp;gt;Deutsch&amp;lt;/span&amp;gt; (German)]]&lt;br /&gt;
** [[Main_Page-es|&amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Español&amp;lt;/span&amp;gt; (Spanish)]]&lt;br /&gt;
** [[Main_Page-gl|&amp;lt;span lang=&amp;quot;gl&amp;quot;&amp;gt;Galego&amp;lt;/span&amp;gt; (Galician)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-pl|&amp;lt;span lang=&amp;quot;pl&amp;quot;&amp;gt;Polski&amp;lt;/span&amp;gt; (Polish)]]&lt;br /&gt;
** [[Main_Page-ro|&amp;lt;span lang=&amp;quot;ro&amp;quot;&amp;gt;Română&amp;lt;/span&amp;gt; (Romanian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-zh|&amp;lt;span lang=&amp;quot;zh&amp;quot;&amp;gt;汉语&amp;lt;/span&amp;gt; (Chinese)]]&lt;br /&gt;
* Bahasa yang baru saja dimulai:&lt;br /&gt;
** [[Main_Page-ar|&amp;lt;span lang=&amp;quot;ar&amp;quot;&amp;gt;العربية&amp;lt;/span&amp;gt; (Arabic)]]&lt;br /&gt;
** [[Main_Page-th|&amp;lt;span lang=&amp;quot;th&amp;quot;&amp;gt;ภาษาไทย&amp;lt;/span&amp;gt; (Thai)]]&lt;br /&gt;
** [[Main_Page-it|&amp;lt;span lang=&amp;quot;it&amp;quot;&amp;gt;Italiano&amp;lt;/span&amp;gt; (Italian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ko|&amp;lt;span lang=&amp;quot;ko&amp;quot;&amp;gt;한국어&amp;lt;/span&amp;gt; (Korean)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-id|&amp;lt;span lang=&amp;quot;id&amp;quot;&amp;gt;Indonesia&amp;lt;/span&amp;gt; (Bahasa Indonesia)]] {{NewMarker}}&lt;br /&gt;
* Lainnya&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Microformat Wikipedia's article on microformats] telah diterjemahkan ke dalam beberapa bahasa.&lt;br /&gt;
&lt;br /&gt;
Kungungi juga [[other-languages|bahasa lainnya]], dan [[how-to-start-new-translation|bagaimana-memulai-bahasa-baru]].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40530</id>
		<title>Main Page-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40530"/>
		<updated>2009-08-30T17:34:11Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Pendahuluan */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Selamat datang di wiki Microformats!&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
Silahkan awali dengan halaman [[introduction|pengantar]] dan baca juga [[how-to-play|cara penggunaan]] sebelum menyunting halaman.&lt;br /&gt;
&lt;br /&gt;
==Pengantar==&lt;br /&gt;
Wiki ini adalah sumber pengetahuan komunitas Microformats. Anda akan menemukan spesifikasi versi terbaru yang diterbitkan microformat, spesifikasi rancangan dan pola penerbitan. Wiki juga menjadi tuan rumah pengembangan, seperti halaman gagasan untuk format baru dan menerbitkan halaman pelacakan untuk semua dan yang saat ini sedang dalam pengembangan Microformats.&lt;br /&gt;
&lt;br /&gt;
==Persiapan==&lt;br /&gt;
Untuk mulai menggunakan Microformats:&lt;br /&gt;
&lt;br /&gt;
* Pertama, biasakan menulis halaman dan aplikasi yang penuh semantik, deskriptif, ‘[[posh|&amp;lt;abbr title=&amp;quot;Plain Old Semantic HTML&amp;quot;&amp;gt;POSH&amp;lt;/abbr&amp;gt;]]’ &amp;lt;abbr title=&amp;quot;HyperText Mark-up Language&amp;quot;&amp;gt;HTML&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
* Belajar tentang Microformats dari [http://microformats.org/about/ about page], [http://microformats.org/ blog], [[press]], [[presentations]], [[books]], [[podcasts]], &amp;amp; [[screencasts]] halaman.&lt;br /&gt;
* Take a look at established specifications such as [[hcard|hCard]] and [[hcalendar|hCalendar]], and follow the [[hcard-examples|examples]] to start publishing microformats.&lt;br /&gt;
* Have questions? Read the [[faq|frequently asked questions]] and see the [[glossary]] for terms and definitions. You can also post to the {{MicroformatsMailingList}}.&lt;br /&gt;
* Want to learn more in person? Check out microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
==Definisi==&lt;br /&gt;
Microformats adalah pola sederhana pada HTML yang mewakili hal-hal publikasi umum seperti [[hcard|orang]], [[hcalendar|kegiatan]], [[hatom|blog posts]], [[hreview|tinjauan]] dan [[rel-tag|label]] pada halaman web.&lt;br /&gt;
&lt;br /&gt;
Microformats memungkinkan ketepatan publikasi informasi pada web lebih akurat; lebih cepat dan sederhana untuk diberikan kepada feeds dan APIs pada informasi website Anda.&lt;br /&gt;
&lt;br /&gt;
* Baca penjelasan selanjutnya pada [[what-are-microformats|apakah Microformats itu]], dan [[what-can-you-do-with-microformats|apa saja yang dapat Anda lakukan]].&lt;br /&gt;
&lt;br /&gt;
==Bagaimana caranya berbagi==&lt;br /&gt;
Apakah Anda ingin membantu Microformats ketingkat selanjutnya? Anda dapat:&lt;br /&gt;
&lt;br /&gt;
* [[get-started|Memulai]] dengan menambahkan Microformats ke website, layanan, dan produk Anda.&lt;br /&gt;
* [[advocacy|Anjurkan]] penggunaan Microformats pada situs web lainnya, terutama yang Anda gunakan.&lt;br /&gt;
* Tulislah sebuah [[testimonial|tanda penghargaan]].&lt;br /&gt;
* Lakukan sesuatu pada [[to-do|daftar yang harus dilakukan]].&lt;br /&gt;
* Bergabung di [[irc|IRC Channel]] dan [[mail|milis]] untuk mempelajari dan menjawab pertanyaan (baca [[mailing-lists#General_guidelines|pedoman umum]] sebelum mengirimkan).&lt;br /&gt;
* [[Main_Page#microformats_wiki_translations|Terjemahkan Wiki Microformats ini kedalam bahasa lainnya]] agar Microformats lebih mudah diakses pembaca bahasa di seluruh dunia.&lt;br /&gt;
* Sebelum mengajukan Microformats baru, pastikan website Anda adalah [[POSH]], [[get-started|menggunakan Microformats yang sudah ada]], kemudian bacalah [[process|prosesnya]].&lt;br /&gt;
&lt;br /&gt;
Wiki ini memiliki sejumlah perangkat tambahan untuk membantu pembangunan dan kontribusi untuk Microformats. Sebelum Anda mulai mengedit, lihat [[wiki-2|halaman pendahuluan wiki]] sebagai petunjuk.&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi ==&lt;br /&gt;
Daftar saat ini, [[microformats|Microformats]] yang stabil dengan spesifikasi standar terbuka.&lt;br /&gt;
&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]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [[XFN]] - [http://gmpg.org/xfn/creator XFN creator]&lt;br /&gt;
* [[XMDP]]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
''Jika Anda ingin mencoba berlatih menggunakan Microformats silahkan baca halaman '''[[process|proses]]''' untuk pertama kalinya!''&lt;br /&gt;
&lt;br /&gt;
==Konsep==&lt;br /&gt;
&lt;br /&gt;
Konsep mencakup hal baru pada Microformats, dimana rumusan spesifikasinya belum lengkap. Konsep adalah sesuatu yang lazim dalam [[process|proses]] pengembangan (lihat [[exploratory-discussions|diskusi eksplorasi]] bahwa upaya peningkatan tersebut tak jauh dari sebuah proses). Stabilitas pada dokumen ini tidak dapat dijamin, dan pengguna harus siap mengkiuti perubahan yang akan datang. Silahkan mengamati halaman wiki untuk melihat tiap perubahannya.&lt;br /&gt;
&lt;br /&gt;
* [[adr|adr]] - untuk menandai informasi alamat&lt;br /&gt;
* [[geo|geo]] - untuk menandai [http://en.wikipedia.org/wiki/WGS84 WGS84] koordinat geografi (latitude; longitude)&lt;br /&gt;
* [[hatom|hAtom]] - sindikasi episodik isi (contohnya catatan weblog)&lt;br /&gt;
* [[haudio|hAudio]]&lt;br /&gt;
* [[hmedia|hMedia]] - Format publikasi media yang berhubungan dengan Gambar, Video, dan Audio. &lt;br /&gt;
* [[hproduct|hProduct]]&lt;br /&gt;
* [[hrecipe|hRecipe]] - untuk resep masak memasak&lt;br /&gt;
* [[hresume|hResume]] - untuk publikasi resume dan CV&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hReview creator]&lt;br /&gt;
* [[rel-directory]] - to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page&lt;br /&gt;
* [[rel-enclosure]] - untuk mengindikasikan lampiran (contohnya berkas) untuk diunduh dan disembunyikan&lt;br /&gt;
* [[rel-home]] - indikasi sebuah hyperlink halaman utama pada sebuah situs&lt;br /&gt;
* [[rel-payment]] - indikasi mekanisme pembayaran&lt;br /&gt;
* [[robots-exclusion|robots exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
==Pola Rancangan==&lt;br /&gt;
{{design_patterns-id}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Eksplorasi Diskusi==&lt;br /&gt;
Lihat: rincian [[exploratory-discussions|eksplorasi diskusi]] untuk riset dan analisa pada [[examples|contoh]] dunia-nyata, format yang ada, dan diskusi kemungkinan adanya Microformats yang baru, per [[process|proses]] microformats.&lt;br /&gt;
&lt;br /&gt;
== Contoh ==&lt;br /&gt;
* [[examples-in-the-wild]]&lt;br /&gt;
* [[implementations]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Sumber ==&lt;br /&gt;
Lihat [[resources|sumber]].&lt;br /&gt;
&lt;br /&gt;
==Pusat pengembangan pengguna==&lt;br /&gt;
*[[user-interface]]&lt;br /&gt;
*[[data-portability]]&lt;br /&gt;
*[[social-network-portability]]&lt;br /&gt;
&lt;br /&gt;
==Berbagi area kerja==&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[templates]]&lt;br /&gt;
* [http://microformats.org/wiki/delete pages for deletion] &amp;lt;!-- keep as external link; removes from &amp;quot;what links here&amp;quot; --&amp;gt;&lt;br /&gt;
* [[Special:Specialpages|&amp;quot;Special&amp;quot; wiki pages]]&lt;br /&gt;
* [[year-in-review]]&lt;br /&gt;
&lt;br /&gt;
==Peralatan, uji kasus, riset tambahan==&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
Tempat pertama untuk mencari contoh-contoh, kode, dan uji kasus berada pada tiap halaman individu Microformat. Hanya ada beberapa lintas sektor [[tools|peralatan dan layanan]] yang dibutuhkan untuk memproses lebih dari satu format. Bagian tersebut dimaksudkan untuk penyunting, [[parsers]], [[validators]], uji kasus, dan informasi lainnya yang berhubungan other di beberapa Microformats.&lt;br /&gt;
&lt;br /&gt;
==Terjemahan Wiki Microformats==&lt;br /&gt;
&amp;lt;span id=&amp;quot;microformats_wiki_translations_in_other_languages&amp;quot;&amp;gt;Anda dapat membaca atau menyunting artikel Microformats dalam berbagai bahasa:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Bahasa yang lebih dari 100 artikel:&lt;br /&gt;
** [[Main_Page-fr|&amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;Français&amp;lt;/span&amp;gt; (French)]] &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;{{UpdateMarker-fr}}&amp;lt;/span&amp;gt;&lt;br /&gt;
* Bahasa yang lebih dari 10 artikel:&lt;br /&gt;
** [[Main_Page-pt-br|&amp;lt;span lang=&amp;quot;pt-br&amp;quot;&amp;gt;Português&amp;lt;/span&amp;gt; (Brazilian Portuguese)]]&lt;br /&gt;
** [[Main_Page-ja|&amp;lt;span lang=&amp;quot;ja&amp;quot;&amp;gt;日本語&amp;lt;/span&amp;gt; (Japanese)]]&lt;br /&gt;
** [[Main_Page-ru|&amp;lt;span lang=&amp;quot;ru&amp;quot;&amp;gt;Русский&amp;lt;/span&amp;gt; (Russian)]]&lt;br /&gt;
* Bahasa yang lebih dari 2 artikel:&lt;br /&gt;
** [[Main_Page-cs|&amp;lt;span lang=&amp;quot;cs&amp;quot;&amp;gt;Česky&amp;lt;/span&amp;gt; (Czech)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-de|&amp;lt;span lang=&amp;quot;de&amp;quot;&amp;gt;Deutsch&amp;lt;/span&amp;gt; (German)]]&lt;br /&gt;
** [[Main_Page-es|&amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Español&amp;lt;/span&amp;gt; (Spanish)]]&lt;br /&gt;
** [[Main_Page-gl|&amp;lt;span lang=&amp;quot;gl&amp;quot;&amp;gt;Galego&amp;lt;/span&amp;gt; (Galician)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-pl|&amp;lt;span lang=&amp;quot;pl&amp;quot;&amp;gt;Polski&amp;lt;/span&amp;gt; (Polish)]]&lt;br /&gt;
** [[Main_Page-ro|&amp;lt;span lang=&amp;quot;ro&amp;quot;&amp;gt;Română&amp;lt;/span&amp;gt; (Romanian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-zh|&amp;lt;span lang=&amp;quot;zh&amp;quot;&amp;gt;汉语&amp;lt;/span&amp;gt; (Chinese)]]&lt;br /&gt;
* Bahasa yang baru saja dimulai:&lt;br /&gt;
** [[Main_Page-ar|&amp;lt;span lang=&amp;quot;ar&amp;quot;&amp;gt;العربية&amp;lt;/span&amp;gt; (Arabic)]]&lt;br /&gt;
** [[Main_Page-th|&amp;lt;span lang=&amp;quot;th&amp;quot;&amp;gt;ภาษาไทย&amp;lt;/span&amp;gt; (Thai)]]&lt;br /&gt;
** [[Main_Page-it|&amp;lt;span lang=&amp;quot;it&amp;quot;&amp;gt;Italiano&amp;lt;/span&amp;gt; (Italian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ko|&amp;lt;span lang=&amp;quot;ko&amp;quot;&amp;gt;한국어&amp;lt;/span&amp;gt; (Korean)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-id|&amp;lt;span lang=&amp;quot;id&amp;quot;&amp;gt;Indonesia&amp;lt;/span&amp;gt; (Bahasa Indonesia)]] {{NewMarker}}&lt;br /&gt;
* Lainnya&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Microformat Wikipedia's article on microformats] telah diterjemahkan ke dalam beberapa bahasa.&lt;br /&gt;
&lt;br /&gt;
Kungungi juga [[other-languages|bahasa lainnya]], dan [[how-to-start-new-translation|bagaimana-memulai-bahasa-baru]].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40514</id>
		<title>Main Page-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40514"/>
		<updated>2009-08-30T04:34:41Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Konsep */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Selamat datang di wiki Microformats!&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
Silahkan awali dengan halaman [[introduction|pengantar]] dan baca juga [[how-to-play|cara penggunaan]] sebelum menyunting halaman.&lt;br /&gt;
&lt;br /&gt;
==Pendahuluan==&lt;br /&gt;
Wiki ini adalah sumber pengetahuan komunitas Microformats. Anda akan menemukan spesifikasi versi terbaru yang diterbitkan microformat, spesifikasi rancangan dan pola penerbitan. Wiki juga menjadi tuan rumah pengembangan, seperti halaman gagasan untuk format baru dan menerbitkan halaman pelacakan untuk semua dan yang saat ini sedang dalam pengembangan Microformats.&lt;br /&gt;
&lt;br /&gt;
==Persiapan==&lt;br /&gt;
Untuk mulai menggunakan Microformats:&lt;br /&gt;
&lt;br /&gt;
* Pertama, biasakan menulis halaman dan aplikasi yang penuh semantik, deskriptif, ‘[[posh|&amp;lt;abbr title=&amp;quot;Plain Old Semantic HTML&amp;quot;&amp;gt;POSH&amp;lt;/abbr&amp;gt;]]’ &amp;lt;abbr title=&amp;quot;HyperText Mark-up Language&amp;quot;&amp;gt;HTML&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
* Belajar tentang Microformats dari [http://microformats.org/about/ about page], [http://microformats.org/ blog], [[press]], [[presentations]], [[books]], [[podcasts]], &amp;amp; [[screencasts]] halaman.&lt;br /&gt;
* Take a look at established specifications such as [[hcard|hCard]] and [[hcalendar|hCalendar]], and follow the [[hcard-examples|examples]] to start publishing microformats.&lt;br /&gt;
* Have questions? Read the [[faq|frequently asked questions]] and see the [[glossary]] for terms and definitions. You can also post to the {{MicroformatsMailingList}}.&lt;br /&gt;
* Want to learn more in person? Check out microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
==Definisi==&lt;br /&gt;
Microformats adalah pola sederhana pada HTML yang mewakili hal-hal publikasi umum seperti [[hcard|orang]], [[hcalendar|kegiatan]], [[hatom|blog posts]], [[hreview|tinjauan]] dan [[rel-tag|label]] pada halaman web.&lt;br /&gt;
&lt;br /&gt;
Microformats memungkinkan ketepatan publikasi informasi pada web lebih akurat; lebih cepat dan sederhana untuk diberikan kepada feeds dan APIs pada informasi website Anda.&lt;br /&gt;
&lt;br /&gt;
* Baca penjelasan selanjutnya pada [[what-are-microformats|apakah Microformats itu]], dan [[what-can-you-do-with-microformats|apa saja yang dapat Anda lakukan]].&lt;br /&gt;
&lt;br /&gt;
==Bagaimana caranya berbagi==&lt;br /&gt;
Apakah Anda ingin membantu Microformats ketingkat selanjutnya? Anda dapat:&lt;br /&gt;
&lt;br /&gt;
* [[get-started|Memulai]] dengan menambahkan Microformats ke website, layanan, dan produk Anda.&lt;br /&gt;
* [[advocacy|Anjurkan]] penggunaan Microformats pada situs web lainnya, terutama yang Anda gunakan.&lt;br /&gt;
* Tulislah sebuah [[testimonial|tanda penghargaan]].&lt;br /&gt;
* Lakukan sesuatu pada [[to-do|daftar yang harus dilakukan]].&lt;br /&gt;
* Bergabung di [[irc|IRC Channel]] dan [[mail|milis]] untuk mempelajari dan menjawab pertanyaan (baca [[mailing-lists#General_guidelines|pedoman umum]] sebelum mengirimkan).&lt;br /&gt;
* [[Main_Page#microformats_wiki_translations|Terjemahkan Wiki Microformats ini kedalam bahasa lainnya]] agar Microformats lebih mudah diakses pembaca bahasa di seluruh dunia.&lt;br /&gt;
* Sebelum mengajukan Microformats baru, pastikan website Anda adalah [[POSH]], [[get-started|menggunakan Microformats yang sudah ada]], kemudian bacalah [[process|prosesnya]].&lt;br /&gt;
&lt;br /&gt;
Wiki ini memiliki sejumlah perangkat tambahan untuk membantu pembangunan dan kontribusi untuk Microformats. Sebelum Anda mulai mengedit, lihat [[wiki-2|halaman pendahuluan wiki]] sebagai petunjuk.&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi ==&lt;br /&gt;
Daftar saat ini, [[microformats|Microformats]] yang stabil dengan spesifikasi standar terbuka.&lt;br /&gt;
&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]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [[XFN]] - [http://gmpg.org/xfn/creator XFN creator]&lt;br /&gt;
* [[XMDP]]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
''Jika Anda ingin mencoba berlatih menggunakan Microformats silahkan baca halaman '''[[process|proses]]''' untuk pertama kalinya!''&lt;br /&gt;
&lt;br /&gt;
==Konsep==&lt;br /&gt;
&lt;br /&gt;
Konsep mencakup hal baru pada Microformats, dimana rumusan spesifikasinya belum lengkap. Konsep adalah sesuatu yang lazim dalam [[process|proses]] pengembangan (lihat [[exploratory-discussions|diskusi eksplorasi]] bahwa upaya peningkatan tersebut tak jauh dari sebuah proses). Stabilitas pada dokumen ini tidak dapat dijamin, dan pengguna harus siap mengkiuti perubahan yang akan datang. Silahkan mengamati halaman wiki untuk melihat tiap perubahannya.&lt;br /&gt;
&lt;br /&gt;
* [[adr|adr]] - untuk menandai informasi alamat&lt;br /&gt;
* [[geo|geo]] - untuk menandai [http://en.wikipedia.org/wiki/WGS84 WGS84] koordinat geografi (latitude; longitude)&lt;br /&gt;
* [[hatom|hAtom]] - sindikasi episodik isi (contohnya catatan weblog)&lt;br /&gt;
* [[haudio|hAudio]]&lt;br /&gt;
* [[hmedia|hMedia]] - Format publikasi media yang berhubungan dengan Gambar, Video, dan Audio. &lt;br /&gt;
* [[hproduct|hProduct]]&lt;br /&gt;
* [[hrecipe|hRecipe]] - untuk resep masak memasak&lt;br /&gt;
* [[hresume|hResume]] - untuk publikasi resume dan CV&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hReview creator]&lt;br /&gt;
* [[rel-directory]] - to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page&lt;br /&gt;
* [[rel-enclosure]] - untuk mengindikasikan lampiran (contohnya berkas) untuk diunduh dan disembunyikan&lt;br /&gt;
* [[rel-home]] - indikasi sebuah hyperlink halaman utama pada sebuah situs&lt;br /&gt;
* [[rel-payment]] - indikasi mekanisme pembayaran&lt;br /&gt;
* [[robots-exclusion|robots exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
==Pola Rancangan==&lt;br /&gt;
{{design_patterns-id}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Eksplorasi Diskusi==&lt;br /&gt;
Lihat: rincian [[exploratory-discussions|eksplorasi diskusi]] untuk riset dan analisa pada [[examples|contoh]] dunia-nyata, format yang ada, dan diskusi kemungkinan adanya Microformats yang baru, per [[process|proses]] microformats.&lt;br /&gt;
&lt;br /&gt;
== Contoh ==&lt;br /&gt;
* [[examples-in-the-wild]]&lt;br /&gt;
* [[implementations]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Sumber ==&lt;br /&gt;
Lihat [[resources|sumber]].&lt;br /&gt;
&lt;br /&gt;
==Pusat pengembangan pengguna==&lt;br /&gt;
*[[user-interface]]&lt;br /&gt;
*[[data-portability]]&lt;br /&gt;
*[[social-network-portability]]&lt;br /&gt;
&lt;br /&gt;
==Berbagi area kerja==&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[templates]]&lt;br /&gt;
* [http://microformats.org/wiki/delete pages for deletion] &amp;lt;!-- keep as external link; removes from &amp;quot;what links here&amp;quot; --&amp;gt;&lt;br /&gt;
* [[Special:Specialpages|&amp;quot;Special&amp;quot; wiki pages]]&lt;br /&gt;
* [[year-in-review]]&lt;br /&gt;
&lt;br /&gt;
==Peralatan, uji kasus, riset tambahan==&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
Tempat pertama untuk mencari contoh-contoh, kode, dan uji kasus berada pada tiap halaman individu Microformat. Hanya ada beberapa lintas sektor [[tools|peralatan dan layanan]] yang dibutuhkan untuk memproses lebih dari satu format. Bagian tersebut dimaksudkan untuk penyunting, [[parsers]], [[validators]], uji kasus, dan informasi lainnya yang berhubungan other di beberapa Microformats.&lt;br /&gt;
&lt;br /&gt;
==Terjemahan Wiki Microformats==&lt;br /&gt;
&amp;lt;span id=&amp;quot;microformats_wiki_translations_in_other_languages&amp;quot;&amp;gt;Anda dapat membaca atau menyunting artikel Microformats dalam berbagai bahasa:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Bahasa yang lebih dari 100 artikel:&lt;br /&gt;
** [[Main_Page-fr|&amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;Français&amp;lt;/span&amp;gt; (French)]] &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;{{UpdateMarker-fr}}&amp;lt;/span&amp;gt;&lt;br /&gt;
* Bahasa yang lebih dari 10 artikel:&lt;br /&gt;
** [[Main_Page-pt-br|&amp;lt;span lang=&amp;quot;pt-br&amp;quot;&amp;gt;Português&amp;lt;/span&amp;gt; (Brazilian Portuguese)]]&lt;br /&gt;
** [[Main_Page-ja|&amp;lt;span lang=&amp;quot;ja&amp;quot;&amp;gt;日本語&amp;lt;/span&amp;gt; (Japanese)]]&lt;br /&gt;
** [[Main_Page-ru|&amp;lt;span lang=&amp;quot;ru&amp;quot;&amp;gt;Русский&amp;lt;/span&amp;gt; (Russian)]]&lt;br /&gt;
* Bahasa yang lebih dari 2 artikel:&lt;br /&gt;
** [[Main_Page-cs|&amp;lt;span lang=&amp;quot;cs&amp;quot;&amp;gt;Česky&amp;lt;/span&amp;gt; (Czech)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-de|&amp;lt;span lang=&amp;quot;de&amp;quot;&amp;gt;Deutsch&amp;lt;/span&amp;gt; (German)]]&lt;br /&gt;
** [[Main_Page-es|&amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Español&amp;lt;/span&amp;gt; (Spanish)]]&lt;br /&gt;
** [[Main_Page-gl|&amp;lt;span lang=&amp;quot;gl&amp;quot;&amp;gt;Galego&amp;lt;/span&amp;gt; (Galician)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-pl|&amp;lt;span lang=&amp;quot;pl&amp;quot;&amp;gt;Polski&amp;lt;/span&amp;gt; (Polish)]]&lt;br /&gt;
** [[Main_Page-ro|&amp;lt;span lang=&amp;quot;ro&amp;quot;&amp;gt;Română&amp;lt;/span&amp;gt; (Romanian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-zh|&amp;lt;span lang=&amp;quot;zh&amp;quot;&amp;gt;汉语&amp;lt;/span&amp;gt; (Chinese)]]&lt;br /&gt;
* Bahasa yang baru saja dimulai:&lt;br /&gt;
** [[Main_Page-ar|&amp;lt;span lang=&amp;quot;ar&amp;quot;&amp;gt;العربية&amp;lt;/span&amp;gt; (Arabic)]]&lt;br /&gt;
** [[Main_Page-th|&amp;lt;span lang=&amp;quot;th&amp;quot;&amp;gt;ภาษาไทย&amp;lt;/span&amp;gt; (Thai)]]&lt;br /&gt;
** [[Main_Page-it|&amp;lt;span lang=&amp;quot;it&amp;quot;&amp;gt;Italiano&amp;lt;/span&amp;gt; (Italian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ko|&amp;lt;span lang=&amp;quot;ko&amp;quot;&amp;gt;한국어&amp;lt;/span&amp;gt; (Korean)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-id|&amp;lt;span lang=&amp;quot;id&amp;quot;&amp;gt;Indonesia&amp;lt;/span&amp;gt; (Bahasa Indonesia)]] {{NewMarker}}&lt;br /&gt;
* Lainnya&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Microformat Wikipedia's article on microformats] telah diterjemahkan ke dalam beberapa bahasa.&lt;br /&gt;
&lt;br /&gt;
Kungungi juga [[other-languages|bahasa lainnya]], dan [[how-to-start-new-translation|bagaimana-memulai-bahasa-baru]].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40513</id>
		<title>Main Page-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40513"/>
		<updated>2009-08-30T04:33:29Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Konsep */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Selamat datang di wiki Microformats!&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
Silahkan awali dengan halaman [[introduction|pengantar]] dan baca juga [[how-to-play|cara penggunaan]] sebelum menyunting halaman.&lt;br /&gt;
&lt;br /&gt;
==Pendahuluan==&lt;br /&gt;
Wiki ini adalah sumber pengetahuan komunitas Microformats. Anda akan menemukan spesifikasi versi terbaru yang diterbitkan microformat, spesifikasi rancangan dan pola penerbitan. Wiki juga menjadi tuan rumah pengembangan, seperti halaman gagasan untuk format baru dan menerbitkan halaman pelacakan untuk semua dan yang saat ini sedang dalam pengembangan Microformats.&lt;br /&gt;
&lt;br /&gt;
==Persiapan==&lt;br /&gt;
Untuk mulai menggunakan Microformats:&lt;br /&gt;
&lt;br /&gt;
* Pertama, biasakan menulis halaman dan aplikasi yang penuh semantik, deskriptif, ‘[[posh|&amp;lt;abbr title=&amp;quot;Plain Old Semantic HTML&amp;quot;&amp;gt;POSH&amp;lt;/abbr&amp;gt;]]’ &amp;lt;abbr title=&amp;quot;HyperText Mark-up Language&amp;quot;&amp;gt;HTML&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
* Belajar tentang Microformats dari [http://microformats.org/about/ about page], [http://microformats.org/ blog], [[press]], [[presentations]], [[books]], [[podcasts]], &amp;amp; [[screencasts]] halaman.&lt;br /&gt;
* Take a look at established specifications such as [[hcard|hCard]] and [[hcalendar|hCalendar]], and follow the [[hcard-examples|examples]] to start publishing microformats.&lt;br /&gt;
* Have questions? Read the [[faq|frequently asked questions]] and see the [[glossary]] for terms and definitions. You can also post to the {{MicroformatsMailingList}}.&lt;br /&gt;
* Want to learn more in person? Check out microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
==Definisi==&lt;br /&gt;
Microformats adalah pola sederhana pada HTML yang mewakili hal-hal publikasi umum seperti [[hcard|orang]], [[hcalendar|kegiatan]], [[hatom|blog posts]], [[hreview|tinjauan]] dan [[rel-tag|label]] pada halaman web.&lt;br /&gt;
&lt;br /&gt;
Microformats memungkinkan ketepatan publikasi informasi pada web lebih akurat; lebih cepat dan sederhana untuk diberikan kepada feeds dan APIs pada informasi website Anda.&lt;br /&gt;
&lt;br /&gt;
* Baca penjelasan selanjutnya pada [[what-are-microformats|apakah Microformats itu]], dan [[what-can-you-do-with-microformats|apa saja yang dapat Anda lakukan]].&lt;br /&gt;
&lt;br /&gt;
==Bagaimana caranya berbagi==&lt;br /&gt;
Apakah Anda ingin membantu Microformats ketingkat selanjutnya? Anda dapat:&lt;br /&gt;
&lt;br /&gt;
* [[get-started|Memulai]] dengan menambahkan Microformats ke website, layanan, dan produk Anda.&lt;br /&gt;
* [[advocacy|Anjurkan]] penggunaan Microformats pada situs web lainnya, terutama yang Anda gunakan.&lt;br /&gt;
* Tulislah sebuah [[testimonial|tanda penghargaan]].&lt;br /&gt;
* Lakukan sesuatu pada [[to-do|daftar yang harus dilakukan]].&lt;br /&gt;
* Bergabung di [[irc|IRC Channel]] dan [[mail|milis]] untuk mempelajari dan menjawab pertanyaan (baca [[mailing-lists#General_guidelines|pedoman umum]] sebelum mengirimkan).&lt;br /&gt;
* [[Main_Page#microformats_wiki_translations|Terjemahkan Wiki Microformats ini kedalam bahasa lainnya]] agar Microformats lebih mudah diakses pembaca bahasa di seluruh dunia.&lt;br /&gt;
* Sebelum mengajukan Microformats baru, pastikan website Anda adalah [[POSH]], [[get-started|menggunakan Microformats yang sudah ada]], kemudian bacalah [[process|prosesnya]].&lt;br /&gt;
&lt;br /&gt;
Wiki ini memiliki sejumlah perangkat tambahan untuk membantu pembangunan dan kontribusi untuk Microformats. Sebelum Anda mulai mengedit, lihat [[wiki-2|halaman pendahuluan wiki]] sebagai petunjuk.&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi ==&lt;br /&gt;
Daftar saat ini, [[microformats|Microformats]] yang stabil dengan spesifikasi standar terbuka.&lt;br /&gt;
&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]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [[XFN]] - [http://gmpg.org/xfn/creator XFN creator]&lt;br /&gt;
* [[XMDP]]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
''Jika Anda ingin mencoba berlatih menggunakan Microformats silahkan baca halaman '''[[process|proses]]''' untuk pertama kalinya!''&lt;br /&gt;
&lt;br /&gt;
==Konsep==&lt;br /&gt;
&lt;br /&gt;
Konsep mencakup hal baru pada Microformats, dimana rumusan spesifikasinya belum lengkap. Konsep adalah sesuatu yang lazim dalam [[process|proses]] pengembangan (lihat [[exploratory-discussions|diskusi eksplorasi]] bahwa upaya peningkatan tersebut tak jauh dari sebuah proses). Stabilitas pada dokumen ini tidak dapat dijamin, dan pelaksananya harus siap mengkiuti perubahan yang akan datang. Silahkan mengamati halaman wiki untuk melihat tiap perubahannya.&lt;br /&gt;
&lt;br /&gt;
* [[adr|adr]] - untuk menandai informasi alamat&lt;br /&gt;
* [[geo|geo]] - untuk menandai [http://en.wikipedia.org/wiki/WGS84 WGS84] koordinat geografi (latitude; longitude)&lt;br /&gt;
* [[hatom|hAtom]] - sindikasi episodik isi (contohnya catatan weblog)&lt;br /&gt;
* [[haudio|hAudio]]&lt;br /&gt;
* [[hmedia|hMedia]] - Format publikasi media yang berhubungan dengan Gambar, Video, dan Audio. &lt;br /&gt;
* [[hproduct|hProduct]]&lt;br /&gt;
* [[hrecipe|hRecipe]] - untuk resep masak memasak&lt;br /&gt;
* [[hresume|hResume]] - untuk publikasi resume dan CV&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hReview creator]&lt;br /&gt;
* [[rel-directory]] - to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page&lt;br /&gt;
* [[rel-enclosure]] - untuk mengindikasikan lampiran (contohnya berkas) untuk diunduh dan disembunyikan&lt;br /&gt;
* [[rel-home]] - indikasi sebuah hyperlink halaman utama pada sebuah situs&lt;br /&gt;
* [[rel-payment]] - indikasi mekanisme pembayaran&lt;br /&gt;
* [[robots-exclusion|robots exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
==Pola Rancangan==&lt;br /&gt;
{{design_patterns-id}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Eksplorasi Diskusi==&lt;br /&gt;
Lihat: rincian [[exploratory-discussions|eksplorasi diskusi]] untuk riset dan analisa pada [[examples|contoh]] dunia-nyata, format yang ada, dan diskusi kemungkinan adanya Microformats yang baru, per [[process|proses]] microformats.&lt;br /&gt;
&lt;br /&gt;
== Contoh ==&lt;br /&gt;
* [[examples-in-the-wild]]&lt;br /&gt;
* [[implementations]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Sumber ==&lt;br /&gt;
Lihat [[resources|sumber]].&lt;br /&gt;
&lt;br /&gt;
==Pusat pengembangan pengguna==&lt;br /&gt;
*[[user-interface]]&lt;br /&gt;
*[[data-portability]]&lt;br /&gt;
*[[social-network-portability]]&lt;br /&gt;
&lt;br /&gt;
==Berbagi area kerja==&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[templates]]&lt;br /&gt;
* [http://microformats.org/wiki/delete pages for deletion] &amp;lt;!-- keep as external link; removes from &amp;quot;what links here&amp;quot; --&amp;gt;&lt;br /&gt;
* [[Special:Specialpages|&amp;quot;Special&amp;quot; wiki pages]]&lt;br /&gt;
* [[year-in-review]]&lt;br /&gt;
&lt;br /&gt;
==Peralatan, uji kasus, riset tambahan==&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
Tempat pertama untuk mencari contoh-contoh, kode, dan uji kasus berada pada tiap halaman individu Microformat. Hanya ada beberapa lintas sektor [[tools|peralatan dan layanan]] yang dibutuhkan untuk memproses lebih dari satu format. Bagian tersebut dimaksudkan untuk penyunting, [[parsers]], [[validators]], uji kasus, dan informasi lainnya yang berhubungan other di beberapa Microformats.&lt;br /&gt;
&lt;br /&gt;
==Terjemahan Wiki Microformats==&lt;br /&gt;
&amp;lt;span id=&amp;quot;microformats_wiki_translations_in_other_languages&amp;quot;&amp;gt;Anda dapat membaca atau menyunting artikel Microformats dalam berbagai bahasa:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Bahasa yang lebih dari 100 artikel:&lt;br /&gt;
** [[Main_Page-fr|&amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;Français&amp;lt;/span&amp;gt; (French)]] &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;{{UpdateMarker-fr}}&amp;lt;/span&amp;gt;&lt;br /&gt;
* Bahasa yang lebih dari 10 artikel:&lt;br /&gt;
** [[Main_Page-pt-br|&amp;lt;span lang=&amp;quot;pt-br&amp;quot;&amp;gt;Português&amp;lt;/span&amp;gt; (Brazilian Portuguese)]]&lt;br /&gt;
** [[Main_Page-ja|&amp;lt;span lang=&amp;quot;ja&amp;quot;&amp;gt;日本語&amp;lt;/span&amp;gt; (Japanese)]]&lt;br /&gt;
** [[Main_Page-ru|&amp;lt;span lang=&amp;quot;ru&amp;quot;&amp;gt;Русский&amp;lt;/span&amp;gt; (Russian)]]&lt;br /&gt;
* Bahasa yang lebih dari 2 artikel:&lt;br /&gt;
** [[Main_Page-cs|&amp;lt;span lang=&amp;quot;cs&amp;quot;&amp;gt;Česky&amp;lt;/span&amp;gt; (Czech)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-de|&amp;lt;span lang=&amp;quot;de&amp;quot;&amp;gt;Deutsch&amp;lt;/span&amp;gt; (German)]]&lt;br /&gt;
** [[Main_Page-es|&amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Español&amp;lt;/span&amp;gt; (Spanish)]]&lt;br /&gt;
** [[Main_Page-gl|&amp;lt;span lang=&amp;quot;gl&amp;quot;&amp;gt;Galego&amp;lt;/span&amp;gt; (Galician)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-pl|&amp;lt;span lang=&amp;quot;pl&amp;quot;&amp;gt;Polski&amp;lt;/span&amp;gt; (Polish)]]&lt;br /&gt;
** [[Main_Page-ro|&amp;lt;span lang=&amp;quot;ro&amp;quot;&amp;gt;Română&amp;lt;/span&amp;gt; (Romanian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-zh|&amp;lt;span lang=&amp;quot;zh&amp;quot;&amp;gt;汉语&amp;lt;/span&amp;gt; (Chinese)]]&lt;br /&gt;
* Bahasa yang baru saja dimulai:&lt;br /&gt;
** [[Main_Page-ar|&amp;lt;span lang=&amp;quot;ar&amp;quot;&amp;gt;العربية&amp;lt;/span&amp;gt; (Arabic)]]&lt;br /&gt;
** [[Main_Page-th|&amp;lt;span lang=&amp;quot;th&amp;quot;&amp;gt;ภาษาไทย&amp;lt;/span&amp;gt; (Thai)]]&lt;br /&gt;
** [[Main_Page-it|&amp;lt;span lang=&amp;quot;it&amp;quot;&amp;gt;Italiano&amp;lt;/span&amp;gt; (Italian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ko|&amp;lt;span lang=&amp;quot;ko&amp;quot;&amp;gt;한국어&amp;lt;/span&amp;gt; (Korean)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-id|&amp;lt;span lang=&amp;quot;id&amp;quot;&amp;gt;Indonesia&amp;lt;/span&amp;gt; (Bahasa Indonesia)]] {{NewMarker}}&lt;br /&gt;
* Lainnya&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Microformat Wikipedia's article on microformats] telah diterjemahkan ke dalam beberapa bahasa.&lt;br /&gt;
&lt;br /&gt;
Kungungi juga [[other-languages|bahasa lainnya]], dan [[how-to-start-new-translation|bagaimana-memulai-bahasa-baru]].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40512</id>
		<title>Main Page-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40512"/>
		<updated>2009-08-30T04:32:41Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Konsep */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Selamat datang di wiki Microformats!&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
Silahkan awali dengan halaman [[introduction|pengantar]] dan baca juga [[how-to-play|cara penggunaan]] sebelum menyunting halaman.&lt;br /&gt;
&lt;br /&gt;
==Pendahuluan==&lt;br /&gt;
Wiki ini adalah sumber pengetahuan komunitas Microformats. Anda akan menemukan spesifikasi versi terbaru yang diterbitkan microformat, spesifikasi rancangan dan pola penerbitan. Wiki juga menjadi tuan rumah pengembangan, seperti halaman gagasan untuk format baru dan menerbitkan halaman pelacakan untuk semua dan yang saat ini sedang dalam pengembangan Microformats.&lt;br /&gt;
&lt;br /&gt;
==Persiapan==&lt;br /&gt;
Untuk mulai menggunakan Microformats:&lt;br /&gt;
&lt;br /&gt;
* Pertama, biasakan menulis halaman dan aplikasi yang penuh semantik, deskriptif, ‘[[posh|&amp;lt;abbr title=&amp;quot;Plain Old Semantic HTML&amp;quot;&amp;gt;POSH&amp;lt;/abbr&amp;gt;]]’ &amp;lt;abbr title=&amp;quot;HyperText Mark-up Language&amp;quot;&amp;gt;HTML&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
* Belajar tentang Microformats dari [http://microformats.org/about/ about page], [http://microformats.org/ blog], [[press]], [[presentations]], [[books]], [[podcasts]], &amp;amp; [[screencasts]] halaman.&lt;br /&gt;
* Take a look at established specifications such as [[hcard|hCard]] and [[hcalendar|hCalendar]], and follow the [[hcard-examples|examples]] to start publishing microformats.&lt;br /&gt;
* Have questions? Read the [[faq|frequently asked questions]] and see the [[glossary]] for terms and definitions. You can also post to the {{MicroformatsMailingList}}.&lt;br /&gt;
* Want to learn more in person? Check out microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
==Definisi==&lt;br /&gt;
Microformats adalah pola sederhana pada HTML yang mewakili hal-hal publikasi umum seperti [[hcard|orang]], [[hcalendar|kegiatan]], [[hatom|blog posts]], [[hreview|tinjauan]] dan [[rel-tag|label]] pada halaman web.&lt;br /&gt;
&lt;br /&gt;
Microformats memungkinkan ketepatan publikasi informasi pada web lebih akurat; lebih cepat dan sederhana untuk diberikan kepada feeds dan APIs pada informasi website Anda.&lt;br /&gt;
&lt;br /&gt;
* Baca penjelasan selanjutnya pada [[what-are-microformats|apakah Microformats itu]], dan [[what-can-you-do-with-microformats|apa saja yang dapat Anda lakukan]].&lt;br /&gt;
&lt;br /&gt;
==Bagaimana caranya berbagi==&lt;br /&gt;
Apakah Anda ingin membantu Microformats ketingkat selanjutnya? Anda dapat:&lt;br /&gt;
&lt;br /&gt;
* [[get-started|Memulai]] dengan menambahkan Microformats ke website, layanan, dan produk Anda.&lt;br /&gt;
* [[advocacy|Anjurkan]] penggunaan Microformats pada situs web lainnya, terutama yang Anda gunakan.&lt;br /&gt;
* Tulislah sebuah [[testimonial|tanda penghargaan]].&lt;br /&gt;
* Lakukan sesuatu pada [[to-do|daftar yang harus dilakukan]].&lt;br /&gt;
* Bergabung di [[irc|IRC Channel]] dan [[mail|milis]] untuk mempelajari dan menjawab pertanyaan (baca [[mailing-lists#General_guidelines|pedoman umum]] sebelum mengirimkan).&lt;br /&gt;
* [[Main_Page#microformats_wiki_translations|Terjemahkan Wiki Microformats ini kedalam bahasa lainnya]] agar Microformats lebih mudah diakses pembaca bahasa di seluruh dunia.&lt;br /&gt;
* Sebelum mengajukan Microformats baru, pastikan website Anda adalah [[POSH]], [[get-started|menggunakan Microformats yang sudah ada]], kemudian bacalah [[process|prosesnya]].&lt;br /&gt;
&lt;br /&gt;
Wiki ini memiliki sejumlah perangkat tambahan untuk membantu pembangunan dan kontribusi untuk Microformats. Sebelum Anda mulai mengedit, lihat [[wiki-2|halaman pendahuluan wiki]] sebagai petunjuk.&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi ==&lt;br /&gt;
Daftar saat ini, [[microformats|Microformats]] yang stabil dengan spesifikasi standar terbuka.&lt;br /&gt;
&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]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [[XFN]] - [http://gmpg.org/xfn/creator XFN creator]&lt;br /&gt;
* [[XMDP]]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
''Jika Anda ingin mencoba berlatih menggunakan Microformats silahkan baca halaman '''[[process|proses]]''' untuk pertama kalinya!''&lt;br /&gt;
&lt;br /&gt;
==Konsep==&lt;br /&gt;
&lt;br /&gt;
Konsep mencakup hal baru pada Microformats, dimana rumusan spesifikasinya belum lengkap. Konsep adalah sesuatu yang lazim dalam [[process|proses]] pengembangan (lihat [[exploratory-discussions|diskusi eksplorasi]] bahwa upaya peningkatan tersebut tak jauh dari sebuah proses).&lt;br /&gt;
 &lt;br /&gt;
(see [[exploratory-discussions]] for additional efforts that are not as far along in the process). Stabilitas pada dokumen ini tidak dapat dijamin, dan pelaksananya harus siap mengkiuti perubahan yang akan datang. Silahkan mengamati halaman wiki untuk melihat tiap perubahannya.&lt;br /&gt;
&lt;br /&gt;
* [[adr|adr]] - untuk menandai informasi alamat&lt;br /&gt;
* [[geo|geo]] - untuk menandai [http://en.wikipedia.org/wiki/WGS84 WGS84] koordinat geografi (latitude; longitude)&lt;br /&gt;
* [[hatom|hAtom]] - sindikasi episodik isi (contohnya catatan weblog)&lt;br /&gt;
* [[haudio|hAudio]]&lt;br /&gt;
* [[hmedia|hMedia]] - Format publikasi media yang berhubungan dengan Gambar, Video, dan Audio. &lt;br /&gt;
* [[hproduct|hProduct]]&lt;br /&gt;
* [[hrecipe|hRecipe]] - untuk resep masak memasak&lt;br /&gt;
* [[hresume|hResume]] - untuk publikasi resume dan CV&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hReview creator]&lt;br /&gt;
* [[rel-directory]] - to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page&lt;br /&gt;
* [[rel-enclosure]] - untuk mengindikasikan lampiran (contohnya berkas) untuk diunduh dan disembunyikan&lt;br /&gt;
* [[rel-home]] - indikasi sebuah hyperlink halaman utama pada sebuah situs&lt;br /&gt;
* [[rel-payment]] - indikasi mekanisme pembayaran&lt;br /&gt;
* [[robots-exclusion|robots exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
==Pola Rancangan==&lt;br /&gt;
{{design_patterns-id}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Eksplorasi Diskusi==&lt;br /&gt;
Lihat: rincian [[exploratory-discussions|eksplorasi diskusi]] untuk riset dan analisa pada [[examples|contoh]] dunia-nyata, format yang ada, dan diskusi kemungkinan adanya Microformats yang baru, per [[process|proses]] microformats.&lt;br /&gt;
&lt;br /&gt;
== Contoh ==&lt;br /&gt;
* [[examples-in-the-wild]]&lt;br /&gt;
* [[implementations]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Sumber ==&lt;br /&gt;
Lihat [[resources|sumber]].&lt;br /&gt;
&lt;br /&gt;
==Pusat pengembangan pengguna==&lt;br /&gt;
*[[user-interface]]&lt;br /&gt;
*[[data-portability]]&lt;br /&gt;
*[[social-network-portability]]&lt;br /&gt;
&lt;br /&gt;
==Berbagi area kerja==&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[templates]]&lt;br /&gt;
* [http://microformats.org/wiki/delete pages for deletion] &amp;lt;!-- keep as external link; removes from &amp;quot;what links here&amp;quot; --&amp;gt;&lt;br /&gt;
* [[Special:Specialpages|&amp;quot;Special&amp;quot; wiki pages]]&lt;br /&gt;
* [[year-in-review]]&lt;br /&gt;
&lt;br /&gt;
==Peralatan, uji kasus, riset tambahan==&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
Tempat pertama untuk mencari contoh-contoh, kode, dan uji kasus berada pada tiap halaman individu Microformat. Hanya ada beberapa lintas sektor [[tools|peralatan dan layanan]] yang dibutuhkan untuk memproses lebih dari satu format. Bagian tersebut dimaksudkan untuk penyunting, [[parsers]], [[validators]], uji kasus, dan informasi lainnya yang berhubungan other di beberapa Microformats.&lt;br /&gt;
&lt;br /&gt;
==Terjemahan Wiki Microformats==&lt;br /&gt;
&amp;lt;span id=&amp;quot;microformats_wiki_translations_in_other_languages&amp;quot;&amp;gt;Anda dapat membaca atau menyunting artikel Microformats dalam berbagai bahasa:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Bahasa yang lebih dari 100 artikel:&lt;br /&gt;
** [[Main_Page-fr|&amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;Français&amp;lt;/span&amp;gt; (French)]] &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;{{UpdateMarker-fr}}&amp;lt;/span&amp;gt;&lt;br /&gt;
* Bahasa yang lebih dari 10 artikel:&lt;br /&gt;
** [[Main_Page-pt-br|&amp;lt;span lang=&amp;quot;pt-br&amp;quot;&amp;gt;Português&amp;lt;/span&amp;gt; (Brazilian Portuguese)]]&lt;br /&gt;
** [[Main_Page-ja|&amp;lt;span lang=&amp;quot;ja&amp;quot;&amp;gt;日本語&amp;lt;/span&amp;gt; (Japanese)]]&lt;br /&gt;
** [[Main_Page-ru|&amp;lt;span lang=&amp;quot;ru&amp;quot;&amp;gt;Русский&amp;lt;/span&amp;gt; (Russian)]]&lt;br /&gt;
* Bahasa yang lebih dari 2 artikel:&lt;br /&gt;
** [[Main_Page-cs|&amp;lt;span lang=&amp;quot;cs&amp;quot;&amp;gt;Česky&amp;lt;/span&amp;gt; (Czech)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-de|&amp;lt;span lang=&amp;quot;de&amp;quot;&amp;gt;Deutsch&amp;lt;/span&amp;gt; (German)]]&lt;br /&gt;
** [[Main_Page-es|&amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Español&amp;lt;/span&amp;gt; (Spanish)]]&lt;br /&gt;
** [[Main_Page-gl|&amp;lt;span lang=&amp;quot;gl&amp;quot;&amp;gt;Galego&amp;lt;/span&amp;gt; (Galician)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-pl|&amp;lt;span lang=&amp;quot;pl&amp;quot;&amp;gt;Polski&amp;lt;/span&amp;gt; (Polish)]]&lt;br /&gt;
** [[Main_Page-ro|&amp;lt;span lang=&amp;quot;ro&amp;quot;&amp;gt;Română&amp;lt;/span&amp;gt; (Romanian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-zh|&amp;lt;span lang=&amp;quot;zh&amp;quot;&amp;gt;汉语&amp;lt;/span&amp;gt; (Chinese)]]&lt;br /&gt;
* Bahasa yang baru saja dimulai:&lt;br /&gt;
** [[Main_Page-ar|&amp;lt;span lang=&amp;quot;ar&amp;quot;&amp;gt;العربية&amp;lt;/span&amp;gt; (Arabic)]]&lt;br /&gt;
** [[Main_Page-th|&amp;lt;span lang=&amp;quot;th&amp;quot;&amp;gt;ภาษาไทย&amp;lt;/span&amp;gt; (Thai)]]&lt;br /&gt;
** [[Main_Page-it|&amp;lt;span lang=&amp;quot;it&amp;quot;&amp;gt;Italiano&amp;lt;/span&amp;gt; (Italian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ko|&amp;lt;span lang=&amp;quot;ko&amp;quot;&amp;gt;한국어&amp;lt;/span&amp;gt; (Korean)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-id|&amp;lt;span lang=&amp;quot;id&amp;quot;&amp;gt;Indonesia&amp;lt;/span&amp;gt; (Bahasa Indonesia)]] {{NewMarker}}&lt;br /&gt;
* Lainnya&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Microformat Wikipedia's article on microformats] telah diterjemahkan ke dalam beberapa bahasa.&lt;br /&gt;
&lt;br /&gt;
Kungungi juga [[other-languages|bahasa lainnya]], dan [[how-to-start-new-translation|bagaimana-memulai-bahasa-baru]].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40511</id>
		<title>Main Page-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40511"/>
		<updated>2009-08-30T04:31:02Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Konsep */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Selamat datang di wiki Microformats!&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
Silahkan awali dengan halaman [[introduction|pengantar]] dan baca juga [[how-to-play|cara penggunaan]] sebelum menyunting halaman.&lt;br /&gt;
&lt;br /&gt;
==Pendahuluan==&lt;br /&gt;
Wiki ini adalah sumber pengetahuan komunitas Microformats. Anda akan menemukan spesifikasi versi terbaru yang diterbitkan microformat, spesifikasi rancangan dan pola penerbitan. Wiki juga menjadi tuan rumah pengembangan, seperti halaman gagasan untuk format baru dan menerbitkan halaman pelacakan untuk semua dan yang saat ini sedang dalam pengembangan Microformats.&lt;br /&gt;
&lt;br /&gt;
==Persiapan==&lt;br /&gt;
Untuk mulai menggunakan Microformats:&lt;br /&gt;
&lt;br /&gt;
* Pertama, biasakan menulis halaman dan aplikasi yang penuh semantik, deskriptif, ‘[[posh|&amp;lt;abbr title=&amp;quot;Plain Old Semantic HTML&amp;quot;&amp;gt;POSH&amp;lt;/abbr&amp;gt;]]’ &amp;lt;abbr title=&amp;quot;HyperText Mark-up Language&amp;quot;&amp;gt;HTML&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
* Belajar tentang Microformats dari [http://microformats.org/about/ about page], [http://microformats.org/ blog], [[press]], [[presentations]], [[books]], [[podcasts]], &amp;amp; [[screencasts]] halaman.&lt;br /&gt;
* Take a look at established specifications such as [[hcard|hCard]] and [[hcalendar|hCalendar]], and follow the [[hcard-examples|examples]] to start publishing microformats.&lt;br /&gt;
* Have questions? Read the [[faq|frequently asked questions]] and see the [[glossary]] for terms and definitions. You can also post to the {{MicroformatsMailingList}}.&lt;br /&gt;
* Want to learn more in person? Check out microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
==Definisi==&lt;br /&gt;
Microformats adalah pola sederhana pada HTML yang mewakili hal-hal publikasi umum seperti [[hcard|orang]], [[hcalendar|kegiatan]], [[hatom|blog posts]], [[hreview|tinjauan]] dan [[rel-tag|label]] pada halaman web.&lt;br /&gt;
&lt;br /&gt;
Microformats memungkinkan ketepatan publikasi informasi pada web lebih akurat; lebih cepat dan sederhana untuk diberikan kepada feeds dan APIs pada informasi website Anda.&lt;br /&gt;
&lt;br /&gt;
* Baca penjelasan selanjutnya pada [[what-are-microformats|apakah Microformats itu]], dan [[what-can-you-do-with-microformats|apa saja yang dapat Anda lakukan]].&lt;br /&gt;
&lt;br /&gt;
==Bagaimana caranya berbagi==&lt;br /&gt;
Apakah Anda ingin membantu Microformats ketingkat selanjutnya? Anda dapat:&lt;br /&gt;
&lt;br /&gt;
* [[get-started|Memulai]] dengan menambahkan Microformats ke website, layanan, dan produk Anda.&lt;br /&gt;
* [[advocacy|Anjurkan]] penggunaan Microformats pada situs web lainnya, terutama yang Anda gunakan.&lt;br /&gt;
* Tulislah sebuah [[testimonial|tanda penghargaan]].&lt;br /&gt;
* Lakukan sesuatu pada [[to-do|daftar yang harus dilakukan]].&lt;br /&gt;
* Bergabung di [[irc|IRC Channel]] dan [[mail|milis]] untuk mempelajari dan menjawab pertanyaan (baca [[mailing-lists#General_guidelines|pedoman umum]] sebelum mengirimkan).&lt;br /&gt;
* [[Main_Page#microformats_wiki_translations|Terjemahkan Wiki Microformats ini kedalam bahasa lainnya]] agar Microformats lebih mudah diakses pembaca bahasa di seluruh dunia.&lt;br /&gt;
* Sebelum mengajukan Microformats baru, pastikan website Anda adalah [[POSH]], [[get-started|menggunakan Microformats yang sudah ada]], kemudian bacalah [[process|prosesnya]].&lt;br /&gt;
&lt;br /&gt;
Wiki ini memiliki sejumlah perangkat tambahan untuk membantu pembangunan dan kontribusi untuk Microformats. Sebelum Anda mulai mengedit, lihat [[wiki-2|halaman pendahuluan wiki]] sebagai petunjuk.&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi ==&lt;br /&gt;
Daftar saat ini, [[microformats|Microformats]] yang stabil dengan spesifikasi standar terbuka.&lt;br /&gt;
&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]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [[XFN]] - [http://gmpg.org/xfn/creator XFN creator]&lt;br /&gt;
* [[XMDP]]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
''Jika Anda ingin mencoba berlatih menggunakan Microformats silahkan baca halaman '''[[process|proses]]''' untuk pertama kalinya!''&lt;br /&gt;
&lt;br /&gt;
==Konsep==&lt;br /&gt;
&lt;br /&gt;
Konsep adalah hal baru pada Microformats, dimana rumusan spesifikasinya belum lengkap. Konsep adalah sesuatu yang lazim dalam [[process|proses]] pengembangan (lihat [[exploratory-discussions|diskusi eksplorasi]] bahwa upaya peningkatan tersebut tak jauh dari sebuah proses).&lt;br /&gt;
 &lt;br /&gt;
(see [[exploratory-discussions]] for additional efforts that are not as far along in the process). Stabilitas pada dokumen ini tidak dapat dijamin, dan pelaksananya harus siap mengkiuti perubahan yang akan datang. Silahkan mengamati halaman wiki untuk melihat tiap perubahannya.&lt;br /&gt;
&lt;br /&gt;
* [[adr|adr]] - untuk menandai informasi alamat&lt;br /&gt;
* [[geo|geo]] - untuk menandai [http://en.wikipedia.org/wiki/WGS84 WGS84] koordinat geografi (latitude; longitude)&lt;br /&gt;
* [[hatom|hAtom]] - sindikasi episodik isi (contohnya catatan weblog)&lt;br /&gt;
* [[haudio|hAudio]]&lt;br /&gt;
* [[hmedia|hMedia]] - Format publikasi media yang berhubungan dengan Gambar, Video, dan Audio. &lt;br /&gt;
* [[hproduct|hProduct]]&lt;br /&gt;
* [[hrecipe|hRecipe]] - untuk resep masak memasak&lt;br /&gt;
* [[hresume|hResume]] - untuk publikasi resume dan CV&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hReview creator]&lt;br /&gt;
* [[rel-directory]] - to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page&lt;br /&gt;
* [[rel-enclosure]] - untuk mengindikasikan lampiran (contohnya berkas) untuk diunduh dan disembunyikan&lt;br /&gt;
* [[rel-home]] - indikasi sebuah hyperlink halaman utama pada sebuah situs&lt;br /&gt;
* [[rel-payment]] - indikasi mekanisme pembayaran&lt;br /&gt;
* [[robots-exclusion|robots exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
==Pola Rancangan==&lt;br /&gt;
{{design_patterns-id}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Eksplorasi Diskusi==&lt;br /&gt;
Lihat: rincian [[exploratory-discussions|eksplorasi diskusi]] untuk riset dan analisa pada [[examples|contoh]] dunia-nyata, format yang ada, dan diskusi kemungkinan adanya Microformats yang baru, per [[process|proses]] microformats.&lt;br /&gt;
&lt;br /&gt;
== Contoh ==&lt;br /&gt;
* [[examples-in-the-wild]]&lt;br /&gt;
* [[implementations]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Sumber ==&lt;br /&gt;
Lihat [[resources|sumber]].&lt;br /&gt;
&lt;br /&gt;
==Pusat pengembangan pengguna==&lt;br /&gt;
*[[user-interface]]&lt;br /&gt;
*[[data-portability]]&lt;br /&gt;
*[[social-network-portability]]&lt;br /&gt;
&lt;br /&gt;
==Berbagi area kerja==&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[templates]]&lt;br /&gt;
* [http://microformats.org/wiki/delete pages for deletion] &amp;lt;!-- keep as external link; removes from &amp;quot;what links here&amp;quot; --&amp;gt;&lt;br /&gt;
* [[Special:Specialpages|&amp;quot;Special&amp;quot; wiki pages]]&lt;br /&gt;
* [[year-in-review]]&lt;br /&gt;
&lt;br /&gt;
==Peralatan, uji kasus, riset tambahan==&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
Tempat pertama untuk mencari contoh-contoh, kode, dan uji kasus berada pada tiap halaman individu Microformat. Hanya ada beberapa lintas sektor [[tools|peralatan dan layanan]] yang dibutuhkan untuk memproses lebih dari satu format. Bagian tersebut dimaksudkan untuk penyunting, [[parsers]], [[validators]], uji kasus, dan informasi lainnya yang berhubungan other di beberapa Microformats.&lt;br /&gt;
&lt;br /&gt;
==Terjemahan Wiki Microformats==&lt;br /&gt;
&amp;lt;span id=&amp;quot;microformats_wiki_translations_in_other_languages&amp;quot;&amp;gt;Anda dapat membaca atau menyunting artikel Microformats dalam berbagai bahasa:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Bahasa yang lebih dari 100 artikel:&lt;br /&gt;
** [[Main_Page-fr|&amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;Français&amp;lt;/span&amp;gt; (French)]] &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;{{UpdateMarker-fr}}&amp;lt;/span&amp;gt;&lt;br /&gt;
* Bahasa yang lebih dari 10 artikel:&lt;br /&gt;
** [[Main_Page-pt-br|&amp;lt;span lang=&amp;quot;pt-br&amp;quot;&amp;gt;Português&amp;lt;/span&amp;gt; (Brazilian Portuguese)]]&lt;br /&gt;
** [[Main_Page-ja|&amp;lt;span lang=&amp;quot;ja&amp;quot;&amp;gt;日本語&amp;lt;/span&amp;gt; (Japanese)]]&lt;br /&gt;
** [[Main_Page-ru|&amp;lt;span lang=&amp;quot;ru&amp;quot;&amp;gt;Русский&amp;lt;/span&amp;gt; (Russian)]]&lt;br /&gt;
* Bahasa yang lebih dari 2 artikel:&lt;br /&gt;
** [[Main_Page-cs|&amp;lt;span lang=&amp;quot;cs&amp;quot;&amp;gt;Česky&amp;lt;/span&amp;gt; (Czech)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-de|&amp;lt;span lang=&amp;quot;de&amp;quot;&amp;gt;Deutsch&amp;lt;/span&amp;gt; (German)]]&lt;br /&gt;
** [[Main_Page-es|&amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Español&amp;lt;/span&amp;gt; (Spanish)]]&lt;br /&gt;
** [[Main_Page-gl|&amp;lt;span lang=&amp;quot;gl&amp;quot;&amp;gt;Galego&amp;lt;/span&amp;gt; (Galician)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-pl|&amp;lt;span lang=&amp;quot;pl&amp;quot;&amp;gt;Polski&amp;lt;/span&amp;gt; (Polish)]]&lt;br /&gt;
** [[Main_Page-ro|&amp;lt;span lang=&amp;quot;ro&amp;quot;&amp;gt;Română&amp;lt;/span&amp;gt; (Romanian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-zh|&amp;lt;span lang=&amp;quot;zh&amp;quot;&amp;gt;汉语&amp;lt;/span&amp;gt; (Chinese)]]&lt;br /&gt;
* Bahasa yang baru saja dimulai:&lt;br /&gt;
** [[Main_Page-ar|&amp;lt;span lang=&amp;quot;ar&amp;quot;&amp;gt;العربية&amp;lt;/span&amp;gt; (Arabic)]]&lt;br /&gt;
** [[Main_Page-th|&amp;lt;span lang=&amp;quot;th&amp;quot;&amp;gt;ภาษาไทย&amp;lt;/span&amp;gt; (Thai)]]&lt;br /&gt;
** [[Main_Page-it|&amp;lt;span lang=&amp;quot;it&amp;quot;&amp;gt;Italiano&amp;lt;/span&amp;gt; (Italian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ko|&amp;lt;span lang=&amp;quot;ko&amp;quot;&amp;gt;한국어&amp;lt;/span&amp;gt; (Korean)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-id|&amp;lt;span lang=&amp;quot;id&amp;quot;&amp;gt;Indonesia&amp;lt;/span&amp;gt; (Bahasa Indonesia)]] {{NewMarker}}&lt;br /&gt;
* Lainnya&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Microformat Wikipedia's article on microformats] telah diterjemahkan ke dalam beberapa bahasa.&lt;br /&gt;
&lt;br /&gt;
Kungungi juga [[other-languages|bahasa lainnya]], dan [[how-to-start-new-translation|bagaimana-memulai-bahasa-baru]].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40510</id>
		<title>Main Page-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40510"/>
		<updated>2009-08-30T04:05:42Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Konsep */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Selamat datang di wiki Microformats!&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
Silahkan awali dengan halaman [[introduction|pengantar]] dan baca juga [[how-to-play|cara penggunaan]] sebelum menyunting halaman.&lt;br /&gt;
&lt;br /&gt;
==Pendahuluan==&lt;br /&gt;
Wiki ini adalah sumber pengetahuan komunitas Microformats. Anda akan menemukan spesifikasi versi terbaru yang diterbitkan microformat, spesifikasi rancangan dan pola penerbitan. Wiki juga menjadi tuan rumah pengembangan, seperti halaman gagasan untuk format baru dan menerbitkan halaman pelacakan untuk semua dan yang saat ini sedang dalam pengembangan Microformats.&lt;br /&gt;
&lt;br /&gt;
==Persiapan==&lt;br /&gt;
Untuk mulai menggunakan Microformats:&lt;br /&gt;
&lt;br /&gt;
* Pertama, biasakan menulis halaman dan aplikasi yang penuh semantik, deskriptif, ‘[[posh|&amp;lt;abbr title=&amp;quot;Plain Old Semantic HTML&amp;quot;&amp;gt;POSH&amp;lt;/abbr&amp;gt;]]’ &amp;lt;abbr title=&amp;quot;HyperText Mark-up Language&amp;quot;&amp;gt;HTML&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
* Belajar tentang Microformats dari [http://microformats.org/about/ about page], [http://microformats.org/ blog], [[press]], [[presentations]], [[books]], [[podcasts]], &amp;amp; [[screencasts]] halaman.&lt;br /&gt;
* Take a look at established specifications such as [[hcard|hCard]] and [[hcalendar|hCalendar]], and follow the [[hcard-examples|examples]] to start publishing microformats.&lt;br /&gt;
* Have questions? Read the [[faq|frequently asked questions]] and see the [[glossary]] for terms and definitions. You can also post to the {{MicroformatsMailingList}}.&lt;br /&gt;
* Want to learn more in person? Check out microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
==Definisi==&lt;br /&gt;
Microformats adalah pola sederhana pada HTML yang mewakili hal-hal publikasi umum seperti [[hcard|orang]], [[hcalendar|kegiatan]], [[hatom|blog posts]], [[hreview|tinjauan]] dan [[rel-tag|label]] pada halaman web.&lt;br /&gt;
&lt;br /&gt;
Microformats memungkinkan ketepatan publikasi informasi pada web lebih akurat; lebih cepat dan sederhana untuk diberikan kepada feeds dan APIs pada informasi website Anda.&lt;br /&gt;
&lt;br /&gt;
* Baca penjelasan selanjutnya pada [[what-are-microformats|apakah Microformats itu]], dan [[what-can-you-do-with-microformats|apa saja yang dapat Anda lakukan]].&lt;br /&gt;
&lt;br /&gt;
==Bagaimana caranya berbagi==&lt;br /&gt;
Apakah Anda ingin membantu Microformats ketingkat selanjutnya? Anda dapat:&lt;br /&gt;
&lt;br /&gt;
* [[get-started|Memulai]] dengan menambahkan Microformats ke website, layanan, dan produk Anda.&lt;br /&gt;
* [[advocacy|Anjurkan]] penggunaan Microformats pada situs web lainnya, terutama yang Anda gunakan.&lt;br /&gt;
* Tulislah sebuah [[testimonial|tanda penghargaan]].&lt;br /&gt;
* Lakukan sesuatu pada [[to-do|daftar yang harus dilakukan]].&lt;br /&gt;
* Bergabung di [[irc|IRC Channel]] dan [[mail|milis]] untuk mempelajari dan menjawab pertanyaan (baca [[mailing-lists#General_guidelines|pedoman umum]] sebelum mengirimkan).&lt;br /&gt;
* [[Main_Page#microformats_wiki_translations|Terjemahkan Wiki Microformats ini kedalam bahasa lainnya]] agar Microformats lebih mudah diakses pembaca bahasa di seluruh dunia.&lt;br /&gt;
* Sebelum mengajukan Microformats baru, pastikan website Anda adalah [[POSH]], [[get-started|menggunakan Microformats yang sudah ada]], kemudian bacalah [[process|prosesnya]].&lt;br /&gt;
&lt;br /&gt;
Wiki ini memiliki sejumlah perangkat tambahan untuk membantu pembangunan dan kontribusi untuk Microformats. Sebelum Anda mulai mengedit, lihat [[wiki-2|halaman pendahuluan wiki]] sebagai petunjuk.&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi ==&lt;br /&gt;
Daftar saat ini, [[microformats|Microformats]] yang stabil dengan spesifikasi standar terbuka.&lt;br /&gt;
&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]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [[XFN]] - [http://gmpg.org/xfn/creator XFN creator]&lt;br /&gt;
* [[XMDP]]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
''Jika Anda ingin mencoba berlatih menggunakan Microformats silahkan baca halaman '''[[process|proses]]''' untuk pertama kalinya!''&lt;br /&gt;
&lt;br /&gt;
==Konsep==&lt;br /&gt;
&lt;br /&gt;
Konsep adalah hal baru pada Microformats, dimana rumusan spesifikasinya belum lengkap. Konsep adalah sesuatu yang lumrah dalam [[process|proses]] pengembangan (lihat [[exploratory-discussions]] )&lt;br /&gt;
 &lt;br /&gt;
(see [[exploratory-discussions]] for additional efforts that are not as far along in the process). The stability of these documents cannot be guaranteed, and implementers should be prepared to keep abreast of future developments and changes. Please watch the wiki pages for updates.&lt;br /&gt;
&lt;br /&gt;
* [[adr|adr]] - for marking up address information&lt;br /&gt;
* [[geo|geo]] - for marking up [http://en.wikipedia.org/wiki/WGS84 WGS84] geographic coordinates (latitude; longitude)&lt;br /&gt;
* [[hatom|hAtom]] - syndicating episodic content (e.g. weblog postings)&lt;br /&gt;
* [[haudio|hAudio]]&lt;br /&gt;
* [[hmedia|hMedia]] - A single media publishing format that relates to Images, Video and Audio. &lt;br /&gt;
* [[hproduct|hProduct]]&lt;br /&gt;
* [[hrecipe|hRecipe]] - for cooking+baking recipes&lt;br /&gt;
* [[hresume|hResume]] - for publishing resumes and CVs&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hReview creator]&lt;br /&gt;
* [[rel-directory]] - to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page&lt;br /&gt;
* [[rel-enclosure]] - for indicating attachments (e.g. files) to download and cache&lt;br /&gt;
* [[rel-home]] - indicate a hyperlink to the homepage of the site&lt;br /&gt;
* [[rel-payment]] - indicate a payment mechanism&lt;br /&gt;
* [[robots-exclusion|robots exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
==Pola Rancangan==&lt;br /&gt;
{{design_patterns-id}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Eksplorasi Diskusi==&lt;br /&gt;
Lihat: rincian [[exploratory-discussions|eksplorasi diskusi]] untuk riset dan analisa pada [[examples|contoh]] dunia-nyata, format yang ada, dan diskusi kemungkinan adanya Microformats yang baru, per [[process|proses]] microformats.&lt;br /&gt;
&lt;br /&gt;
== Contoh ==&lt;br /&gt;
* [[examples-in-the-wild]]&lt;br /&gt;
* [[implementations]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Sumber ==&lt;br /&gt;
Lihat [[resources|sumber]].&lt;br /&gt;
&lt;br /&gt;
==Pusat pengembangan pengguna==&lt;br /&gt;
*[[user-interface]]&lt;br /&gt;
*[[data-portability]]&lt;br /&gt;
*[[social-network-portability]]&lt;br /&gt;
&lt;br /&gt;
==Berbagi area kerja==&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[templates]]&lt;br /&gt;
* [http://microformats.org/wiki/delete pages for deletion] &amp;lt;!-- keep as external link; removes from &amp;quot;what links here&amp;quot; --&amp;gt;&lt;br /&gt;
* [[Special:Specialpages|&amp;quot;Special&amp;quot; wiki pages]]&lt;br /&gt;
* [[year-in-review]]&lt;br /&gt;
&lt;br /&gt;
==Peralatan, uji kasus, riset tambahan==&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
Tempat pertama untuk mencari contoh-contoh, kode, dan uji kasus berada pada tiap halaman individu Microformat. Hanya ada beberapa lintas sektor [[tools|peralatan dan layanan]] yang dibutuhkan untuk memproses lebih dari satu format. Bagian tersebut dimaksudkan untuk penyunting, [[parsers]], [[validators]], uji kasus, dan informasi lainnya yang berhubungan other di beberapa Microformats.&lt;br /&gt;
&lt;br /&gt;
==Terjemahan Wiki Microformats==&lt;br /&gt;
&amp;lt;span id=&amp;quot;microformats_wiki_translations_in_other_languages&amp;quot;&amp;gt;Anda dapat membaca atau menyunting artikel Microformats dalam berbagai bahasa:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Bahasa yang lebih dari 100 artikel:&lt;br /&gt;
** [[Main_Page-fr|&amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;Français&amp;lt;/span&amp;gt; (French)]] &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;{{UpdateMarker-fr}}&amp;lt;/span&amp;gt;&lt;br /&gt;
* Bahasa yang lebih dari 10 artikel:&lt;br /&gt;
** [[Main_Page-pt-br|&amp;lt;span lang=&amp;quot;pt-br&amp;quot;&amp;gt;Português&amp;lt;/span&amp;gt; (Brazilian Portuguese)]]&lt;br /&gt;
** [[Main_Page-ja|&amp;lt;span lang=&amp;quot;ja&amp;quot;&amp;gt;日本語&amp;lt;/span&amp;gt; (Japanese)]]&lt;br /&gt;
** [[Main_Page-ru|&amp;lt;span lang=&amp;quot;ru&amp;quot;&amp;gt;Русский&amp;lt;/span&amp;gt; (Russian)]]&lt;br /&gt;
* Bahasa yang lebih dari 2 artikel:&lt;br /&gt;
** [[Main_Page-cs|&amp;lt;span lang=&amp;quot;cs&amp;quot;&amp;gt;Česky&amp;lt;/span&amp;gt; (Czech)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-de|&amp;lt;span lang=&amp;quot;de&amp;quot;&amp;gt;Deutsch&amp;lt;/span&amp;gt; (German)]]&lt;br /&gt;
** [[Main_Page-es|&amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Español&amp;lt;/span&amp;gt; (Spanish)]]&lt;br /&gt;
** [[Main_Page-gl|&amp;lt;span lang=&amp;quot;gl&amp;quot;&amp;gt;Galego&amp;lt;/span&amp;gt; (Galician)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-pl|&amp;lt;span lang=&amp;quot;pl&amp;quot;&amp;gt;Polski&amp;lt;/span&amp;gt; (Polish)]]&lt;br /&gt;
** [[Main_Page-ro|&amp;lt;span lang=&amp;quot;ro&amp;quot;&amp;gt;Română&amp;lt;/span&amp;gt; (Romanian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-zh|&amp;lt;span lang=&amp;quot;zh&amp;quot;&amp;gt;汉语&amp;lt;/span&amp;gt; (Chinese)]]&lt;br /&gt;
* Bahasa yang baru saja dimulai:&lt;br /&gt;
** [[Main_Page-ar|&amp;lt;span lang=&amp;quot;ar&amp;quot;&amp;gt;العربية&amp;lt;/span&amp;gt; (Arabic)]]&lt;br /&gt;
** [[Main_Page-th|&amp;lt;span lang=&amp;quot;th&amp;quot;&amp;gt;ภาษาไทย&amp;lt;/span&amp;gt; (Thai)]]&lt;br /&gt;
** [[Main_Page-it|&amp;lt;span lang=&amp;quot;it&amp;quot;&amp;gt;Italiano&amp;lt;/span&amp;gt; (Italian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ko|&amp;lt;span lang=&amp;quot;ko&amp;quot;&amp;gt;한국어&amp;lt;/span&amp;gt; (Korean)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-id|&amp;lt;span lang=&amp;quot;id&amp;quot;&amp;gt;Indonesia&amp;lt;/span&amp;gt; (Bahasa Indonesia)]] {{NewMarker}}&lt;br /&gt;
* Lainnya&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Microformat Wikipedia's article on microformats] telah diterjemahkan ke dalam beberapa bahasa.&lt;br /&gt;
&lt;br /&gt;
Kungungi juga [[other-languages|bahasa lainnya]], dan [[how-to-start-new-translation|bagaimana-memulai-bahasa-baru]].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40509</id>
		<title>Main Page-id</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Main_Page-id&amp;diff=40509"/>
		<updated>2009-08-30T02:18:43Z</updated>

		<summary type="html">&lt;p&gt;Sevenova: /* Rancangan */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Selamat datang di wiki Microformats!&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
Silahkan awali dengan halaman [[introduction|pengantar]] dan baca juga [[how-to-play|cara penggunaan]] sebelum menyunting halaman.&lt;br /&gt;
&lt;br /&gt;
==Pendahuluan==&lt;br /&gt;
Wiki ini adalah sumber pengetahuan komunitas Microformats. Anda akan menemukan spesifikasi versi terbaru yang diterbitkan microformat, spesifikasi rancangan dan pola penerbitan. Wiki juga menjadi tuan rumah pengembangan, seperti halaman gagasan untuk format baru dan menerbitkan halaman pelacakan untuk semua dan yang saat ini sedang dalam pengembangan Microformats.&lt;br /&gt;
&lt;br /&gt;
==Persiapan==&lt;br /&gt;
Untuk mulai menggunakan Microformats:&lt;br /&gt;
&lt;br /&gt;
* Pertama, biasakan menulis halaman dan aplikasi yang penuh semantik, deskriptif, ‘[[posh|&amp;lt;abbr title=&amp;quot;Plain Old Semantic HTML&amp;quot;&amp;gt;POSH&amp;lt;/abbr&amp;gt;]]’ &amp;lt;abbr title=&amp;quot;HyperText Mark-up Language&amp;quot;&amp;gt;HTML&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
* Belajar tentang Microformats dari [http://microformats.org/about/ about page], [http://microformats.org/ blog], [[press]], [[presentations]], [[books]], [[podcasts]], &amp;amp; [[screencasts]] halaman.&lt;br /&gt;
* Take a look at established specifications such as [[hcard|hCard]] and [[hcalendar|hCalendar]], and follow the [[hcard-examples|examples]] to start publishing microformats.&lt;br /&gt;
* Have questions? Read the [[faq|frequently asked questions]] and see the [[glossary]] for terms and definitions. You can also post to the {{MicroformatsMailingList}}.&lt;br /&gt;
* Want to learn more in person? Check out microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
==Definisi==&lt;br /&gt;
Microformats adalah pola sederhana pada HTML yang mewakili hal-hal publikasi umum seperti [[hcard|orang]], [[hcalendar|kegiatan]], [[hatom|blog posts]], [[hreview|tinjauan]] dan [[rel-tag|label]] pada halaman web.&lt;br /&gt;
&lt;br /&gt;
Microformats memungkinkan ketepatan publikasi informasi pada web lebih akurat; lebih cepat dan sederhana untuk diberikan kepada feeds dan APIs pada informasi website Anda.&lt;br /&gt;
&lt;br /&gt;
* Baca penjelasan selanjutnya pada [[what-are-microformats|apakah Microformats itu]], dan [[what-can-you-do-with-microformats|apa saja yang dapat Anda lakukan]].&lt;br /&gt;
&lt;br /&gt;
==Bagaimana caranya berbagi==&lt;br /&gt;
Apakah Anda ingin membantu Microformats ketingkat selanjutnya? Anda dapat:&lt;br /&gt;
&lt;br /&gt;
* [[get-started|Memulai]] dengan menambahkan Microformats ke website, layanan, dan produk Anda.&lt;br /&gt;
* [[advocacy|Anjurkan]] penggunaan Microformats pada situs web lainnya, terutama yang Anda gunakan.&lt;br /&gt;
* Tulislah sebuah [[testimonial|tanda penghargaan]].&lt;br /&gt;
* Lakukan sesuatu pada [[to-do|daftar yang harus dilakukan]].&lt;br /&gt;
* Bergabung di [[irc|IRC Channel]] dan [[mail|milis]] untuk mempelajari dan menjawab pertanyaan (baca [[mailing-lists#General_guidelines|pedoman umum]] sebelum mengirimkan).&lt;br /&gt;
* [[Main_Page#microformats_wiki_translations|Terjemahkan Wiki Microformats ini kedalam bahasa lainnya]] agar Microformats lebih mudah diakses pembaca bahasa di seluruh dunia.&lt;br /&gt;
* Sebelum mengajukan Microformats baru, pastikan website Anda adalah [[POSH]], [[get-started|menggunakan Microformats yang sudah ada]], kemudian bacalah [[process|prosesnya]].&lt;br /&gt;
&lt;br /&gt;
Wiki ini memiliki sejumlah perangkat tambahan untuk membantu pembangunan dan kontribusi untuk Microformats. Sebelum Anda mulai mengedit, lihat [[wiki-2|halaman pendahuluan wiki]] sebagai petunjuk.&lt;br /&gt;
&lt;br /&gt;
== Spesifikasi ==&lt;br /&gt;
Daftar saat ini, [[microformats|Microformats]] yang stabil dengan spesifikasi standar terbuka.&lt;br /&gt;
&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]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [[XFN]] - [http://gmpg.org/xfn/creator XFN creator]&lt;br /&gt;
* [[XMDP]]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
''Jika Anda ingin mencoba berlatih menggunakan Microformats silahkan baca halaman '''[[process|proses]]''' untuk pertama kalinya!''&lt;br /&gt;
&lt;br /&gt;
==Konsep==&lt;br /&gt;
Drafts are newer microformats, for which the specifications haven't been completed yet. Drafts are somewhat mature in the development [[process]] (see [[exploratory-discussions]] for additional efforts that are not as far along in the process). The stability of these documents cannot be guaranteed, and implementers should be prepared to keep abreast of future developments and changes. Please watch the wiki pages for updates.&lt;br /&gt;
&lt;br /&gt;
* [[adr|adr]] - for marking up address information&lt;br /&gt;
* [[geo|geo]] - for marking up [http://en.wikipedia.org/wiki/WGS84 WGS84] geographic coordinates (latitude; longitude)&lt;br /&gt;
* [[hatom|hAtom]] - syndicating episodic content (e.g. weblog postings)&lt;br /&gt;
* [[haudio|hAudio]]&lt;br /&gt;
* [[hmedia|hMedia]] - A single media publishing format that relates to Images, Video and Audio. &lt;br /&gt;
* [[hproduct|hProduct]]&lt;br /&gt;
* [[hrecipe|hRecipe]] - for cooking+baking recipes&lt;br /&gt;
* [[hresume|hResume]] - for publishing resumes and CVs&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hReview creator]&lt;br /&gt;
* [[rel-directory]] - to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page&lt;br /&gt;
* [[rel-enclosure]] - for indicating attachments (e.g. files) to download and cache&lt;br /&gt;
* [[rel-home]] - indicate a hyperlink to the homepage of the site&lt;br /&gt;
* [[rel-payment]] - indicate a payment mechanism&lt;br /&gt;
* [[robots-exclusion|robots exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
==Pola Rancangan==&lt;br /&gt;
{{design_patterns-id}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Eksplorasi Diskusi==&lt;br /&gt;
Lihat: rincian [[exploratory-discussions|eksplorasi diskusi]] untuk riset dan analisa pada [[examples|contoh]] dunia-nyata, format yang ada, dan diskusi kemungkinan adanya Microformats yang baru, per [[process|proses]] microformats.&lt;br /&gt;
&lt;br /&gt;
== Contoh ==&lt;br /&gt;
* [[examples-in-the-wild]]&lt;br /&gt;
* [[implementations]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Sumber ==&lt;br /&gt;
Lihat [[resources|sumber]].&lt;br /&gt;
&lt;br /&gt;
==Pusat pengembangan pengguna==&lt;br /&gt;
*[[user-interface]]&lt;br /&gt;
*[[data-portability]]&lt;br /&gt;
*[[social-network-portability]]&lt;br /&gt;
&lt;br /&gt;
==Berbagi area kerja==&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[templates]]&lt;br /&gt;
* [http://microformats.org/wiki/delete pages for deletion] &amp;lt;!-- keep as external link; removes from &amp;quot;what links here&amp;quot; --&amp;gt;&lt;br /&gt;
* [[Special:Specialpages|&amp;quot;Special&amp;quot; wiki pages]]&lt;br /&gt;
* [[year-in-review]]&lt;br /&gt;
&lt;br /&gt;
==Peralatan, uji kasus, riset tambahan==&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
Tempat pertama untuk mencari contoh-contoh, kode, dan uji kasus berada pada tiap halaman individu Microformat. Hanya ada beberapa lintas sektor [[tools|peralatan dan layanan]] yang dibutuhkan untuk memproses lebih dari satu format. Bagian tersebut dimaksudkan untuk penyunting, [[parsers]], [[validators]], uji kasus, dan informasi lainnya yang berhubungan other di beberapa Microformats.&lt;br /&gt;
&lt;br /&gt;
==Terjemahan Wiki Microformats==&lt;br /&gt;
&amp;lt;span id=&amp;quot;microformats_wiki_translations_in_other_languages&amp;quot;&amp;gt;Anda dapat membaca atau menyunting artikel Microformats dalam berbagai bahasa:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Bahasa yang lebih dari 100 artikel:&lt;br /&gt;
** [[Main_Page-fr|&amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;Français&amp;lt;/span&amp;gt; (French)]] &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;{{UpdateMarker-fr}}&amp;lt;/span&amp;gt;&lt;br /&gt;
* Bahasa yang lebih dari 10 artikel:&lt;br /&gt;
** [[Main_Page-pt-br|&amp;lt;span lang=&amp;quot;pt-br&amp;quot;&amp;gt;Português&amp;lt;/span&amp;gt; (Brazilian Portuguese)]]&lt;br /&gt;
** [[Main_Page-ja|&amp;lt;span lang=&amp;quot;ja&amp;quot;&amp;gt;日本語&amp;lt;/span&amp;gt; (Japanese)]]&lt;br /&gt;
** [[Main_Page-ru|&amp;lt;span lang=&amp;quot;ru&amp;quot;&amp;gt;Русский&amp;lt;/span&amp;gt; (Russian)]]&lt;br /&gt;
* Bahasa yang lebih dari 2 artikel:&lt;br /&gt;
** [[Main_Page-cs|&amp;lt;span lang=&amp;quot;cs&amp;quot;&amp;gt;Česky&amp;lt;/span&amp;gt; (Czech)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-de|&amp;lt;span lang=&amp;quot;de&amp;quot;&amp;gt;Deutsch&amp;lt;/span&amp;gt; (German)]]&lt;br /&gt;
** [[Main_Page-es|&amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Español&amp;lt;/span&amp;gt; (Spanish)]]&lt;br /&gt;
** [[Main_Page-gl|&amp;lt;span lang=&amp;quot;gl&amp;quot;&amp;gt;Galego&amp;lt;/span&amp;gt; (Galician)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-pl|&amp;lt;span lang=&amp;quot;pl&amp;quot;&amp;gt;Polski&amp;lt;/span&amp;gt; (Polish)]]&lt;br /&gt;
** [[Main_Page-ro|&amp;lt;span lang=&amp;quot;ro&amp;quot;&amp;gt;Română&amp;lt;/span&amp;gt; (Romanian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-zh|&amp;lt;span lang=&amp;quot;zh&amp;quot;&amp;gt;汉语&amp;lt;/span&amp;gt; (Chinese)]]&lt;br /&gt;
* Bahasa yang baru saja dimulai:&lt;br /&gt;
** [[Main_Page-ar|&amp;lt;span lang=&amp;quot;ar&amp;quot;&amp;gt;العربية&amp;lt;/span&amp;gt; (Arabic)]]&lt;br /&gt;
** [[Main_Page-th|&amp;lt;span lang=&amp;quot;th&amp;quot;&amp;gt;ภาษาไทย&amp;lt;/span&amp;gt; (Thai)]]&lt;br /&gt;
** [[Main_Page-it|&amp;lt;span lang=&amp;quot;it&amp;quot;&amp;gt;Italiano&amp;lt;/span&amp;gt; (Italian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ko|&amp;lt;span lang=&amp;quot;ko&amp;quot;&amp;gt;한국어&amp;lt;/span&amp;gt; (Korean)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-id|&amp;lt;span lang=&amp;quot;id&amp;quot;&amp;gt;Indonesia&amp;lt;/span&amp;gt; (Bahasa Indonesia)]] {{NewMarker}}&lt;br /&gt;
* Lainnya&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Microformat Wikipedia's article on microformats] telah diterjemahkan ke dalam beberapa bahasa.&lt;br /&gt;
&lt;br /&gt;
Kungungi juga [[other-languages|bahasa lainnya]], dan [[how-to-start-new-translation|bagaimana-memulai-bahasa-baru]].&lt;/div&gt;</summary>
		<author><name>Sevenova</name></author>
	</entry>
</feed>