From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ScFZQ-0000YX-NX for garchives@archives.gentoo.org; Wed, 06 Jun 2012 12:42:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABA42E0700; Wed, 6 Jun 2012 12:42:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6963CE0700 for ; Wed, 6 Jun 2012 12:42:28 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34EEF1B4028 for ; Wed, 6 Jun 2012 12:42:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EAE2FE5404 for ; Wed, 6 Jun 2012 12:42:25 +0000 (UTC) From: "Alec Warner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alec Warner" Message-ID: <1338986532.0c0f22c5173d6c90962a08e826162e06ebe5240e.antarus@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: antarus X-VCS-Committer-Name: Alec Warner X-VCS-Revision: 0c0f22c5173d6c90962a08e826162e06ebe5240e X-VCS-Branch: master Date: Wed, 6 Jun 2012 12:42:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 703e2748-b6c0-4355-9444-502ea3489e2f X-Archives-Hash: 6cc20f8bd0a7f7243dee8b565369a475 commit: 0c0f22c5173d6c90962a08e826162e06ebe5240e Author: Alec Warner gentoo org> AuthorDate: Wed Jun 6 12:42:12 2012 +0000 Commit: Alec Warner gentoo org> CommitDate: Wed Jun 6 12:42:12 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoo-ads-co= nfig.git;a=3Dcommit;h=3D0c0f22c5 Add ads for new sponsors. --- gentoo_sponsors.py | 47 +++++++++++++++++++++++++++++++++++-----------= - 1 files changed, 35 insertions(+), 12 deletions(-) diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index a5dc98d..ed9a79b 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -4,9 +4,33 @@ # weight is whatever integer you want, i.e. bogomips, etc =20 ads =3D [ + { 'name': 'indoorcycling.org', + 'type': 'img', + 'img': 'sponsors/indoorcycling-logo.jpg', + 'title': ('Indoorcycling.org is the leading expert in Europe for ind= oor cycling', + ' and Spinning. We feature all the major such as Tomahawk,= Star Trac,', + ' and Schwinn.'), + 'tier': 1, + 'weight': 1, + 'url': 'http://www.indoorcycling.org/', + 'height': 30, + 'width': 125, + }, + { 'name': 'kartenzia', + 'type': 'img', + 'img': 'sponsors/kartenzia-logo.jpg', + # TODO(antarus): We should email them and get a german translation. + 'title': 'Kartenzia is a young start-up based in germany, providing = their +customers with personalized invitations for various occassions such as w= eddings or christmas', + 'tier': 1, + 'url': 'http://www.kartenzia.de/', + 'height': 20, + 'width': 125, + 'weight': 1, + }, { 'name': 'OSL', - 'type': 'img', + 'type': 'img', 'img': 'osuosl.png', 'title': 'OSL', 'tier': 1, @@ -28,7 +52,7 @@ ads =3D [ }, { 'name': 'Tek', - 'type': 'img', + 'type': 'img', 'img': 'tek-gentoo.gif', 'title': 'Tek Alchemy', 'tier': 1, @@ -39,7 +63,7 @@ ads =3D [ }, { 'name': 'SevenL', - 'type': 'img', + 'type': 'img', 'img': 'sponsors/sevenl_ad.png', 'title': 'SevenL', 'tier': 1, @@ -50,7 +74,7 @@ ads =3D [ }, { 'name': 'Bytemark', - 'type': 'img', + 'type': 'img', 'img': 'sponsors/bytemark_ad.png', 'title': 'Bytemark', 'tier': 1, @@ -61,7 +85,7 @@ ads =3D [ }, { 'name': 'SD-France', - 'type': 'img', + 'type': 'img', 'img': 'sponsors/sdfrance-logo-small.png', 'title': 'gentoo dedicated servers provided by euro-web.com', 'tier': 1, @@ -72,12 +96,12 @@ ads =3D [ }, { 'name': 'TOP-IX', - 'type': 'img', + 'type': 'img', 'img': 'sponsors/topix-fastbull-125x125.png', - 'title': { - 'en': 'TOP-IX & FastBull: Internet Exchange|Innovati= on|Cloud|Fastbull|Mirror', - #'it': 'TODO' - }, + 'title': { + 'en': 'TOP-IX & FastBull: Internet Exchange|Innovation|Cloud|Fastb= ull|Mirror', + #'it': 'TODO' + }, 'tier': 1, 'weight': 10, 'url': 'http://www.top-ix.org', @@ -86,7 +110,7 @@ ads =3D [ }, { 'name': 'DedicatedNOW', - 'type': 'img', + 'type': 'img', 'img': 'sponsors/dedicatednow_ad.png', 'title': 'Award Winning Managed Dedicated Hosting, 100% SLA', 'tier': 1, @@ -109,5 +133,4 @@ ads =3D [ 'height': 120, 'width': 125, }, - ]