last-modified-examples: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(Created stub article)
 
(Changed document structurs; Added real-worl examples)
Line 1: Line 1:
== Discussion Participants ==
= Last modified examples =
Many web pages, espacially Wiki pages, display the date of the last modification.
This date could be made machine-readable using [[datetime-design-pattern]].
 
The purpose of this wiki page is to collect real-world examples of web pages which display the date of their last modification and how this is done.
 
== Contributors ==
 
* [[User:RobertBachmann|Robert Bachmann]] (initial author)
 
 
If you contribute real-world examples, please add your name here.
 
== Content management and content publishing software ==
=== coWiki ===
Example from http://www.cowiki.org/142.html:
 
“Modified: 20 Feb 05, 19:57” is displayed at the bottom of the page.
 
No Last-modified header is sent.
 
=== DokuWiki ===
Example from http://wiki.splitbrain.org/wiki:dokuwiki:
 
“Last modified: 2005-08-01 20:10” is displayed at the bottom of the page.
(it is written in grey color in the right corner)
 
No Last-modified header is sent.
 
=== MoinMoin ===
Example from http://moinmoin.wikiwikiweb.de/:
 
“last edited 2005-08-04 20:56:50 by ...” is displayed at the bottom of the page.
 
No Last-modified header is sent.
 
=== GetWiki ===
Example from http://www.getwiki.net/wiki.php:
 
“last modified 19:04, 17 Jul 2005” is displayed at the bottom of the
page.
 
“Last-modified: Sun, 17 Jul 2005 19:04:43 GMT” is sent by the server.
 
=== Mediawiki ===
Example from http://www.mediawiki.org/wiki/MediaWiki:
 
“This page was last modified 04:22, 24 August 2005.” is displayed in
the bottom of the page.
 
No Last-modified header is sent.
 
=== Perspective ===
Example from http://www.high-beyond.com/perspective.aspx?action=view&page=documentation:Index:
 
“Last Edited:  6/Jul/05 19:25:22 by Alan Slater” is displayed at the top of the page.
 
No Last-modified header is sent.
 
=== PhpWiki ===
Example from http://phpwiki.sourceforge.net/phpwiki/:
 
“Last edited on Tuesday, July 5, 2005 10:07:12 pm by "wikimaster"” is displayed at the bottom of the page.
 
“Last-Modified: Wed, 06 Jul 2005 05:07:12 GMT” is sent by the server.
=== PmWiki ===
Example from http://www.pmwiki.org/wiki/PmWiki/PmWiki:
 
“Page last modified on August 28, 2005, at 05:24 PM” is displayed at the bottom of the page.
 
No Last-modified header is sent.


