Kiwix-serve

From Kiwix
Revision as of 17:32, 2 August 2014 by Wilfredor (talk | contribs) (Created page with "Kiwix-serve no tiene mas las mismas funciones que Kiwix, sin embargo, provee las principales como: *Motor de busqueda de texto completo *Sugerencias en las búsquedas *Pequeñ...")
Jump to navigation Jump to search
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 • ‎русский • ‎فارسی • ‎বাংলা • ‎日本語
Kiwix-serve es incluido en la versión de Kiwix en computadoras con Microsoft Windows
Con Kiwix-plug, kiwix-serve corre en hardwares de pocas especificaciones

Kiwix-serve es un servidor Web compatible con ZIM. Con él podrás disponer del contenido de un archivo ZIM en tu red local.

Basado en el bien conocido protocolo HTTP, kiwix-serve permite qcompartir todos los archivos ZIM disponibles en tu computador facilmente con otros usuarios conectados a tu red local. Simplemente necesitas de empezar a usar kiwix-serve y tu contenido estará disponible para cualquiera que posea un navegador Web.

Kiwix-serve es una buena solucion si solamente tienes una red local y no quieres instalar kiwix en todas las computadoras. Es una buena alternativa si tu no tienes un disco duro compartido en tu red con el cual todo el mundo pueda correr Kiwix.

Features

Kiwix-serve no tiene mas las mismas funciones que Kiwix, sin embargo, provee las principales como:

  • Motor de busqueda de texto completo
  • Sugerencias en las búsquedas
  • Pequeño y eficiente
  • Compatible com la mayoría de los navegadores
  • Disponible en todas las plataformas
  • Disponible como ejecutable en línea de comandos
  • Incorporado en la Interfaz de Usuario de Kixix
  • Habilitado conforme a un archivo ZIM o una biblioteca XML

Get it

On Microsoft Windows, Apple Mac OSX and GNU/Linux, kiwix-serve is packaged and distributed with Kiwix. You simply need to download the Kiwix installer corresponding to your Operating System.

We also provide pre-compiled binaries for ARM GNU/Linux.

For other systems, you will have to download and compile kiwix-serve source code on your own.

Use it

Kiwix-serve is directly available in the Kiwix menu "Tools > server", but for people wanting to use it from the command line, here is how it works.

Prerequisites:

  • kiwix-serve binary, available in the Kiwix application directory
  • A ZIM file or a library file (you can use the library.xml file available in your Kiwix user profile).

Unix command line (just use kiwix-serve.exe on Microsoft Windows) example to start kiwix-serve with a XML library file:

kiwix-serve --library ~/.www.kiwix.org/kiwix/efrnsupg.default/library.xml

Unix command line example to start kiwix-serve with a ZIM file:

kiwix-serve --port=8080 wikipedia.zim

One time kiwix-serve is started, everybody, who has access to this computer per 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:

http://xxx.xxx.xxx.xxx:80/

Options

Kiwix-serve provides a few options:

  • --port=PORT to specify the port you want to open for listening (per default 80)
  • --index=foobar.ix to specify an fulltext index directory
  • --daemon to execute the software in background
  • --attachToProcess=PID to attach kiwix-serve process to other process
  • --verbose to get a few logs

You can also run kiwix-serve without index, but in this case you won't have access to the fulltext search engine.

See also