introduction: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (Reverted edits by FlavioOliveira (Talk) to last version by Tantek)
(add translations section with link to Brazilian Portuguese translation and see also of secondary partial translation which was originally performed on this page))
Line 37: Line 37:
* Sitepoint has a nice introductory tutorial: [http://reference.sitepoint.com/html/microformats Microformats - Plugging the Gaps in HTML]
* Sitepoint has a nice introductory tutorial: [http://reference.sitepoint.com/html/microformats Microformats - Plugging the Gaps in HTML]
* Premasagar has written up [http://premasagar.com/microformats/compound/ some nice microformats examples with source].
* Premasagar has written up [http://premasagar.com/microformats/compound/ some nice microformats examples with source].
== Translations ==
* [[introduction-pt-br]] (see also [[introduction-pt-br-2]])
* ...

Revision as of 08:09, 9 June 2010

<entry-title>Introduction to Microformats</entry-title>

What are Microformats?

Microformats are a way of adding simple markup to human-readable data items such as events, contact details or locations, on web pages, so that the information in them can be extracted by software and indexed, searched for, saved, cross-referenced or combined.

More technically, they are items of semantic markup, using just standard "plain old semantic (X)HTML" (i.e. "POSH") with a set of common class-names and "rel" values. They are open and available, freely, for anyone to use.

Why Microformats

Why did we come up with microformats?

In short, microformats are the convergence of a number of trends:

  1. a logical next step in the evolution of web design and information architecture
  2. a way for people and organisations to publish richer information themselves, without having to rely upon centralized services
  3. an acknowledgement that (outside of specialist areas) "traditional" metadata efforts have either failed or taken so long to garner any adoption, that a new approach was necessary
  4. a way to use (X)HTML for data.

The Appeal to Simplicity

See also

external

Translations