X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/e653808b9d049144c2805855b92ebe85daf3fc7c89aa8ae8534c4ffdbdac4d52..74f4df8388b19731ca2f6a5ebf52466486d0df35937facf9f98fad671b092673:/gitweb.perl
diff --git a/gitweb.perl b/gitweb.perl
index 78f54e7..ef5e5dc 100755
--- a/gitweb.perl
+++ b/gitweb.perl
@@ -6075,7 +6075,9 @@ XML
print "
$title\n" .
"$alt_url\n" .
"$descr\n" .
- "en\n";
+ "en\n" .
+ # project owner is responsible for 'editorial' content
+ "$owner\n";
if (defined $logo || defined $favicon) {
# prefer the logo to the favicon, since RSS
# doesn't allow both
@@ -6086,6 +6088,11 @@ XML
"$alt_url\n" .
"\n";
}
+ if (%latest_date) {
+ print "$latest_date{'rfc2822'}\n";
+ print "$latest_date{'rfc2822'}\n";
+ }
+ print "gitweb v.$version/$git_version\n";
} elsif ($format eq 'atom') {
print <
@@ -6112,6 +6119,7 @@ XML
} else {
print "$latest_date{'iso-8601'}\n";
}
+ print "gitweb\n";
}
# contents