From 2bfa84aef58449e79febb48c1777f49d172eacc8 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Fri, 28 Nov 2008 22:30:50 +0000 Subject: [PATCH] Changes to public SVN log's HTML output format, from last weekend This was SVN commit r6525. --- .../SVNLog/lib/SVNLog/Controller/LogUpdate.pm | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/source/tools/autolog/SVNLog/lib/SVNLog/Controller/LogUpdate.pm b/source/tools/autolog/SVNLog/lib/SVNLog/Controller/LogUpdate.pm index 4c8cdd42ce..f17990d999 100644 --- a/source/tools/autolog/SVNLog/lib/SVNLog/Controller/LogUpdate.pm +++ b/source/tools/autolog/SVNLog/lib/SVNLog/Controller/LogUpdate.pm @@ -126,7 +126,23 @@ sub generate_text my ($self, $c) = @_; my $feed_url = $c->config->{output}{feed_url}; - my $out = qq{Atom feed\n}; + my $out = < +0 A.D. Revision Log + +Atom feed +EOF my @logentries = get_log_entries(28, 10);