aboutsummaryrefslogtreecommitdiff
blob: c09073cf01d01bd82d8a2950313f1bfeb35f1a71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# -*- 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': 'Numberly',
		'type': 'img',
		'img': 'sponsors/numberly_ad.jpg',
		'title': 'Numberly',
		'tier': 1,
		'weight': 25,
		'url': 'http://www.numberly.com/',
		'height': 125,
		'width': 125,
	},
	{
		'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: Gentoo VPS & IPv6 Hosting',
		'weight': 15,
		'tier': 1,
		'url': 'http://www.vr.org/',
		'width': 125,
		'height': 125,
	},
	{
		'name': 'Tek',
    'type': 'img',
		'img': 'tek-gentoo.gif',
		'title': 'Tek Alchemy',
		'tier': 1,
		'weight': 5,
		'url': 'http://www.tek.net/',
		'height': 125,
		'width': 125,
	},
	{
		'name': 'SevenL',
    'type': 'img',
		'img': 'sponsors/sevenl_ad.png',
		'title': 'SevenL',
		'tier': 1,
		'weight': 10,
		'url': 'https://www.sevenl.net/?utm_source=gentoo-org&utm_medium=sponsored-banner&utm_campaign=gentoo-dedicated-servers',
		'height': 125,
		'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': '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',
		'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": 'Gentoo Supported by hotelkatalog24.de, where you can find <a target="_parent" href="http://www.hotelkatalog24.de/">hotels</a> and book them online.',
                    "de": 'Gentoo Unterstützt von hotelkatalog24.de, wo du <a target="_parent" href="http://www.hotelkatalog24.de/">Hotels</a> ganz einfach online buchen kannst.',
                },
		'height': 120,
		'width': 125,
	},

	{
		'name': 'WebHostingUK',
                'type': 'img',
		'img': 'sponsors/web-hosting-uk-125x125.gif',
		'title': 'WebHosting.UK.com',
		'tier': 1,
		'weight': 5,
                'url': 'https://www.webhosting.uk.com/?utm_source=gentoo&utm_medium=banner&utm_campaign=gentoo.org',
		'height': 125,
		'width': 125,
	},

	{
		'name': 'LeaseWeb',
		'type': 'img',
		'img': 'sponsors/leaseweb_ad.png',
		'title': 'LeaseWeb',
		'tier': 1,
		'weight': 10,
		'url': 'http://www.leaseweb.com/',
		'height': 125,
		'width': 125,
	},
	{
		'name': 'OSTC',
		'type': 'img',
		'img': 'sponsors/ostc-ad.png',
		'title': 'OSTC',
		'tier': 1,
		'weight': 10,
		'url': 'http://www.ostc.com/',
		'height': 114,
		'width': 88,
	},
]