Mercurial > libervia-web
annotate README @ 615:70872a83ef15 frontends_multi_profiles
browser side (web panel): add an option to hide url headed + use it for public blog
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 10 Feb 2015 20:52:02 +0100 |
parents | 9b217e14fc6a |
children | 9877607c719a |
rev | line source |
---|---|
551 | 1 Libervia v0.5.1 |
340 | 2 (c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013, 2014 |
384 | 3 (c) Adrien Cossa aka Souliane 2013, 2014 |
60 | 4 |
5 Libervia is a frontend for SàT | |
6 SàT is a XMPP (Jabber) client. | |
7 | |
384 | 8 ** LICENCE ** |
60 | 9 |
10 Libervia is free software: you can redistribute it and/or modify | |
11 it under the terms of the GNU Affero General Public License as | |
12 the Free Software Foundation, either version 3 of the License, or | |
13 (at your option) any later version. | |
14 | |
15 Libervia is distributed in the hope that it will be useful, | |
16 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 GNU Affero General Public License for more details. | |
19 | |
20 You should have received a copy of the GNU Affero General Public License | |
21 along with Libervia. If not, see <http://www.gnu.org/licenses/>. | |
22 | |
23 | |
384 | 24 ** ABOUT ** |
60 | 25 |
26 Libervia is a web frontend for the "Salut à Toi" (SàT) XMPP client. Please check SàT for more information (it's anyway needed to run libervia) | |
27 | |
28 ** How to use it ? ** | |
29 | |
30 Refer to the wiki for installation/use instructions: | |
31 http://wiki.goffi.org/wiki/Libervia | |
32 | |
384 | 33 refer to SàT README for more informations |
60 | 34 |
35 | |
384 | 36 ** CREDIT ** |
60 | 37 |
38 A big big thank to the authors/contributors of... | |
39 | |
40 proxy65: | |
384 | 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). |
545 | 42 As the original MIT licence allows, the code is reused and sub-licenced until GPL v3 to follow the rest of the code. |
60 | 43 |
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. | |
46 | |
47 twisted: | |
48 SàT is heavily based on the twisted framework (http://twistedmatrix.com/trac/), a very great tool which offer a lot of protocols management. There are too many contributors to name them here, so take a look on the website :). | |
49 | |
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. | |
52 | |
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. | |
55 | |
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. | |
58 | |
59 Pyjamas: | |
384 | 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 | 61 |
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. | |
64 | |
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 | |
67 | |
168
eb2f7b1560c2
misc: README cleaning + added Mutagen to credits
Goffi <goffi@goffi.org>
parents:
166
diff
changeset
|
68 Mutagen: |
eb2f7b1560c2
misc: README cleaning + added Mutagen to credits
Goffi <goffi@goffi.org>
parents:
166
diff
changeset
|
69 Mutagen (https://code.google.com/p/mutagen/) is an audio metadata handling library, it's use by the radiocol plugin. |
eb2f7b1560c2
misc: README cleaning + added Mutagen to credits
Goffi <goffi@goffi.org>
parents:
166
diff
changeset
|
70 |
526
ee38b6a87692
add licence information for otr.js and dependencies
souliane <souliane@mailoo.org>
parents:
385
diff
changeset
|
71 otr.js and its dependencies Big Integer Library, CryptoJS, EventEmitter: |
ee38b6a87692
add licence information for otr.js and dependencies
souliane <souliane@mailoo.org>
parents:
385
diff
changeset
|
72 Libervia frontend uses otr.js and its dependencies: |
ee38b6a87692
add licence information for otr.js and dependencies
souliane <souliane@mailoo.org>
parents:
385
diff
changeset
|
73 - otr.js was coded by Arlo Breault (2014) and is released under the Mozilla Public License Version 2.0 |
ee38b6a87692
add licence information for otr.js and dependencies
souliane <souliane@mailoo.org>
parents:
385
diff
changeset
|
74 - Big Integer Library was coded by Leemon Baird (2000-2013) and is in the public domain |
ee38b6a87692
add licence information for otr.js and dependencies
souliane <souliane@mailoo.org>
parents:
385
diff
changeset
|
75 - CryptoJS was coded by Jeff Mott (2009-2013) and is released under the MIT licence |
ee38b6a87692
add licence information for otr.js and dependencies
souliane <souliane@mailoo.org>
parents:
385
diff
changeset
|
76 - EventEmitter was coded by Oliver Caldwell (2011-2013) and is released under the MIT licence |
ee38b6a87692
add licence information for otr.js and dependencies
souliane <souliane@mailoo.org>
parents:
385
diff
changeset
|
77 As the original licences allow, the code is reused and sub-licenced until GPL v3 to follow the rest of the code. |
ee38b6a87692
add licence information for otr.js and dependencies
souliane <souliane@mailoo.org>
parents:
385
diff
changeset
|
78 |
542
fb20b1423143
README: redirect media credits to sat_media repository (the pictures are no more hosted here)
souliane <souliane@mailoo.org>
parents:
526
diff
changeset
|
79 pictures found in the sat_media repository and used by SàT and Libervia: |
fb20b1423143
README: redirect media credits to sat_media repository (the pictures are no more hosted here)
souliane <souliane@mailoo.org>
parents:
526
diff
changeset
|
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 |
60 | 81 |
82 the powerfull ImageMagick (http://www.imagemagick.org/) is used by the script written to split the previously named picture. | |
83 | |
84 and the others: | |
384 | 85 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. |
60 | 86 |
87 If I forgot any credit (and I probably have), please contact me (mail below) to fix it. | |
88 | |
384 | 89 |
90 ** CONTRIBUTORS ** | |
60 | 91 |
136
9d7d98954e34
misc: updated README with contributors
Goffi <goffi@goffi.org>
parents:
131
diff
changeset
|
92 Salut à Toi has received contributions from: |
9d7d98954e34
misc: updated README with contributors
Goffi <goffi@goffi.org>
parents:
131
diff
changeset
|
93 |
9d7d98954e34
misc: updated README with contributors
Goffi <goffi@goffi.org>
parents:
131
diff
changeset
|
94 - 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. |
60 | 95 |
136
9d7d98954e34
misc: updated README with contributors
Goffi <goffi@goffi.org>
parents:
131
diff
changeset
|
96 - Xavier Maillard <xavier@maillard.im>: bugs fixes. He's following the project for a while, maybe a future frontend contributor ? |
60 | 97 |
384 | 98 - 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. |
99 | |
100 - Matthieu Rakotojaona <matthieu.rakotojaona@gmail.com>: english translation of the social contract. A great quality translation ! | |
136
9d7d98954e34
misc: updated README with contributors
Goffi <goffi@goffi.org>
parents:
131
diff
changeset
|
101 |
384 | 102 - Thomas Preud'homme <robotux@debian.org>: bugs fixes. He's also one the maintainer of the Debian package. |
103 | |
104 - Dal <kedals0@gmail.com>: profiles management, argparse refactoring in jp | |
136
9d7d98954e34
misc: updated README with contributors
Goffi <goffi@goffi.org>
parents:
131
diff
changeset
|
105 |
545 | 106 - Matteo Cypriani <mcy@lm7.fr>: jp's mainloop update + doc improvments |
107 | |
136
9d7d98954e34
misc: updated README with contributors
Goffi <goffi@goffi.org>
parents:
131
diff
changeset
|
108 Many thanks to them. |
60 | 109 |
384 | 110 A big thanks also to all the maintainers of SàT packages |
111 | |
112 | |
113 ** CONTACT ** | |
114 | |
115 You can join us on the XMPP MUC room (sat@chat.jabberfr.org), or individually: | |
60 | 116 |
384 | 117 Goffi: |
118 - goffi@goffi.org (e-mail) | |
119 - goffi@jabber.fr (jid) | |
120 - http://www.goffi.org (blog, with fresh news about SàT) | |
121 | |
122 Souliane: | |
123 - souliane@mailoo.org (e-mail) | |
124 - souliane@libervia.org (jid) | |
125 | |
126 You'll find the latest version and other stuffs on *.goffi.org websites: | |
127 | |
60 | 128 - wiki (wiki.goffi.org), in french & english so far |
129 - ftp (ftp.goffi.org) for the latest version, or previous ones (and other projects) | |
130 - bugtracker (bugs.goffi.org) to report any problem or give suggestions | |
384 | 131 - mailing lists (lists.goffi.org) |
132 | |
133 and the official SàT website is at http://www.salut-a-toi.org | |
60 | 134 |
135 | |
136 | |
137 This software is dedicated to Roger Poisson. |