From 143df27e5aee90e00f114ae81f3d34d6301e4621 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Wed, 16 May 2012 14:48:01 -0700 Subject: [PATCH] redirect old atom.xml :( [ci skip] --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/routes.rb b/config/routes.rb index 454584954..eec32410f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -11,6 +11,8 @@ Diaspora::Application.routes.draw do get "/landing" => 'hotlinks#log_referrer' get "/landing/*path" => 'hotlinks#log_referrer' + get "/atom.xml" => redirect('http://blog.diasporafoundation.org/feed/atom') #too many stupid redirects :() + get 'oembed' => 'posts#oembed', :as => 'oembed' # Posting and Reading resources :reshares