Difference between revisions of "FAQ/tr"

From Kiwix
Jump to navigation Jump to search
(Created page with "SSS")
 
(Updating to match new version of source page)
(49 intermediate revisions by 4 users not shown)
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].
Bu, Kiwix '''Sıkça Sorulan Sorular''' (ya da '''SSS''') sayfasıdır. Eğer burada sorunuza bir cevap bulamassanız, lütfen [[Special:MyLanguage/Help|Yardım sayfasını]] okumayı ya da [http://forum.kiwix.org Forumu] ziyaret etmeyi düşünün.


{{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=Yeni içeriği nerede bulabilirim?|answer=Kiwix [http://openzim.org ZIM formatını] kullanır. Biz; (yazılımın içindeki) Kiwix kütüphanesinde, indirmek için uygun olan [[{{ll|Wikipedia in all languages}}|ZIM dosyalarımızı]] yayınlıyoruz. İsterseniz kendi ZIM dosyalarınızı oluşturmak için Vikipedi'deki [tr.wikipedia.org/wiki/Özel:Kitap Kitap oluşturucuyu] kullanabilirsiniz.}}


{{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=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 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>


{{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.}}
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".


{{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 [https://openzim.org/Build_your_ZIM_file this page] if you want to have some information.}}
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=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=Kiwix neden PPC Mac için kullanılabilir değil?|answer=Bizde PPC mimarili bir Mac yok; ayrıca bu mimari artık kullanılmıyor, oldukça eskidi.}}


{{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=Bir ZIM dosyasını güncellemek mümkün müdür?|answer=Bir ZIM dosyasının kendi kendini güncellemesi mümkün değildir; ama  içeriklerin güncellenmiş versiyonunu bulunduran yeni bir ZIM dosyası indirebilirsiniz.}}


{{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=Kendi ZIM dosyamı nasıl yapabilirim?|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=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=Arama aracı indeksini nasıl daha iyi bir hale getirebilirim?|answer="./kiwix-compact" betiğini çalıştırın (sadece GNU/Linux'te kullanılabilir), bunun disk kullanımını yaklaşık %50 oranında azaltması gerekir.}}


{{FAQ_entry|question=I can't copy Kiwix on my USB flash drive because the index file is 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=Önceden-indekslenmiş ZIM dosyasını Mac OSX'e nasıl kurarım?|answer="Veriyi" "/Applications/Kiwix.app/Contents/" dizinine kopyalayın ya da taşıyın. Muhtemelen Kiwix "kütüphanesine" gidip ZIM içeriğini açmanız gerekecek.}}


== See also ==
{{FAQ_entry|question=Kiwix kullanıcılarının tecrübelerini karşılıklı olarak paylaştığı ve birbirlerine yardım ettiği bir kullanıcı forumu var mı?|answer=Evet, [http://forum.kiwix.org https://forum.kiwix.org] adresinde bulunmaktadır.}}
* [[Special:MyLanguage/Help|Help]]
 
{{FAQ_entry|question=Bir ZIP dosyası (önceden-indekslenmiş ZIM dosyası) indirmiştim ama dosyayı açamıyorum, bana bozuk gibi geldi. Ne yapmalıyım?|answer=ZIP64 formatını (büyük dosyalar için ZIP formatı) destekleyen bir arşivden çıkarma programı kullanın, örneğin [http://www.7-zip.org/ 7-zip] gibi. Eğer hala olmuyorsa, dosyanız aktarım sırasında bozulmuş demektir, lütfen BitTorenti kullanarak indirmeyi yeniden başlatın, sonra dosya çalışacaktır.}}
 
{{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=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 are 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=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]:
* 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, [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>}}
 
== Ayrıca bakınız ==
* [[Special:MyLanguage/Help|Yardım]]
* [http://forum.kiwix.org Forum]
* [http://forum.kiwix.org Forum]

Revision as of 06:00, 3 September 2018

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

Bu, Kiwix Sıkça Sorulan Sorular (ya da SSS) sayfasıdır. Eğer burada sorunuza bir cevap bulamassanız, lütfen Yardım sayfasını okumayı ya da Forumu ziyaret etmeyi düşünün.

Yeni içeriği nerede bulabilirim?
Kiwix ZIM formatını kullanır. Biz; (yazılımın içindeki) Kiwix kütüphanesinde, indirmek için uygun olan ZIM dosyalarımızı yayınlıyoruz. İsterseniz kendi ZIM dosyalarınızı oluşturmak için Vikipedi'deki [tr.wikipedia.org/wiki/Özel:Kitap Kitap oluşturucuyu] kullanabilirsiniz.
My ZIM file is too big, what should I do?
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: FFSJ or HJ-Split (slower option); on Windows 10, if you have Bash on Ubuntu installed, you can use the GNU/Linux commands below.
  • On Apple Mac OS X: Split&Concat
  • On GNU/Linux in the console:
    split --bytes=2000M my_big_file.zim my_big_file.zim
    

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.

Kiwix neden PPC Mac için kullanılabilir değil?
Bizde PPC mimarili bir Mac yok; ayrıca bu mimari artık kullanılmıyor, oldukça eskidi.
Bir ZIM dosyasını güncellemek mümkün müdür?
Bir ZIM dosyasının kendi kendini güncellemesi mümkün değildir; ama içeriklerin güncellenmiş versiyonunu bulunduran yeni bir ZIM dosyası indirebilirsiniz.
Kendi ZIM dosyamı nasıl yapabilirim?
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.
Arama aracı indeksini nasıl daha iyi bir hale getirebilirim?
"./kiwix-compact" betiğini çalıştırın (sadece GNU/Linux'te kullanılabilir), bunun disk kullanımını yaklaşık %50 oranında azaltması gerekir.
Önceden-indekslenmiş ZIM dosyasını Mac OSX'e nasıl kurarım?
"Veriyi" "/Applications/Kiwix.app/Contents/" dizinine kopyalayın ya da taşıyın. Muhtemelen Kiwix "kütüphanesine" gidip ZIM içeriğini açmanız gerekecek.
Kiwix kullanıcılarının tecrübelerini karşılıklı olarak paylaştığı ve birbirlerine yardım ettiği bir kullanıcı forumu var mı?
Evet, https://forum.kiwix.org adresinde bulunmaktadır.
Bir ZIP dosyası (önceden-indekslenmiş ZIM dosyası) indirmiştim ama dosyayı açamıyorum, bana bozuk gibi geldi. Ne yapmalıyım?
ZIP64 formatını (büyük dosyalar için ZIP formatı) destekleyen bir arşivden çıkarma programı kullanın, örneğin 7-zip gibi. Eğer hala olmuyorsa, dosyanız aktarım sırasında bozulmuş demektir, lütfen BitTorenti kullanarak indirmeyi yeniden başlatın, sonra dosya çalışacaktır.
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
, for 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:
  • On 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
    

Ayrıca bakınız