Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Discourse, replace with GH Discussions #352

Merged
merged 1 commit into from
Dec 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
| |GH Release| |_| |GH PRs| |_| |GH LastCommit|
| |PyPI DL| |_| |GH DL|
|
| |GH Discussions|
|

.. .. U+00A0 is non-breaking space
.. |_| unicode:: 0xA0
Expand Down Expand Up @@ -36,7 +38,6 @@
.. |readthedocs| image:: https://img.shields.io/readthedocs/aiosmtpd?logo=Read+the+Docs
:target: https://aiosmtpd.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. .. Do NOT include the Discourse badge!
.. |GH Release| image:: https://img.shields.io/github/v/release/aio-libs/aiosmtpd?logo=github
:target: https://github.com/aio-libs/aiosmtpd/releases
:alt: GitHub latest release
Expand All @@ -52,7 +53,9 @@
.. |GH DL| image:: https://img.shields.io/github/downloads/aio-libs/aiosmtpd/total?logo=github
:target: https://github.com/aio-libs/aiosmtpd/releases
:alt: GitHub downloads

.. |GH Discussions| image:: https://img.shields.io/github/discussions/aio-libs/aiosmtpd?logo=github&style=social
:target: https://github.com/aio-libs/aiosmtpd/discussions
:alt: GitHub Discussions

This is a server for SMTP and related MTA protocols,
similar in utility to the standard library's |smtpd.py|_ module,
Expand Down
11 changes: 5 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
| |github license| |_| |PyPI Version| |_| |PyPI Python| |_| |PyPI PythonImpl|
| |GA badge| |_| |CodeQL badge| |_| |codecov| |_| |readthedocs|
|
| |Discourse|
| |GH Discussions|
|

.. |_| unicode:: 0xA0
:trim:
Expand Down Expand Up @@ -34,11 +35,9 @@
.. |readthedocs| image:: https://img.shields.io/readthedocs/aiosmtpd?logo=Read+the+Docs&logoColor=white
:target: https://aiosmtpd.readthedocs.io/en/latest/
:alt: Documentation Status
.. .. If you edit the above badges, don't forget to edit setup.cfg
.. .. The |Discourse| badge MUST NOT be included in setup.cfg
.. |Discourse| image:: https://img.shields.io/discourse/status?server=https%3A%2F%2Faio-libs.discourse.group%2F&style=social
:target: https://aio-libs.discourse.group/
:alt: Discourse
.. |GH Discussions| image:: https://img.shields.io/github/discussions/aio-libs/aiosmtpd?logo=github&style=social
:target: https://github.com/aio-libs/aiosmtpd/discussions
:alt: GitHub Discussions

The Python standard library includes a basic |SMTP|_ server in the |smtpd|_ module,
based on the old asynchronous libraries |asyncore|_ and |asynchat|_.
Expand Down