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 1Puw3q-0001kl-L3 for garchives@archives.gentoo.org; Thu, 03 Mar 2011 00:06:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E62951C01C; Thu, 3 Mar 2011 00:06:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B396F1C01A for ; Thu, 3 Mar 2011 00:06:18 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3273E1B40D3 for ; Thu, 3 Mar 2011 00:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 24CBE80073 for ; Thu, 3 Mar 2011 00:06:17 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <303e3bf3758d66b69fe075b89888595db4b3015b.robbat2@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: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 303e3bf3758d66b69fe075b89888595db4b3015b Date: Thu, 3 Mar 2011 00:06:17 +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: X-Archives-Hash: 3832c6ba0b4f2d16fe003bb7e049a68c commit: 303e3bf3758d66b69fe075b89888595db4b3015b Author: root bittern gentoo org> AuthorDate: Fri Nov 19 19:47:04 2010 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Nov 19 19:47:04 2010 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoo-ads-co= nfig.git;a=3Dcommit;h=3D303e3bf3 Add DedicateNOW and HotelKatalog. --- gentoo_sponsors.py | 29 ++++++++++++++++++++++++++--- 1 files changed, 26 insertions(+), 3 deletions(-) diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index e112275..5c75330 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -54,7 +54,7 @@ ads =3D [ 'img': 'gni_logo.png', 'title': 'GNi', 'tier': 1, - 'weight': 15, + 'weight': 10, 'url': 'http://www.gni.com/', 'height': 44, 'width': 125, @@ -96,12 +96,35 @@ ads =3D [ 'name': 'TOP-IX', 'type': 'img', 'img': 'sponsors/topix-fastbull-125x125.png', - 'title': 'TOP-IX & FastBull: Internet Exchange|Innovation|Cloud|Fa= stbull|Mirror', + 'title': 'TOP-IX & FastBull: Internet Exchange|Innovation|Cloud|Fastbu= ll|Mirror', 'tier': 1, - 'weight': 15, + 'weight': 10, 'url': 'http://www.top-ix.org/topix-e-fastbull-insieme-a-supporto-del-= software-open-source-e-della-open-culture', 'height': 125, 'width': 125, }, + { + 'name': 'DedicatedNOW', + 'type': 'img', + 'img': 'sponsors/dedicatednow_ad.png', + 'title': 'Award Winning Managed Dedicated Hosting, Backed by a 100% Up= time Guarantee!', + 'tier': 1, + 'weight': 10, + 'url': 'http://www.dedicatednow.com/', + 'height': 104, + 'width': 125, + }, + { + 'name': 'thinex', # ThinEx + 'type':'html', + 'title': 'HotelKatalog2', + 'tier': 1, + 'weight': 5, + 'url': 'http://www.hotelkatalog24.de', + 'html': 'Supported by hotelkatalog24.de, where you can find hotels and book= them online.', + # "Unterst=C3=BCtzt von hotelkatalog24.de, wo du Hotels ganz einfa= ch online buchen kannst." + 'height': 120, + 'width': 125, + }, =20 ]