Gentoo Archives: gentoo-commits

From: Alec Warner <antarus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-ads-config:master commit in: /
Date: Wed, 06 Jun 2012 12:42:43
Message-Id: 1338986532.0c0f22c5173d6c90962a08e826162e06ebe5240e.antarus@gentoo
1 commit: 0c0f22c5173d6c90962a08e826162e06ebe5240e
2 Author: Alec Warner <antarus <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 6 12:42:12 2012 +0000
4 Commit: Alec Warner <antarus <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 6 12:42:12 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=0c0f22c5
7
8 Add ads for new sponsors.
9
10 ---
11 gentoo_sponsors.py | 47 +++++++++++++++++++++++++++++++++++------------
12 1 files changed, 35 insertions(+), 12 deletions(-)
13
14 diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py
15 index a5dc98d..ed9a79b 100644
16 --- a/gentoo_sponsors.py
17 +++ b/gentoo_sponsors.py
18 @@ -4,9 +4,33 @@
19 # weight is whatever integer you want, i.e. bogomips, etc
20
21 ads = [
22 + { 'name': 'indoorcycling.org',
23 + 'type': 'img',
24 + 'img': 'sponsors/indoorcycling-logo.jpg',
25 + 'title': ('Indoorcycling.org is the leading expert in Europe for indoor cycling',
26 + ' and Spinning. We feature all the major such as Tomahawk, Star Trac,',
27 + ' and Schwinn.'),
28 + 'tier': 1,
29 + 'weight': 1,
30 + 'url': 'http://www.indoorcycling.org/',
31 + 'height': 30,
32 + 'width': 125,
33 + },
34 + { 'name': 'kartenzia',
35 + 'type': 'img',
36 + 'img': 'sponsors/kartenzia-logo.jpg',
37 + # TODO(antarus): We should email them and get a german translation.
38 + 'title': 'Kartenzia is a young start-up based in germany, providing their
39 +customers with personalized invitations for various occassions such as weddings or christmas',
40 + 'tier': 1,
41 + 'url': 'http://www.kartenzia.de/',
42 + 'height': 20,
43 + 'width': 125,
44 + 'weight': 1,
45 + },
46 {
47 'name': 'OSL',
48 - 'type': 'img',
49 + 'type': 'img',
50 'img': 'osuosl.png',
51 'title': 'OSL',
52 'tier': 1,
53 @@ -28,7 +52,7 @@ ads = [
54 },
55 {
56 'name': 'Tek',
57 - 'type': 'img',
58 + 'type': 'img',
59 'img': 'tek-gentoo.gif',
60 'title': 'Tek Alchemy',
61 'tier': 1,
62 @@ -39,7 +63,7 @@ ads = [
63 },
64 {
65 'name': 'SevenL',
66 - 'type': 'img',
67 + 'type': 'img',
68 'img': 'sponsors/sevenl_ad.png',
69 'title': 'SevenL',
70 'tier': 1,
71 @@ -50,7 +74,7 @@ ads = [
72 },
73 {
74 'name': 'Bytemark',
75 - 'type': 'img',
76 + 'type': 'img',
77 'img': 'sponsors/bytemark_ad.png',
78 'title': 'Bytemark',
79 'tier': 1,
80 @@ -61,7 +85,7 @@ ads = [
81 },
82 {
83 'name': 'SD-France',
84 - 'type': 'img',
85 + 'type': 'img',
86 'img': 'sponsors/sdfrance-logo-small.png',
87 'title': 'gentoo dedicated servers provided by euro-web.com',
88 'tier': 1,
89 @@ -72,12 +96,12 @@ ads = [
90 },
91 {
92 'name': 'TOP-IX',
93 - 'type': 'img',
94 + 'type': 'img',
95 'img': 'sponsors/topix-fastbull-125x125.png',
96 - 'title': {
97 - 'en': 'TOP-IX & FastBull: Internet Exchange|Innovation|Cloud|Fastbull|Mirror',
98 - #'it': 'TODO'
99 - },
100 + 'title': {
101 + 'en': 'TOP-IX & FastBull: Internet Exchange|Innovation|Cloud|Fastbull|Mirror',
102 + #'it': 'TODO'
103 + },
104 'tier': 1,
105 'weight': 10,
106 'url': 'http://www.top-ix.org',
107 @@ -86,7 +110,7 @@ ads = [
108 },
109 {
110 'name': 'DedicatedNOW',
111 - 'type': 'img',
112 + 'type': 'img',
113 'img': 'sponsors/dedicatednow_ad.png',
114 'title': 'Award Winning Managed Dedicated Hosting, 100% SLA',
115 'tier': 1,
116 @@ -109,5 +133,4 @@ ads = [
117 'height': 120,
118 'width': 125,
119 },
120 -
121 ]