Difference between revisions of "FAQ/nl"

Jump to navigation Jump to search
Updating to match new version of source page
(Created page with "Zie ook")
 
(Updating to match new version of source page)
Line 1: Line 1:
{{translations}}
{{translations}}
This is the Kiwix '''Frequently Asked Questions''' (or '''FAQ''') page. If you don't find an answer to your question, please consider to read the [[Special:MyLanguage/Help|Help page]] or visit our [http://forum.kiwix.org Forum].
This is the Kiwix '''Frequently Asked Questions''' (or '''FAQ''') page. If you don't find an answer to your question, please consider reading the [[Special:MyLanguage/Help|Help page]] or visit our [http://forum.kiwix.org Forum].
 
{{FAQ_entry|question=Where can I find new content?|answer=Kiwix uses the [http://openzim.org ZIM format]. We release [[{{ll|Wikipedia in all languages}}|our own ZIM files]] which are available for download in the Kiwix library (in the software). You can also use the [https://en.wikipedia.org/wiki/Special:Book Book creator] on Wikipedia to generate your own ZIM files.}}
 
{{FAQ_entry|question=My ZIM file is too big, what should I do?|answer=USB flash drives and memory cards are often formatted using the FAT32 filesystem which can't store files bigger than 4GB. Kiwix is able to deal with 2GB splitted ZIM files. The splitted ZIM files must be named xxx.zimaa, xxx.zimab, xxx.zimac, etc. To split a ZIM file you may use:
* On Microsoft Windows: [http://www.jaist.ac.jp/~hoangle/filesj/ FSJ-Lite],
* On Apple Mac OSX: [http://loekjehe.home.xs4all.nl/Split&Concat/ Split&Concat]
* On GNU/Linux and with the console: split --bytes=2000M my_big_file.zim
 
To be readable by Kiwix, all chunks must be located in the same folder. Open then the xxx.zimaa file with Kiwix.
}}


{{FAQ_entry|question=Why is Kiwix not available for PPC Macs?|answer=We do not have a PPC architectured Mac and this architecture is outdated.}}
{{FAQ_entry|question=Why is Kiwix not available for PPC Macs?|answer=We do not have a PPC architectured Mac and this architecture is outdated.}}
{{FAQ_entry|question=Where can I find new content?|answer=Kiwix uses the [http://openzim.org ZIM format]. We release our own ZIM files which are available for download in the Kiwix library (in the software). You can also use the [https://en.wikipedia.org/wiki/Special:Book Book creator] on Wikipedia to generate your own ZIM files.}}


{{FAQ_entry|question=Is it possible to update a ZIM file?|answer=It is not possible to update a ZIM file itself, but you may download a new ZIM file with updated versions of the contents.}}
{{FAQ_entry|question=Is it possible to update a ZIM file?|answer=It is not possible to update a ZIM file itself, but you may download a new ZIM file with updated versions of the contents.}}


{{FAQ_entry|question=How can I build a ZIM file by myself?|answer=To export articles from Wikipedia, please go to [http://en.wikipedia.org/w/index.php?title=Special:Book this page]. For any other use case, this is unfortunately still too complicated. Please read [http://openzim.org/Build_your_ZIM_file this page] if you want to have some information.}}
{{FAQ_entry|question=How can I build a ZIM file by myself?|answer=To export articles from Wikipedia and other Wikimedia projects, please go to their [http://en.wikipedia.org/w/index.php?title=Special:Book Special:Book]. For any other use case, this is unfortunately still too complicated (in short: parsoid needs to be [[mw:Parsoid/Setup|installed]], then [https://sourceforge.net/p/kiwix/other/ci/master/tree/mwoffliner/mwoffliner.js mwoffliner] + zimwriterfs). Please read [http://openzim.org/Build_your_ZIM_file this page] if you want to have some information.}}


{{FAQ_entry|question=How may I optimize the search engine index?|answer=Launch the script "./kiwix-compact" (only available on GNU/Linux) and this should reduce disk use by almost 50%}}
{{FAQ_entry|question=How may I optimize the search engine index?|answer=Launch the script "./kiwix-compact" (only available on GNU/Linux) and this should reduce disk use by almost 50%}}
Line 14: Line 22:
{{FAQ_entry|question=How to install a pre-indexed ZIM file on Mac OSX?|answer=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.}}
{{FAQ_entry|question=How to install a pre-indexed ZIM file on Mac OSX?|answer=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.}}


{{FAQ_entry|question=Is there a user forum where kiwix users can exchange experiences and help each other?|answer=Yes, it is located at [http://forum.kiwix.org https://forum.kiwix.org]}}
{{FAQ_entry|question=Is there a user forum where Kiwix users can exchange experiences and help each other?|answer=Yes, it is located at [http://forum.kiwix.org https://forum.kiwix.org]}}


{{FAQ_entry|question=I have downloaded a ZIP file (pre-indexed ZIM file) but I can't unpack it, the file seems to be corrupted. What should I do?|answer=Use an unpacking software which supports the ZIP64 format (ZIP format for big files), like for example [http://www.7-zip.org/ 7-zip]. If this still fails, then your file was corrupted during the transfer, please restart the download using Bittorrent, then it will work.}}
{{FAQ_entry|question=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?|answer=Use an unpacking software which supports the ZIP64 format (ZIP format for big files), like for example [http://www.7-zip.org/ 7-zip]. If this still fails, then your file was corrupted during the transfer, please restart the download using BitTorrent, then it will work.}}


{{FAQ_entry|question=I can't copy Kiwix on my USB flash drive because the index files (*.idx directory) are too big.|answer=USB flash drives are often formated using the FAT32 filesystem which can't store files bigger than 4GB. We recommend to use NTFS which can deal with big files and is broadly supported.}}
{{FAQ_entry|question=I can't copy Kiwix on my USB flash drive because the index files (*.idx directory) are too big.|answer=USB flash drives are often formatted using the FAT32 filesystem which can't store files bigger than 4GB. We recommend to use [http://en.wikipedia.org/wiki/ExFAT exFAT] or [http://en.wikipedia.org/wiki/NTFS NTFS] which can deal with big files and is broadly supported.}}


{{FAQ_entry|question=How can I launch Kiwix with a specific article?|answer=You need to launch Kiwix from the command line using the -articleByUrl option. For example:<source lang="bash">kiwix.exe -articleByUrl "zim://A/foo.html" bar.zim</source>}}
{{FAQ_entry|question=How can I launch Kiwix with a specific article?|answer=You need to launch Kiwix from the command line using the -articleByUrl option. For example:<source lang="bash">kiwix.exe -articleByUrl "zim://A/foo.html" bar.zim</source>}}
{{FAQ_entry|question=My ZIM file is too big, what should I do?|answer=Kiwix is able to deal with 2GB splitted ZIM files. The splitted ZIM files must be named xxx.zimaa, xxx.zimab, xxx.zimac, etc. To split a ZIM file you may use:
* On Microsoft Windows: [http://www.jaist.ac.jp/~hoangle/filesj/ FSJ-Lite],
* On Apple Mac OSX: [http://loekjehe.home.xs4all.nl/Split&Concat/ Split&Concat]
* On GNU/Linux and with the console: split --bytes=2000M my_big_file.zim}}


== Zie ook ==
== Zie ook ==
* [[Special:MyLanguage/Help|Help]]
* [[Special:MyLanguage/Help|Help]]
* [http://forum.kiwix.org Forum]
* [http://forum.kiwix.org Forum]
4,922

edits

Navigation menu