diff options
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | data/doap.xml | 30 | ||||
-rw-r--r-- | doc/source/dev/contributing.rst | 2 | ||||
-rw-r--r-- | doc/source/install.rst | 3 | ||||
-rw-r--r-- | plugins/rainbow.py | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
6 files changed, 26 insertions, 15 deletions
@@ -1,6 +1,4 @@ This file describes the new features in each poezio release. -For more detailed changelog, see the roadmap: -https://dev.louiz.org/projects/poezio/roadmap * Poezio 0.14 - dev diff --git a/data/doap.xml b/data/doap.xml index c4cb313d..7c2d647d 100644 --- a/data/doap.xml +++ b/data/doap.xml @@ -14,8 +14,8 @@ <homepage rdf:resource="https://poez.io/"/> <!-- TODO: https://github.com/ewilderj/doap/issues/51 --> <!--<doc rdf:resource="https://doc.poez.io/"/>--> - <download-page rdf:resource="https://dev.louiz.org/projects/poezio/files"/> - <bug-database rdf:resource="https://dev.louiz.org/projects/poezio/issues"/> + <download-page rdf:resource="https://poez.io/#download"/> + <bug-database rdf:resource="https://lab.louiz.org/poezio/poezio/-/issues"/> <!-- See https://github.com/ewilderj/doap/issues/53 --> <developer-forum rdf:resource="xmpp:poezio@muc.poez.io?join"/> <support-forum rdf:resource="xmpp:poezio@muc.poez.io?join"/> @@ -529,12 +529,26 @@ <release> <Version> + <revision>0.13.1</revision> + <created>2020-05-31</created> + <file-release rdf:resource="https://lab.louiz.org/poezio/poezio/-/archive/v0.13.1/poezio-v0.13.1.tar.gz"/> + </Version> + </release> + <!-- TODO: https://github.com/ewilderj/doap/issues/52 --> + <release> + <Version> + <revision>0.13</revision> + <created>2020-05-24</created> + <file-release rdf:resource="https://lab.louiz.org/poezio/poezio/-/archive/v0.13/poezio-v0.13.tar.gz"/> + </Version> + </release> + <release> + <Version> <revision>0.12.1</revision> <created>2018-09-12</created> <file-release rdf:resource="https://lab.louiz.org/poezio/poezio/-/archive/v0.12.1/poezio-v0.12.1.tar.gz"/> </Version> </release> - <!-- TODO: https://github.com/ewilderj/doap/issues/52 --> <release> <Version> <revision>0.12</revision> @@ -546,35 +560,35 @@ <Version> <revision>0.11</revision> <created>2017-01-31</created> - <file-release rdf:resource="https://dev.louiz.org/attachments/118/poezio-0.11.tar.gz"/> + <file-release rdf:resource="https://lab.louiz.org/poezio/poezio/-/archive/v0.11/poezio-v0.11.tar.gz"/> </Version> </release> <release> <Version> <revision>0.10</revision> <created>2016-10-09</created> - <file-release rdf:resource="https://dev.louiz.org/attachments/102/poezio-0.10.tar.gz"/> + <file-release rdf:resource="https://lab.louiz.org/poezio/poezio/-/archive/v0.10/poezio-v0.10.tar.gz"/> </Version> </release> <release> <Version> <revision>0.9</revision> <created>2015-07-31</created> - <file-release rdf:resource="https://dev.louiz.org/attachments/91/poezio-0.9.tar.xz"/> + <file-release rdf:resource="https://lab.louiz.org/poezio/poezio/-/archive/v0.9/poezio-v0.9.tar.gz"/> </Version> </release> <release> <Version> <revision>0.8.1</revision> <created>2014-03-20</created> - <file-release rdf:resource="https://dev.louiz.org/attachments/52/poezio-0.8.1.tar.xz"/> + <file-release rdf:resource="https://lab.louiz.org/poezio/poezio/-/archive/v0.8.1/poezio-v0.8.1.tar.gz"/> </Version> </release> <release> <Version> <revision>0.8</revision> <created>2014-02-22</created> - <file-release rdf:resource="https://dev.louiz.org/attachments/43/poezio-0.8.tar.xz"/> + <file-release rdf:resource="https://lab.louiz.org/poezio/poezio/-/archive/v0.8/poezio-v0.8.tar.gz"/> </Version> </release> <release> diff --git a/doc/source/dev/contributing.rst b/doc/source/dev/contributing.rst index 79737b25..4c2d8161 100644 --- a/doc/source/dev/contributing.rst +++ b/doc/source/dev/contributing.rst @@ -64,4 +64,4 @@ account and submit it again. If you have already submitted some code and plan to do more, you can ask us direct commit access on the main repo. -.. _tracker: https://dev.louiz.org/project/poezio/bugs +.. _tracker: https://lab.louiz.org/poezio/poezio/-/issues diff --git a/doc/source/install.rst b/doc/source/install.rst index 002ee9e4..118aa41d 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -242,8 +242,7 @@ that should be created beforehand: If you don’t trust images distributed on the docker hub, you can rebuild the image from the Dockerfile at the root of the git repository. -.. _stable sources: https://dev.louiz.org/project/poezio/download -.. _slixmpp: https://dev.louiz.org/projects/slixmpp +.. _slixmpp: https://lab.louiz.org/poezio/slixmpp .. _aiodns: https://github.com/saghul/aiodns .. _poezio: https://aur.archlinux.org/packages/poezio/ .. _poezio-git: https://aur.archlinux.org/packages/poezio-git/ diff --git a/plugins/rainbow.py b/plugins/rainbow.py index 4ab0b9ac..e5987089 100644 --- a/plugins/rainbow.py +++ b/plugins/rainbow.py @@ -14,7 +14,7 @@ Usage .. note:: Can create fun things when used with :ref:`The figlet plugin <figlet-plugin>`. -.. _#3273: https://dev.louiz.org/issues/3273 +.. _#3273: https://lab.louiz.org/poezio/poezio/-/issues/3273 """ from poezio.plugin import BasePlugin from poezio import xhtml @@ -126,7 +126,7 @@ setup( ext_modules=[module_poopt], url='https://poez.io/', license='zlib', - download_url='https://dev.louiz.org/projects/poezio/files', + download_url='https://poez.io/#download', author='Florent Le Coz', author_email='louiz@louiz.org', |