From: Yasushi SHOJI Date: Thu, 18 Aug 2005 16:24:28 +0000 (+0200) Subject: Add and to RSS feed X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/8b7d3fb33e7b015d6a2b2d5edb7d76327459b325c0831ee30d2d27e7b7c3546f?ds=inline Add and to RSS feed From http://blogs.law.harvard.edu/tech/rss author - Email address of the author of the item. guid - A string that uniquely identifies the item. Signed-off-by: Yasushi SHOJI --- diff --git a/gitweb.cgi b/gitweb.cgi index 64d90da..cd30639 100755 --- a/gitweb.cgi +++ b/gitweb.cgi @@ -1424,7 +1424,9 @@ sub git_rss { "" . sprintf("%d %s %02d:%02d", $cd{'mday'}, $cd{'month'}, $cd{'hour'}, $cd{'minute'}) . " - " . escapeHTML($co{'title'}) . "\n" . + "" . escapeHTML($co{'author'}) . "\n" . "$cd{'rfc2822'}\n" . + "" . escapeHTML("$my_url?p=$project;a=commit;h=$commit") . "\n" . "" . escapeHTML("$my_url?p=$project;a=commit;h=$commit") . "\n" . "" . escapeHTML($co{'title'}) . "\n" . "" .