=== Editors ===
=== TWiki ===
* [http://rbach.priv.at/ Robert Bachmann]
Example from http://twiki.org/cgi-bin/view/TWiki/WebHome:


=== Authors ===
“12 Aug 2005 - 16:37 - JoaquimFerreira” is displayed at the top of the page.
* [http://rbach.priv.at/ Robert Bachmann]


== Purpose ==
No Last-modified header is sent.


Many web pages, espacially Wiki pages, display the date of the last modification.
=== Wikka ===
This date could be made machine-readable using [[datetime-design-pattern]].
Example from http://wikka.jsnx.com/HomePage:


== Existing practise ==
“2005-08-28 12:25:55” is displayed ath the bottom of the page.
(Text is a link to http://wikka.jsnx.com/HomePage/revisions)


=== Content management and content publishing software ===
No Last-modified header is sent.
==== Wiki software ====
(tbd)
==== Blog software ====
(tbd)
==== Forum software ====
(tbd)


=== Individual web sites and web services===
=== XWiki ===
(tbd)
Example from http://www.xwiki.org/xwiki/bin/view/Main/WebHome:


Suggested template:
“Creator: WebHome  Date: 2004/04/20 23:57” and “Last Author: zhang hua  Date: 2005/08/29 14:04” are displayed at the bottom of the page


<pre>
&#8220;Last-Modified: Mon, 29 Aug 2005 12:04:36 GM&#8221; is sent by the server.
==== [http://url.tld Sitename] ====


* How is the date displayed in <body>:
== Individual web sites ==
    Citing the date from a random page of this site.
=== bbc.co.uk ===
Example from http://news.bbc.co.uk/1/hi/entertainment/film/3640454.stm:


* Is the date of the page creation also displayed in <body>?
&#8220;Last Updated: Thursday, 9 September, 2004, 16:21 GMT 17:21 UK&#8221; is displayed at the top of the page.


* Where:
No Last-modified header is sent.
    Top or bottom of the page
    Element name (and its class and id)
    Parent element name (and its class and id)


* Date in <meta>:
    Is the date represented in <meta>?
    How? e.g: “<meta name="date" ...”,“<meta name="DC.Date" ...”


* Date in HTTP Header:
    Is a Last-Modified Header sent by the server?
    If yes, is it equal to the date displayed in the browser window?
</pre>


== See also ==
== See also ==

Revision as of 13:54, 29 August 2005

Last modified examples

Many web pages, espacially Wiki pages, display the date of the last modification. This date could be made machine-readable using datetime-design-pattern.

The purpose of this wiki page is to collect real-world examples of web pages which display the date of their last modification and how this is done.

Contributors


If you contribute real-world examples, please add your name here.

Content management and content publishing software

coWiki

Example from http://www.cowiki.org/142.html:

“Modified: 20 Feb 05, 19:57” is displayed at the bottom of the page.

No Last-modified header is sent.

DokuWiki

Example from http://wiki.splitbrain.org/wiki:dokuwiki:

“Last modified: 2005-08-01 20:10” is displayed at the bottom of the page. (it is written in grey color in the right corner)

No Last-modified header is sent.

MoinMoin

Example from http://moinmoin.wikiwikiweb.de/:

“last edited 2005-08-04 20:56:50 by ...” is displayed at the bottom of the page.

No Last-modified header is sent.

GetWiki

Example from http://www.getwiki.net/wiki.php:

“last modified 19:04, 17 Jul 2005” is displayed at the bottom of the page.

“Last-modified: Sun, 17 Jul 2005 19:04:43 GMT” is sent by the server.

Mediawiki

Example from http://www.mediawiki.org/wiki/MediaWiki:

“This page was last modified 04:22, 24 August 2005.” is displayed in the bottom of the page.

No Last-modified header is sent.

Perspective

Example from http://www.high-beyond.com/perspective.aspx?action=view&page=documentation:Index:

“Last Edited: 6/Jul/05 19:25:22 by Alan Slater” is displayed at the top of the page.

No Last-modified header is sent.

PhpWiki

Example from http://phpwiki.sourceforge.net/phpwiki/:

“Last edited on Tuesday, July 5, 2005 10:07:12 pm by "wikimaster"” is displayed at the bottom of the page.

“Last-Modified: Wed, 06 Jul 2005 05:07:12 GMT” is sent by the server.

PmWiki

Example from http://www.pmwiki.org/wiki/PmWiki/PmWiki:

“Page last modified on August 28, 2005, at 05:24 PM” is displayed at the bottom of the page.

No Last-modified header is sent.

TWiki

Example from http://twiki.org/cgi-bin/view/TWiki/WebHome:

“12 Aug 2005 - 16:37 - JoaquimFerreira” is displayed at the top of the page.

No Last-modified header is sent.

Wikka

Example from http://wikka.jsnx.com/HomePage:

“2005-08-28 12:25:55” is displayed ath the bottom of the page. (Text is a link to http://wikka.jsnx.com/HomePage/revisions)

No Last-modified header is sent.

XWiki

Example from http://www.xwiki.org/xwiki/bin/view/Main/WebHome:

“Creator: WebHome Date: 2004/04/20 23:57” and “Last Author: zhang hua Date: 2005/08/29 14:04” are displayed at the bottom of the page

“Last-Modified: Mon, 29 Aug 2005 12:04:36 GM” is sent by the server.

Individual web sites

bbc.co.uk

Example from http://news.bbc.co.uk/1/hi/entertainment/film/3640454.stm:

“Last Updated: Thursday, 9 September, 2004, 16:21 GMT 17:21 UK” is displayed at the top of the page.

No Last-modified header is sent.


See also