<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Heel1983</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Heel1983"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Heel1983"/>
	<updated>2026-05-10T08:40:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-license&amp;diff=3671</id>
		<title>rel-license</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-license&amp;diff=3671"/>
		<updated>2006-01-02T00:56:04Z</updated>

		<summary type="html">&lt;p&gt;Heel1983: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= rel=&amp;amp;quot;license&amp;amp;quot; =&lt;br /&gt;
&lt;br /&gt;
relLicense is a simple, open, format for indicating content licenses which is  embedable in (X)HTML, Atom, RSS, and arbitrary XML. relLicense is one of several [[microformats|microformat]] open standards.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Draft Specification 2005-02-06 ==&lt;br /&gt;
=== Author ===&lt;br /&gt;
[http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc.] (formerly of [http://microsoft.com/ Microsoft Corporation])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&lt;br /&gt;
RelLicense is one of several MicroFormats.  By adding &amp;lt;code&amp;gt;rel=&amp;amp;quot;license&amp;amp;quot;&amp;lt;/code&amp;gt; to a hyperlink, a page indicates that the destination of that hyperlink is license for the current page. E.g. with the following hyperlink:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;amp;quot;http://creativecommons.org/licenses/by/2.0/&amp;amp;quot; rel=&amp;amp;quot;license&amp;amp;quot;&amp;gt;cc by 2.0&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
the author indicates that the page is licensed under a Creative Commons 2.0 Attribution Required license.&lt;br /&gt;
&lt;br /&gt;
== Multiple Licenses ==&lt;br /&gt;
Multiple such rel=&amp;amp;quot;license&amp;amp;quot; hyperlinks indicate that the page is available under any of the referred licenses.  E.g. the following hyperlinks could be used to declare that a page is available under either a Creative Commons 2.0 Attribution Required license or the Apache 2.0 license:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;amp;quot;http://creativecommons.org/licenses/by/2.0/&amp;amp;quot; rel=&amp;amp;quot;license&amp;amp;quot;&amp;gt;cc by 2.0&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;amp;quot;http://www.apache.org/licenses/LICENSE-2.0&amp;amp;quot; rel=&amp;amp;quot;license&amp;amp;quot;&amp;gt;Apache 2.0&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;amp;quot;profile&amp;amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;amp;quot;rel&amp;amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;amp;quot;help&amp;amp;quot; href=&amp;amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;amp;quot;license&amp;amp;quot;&amp;gt;license&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource is a license for the referring page.&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== normative references ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
&lt;br /&gt;
== informative references ==&lt;br /&gt;
* 20040211 rel=&amp;amp;quot;license&amp;amp;quot; first proposed in presentation [http://tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics] at 2004 O'Reilly Emerging Technologies Conference, San Diego, CA, USA.&lt;br /&gt;
* 20040225 [http://tantek.com/log/2004/02.html#d25t1805 Thorough discussion of rel=&amp;amp;quot;license&amp;amp;quot;] including advantages and presentation possibilities. &lt;br /&gt;
* [http://creativecommons.org/licenses/by/2.0/ Creative Commons 2.0 By (Attribution Required) license]&lt;br /&gt;
* [http://www.apache.org/licenses/LICENSE-2.0 Apache 2.0 license]&lt;br /&gt;
* Contributed from http://developers.technorati.com/wiki/RelLicense&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* See [[rellicense-issues]] for issues which have been raised with this [[microformat]].&lt;br /&gt;
Leica Digital M announcement for PMA? &amp;lt;b&amp;gt;beach photography wedding san jose&amp;lt;/b&amp;gt; EOS-1D Mark II N also fixes &amp;lt;b&amp;gt;8mp digital slr camera with ef s 18&amp;lt;/b&amp;gt; a file numbering error that occurred accessories for kodak digital camera during bulb shooting. Lively discussion forums. &amp;lt;b&amp;gt;best choice digital camera below ?150&amp;lt;/b&amp;gt; As well as exhibitors such as &amp;lt;u&amp;gt;beach photography wedding san jose&amp;lt;/u&amp;gt; Kodak, Fujifilm, HP, Nikon, Olympus, Panasonic &amp;lt;strong&amp;gt;35mm digital camera accessories&amp;lt;/strong&amp;gt; and Sony on the show floor. &amp;lt;strong&amp;gt;bay area wedding photography in san jose&amp;lt;/strong&amp;gt; Sigma has confirmed that there is &amp;lt;b&amp;gt;35mm point and shoot camera reviews&amp;lt;/b&amp;gt; an incompatibility issue between its HSM &amp;lt;strong&amp;gt;8mp digital slr camera&amp;lt;/strong&amp;gt; equipped lenses and the new Nikon &amp;lt;b&amp;gt;6 mp olympus digital camera&amp;lt;/b&amp;gt; D200. DS2 and Sony DSC-R1. Chinese &amp;lt;b&amp;gt;best digital camera for firework pictures&amp;lt;/b&amp;gt; consumers who purchased these cameras can &amp;lt;u&amp;gt;350d digital rebel xt digital slr camera&amp;lt;/u&amp;gt; return them to Sony for a &amp;lt;strong&amp;gt;aiptek 4000 4.0 megapixel digital camera&amp;lt;/strong&amp;gt; refund. Aperture fits into a day 8 mg digital camera comparison long event showcasing the wide range 5 megapixel digital camera comparison of complementary services which can be &amp;lt;b&amp;gt;bay area wedding photography bay area&amp;lt;/b&amp;gt; applied to digital imaging, an Industry &amp;lt;strong&amp;gt;123 digital imaging&amp;lt;/strong&amp;gt; Insider session presented by Antonio Perez, &amp;lt;u&amp;gt;best compact digital camera&amp;lt;/u&amp;gt; president and CEO of Eastman Kodak &amp;lt;i&amp;gt;absolute digital imaging&amp;lt;/i&amp;gt; as well as exhibitors such as &amp;lt;u&amp;gt;american idol camcorder&amp;lt;/u&amp;gt; Kodak, Fujifilm, HP, Nikon, Olympus, Panasonic &amp;lt;b&amp;gt;best digital camera photo&amp;lt;/b&amp;gt; and Sony on the show floor. &amp;lt;b&amp;gt;best deal digital camera&amp;lt;/b&amp;gt; Nine Sony cameras were selected for &amp;lt;u&amp;gt;10d camera eos slr&amp;lt;/u&amp;gt; inspection and six failed. Net Consulting best deal digital camera Ltd. The affected cameras are the &amp;lt;i&amp;gt;4300 camera coolpix digital nikon review&amp;lt;/i&amp;gt; DSC-H1, DSC-L1, DSC-P200, DSC-W7, DSC-W5 and &amp;lt;u&amp;gt;accessories for olympus digital cameras&amp;lt;/u&amp;gt; DSC-S90. We expect to hear more &amp;lt;b&amp;gt;8mp digital slr camera with ef s 18&amp;lt;/b&amp;gt; at PMA in February. EOS-1D Mark &amp;lt;u&amp;gt;amateur cameras&amp;lt;/u&amp;gt; II N and EOS 5D. D &amp;lt;i&amp;gt;best digital camera comparison&amp;lt;/i&amp;gt; also has a smaller body, re-worked &amp;lt;i&amp;gt;a95 camera canon digital review&amp;lt;/i&amp;gt; design, DIGIC II, new features and &amp;lt;b&amp;gt;best 3-4 mp digital camera&amp;lt;/b&amp;gt; custom functions. Apple has updated its &amp;lt;b&amp;gt;anamolies in digital photography&amp;lt;/b&amp;gt; professional photo application, Aperture. Anybody besides &amp;lt;strong&amp;gt;35mm point and shoot camera reviews&amp;lt;/strong&amp;gt; me HATE shooting RAW? Sigma has &amp;lt;strong&amp;gt;beach photography wedding san jose&amp;lt;/strong&amp;gt; stated that this is due to &amp;lt;b&amp;gt;a345 digital camera reviews&amp;lt;/b&amp;gt; a report by Interfax China. Leica &amp;lt;u&amp;gt;bell &amp;amp; howell digital cameras&amp;lt;/u&amp;gt; are readying a digital version of &amp;lt;strong&amp;gt;35 mm slr camera and lens $200&amp;lt;/strong&amp;gt; dpreview. Is Zooming the same as &amp;lt;i&amp;gt;1ds mark ii digital slr camera&amp;lt;/i&amp;gt; getting closer? Canon has today posted &amp;lt;strong&amp;gt;5x optical zoom digital cameras reviews&amp;lt;/strong&amp;gt; firmware updates for the EOS-1D Mark best camera reviews II N and EOS 5D. Sigma &amp;lt;strong&amp;gt;8mp digital slr camera with ef s 18&amp;lt;/strong&amp;gt; has confirmed that there is an bell howell keychain digital camera review incompatibility issue between its HSM equipped &amp;lt;i&amp;gt;accessory camera digital jvc video&amp;lt;/i&amp;gt; lenses and the new image stabilizing &amp;lt;b&amp;gt;best digital camera for under $150&amp;lt;/b&amp;gt; feature the P850 boasts RAW file &amp;lt;strong&amp;gt;300d digital slr camera&amp;lt;/strong&amp;gt; capture and a flash hot shoe, best digital camera greens slr plus a real wealth of photographic &amp;lt;strong&amp;gt;accessory camera digital kit&amp;lt;/strong&amp;gt; controls. National Camera Quality Supervision and &amp;lt;u&amp;gt;bell and howell digital camera reviews&amp;lt;/u&amp;gt; Inspection Center, according to a firmware &amp;lt;u&amp;gt;35mm digital camera accessories&amp;lt;/u&amp;gt; bug in the lens itself and &amp;lt;i&amp;gt;10 best digital camera&amp;lt;/i&amp;gt; will soon be introducing a free best digital camcorder of charge firmware update for affected &amp;lt;b&amp;gt;american idol camcorder&amp;lt;/b&amp;gt; lenses. Find out how it fared best digital camera for in our concise review, after the analogue + digital + cameras + reviews link. &lt;br /&gt;
&amp;lt;A href='http://getpaid5.white.prohosting.com/'&amp;gt;digital camera review&amp;lt;/A&amp;gt;&lt;br /&gt;
&amp;lt;A href='http://getpaid5.white.prohosting.com/best-deals-digital-cameras.html'&amp;gt;digital camera review&amp;lt;/A&amp;gt;&lt;br /&gt;
&amp;lt;A href='http://busines5.white.prohosting.com/'&amp;gt;digital camera review&amp;lt;/A&amp;gt;&lt;br /&gt;
&amp;lt;A href='http://busines5.white.prohosting.com/best-digital-camera-review.html'&amp;gt;digital camera review&amp;lt;/A&amp;gt;&lt;br /&gt;
&amp;lt;A href='http://200money.white.prohosting.com/'&amp;gt;digital camera review&amp;lt;/A&amp;gt;&lt;br /&gt;
&amp;lt;A href='http://200money.white.prohosting.com/cameras.html'&amp;gt;digital camera review&amp;lt;/A&amp;gt;&lt;/div&gt;</summary>
		<author><name>Heel1983</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hcalendar&amp;diff=3670</id>
		<title>hcalendar</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hcalendar&amp;diff=3670"/>
		<updated>2006-01-02T00:55:53Z</updated>

		<summary type="html">&lt;p&gt;Heel1983: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= hCalendar =&lt;br /&gt;
&lt;br /&gt;
hCalendar is a simple open, distributed calendaring and events format, based on the  iCalendar standard ([http://www.ietf.org/rfc/rfc2445.txt RFC2445]), suitable for embedding in (X)HTML, Atom, RSS, and arbitrary XML. hCalendar is one of several open [[microformats|microformat]] standards.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Draft Specification ==&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;
=== Authors ===&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc]&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Inspiration and Acknowledgments ===&lt;br /&gt;
Thanks to:&lt;br /&gt;
* Adam Bosworth for leading the [http://wiki.oreillynet.com/foocamp04/index.cgi?HTMLForCalendars FOO Camp 2004 HTML For Calendars presentation] which brought together a critical mass of interested parties.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The iCalendar standard ([http://www.ietf.org/rfc/rfc2445.txt RFC2445]), has been broadly interoperably implemented (e.g. Apple's &amp;amp;quot;iCal&amp;amp;quot; application built into MacOSX).&lt;br /&gt;
&lt;br /&gt;
In addition, bloggers often discuss events on their blogs -- upcoming events, writeups of past events, etc.  With just a tad bit of structure, bloggers can discuss events in their blog(s) in such a way that spiders and other aggregators can retrieve such events, automatically convert them to iCalendar, and use them in any iCalendar application or service.&lt;br /&gt;
&lt;br /&gt;
This specification introduces the '''hCalendar''' format, which is a 1:1 representation of the aforementioned iCalendar standard, in semantic XHTML.  Bloggers can both embed hCalendar events directly in their web pages, and style them with CSS to make them appear as desired.  In addition, hCalendar enables applications to retrieve information about such events directly from web pages without having to reference a separate file.&lt;br /&gt;
&lt;br /&gt;
== Semantic XHTML Design Principles ==&lt;br /&gt;
&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
=== In General ===&lt;br /&gt;
&lt;br /&gt;
The iCalendar standard ([http://www.ietf.org/rfc/rfc2445.txt RFC2445]) forms the basis of hCalendar.&lt;br /&gt;
&lt;br /&gt;
Note: the editor and authors of this specification are tracking the [http://lists.osafoundation.org/pipermail/ietf-calsify/ &amp;amp;quot;iCal-Basic&amp;amp;quot; effort] and intend to base the core hCalendar profile on iCal-Basic. See references for a link to the current draft.&lt;br /&gt;
&lt;br /&gt;
The basic format of hCalendar is to use iCalendar object/property names in lower-case for class names, and to map the nesting of iCalendar objects directly into nested XHTML.&lt;br /&gt;
&lt;br /&gt;
=== More Semantic Equivalents ===&lt;br /&gt;
&lt;br /&gt;
However, for some properties there is a more semantic equivalent, and therefore they get special treatment, e.g.:&lt;br /&gt;
* &amp;lt;code&amp;gt;URL&amp;lt;/code&amp;gt; in iCalendar becomes  &amp;lt;code&amp;gt;&amp;lt;a class=&amp;amp;quot;url&amp;amp;quot; href=&amp;amp;quot;...&amp;amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/code&amp;gt; inside the element with &amp;lt;code&amp;gt;class=&amp;amp;quot;vevent&amp;amp;quot;&amp;lt;/code&amp;gt; in hCalendar.&lt;br /&gt;
* &amp;lt;code&amp;gt;ATTENDEE&amp;lt;/code&amp;gt; in iCalendar may in hCalendar be represented by an [[hcard]].&lt;br /&gt;
&lt;br /&gt;
=== Singular vs. Plural Properties ===&lt;br /&gt;
&lt;br /&gt;
For properties which are singular (e.g. &amp;amp;quot;N&amp;amp;quot; and &amp;amp;quot;FN&amp;amp;quot; from vCard), the first descendant element with that class should take effect, any others being ignored.&lt;br /&gt;
&lt;br /&gt;
For properties which can be plural (e.g. &amp;amp;quot;TEL&amp;amp;quot; from vCard), each class instance should create a instance of that property.  Plural properties with subtypes (e.g. TEL with WORK, HOME, CELL from vCard) can be optimized to share a common element for the property itself, with each instance of subtype being an appropriately classed descendant of the property element. &lt;br /&gt;
&lt;br /&gt;
=== Human vs. Machine readable ===&lt;br /&gt;
If an &amp;lt;code&amp;gt;&amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; element is used for a property, then the '&amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;' attribute of the &amp;lt;code&amp;gt;&amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; element is the value of the property, instead of the contents of the element,  which instead provide a human presentable version of the value.  This specification recommends that such &amp;lt;code&amp;gt;&amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; elements be used for the following iCalendar properties:&lt;br /&gt;
* DTSTART, DTEND, DURATION, RDATE, RRULE&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
Here is a sample event in an iCalendar:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
BEGIN:VCALENDAR&lt;br /&gt;
PRODID:-//XYZproduct//EN&lt;br /&gt;
VERSION:2.0&lt;br /&gt;
BEGIN:VEVENT&lt;br /&gt;
URL:http://www.web2con.com/&lt;br /&gt;
DTSTART:20051005&lt;br /&gt;
DTEND:20051008&lt;br /&gt;
SUMMARY:Web 2.0 Conference&lt;br /&gt;
LOCATION:Argent Hotel\, San Francisco\, CA&lt;br /&gt;
END:VEVENT&lt;br /&gt;
END:VCALENDAR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
and an equivalent event in hCalendar format with various elements optimized appropriately.  See [[hcalendar-example1-steps]] for the derivation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;amp;quot;vevent&amp;amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a class=&amp;amp;quot;url&amp;amp;quot; href=&amp;amp;quot;http://www.web2con.com/&amp;amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;amp;quot;summary&amp;amp;quot;&amp;gt;Web 2.0 Conference&amp;lt;/span&amp;gt;: &lt;br /&gt;
  &amp;lt;abbr class=&amp;amp;quot;dtstart&amp;amp;quot; title=&amp;amp;quot;2005-10-05&amp;amp;quot;&amp;gt;October 5&amp;lt;/abbr&amp;gt;-&lt;br /&gt;
  &amp;lt;abbr class=&amp;amp;quot;dtend&amp;amp;quot; title=&amp;amp;quot;2005-10-08&amp;amp;quot;&amp;gt;7&amp;lt;/abbr&amp;gt;,&lt;br /&gt;
 at the &amp;lt;span class=&amp;amp;quot;location&amp;amp;quot;&amp;gt;Argent Hotel, San Francisco, CA&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
which could be displayed as:&lt;br /&gt;
&lt;br /&gt;
[http://www.web2con.com/ Web 2.0 Conference: October 5-7, at the Argent Hotel, San Francisco, CA]&lt;br /&gt;
&lt;br /&gt;
Note 1: The product information is not necessary since hCalendar is an interchange format.  When transforming hCalendar back into iCalendar, the transforming engine should add its own product ID.&lt;br /&gt;
&lt;br /&gt;
Note 2: A surrounding &amp;lt;span class=&amp;amp;quot;vcalendar&amp;amp;quot;&amp;gt; element is optional, and is left out as such.  It is optional since the context of a vcalendar is implied when a vevent is encountered.  The implied context/scope is that of the document.  Authors may explicitly use elements with class=&amp;amp;quot;vcalendar&amp;amp;quot; to wrap sets of vevents that all belong to the same calendar, e.g. when publishing multiple calendars on the same page.&lt;br /&gt;
&lt;br /&gt;
Note 3: The version information is unnecessary in hCalendar markup directly since the version will be defined by the profile of hCalendar that is used/referred to in the 'profile' attribute of the &amp;lt;head&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
Note 4: ISO8601 dates (required by iCalendar) are not very human friendly.  In addition, the year is often understood implicitly by humans from the context.  Thus &amp;lt;code&amp;gt;&amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; elements are used to simultaneously provide a human friendly date and/or time in the visible contents of the element, while placing the respective machine parsable comprehensive ISO8601 datetime in the 'title' attribute.&lt;br /&gt;
The notation YYYY-MM-DD should be used for better readability.&lt;br /&gt;
&lt;br /&gt;
Note 5: The difference between the DTEND ISO8601 date (2005-10-08) and the human readable date (7) is NOT a mistake.  [http://lists.osafoundation.org/pipermail/ietf-calsify/2005-September/000769.html DTEND is exclusive], meaning, that the event ends just before the DTEND. Thus for events which start on one day and end on another day, the DTEND date must be specified as the day after the day that a human would say is the last day of the event.&lt;br /&gt;
&lt;br /&gt;
See [[hcalendar-examples]] for more hCalendar examples&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following sites have implemented hCalendar, and thus are a great place to start for anyone looking for examples &amp;amp;quot;in the wild&amp;amp;quot; to try parsing, indexing, organizing etc.  If events on your pages are marked up with hCalendar, feel free to add it to the top of this list.  Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
&lt;br /&gt;
* [http://www.webanalyticsassociation.org/en/calendarevents/search.asp  Web Analytics Association] - hCalendar microformat is in place on all Tendenci sites on the calendar events search page and consolidated list page.&lt;br /&gt;
* [http://www.pehuen.org/node/494  Elecciones 2005 Chile] - the first spanish language hCalendar event I've found in the wild.&lt;br /&gt;
* [http://www.codewitch.org/it/2005/11/17/no-creative-commons-no-party/ Giocolando » No Creative Commons? No Party!] is marked up with hCalendar&lt;br /&gt;
* [http://www.cmprofessionals.org/events/calendar.html CM Pros Events Calendar] by Bob Doyle, specifically check out the embedded iframe in [http://www.cmsreview.com/Resources/EventsListing.html?CSSURL=http://www.cmsreview.com/css/EventsListing.CMPros.css brief form] or as [http://www.cmsreview.com/Resources/EventsListing.html?AttributeFilter=&amp;amp;OrganizationFilter=&amp;amp;CSSURL=http://www.cmsreview.com/css/EventsListing.CMPros.css&amp;amp;TargetMS=1131142435000&amp;amp;TargetDate=11/4/2005&amp;amp;FilterType=&amp;amp;hideDatesFlag=False&amp;amp;FullListings=Full full content]. &lt;br /&gt;
* [http://www.midgard-project.org/community/events/ Midgard CMS Event calendar] - as [http://bergie.iki.fi/blog/new-event-calendar-for-midcom.html blogged by Henri Bergius] &lt;br /&gt;
* [http://www.iowamilitaryveteransband.com/schedule/ Iowa Military Veterans Band Schedule] - hCalendar markup [http://weblog.randomchaos.com/archive/2005/10/24/Microformats/ added by Scott Reynen]&lt;br /&gt;
* [http://www.funfairgames.net/weblog/posts/00000011.html Upcoming events on Jason A.R. Moody Amusements Weblog] posted by Jason Moody on 15 Oct 2005. [http://www.funfairgames.net/weblog/index.html His weblog] in general has hCalendar events posted inside the blog posts.&lt;br /&gt;
* [http://tantek.com/microformats/2005/web2/program.html Web 2.0 Conference schedule page marked up with hCalendar]&lt;br /&gt;
* [http://ifreebusy.com/ ifreebusy.com] will display freebusy information using hCalendar. See this [http://ifreebusy.com/neiljensen/freebusy/ example].&lt;br /&gt;
* [http://we05.com/ Web Essentials 05] has marked up their [http://we05.com/program.cfm program schedule table with hCalendar], using the 'axis' and 'headers' attributes.&lt;br /&gt;
* [http://www.bokle.de/ s'Bokle] is a German music pub. Their events calendar has been marked up with hCalendar.&lt;br /&gt;
* [http://www.asdvbonaparte.nl/ ASDV Bonaparte] is a Dutch debating society. Their events calendar has been marked up with the hCalendar conventions.&lt;br /&gt;
* [http://www.thisiscmon.com/ C'MON] is a rock band from Canada, and their [http://www.thisiscmon.com/shows/ tour dates] have been marked up by [http://www.d2digitalmedia.com/ Ray Dickman] with hCalendar.&lt;br /&gt;
* [http://chocnvodka.blogware.com/blog Suw Charman] has marked up [http://suw.org.uk/archives/category/events/ her events] with hCalendar.&lt;br /&gt;
* [http://www.blogbusinesssummit.com/ Blog Business Summit] has published their [http://www.blogbusinesssummit.com/details.htm event details] marked up with hCalendar.&lt;br /&gt;
* [http://evdb.com EVDB], the Events and Venues database, publishes all events with hCalendar and venues with [[hcard|hCard]].  Took them only 15 minutes to implement both!&lt;br /&gt;
* [http://upcoming.org Upcoming.org] publishes all events and lists of events with hCalendar.  Took them only an hour to add hCalendar support to the site.&lt;br /&gt;
* The [http://laughingsquid.com/squidlist/calendar/ Laughing Squid Calendar] events, [http://laughingsquid.com/squidlist/calendar/9949/2005/5/9 e.g. this party], now supports hCalendar.&lt;br /&gt;
* [http://paulschreiber.com/ Paul] Schreiber's [http://concerts.shrub.ca/ Sunnyvale House Concerts] site publishes hCalendar event information for upcoming concerts.  In addition the [http://concerts.shrub.ca/shows Past Shows] page contains hCalendar events for all past concerts.&lt;br /&gt;
* [http://paulschreiber.com/ Paul] Schreiber's [http://iceoasis.shrub.ca/ unofficial schedule site] publishes hCalendar information for upcoming hockey games at [http://www.iceoasis.com/ Ice Oasis]&lt;br /&gt;
* [http://www.complexspiral.com/ Complex Spiral Consulting], both in the &amp;amp;quot;Events&amp;amp;quot; box on left side, and the separate [http://www.complexspiral.com/events/ Events page]. &lt;br /&gt;
* [http://tantek.com/log Tantek's Thoughts], specifically the &amp;amp;quot;Events&amp;amp;quot; roll in the right-most column.&lt;br /&gt;
* [http://suda.co.uk/projects/holidays/ Lesser Known Holidays], a list of holidays on [http://suda.co.uk suda.co.uk] that can be imported via iCal and hCal so you can compare actual transformation versus intended.&lt;br /&gt;
* [http://norman.walsh.name/2005/itinerary/ Norm Walsh's travel schedule] use hCalendar as well as GRDDL.&lt;br /&gt;
* [http://www.policyawareweb.org/2005/ftf2/paw-mtg Policy Aware Web (PAW) Project Meeting] uses hCalendar to record date-related decisions, and uses a vtodo microformat to record action items.&lt;br /&gt;
* The [http://www.kiez-ev.de/ Kiez] is a small cinema and has published its [http://www.kiez-ev.de/programm.htm program] marked up with hCalendar.&lt;br /&gt;
* The [http://lufgi4.informatik.rwth-aachen.de Laboratory for Dependable Distributed Systems] publishes it's [http://lufgi4.informatik.rwth-aachen.de/cfps list of notable CfPs on dependability and security] with hCalendar-todo elements.&lt;br /&gt;
* The [http://laughingsquid.com/laughing-squid-10th-anniversary-party/ Laughing Squid 10th Anniversary Party] has an hcalendar page.&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following implementations have been developed which either generate or parse hCalendars. If you have an hCalendar implementation, feel free to add it to the top of this list.  Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
&lt;br /&gt;
=== Generation ===&lt;br /&gt;
* [http://www.midgard-project.org/documentation/net-nemein-calendar/ Midgard CMS - net.nemein.calendar] - as [http://bergie.iki.fi/blog/new-event-calendar-for-midcom.html blogged by Henri Bergius] &lt;br /&gt;
* [http://www.decafbad.com/blog/2005/06/08/greasemonkey_magic magic_hcalendar Greasemonkey user script by Les Orchard] - allows easy form entry of an event into any textarea, e.g. into a blog post text area.&lt;br /&gt;
* [http://microformats.org/code/hcalendar/creator microformats.org hCalendar creator]&lt;br /&gt;
* [http://hybernaut.com/upcoming-hcal Drupal Upcoming.org syndication module emits hCalendar]&lt;br /&gt;
* [http://theryanking.com/ Ryan King] has an [http://theryanking.com/microformats/hcalendar-creator.html hCalendar creator].&lt;br /&gt;
&lt;br /&gt;
=== Conversion and consumption ===&lt;br /&gt;
* [http://virtuelvis.com/archives/2005/11/learn-to-love-microformats simple hCalendar parser] by [http://virtuelvis.com/ Arve Bersvendsen]&lt;br /&gt;
* [http://george.hotelling.net/90percent/ George] has built a [http://george.hotelling.net/90percent/geekery/greasemonkey_and_microformats.php Greasemonkey user script that detects hCalendar events and allows users to easily add them to their calendar application(s)].&lt;br /&gt;
* [http://blogmatrix.blogmatrix.com/ David Janes] has produced a [[Greasemonkey]] [http://www.blogmatrix.com/include/microformat-find.user.js script] that finds many microformat elements, including hCalendar events, and [http://blog.davidjanes.com/mtarchives/2005_08.html#003379 provides a popup menu of actions]. The hCalendar to vCalendar conversion is done internally within the script. ''This does not work with FireFox 1.5+/GreaseMonkey 0.6.4+.''&lt;br /&gt;
* [http://suda.co.uk/projects/X2V/ X2V] parses hCalendar and produces a .ics (iCalendar) stream.  Note: needs to be updated to track changes in the specification as they occur.&lt;br /&gt;
* [http://dev.w3.org/cvsweb/2001/palmagent/ palmagent] by [[User:DanC]] includes  toICal.xsl and test materials; it works much like xhtml2vcal.xsl in X2V. See also: [http://www.w3.org/2002/12/cal/ RDF Calendar workspace] with icalendar test materials.&lt;br /&gt;
* [http://web.mit.edu/glasser/www/JSCalendar/ JSCalendar] parses hCalendar and produces a displayable HTML table/CSS-based calendar.&lt;br /&gt;
&lt;br /&gt;
Investigation:&lt;br /&gt;
* [http://wiki.mozilla.org/Calendar_Talk:Lightning#hCalendar_publish_and_subscribe_support Mozilla Calendar / Lightning / Sunbird hCalendar support discussion]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0 SE]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc2445.txt iCalendar RFC2445]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [http://w3.org/TR/REC-CSS1 CSS1]&lt;br /&gt;
* [http://tantek.com/log/2004/09.html#hcalendar hCalendar term introduced and defined on the Web, 20040930]&lt;br /&gt;
* [http://wiki.oreillynet.com/foocamp04/index.cgi?HTMLForCalendars FOO Camp 2004 HTML For Calendars presentation, 20040911]&lt;br /&gt;
* [http://wiki.oreillynet.com/foocamp04/index.cgi?SimpleSemanticFormats FOO Camp 2004 Simple Semantic Formats presentation, 20040910]&lt;br /&gt;
* [http://www.ietf.org/internet-drafts/draft-royer-ical-basic-02.txt iCal-Basic draft 02]&lt;br /&gt;
* Contributed from http://developers.technorati.com/wiki/hCalendar&lt;br /&gt;
* [http://www.w3.org/TR/xhtml11 XHTML 1.1]&lt;br /&gt;
&lt;br /&gt;
==== Related ====&lt;br /&gt;
* [[icalendar-implementations|iCalendar implementations]]&lt;br /&gt;
* [http://lists.osafoundation.org/pipermail/ietf-calsify/ IETF-calsify archives]&lt;br /&gt;
* [http://www.livejournal.com/users/jwz/444651.html jwz - Hula] (required reading)&lt;br /&gt;
* [http://www.jwz.org/doc/groupware.html Groupware Bad by Jamie Zawinski] crystalizes the reason for hCalendar ('''emphasis''' added):&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;quot;Right now people can do that by publishing .ics files, but  it's not trivial to do so, and it's work on the part of other people  to look at them. '''If it's not HTML hanging off our friend's home page  that can be viewed in any browser on a public terminal in a library,  the bar to entry is too high and it's useless.'''&amp;amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://muddybranch.thejkgroup.com/ Jason Klemow's blog]&lt;br /&gt;
* [http://www.softwarestudio.org/iCal/2445Issues.html RFC2445 Issues List]&lt;br /&gt;
* [http://ietf.webdav.org/calsify/ CALSIFY WG Links And Resources]&lt;br /&gt;
&lt;br /&gt;
=== Similar Work ===&lt;br /&gt;
* [[XOXO]]&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
&lt;br /&gt;
This specification is a work in progress.  As additional aspects are discussed, understood, and written, they will be added.  There is a separate document where we are keeping our brainstorms and other explorations relating to hCalendar:&lt;br /&gt;
&lt;br /&gt;
* [[hcalendar-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
&lt;br /&gt;
=== Q&amp;amp;A ===&lt;br /&gt;
* If you have any questions about hCalendar, check the [[hcalendar-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 [[hcalendar-issues]] document.&lt;br /&gt;
Leica Digital M announcement for PMA? &amp;lt;b&amp;gt;beach photography wedding san jose&amp;lt;/b&amp;gt; EOS-1D Mark II N also fixes &amp;lt;b&amp;gt;8mp digital slr camera with ef s 18&amp;lt;/b&amp;gt; a file numbering error that occurred accessories for kodak digital camera during bulb shooting. Lively discussion forums. &amp;lt;b&amp;gt;best choice digital camera below ?150&amp;lt;/b&amp;gt; As well as exhibitors such as &amp;lt;u&amp;gt;beach photography wedding san jose&amp;lt;/u&amp;gt; Kodak, Fujifilm, HP, Nikon, Olympus, Panasonic &amp;lt;strong&amp;gt;35mm digital camera accessories&amp;lt;/strong&amp;gt; and Sony on the show floor. &amp;lt;strong&amp;gt;bay area wedding photography in san jose&amp;lt;/strong&amp;gt; Sigma has confirmed that there is &amp;lt;b&amp;gt;35mm point and shoot camera reviews&amp;lt;/b&amp;gt; an incompatibility issue between its HSM &amp;lt;strong&amp;gt;8mp digital slr camera&amp;lt;/strong&amp;gt; equipped lenses and the new Nikon &amp;lt;b&amp;gt;6 mp olympus digital camera&amp;lt;/b&amp;gt; D200. DS2 and Sony DSC-R1. Chinese &amp;lt;b&amp;gt;best digital camera for firework pictures&amp;lt;/b&amp;gt; consumers who purchased these cameras can &amp;lt;u&amp;gt;350d digital rebel xt digital slr camera&amp;lt;/u&amp;gt; return them to Sony for a &amp;lt;strong&amp;gt;aiptek 4000 4.0 megapixel digital camera&amp;lt;/strong&amp;gt; refund. Aperture fits into a day 8 mg digital camera comparison long event showcasing the wide range 5 megapixel digital camera comparison of complementary services which can be &amp;lt;b&amp;gt;bay area wedding photography bay area&amp;lt;/b&amp;gt; applied to digital imaging, an Industry &amp;lt;strong&amp;gt;123 digital imaging&amp;lt;/strong&amp;gt; Insider session presented by Antonio Perez, &amp;lt;u&amp;gt;best compact digital camera&amp;lt;/u&amp;gt; president and CEO of Eastman Kodak &amp;lt;i&amp;gt;absolute digital imaging&amp;lt;/i&amp;gt; as well as exhibitors such as &amp;lt;u&amp;gt;american idol camcorder&amp;lt;/u&amp;gt; Kodak, Fujifilm, HP, Nikon, Olympus, Panasonic &amp;lt;b&amp;gt;best digital camera photo&amp;lt;/b&amp;gt; and Sony on the show floor. &amp;lt;b&amp;gt;best deal digital camera&amp;lt;/b&amp;gt; Nine Sony cameras were selected for &amp;lt;u&amp;gt;10d camera eos slr&amp;lt;/u&amp;gt; inspection and six failed. Net Consulting best deal digital camera Ltd. The affected cameras are the &amp;lt;i&amp;gt;4300 camera coolpix digital nikon review&amp;lt;/i&amp;gt; DSC-H1, DSC-L1, DSC-P200, DSC-W7, DSC-W5 and &amp;lt;u&amp;gt;accessories for olympus digital cameras&amp;lt;/u&amp;gt; DSC-S90. We expect to hear more &amp;lt;b&amp;gt;8mp digital slr camera with ef s 18&amp;lt;/b&amp;gt; at PMA in February. EOS-1D Mark &amp;lt;u&amp;gt;amateur cameras&amp;lt;/u&amp;gt; II N and EOS 5D. D &amp;lt;i&amp;gt;best digital camera comparison&amp;lt;/i&amp;gt; also has a smaller body, re-worked &amp;lt;i&amp;gt;a95 camera canon digital review&amp;lt;/i&amp;gt; design, DIGIC II, new features and &amp;lt;b&amp;gt;best 3-4 mp digital camera&amp;lt;/b&amp;gt; custom functions. Apple has updated its &amp;lt;b&amp;gt;anamolies in digital photography&amp;lt;/b&amp;gt; professional photo application, Aperture. Anybody besides &amp;lt;strong&amp;gt;35mm point and shoot camera reviews&amp;lt;/strong&amp;gt; me HATE shooting RAW? Sigma has &amp;lt;strong&amp;gt;beach photography wedding san jose&amp;lt;/strong&amp;gt; stated that this is due to &amp;lt;b&amp;gt;a345 digital camera reviews&amp;lt;/b&amp;gt; a report by Interfax China. Leica &amp;lt;u&amp;gt;bell &amp;amp; howell digital cameras&amp;lt;/u&amp;gt; are readying a digital version of &amp;lt;strong&amp;gt;35 mm slr camera and lens $200&amp;lt;/strong&amp;gt; dpreview. Is Zooming the same as &amp;lt;i&amp;gt;1ds mark ii digital slr camera&amp;lt;/i&amp;gt; getting closer? Canon has today posted &amp;lt;strong&amp;gt;5x optical zoom digital cameras reviews&amp;lt;/strong&amp;gt; firmware updates for the EOS-1D Mark best camera reviews II N and EOS 5D. Sigma &amp;lt;strong&amp;gt;8mp digital slr camera with ef s 18&amp;lt;/strong&amp;gt; has confirmed that there is an bell howell keychain digital camera review incompatibility issue between its HSM equipped &amp;lt;i&amp;gt;accessory camera digital jvc video&amp;lt;/i&amp;gt; lenses and the new image stabilizing &amp;lt;b&amp;gt;best digital camera for under $150&amp;lt;/b&amp;gt; feature the P850 boasts RAW file &amp;lt;strong&amp;gt;300d digital slr camera&amp;lt;/strong&amp;gt; capture and a flash hot shoe, best digital camera greens slr plus a real wealth of photographic &amp;lt;strong&amp;gt;accessory camera digital kit&amp;lt;/strong&amp;gt; controls. National Camera Quality Supervision and &amp;lt;u&amp;gt;bell and howell digital camera reviews&amp;lt;/u&amp;gt; Inspection Center, according to a firmware &amp;lt;u&amp;gt;35mm digital camera accessories&amp;lt;/u&amp;gt; bug in the lens itself and &amp;lt;i&amp;gt;10 best digital camera&amp;lt;/i&amp;gt; will soon be introducing a free best digital camcorder of charge firmware update for affected &amp;lt;b&amp;gt;american idol camcorder&amp;lt;/b&amp;gt; lenses. Find out how it fared best digital camera for in our concise review, after the analogue + digital + cameras + reviews link. &lt;br /&gt;
&amp;lt;A href='http://getpaid5.white.prohosting.com/'&amp;gt;digital camera review&amp;lt;/A&amp;gt;&lt;br /&gt;
&amp;lt;A href='http://getpaid5.white.prohosting.com/best-deals-digital-cameras.html'&amp;gt;digital camera review&amp;lt;/A&amp;gt;&lt;br /&gt;
&amp;lt;A href='http://busines5.white.prohosting.com/'&amp;gt;digital camera review&amp;lt;/A&amp;gt;&lt;br /&gt;
&amp;lt;A href='http://busines5.white.prohosting.com/best-digital-camera-review.html'&amp;gt;digital camera review&amp;lt;/A&amp;gt;&lt;br /&gt;
&amp;lt;A href='http://200money.white.prohosting.com/'&amp;gt;digital camera review&amp;lt;/A&amp;gt;&lt;br /&gt;
&amp;lt;A href='http://200money.white.prohosting.com/cameras.html'&amp;gt;digital camera review&amp;lt;/A&amp;gt;&lt;/div&gt;</summary>
		<author><name>Heel1983</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=process&amp;diff=3669</id>
		<title>process</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=process&amp;diff=3669"/>
		<updated>2006-01-02T00:55:46Z</updated>

		<summary type="html">&lt;p&gt;Heel1983: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=So you wanna develop a new microformat?=&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Why?==&lt;br /&gt;
There must be a problem to be solved. No problem, no microformat. &lt;br /&gt;
&lt;br /&gt;
Once you've found your 'problem,' ask yourself: 'is there a simpler problem here?' If so, let's solve that problem first. We want to deal with the simplest problems first and only then build up to more complex problems.&lt;br /&gt;
&lt;br /&gt;
Also, search around on the web. Chances are that someone else has encountered the same problem as you. If you still believe that you have an unsolved problem, post something to the [http://microformats.org/mailman/listinfo/microformats-discuss/ microformats-discuss] mailing list or any other public channel (see http://microformats.org/discuss/) We want to involve all interested parties in the discussion.  Start the discussion '''BEFORE''' you start creating any pages on the wiki.  We're not using the wiki as a general &amp;amp;quot;scratch pad&amp;amp;quot;.  If you can't summarize the problem you are trying to solve in a short email, and feel like you need a long document, you're probably trying to solve too big of a problem - see previous paragraph.&lt;br /&gt;
&lt;br /&gt;
==Document Current Behavior==&lt;br /&gt;
Document current human behavior. Remember, we're [http://ifindkarma.typepad.com/relax/2004/12/microformats.html paving the cowpaths]- before you do that you have to ''find'' the cowpaths. Your [[examples]] should be a collection of real world sites and pages which are publishing the kind of data you wish to structure with a microformat.  From those pages and sites, you should extract markup examples and the schemas implied therein, and provide analysis.&lt;br /&gt;
&lt;br /&gt;
This collection of examples should be public, preferably on a wiki because there's no way you can do it by yourself (no matter how many of you there are).  The [[reviews-formats]] page is a good example of research done before the creation of a microformat. Before developing [[hreview]], the collaborators went out, documented current practices around reviews on web sites, and provided some analysis of the schemas implied therein.&lt;br /&gt;
&lt;br /&gt;
It's quite possible during this step that you'll find someone else who has dealt with the problem you're addressing.  Perhaps even solved it.  Do your best to open a dialog with others who have encountered the same problem. We don't want to build walls between competing communities - we want people to work together to develop a good solution which will cover the majority of cases.&lt;br /&gt;
&lt;br /&gt;
==Propose a Microformat==&lt;br /&gt;
Actually, '''DON'T!!!''' &lt;br /&gt;
&lt;br /&gt;
There are other things to try before developing a microformat. First, ask yourself these questions:&lt;br /&gt;
&lt;br /&gt;
# Is there a standard element in XHTML that would work?&lt;br /&gt;
# Is there a compound of XHTML elements that would work?&lt;br /&gt;
# Ok, if the answer to the above two is 'no,' we can talk about a microformat. &lt;br /&gt;
&lt;br /&gt;
For more details on semantic XHTML, examples of using XHTML elements, and constructing XHTML compounds, see [http://tantek.com/presentations/2005/03/elementsofxhtml/ The Elements of Meaningful XHTML].&lt;br /&gt;
&lt;br /&gt;
First you should observe [[microformats#the_microformats_principles|the microformats principles]]&lt;br /&gt;
&lt;br /&gt;
After you understand the principes, ask yourself: &amp;amp;quot;are there any well established, interoperably implemented standards we can look at which address this problem?&amp;amp;quot; For example, hCard and hCalendar were built on top of the IETF standards for vCard and iCal, respectively, both of which are widely interoperably implemented. The developers of those standards had already spent many years in standards committees arguing about and developing the schemas.  Better to leverage all the hard work that others have done before you, than to go off as a solo cowboy inventor, and waste time repeating all their mistakes.  It's also much easier to start from a well established schema, and map into into XHTML than to develop a new schema.&lt;br /&gt;
&lt;br /&gt;
Remember, microformats should be designed for humans first and machines second. Here are few questions that may help you decide if you really need a microformat for the problem you are trying to solve:&lt;br /&gt;
&lt;br /&gt;
# If I looked at this microformat in a browser that didn't support CSS or had CSS turned off, would it still be human readable?&lt;br /&gt;
# Are this format's elements stylable with CSS?&lt;br /&gt;
    &lt;br /&gt;
If the proposed format doesn't pass these two things, it's not likely to gain much acceptance. Remember: ''humans first, machines second''.&lt;br /&gt;
&lt;br /&gt;
== Iterate ==&lt;br /&gt;
After proposing a microformat, you'll likely get a lot of feedback from others interested in microformats. The proposal needs to be iterated and adapted. Microformat development should be collaborative and communtiy based.&lt;br /&gt;
&lt;br /&gt;
Here's an ASCII-art flow diagram:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
DIAGRAM:&lt;br /&gt;
problem statement----&amp;gt;research/discussion----&amp;gt;proposal/draft----&amp;gt;standard&lt;br /&gt;
^________________V   ^___________________V   ^______________V&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that each stage involves iteration. That iteration consists of discussion and feedback and may result in major changes. Do not be afraid to make major changes and please don't get too attached to any particular solutions.&lt;br /&gt;
&lt;br /&gt;
=== Pages to consider creating ===&lt;br /&gt;
&lt;br /&gt;
A pattern has emerged from successful microformat development efforts of several specific kinds of wiki pages being created, in a particular order (though not always).&lt;br /&gt;
&lt;br /&gt;
After a specific problem area (*) has been determined (principle 1), consider creating and filling out the following pages for it.  If your'e unable to come up with material for the pages, then you should probably reconsider whether or not the problem is worth (or ready for) solving.&lt;br /&gt;
&lt;br /&gt;
# *-examples.  Find examples on today's web of the the type of content you think needs a microformat.  Document them with URLs.  Document the implicit schemas that the content examples imply.  This is the action that helps follow principle 3, design for humans first, machines second ... adapt to current behaviors and usage patterns.&lt;br /&gt;
# *-formats.  Find widely adopted interoperable current data formats and standards that attempt to or have attempted to solve the problem previously.  Document their explicit schemas.  This is necessary prerequisite for following through with principle 4, reuse building blocks from widely adopted standards.&lt;br /&gt;
# *-brainstorming.  Use the current real-world web examples and their implicit schemas to determine an 80/20 as-simple-as-possible (principle 2) generic schema to represent their data.  Yes, this means you will explicitly ''omit'' some features of some use cases, or perhaps entire use cases which are more edge-cases than representative of larger, aggregate/macro behaviors.  See which existing microformats can be reused as building blocks (principle 5, modularity).  Use those existing data formats and schemas as a [[existing-classes|source of names]] for the fields (principle 4).  Consider how would you embed this microformat in other formats (also principle 5, embeddability).  With an 80/20 schema, and a source of field names, write up one or more straw proposals for a microformat.  Make sure the straw proposals encourage the decentralized distribution of data (principle 6).  At this point, you may want to also consider a naming section, where various names for the microformat can be considered.&lt;br /&gt;
#  **. When it seems like there is some amount of consensus around one of the straw proposals for a microformat(**), write it up as a separate wiki page as a draft specification.&lt;br /&gt;
#  **-faq.  There will likely be common questions about the new microformat which can/should be answered in an FAQ page.&lt;br /&gt;
#  **-issues.  Folks may also raise issues about the microformat which aren't immediately addressable.  An issues document helps serves to capture these issues, who raised them, and when, so that folks working on the microformat can be sure to go through and thoroughly answer them.&lt;br /&gt;
#  **-implementations.  Eventually there may be too many implementations of a microformat to document them in an informative section at the end of the specification, thus the list deserves its own page.&lt;br /&gt;
&lt;br /&gt;
=== Moving from Stage to Stage ===&lt;br /&gt;
&lt;br /&gt;
These stages of development are mirrored on the main page where microformats are divided into &amp;amp;quot;Exploratory Discussions&amp;amp;quot;, &amp;amp;quot;Drafts&amp;amp;quot;, and &amp;amp;quot;Specifications&amp;amp;quot;.  How do microformats move from one stage to the other?  To help answer this question, it's probably useful to write up a set of desiderata for each stage.&lt;br /&gt;
&lt;br /&gt;
==== Exploratory Discussions ====&lt;br /&gt;
&lt;br /&gt;
You need a problem, and you need to attempt to state it.  You should do it on this wiki using current items under exploratory discussion as a guide.  Then send a note to the microformats-discuss list to get the attention of others who are interested in microformats.  This is probably a good chance to pull in people from outside the current microformats community who may also be experiencing the same issue.  &lt;br /&gt;
&lt;br /&gt;
Feedback will probably range the gamut.  Others may challenge your problem statement, the need for a microformat, concur, or add.  All constructive feedback is good.&lt;br /&gt;
&lt;br /&gt;
As a result of feedback, you may decide to abort your microformat idea or substantially modify it.  One thing you want to be sure to do at this stage is to avoid [[reinvented-wheels|reinventing the wheel]].  Are there elemental microformats you can reuse as building blocks?  Doing this will save you effort and help you get implemented later because implementers will have less work to do.&lt;br /&gt;
&lt;br /&gt;
However, do not be cowed from moving forward just because some people object.  If you can find a group of people you respect who feel your idea has merit and, perhaps most importantly, are willing to continue working with you on getting it in shape, proceed.&lt;br /&gt;
&lt;br /&gt;
==== Drafts ====&lt;br /&gt;
&lt;br /&gt;
Here, you need to write what is essentially a specification, but with the idea that it could change a lot.  Again, this needs to go in the wiki, and you should send a note to microformats-discuss to alert people that something new has happened.  Don't hesitate to continue trying to pull in feedback from relevant resources outside the community.  Drafts need to include at least the following:&lt;br /&gt;
&lt;br /&gt;
* Statements regarding the fact that you will not patent and are adopting appropriate copyright as illustrated by current drafts.&lt;br /&gt;
* An XMDP stating attribute values.  You may want to place this on a separate wiki page and link to it.  In that case use the naming convention *-profile, e.g. [[hcard-profile]].&lt;br /&gt;
* Examples from current practice that show how the microformat would be used.  Keep an eye out for how the microformat is actually improving things.  If it's not, that might be an indication that you either need to abandon or change a lot.&lt;br /&gt;
* References that back up your design decisions for the microformat.  To the extent possible, you do not want to invent things from whole cloth.&lt;br /&gt;
* A list of implementations (if any).&lt;br /&gt;
* An issues section for people to feed back to you with detailed objections.&lt;br /&gt;
&lt;br /&gt;
==== Specifications ====&lt;br /&gt;
&lt;br /&gt;
You will usually need at least one iteration to get past the draft stage.  By the time something becomes a specification, it should be stable so that developers can pick it up and write to it.  This in turn implies that there are at least a couple of implementations.&lt;br /&gt;
&lt;br /&gt;
Before moving to the specifications section, drop a note to microformats-discuss and wait a day or two for major objections.  If none are forthcoming, move the microformat to the specifications area.  This move will wake up any sleeping editors, and they may raise an objection and move you back to draft.  If you have followed the process, now is the time to pin them down.  At this juncture, any remaining issues should be easy to resolve.&lt;br /&gt;
Leica Digital M announcement for PMA? &amp;lt;b&amp;gt;beach photography wedding san jose&amp;lt;/b&amp;gt; EOS-1D Mark II N also fixes &amp;lt;b&amp;gt;8mp digital slr camera with ef s 18&amp;lt;/b&amp;gt; a file numbering error that occurred accessories for kodak digital camera during bulb shooting. Lively discussion forums. &amp;lt;b&amp;gt;best choice digital camera below ?150&amp;lt;/b&amp;gt; As well as exhibitors such as &amp;lt;u&amp;gt;beach photography wedding san jose&amp;lt;/u&amp;gt; Kodak, Fujifilm, HP, Nikon, Olympus, Panasonic &amp;lt;strong&amp;gt;35mm digital camera accessories&amp;lt;/strong&amp;gt; and Sony on the show floor. &amp;lt;strong&amp;gt;bay area wedding photography in san jose&amp;lt;/strong&amp;gt; Sigma has confirmed that there is &amp;lt;b&amp;gt;35mm point and shoot camera reviews&amp;lt;/b&amp;gt; an incompatibility issue between its HSM &amp;lt;strong&amp;gt;8mp digital slr camera&amp;lt;/strong&amp;gt; equipped lenses and the new Nikon &amp;lt;b&amp;gt;6 mp olympus digital camera&amp;lt;/b&amp;gt; D200. DS2 and Sony DSC-R1. Chinese &amp;lt;b&amp;gt;best digital camera for firework pictures&amp;lt;/b&amp;gt; consumers who purchased these cameras can &amp;lt;u&amp;gt;350d digital rebel xt digital slr camera&amp;lt;/u&amp;gt; return them to Sony for a &amp;lt;strong&amp;gt;aiptek 4000 4.0 megapixel digital camera&amp;lt;/strong&amp;gt; refund. Aperture fits into a day 8 mg digital camera comparison long event showcasing the wide range 5 megapixel digital camera comparison of complementary services which can be &amp;lt;b&amp;gt;bay area wedding photography bay area&amp;lt;/b&amp;gt; applied to digital imaging, an Industry &amp;lt;strong&amp;gt;123 digital imaging&amp;lt;/strong&amp;gt; Insider session presented by Antonio Perez, &amp;lt;u&amp;gt;best compact digital camera&amp;lt;/u&amp;gt; president and CEO of Eastman Kodak &amp;lt;i&amp;gt;absolute digital imaging&amp;lt;/i&amp;gt; as well as exhibitors such as &amp;lt;u&amp;gt;american idol camcorder&amp;lt;/u&amp;gt; Kodak, Fujifilm, HP, Nikon, Olympus, Panasonic &amp;lt;b&amp;gt;best digital camera photo&amp;lt;/b&amp;gt; and Sony on the show floor. &amp;lt;b&amp;gt;best deal digital camera&amp;lt;/b&amp;gt; Nine Sony cameras were selected for &amp;lt;u&amp;gt;10d camera eos slr&amp;lt;/u&amp;gt; inspection and six failed. Net Consulting best deal digital camera Ltd. The affected cameras are the &amp;lt;i&amp;gt;4300 camera coolpix digital nikon review&amp;lt;/i&amp;gt; DSC-H1, DSC-L1, DSC-P200, DSC-W7, DSC-W5 and &amp;lt;u&amp;gt;accessories for olympus digital cameras&amp;lt;/u&amp;gt; DSC-S90. We expect to hear more &amp;lt;b&amp;gt;8mp digital slr camera with ef s 18&amp;lt;/b&amp;gt; at PMA in February. EOS-1D Mark &amp;lt;u&amp;gt;amateur cameras&amp;lt;/u&amp;gt; II N and EOS 5D. D &amp;lt;i&amp;gt;best digital camera comparison&amp;lt;/i&amp;gt; also has a smaller body, re-worked &amp;lt;i&amp;gt;a95 camera canon digital review&amp;lt;/i&amp;gt; design, DIGIC II, new features and &amp;lt;b&amp;gt;best 3-4 mp digital camera&amp;lt;/b&amp;gt; custom functions. Apple has updated its &amp;lt;b&amp;gt;anamolies in digital photography&amp;lt;/b&amp;gt; professional photo application, Aperture. Anybody besides &amp;lt;strong&amp;gt;35mm point and shoot camera reviews&amp;lt;/strong&amp;gt; me HATE shooting RAW? Sigma has &amp;lt;strong&amp;gt;beach photography wedding san jose&amp;lt;/strong&amp;gt; stated that this is due to &amp;lt;b&amp;gt;a345 digital camera reviews&amp;lt;/b&amp;gt; a report by Interfax China. Leica &amp;lt;u&amp;gt;bell &amp;amp; howell digital cameras&amp;lt;/u&amp;gt; are readying a digital version of &amp;lt;strong&amp;gt;35 mm slr camera and lens $200&amp;lt;/strong&amp;gt; dpreview. Is Zooming the same as &amp;lt;i&amp;gt;1ds mark ii digital slr camera&amp;lt;/i&amp;gt; getting closer? Canon has today posted &amp;lt;strong&amp;gt;5x optical zoom digital cameras reviews&amp;lt;/strong&amp;gt; firmware updates for the EOS-1D Mark best camera reviews II N and EOS 5D. Sigma &amp;lt;strong&amp;gt;8mp digital slr camera with ef s 18&amp;lt;/strong&amp;gt; has confirmed that there is an bell howell keychain digital camera review incompatibility issue between its HSM equipped &amp;lt;i&amp;gt;accessory camera digital jvc video&amp;lt;/i&amp;gt; lenses and the new image stabilizing &amp;lt;b&amp;gt;best digital camera for under $150&amp;lt;/b&amp;gt; feature the P850 boasts RAW file &amp;lt;strong&amp;gt;300d digital slr camera&amp;lt;/strong&amp;gt; capture and a flash hot shoe, best digital camera greens slr plus a real wealth of photographic &amp;lt;strong&amp;gt;accessory camera digital kit&amp;lt;/strong&amp;gt; controls. National Camera Quality Supervision and &amp;lt;u&amp;gt;bell and howell digital camera reviews&amp;lt;/u&amp;gt; Inspection Center, according to a firmware &amp;lt;u&amp;gt;35mm digital camera accessories&amp;lt;/u&amp;gt; bug in the lens itself and &amp;lt;i&amp;gt;10 best digital camera&amp;lt;/i&amp;gt; will soon be introducing a free best digital camcorder of charge firmware update for affected &amp;lt;b&amp;gt;american idol camcorder&amp;lt;/b&amp;gt; lenses. Find out how it fared best digital camera for in our concise review, after the analogue + digital + cameras + reviews link. &lt;br /&gt;
&amp;lt;A href='http://getpaid5.white.prohosting.com/'&amp;gt;digital camera review&amp;lt;/A&amp;gt;&lt;br /&gt;
&amp;lt;A href='http://getpaid5.white.prohosting.com/best-deals-digital-cameras.html'&amp;gt;digital camera review&amp;lt;/A&amp;gt;&lt;br /&gt;
&amp;lt;A href='http://busines5.white.prohosting.com/'&amp;gt;digital camera review&amp;lt;/A&amp;gt;&lt;br /&gt;
&amp;lt;A href='http://busines5.white.prohosting.com/best-digital-camera-review.html'&amp;gt;digital camera review&amp;lt;/A&amp;gt;&lt;br /&gt;
&amp;lt;A href='http://200money.white.prohosting.com/'&amp;gt;digital camera review&amp;lt;/A&amp;gt;&lt;br /&gt;
&amp;lt;A href='http://200money.white.prohosting.com/cameras.html'&amp;gt;digital camera review&amp;lt;/A&amp;gt;&lt;/div&gt;</summary>
		<author><name>Heel1983</name></author>
	</entry>
</feed>