summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-29 01:59:44 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-29 01:59:44 +0200
commitbb4f72750e6e537913b3cf2477879c2ab3eecc10 (patch)
tree7d029b32b3349ce1cd3c09b9d263669412a2a297
parent3f7c6fdee0b1f906d0d89bfa5573b94977905a24 (diff)
downloadweb-bb4f72750e6e537913b3cf2477879c2ab3eecc10.tar.gz
web-bb4f72750e6e537913b3cf2477879c2ab3eecc10.tar.bz2
web-bb4f72750e6e537913b3cf2477879c2ab3eecc10.zip
only working services for the moment are: gitlab and osqa
-rw-r--r--account.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/account.py b/account.py
index 2ef2e41..8adc86a 100644
--- a/account.py
+++ b/account.py
@@ -5,8 +5,8 @@ from uuid import uuid4
SERVICES = [
- Service('foren', 'Foren', 'http://foren.spline.de/'),
- Service('jabber', 'Jabber', 'http://jabber.spline.de/'),
+ #Service('foren', 'Foren', 'http://foren.spline.de/'),
+ #Service('jabber', 'Jabber', 'http://jabber.spline.de/'),
Service('gitlab', 'Gitlab', 'https://gitlab.spline.inf.fu-berlin.de/'),
Service('osqa', 'OS Q&A', 'http://osqa.spline.de/'),
]