diff --git a/docs/community.rst b/docs/community.rst new file mode 100644 index 00000000000..e793135b1a1 --- /dev/null +++ b/docs/community.rst @@ -0,0 +1,42 @@ +Twisted Community +################# + +For interacting with the twisted community members, you have several options: + +Mail Lists +========== + +If you want to participate in Twisted's community or development, you probably want to join the main mailing list: + +- `twisted-python `_ - the main Twisted discussion list + +You can subscribe to the mailing list using the web interface linked above. + +ML Archives: + +- `Current list archive `_ +- `Other archives `_ + +Stack Overflow +============== + +Stack Overflow is a programming Q & A site. You can find Twisted-related questions there, often with answers: + +- https://stackoverflow.com/questions/tagged/twisted + +Real-Time Chat +============== + +You can join the `Twisted Gitter channel `_ (or simply click the "Open Chat" button at the bottom-right of this screen). +Gitter is based on `Matrix `_, which is itself built with Twisted ! + +Alternatively you can join the following IRC channel. There are gateways between the Gitter and IRC channels. + +Server: ``irc.libera.chat`` (more about `the Libera IRC network `_) + +- `#twisted `_ - support for Twisted and its ecosystem + +Blogs +===== + +Read `Planet Twisted `_. diff --git a/docs/index.rst b/docs/index.rst index 17e6599f5b2..715984f11a3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -28,6 +28,7 @@ Contents: :caption: Quick links security + community api/index GitHub - PyPI \ No newline at end of file + PyPI diff --git a/src/twisted/newsfragments/11652.misc b/src/twisted/newsfragments/11652.misc new file mode 100644 index 00000000000..e69de29bb2d