* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2011-03-03 0:06 Robin H. Johnson
0 siblings, 0 replies; 31+ messages in thread
From: Robin H. Johnson @ 2011-03-03 0:06 UTC (permalink / raw
To: gentoo-commits
commit: 13a722d3b540d73b4323bf6db41784f3b2678fb3
Author: root <root <AT> bittern <DOT> gentoo <DOT> org>
AuthorDate: Tue Nov 2 01:19:42 2010 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Nov 2 01:19:42 2010 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=13a722d3
Fix typo.
---
| 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index 4ba73ec..e112275 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -93,7 +93,7 @@ ads = [
'width': 125,
},
{
- 'name': 'TOP-IX'
+ 'name': 'TOP-IX',
'type': 'img',
'img': 'sponsors/topix-fastbull-125x125.png',
'title': 'TOP-IX & FastBull: Internet Exchange|Innovation|Cloud|Fastbull|Mirror',
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2011-03-03 0:06 Robin H. Johnson
0 siblings, 0 replies; 31+ messages in thread
From: Robin H. Johnson @ 2011-03-03 0:06 UTC (permalink / raw
To: gentoo-commits
commit: 52b8cf4a0447ea47a75679c7f8cd5d65a8e62063
Author: root <root <AT> bittern <DOT> gentoo <DOT> org>
AuthorDate: Tue Nov 2 01:20:05 2010 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Nov 2 01:20:05 2010 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=52b8cf4a
Fix debug output.
---
settings.py | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/settings.py b/settings.py
index c0a65cb..3f19e5c 100644
--- a/settings.py
+++ b/settings.py
@@ -35,12 +35,15 @@ ADS_STRUCT = ads_module.ads
ADS_IMAGES_DIR = os.path.join(os.path.dirname(CONFIG_PATH), 'images')
#ADS_IMAGES_DIR = "/var/www/ads.gentoo.org/htdocs/media"
-DEBUG = True
+DEBUG = False
TEMPLATE_DEBUG = DEBUG
+SEND_BROKEN_LINK_EMAILS = False
## this will email errors when DEBUG=FALSE
-ADMINS = ( 'Infrastructure', 'root@gentoo.org' )
- # ('Your Name', 'your_email@domain.com'),
+ADMINS = (
+ ('Infrastructure', 'root@gentoo.org')
+ #('Your Name', 'your_email@domain.com'),
+ )
MANAGERS = ADMINS
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2011-03-03 0:06 Robin H. Johnson
0 siblings, 0 replies; 31+ messages in thread
From: Robin H. Johnson @ 2011-03-03 0:06 UTC (permalink / raw
To: gentoo-commits
commit: 99168bbfeffd2f583a184a9d919a4874571900b7
Author: root <root <AT> bittern <DOT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 22:23:42 2010 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 22:23:42 2010 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=99168bbf
Enable translation code, and give quantumsummers the debug email.
---
settings.py | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/settings.py b/settings.py
index 8fdd049..1c756fa 100644
--- a/settings.py
+++ b/settings.py
@@ -35,13 +35,21 @@ ADS_STRUCT = ads_module.ads
ADS_IMAGES_DIR = os.path.join(os.path.dirname(CONFIG_PATH), 'images')
#ADS_IMAGES_DIR = "/var/www/ads.gentoo.org/htdocs/media"
+## These are the translateable keys in the ads_struct.
+TRANS_KEYS = ('html', 'title', 'text')
+
+#default language for ads
+DEFAULT_ADS_LANG = 'en'
+
DEBUG = False
TEMPLATE_DEBUG = DEBUG
SEND_BROKEN_LINK_EMAILS = False
+SERVER_EMAIL = 'root@gentoo.org'
## this will email errors when DEBUG=FALSE
ADMINS = (
- ('Infrastructure', 'root@gentoo.org')
+ ('Infrastructure', 'root@gentoo.org'),
+ ('Matthew Summers', 'quantumsummers@gentoo.org')
#('Your Name', 'your_email@domain.com'),
)
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2011-03-03 0:06 Robin H. Johnson
0 siblings, 0 replies; 31+ messages in thread
From: Robin H. Johnson @ 2011-03-03 0:06 UTC (permalink / raw
To: gentoo-commits
commit: f1d4049bfb57de407422e4371f5fc1dd87b88ea9
Author: root <root <AT> bittern <DOT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 22:24:03 2010 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 22:24:03 2010 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=f1d4049b
Multilingual ads!
---
| 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index 7682d5c..34a556a 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -96,7 +96,10 @@ ads = [
'name': 'TOP-IX',
'type': 'img',
'img': 'sponsors/topix-fastbull-125x125.png',
- 'title': 'TOP-IX & FastBull: Internet Exchange|Innovation|Cloud|Fastbull|Mirror',
+ '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',
@@ -121,8 +124,10 @@ ads = [
'tier': 1,
'weight': 5,
'url': 'http://www.hotelkatalog24.de',
- 'html': 'Supported by hotelkatalog24.de, where you can find <a target="_parent" href="http://www.online-kredit-index.de/">hotels</a> and book them online.',
- # "Unterstützt von hotelkatalog24.de, wo du <atarget="_parent" href='http://www.hotelkatalog24.de'>Hotels</a> ganz einfach online buchen kannst."
+ 'html': {
+ "en": 'Supported by hotelkatalog24.de, where you can find <a target="_parent" href="http://www.online-kredit-index.de/">hotels</a> and book them online.',
+ "de": '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,
},
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2011-03-03 0:06 Robin H. Johnson
0 siblings, 0 replies; 31+ messages in thread
From: Robin H. Johnson @ 2011-03-03 0:06 UTC (permalink / raw
To: gentoo-commits
commit: 410ee16f614b95ca2ef647c5636ac7bd3f225a19
Author: root <root <AT> bittern <DOT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 20:40:29 2010 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 20:40:29 2010 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=410ee16f
Fix string for DedicatedNOW.
---
| 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index 5c75330..7682d5c 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -107,7 +107,7 @@ ads = [
'name': 'DedicatedNOW',
'type': 'img',
'img': 'sponsors/dedicatednow_ad.png',
- 'title': 'Award Winning Managed Dedicated Hosting, Backed by a 100% Uptime Guarantee!',
+ 'title': 'Award Winning Managed Dedicated Hosting, 100% SLA',
'tier': 1,
'weight': 10,
'url': 'http://www.dedicatednow.com/',
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2011-03-03 0:06 Robin H. Johnson
0 siblings, 0 replies; 31+ messages in thread
From: Robin H. Johnson @ 2011-03-03 0:06 UTC (permalink / raw
To: gentoo-commits
commit: 1d7c5a46c63289f675b3d5c1b981a2b75696bd6d
Author: root <root <AT> bittern <DOT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 20:40:01 2010 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 20:40:01 2010 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=1d7c5a46
We do not use the SECRET_KEY, so we can make this public.
---
settings.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/settings.py b/settings.py
index 3f19e5c..8fdd049 100644
--- a/settings.py
+++ b/settings.py
@@ -91,7 +91,7 @@ MEDIA_URL = 'http://www.gentoo.org/images/'
ADMIN_MEDIA_PREFIX = '/media/'
# Make this unique, and don't share it with anybody.
-SECRET_KEY = '(mayd2&{~?0[k(9;oD#18"EdELZ}9ojq2,/BNA8U/xYN/7-%CHP'
+#SECRET_KEY = ''
# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS = (
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2011-03-03 0:06 Robin H. Johnson
0 siblings, 0 replies; 31+ messages in thread
From: Robin H. Johnson @ 2011-03-03 0:06 UTC (permalink / raw
To: gentoo-commits
commit: 303e3bf3758d66b69fe075b89888595db4b3015b
Author: root <root <AT> bittern <DOT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 19:47:04 2010 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 19:47:04 2010 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=303e3bf3
Add DedicateNOW and HotelKatalog.
---
| 29 ++++++++++++++++++++++++++---
1 files changed, 26 insertions(+), 3 deletions(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index e112275..5c75330 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -54,7 +54,7 @@ ads = [
'img': 'gni_logo.png',
'title': 'GNi',
'tier': 1,
- 'weight': 15,
+ 'weight': 10,
'url': 'http://www.gni.com/',
'height': 44,
'width': 125,
@@ -96,12 +96,35 @@ ads = [
'name': 'TOP-IX',
'type': 'img',
'img': 'sponsors/topix-fastbull-125x125.png',
- 'title': 'TOP-IX & FastBull: Internet Exchange|Innovation|Cloud|Fastbull|Mirror',
+ 'title': 'TOP-IX & FastBull: Internet Exchange|Innovation|Cloud|Fastbull|Mirror',
'tier': 1,
- 'weight': 15,
+ '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, Backed by a 100% Uptime Guarantee!',
+ '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': 'Supported by hotelkatalog24.de, where you can find <a target="_parent" href="http://www.online-kredit-index.de/">hotels</a> and book them online.',
+ # "Unterstützt von hotelkatalog24.de, wo du <atarget="_parent" href='http://www.hotelkatalog24.de'>Hotels</a> ganz einfach online buchen kannst."
+ 'height': 120,
+ 'width': 125,
+ },
]
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2011-03-03 0:06 Robin H. Johnson
0 siblings, 0 replies; 31+ messages in thread
From: Robin H. Johnson @ 2011-03-03 0:06 UTC (permalink / raw
To: gentoo-commits
commit: 6f1f6954f94e675b1a3d77300736290eb46edea9
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 3 00:05:35 2011 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Thu Mar 3 00:05:35 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=6f1f6954
Drop GNi now.
---
| 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index 34a556a..96cafb2 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -49,17 +49,6 @@ ads = [
'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',
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2011-03-03 0:09 Robin H. Johnson
0 siblings, 0 replies; 31+ messages in thread
From: Robin H. Johnson @ 2011-03-03 0:09 UTC (permalink / raw
To: gentoo-commits
commit: 55d0cd1f471c218a932fbea2c95cd3852090bbf1
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 3 00:09:24 2011 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Thu Mar 3 00:09:24 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=55d0cd1f
Hotels24.de entry replaces Kredit.
---
| 15 ++-------------
1 files changed, 2 insertions(+), 13 deletions(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index 96cafb2..f8f97da 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -60,17 +60,6 @@ ads = [
'width': 125,
},
{
- 'name': 'Kredit',
- 'type':'html',
- 'title': 'Kredit',
- 'tier': 1,
- 'weight': 5,
- 'url': 'http://www.online-kredit-index.de/home.html',
- 'html': 'Thanks to <a target="_parent" href="http://www.online-kredit-index.de/">Online Kredit Index</a> for supporting Gentoo in Europe.',
- 'height': 120,
- 'width': 125,
- },
- {
'name': 'SD-France',
'type': 'img',
'img': 'sponsors/sdfrance-logo-small.png',
@@ -114,8 +103,8 @@ ads = [
'weight': 5,
'url': 'http://www.hotelkatalog24.de',
'html': {
- "en": 'Supported by hotelkatalog24.de, where you can find <a target="_parent" href="http://www.online-kredit-index.de/">hotels</a> and book them online.',
- "de": 'Unterstützt von hotelkatalog24.de, wo du <a target="_parent" href="http://www.hotelkatalog24.de">Hotels</a> ganz einfach online buchen kannst.',
+ "en": 'Gentoo Supported by hotelkatalog24.de, where you can find <a target="_parent" href="http://www.online-kredit-index.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,
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2011-05-04 0:56 Robin H. Johnson
0 siblings, 0 replies; 31+ messages in thread
From: Robin H. Johnson @ 2011-05-04 0:56 UTC (permalink / raw
To: gentoo-commits
commit: c31b5543dc6ba1104d7e1b86bf0927b62ce615eb
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed May 4 00:56:08 2011 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed May 4 00:56:08 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=c31b5543
Update text for VR/HostVirtual.
---
| 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index f8f97da..0a1fc0e 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -17,14 +17,14 @@ ads = [
},
{
'name': 'VR',
- 'type': 'img',
+ 'type': 'img',
'img': 'sponsors/vr-ad.png',
- 'title': 'VR',
+ 'title': 'VR: Gentoo VPS & IPv6 Hosting',
'weight': 20,
'tier': 1,
'url': 'http://www.vr.org/',
'width': 125,
- 'height': 144,
+ 'height': 125,
},
{
'name': 'Tek',
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2011-06-21 14:38 Jeremy Olexa
0 siblings, 0 replies; 31+ messages in thread
From: Jeremy Olexa @ 2011-06-21 14:38 UTC (permalink / raw
To: gentoo-commits
commit: 055af315059ffa50efc2d82db1e7ccbd612fd95a
Author: Jeremy Olexa <darkside <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 14:38:10 2011 +0000
Commit: Jeremy Olexa <darkside <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 14:38:10 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=055af315
fix top-ix.org link, previous was 404. The helpdesk suggested to use the main site
---
| 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index 0a1fc0e..a5dc98d 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -80,7 +80,7 @@ ads = [
},
'tier': 1,
'weight': 10,
- 'url': 'http://www.top-ix.org/topix-e-fastbull-insieme-a-supporto-del-software-open-source-e-della-open-culture',
+ 'url': 'http://www.top-ix.org',
'height': 125,
'width': 125,
},
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2011-09-20 17:46 Christian Ruppert
0 siblings, 0 replies; 31+ messages in thread
From: Christian Ruppert @ 2011-09-20 17:46 UTC (permalink / raw
To: gentoo-commits
commit: 29c283adf1ecdfcf6fccc5999e7d07f788620280
Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 17:46:08 2011 +0000
Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 17:46:08 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=29c283ad
Fix deprecationg warning
---
settings.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/settings.py b/settings.py
index 1c756fa..91d936d 100644
--- a/settings.py
+++ b/settings.py
@@ -103,7 +103,7 @@ ADMIN_MEDIA_PREFIX = '/media/'
# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS = (
- 'django.template.loaders.app_directories.load_template_source',
+ 'django.template.loaders.app_directories.Loader',
)
TEMPLATE_CONTEXT_PROCESSORS = ()
@@ -121,7 +121,7 @@ TEMPLATE_DIRS = ()
## we have but one
## app this day
-## perhaps another
+## perhaps another
## tomorrow
INSTALLED_APPS = (
'ads',
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2012-06-06 12:42 Alec Warner
0 siblings, 0 replies; 31+ messages in thread
From: Alec Warner @ 2012-06-06 12:42 UTC (permalink / raw
To: gentoo-commits
commit: 0c0f22c5173d6c90962a08e826162e06ebe5240e
Author: Alec Warner <antarus <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 6 12:42:12 2012 +0000
Commit: Alec Warner <antarus <AT> gentoo <DOT> org>
CommitDate: Wed Jun 6 12:42:12 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=0c0f22c5
Add ads for new sponsors.
---
| 47 +++++++++++++++++++++++++++++++++++------------
1 files changed, 35 insertions(+), 12 deletions(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index a5dc98d..ed9a79b 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -4,9 +4,33 @@
# weight is whatever integer you want, i.e. bogomips, etc
ads = [
+ { 'name': 'indoorcycling.org',
+ 'type': 'img',
+ 'img': 'sponsors/indoorcycling-logo.jpg',
+ 'title': ('Indoorcycling.org is the leading expert in Europe for indoor cycling',
+ ' and Spinning. We feature all the major such as Tomahawk, Star Trac,',
+ ' and Schwinn.'),
+ 'tier': 1,
+ 'weight': 1,
+ 'url': 'http://www.indoorcycling.org/',
+ 'height': 30,
+ 'width': 125,
+ },
+ { 'name': 'kartenzia',
+ 'type': 'img',
+ 'img': 'sponsors/kartenzia-logo.jpg',
+ # TODO(antarus): We should email them and get a german translation.
+ 'title': 'Kartenzia is a young start-up based in germany, providing their
+customers with personalized invitations for various occassions such as weddings or christmas',
+ 'tier': 1,
+ 'url': 'http://www.kartenzia.de/',
+ 'height': 20,
+ 'width': 125,
+ 'weight': 1,
+ },
{
'name': 'OSL',
- 'type': 'img',
+ 'type': 'img',
'img': 'osuosl.png',
'title': 'OSL',
'tier': 1,
@@ -28,7 +52,7 @@ ads = [
},
{
'name': 'Tek',
- 'type': 'img',
+ 'type': 'img',
'img': 'tek-gentoo.gif',
'title': 'Tek Alchemy',
'tier': 1,
@@ -39,7 +63,7 @@ ads = [
},
{
'name': 'SevenL',
- 'type': 'img',
+ 'type': 'img',
'img': 'sponsors/sevenl_ad.png',
'title': 'SevenL',
'tier': 1,
@@ -50,7 +74,7 @@ ads = [
},
{
'name': 'Bytemark',
- 'type': 'img',
+ 'type': 'img',
'img': 'sponsors/bytemark_ad.png',
'title': 'Bytemark',
'tier': 1,
@@ -61,7 +85,7 @@ ads = [
},
{
'name': 'SD-France',
- 'type': 'img',
+ 'type': 'img',
'img': 'sponsors/sdfrance-logo-small.png',
'title': 'gentoo dedicated servers provided by euro-web.com',
'tier': 1,
@@ -72,12 +96,12 @@ ads = [
},
{
'name': 'TOP-IX',
- 'type': 'img',
+ 'type': 'img',
'img': 'sponsors/topix-fastbull-125x125.png',
- 'title': {
- 'en': 'TOP-IX & FastBull: Internet Exchange|Innovation|Cloud|Fastbull|Mirror',
- #'it': 'TODO'
- },
+ 'title': {
+ 'en': 'TOP-IX & FastBull: Internet Exchange|Innovation|Cloud|Fastbull|Mirror',
+ #'it': 'TODO'
+ },
'tier': 1,
'weight': 10,
'url': 'http://www.top-ix.org',
@@ -86,7 +110,7 @@ ads = [
},
{
'name': 'DedicatedNOW',
- 'type': 'img',
+ 'type': 'img',
'img': 'sponsors/dedicatednow_ad.png',
'title': 'Award Winning Managed Dedicated Hosting, 100% SLA',
'tier': 1,
@@ -109,5 +133,4 @@ ads = [
'height': 120,
'width': 125,
},
-
]
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2012-06-06 12:58 Alec Warner
0 siblings, 0 replies; 31+ messages in thread
From: Alec Warner @ 2012-06-06 12:58 UTC (permalink / raw
To: gentoo-commits
commit: 6fe7328154bd7c8c4cdf6edcb9e0f6761e04071a
Author: Alec Warner <antarus <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 6 12:57:41 2012 +0000
Commit: Alec Warner <antarus <AT> gentoo <DOT> org>
CommitDate: Wed Jun 6 12:57:41 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=6fe73281
Lets try an html add as it seemed from the email this is what they expected.
---
| 17 +++++++++--------
1 files changed, 9 insertions(+), 8 deletions(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index ed9a79b..7f059a4 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -5,15 +5,16 @@
ads = [
{ 'name': 'indoorcycling.org',
- 'type': 'img',
- 'img': 'sponsors/indoorcycling-logo.jpg',
- 'title': ('Indoorcycling.org is the leading expert in Europe for indoor cycling',
- ' and Spinning. We feature all the major such as Tomahawk, Star Trac,',
- ' and Schwinn.'),
+ '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': 1,
+ 'weight': 10,
'url': 'http://www.indoorcycling.org/',
- 'height': 30,
+ 'height': 120,
'width': 125,
},
{ 'name': 'kartenzia',
@@ -26,7 +27,7 @@ customers with personalized invitations for various occassions such as weddings
'url': 'http://www.kartenzia.de/',
'height': 20,
'width': 125,
- 'weight': 1,
+ 'weight': 10,
},
{
'name': 'OSL',
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2012-06-06 13:01 Alec Warner
0 siblings, 0 replies; 31+ messages in thread
From: Alec Warner @ 2012-06-06 13:01 UTC (permalink / raw
To: gentoo-commits
commit: 08402d7f1be04edff6473c00361afe86c767dbfc
Author: Alec Warner <antarus <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 6 13:01:07 2012 +0000
Commit: Alec Warner <antarus <AT> gentoo <DOT> org>
CommitDate: Wed Jun 6 13:01:07 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=08402d7f
Unbreak the ads sidebar.
---
| 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
--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.'
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2012-06-06 13:08 Alec Warner
0 siblings, 0 replies; 31+ messages in thread
From: Alec Warner @ 2012-06-06 13:08 UTC (permalink / raw
To: gentoo-commits
commit: a50619ecbd150a61815263e57560104edd6aefa7
Author: Alec Warner <antarus <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 6 13:08:38 2012 +0000
Commit: Alec Warner <antarus <AT> gentoo <DOT> org>
CommitDate: Wed Jun 6 13:08:38 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=a50619ec
vim keeps splitting lines and screwing me ;)
---
| 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index 2687403..cb4ab72 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -22,8 +22,7 @@ ads = [
'type': 'img',
'img': 'sponsors/kartenzia-logo.jpg',
# TODO(antarus): We should email them and get a german translation.
- 'title': 'Kartenzia is a young start-up based in germany, providing their
-customers with personalized invitations for various occassions such as weddings or christmas',
+ 'title': 'Kartenzia is a young start-up based in Germany, providing their customers with personalized invitations for various occassions such as weddings or Christmas.',
'tier': 1,
'url': 'http://www.kartenzia.de/',
'height': 20,
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2012-06-06 13:14 Alec Warner
0 siblings, 0 replies; 31+ messages in thread
From: Alec Warner @ 2012-06-06 13:14 UTC (permalink / raw
To: gentoo-commits
commit: 2ef54623b60b0b88939bcb842bc5ec96a0740bba
Author: Alec Warner <antarus <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 6 13:14:04 2012 +0000
Commit: Alec Warner <antarus <AT> gentoo <DOT> org>
CommitDate: Wed Jun 6 13:14:04 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=2ef54623
kartenzia => html ad. We need to figure out if / how to do their images as well.
---
| 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index cb4ab72..135daad 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -19,13 +19,14 @@ ads = [
'width': 125,
},
{ 'name': 'kartenzia',
- 'type': 'img',
- 'img': 'sponsors/kartenzia-logo.jpg',
+ 'type': 'html',
# TODO(antarus): We should email them and get a german translation.
- 'title': 'Kartenzia is a young start-up based in Germany, providing their customers with personalized invitations for various occassions such as weddings or Christmas.',
+ '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': 20,
+ 'height': 120,
'width': 125,
'weight': 10,
},
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2012-06-06 13:17 Alec Warner
0 siblings, 0 replies; 31+ messages in thread
From: Alec Warner @ 2012-06-06 13:17 UTC (permalink / raw
To: gentoo-commits
commit: 0505abb28e9ab9d8a5f4f62d2751cb3d249f8711
Author: Alec Warner <antarus <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 6 13:17:41 2012 +0000
Commit: Alec Warner <antarus <AT> gentoo <DOT> org>
CommitDate: Wed Jun 6 13:17:41 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=0505abb2
Missing comma...
---
| 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index 135daad..ad2f67e 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -23,7 +23,7 @@ ads = [
# 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,
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2012-06-07 19:58 Alec Warner
0 siblings, 0 replies; 31+ messages in thread
From: Alec Warner @ 2012-06-07 19:58 UTC (permalink / raw
To: gentoo-commits
commit: 4f7ae92706b6a882c3493db0c88798e1820ad351
Author: Alec Warner <antarus <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 7 19:57:42 2012 +0000
Commit: Alec Warner <antarus <AT> gentoo <DOT> org>
CommitDate: Thu Jun 7 19:57:42 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=4f7ae927
I had misunderstood what we offered them, so swap html ads for listings on our sponsors page.
---
| 26 --------------------------
1 files changed, 0 insertions(+), 26 deletions(-)
--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',
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2012-06-27 18:28 Jeremy Olexa
0 siblings, 0 replies; 31+ messages in thread
From: Jeremy Olexa @ 2012-06-27 18:28 UTC (permalink / raw
To: gentoo-commits
commit: 923b1d77a0b9365e94f4848a0d6e3f36e1430aa0
Author: Jeremy Olexa <darkside <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 18:28:26 2012 +0000
Commit: Jeremy Olexa <darkside <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 18:28:26 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=923b1d77
Update vr.org mouseover text, literal '&'
---
| 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index a0441d8..5f3c1fb 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -19,7 +19,7 @@ ads = [
'name': 'VR',
'type': 'img',
'img': 'sponsors/vr-ad.png',
- 'title': 'VR: Gentoo VPS & IPv6 Hosting',
+ 'title': 'VR: Gentoo VPS & IPv6 Hosting',
'weight': 20,
'tier': 1,
'url': 'http://www.vr.org/',
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2013-03-28 16:30 Robin H. Johnson
0 siblings, 0 replies; 31+ messages in thread
From: Robin H. Johnson @ 2013-03-28 16:30 UTC (permalink / raw
To: gentoo-commits
commit: 3ec7a181e33a301e70324783c7fcfb9bd5ef57b6
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 28 16:30:29 2013 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Thu Mar 28 16:30:37 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=3ec7a181
Fix correct sponsor in URL.
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
---
| 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index 5f3c1fb..87ae43c 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -103,8 +103,8 @@ ads = [
'weight': 5,
'url': 'http://www.hotelkatalog24.de',
'html': {
- "en": 'Gentoo Supported by hotelkatalog24.de, where you can find <a target="_parent" href="http://www.online-kredit-index.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.',
+ "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,
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2013-06-09 1:08 Robin H. Johnson
0 siblings, 0 replies; 31+ messages in thread
From: Robin H. Johnson @ 2013-06-09 1:08 UTC (permalink / raw
To: gentoo-commits
commit: fb13fed241a4c8e4689c86a943b845de3209ea2a
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 9 01:07:46 2013 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Jun 9 01:07:46 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=fb13fed2
Use protocol-relative URL for images.
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
---
settings.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.py b/settings.py
index 91d936d..cef3b63 100644
--- a/settings.py
+++ b/settings.py
@@ -91,7 +91,7 @@ MEDIA_ROOT = '/var/www/ads.gentoo.org/htdocs/media/'
# Examples: "http://media.lawrence.com", "http://example.com/media/"
## this is hypothecal at this time
-MEDIA_URL = 'http://www.gentoo.org/images/'
+MEDIA_URL = '//www.gentoo.org/images/'
# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
# trailing slash.
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2013-09-23 12:40 Alex Legler
0 siblings, 0 replies; 31+ messages in thread
From: Alex Legler @ 2013-09-23 12:40 UTC (permalink / raw
To: gentoo-commits
commit: 2d986c03e4f9a5dcaaec051628ea57bcdc760b5e
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Mon Sep 23 12:40:25 2013 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 12:40:25 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=2d986c03
Add LeaseWeb
---
| 11 +++++++++++
1 file changed, 11 insertions(+)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index 87ae43c..00fdd94 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -109,4 +109,15 @@ ads = [
'height': 120,
'width': 125,
},
+ {
+ 'name': 'LeaseWeb',
+ 'type': 'img',
+ 'img': 'sponsors/leaseweb_ad.png',
+ 'title': 'LeaseWeb offers Dedicated Servers, Colocation, Public Cloud, Private Cloud and CDN.',
+ 'tier': 1,
+ 'weight': 10,
+ 'url': 'http://www.leaseweb.com/',
+ 'height': 125,
+ 'width': 125,
+ },
]
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2013-09-23 12:44 Alex Legler
0 siblings, 0 replies; 31+ messages in thread
From: Alex Legler @ 2013-09-23 12:44 UTC (permalink / raw
To: gentoo-commits
commit: 61c73b8aa71bff703e6ce90338b609cce2ffb47c
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Mon Sep 23 12:43:59 2013 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 12:43:59 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=61c73b8a
Replace mouseover text
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index 00fdd94..297bb06 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -113,7 +113,7 @@ ads = [
'name': 'LeaseWeb',
'type': 'img',
'img': 'sponsors/leaseweb_ad.png',
- 'title': 'LeaseWeb offers Dedicated Servers, Colocation, Public Cloud, Private Cloud and CDN.',
+ 'title': 'LeaseWeb',
'tier': 1,
'weight': 10,
'url': 'http://www.leaseweb.com/',
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2013-12-17 3:47 Alec Warner
0 siblings, 0 replies; 31+ messages in thread
From: Alec Warner @ 2013-12-17 3:47 UTC (permalink / raw
To: gentoo-commits
commit: a4ad1118d6b92f95223671e1eeca416929ef3f4f
Author: Alec Warner <antarus <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 17 03:47:48 2013 +0000
Commit: Alec Warner <antarus <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 03:47:48 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=a4ad1118
Add ostc image per bug 477374
---
| 11 +++++++++++
1 file changed, 11 insertions(+)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index 297bb06..fd84a0f 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -120,4 +120,15 @@ ads = [
'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,
+ },
]
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2013-12-17 3:58 Alec Warner
0 siblings, 0 replies; 31+ messages in thread
From: Alec Warner @ 2013-12-17 3:58 UTC (permalink / raw
To: gentoo-commits
commit: 035bbf0e545d3734fd470bd982f29075c2e6643e
Author: Alec Warner <antarus <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 17 03:58:13 2013 +0000
Commit: Alec Warner <antarus <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 03:58:13 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=035bbf0e
Fix typoes.
---
| 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index fd84a0f..6e921a2 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -124,11 +124,11 @@ ads = [
'name': 'OSTC',
'type': 'img',
'img': 'sponsors/ostc-ad.png',
- 'title': 'OSTC'
+ 'title': 'OSTC',
'tier': 1,
- 'weight', 10,
+ 'weight': 10,
'url': 'http://www.ostc.com/',
'height': 114,
- 'width', 88,
+ 'width': 88,
},
]
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2014-10-14 15:19 Robin H. Johnson
0 siblings, 0 replies; 31+ messages in thread
From: Robin H. Johnson @ 2014-10-14 15:19 UTC (permalink / raw
To: gentoo-commits
commit: 67862f126d19546e39bf98a80dffda53fca581d8
Author: Robin H. Johnson <robbat2 <AT> orbis-terrarum <DOT> net>
AuthorDate: Tue Oct 14 15:18:55 2014 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 14 15:18:55 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=67862f12
Add webhosting.uk.com (eukhost) to sidebar.
---
| 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index 6e921a2..0719674 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -86,7 +86,7 @@ ads = [
},
{
'name': 'DedicatedNOW',
- 'type': 'img',
+ 'type': 'img',
'img': 'sponsors/dedicatednow_ad.png',
'title': 'Award Winning Managed Dedicated Hosting, 100% SLA',
'tier': 1,
@@ -109,6 +109,19 @@ ads = [
'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',
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2014-10-14 15:19 Robin H. Johnson
0 siblings, 0 replies; 31+ messages in thread
From: Robin H. Johnson @ 2014-10-14 15:19 UTC (permalink / raw
To: gentoo-commits
commit: af10f16df5660fc12fc9aecf695cab8d2d33d922
Author: Robin H. Johnson <robbat2 <AT> orbis-terrarum <DOT> net>
AuthorDate: Tue Oct 14 15:19:12 2014 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 14 15:19:12 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=af10f16d
SD-France is no longer a sponsor.
---
| 11 -----------
1 file changed, 11 deletions(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index 0719674..3cbddf5 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -60,17 +60,6 @@ ads = [
'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',
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2014-10-14 15:19 Robin H. Johnson
0 siblings, 0 replies; 31+ messages in thread
From: Robin H. Johnson @ 2014-10-14 15:19 UTC (permalink / raw
To: gentoo-commits
commit: c237114ba3b38a4236c8b139a056481ff75d36ed
Author: Robin H. Johnson <robbat2 <AT> orbis-terrarum <DOT> net>
AuthorDate: Tue Oct 14 15:19:44 2014 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 14 15:19:44 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=c237114b
Adjust weights.
---
| 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index 3cbddf5..e66d535 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -20,7 +20,7 @@ ads = [
'type': 'img',
'img': 'sponsors/vr-ad.png',
'title': 'VR: Gentoo VPS & IPv6 Hosting',
- 'weight': 20,
+ 'weight': 15,
'tier': 1,
'url': 'http://www.vr.org/',
'width': 125,
@@ -32,7 +32,7 @@ ads = [
'img': 'tek-gentoo.gif',
'title': 'Tek Alchemy',
'tier': 1,
- 'weight': 10,
+ 'weight': 5,
'url': 'http://www.tek.net/',
'height': 125,
'width': 125,
@@ -43,7 +43,7 @@ ads = [
'img': 'sponsors/sevenl_ad.png',
'title': 'SevenL',
'tier': 1,
- 'weight': 15,
+ 'weight': 10,
'url': 'https://www.sevenl.net/?utm_source=gentoo-org&utm_medium=sponsored-banner&utm_campaign=gentoo-dedicated-servers',
'height': 125,
'width': 125,
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2014-12-02 12:53 Alexys Jacob
0 siblings, 0 replies; 31+ messages in thread
From: Alexys Jacob @ 2014-12-02 12:53 UTC (permalink / raw
To: gentoo-commits
commit: 0479fcb8556b2df394e4d7b81f7cdeadee5f4082
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 2 12:53:46 2014 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Tue Dec 2 12:53:46 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=0479fcb8
add numberly sponsor ad logo
---
| 11 +++++++++++
1 file changed, 11 insertions(+)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index e66d535..2fa663f 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -5,6 +5,17 @@
ads = [
{
+ 'name': 'Numberly',
+ 'type': 'img',
+ 'img': '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',
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gentoo-ads-config:master commit in: /
@ 2014-12-02 13:19 Pavlos Ratis
0 siblings, 0 replies; 31+ messages in thread
From: Pavlos Ratis @ 2014-12-02 13:19 UTC (permalink / raw
To: gentoo-commits
commit: 090441a95af41eb82c7bdeb9b0a03ed80d177824
Author: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 2 13:17:03 2014 +0000
Commit: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
CommitDate: Tue Dec 2 13:17:03 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=090441a9
fix path for numberly logo image
---
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/gentoo_sponsors.py b/gentoo_sponsors.py
index 2fa663f..c09073c 100644
--- a/gentoo_sponsors.py
+++ b/gentoo_sponsors.py
@@ -7,7 +7,7 @@ ads = [
{
'name': 'Numberly',
'type': 'img',
- 'img': 'numberly_ad.jpg',
+ 'img': 'sponsors/numberly_ad.jpg',
'title': 'Numberly',
'tier': 1,
'weight': 25,
@@ -102,7 +102,7 @@ ads = [
'tier': 1,
'weight': 5,
'url': 'http://www.hotelkatalog24.de',
- 'html': {
+ '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.',
},
^ permalink raw reply related [flat|nested] 31+ messages in thread
end of thread, other threads:[~2014-12-02 13:19 UTC | newest]
Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-03 0:06 [gentoo-commits] proj/gentoo-ads-config:master commit in: / Robin H. Johnson
-- strict thread matches above, loose matches on Subject: below --
2014-12-02 13:19 Pavlos Ratis
2014-12-02 12:53 Alexys Jacob
2014-10-14 15:19 Robin H. Johnson
2014-10-14 15:19 Robin H. Johnson
2014-10-14 15:19 Robin H. Johnson
2013-12-17 3:58 Alec Warner
2013-12-17 3:47 Alec Warner
2013-09-23 12:44 Alex Legler
2013-09-23 12:40 Alex Legler
2013-06-09 1:08 Robin H. Johnson
2013-03-28 16:30 Robin H. Johnson
2012-06-27 18:28 Jeremy Olexa
2012-06-07 19:58 Alec Warner
2012-06-06 13:17 Alec Warner
2012-06-06 13:14 Alec Warner
2012-06-06 13:08 Alec Warner
2012-06-06 13:01 Alec Warner
2012-06-06 12:58 Alec Warner
2012-06-06 12:42 Alec Warner
2011-09-20 17:46 Christian Ruppert
2011-06-21 14:38 Jeremy Olexa
2011-05-04 0:56 Robin H. Johnson
2011-03-03 0:09 Robin H. Johnson
2011-03-03 0:06 Robin H. Johnson
2011-03-03 0:06 Robin H. Johnson
2011-03-03 0:06 Robin H. Johnson
2011-03-03 0:06 Robin H. Johnson
2011-03-03 0:06 Robin H. Johnson
2011-03-03 0:06 Robin H. Johnson
2011-03-03 0:06 Robin H. Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox