Switch from IRC to Matrix
This commit is contained in:
Родитель
77e8b8d41e
Коммит
9cc031333c
|
@ -20,7 +20,7 @@
|
|||
Addons-Server
|
||||
=============
|
||||
|
||||
Welcome to the Addons Server repository! Please feel free to visit the web page of the current project hosted on `addons.mozilla.org`_. If you want to install it follow our guide located in `install docs`_. We'd love your help! You can come talk to us on `irc.mozilla.org #amo`_ if you have any questions.
|
||||
Welcome to the Addons Server repository! Please feel free to visit the web page of the current project hosted on `addons.mozilla.org`_. If you want to install it follow our guide located in `install docs`_. We'd love your help! You can come talk to us on `Matrix #amo:mozilla.org`_ if you have any questions.
|
||||
|
||||
Please report bugs here: https://github.com/mozilla/addons/issues or https://github.com/mozilla/addons-server/issues
|
||||
You can access the AMO dev environment at https://addons-dev.allizom.org/ and the AMO stage environment at https://addons.allizom.org/
|
||||
|
@ -29,7 +29,7 @@ You can join our mailing list at https://mail.mozilla.org/listinfo/dev-addons
|
|||
|
||||
.. _`addons.mozilla.org`: https://addons.mozilla.org
|
||||
.. _`install docs`: https://addons-server.readthedocs.io/en/latest/topics/install/docker.html
|
||||
.. _`irc.mozilla.org #amo`: irc://irc.mozilla.org/amo
|
||||
.. _`Matrix #amo:mozilla.org`: https://chat.mozilla.org/#/room/#amo:mozilla.org
|
||||
|
||||
|
||||
.. marker-for-security-bug-inclusion-do-not-remove
|
||||
|
|
|
@ -9,17 +9,7 @@
|
|||
"participate": {
|
||||
"home": "https://wiki.mozilla.org/Add-ons/Contribute/AMO/Code",
|
||||
"docs": "http://addons-server.readthedocs.io/",
|
||||
"irc": "irc://irc.mozilla.org/#amo",
|
||||
"irc-contacts": [
|
||||
"bsilverberg",
|
||||
"cgrebs",
|
||||
"eviljeff",
|
||||
"kumar",
|
||||
"mat",
|
||||
"muffinresearch",
|
||||
"rebm",
|
||||
"willdurand"
|
||||
]
|
||||
"matrix": "https://chat.mozilla.org/#/room/#amo:mozilla.org",
|
||||
},
|
||||
"bugs": {
|
||||
"list": "https://github.com/mozilla/addons-server/issues",
|
||||
|
|
|
@ -298,8 +298,8 @@ The :ref:`contributing` page has more on managing branches.
|
|||
Contact
|
||||
-------
|
||||
|
||||
Come talk to us on irc://irc.mozilla.org/amo if you have questions, issues, or
|
||||
compliments.
|
||||
Come talk to us on https://chat.mozilla.org/#/room/#amo:mozilla.org if you have
|
||||
questions, issues, or compliments.
|
||||
|
||||
|
||||
Submitting a Patch
|
||||
|
|
|
@ -107,8 +107,9 @@ class ActivityEmailParser(object):
|
|||
raise ActivityEmailToNotificationsError(
|
||||
'This email address is not meant to receive emails directly. '
|
||||
'If you want to get in contact with add-on reviewers, please '
|
||||
'reply to the original email or join us in IRC on '
|
||||
'irc.mozilla.org/#addon-reviewers. Thank you.')
|
||||
'reply to the original email or join us in Matrix on '
|
||||
'https://chat.mozilla.org/#/room/#addon-reviewers:mozilla.org '
|
||||
'. Thank you.')
|
||||
log.exception(
|
||||
'TO: address missing or not related to activity emails. (%s)'
|
||||
% ', '.join(addresses))
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<h4>{{ _('More') }}</h4>
|
||||
<ul>
|
||||
<li><a class="Before-Icon Before-Icon-telegram" href="https://t.me/addonschat">{{ _('Telegram group') }}</a></li>
|
||||
<li><a class="Before-Icon Before-Icon-irc" href="https://wiki.mozilla.org/IRC">{{ _('IRC') }}</a></li>
|
||||
<li><a class="Before-Icon Before-Icon-matrix" href="https://chat.mozilla.org/#/room/#addons:mozilla.org">{{ _('Matrix') }}</a></li>
|
||||
<li><a class="Before-Icon Before-Icon-mail" href="https://mail.mozilla.org/listinfo/dev-addons">{{ _('Add-on Developers Mailing List') }}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -162,8 +162,8 @@ a.Before-Icon-twitter::before {
|
|||
content: url(../../../img/icons/twitter.svg);
|
||||
}
|
||||
|
||||
a.Before-Icon-irc::before {
|
||||
content: url(../../../img/icons/irc.svg);
|
||||
a.Before-Icon-matrix::before {
|
||||
content: url(../../../img/icons/matrix.svg);
|
||||
}
|
||||
|
||||
a.Before-Icon-telegram::before {
|
||||
|
|
До Ширина: | Высота: | Размер: 1.0 KiB После Ширина: | Высота: | Размер: 1.0 KiB |
Загрузка…
Ссылка в новой задаче