last-modified-formats: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(link overview, hAtom)
 
(13 intermediate revisions by 7 users not shown)
Line 1: Line 1:
= "Last-modified" Formats =
= "Last-modified" Formats =


This is an exploratory page to document formats used for indicating the last modifaction date.
{{TOC-right}}


== Authors ==
This is an exploratory page to document formats used for indicating the
* "[[last-modified]]" date
* "published" date
 
== Author ==
* [[User:RobertBachmann|Robert Bachmann]]
* [[User:RobertBachmann|Robert Bachmann]]


== Formats ==
== Formats ==
=== "Last-modified" formats ===
* 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)
* HTML 4.01  
* HTML 4.01  
** http://www.w3.org/TR/html401/struct/global.html#profiles (fictional profile)
** The INS and DEL elements http://www.w3.org/TR/html401/struct/text.html#edef-ins
** Also related: The INS and DEL elements http://www.w3.org/TR/html401/struct/text.html#edef-ins
* 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
** 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 23: Line 32:
* vCard
* vCard
** RFC 2426: 3.6.4 REV Type Definition (p. 22)
** RFC 2426: 3.6.4 REV Type Definition (p. 22)
=== "Published" and "Created" formats ===
* Atom
** http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.2.9 (“atom:published” element)
* Dublin core
** http://dublincore.org/documents/dcmi-terms/#date (“date” term)
** http://dublincore.org/documents/dcmi-terms/#created (“created” term)
* HTML 4.01
** http://www.w3.org/TR/html401/struct/global.html#profiles (fictional profile)
* iCalendar
** RFC 2445: 4.8.7.2 Date/Time Stamp (p. 129f)
*** this property actually means "created," not "published"
* RSS
** 2.0
*** http://blogs.law.harvard.edu/tech/rss#ltpubdategtSubelementOfLtitemgt (“pubDate” element; child of <item>)
*** http://blogs.law.harvard.edu/tech/rss#optionalChannelElements (“pubDate” element; child of <channel>)
== Related ==
* ← [[last-modified-examples]]
* → [[last-modified-brainstorming]]
* [[hAtom]]
* [[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