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:
parent
a2765aef3a
commit
8281e557b1
|
@ -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)
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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']
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue