introduction-ja: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(sync: english: 13:22, 25 Nov 2006)
(sync: english: 16:51, 25 Nov 2006)
Line 1: Line 1:
<!-- english: 13:22, 25 Nov 2006 -->
<!-- english: 16:51, 25 Nov 2006 -->


=  Microformatsの手引き =
__NOTOC__


関連: [[press-ja|プレス]], [[presentations-ja|プレゼンテーション]], [[suggested-reading-ja|参考図書]], [[testimonials-ja|証言]]
<h1>Microformatsの手引き</h1>


__TOC__
__TOC__


== Microformatsとは? ==
== Microformatsとは? ==
Line 26: Line 27:
== The Appeal to Simplicity ==
== The Appeal to Simplicity ==


* Microformats are a simple effort which has appealed to many frustrated with previous complex efforts.
* 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]].
* 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


== See Also ==
== See Also ==

Revision as of 17:20, 25 November 2006



Microformatsの手引き


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 (X)HTML with a set of common class-names. They are open and available, freely, for anyone to use.

何故Microformatsなのか

何故Microformatsに注目するのか?

簡単に言えば、Microformatsにはいくつかの追い風があるのです。

  1. Webデザインや情報構造の進化の中での論理的な次のステップである
  2. 中央集権的なサービスを信頼せずとも、リッチな情報を公開する人々や組織のための方法である
  3. (専門家領域以外での)"従来の"メタデータの試みは失敗したり広く導入されるまでにとても長い時間がかかることが判明したので新しいアプローチが必要とされていた
  4. データのための(X)HTMLを使うことができる

The Appeal to Simplicity

See Also