Mercurial > libervia-backend
comparison README @ 1541:685fad1c18e4
README, README4PACKAGERS: some update about third party modules.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 30 Sep 2015 17:24:21 +0200 |
parents | 069ad98b360d |
children | c09429bf587f |
comparison
equal
deleted
inserted
replaced
1540:9a4e95c62380 | 1541:685fad1c18e4 |
---|---|
112 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. | 112 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. |
113 | 113 |
114 Pyfeed and Xe: | 114 Pyfeed and Xe: |
115 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. | 115 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. |
116 | 116 |
117 lxml(http://lxml.de/): | |
118 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. | |
119 | |
120 pillow(https://python-pillow.github.io/): | |
121 This image manipulation module is used for avatars | |
122 | |
117 txJSON-RPC: | 123 txJSON-RPC: |
118 Libervia use txJSON-RPC (https://launchpad.net/txjsonrpc), a twisted library to communicate with the browser's javascript throught JSON-RPC | 124 Libervia use txJSON-RPC (https://launchpad.net/txjsonrpc), a twisted library to communicate with the browser's javascript throught JSON-RPC |
119 | 125 |
120 Mutagen: | 126 Mutagen: |
121 Mutagen (https://code.google.com/p/mutagen/) is an audio metadata handling library, it's use by the radiocol plugin. | 127 Mutagen (https://bitbucket.org/lazka/mutagen) is an audio metadata handling library, it's used by the radiocol plugin. |
128 | |
129 Python OTR (http://python-otr.pentabarf.de), PyCrypto (https://www.dlitz.net/software/pycrypto) and pyOpenSSL(https://github.com/pyca/pyopenssl): | |
130 Used for cryptography | |
122 | 131 |
123 otr.js and its dependencies Big Integer Library, CryptoJS, EventEmitter: | 132 otr.js and its dependencies Big Integer Library, CryptoJS, EventEmitter: |
124 Libervia frontend uses otr.js and its dependencies: | 133 Libervia frontend uses otr.js and its dependencies: |
125 - otr.js was coded by Arlo Breault (2014) and is released under the Mozilla Public License Version 2.0 | 134 - otr.js was coded by Arlo Breault (2014) and is released under the Mozilla Public License Version 2.0 |
126 - Big Integer Library was coded by Leemon Baird (2000-2013) and is in the public domain | 135 - Big Integer Library was coded by Leemon Baird (2000-2013) and is in the public domain |
127 - CryptoJS was coded by Jeff Mott (2009-2013) and is released under the MIT licence | 136 - CryptoJS was coded by Jeff Mott (2009-2013) and is released under the MIT licence |
128 - EventEmitter was coded by Oliver Caldwell (2011-2013) and is released under the MIT licence | 137 - EventEmitter was coded by Oliver Caldwell (2011-2013) and is released under the MIT licence |
129 As the original licences allow, the code is reused and sub-licenced until GPL v3 to follow the rest of the code. | 138 As the original licences allow, the code is reused and sub-licenced until GPL v3 to follow the rest of the code. |
130 | 139 |
140 mardown (https://pythonhosted.org/Markdown/) and html2text (https://pypi.python.org/pypi/html2text/2015.6.21): | |
141 both are used for syntaxes conversions | |
142 | |
143 miniupnp (http://miniupnp.free.fr/): | |
144 this UPnP-IGD implementation is used to facilitate P2P sessions | |
145 | |
146 netifaces (https://pypi.python.org/pypi/netifaces): | |
147 when available, this module is used to detect local IPs | |
148 | |
131 pictures found in the sat_media repository and used by SàT and Libervia: | 149 pictures found in the sat_media repository and used by SàT and Libervia: |
132 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 | 150 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 |
133 | 151 |
134 the powerfull ImageMagick (http://www.imagemagick.org/) is used by the script written to split the previously named picture. | 152 the powerfull ImageMagick (http://www.imagemagick.org/) is used by the script written to split the previously named picture. |
153 | |
154 PyXDF (http://freedesktop.org/wiki/Software/pyxdg): | |
155 Used to follow FreeDesktop XDG standards | |
156 | |
157 A special thank to people working on XMPP standards, libre standards are the way to go ! | |
135 | 158 |
136 and the others: | 159 and the others: |
137 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. | 160 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. |
138 | 161 |
139 If I forgot any credit (and I probably have), please contact me (mail below) to fix it. | 162 If I forgot any credit (and I probably have), please contact me (mail below) to fix it. |