Provided by:
amule-daemon_2.3.1-1_i386 
NOMBRE
amuleweb - servidor web de aMule
SINOPSIS
amuleweb [-h <host>] [-p <port>] [-P <password>] [-f <path>] [-q] [-v]
[-l <lang>] [-w] [-t <name>] [-s <port>] [-u] [-U <port>] [-z] [-Z] [-A
<password>] [-G <password>] [-a | -d] [-L] [--no-php] [-N]
amuleweb [--create-config-from=<path>]
amuleweb [--help]
amuleweb [--version]
amuleweb [--amule-config-file=<path>]
DESCRIPCI'ON
amuleweb manages your access to amule through a web browser. You can
start amuleweb together with amule(1), or separately, any time later.
Options can be specified via command-line or via config-file.
Command-line options take precedence over config-file options.
[ -h <host>, --host=<host> ]
Host donde se esta ejecutando aMule. (por defecto: localhost).
<host> debe ser o una direccion IP o un nombre DNS
[ -p <port>, --port=<port> ]
Puerto de conexion externa de aMule, puesto en
Opciones->Controles Remotos (por defecto: 4712)
[ -P <password>, --password=<password> ]
Contrasena de conexiones externas
[ -f <path>, --config-file=<path> ]
Usar la configuracion dada por el archivo. El archivo de
configuracion por defecto es ~/.aMule/remote.conf
[ -q, --quiet ]
No mostrar nada por la salida estandar
[ -v, --verbose ]
Modo Extendido - muestra tambien los mensajes de depuracion.
[ -l <lang>, --locale=<lang> ]
Selecciona el idioma del programa. Ver la seccion NOTAS para la
descripcion del parametro del <lang>.
[ -w, --write-config ]
Escribe opciones de la linea de comando al archivo de
configuracion y termina.
[ -t <name>, --template=<name> ]
Loads the template named <name>. See the SKIN SUPPORT section
for details.
[ -s <port>, --server-port=<port> ]
Webserver's HTTP port. This is the port you must point your
browser to (default: 4711).
[ -u ]
Habilitar UPnP.
[ -U <port>, --upnp-port <port> ]
Puerto UPnP.
[ -z, --enable-gzip ]
Enables using gzip compression in HTTP traffic to save
bandwidth.
[ -Z, --disable-gzip ]
Deshabilitar la compresion gzip (esto es por defecto).
[ -A <passwd>, --admin-pass=<passwd> ]
Contrasena de acceso completo al servidor web.
[ -G <passwd>, --guest-pass=<passwd> ]
Contrasena de invitado al servidor web.
[ -a, --allow-guest ]
Permitir acceso invitado.
[ -d, --deny-guest ]
Deniega el acceso invitado (defecto)
[ -L, --load-settings ]
Load/save webserver settings from/to remote aMule. This causes
amuleweb to ignore command-line and config-file settings, and
load them from aMule. When saving preferences none will be
written to the config file, but to aMule. (Of course, this
works only for those settings that can be set in aMule's
Preferences->Remote Controls.)
[ --no-php ]
Deshabilitar interprete PHP (obsoleto)
[ -N, --no-script-cache ]
Recompilar paginas PHP en cada solicitud.
[ --create-config-from=<path> ]
Crear archivo de configuracion basado en <path>, el cual debe
apuntar a un archivo de configuracion valido, y entonces
termina.
[ --help ]
Imprime una breve descripcion de uso.
[ --version ]
Mostrar el numero de la version actual.
[ --amule-config-file=<path> ]
aMule config file path. DO NOT USE DIRECTLY! aMule uses this
option when starting amuleweb at aMule startup. This option
causes all other command-line and config-file settings to be
ignored, preferences to be read from the given config file, and
also implies the -q -L options.
NOTAS
Rutas
Todas las opciones que tengan <path> como valor, si path contiene un
directorio sin part (p.e. solo un archivo normal), entones se tomara el
directorio de la configuracion, ~/.aMule.
Lenguajes
The <lang> parameter for the -l option has the following form:
lang[_LANG][.encoding][@modifier] where lang is the primary language,
LANG is a sublanguage/territory, encoding is the character set to use
and modifier allows the user to select a specific instance of
localization data within a single category.
Por ejemplo, las siguientes cadenas son validas:
de
de_DE
de_DE.iso88591
de_DE@euro
de_DE.iso88591@euro
Though all the above strings are accepted as valid language
definitions, encoding and modifier are yet unused.
In addition to the format above, you can also specify full language
names in English - so -l german is also valid and is equal to -l de_DE.
When no locale is defined, either on command-line or in config file,
system default language will be used.
SOPORTE TEMAS.
amuleweb is capable of displaying information in different skins.
These skins are called templates, and you can make amuleweb load a
specific template via the -t command line option. Templates are
searched in two places: first in ~/.aMule/webserver/ and then in
/usr/share/amule/webserver/ if you installed with --prefix=/usr.
Each template must be in a subdirectory of the template name, and this
directory must contain all files the template needs.
ARCHIVOS
~/.aMule/remote.conf
~/.aMule/webserver/
$(pkgdatadir)/webserver/
EJEMPLO
Normalmente amuleweb se ejecutara primero como:
amuleweb -h hostname -p ECport -P ECpassword -s HTTPport -A
AdminPassword -w
o
amuleweb --create-config-from=/home/usuario/.aMule/amule.conf
Esto guardara las opciones en $HOME/.aMule/remote.conf, y despues solo
tiene que escribir:
amuleweb
Por supuesto, puede especificar las opciones en el ejemplo de la
primera linea, y tambien puede omitirlo.
INFORMANDO ERRORES
Por favor informa de fallos ya sea en nuestro foro
(http://forum.amule.org/), o en nuestro bugtracker
(http://bugs.amule.org/). Por favor no informe de fallos por correo, ni
en nuestras listas, ni directamente al correo de algun miembro del
equipo.
COPYRIGHT
aMule y todas las demas utilidades relacionadas son distribuidas bajo
la GNU General Public License.
VEASE TAMBIEN
amule(1), amulecmd(1)
AUTOR
Esta pagina de manualfue escrita por Vollstrecker
<amule@vollstreckernet.de>