diff options
author | Alec Warner <antarus@gentoo.org> | 2012-06-06 06:01:07 -0700 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2012-06-06 06:01:07 -0700 |
commit | 08402d7f1be04edff6473c00361afe86c767dbfc (patch) | |
tree | 7628b2da4f3b23acb6f15fe8f42cd91ef24b6d62 | |
parent | Lets try an html add as it seemed from the email this is what they expected. (diff) | |
download | gentoo-ads-config-08402d7f1be04edff6473c00361afe86c767dbfc.tar.gz gentoo-ads-config-08402d7f1be04edff6473c00361afe86c767dbfc.tar.bz2 gentoo-ads-config-08402d7f1be04edff6473c00361afe86c767dbfc.zip |
Unbreak the ads sidebar.
-rw-r--r-- | gentoo_sponsors.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index 7f059a4..2687403 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -6,8 +6,9 @@ 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.' + '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.' |