From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5B7311389E2 for ; Tue, 2 Dec 2014 13:19:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA1F2E0955; Tue, 2 Dec 2014 13:19:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80B93E0957 for ; Tue, 2 Dec 2014 13:19:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4920A3405D7 for ; Tue, 2 Dec 2014 13:19:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBEDCB5B1 for ; Tue, 2 Dec 2014 13:19:47 +0000 (UTC) From: "Pavlos Ratis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pavlos Ratis" Message-ID: <1417526223.090441a95af41eb82c7bdeb9b0a03ed80d177824.dastergon@gentoo> Subject: [gentoo-commits] proj/gentoo-ads-config:master commit in: / X-VCS-Repository: proj/gentoo-ads-config X-VCS-Files: gentoo_sponsors.py X-VCS-Directories: / X-VCS-Committer: dastergon X-VCS-Committer-Name: Pavlos Ratis X-VCS-Revision: 090441a95af41eb82c7bdeb9b0a03ed80d177824 X-VCS-Branch: master Date: Tue, 2 Dec 2014 13:19:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2d2be0c3-42d1-4ca7-aeba-cb3eb7eb5f85 X-Archives-Hash: fc0f5d99e1d008d63a5635d272f5a840 commit: 090441a95af41eb82c7bdeb9b0a03ed80d177824 Author: Pavlos Ratis gentoo org> AuthorDate: Tue Dec 2 13:17:03 2014 +0000 Commit: Pavlos Ratis gentoo org> CommitDate: Tue Dec 2 13:17:03 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=090441a9 fix path for numberly logo image --- gentoo_sponsors.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index 2fa663f..c09073c 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -7,7 +7,7 @@ ads = [ { 'name': 'Numberly', 'type': 'img', - 'img': 'numberly_ad.jpg', + 'img': 'sponsors/numberly_ad.jpg', 'title': 'Numberly', 'tier': 1, 'weight': 25, @@ -102,7 +102,7 @@ ads = [ 'tier': 1, 'weight': 5, 'url': 'http://www.hotelkatalog24.de', - 'html': { + 'html': { "en": 'Gentoo Supported by hotelkatalog24.de, where you can find hotels and book them online.', "de": 'Gentoo Unterstützt von hotelkatalog24.de, wo du Hotels ganz einfach online buchen kannst.', },