From: "Dave Neary" <dneary(a)redhat.com>
To: infra(a)ovirt.org
Sent: Thursday, February 20, 2014 2:54:17 PM
Subject: Re: [Users] "Last Updated" shows current time instead of last update
Hi,
On 02/20/2014 11:15 AM, Nir Soffer wrote:
>> From: "Yedidyah Bar David" <didi(a)redhat.com>
>> Almost all of the pages on the
ovirt.org wiki that have "Last
Updated:",
>> actually have:
>>
>> Last updated: {{CURRENTMONTHNAME}} {{CURRENTDAY}}, {{CURRENTYEAR}}<!--This
>> is
>> markup for current date, do not change-->
>>
>> thus showing the current date and not the last change date. When searching
>> google you see the last time its robot happened to fetch the page.
>>
>> See e.g. [1] for a (possibly non-complete) list.
I wouldn't say "almost all", but a lot of Feature pages do, yes.
> This is indeed useless and wrong and should be removed.
>
> Does this work?
>
> Last updated on {{REVISIONDAY}}/{{REVISIONMONTH}}/{{REVISIONYEAR}} by
> {{REVISIONUSER}}
I undated the Feature templates (
http://www.ovirt.org/Feature_template
and to use this yesterday (I used
Last updated: {{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY2}} by
[[User:{{urlencode:{{REVISIONUSER}} | WIKI}}]]
Nice.
One issues though; "Last updated on <date> by <user>" reads better
than
"Last updated: <date> by <user>".
Nir