From fef9051c74645bdd43488d44215fe912d0c033b6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 20 Oct 2009 01:11:57 -0700 Subject: add news bodies to site NEWS.atom.xml While we're at it, remove trailing whitespace for author names, too. --- Rakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index 13b35e2..2d4386a 100644 --- a/Rakefile +++ b/Rakefile @@ -21,8 +21,8 @@ def tags body ||= "initial" { :time => Time.at(tagger.split(/ /)[-2].to_i).utc.strftime(timefmt), - :tagger_name => %r{^tagger ([^<]+)}.match(tagger)[1], - :tagger_email => %r{<([^>]+)>}.match(tagger)[1], + :tagger_name => %r{^tagger ([^<]+)}.match(tagger)[1].strip, + :tagger_email => %r{<([^>]+)>}.match(tagger)[1].strip, :id => `git rev-parse refs/tags/#{tag}`.chomp!, :tag => tag, :subject => subject, @@ -58,7 +58,7 @@ task :news_atom do url = "#{cgit_url}/tag/?id=#{tag[:tag]}" link! :rel => "alternate", :type => "text/html", :href =>url id! url - content(:type => 'text') { tag[:body] } + content({:type => 'text'}, tag[:body]) end end end -- cgit v1.2.3-24-ge0c7