Skip to content

Commit

Permalink
FAQ for Zimit 2.0, we have now normal ZIM files
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Jan 13, 2024
1 parent 23ded3e commit 728e2d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ui/src/components/Faq.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
<div class="faq" role="tablist">
<FaqEntry
id="what-is-zim"
title="What is a Zim file?">
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.
title="What is a ZIM file?">
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.
</FaqEntry>

<FaqEntry
id="how-to-read"
title="How do I read my Zim files?">
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.
title="How do I read my ZIM files?">
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>.
</FaqEntry>

<FaqEntry
id="missing-content"
title="The Zim file is incomplete or smaller than the original website">
title="The ZIM file is incomplete or smaller than the original website">
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 }}.
</FaqEntry>

Expand Down

0 comments on commit 728e2d0

Please sign in to comment.