From b5537164d4ff7889d0fe64f2ca0b2a56dce37c41 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Sun, 5 Jun 2022 10:50:43 +0300 Subject: Use web archive --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8d4722..e4b9b41 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This will compile two utilities `sfnt2woff-zopfli` to convert OpenType files to ## Licensing -The WOFF portion of the code is taken from [sfnt2woff](https://people.mozilla.org/~jkew/woff/), which is licensed under the MPL/GPL/LGPL. The [Zopfli implementation](https://code.google.com/p/zopfli/) is licensed under the Apache License. My modifications to `woff.c` are also licensed under the MPL/GPL/LGPL. +The WOFF portion of the code is taken from [sfnt2woff](https://web.archive.org/web/20170630235618/https://people-mozilla.org/~jkew/woff/), which is licensed under the MPL/GPL/LGPL. The [Zopfli implementation](https://code.google.com/p/zopfli/) is licensed under the Apache License. My modifications to `woff.c` are also licensed under the MPL/GPL/LGPL. ## Alternative -- cgit v1.2.3 From 86b5d609c5213baec0b3e84a1777cca6f50cc928 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Tue, 7 Jun 2022 12:16:31 +0300 Subject: Update broken ttf2woff link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4b9b41..487084a 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,4 @@ The WOFF portion of the code is taken from [sfnt2woff](https://web.archive.org/w ## Alternative -You can also use the [ttf2woff tool](http://wizard.ae.krakow.pl/~jb/ttf2woff/), which also converts OpenType files to WOFF using Zopfli, but is exclusively licensed under the GPL. However it doesn't have a command line option for the number of Zopfli iterations and thus can't create files as small as sfnt2woff-zopfli. +You can also use the [ttf2woff tool](https://torinak.com/~jb/ttf2woff/), which also converts OpenType files to WOFF using Zopfli, but is exclusively licensed under the GPL. However it doesn't have a command line option for the number of Zopfli iterations and thus can't create files as small as sfnt2woff-zopfli. -- cgit v1.2.3