Difference between revisions of "FAQ/fa"
Jump to navigation
Jump to search
(Updating to match new version of source page) |
|||
Line 29: | Line 29: | ||
{{FAQ_entry|question=چگونه میتوانم کاری کنم که کیویکس در هنگام اجرا، مقاله خاصی را نشان دهد؟|answer=برای این کار باید با استفاده در command line از گزینه -articleByUrl استفاده کنید. برای مثال:<source lang="bash">kiwix.exe -articleByUrl "zim://A/foo.html" bar.zim</source>}} | {{FAQ_entry|question=چگونه میتوانم کاری کنم که کیویکس در هنگام اجرا، مقاله خاصی را نشان دهد؟|answer=برای این کار باید با استفاده در command line از گزینه -articleByUrl استفاده کنید. برای مثال:<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].}} | |||
== همچنین ببینید == | == همچنین ببینید == | ||
* [[Special:MyLanguage/Help|راهنما]] | * [[Special:MyLanguage/Help|راهنما]] | ||
* [http://forum.kiwix.org انجمن] | * [http://forum.kiwix.org انجمن] |
Revision as of 16:17, 25 January 2015
این صفحه پاسخ پرسشهای رایج مربوط به کیویکس است. اگر پاسخ سئوال خود را نیافتید، لطفاً صفحه راهنما را بخوانید و یا از انجمن بازدید کنید.
- کجا میتوانم اطلاعات جدیدی که اضافه میشود را پیدا کنم؟
- 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:
- در ویندوز: FSJ-Lite
- در مکینتاش: Split&Concat
- در لینوکس با استفاده از کنسول: 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.
- چرا نسخهای از کیویکس برای کامپیوترهای جیبی اپل وجود ندارد؟
- ما دستگاه کامپیوتر جیبی اپل را در اختیار نداریم و این دستگاه دیگر منقرض شدهاست.
- آیا امکان بروز رسانی فایل 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-compact" را اجرا کنید (فقط در لینوکس قابل اجرا است) و این باعث میشود که 50% از فضای حافظه شما خالی گردد.
- چگونه میتوان فایل ZIM از پیش ایندکس شده را در مکینتاش نصب کرد؟
- مسیر "data" را در "/Applications/Kiwix.app/Contents/" کپی کنید. پس از آن به قسمت "library" در نرمافزار رفته و فایل ZIM را اجرا کنید.
- آیا محلی مانند فوروم برای تبادل راهنمایی کاربران در رابطه با کیویکس وجود دارد؟
- بله، در اینجا: 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?
- از نرمافزار استخراج کننده فایل ZIP استفاده کنید که از فرمت ZIP64 (فرمت ZIP مربوط به فایلهای حجیم) هم پشتیبانی کند، مانند 7-zip. اگر هنوز خرابی وجود دارد، یعنی فایل شما خراب است و درست دانلودنشده، بهتر است آن را دوباره با تورنت دانلود کنید، در این صورت قطعاً کار خواهد کرد.
- من نمیتوانم کیویکس را در فلش مموری خود کپی کنم، بعضی از فایلهای آن خیلی حجیم هستند.
- 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.
- چگونه میتوانم کاری کنم که کیویکس در هنگام اجرا، مقاله خاصی را نشان دهد؟
- برای این کار باید با استفاده در command line از گزینه -articleByUrl استفاده کنید. برای مثال:
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.