Mercurial > libervia-web
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/browser/otr.min.js_README Sat Aug 25 17:59:48 2018 +0200 @@ -0,0 +1,10 @@ +The file otr.min.js includes: + - minified versions of the following otr.js dependencies: + otr/dep/bigint.js otr/dep/crypto.js otr/dep/eventemitter.js + The following minification tool has been used: yui compressor + - minified version of otr.js taken from the project homepage + +All original files can be retrieved from otr.js repository: + https://github.com/arlolra/otr/tree/master/build + +See the README file of Libervia, or inside otr.min.js itself for licence information.