changeset 790:b3a2c34320e6

update README
author Goffi <goffi@goffi.org>
date Wed, 02 Dec 2015 13:17:49 +0100
parents 1028a9c366d3
children 0af8a88ef6cd
files README
diffstat 1 files changed, 40 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/README	Wed Dec 02 12:02:03 2015 +0100
+++ b/README	Wed Dec 02 13:17:49 2015 +0100
@@ -1,4 +1,4 @@
-Libervia v0.5.1
+Libervia v0.6.0
 (c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
 (c) Adrien Cossa aka Souliane 2013, 2014, 2015
 
@@ -39,7 +39,7 @@
 
 proxy65:
 SàT (plugin_xep_0065) use nearly all the code from proxy65 (http://code.google.com/p/proxy65/) which was coded by Dave Smith (2002-2004) and maintained by Fabio Forno (2007-2008).
-As the original MIT licence allows, the code is reused and sublicenced under GPL v3 to follow the rest of the code.
+As the original MIT licence allows, the code is reused and sub-licenced until GPL v3 to follow the rest of the code.
 
 progressbar:
 SàT (jp) use ProgressBar (http://pypi.python.org/pypi/progressbar/2.2), a class coded by Nilton Volpato which allow the textual representation of progression.
@@ -50,9 +50,6 @@
 wokkel:
 SàT use a library with high level enhancements on top of twisted, which is called wokkel (http://wokkel.ik.nu). Lot of thanks to Ralph Meijer and all other contributors.
 
-wxWidgets & wxPython:
-The Wix frontend is made with wxWidgets (www.wxwidgets.org) and its python version wxPython (wxPython), which is a really handy UI toolkit who works on most popular platforms. It can be found on probably all major GNU/Linux distributions.
-
 Urwid:
 Primitivus is based on Urwid (http://excess.org/urwid/) which saved me a lot of time. It's really a great library to easily make a sophisticated interface.
 
@@ -60,13 +57,22 @@
 Libervia is built with a Pyjamas (http://pyjs.org), a Google Web Toolkit port for python, including Python to Javascript compiler, and Pyjamas Desktop which allow to execute the same application on the desktop or through a browser. It's really an amazing tool.
 
 Pyfeed and Xe:
-SàT core and Libervia use pyfeed and xe (http://www.blarg.net/%7Esteveha/), 2 libraries made Steve R. Hastings really useful to parse/generate XML stuff as atom feeds.
+SàT core and Libervia use pyfeed and xe (http://home.avvanta.com/%7Esteveha/pyfeed.html), 2 libraries made Steve R. Hastings really useful to parse/generate xml stuff as atom feeds.
+
+lxml(http://lxml.de/):
+this powerful and efficient XML parsing module is used sometimes to replace Twisted internal tools: its API is handy, and it have some features like evil content cleaning.
+
+pillow(https://python-pillow.github.io/):
+This image manipulation module is used for avatars
 
 txJSON-RPC:
-Libervia use txJSON-RPC (https://launchpad.net/txjsonrpc), a twisted library to communicate with the browser's javascript throught JSON-RPC.
+Libervia use txJSON-RPC (https://launchpad.net/txjsonrpc), a twisted library to communicate with the browser's javascript throught JSON-RPC
 
 Mutagen:
-Mutagen (https://code.google.com/p/mutagen/) is an audio metadata handling library, it's use by the radiocol plugin.
+Mutagen (https://bitbucket.org/lazka/mutagen) is an audio metadata handling library, it's used by the radiocol plugin.
+
+Python OTR (http://python-otr.pentabarf.de), PyCrypto (https://www.dlitz.net/software/pycrypto) and pyOpenSSL(https://github.com/pyca/pyopenssl):
+Used for cryptography
 
 otr.js and its dependencies Big Integer Library, CryptoJS, EventEmitter:
 Libervia frontend uses otr.js and its dependencies:
@@ -74,16 +80,30 @@
     - Big Integer Library was coded by Leemon Baird (2000-2013) and is in the public domain
     - CryptoJS was coded by Jeff Mott (2009-2013) and is released under the MIT licence
     - EventEmitter was coded by Oliver Caldwell (2011-2013) and is released under the MIT licence
-As the original licences allow, the code is reused and sublicenced under GPL v3 to follow the rest of the code.
+As the original licences allow, the code is reused and sub-licenced until GPL v3 to follow the rest of the code.
+
+mardown (https://pythonhosted.org/Markdown/) and html2text (https://pypi.python.org/pypi/html2text/2015.6.21):
+both are used for syntaxes conversions
 
-favico.js:
-Libervia's favicon counter is displayed with favico.js (http://lab.ejci.net/favico.js/), a library by Miroslav Magda which is dual licensed under GPL and MIT.
+Jinja2 (http://jinja.pocoo.org/):
+a poweful template engine for Python that we use for designing Libervia's static blog pages
+
+miniupnp (http://miniupnp.free.fr/):
+this UPnP-IGD implementation is used to facilitate P2P sessions
+
+netifaces (https://pypi.python.org/pypi/netifaces):
+when available, this module is used to detect local IPs
 
 pictures found in the sat_media repository and used by SàT and Libervia:
 Please read the credits and licence information that are given in the README and COPYING files for each work: http://repos.goffi.org/sat_media/file
 
 the powerfull ImageMagick (http://www.imagemagick.org/) is used by the script written to split the previously named picture.
 
+PyXDF (http://freedesktop.org/wiki/Software/pyxdg):
+Used to follow FreeDesktop XDG standards
+
+A special thank to people working on XMPP standards, libre standards are the way to go !
+
 and the others:
 and 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, thanks to everybody in the Free (Libre) chain for making a part of the dream.
 
@@ -94,23 +114,25 @@
 
 Salut à Toi has received contributions from:
 
-- Adrien Vigneron <adrienvigneron@mailoo.org>: huge work on Libervia's CSS, SàT Logo (the mascot is its work), and Quiz game graphisms. He's friendly and talented, his work is really appreciated.
+- Adrien Vigneron <adrienvigneron@mailoo.org>: huge work on Libervia's CSS, SàT Logo (the mascot is his work), and Quiz game graphics. He's friendly and talented, his work is really appreciated.
 
-- Xavier Maillard <xavier@maillard.im>: bugs fixes. He's following the project for a while, maybe a future frontend contributor ?
+- Xavier Maillard <xavier@maillard.im>: bugs fixes. He's following the project for a while, maybe a future frontend contributor?
 
 - Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>: bugs fixes, Libervia's notification, Libervia as a twisted application plugin. A guy always around XMPP projects, he plan to work on a non D-Bus bridge.
 
-- Matthieu Rakotojaona <matthieu.rakotojaona@gmail.com>: english translation of the social contract. A great quality translation !
+- Matthieu Rakotojaona <matthieu.rakotojaona@gmail.com>: English translation of the social contract. A great quality translation!
 
-- Thomas Preud'homme <robotux@debian.org>: bugs fixes. He's also one the maintainer of the Debian package.
+- Thomas Preud'homme <robotux@debian.org>: bugs fixes. He's also one of the co-maintainer of the Debian package.
 
-- Dal <kedals0@gmail.com>: profiles management, argparse refactoring in jp
+- Dal <kedals0@gmail.com>: profiles management, argparse refactoring in jp.
 
-- Matteo Cypriani <mcy@lm7.fr>: jp's mainloop update + doc improvments
+- Matteo Cypriani <mcy@lm7.fr>: jp's mainloop update + doc improvements + various fixes. He's also the other co-maintainer of the Debian package.
+
+- Olly Betts <olly@survex.com>: icon fix in Wix [N.B: Wix has been removed]
 
 Many thanks to them.
 
-A big thanks also to all the maintainers of SàT packages
+A big thanks also to all the maintainers of SàT packages.
 
 
 ** CONTACT **