Skip to content

Commit 728e2d0

Browse files
committed
FAQ for Zimit 2.0, we have now normal ZIM files
1 parent 23ded3e commit 728e2d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ui/src/components/Faq.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<div class="faq" role="tablist">
33
<FaqEntry
44
id="what-is-zim"
5-
title="What is a Zim file?">
6-
The Zim file format stores website content for <a target="_blank" href="https://en.wikipedia.org/wiki/Offline">offline</a> usage. It assembles the normal constituent of a website into a single archive, and compresses it so as to make it easier to save, share, and store.
5+
title="What is a ZIM file?">
6+
The ZIM file format stores website content for <a target="_blank" href="https://en.wikipedia.org/wiki/Offline">offline</a> usage. It assembles the normal constituent of a website into a single archive, and compresses it so as to make it easier to save, share, and store.
77
</FaqEntry>
88

99
<FaqEntry
1010
id="how-to-read"
11-
title="How do I read my Zim files?">
12-
You will need a Zim file reader. This usually means <a target="_blank" href="https://kiwix.org/">Kiwix</a>, which is available on <a target="_blank" href="https://www.kiwix.org/en/download/">desktop computers, mobile devices, and more</a>. Currently only Kiwix-serve and Kiwix-Android can read all Zimit-generated files. If using Kiwix-Desktop for Microsoft Windows and GNU/Linux, then you will need to configure it as a Kiwix-serve instance in the settings. We expect most platforms to be upgraded by the end of 2021.
11+
title="How do I read my ZIM files?">
12+
You will need a ZIM file reader. This usually means <a target="_blank" href="https://kiwix.org/">Kiwix</a>, which is available on <a target="_blank" href="https://www.kiwix.org/en/download/">desktop computers, mobile devices, and more</a>.
1313
</FaqEntry>
1414

1515
<FaqEntry
1616
id="missing-content"
17-
title="The Zim file is incomplete or smaller than the original website">
17+
title="The ZIM file is incomplete or smaller than the original website">
1818
Because of the very nature of this tool, we can’t leave it open for unlimited requests towards any website. That could be harmful both for our infrastructure, but also for the target websites. We currently enforce two limits: {{ human_size_limit }} file size and {{ human_time_limit }}.
1919
</FaqEntry>
2020

0 commit comments

Comments
 (0)