Difference between revisions of "FAQ/it"

From Kiwix
Jump to navigation Jump to search
(Created page with "* Su Microsoft Windows: [http://www.jaist.ac.jp/~hoangle/filesj/ FSJ-Lite]")
Line 5: Line 5:


{{FAQ_entry|question=Il mio file ZIM è troppo grande, cosa devo fare?|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:
{{FAQ_entry|question=Il mio file ZIM è troppo grande, cosa devo fare?|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],
* Su 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 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
* On GNU/Linux and with the console: split --bytes=2000M my_big_file.zim

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

Questa è la pagina delle Frequently Asked Questions (o FAQ). Se non trovi risposta alla tua domanda, per favore leggi la pagina Aiuto o visita il nostro Forum.

Dove posso trovare i nuovi contenuti?
Kiwix usa il formato ZIM. Rilasciamo i nostri file ZIM nella libreria di Kiwix (nel software). Per generare i tuoi file ZIM puoi anche usare Book creator su Wikipedia.
Il mio file ZIM è troppo grande, cosa devo fare?
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:
  • Su 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.

Perché Kiwix non è disponibile per Mac PPC?
Non abbiamo l'architettura Mac PPC e questa architettura è deprecata.
È possibile aggiornare un file ZIM?
Non è possibile aggiornare un file ZIM, tuttavia puoi scaricare un nuovo file ZIM con una versione aggiornata dei contenuti.
Come posso generare un file ZIM da me?
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.
Come posso ottimizzare l'indice del motore di ricerca?
Esegui lo script "./kiwix-compact" (disponibile solo su GNU/Linux), questo dovrebbe ridurre l'utilizzo del disco di al più il 50%
Come installare un file ZIM pre-indicizzato su Mac OSX?
Sposta o copia la cartella "data" in "/Applications/Kiwix.app/Contents/". Probabilmente sarà necessario caricare il file ZIM dalla "libreria" di Kiwix.
Is there a user forum where Kiwix users can exchange experiences and help each other?
Sì, si trova in 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?
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.
Non posso copiare Kiwix sulla mia chiave USB perchè i file indice (cartella *.idx) sono troppo grandi.
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.
Come posso eseguire Kiwix con un articolo specifico?
Devo eseguire Kiwix da riga di comando usando l'opzione -articleByUrl. Per esempio:
kiwix.exe -articleByUrl "zim://A/foo.html" bar.zim

Vedi anche