diff options
author | root <root@bittern.gentoo.org> | 2010-09-10 08:00:33 +0000 |
---|---|---|
committer | root <root@bittern.gentoo.org> | 2010-09-10 08:00:33 +0000 |
commit | 38679d506d26e453b585aa2cb2123f3e0434f3b3 (patch) | |
tree | 48fec65b1709938e6a250203dfbe0c3a489d9de3 | |
parent | Update euro-web link per sponsor request. (diff) | |
download | gentoo-ads-config-38679d506d26e453b585aa2cb2123f3e0434f3b3.tar.gz gentoo-ads-config-38679d506d26e453b585aa2cb2123f3e0434f3b3.tar.bz2 gentoo-ads-config-38679d506d26e453b585aa2cb2123f3e0434f3b3.zip |
Add TOP-IX, adjust weights, fix SD-France image URL.
-rw-r--r-- | gentoo_sponsors.py | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index a4113f9..4ba73ec 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -20,7 +20,7 @@ ads = [ 'type': 'img', 'img': 'sponsors/vr-ad.png', 'title': 'VR', - 'weight': 15, + 'weight': 20, 'tier': 1, 'url': 'http://www.vr.org/', 'width': 125, @@ -65,7 +65,7 @@ ads = [ 'img': 'sponsors/bytemark_ad.png', 'title': 'Bytemark', 'tier': 1, - 'weight': 15, + 'weight': 20, 'url': 'http://www.bytemark.co.uk/r/gentoo-home', 'height': 125, 'width': 125, @@ -84,7 +84,7 @@ ads = [ { 'name': 'SD-France', 'type': 'img', - 'img': 'sponsors/sdfrance-logo.png', + 'img': 'sponsors/sdfrance-logo-small.png', 'title': 'gentoo dedicated servers provided by euro-web.com', 'tier': 1, 'weight': 20, @@ -92,5 +92,16 @@ ads = [ 'height': 30, 'width': 125, }, + { + 'name': 'TOP-IX' + 'type': 'img', + 'img': 'sponsors/topix-fastbull-125x125.png', + 'title': 'TOP-IX & FastBull: Internet Exchange|Innovation|Cloud|Fastbull|Mirror', + 'tier': 1, + 'weight': 15, + 'url': 'http://www.top-ix.org/topix-e-fastbull-insieme-a-supporto-del-software-open-source-e-della-open-culture', + 'height': 125, + 'width': 125, + }, ] |