Difference between revisions of "FAQ/ru"

From Kiwix
Jump to navigation Jump to search
(Updating to match new version of source page)
Line 16: Line 16:
{{FAQ_entry|question=Можно ли самому обновить содержимое  ZIM файла?|answer=Невозможно самому  изменить ZIM файл , но вы можете скачать новый  ZIM файл с обновлённым содержанием.}}
{{FAQ_entry|question=Можно ли самому обновить содержимое  ZIM файла?|answer=Невозможно самому  изменить ZIM файл , но вы можете скачать новый  ZIM файл с обновлённым содержанием.}}


{{FAQ_entry|question=Как я могу построить ZIM файл самостоятельно?|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=Как я могу построить ZIM файл самостоятельно?|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=Как можно оптимизировать индексы поисковой системы Kiwix?|answer=Запустите скрипт "./kiwix-compact" (доступно только на  GNU/Linux) и это приведёт к уменьшению использования диска индексными файлами приблизительно на 50%}}
{{FAQ_entry|question=Как можно оптимизировать индексы поисковой системы Kiwix?|answer=Запустите скрипт "./kiwix-compact" (доступно только на  GNU/Linux) и это приведёт к уменьшению использования диска индексными файлами приблизительно на 50%}}
Line 26: Line 26:
{{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 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=Я не могу скопировать Kiwix на свою флэшку, потому что индексные файлы (директория *.idx ) слишком большие.|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=Я не могу скопировать Kiwix на свою флэшку, потому что индексные файлы (директория *.idx ) слишком большие.|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 are broadly supported.}}


{{FAQ_entry|question=Как я могу открыть Kiwix с определенной статьей?|answer=Вы должны запустить Kiwix из командной строки, используя опцию -articleByUrl. Например:<source lang="bash">kiwix.exe -articleByUrl "zim://A/foo.html" bar.zim</source>}}
{{FAQ_entry|question=Как я могу открыть Kiwix с определенной статьей?|answer=Вы должны запустить Kiwix из командной строки, используя опцию -articleByUrl. Например:<source lang="bash">kiwix.exe -articleByUrl "zim://A/foo.html" bar.zim</source>}}

Revision as of 14:39, 17 January 2015

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 • ‎русский • ‎العربية • ‎فارسی • ‎বাংলা • ‎中文 • ‎中文(简体)‎ • ‎日本語

This is the Kiwix Frequently Asked Questions (or FAQ) page. If you don't find an answer to your question, please consider reading the Help page or visit our Forum.

Где мне найти новый контент?
Kiwix uses the 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 Book creator on Wikipedia to generate your own ZIM files.
Мой ZIM файл слишком большой, что я должен сделать?
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: FSJ-Lite,
  • On Apple Mac OSX: 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.

Почему программы Kiwix не существует для Mac на платформе PowerPC ?
У нас нет Маков на архитектуре PPC и эта архитектура больше компанией Apple не используется.
Можно ли самому обновить содержимое ZIM файла?
Невозможно самому изменить ZIM файл , но вы можете скачать новый ZIM файл с обновлённым содержанием.
Как я могу построить ZIM файл самостоятельно?
To export articles from Wikipedia and other Wikimedia projects, please go to their Special:Book. For any other use case, this is unfortunately still too complicated (in short: Parsoid needs to be installed, then mwoffliner + zimwriterfs). Please read this page if you want to have some information.
Как можно оптимизировать индексы поисковой системы Kiwix?
Запустите скрипт "./kiwix-compact" (доступно только на GNU/Linux) и это приведёт к уменьшению использования диска индексными файлами приблизительно на 50%
Как установить проиндексированный ZIM файл на платформе Mac OSX?
Переместите или скопируйте директорию "data" в "/Applications/Kiwix.app/Contents/". Вам потом возможно потребуется зайти в библиотеку Kiwix для загрузки ZIM контента
Is there a user forum where Kiwix users can exchange experiences and help each other?
Да, он расположен по адресу http://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?
Use an unpacking software which supports the ZIP64 format (ZIP format for big files), like for example 7-zip. If this still fails, then your file was corrupted during the transfer, please restart the download using BitTorrent, then it will work.
Я не могу скопировать Kiwix на свою флэшку, потому что индексные файлы (директория *.idx ) слишком большие.
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.
Как я могу открыть Kiwix с определенной статьей?
Вы должны запустить Kiwix из командной строки, используя опцию -articleByUrl. Например:
kiwix.exe -articleByUrl "zim://A/foo.html" bar.zim

Смотри также