aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2017-08-04 15:40:57 +0200
committerGitHub <noreply@github.com>2017-08-04 15:40:57 +0200
commit3917011ddb074a430fc7501517fe3cb551fb3385 (patch)
tree8b8b49c19977a93147d61a699c6d5a5bd216e309 /README.md
parentd63e8f75f5c16a6d7c8308bfd28c43cbdb6ad390 (diff)
downloadbrotli-3917011ddb074a430fc7501517fe3cb551fb3385.zip
brotli-3917011ddb074a430fc7501517fe3cb551fb3385.tar.gz
brotli-3917011ddb074a430fc7501517fe3cb551fb3385.tar.bz2
Add link to 7Zip plugin
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index c59d361..5fc998e 100644
--- a/README.md
+++ b/README.md
@@ -79,8 +79,12 @@ from source, development, and testing.
* [Lzturbo Benchmark](https://sites.google.com/site/powturbo/home/benchmark)
### Related projects
+> **Disclaimer:** Brotli authors take no responsibility for the third party projects mentioned in this section.
+
Independent [decoder](https://github.com/madler/brotli) implementation by Mark Adler, based entirely on format specification.
JavaScript port of brotli [decoder](https://github.com/devongovett/brotli.js). Could be used directly via `npm install brotli`
Hand ported [decoder / encoder](https://github.com/dominikhlbg/BrotliHaxe) in haxe by Dominik Homberger. Output source code: JavaScript, PHP, Python, Java and C#
+
+7Zip [plugin](https://github.com/mcmilk/7-Zip-Zstd)