diff options
author | louiz’ <louiz@louiz.org> | 2016-03-09 18:03:02 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-03-09 18:03:02 +0100 |
commit | 0d787998df032bfad24f55c40658f4c583895c12 (patch) | |
tree | 06027f8c379b0014fa6a10ec9e96f248c06145ff | |
parent | c93640ad85fae442cb722921fcdb6a64c7152bc0 (diff) | |
download | poezio-0d787998df032bfad24f55c40658f4c583895c12.tar.gz poezio-0d787998df032bfad24f55c40658f4c583895c12.tar.bz2 poezio-0d787998df032bfad24f55c40658f4c583895c12.tar.xz poezio-0d787998df032bfad24f55c40658f4c583895c12.zip |
Update a few url to use https, or even a few old poezio.eu references
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | README.rst | 8 | ||||
-rw-r--r-- | data/poezio.1 | 6 | ||||
-rwxr-xr-x | setup.py | 2 | ||||
-rw-r--r-- | src/plugin.py | 2 |
5 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,6 @@ This file describes the new features in each poezio release. For more detailed changelog, see the roadmap: -http://dev.louiz.org/projects/poezio/roadmap +https://dev.louiz.org/projects/poezio/roadmap * Poezio 1.0 - dev @@ -9,9 +9,9 @@ | | |_| -Homepage: http://poez.io +Homepage: https://poez.io -Forge Page: http://dev.poez.io +Forge Page: https://dev.poez.io Poezio is a console Jabber/XMPP client. Its goal is to use anonymous connections to simply let the user join MultiUserChats. This way, the user @@ -58,7 +58,7 @@ also read the “Configuration” documentation page which has links between options and longer descriptions. Please see the online documentation for more information on installing, -configuring or using poezio: http://doc.poez.io/ +configuring or using poezio: https://doc.poez.io/ If you still have questions, or if you're lost, don't hesitate to come talk to us directly on our Jabber chat room (see Contact section). @@ -79,7 +79,7 @@ Please DO report any bug you encounter and ask for any feature you want Jabber ChatRoom: `poezio@muc.poez.io <xmpp:poezio@muc.poez.io?join>`_ -Report a bug: http://dev.poez.io/new +Report a bug: https://dev.poez.io/new ======================= License diff --git a/data/poezio.1 b/data/poezio.1 index b9f7b8bc..539db39e 100644 --- a/data/poezio.1 +++ b/data/poezio.1 @@ -8,7 +8,7 @@ Poezio \- a ncurses jabber client written in python3 .B poezio [\-f \fICONFIG_FILE\fR] [\-d \fIDEBUG_FILE\fR] [\-h] .SH "DESCRIPTION" .B Poezio -is a console jabber (XMPP) client written in Python and using ncurses to draw its interface. It aims at being similar to the most famous IRC clients, like weechat or irssi. The keyboard shortcuts are inspired from emacs. For more information on XMPP see http://xmpp.org and on Poezio see http://poezio.eu +is a console jabber (XMPP) client written in Python and using ncurses to draw its interface. It aims at being similar to the most famous IRC clients, like weechat or irssi. The keyboard shortcuts are inspired from emacs. For more information on XMPP see http://xmpp.org and on Poezio see https://poez.io .PP .SH "OPTIONS" .TP @@ -174,8 +174,8 @@ Sure. If you're using a terminal multiplexer such as \fIscreen\fR or \fItmux\fR, it may be setting $TERM to "screen", which breaks 256-color support. Consider setting your $TERM to something like "screen-256color". .SH "FEEDBACK" -You are encouraged to report bugs or feature requests on http://dev.louiz.org/projects/poezio. -You can also find us on the Jabber chatroom poezio@muc.poezio.eu +You are encouraged to report bugs or feature requests on https://dev.louiz.org/projects/poezio. +You can also find us on the Jabber chatroom poezio@muc.poez.io .SH "AUTHORS" Written by Florent Le Coz <louiz@louiz.org> @@ -69,7 +69,7 @@ setup(name="poezio", description="A console XMPP client", long_description=LONG_DESCRIPTION, ext_modules=[module_poopt], - url='http://poez.io/', + url='https://poez.io/', license='zlib', download_url='https://dev.louiz.org/projects/poezio/files', diff --git a/src/plugin.py b/src/plugin.py index 2d8275ed..bf30c981 100644 --- a/src/plugin.py +++ b/src/plugin.py @@ -334,7 +334,7 @@ class PluginAPI(object): Defaults to 0. A complete list of those events can be found at - http://poezio.eu/doc/en/dev/events.html + https://doc.poez.io/dev/events.html """ return self.plugin_manager.add_event_handler(module, *args, **kwargs) |