diff options
author | root <root@bittern.gentoo.org> | 2010-11-19 19:47:04 +0000 |
---|---|---|
committer | root <root@bittern.gentoo.org> | 2010-11-19 19:47:04 +0000 |
commit | 303e3bf3758d66b69fe075b89888595db4b3015b (patch) | |
tree | 1ce420a42aaf7463751f6cadaa54afe3a1132c98 | |
parent | Fix debug output. (diff) | |
download | gentoo-ads-config-303e3bf3758d66b69fe075b89888595db4b3015b.tar.gz gentoo-ads-config-303e3bf3758d66b69fe075b89888595db4b3015b.tar.bz2 gentoo-ads-config-303e3bf3758d66b69fe075b89888595db4b3015b.zip |
Add DedicateNOW and HotelKatalog.
-rw-r--r-- | 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 = [ '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 = [ 'name': 'TOP-IX', 'type': 'img', 'img': 'sponsors/topix-fastbull-125x125.png', - 'title': 'TOP-IX & FastBull: Internet Exchange|Innovation|Cloud|Fastbull|Mirror', + 'title': 'TOP-IX & FastBull: Internet Exchange|Innovation|Cloud|Fastbull|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% Uptime 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 <a target="_parent" href="http://www.online-kredit-index.de/">hotels</a> and book them online.', + # "Unterstützt von hotelkatalog24.de, wo du <atarget="_parent" href='http://www.hotelkatalog24.de'>Hotels</a> ganz einfach online buchen kannst." + 'height': 120, + 'width': 125, + }, ] |