/usr/share/doc/urwid-satext/README is in python-urwid-satext 0.6.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | urwid-satext v0.6.1
(c) Jérôme Poisson aka Goffi 2008-2016
(c) Adrien Cossa 2014-2016
urwid-satext, or urwid SàT extensions, is a widgets library based on Urwid
** LICENCE **
urwid-satext is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
urwid-satext is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with urwid-satext. If not, see <http://www.gnu.org/licenses/>.
** About **
urwid-satext is a widgets based on top of the excellent Urwid (http://excess.org/urwid/) console user interface library.
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.
** Installation **
Install the dependency: urwid >= 1.2.0
Just type as root:
$ python setup.py install
** What are the widgets provided ? **
** How to use it ? **
You can see the documentation at http://wiki.goffi.org/wiki/urwid-satext .
Also check examples directory.
** Credit **
A big big thank to the authors/contributors of Urwid (http://excess.org/urwid/), of course.
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.
If I forgot any credit (and I probably have), please contact me (mail below) to fix it.
** Contact **
You can contact us on contact@salut-a-toi.org (e-mail)
SàT official site: http://www.salut-a-toi.org
Goffi's blog (french/english) is at http://www.goffi.org
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.
|