Difference between revisions of "FAQ/lt"

Jump to navigation Jump to search
2,525 bytes added ,  5 years ago
Updating to match new version of source page
(Created page with "Kaip aš galiu optimizuoti paieškos sistemos indeksą?")
(Updating to match new version of source page)
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{translations}}
{{translations}}
Tai yra Kiwix '''Dažnai Užduoti Klausimai''' (ar '''DUK''') puslapis. Jei jūs nerandate atsakymo į savo klausimą, prašome svarstyti, skaitydami [[Special:MyLanguage/Help|Pagalbos puslapyje]] ar aplankykite mūsų [http://forum.kiwix.org Forumą].
Tai yra Kiwix '''Dažnai Užduoti Klausimai''' (ar '''DUK''') puslapis. Jei jūs nerandate atsakymo į savo klausimą, prašome svarstyti, skaitydami [[Special:MyLanguage/Help|Pagalbos puslapyje]] ar aplankykite mūsų [http://forum.kiwix.org Forumą].
{{FAQ_entry|question=Kur aš galiu rasti naują turinį?|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=Mano ZIM failas per didelis, ką man daryti?|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 split 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.fastfilejoiner.com/ FFSJ] or [http://www.hjsplit.org/ HJ-Split] (slower option); on Windows 10, if you have [https://www.microsoft.com/en-gb/p/ubuntu/9nblggh4msv6 Bash on Ubuntu] installed, you can use the GNU/Linux commands below.
* On Apple Mac OS X: [http://loekjehe.home.xs4all.nl/Split&Concat/ Split&Concat]
* On GNU/Linux in the console:<source lang="bash">split --bytes=2000M my_big_file.zim my_big_file.zim</source>
You can also download a pre-split version of the ZIM file by downloading a pre-indexed/portable ZIP file and copy the chunks from the directory "data/content".
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=Kodėl Kiwix nėra pasiekiamas PPC Mac?|answer=Mes neturime PPC architektūruoto Mac, ir ši architektūra yra pasenusi.}}
{{FAQ_entry|question=Kodėl Kiwix nėra pasiekiamas PPC Mac?|answer=Mes neturime PPC architektūruoto Mac, ir ši architektūra yra pasenusi.}}
{{FAQ_entry|question=Kur aš galiu rasti naują turinį?|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=Ar įmanoma atnaujinti ZIM failą?|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=Ar įmanoma atnaujinti ZIM failą?|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=Kaip aš pats galiu sukurti ZIM failą?|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=Kaip aš pats galiu sukurti ZIM failą?|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 [https://www.mediawiki.org/wiki/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=Kaip aš galiu optimizuoti paieškos sistemos indeksą?|answer=Launch the script "./kiwix-compact" (only available on GNU/Linux) and this should reduce disk use by almost 50%}}
{{FAQ_entry|question=Kaip aš galiu optimizuoti paieškos sistemos indeksą?|answer=Launch the script "./kiwix-compact" (only available on GNU/Linux) and this should reduce disk use by almost 50%}}


{{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 OS X?|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=Ar yra vartotojų forumas, kur kiwix vartotojai gali apsikeisti patirtį ir padėti vienas kitam?|answer=Taip, jis yra [http://forum.kiwix.org https://forum.kiwix.org]}}
{{FAQ_entry|question=Ar yra vartotojų forumas, kur Kiwix vartotojai gali apsikeisti patirtį ir padėti vienas kitam?|answer=Taip, jis yra [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=Aš negaliu nukopijuoti Kiwix į savo USB įrenginį todėl, kad indekso rinkmenos (*.idx žinynas) yra per didelis.|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=How do I check the integrity of my ZIM file?|answer=You can retrieve the checksums for each file we serve online using this pattern: <source>kiwix-filename.zim.mirrorlist</source>, for example: <source>https://download.kiwix.org/zim/wikipedia/wikipedia_en_all_novid_2018-06.zim.mirrorlist</source>}}
 
{{FAQ_entry|question=Aš negaliu nukopijuoti Kiwix į savo USB įrenginį todėl, kad indekso rinkmenos (*.idx žinynas) yra per didelis.|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=Kaip aš galiu vykdyti Kiwix su specifiniu straipsniu?|answer=Jūs turite vykdyti Kiwix nuo komandos linijos, naudodamas -articleByUrl pasirinkimą. Pavyzdžiui:<source lang="bash">kiwix.exe -articleByUrl "zim://A/foo.html" bar.zim</source>}}
{{FAQ_entry|question=Kaip aš galiu vykdyti Kiwix su specifiniu straipsniu?|answer=Jūs turite vykdyti Kiwix nuo komandos linijos, naudodamas -articleByUrl pasirinkimą. Pavyzdžiui:<source lang="bash">kiwix.exe -articleByUrl "zim://A/foo.html" bar.zim</source>}}


{{FAQ_entry|question=Mano ZIM failas per didelis, ką man daryti?|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:
{{FAQ_entry|question=I have a downloaded a .torrent file, but the download does not progress in my BitTorrent client.|answer=There are a few reasons why the download with BitTorrent might failed, most of them are related to the usage of [https://en.wikipedia.org/wiki/BitTorrent#Web_seeding web seeds]:
* On Microsoft Windows: [http://www.jaist.ac.jp/~hoangle/filesj/ FSJ-Lite],
* Your computer is behind a proxy, you need to configure your BitTorrent correctly to use it.
* On Apple Mac OSX: [http://loekjehe.home.xs4all.nl/Split&Concat/ Split&Concat]
* Your computer is part of a local network with custom network rules forbidding the BitTorrent usage, you should complain to your network system administrator.
* On GNU/Linux and with the console: split --bytes=2000M my_big_file.zim}}
* Your BitTorrent client does not support web seeds (correctly), please try with a better one (for example, [http://deluge-torrent.org/ Deluge]).}}
 
{{FAQ_entry|question=Where are located, on my computer, the content files I have downloaded?|answer=If you have used the Kiwix library, the content are stored:
* On OS X: <source lang="bash">/Users/<LOGIN>/Library/Application Support/Kiwix/Profiles/<PROFILE>/data/</source>
* On GNU/Linux: <source lang="bash">/home/<LOGIN>/.www.kiwix.org/kiwix/<PROFILE>/data/</source>
* On Windows: <source lang="bash">C:Documents and Settings<LOGIN>Application Datawww.kiwix.orgKiwixProfiles<PROFILE>data</source>}}


== Žiūrėkite taip pat ==
== Žiūrėkite taip pat ==
* [[Special:MyLanguage/Help|Pagalba]]
* [[Special:MyLanguage/Help|Pagalba]]
* [http://forum.kiwix.org Forumas]
* [http://forum.kiwix.org Forumas]
4,922

edits

Navigation menu