Microformats: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Tom Morris
(New page: '''Microformats''' are a set of common markup patterns, and the community which helps create these patterns, that are designed for representing common structures in HTML. They are ofte...)
 
imported>Pat Palmer
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{subpages}}
'''Microformats''' are a set of common markup patterns, and the community which helps create these patterns, that are designed for representing common structures in [[HTML]]. They are often promoted as a lightweight data standard, a bottom-up approach to the [[Semantic Web]] concept. Three of the initial microformats, [[XHTML Friends Network|XFN]], [[hCard]] and [[hCalendar]] were introduced 2003 and 2004. In 2005, the approach was formalised into a website with a wiki and mailing lists. Microformats attempts to operate on a pragmatic basis, solving common real-world problems, and rejects complex abstract data frameworks. It also follows other design principles including the [[Pareto principle]], the principle of ''don't repeat yourself'', modularity in design and the following of the standard semantic uses of (X)HTML.
'''Microformats''' are a set of common markup patterns, and the community which helps create these patterns, that are designed for representing common structures in [[HTML]]. They are often promoted as a lightweight data standard, a bottom-up approach to the [[Semantic Web]] concept. Three of the initial microformats, [[XHTML Friends Network|XFN]], [[hCard]] and [[hCalendar]] were introduced 2003 and 2004. In 2005, the approach was formalised into a website with a wiki and mailing lists. Microformats attempts to operate on a pragmatic basis, solving common real-world problems, and rejects complex abstract data frameworks. It also follows other design principles including the [[Pareto principle]], the principle of ''don't repeat yourself'', modularity in design and the following of the standard semantic uses of (X)HTML.


Microformats have seen wide adoption in the past few years, including uses on a large number of [[social networking sites]], and on large sites like [[Google Maps]], [{Yahoo!]] and [[Kelkoo]]. A wide number of interesting applications have appeared which reuse microformats in different ways, from automatically transferring telephone numbers and event listings to mobile telephones and PDAs through to reusing personal information in signup forms.
Microformats have seen wide adoption in the past few years, including uses on a large number of [[social networking sites]], and on large sites like [[Google Maps]], [[Yahoo!]] and [[Kelkoo]]. A wide number of interesting applications have appeared which reuse microformats in different ways, from automatically transferring telephone numbers and event listings to mobile telephones and PDAs through to reusing personal information in signup forms. The microformats community is run by [[Tantek Çelik]], who was one of the primary driving forces behind the idea. The community is quite conservative about what it allows to be a microformat, requiring that a potential microformat proposal must demonstrate clear real world publication usage, and an actual problem that can be solved in the formalization of a microformat.


== See also ==
Some [[Design pattern (microformat)|microformat design patterns]], namely the abbreviation date-time pattern, have themselves been formalized in other standards including [[HTML]] 5.
* [[Semantic Web]]
* [[HTML]]
 
[[Category:CZ Live]]
[[Category:Computers Workgroup]

Latest revision as of 10:06, 11 October 2020

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

Microformats are a set of common markup patterns, and the community which helps create these patterns, that are designed for representing common structures in HTML. They are often promoted as a lightweight data standard, a bottom-up approach to the Semantic Web concept. Three of the initial microformats, XFN, hCard and hCalendar were introduced 2003 and 2004. In 2005, the approach was formalised into a website with a wiki and mailing lists. Microformats attempts to operate on a pragmatic basis, solving common real-world problems, and rejects complex abstract data frameworks. It also follows other design principles including the Pareto principle, the principle of don't repeat yourself, modularity in design and the following of the standard semantic uses of (X)HTML.

Microformats have seen wide adoption in the past few years, including uses on a large number of social networking sites, and on large sites like Google Maps, Yahoo! and Kelkoo. A wide number of interesting applications have appeared which reuse microformats in different ways, from automatically transferring telephone numbers and event listings to mobile telephones and PDAs through to reusing personal information in signup forms. The microformats community is run by Tantek Çelik, who was one of the primary driving forces behind the idea. The community is quite conservative about what it allows to be a microformat, requiring that a potential microformat proposal must demonstrate clear real world publication usage, and an actual problem that can be solved in the formalization of a microformat.

Some microformat design patterns, namely the abbreviation date-time pattern, have themselves been formalized in other standards including HTML 5.