Difference between revisions of "Kiwix-serve/es"

Jump to navigation Jump to search
Updating to match new version of source page
(Updating to match new version of source page)
Line 1: Line 1:
{{translations}}
{{translations}}
[[File:Kiwix-serve alpha results example.png|right|thumb|Página de resultados]]
[[File:Kiwix_0.9_rc2_article_served_en_screenshot.png|right|thumb|Kiwix-serve, embedded in Kiwix, on a Microsoft Windows computer]]
[[File:Kiwix-serve alpha page example.png|right|thumb|Página de un artículo]]
[[File:Two_kiwix-plugs.jpg|right|thumb|With [[Kiwix-plug]], kiwix-serve runs on pretty small hardwares]]


'''kiwix-serve''' es un servidor HTTP capaz de navegar en los archivos ZIM que provee el mismo motor de búsqueda de Kiwix. Usted puede, con él, acceder al contenido de archivo ZIM, con la simple ayuda de un navegador y desde cualquier computador conectado al servidor donde este corriendo kiwix-serve
'''Kiwix-serve is a ZIM compatible Web server.''' With it's help you can deliver ZIM file content over your network.


Para usarlo debe tener:
Based on the well known protocol HTTP, kiwix-serve allows you to share the [[Special:MyLanguage/Wikipedia_in_all_languages|ZIM files available]] on your computer easily with the other computers connected to your network. You simply need to start kiwix-serve on your computer and others will be able to access it with their own Web browser.
# kiwix (version 0.9 o superior) instalado en su sistema GNU/Linux.
# Archivo ZIM
# Archivo índice de ZIM
# kiwix-server ejecutándose


Para mas detalles, lea los capítulos a continuación
Kiwix-serve is a good solution if you have a LAN network and don't want to install Kiwix on all computers. It's a good alternative if you don't have a shared network disk from which everybody can start Kiwix.


== Instalar Kiwix ==
== Features ==
[[Compilation/es]]
Kiwix-serve has not so many features like Kiwix, but provides the most important ones:
* Full text search engine
* Search suggestions
* Really small and efficient
* Compatible with almost all browsers
* Available on all platforms
* Available as command line executable
* Embedded in Kiwix UI
* Able to deal with one ZIM file or XML library files


== Descargar un archivo ZIM ==
== Get it ==
On Microsoft Windows, Apple Mac OSX 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]].


Actualmente se tienen unos cuantos archivos ZIM disponibles. El proyecto Kiwix esta trabajando en el lanzamiento de nuevas versiones, por favor mire [http://download.kiwix.org/zim/0.9/ aquí]. El proyecto OpenZIM mantiene una lista de los fuentes de ZIM [https://wiki.openzim.org/ZIM_File_Archive aquí].
We also provide [//sourceforge.net/projects/kiwix/files/ pre-compiled binaries for ARM GNU/Linux].


== Indice del archivo ZIM ==
For other systems, you will have to [[compilation|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:
<source lang="bash">
<source lang="bash">
kiwix-index [--verbose|-v] [--backend|--b=xapian|clucene] [ZIM_PATH] [INDEX_PATH]
kiwix-serve --library ~/.www.kiwix.org/kiwix/efrnsupg.default/library.xml
</source>
</source>


== Ejecutar kiwix-serve ==
Unix command line example to start kiwix-serve with a ZIM file:
<source lang="bash">
<source lang="bash">
kiwix-serve [--port=PORT] [--index=INDEX_PATH] [--verbose] [--daemon] ZIM_PATH
kiwix-serve --port=8080 wikipedia.zim
</source>
</source>


Usted también puede ejecutar kiwix-serve sin el índice, pero en este caso no tendrá acceso al motor de búsqueda.
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:
* NOTA: Para la versión <code>0.9-alpha7.1</code> el soporte del índice solo esta disponible para <code>xapian</code>
<source lang="bash">
http://xxx.xxx.xxx.xxx:80/
</source>
 
== 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.


== Demo ==
== See also ==
* [http://library.kiwix.org:4203 Wikipedia Version 0.5 (English)]
* [http://library.kiwix.org kiwix-serve demonstration instance]
* [http://library.kiwix.org:4202 2008/9 Wikipedia Selection for schools (English)]
* [[kiwix-index]]
* [http://library.kiwix.org:4201 Wikipedia Version 0.7 (English)]
* [[kiwix-manage]]
* [[kiwix-plug]]
4,922

edits

Navigation menu