dry: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(sittrocliro)
m (Reverted edits by ZelerTaoue (Talk) to last version by Tantek)
Line 1: Line 1:
eltdomreld
<h1>DRY</h1>
<h1>DRY</h1>



Revision as of 18:45, 20 December 2008

DRY

DRY, an acronym, stands for "Don't Repeat Yourself".

The concept is a major reason for using such microformats as hAtom. The idea is rather than publishing something twice (repeating yourself) with (x)HTML for browsers and XML for aggregators - you simply publish once using (x)HTML and allow the tools to take care of the rest. This puts content creators first as they only have to maintain and publish one source and the technical barriers to publishing to the web are lower.

See also