diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f8f3b95c..389bed70 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -5,7 +5,7 @@ To contribute, the preferred way is to commit your changes on some publicly-available git repository (on a fork `on github `_ or on your own repository) and to notify the developers with either: - - a ticket `on the bug tracker `_ + - a ticket `on the bug tracker `_ - a pull request on github - a simple message on `the XMPP MUC `_ diff --git a/doap.xml b/doap.xml index e36ef6fb..79b04abd 100644 --- a/doap.xml +++ b/doap.xml @@ -8,13 +8,13 @@ Elegant Python library for XMPP Bibliothèque pour XMPP élégante, en Python - - - + + + - + en @@ -59,8 +59,8 @@ - - + + @@ -1012,56 +1012,56 @@ 1.6.0 2020-12-12 - + 1.7.0 2021-01-29 - + 1.7.1 2021-04-30 - + 1.8.0 2022-02-27 - + 1.8.1 2022-03-20 - + 1.8.2 2022-04-06 - + 1.8.3 2022-11-12 - + 1.8.4 2023-05-28 - + diff --git a/docs/getting_started/component.rst b/docs/getting_started/component.rst index 531e769c..3ceb848e 100644 --- a/docs/getting_started/component.rst +++ b/docs/getting_started/component.rst @@ -11,7 +11,7 @@ Create and Run a Server Component `_. If you have not yet installed Slixmpp, do so now by either checking out a version -with `Git `_. +with `Git `_. Many XMPP applications eventually graduate to requiring to run as a server component in order to meet scalability requirements. To demonstrate how to diff --git a/docs/getting_started/echobot.rst b/docs/getting_started/echobot.rst index 61c23575..cdd5f0f9 100644 --- a/docs/getting_started/echobot.rst +++ b/docs/getting_started/echobot.rst @@ -11,7 +11,7 @@ Slixmpp Quickstart - Echo Bot `_. If you have not yet installed Slixmpp, do so now by either checking out a version -with `Git `_. +with `Git `_. As a basic starting project, we will create an echo bot which will reply to any messages sent to it. We will also go through adding some basic command line configuration @@ -325,7 +325,7 @@ The Final Product ----------------- Here then is what the final result should look like after working through the guide above. The code -can also be found in the Slixmpp `examples directory `_. +can also be found in the Slixmpp `examples directory `_. .. compound:: diff --git a/docs/getting_started/muc.rst b/docs/getting_started/muc.rst index 0b5cd1f8..781f377d 100644 --- a/docs/getting_started/muc.rst +++ b/docs/getting_started/muc.rst @@ -11,7 +11,7 @@ Multi-User Chat (MUC) Bot `_. If you have not yet installed Slixmpp, do so now by either checking out a version -from `Git `_. +from `Git `_. Now that you've got the basic gist of using Slixmpp by following the echobot example (:ref:`echobot`), we can use one of the bundled plugins diff --git a/docs/index.rst b/docs/index.rst index d088e015..c1543ab3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,9 +4,9 @@ Slixmpp .. sidebar:: Get the Code The latest source code for Slixmpp may be found on the `Git repo - `_. :: + `_. :: - git clone https://lab.louiz.org/poezio/slixmpp + git clone https://codeberg.org/poezio/slixmpp An XMPP chat room is available for discussing and getting help with slixmpp. @@ -14,7 +14,7 @@ Slixmpp `slixmpp@muc.poez.io `_ **Reporting bugs** - You can report bugs at http://lab.louiz.org/poezio/slixmpp/issues. + You can report bugs at http://codeberg.org/poezio/slixmpp/issues. Slixmpp is an :ref:`MIT licensed ` XMPP library for Python 3.7+, diff --git a/setup.py b/setup.py index 4830efcc..1b32cba4 100755 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ setup( long_description=LONG_DESCRIPTION, author='Florent Le Coz', author_email='louiz@louiz.org', - url='https://lab.louiz.org/poezio/slixmpp', + url='https://codeberg.org/poezio/slixmpp', license='MIT', platforms=['any'], package_data={'slixmpp': ['py.typed']},