From: Giuseppe Bilotta Date: Mon, 26 Jan 2009 11:50:13 +0000 (+0100) Subject: gitweb: rss feed managingEditor X-Git-Tag: v1.6.2-rc0~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ac109ae4c513b12959f3661b9d8f86b99f150d0;p=thirdparty%2Fgit.git gitweb: rss feed managingEditor The RSS 2.0 specification allows an optional managingEditor tag for the channel, containing the "email address for person responsible for editorial content", which is basically the project owner. Signed-off-by: Giuseppe Bilotta Signed-off-by: Junio C Hamano --- diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 3d94f50cff..cc6d0fb79e 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -6074,7 +6074,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