view src/browser/otr.min.js_README @ 875:d9b98b8a1847

server: handling of dict and "file:" urls in url_redirections_dict: - file: urls can be specified, they can redirect to a directory or of file. In the case of directory, all the hierarchy with subdirectories will be available - a dict can be used instead of plain string url, to specify options - if a dict is used, either "url" or "path" must be specified. "url" has the same meaning as the plain string url, "path" is used to construct a file: url - for file: redirections, there is a "protected" option which can be specified in the dict (JSON boolean). If true (default) the directories listings will not be displayed.
author Goffi <goffi@goffi.org>
date Wed, 02 Mar 2016 17:14:02 +0100
parents ee38b6a87692
children
line wrap: on
line source

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.