From f6d44314cd0926035e2981049f917ddc2d6efee9 Mon Sep 17 00:00:00 2001 From: rgaudin Date: Sat, 12 Dec 2020 13:58:32 +0000 Subject: [PATCH] Fixed #58: updated README with limitations --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 697a21f..d72602a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Zimit is a scraper allowing to create ZIM file from any Web site. [![Docker Build Status](https://img.shields.io/docker/cloud/build/openzim/zimit)](https://hub.docker.com/r/openzim/zimit) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) +⚠️ **Important**: this tool uses [warc2zim](/openzim/warc2zim) to create Zim files and thus require the Zim reader to support *Service Workers*. At the time of `zimit:1.0`, that's mostly kiwix-android and kiwix-serve. Note that service workers have protocol restrictions as well so you'll need to run it either from `localhost` or over HTTPS. + Technical background --------------------