Difference between revisions of "Kiwix-serve/it"

Jump to navigation Jump to search
Updating to match new version of source page
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(3 intermediate revisions by one other user not shown)
Line 21: Line 21:


== Come ottenerlo ==
== Come ottenerlo ==
Su MIcrosoft Windows, Apple Mac OSX e GNU/Linux, kiwix-serve è pacchettizzato e distribuito con Kiwix. Devi solamente [[Special:MyLanguage/Software|scaricare l'installer di Kiwix per il tuo Sistema Operativo]].
On Microsoft Windows, Apple Mac OS X and GNU/Linux, kiwix-serve is packaged and distributed with Kiwix. You simply need to [[Special:MyLanguage/Software|download the Kiwix installer corresponding to your Operating System]].


Forniamo anche [//sourceforge.net/projects/kiwix/files/ pacchetti pre-compilati per ARM GNU/Linux].
We newly provide kiwix-serve as part of the Kiwix tools and [https://download.kiwix.org/release/kiwix-tools/ pre-compiled binaries for many systems are available].


Per altri sistemi devi [[compilation|scaricare e compilare il codice sorgente di kiwix-serve]].
Per altri sistemi devi [[compilation|scaricare e compilare il codice sorgente di kiwix-serve]].
Line 34: Line 34:
* Un file ZIM o un file libreria (puoi usare il file library.xml del tuo profilo utente di Kiwix).
* Un file ZIM o un file libreria (puoi usare il file library.xml del tuo profilo utente di Kiwix).


Esempio per avviare kiwix-serve con un file XML da riga di comando UNIX (su Microsoft Windows basta utilizzare kiwix-serve.exe):
Unix command line (just use kiwix-serve.exe on Microsoft Windows) example to start kiwix-serve with an XML library file:
<source lang="bash">
<source lang="bash">
kiwix-serve --library ~/.www.kiwix.org/kiwix/efrnsupg.default/library.xml
kiwix-serve --library ~/.www.kiwix.org/kiwix/efrnsupg.default/data/library/library.xml
</source>
</source>


Line 44: Line 44:
</source>
</source>


Once kiwix-serve is started, anyone with access to this computer over the network, will be able to connect to it. You need to retrieve the IP (xxx.xxx.xxx.xxx) of your computer and remember the port (per default 80) you have used and then people will only have to type in their browser address bar:
Una volta che kiwix-serve è avviato, chiunque abbia accesso alla rete di questo computer può connettersi. Devi rendere noto l'indirizzo IP del tuo computer (xxx.xxx.xxx.xxx) e ricordare la porta (80 di default) che hai usato, così gli altri avranno bisogno soltanto di scrivere nella barra degli indirizzo del loro browser:
<source lang="bash">
<source lang="bash">
http://xxx.xxx.xxx.xxx:80/
http://xxx.xxx.xxx.xxx:80/
Line 52: Line 52:
Kiwix-serve fornisce alcune opzioni:
Kiwix-serve fornisce alcune opzioni:
* --port=PORTA per specificare la porta da mettere in ascolto (80 di default)
* --port=PORTA per specificare la porta da mettere in ascolto (80 di default)
* --index=foobar.ix per specificare la cartella dell'indice
* --index=foobar.idx per specificare la cartella dell'indice
* --daemon per eseguirlo in background
* --daemon per eseguirlo in background
* --attachToProcess=PID per allegare il processo di kiwix-serve ad altri processi
* --attachToProcess=PID per allegare il processo di kiwix-serve ad altri processi
Line 60: Line 60:


== Altro ==
== Altro ==
* [http://library.kiwix.org esempio dimostrativo di kiwix-serve]
* [[kiwix-index]]
* [[kiwix-index]]
* [[kiwix-manage]]
* [[kiwix-manage]]
* [[kiwix-plug]]
* [[kiwix-plug]]
* [http://kv5r.com/computers/offline-dictionary-server/ How-to setup kiwix.exe as a Windows service]
4,922

edits

Navigation menu