常见问题与解答

From Kiwix
Jump to navigation Jump to search
This page is a translated version of the page FAQ and the translation is 44% complete.
Other languages:
Bahasa Indonesia • ‎Bahasa Melayu • ‎Deutsch • ‎English • ‎Nederlands • ‎Türkçe • ‎azərbaycanca • ‎català • ‎español • ‎français • ‎galego • ‎italiano • ‎lietuvių • ‎magyar • ‎polski • ‎português • ‎português do Brasil • ‎русский • ‎العربية • ‎فارسی • ‎বাংলা • ‎中文 • ‎中文(简体)‎ • ‎日本語

这里是Kiwix常见问题与解答页面。如果您没有在这里找到您所需的回答,请您考虑阅读帮助页面加入论坛.

我在哪里可以找的新的文件?
Kiwix使用ZIM 格式。我们发布我们自己的ZIM文件,可在Kiwix库(软件中)下载。您还可以使用维基百科上的图书创造者来生成自己的ZIM文件。
我的ZIM文件过大,应该怎么做?
USB闪存盘和存储卡通常使用FAT32文件系统进行格式化,FAT32文件系统不能存储大于4GB的文件。最好使用exFat或任何现代文件系统,这样你就可以存储大的ZIM文件。
为什么Kiwix不支持PPC Macs?
我们没有PowerPC构架的Mac并且这个构架已经过时。
上传ZIM文件是否可行?
It is not possible to update a ZIM file itself, but you may download a new ZIM file with updated versions of the contents.
如何自行制作ZIM文件
从维基媒体项目到处文章,请看Special:Book. For any other use case, this is unfortunately still too complicated (in short: Parsoid needs to be installed, then mwoffliner + zimwriterfs). 如果你想了解一些信息,请访问此页面
How may I optimize the search engine index?
Launch the script "./kiwix-compact" (only available on GNU/Linux) and this should reduce disk use by almost 50%
如何在OS X上安装被索引的ZIM文件
Move or copy the "data" directory in "/Applications/Kiwix.app/Contents/". You will probably need to go to the Kiwix "library" to load the ZIM content.
Is there a user forum where Kiwix users can exchange experiences and help each other?
Yes, it is located at https://forum.kiwix.org
I have downloaded a ZIP file (pre-indexed ZIM file) but I can't unzip it, the file seems to be corrupted. What should I do?
使用支持ZIP64格式(大文件的ZIP格式)的解包软件,例如7-zip。如果仍然失败,则表示您的文件在传输过程中已损坏,请使用BitTorrent重新启动下载,然后它将正常工作。
How do I check the integrity of my ZIM file?
You can retrieve the checksums for each file we serve online using this pattern:
kiwix-filename.zim.mirrorlist
Example:
https://download.kiwix.org/zim/wikipedia/wikipedia_en_all_novid_2018-06.zim.mirrorlist
I can't copy Kiwix on my USB flash drive because the index files (*.idx directory) are too big.
USB flash drives are often formatted using the FAT32 filesystem which can't store files bigger than 4GB. We recommend to use exFAT or NTFS which can deal with big files and are broadly supported.
How can I launch Kiwix with a specific article?
You need to launch Kiwix from the command line using the -articleByUrl option. For example:
kiwix.exe -articleByUrl "zim://A/foo.html" bar.zim
I have a downloaded a .torrent file, but the download does not progress in my BitTorrent client.
There are a few reasons why the download with BitTorrent might failed, most of them are related to the usage of web seeds:
  • Your computer is behind a proxy, you need to configure your BitTorrent correctly to use it.
  • Your computer is part of a local network with custom network rules forbidding the BitTorrent usage, you should complain to your network system administrator.
  • Your BitTorrent client does not support web seeds (correctly), please try with a better one (for example, Deluge).
Where are located, on my computer, the content files I have downloaded?
If you have used the Kiwix library, the content are stored:
  • 在 OS X:
    /Users/<LOGIN>/Library/Application Support/Kiwix/Profiles/<PROFILE>/data/
    
  • On GNU/Linux:
    /home/<LOGIN>/.www.kiwix.org/kiwix/<PROFILE>/data/
    
  • On Windows:
    C:Documents and Settings<LOGIN>Application Datawww.kiwix.orgKiwixProfiles<PROFILE>data
    

查看更多