Cleanup of README

Refer to brotli/ subdirectory (explicitly naming the license) and clean
up a few other things in the README text.
This commit is contained in:
Raph Levien
2013-10-11 10:33:29 +02:00
parent 04163a87d0
commit 7efdf8e114
+12 -3
View File
@@ -1,5 +1,14 @@
This is a README for the font compression reference code. Its very rough in
this snapshot, but will be cleaned up some for public release.
This is a README for the font compression reference code. There are several
compression related modules in this repository.
brotli/ contains reference code for the Brotli byte-level compression
algorithm. Note that it is licensed under an Apache 2 license.
src/ contains prototype Java code for compressing fonts.
cpp/ contains prototype C++ code for decompressing fonts.
docs/ contains documents describing the proposed compression format.
= How to run the compression test tool =
@@ -145,7 +154,7 @@ http://www.w3.org/Submission/MTX/
Also please refer to documents (currently Google Docs):
WOFF Ultra Condensed file format: proposals and discussion of wire format
issues
issues (PDF is in docs/ directory)
WIFF Ultra Condensed: more discussion of results and compression techniques.
This tool was used to prepare the data in that document.