Update Zulip support email to zulip-devel@googlegroups.com.

Ideally some of these templates should really point to the
local installation's support email address, but this is a
good start.

Exceptions:
* Where to report security incidents
* MIT Zephyr-related pages
* zulip.com terms and conditions
This commit is contained in:
Waseem Daher 2015-09-28 21:17:08 -07:00 committed by Tim Abbott
parent a2765aef3a
commit 8281e557b1
4 changed files with 4 additions and 4 deletions

View file

@ -54,6 +54,6 @@ while backoff.keep_going():
print "" print ""
print "" print ""
print "ERROR: The Jabber mirroring bot is unable to continue mirroring Jabber." print "ERROR: The Jabber mirroring bot is unable to continue mirroring Jabber."
print "Please contact support@zulip.com if you need assistance." print "Please contact zulip-devel@googlegroups.com if you need assistance."
print "" print ""
sys.exit(1) sys.exit(1)

View file

@ -49,7 +49,7 @@ client = zulip.Client(
site=config.ZULIP_SITE, site=config.ZULIP_SITE,
api_key=config.ZULIP_API_KEY, api_key=config.ZULIP_API_KEY,
client="ZulipBasecamp/" + VERSION) client="ZulipBasecamp/" + VERSION)
user_agent = "Basecamp To Zulip Mirroring script (support@zulip.com)" user_agent = "Basecamp To Zulip Mirroring script (zulip-devel@googlegroups.com)"
htmlParser = HTMLParser() htmlParser = HTMLParser()
# find some form of JSON loader/dumper, with a preference order for speed. # find some form of JSON loader/dumper, with a preference order for speed.

View file

@ -58,7 +58,7 @@ client = zulip.Client(
site=config.ZULIP_SITE, site=config.ZULIP_SITE,
api_key=config.ZULIP_API_KEY, api_key=config.ZULIP_API_KEY,
client="ZulipCodebase/" + VERSION) client="ZulipCodebase/" + VERSION)
user_agent = "Codebase To Zulip Mirroring script (support@zulip.com)" user_agent = "Codebase To Zulip Mirroring script (zulip-devel@googlegroups.com)"
# find some form of JSON loader/dumper, with a preference order for speed. # find some form of JSON loader/dumper, with a preference order for speed.
json_implementations = ['ujson', 'cjson', 'simplejson', 'json'] json_implementations = ['ujson', 'cjson', 'simplejson', 'json']

View file

@ -26,7 +26,7 @@ package_info = dict(
version=version(), version=version(),
description='Bindings for the Zulip message API', description='Bindings for the Zulip message API',
author='Zulip, Inc.', author='Zulip, Inc.',
author_email='support@zulip.com', author_email='zulip-devel@googlegroups.com',
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 3 - Alpha',
'Environment :: Web Environment', 'Environment :: Web Environment',