comparison browser/otr.min.js_README @ 1124:28e3eb3bb217

files reorganisation and installation rework: - files have been reorganised to follow other SàT projects and usual Python organisation (no more "/src" directory) - VERSION file is now used, as for other SàT projects - replace the overcomplicated setup.py be a more sane one. Pyjamas part is not compiled anymore by setup.py, it must be done separatly - removed check for data_dir if it's empty - installation tested working in virtual env - libervia launching script is now in bin/libervia
author Goffi <goffi@goffi.org>
date Sat, 25 Aug 2018 17:59:48 +0200
parents src/browser/otr.min.js_README@ee38b6a87692
children
comparison
equal deleted inserted replaced
1123:63a4b8fe9782 1124:28e3eb3bb217
1 The file otr.min.js includes:
2 - minified versions of the following otr.js dependencies:
3 otr/dep/bigint.js otr/dep/crypto.js otr/dep/eventemitter.js
4 The following minification tool has been used: yui compressor
5 - minified version of otr.js taken from the project homepage
6
7 All original files can be retrieved from otr.js repository:
8 https://github.com/arlolra/otr/tree/master/build
9
10 See the README file of Libervia, or inside otr.min.js itself for licence information.