Update a few url to use https, or even a few old poezio.eu references

This commit is contained in:
louiz’ 2016-03-09 18:03:02 +01:00
parent c93640ad85
commit 0d787998df
5 changed files with 10 additions and 10 deletions

View file

@ -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

View file

@ -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

View file

@ -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>

View file

@ -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',

View file

@ -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)