diff options
author | Alec Warner <antarus@gentoo.org> | 2012-06-07 12:57:42 -0700 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2012-06-07 12:57:42 -0700 |
commit | 4f7ae92706b6a882c3493db0c88798e1820ad351 (patch) | |
tree | d1c6524278fb746d0d7a5471c5e2407fc3c9deb8 | |
parent | Missing comma... (diff) | |
download | gentoo-ads-config-4f7ae92706b6a882c3493db0c88798e1820ad351.tar.gz gentoo-ads-config-4f7ae92706b6a882c3493db0c88798e1820ad351.tar.bz2 gentoo-ads-config-4f7ae92706b6a882c3493db0c88798e1820ad351.zip |
I had misunderstood what we offered them, so swap html ads for listings on our sponsors page.
-rw-r--r-- | gentoo_sponsors.py | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index ad2f67e..a0441d8 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -4,32 +4,6 @@ # weight is whatever integer you want, i.e. bogomips, etc ads = [ - { 'name': 'indoorcycling.org', - 'type': 'html', - 'html': { 'en': - 'Indoorcycling.org is the leading expert in Europe for <a target="_parent" href="http://indoorcycling.org/">indoor cycling</a> and <a target="_parent" href="http://www.indoorcycline.org/Nach-Marke/Spinning/">Spinning</a> We feature all the major labels and brands such as Tomahawk, Star Trac and <a target="_parent" href="http://indoorcycling.org/nach-Marke/Schwinn/">Schwinn</a> as well as our in-house brand.', - }, -# TODO(antarus): Their ad text was really long, lets try to figure out what we can fit. -# TODO(antarus): I translated ???House Brands??? to 'in-house brand' as the translation did not go well over email. -# Because we want to focus on our business, we very much depend on a reliable IT-Infrastructure for our servers, which is provided by Linux and brought to a very high standard by Gentoo Linux. We welcome the idea of OpenSource software and are very happy to contribute our small part by sponsoring the project as a sign of our gratitude to the entire Gentoo Community and Dev-Team.' - 'tier': 1, - 'weight': 10, - 'url': 'http://www.indoorcycling.org/', - 'height': 120, - 'width': 125, - }, - { 'name': 'kartenzia', - 'type': 'html', - # TODO(antarus): We should email them and get a german translation. - 'html': { 'en': - 'Kartenzia is a young start-up based in Germany, which provides their customers with personalized invitations for various occassions such as <a target="_parent" href="http://www.kartenzia.de/einladungskarten/hochzeit/">wedding invitations</a> or <a target="_parent" href="http://www.kartenzia.de/saisonal/weihnachten/">christmas invitations</a>.', - }, - 'tier': 1, - 'url': 'http://www.kartenzia.de/', - 'height': 120, - 'width': 125, - 'weight': 10, - }, { 'name': 'OSL', 'type': 'img', |