зеркало из https://github.com/microsoft/git.git
gitweb: rss channel date
The RSS 2.0 specifications defines not one but _two_ dates for its channel element! Woohoo! Luckily, it seems that consensus seems to be that if both are present they should be equal, except for some very obscure and discouraged cases. Since lastBuildDate would make more sense for us and pubDate seems to be the most commonly used, we defined both and make them equal. Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
3ac109ae4c
Коммит
0cf31285a0
|
@ -6087,6 +6087,10 @@ XML
|
|||
"<link>$alt_url</link>\n" .
|
||||
"</image>\n";
|
||||
}
|
||||
if (%latest_date) {
|
||||
print "<pubDate>$latest_date{'rfc2822'}</pubDate>\n";
|
||||
print "<lastBuildDate>$latest_date{'rfc2822'}</lastBuildDate>\n";
|
||||
}
|
||||
print "<generator>gitweb v.$version/$git_version</generator>\n";
|
||||
} elsif ($format eq 'atom') {
|
||||
print <<XML;
|
||||
|
|
Загрузка…
Ссылка в новой задаче