last-modified-formats: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(link overview, hAtom)
 
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
= "Last-modified" Formats =
= "Last-modified" Formats =
{{TOC-right}}


This is an exploratory page to document formats used for indicating the  
This is an exploratory page to document formats used for indicating the  
* "last-modified" date
* "[[last-modified]]" date
* "published" date
* "published" date


Line 12: Line 14:
* Atom  
* Atom  
** http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.2.15 (“atom:updated” element)
** http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.2.15 (“atom:updated” element)
** notice that this is a user-defined value
* Dublin core
* Dublin core
** http://dublincore.org/documents/dcmi-terms/#modified (“modified” term)
** http://dublincore.org/documents/dcmi-terms/#modified (“modified” term)
Line 18: Line 21:
* HTTP 1.1
* HTTP 1.1
** RFC 2616: Last-Modified Header (p. 134)
** RFC 2616: Last-Modified Header (p. 134)
** notice that this can be a user defined value
* iCalendar
* iCalendar
** RFC 2445: 4.8.7.3 Last Modified (p. 129f)
** RFC 2445: 4.8.7.3 Last Modified (p. 129f)
** notice that this is a machine-defined value
* RSS  
* RSS  
** 2.0  
** 2.0  
Line 28: Line 33:
** RFC 2426: 3.6.4 REV Type Definition (p. 22)
** RFC 2426: 3.6.4 REV Type Definition (p. 22)


 
=== "Published" and "Created" formats ===
 
 
<div id="wikitikitavi" style="overflow:auto; height: 1px; ">
[[http://WTHP1.coolhost.biz] [WTHPD1]]
[http://WTHP2.coolhost.biz  WTHPD2]
[[http://WTHP3.coolhost.biz | WTHPD3]]
[http://WTHP4.coolhost.biz | WTHPD4]
[WTHPD5 | http://WTHP5.coolhost.biz]
[[http://WTHP6.coolhost.biz WTHPD6]]
[[WTHPD7|http://WTHP7.coolhost.biz]]
http://WTHP8.coolhost.biz
</div>
 
=== "Published" formats ===
* Atom  
* Atom  
** http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.2.9 (“atom:published” element)
** http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.2.9 (“atom:published” element)
Line 52: Line 43:
* iCalendar
* iCalendar
** RFC 2445: 4.8.7.2 Date/Time Stamp (p. 129f)
** RFC 2445: 4.8.7.2 Date/Time Stamp (p. 129f)
*** this property actually means "created," not "published"
* RSS  
* RSS  
** 2.0  
** 2.0  
*** http://blogs.law.harvard.edu/tech/rss#ltpubdategtSubelementOfLtitemgt (“pubDate” element; child of &lt;item&gt;)
*** http://blogs.law.harvard.edu/tech/rss#ltpubdategtSubelementOfLtitemgt (“pubDate” element; child of &lt;item&gt;)
*** http://blogs.law.harvard.edu/tech/rss#optionalChannelElements (“pubDate” element; child of &lt;channel&gt;)
*** http://blogs.law.harvard.edu/tech/rss#optionalChannelElements (“pubDate” element; child of &lt;channel&gt;)


== Related ==
== Related ==
* &larr; [[last-modified-examples]]
* &larr; [[last-modified-examples]]
* &rarr; [[last-modified-brainstorming]]
* &rarr; [[last-modified-brainstorming]]
* [[hAtom]]
* [[datetime-design-pattern]]
* [[datetime-design-pattern]]

Latest revision as of 19:11, 4 February 2011

"Last-modified" Formats

This is an exploratory page to document formats used for indicating the

Author

Formats

"Last-modified" formats

"Published" and "Created" formats

Related