Mercurial > urwid-satext
comparison README @ 72:e497bf7e3060 0.3.0
version update
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 26 Feb 2014 15:39:38 +0100 |
parents | eddb8369ba06 |
children | 4629924c136f |
comparison
equal
deleted
inserted
replaced
71:eddb8369ba06 | 72:e497bf7e3060 |
---|---|
1 urwid-satext v0.2.0 | 1 urwid-satext v0.3.0 |
2 (c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013; 2014 | 2 (c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013, 2014 |
3 | 3 |
4 urwid-satext, or urwid SàT extensions, is a widgets library based on Urwid | 4 urwid-satext, or urwid SàT extensions, is a widgets library based on Urwid |
5 | 5 |
6 | 6 |
7 | 7 ** LICENCE ** |
8 ** LICENSE ** | |
9 | 8 |
10 urwid-satext is free software: you can redistribute it and/or modify | 9 urwid-satext is free software: you can redistribute it and/or modify |
11 it under the terms of the GNU Lesser General Public License as published by | 10 it under the terms of the GNU Lesser General Public License as published by |
12 the Free Software Foundation, either version 3 of the License, or | 11 the Free Software Foundation, either version 3 of the License, or |
13 (at your option) any later version. | 12 (at your option) any later version. |
19 | 18 |
20 You should have received a copy of the GNU Lesser General Public License | 19 You should have received a copy of the GNU Lesser General Public License |
21 along with urwid-satext. If not, see <http://www.gnu.org/licenses/>. | 20 along with urwid-satext. If not, see <http://www.gnu.org/licenses/>. |
22 | 21 |
23 | 22 |
24 | 23 ** About ** |
25 | |
26 ** WTF ? ** | |
27 urwid-satext is a widgets based on top of the excellent Urwid (http://excess.org/urwid/) console user interface library. | 24 urwid-satext is a widgets based on top of the excellent Urwid (http://excess.org/urwid/) console user interface library. |
28 It was originally made for the "Salut à Toi" project, an XMPP/Jabber multi-frontend client, but was eventually separated to be used by other urwid projects. | 25 It was originally made for the "Salut à Toi" project, an XMPP/Jabber multi-frontend client, but was eventually separated to be used by other urwid projects. |
29 | 26 |
30 | 27 |
31 ** Installation ** | 28 ** Installation ** |
39 ** How to use it ? ** | 36 ** How to use it ? ** |
40 | 37 |
41 You can see the documentation at http://wiki.goffi.org/wiki/urwid-satext . | 38 You can see the documentation at http://wiki.goffi.org/wiki/urwid-satext . |
42 Also check examples directory. | 39 Also check examples directory. |
43 | 40 |
41 | |
44 ** Credit ** | 42 ** Credit ** |
45 | 43 |
46 A big big thank to the authors/contributors of Urwid (http://excess.org/urwid/), of course. | 44 A big big thank to the authors/contributors of Urwid (http://excess.org/urwid/), of course. |
47 Nothing would be possible without Python (http://www.python.org/), Gnu and the Free Software Foundation (http://www.gnu.org, http://www.fsf.org/), the Linux Kernel (http://www.kernel.org/), and the coder of the tools I use like Vim (http://www.vim.org/), Mercurial (http://www.selenic.com/mercurial/wiki/), or all the KDE stuff (http://www.kde.org/ and of course http://amarok.kde.org/), and also XFCE (http://www.xfce.org), etc. Thanks thanks thanks, thank to everybody in the Free (Libre) chain for making a part of the dream. | 45 Nothing would be possible without Python (http://www.python.org/), Gnu and the Free Software Foundation (http://www.gnu.org, http://www.fsf.org/), the Linux Kernel (http://www.kernel.org/), and the coder of the tools I use like Vim (http://www.vim.org/), Mercurial (http://www.selenic.com/mercurial/wiki/), or all the KDE stuff (http://www.kde.org/ and of course http://amarok.kde.org/), and also XFCE (http://www.xfce.org), etc. Thanks thanks thanks, thank to everybody in the Free (Libre) chain for making a part of the dream. |
48 | 46 |
49 If I forgot any credit (and I probably have), please contact me (mail below) to fix it. | 47 If I forgot any credit (and I probably have), please contact me (mail below) to fix it. |
50 | 48 |
51 | 49 |
52 | |
53 | |
54 | |
55 ** Contact ** | 50 ** Contact ** |
56 | 51 |
57 You can contact me on goffi@goffi.org | 52 You can contact me on goffi@goffi.org (e-mail) or goffi@jabber.fr (xmpp) |
58 my blog (in french) is at http://www.goffi.org | 53 my blog (in french) is at http://www.goffi.org |
54 SàT official site: http://www.salut-a-toi.org | |
59 urwid-satext wiki page is at http://wiki.goffi.org/wiki/urwid-satext , you will find there link to the latests release, the repository, etc. | 55 urwid-satext wiki page is at http://wiki.goffi.org/wiki/urwid-satext , you will find there link to the latests release, the repository, etc. |