# -*- coding: utf-8 -*-
# most of this stuff is obvious.
# tier is not currently used
# weight is whatever integer you want, i.e. bogomips, etc
ads = [
{
'name': 'OSL',
'type': 'img',
'img': 'osuosl.png',
'title': 'OSL',
'tier': 1,
'weight': 25, #bogomips
'url': 'http://osuosl.org/contribute',
'height': 50,
'width': 125,
},
{
'name': 'VR',
'type': 'img',
'img': 'sponsors/vr-ad.png',
'title': 'VR',
'weight': 20,
'tier': 1,
'url': 'http://www.vr.org/',
'width': 125,
'height': 144,
},
{
'name': 'Tek',
'type': 'img',
'img': 'tek-gentoo.gif',
'title': 'Tek Alchemy',
'tier': 1,
'weight': 10,
'url': 'http://www.tek.net/',
'height': 125,
'width': 125,
},
{
'name': 'SevenL',
'type': 'img',
'img': 'sponsors/sevenl_ad.png',
'title': 'SevenL',
'tier': 1,
'weight': 15,
'url': 'https://www.sevenl.net/?utm_source=gentoo-org&utm_medium=sponsored-banner&utm_campaign=gentoo-dedicated-servers',
'height': 125,
'width': 125,
},
{
'name': 'GNi',
'type': 'img',
'img': 'gni_logo.png',
'title': 'GNi',
'tier': 1,
'weight': 10,
'url': 'http://www.gni.com/',
'height': 44,
'width': 125,
},
{
'name': 'Bytemark',
'type': 'img',
'img': 'sponsors/bytemark_ad.png',
'title': 'Bytemark',
'tier': 1,
'weight': 20,
'url': 'http://www.bytemark.co.uk/r/gentoo-home',
'height': 125,
'width': 125,
},
{
'name': 'Kredit',
'type':'html',
'title': 'Kredit',
'tier': 1,
'weight': 5,
'url': 'http://www.online-kredit-index.de/home.html',
'html': 'Thanks to Online Kredit Index for supporting Gentoo in Europe.',
'height': 120,
'width': 125,
},
{
'name': 'SD-France',
'type': 'img',
'img': 'sponsors/sdfrance-logo-small.png',
'title': 'gentoo dedicated servers provided by euro-web.com',
'tier': 1,
'weight': 20,
'url': 'http://euro-web.com',
'height': 30,
'width': 125,
},
{
'name': 'TOP-IX',
'type': 'img',
'img': 'sponsors/topix-fastbull-125x125.png',
'title': {
'en': 'TOP-IX & FastBull: Internet Exchange|Innovation|Cloud|Fastbull|Mirror',
#'it': 'TODO'
},
'tier': 1,
'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, 100% SLA',
'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': {
"en": 'Supported by hotelkatalog24.de, where you can find hotels and book them online.',
"de": 'Unterstützt von hotelkatalog24.de, wo du Hotels ganz einfach online buchen kannst.',
},
'height': 120,
'width': 125,
},
]