comparison README @ 714:03e9fe91081c

browser_side: use favico.js to display alerts counter
author souliane <souliane@mailoo.org>
date Mon, 20 Jul 2015 10:18:02 +0200
parents 9877607c719a
children b3a2c34320e6
comparison
equal deleted inserted replaced
713:d75935e2b279 714:03e9fe91081c
37 37
38 A big big thank to the authors/contributors of... 38 A big big thank to the authors/contributors of...
39 39
40 proxy65: 40 proxy65:
41 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). 41 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).
42 As the original MIT licence allows, the code is reused and sub-licenced until GPL v3 to follow the rest of the code. 42 As the original MIT licence allows, the code is reused and sublicenced under GPL v3 to follow the rest of the code.
43 43
44 progressbar: 44 progressbar:
45 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. 45 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.
46 46
47 twisted: 47 twisted:
49 49
50 wokkel: 50 wokkel:
51 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. 51 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.
52 52
53 wxWidgets & wxPython: 53 wxWidgets & wxPython:
54 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. 54 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.
55 55
56 Urwid: 56 Urwid:
57 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. 57 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.
58 58
59 Pyjamas: 59 Pyjamas:
60 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. 60 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.
61 61
62 Pyfeed and Xe: 62 Pyfeed and Xe:
63 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. 63 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.
64 64
65 txJSON-RPC: 65 txJSON-RPC:
66 Libervia use txJSON-RPC (https://launchpad.net/txjsonrpc), a twisted library to communicate with the browser's javascript throught JSON-RPC 66 Libervia use txJSON-RPC (https://launchpad.net/txjsonrpc), a twisted library to communicate with the browser's javascript throught JSON-RPC.
67 67
68 Mutagen: 68 Mutagen:
69 Mutagen (https://code.google.com/p/mutagen/) is an audio metadata handling library, it's use by the radiocol plugin. 69 Mutagen (https://code.google.com/p/mutagen/) is an audio metadata handling library, it's use by the radiocol plugin.
70 70
71 otr.js and its dependencies Big Integer Library, CryptoJS, EventEmitter: 71 otr.js and its dependencies Big Integer Library, CryptoJS, EventEmitter:
72 Libervia frontend uses otr.js and its dependencies: 72 Libervia frontend uses otr.js and its dependencies:
73 - otr.js was coded by Arlo Breault (2014) and is released under the Mozilla Public License Version 2.0 73 - otr.js was coded by Arlo Breault (2014) and is released under the Mozilla Public License Version 2.0
74 - Big Integer Library was coded by Leemon Baird (2000-2013) and is in the public domain 74 - Big Integer Library was coded by Leemon Baird (2000-2013) and is in the public domain
75 - CryptoJS was coded by Jeff Mott (2009-2013) and is released under the MIT licence 75 - CryptoJS was coded by Jeff Mott (2009-2013) and is released under the MIT licence
76 - EventEmitter was coded by Oliver Caldwell (2011-2013) and is released under the MIT licence 76 - EventEmitter was coded by Oliver Caldwell (2011-2013) and is released under the MIT licence
77 As the original licences allow, the code is reused and sub-licenced until GPL v3 to follow the rest of the code. 77 As the original licences allow, the code is reused and sublicenced under GPL v3 to follow the rest of the code.
78
79 favico.js:
80 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.
78 81
79 pictures found in the sat_media repository and used by SàT and Libervia: 82 pictures found in the sat_media repository and used by SàT and Libervia:
80 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 83 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
81 84
82 the powerfull ImageMagick (http://www.imagemagick.org/) is used by the script written to split the previously named picture. 85 the powerfull ImageMagick (http://www.imagemagick.org/) is used by the script written to split the previously named picture.