]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: rss feed managingEditor
authorGiuseppe Bilotta <redacted>
Mon, 26 Jan 2009 11:50:13 +0000 (12:50 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:38 +0000 (00:50 -0400)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl

index 566935a6d70ffa66c8ab2ed5b37968818bd6bba2f997792124c7bec6a69a3df4..c8d8c7593e5bb45881f54c318421c71c6237314952e0c71e24b09b5d153c0df1 100755 (executable)
@@ -6075,7 +6075,9 @@ XML
                print "<title>$title</title>\n" .
                      "<link>$alt_url</link>\n" .
                      "<description>$descr</description>\n" .
-                     "<language>en</language>\n";
+                     "<language>en</language>\n" .
+                     # project owner is responsible for 'editorial' content
+                     "<managingEditor>$owner</managingEditor>\n";
                if (defined $logo || defined $favicon) {
                        # prefer the logo to the favicon, since RSS
                        # doesn't allow both
This page took 0.308238 seconds and 4 git commands to generate.