JournoFormats
May 18, 2006 |
co.mments
Adrian is so close to microformats, with his tag set for online journalism it's scary. Here's his original tag set from the article:
<time gmt="HH:MM:SS">
<expire when="YYYY-MM-DD">
<currency date="YYYY-MM-DD" units="USD">
<city>
<profanity level="X">
<date real="YYYY-MM-DD">
Here's the microformat:
<div class="time whenYYMMDD gmt">
<div class="expire whenYYMMDD gmt">
<div class="currency usd">
<div class="city">
<div class="profanity Lx">
<div class="realdate whenYYMMDD gmt">
In Django using a uF should mean the files can stay stored as flatpages. A case of having your blob and eating it too.
May 18, 2006 12:45 PM
Comments
Yeah, this stuff could be implemented either via microformats or XML or whatever. The article was more about the ideas than the implementation. :)
Post a comment
Trackback Pings
TrackBack URL for this entry:
http://www.dehora.net/mt/mt-tb.cgi/1870