From kde-commits Tue Sep 20 10:14:48 2011 From: Ingo Malchow Date: Tue, 20 Sep 2011 10:14:48 +0000 To: kde-commits Subject: www/media/includes/classes Message-Id: <20110920101448.283B3AC883 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=131651370819221 SVN commit 1254579 by imalchow: fix ebn server location M +4 -4 class_appdata.inc --- trunk/www/media/includes/classes/class_appdata.inc #1254578:1254579 @@ -282,10 +282,10 @@ } else if($this->data['repository'][0] == 'git') { // Hardcode it for now for the few exceptions if ($this->name() == "Amarok") { - $ebn = "extragear/multimedia/amarok-git"; + $ebn = "extragear/multimedia/amarok"; } if ($this->name() == "Konversation") { - $ebn = "extragear/network/konversation-git/"; + $ebn = "extragear/network/konversation"; } } @@ -294,11 +294,11 @@ function ebnCodeCheckingUrl() { - return 'http://englishbreakfastnetwork.org/krazy/reports/'.$this->ebnUrlBase().'/index.html'; + return 'http://ebn.kde.org/krazy/reports/'.$this->ebnUrlBase().'/index.html'; } function ebnDocCheckingUrl() { - return 'http://englishbreakfastnetwork.org/sanitizer/reports/'.$this->ebnUrlBase().'/index.html'; + return 'http://ebn.org/sanitizer/reports/'.$this->ebnUrlBase().'/index.html'; } }