diff options
author | mathieui <mathieui@mathieui.net> | 2021-02-03 22:34:33 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-02-03 22:34:33 +0100 |
commit | 17f08929f91958fb88c504eb3eaf4597f9c044ba (patch) | |
tree | 91cdf11af794f2282951e530b05795298c3e7626 /docs | |
parent | d8dbfaa37e62b230650c14151658be448137ea0e (diff) | |
download | slixmpp-17f08929f91958fb88c504eb3eaf4597f9c044ba.tar.gz slixmpp-17f08929f91958fb88c504eb3eaf4597f9c044ba.tar.bz2 slixmpp-17f08929f91958fb88c504eb3eaf4597f9c044ba.tar.xz slixmpp-17f08929f91958fb88c504eb3eaf4597f9c044ba.zip |
docs: add slixmpp credits, move fork note to the bottom
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst index a01109cd..1a7b2043 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,11 +16,6 @@ Slixmpp **Reporting bugs** You can report bugs at http://lab.louiz.org/poezio/slixmpp/issues. -.. note:: - slixmpp is a friendly fork of `SleekXMPP <https://github.com/fritzy/SleekXMPP>`_ - which goal is to use asyncio instead of threads to handle networking. See - :ref:`differences`. - Slixmpp is an :ref:`MIT licensed <license>` XMPP library for Python 3.7+, Slixmpp's design goals and philosphy are: @@ -200,9 +195,30 @@ Additional Info * :ref:`modindex` * :ref:`search` + +Slixmpp Credits +--------------- + +**Maintainers:** + - Florent Le Coz (`louiz@louiz.org <xmpp:louiz@louiz.org?message>`_), + - Mathieu Pasquet (`mathieui@mathieui.net <xmpp:mathieui@mathieui.net?message>`_), + - Emmanuel Gil Peyrot (`Link mauve <xmpp:linkmauve@linkmauve.fr?message>`_) + - Maxime Buquet (`pep <xmpp:pep@bouah.net?message>`_) + +**Contributors:** + - Sam Whited (`Sam Whited <mailto:sam@samwhited.com>`_) + - Dan Sully (`Dan Sully <mailto:daniel@electricalrain.com>`_) + - Gasper Zejn (`Gasper Zejn <mailto:zejn@kiberpipa.org>`_) + - Krzysztof Kotlenga (`Krzysztof Kotlenga <mailto:pocek@users.sf.net>`_) + - Tsukasa Hiiragi (`Tsukasa Hiiragi <mailto:bakalolka@gmail.com>`_) + SleekXMPP Credits ----------------- +Slixmpp is a friendly fork of `SleekXMPP <https://github.com/fritzy/SleekXMPP>`_ +which goal is to use asyncio instead of threads to handle networking. See +:ref:`differences`. We are crediting SleekXMPP Authors here. + .. note:: Those people made SleekXMPP, so you should not bother them if you have an issue with slixmpp. But it’s still fair to credit |