regenerate doc files

This commit is contained in:
Nils Kneuper 2009-03-22 13:45:05 +00:00
parent 36cf1b908f
commit 3756e85487
5 changed files with 1122 additions and 53 deletions

280
doc/man/de/wesnothd.6 Normal file
View file

@ -0,0 +1,280 @@
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
.\"
.
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH WESNOTHD 6 2009 wesnothd "Battle for Wesnoth\-Mehrspielernetzwerkdaemon"
.
.SH NAME
.
wesnothd \- Battle for \fBWesnoth\fP Mehrspielernetzwerkdaemon
.
.SH ZUSAMMENFASSUNG
.
\fBwesnothd\fP [\|\fB\-dv\fP\|] [\|\fB\-c\fP \fIPfad\fP\|] [\|\fB\-p\fP \fIPort\fP\|] [\|\fB\-t\fP
\fINummer\fP\|] [\|\fB\-T\fP \fINummer\fP\|]
.br
\fBwesnothd\fP \fB\-V\fP
.
.SH BESCHREIBUNG
.
Verwaltet Battle for Wesnoth Mehrspieler Partien. Siehe auf
http://www.wesnoth.org/wiki/ServerAdministration für die Befehle, die der
Server von Wesnoth (/query ...) oder über die FIFO entgegen nimmt.
.
.SH KOMMANDOZEILENOPTIONEN
.
.TP
\fB\-c\ \fP\fIPfad\fP\fB,\ \-\-config\fP\fI\ Pfad\fP
sagt wesnothd wo er die zu benutzende Konfigurationsdatei findet. Siehe im
Abschnitt \fBSERVER KONFIGURATION\fP unterhalb für den genauen Syntax. Sie
können die Konfigurationsdatei durch senden eines SIGHUP an den
Serverprozess neuladen.
.TP
\fB\-d, \-\-daemon\fP
startet wesnothd als Dämon.
.TP
\fB\-h, \-\-help\fP
Gibt die möglichen Kommandozeilenoptionen aus.
.TP
\fB\-\-log\-\fP\fIlevel\fP\fB=\fP\fIDomäne1\fP\fB,\fP\fIDomäne2\fP\fB,\fP\fI...\fP
Setzt die Stufe der Debugausgabe. Verwenden Sie \fBall\fP, um sämtliche Domänen
zu verwenden. Verfügbare Stufen: \fBerror\fP,\ \fBwarning\fP,\ \fBinfo\fP,\
\fBdebug\fP. Standardmäßig werden die Stufe \fBerror\fP für die Domäne des Spieles
und die Stufe \fBinfo\fP für die Domäne des Servers verwendet.
.TP
\fB\-p\ \fP\fIPort\fP\fB,\ \-\-port\fP\fI\ Port\fP
bindet den Server an den angegebenen Port. Wenn kein Port angegeben ist,
wird Port \fB15000\fP genommen.
.TP
\fB\-t\ \fP\fINummer\fP\fB,\ \-\-threads\fP\fI\ Nummer\fP
Legt die maximale Anzahl an Arbeiterprozessen für Netzwerk I/O
fest. (Standard: \fB5\fP,\ Maximum:\ \fB30\fP)
.TP
\fB\-t,\ \-\-max\-threads\fP\fI\ Wert\fP
Legt die maximal zu erzeugende Anzahl an Arbeiterprozessen fest. Bei einem
Wert von \fB0\fP gibt es keine Beschränkung. (Standard: \fB0\fP)
.TP
\fB\-V, \-\-version\fP
Zeigt die Versionsnummer an und beendet das Programm.
.TP
\fB\-v, \-\-verbose\fP
aktiviert mehr Details in der Logausgabe.
.
.SH "SERVER KONFIGURATION"
.
.SS "Der allgemeine Syntax ist:"
.
.P
[\fIElement\fP]
.IP
Schlüssel="\fIWert\fP"
.IP
Schlüssel="\fIWert\fP,\fIWert\fP,..."
.P
[/\fIElement\fP]
.
.SS "Globale Schlüssel:"
.
.TP
\fBban_save_file\fP
Kompletter oder relativer Pfad zu einer (gzip\-komprimierten) Datei, die der
Server lesen und schreiben kann. Bans werden in diese Datei gespeichert und
beim Start vom Server eingelesen.
.TP
\fBconnections_allowed\fP
Die Anzahl zulässiger Verbindungen von der gleichen IP Adresse. \fB0\fP heißt
unendlich. (Standard: \fB5\fP)
.TP
\fBdisallow_names\fP
Namen/Spitznamen die der Server nicht akzeptiert. `*' und `?' sind als
Platzhalter unterstützt. Siehe \fBglob\fP(7) für mehr Details. Standardwerte
(wenn sonst nichts angegeben wurde) sind:
\fB*admin*,*admln*,*server*,ai,ai?,computer,human,network,player\fP.
.TP
\fBfifo_path\fP
Der Pfad zur FIFO\-Datei, in die Befehle für den Server geschrieben werden
können (das gleiche wie /query ... aus Wesnoth selbst heraus). Falls nicht
angegeben, wird die einkompilierte Voreinstellung verwendet (Standardwert:
/var/run/socket/wesnothd/socket).
.TP
\fBmax_messages\fP
Die Anzahl der erlaubten Nachrichten in \fBmessages_time_period\fP. (Standard:
\fB4\fP)
.TP
\fBmessages_time_period\fP
Der Zeitraum (in Sekunden) in dem "message flooding" erkannt
wird. (Standard: \fB10\fP)
.TP
\fBmotd\fP
Die "Nachricht des Tages".
.TP
\fBpasswd\fP
Das Passwort um auf dem Server Administratorrechte zu erhalten. Es beginnt
per Konvention mit `admin '.
.TP
\fBrestart_command\fP
Der Befehl, den der Server verwendet, um einen neuen Server\-Prozess über den
»restart«\-Befehl zu starten. (Kann nur über die FIFO angefordert werden.)
.TP
\fBversions_accepted\fP
Eine durch Komma getrennte Liste der Programmversionen, die der Server
zulässt. `*' und `?' sind erlaubt. (Standard: Die aktuell installierte
Wesnoth Version)
.br
Beispiel: \fBversions_accepted="*"\fP akzeptiert alle Versionen.
.TP
\fBuser_handler\fP
Der Name der zu verwendenden Nutzerverwaltung. Momentan sind als
Nutzerverwaltungen »forum« (um via wesnothd eine Verbindung zu einer phpbb
Forum Datenbank aufzubauen) und »sample« (eine Beispielimplementierung der
Nutzerverwaltungsschnittstelle, diese dient nur als Beispiel und sollte
nicht genutzt werden) verfügbar. Standardmäßig wird die Nutzerverwaltung
»forum« verwendet. Außerdem muss ein \fB[user_handler]\fP angelegt werden. Der
Aufbau von diesem ist weiter unten beschrieben.
.
.SS "Globale Elemente:"
.
.P
\fB[redirect]\fP Ein Element um bestimmte Programmversionen anzugeben, die auf
einen anderen Server umgeleitet werden sollen.
.RS
.TP
\fBhost\fP
Die Adresse des Rechners, zu dem umgeleitet wird.
.TP
\fBport\fP
Der dabei zu verwendende Port.
.TP
\fBversion\fP
Eine durch Komma getrennte Liste der Versionen, die umgeleitet werden
sollen. Verhält sich in Bezug auf Wildcards genauso wie
\fBversions_accepted\fP.
.RE
.P
\fB[ban_time]\fP Eine Markierung, um A tag to define convenient keywords for
temporary ban time lengths.
.RS
.TP
\fBname\fP
Der Name, um die Ban\-Zeit zu referenzieren.
.TP
\fBtime\fP
Die Zeitlängen\-Definition. Das Format lautet: %d[%s[%d%s[...]]] wobei %s für
s (Sekunden), m (Minuten), h (Stunden), D (Tage), M (Monate) oder Y (Jahre)
und %d für eine Nummer steht. Falls keine Zeitdefinition verwendet wird,
werden Minuten (m) angenommen. Beispiel: time="1D12h30m" steht für eine
Ban\-Zeit von einem Tag, 12 Stunden und 30 Minuten.
.RE
.P
\fB[proxy]\fP Ein Element, das benutzt wird um dem Server mitzuteilen, wie ein
Proxy zu agieren und somit alle Anfragen des mit ihm verbundenen Rechners an
den angegebenen Server weiterzuleiten. Es werden die gleichen Schlüssel wie
bei \fB[redirect]\fP akzeptiert.
.RE
.P
\fB[user_handler]\fP Dies Konfiguriert die Nutzerverwaltung. Die verwendbaren
Schlüssel hängen davon ab, welche Nutzerverwaltung beim \fBuser_handler\fP
Schlüssel festgelegt wurde. Ist kein [user_handler] Bereich vorhanden, so
ist es nicht möglich registrierte Nutzernamen auf dem Server zu verwenden.
.RS
.TP
\fBdb_host\fP
(für user_handler=forum) Der Hostname des Datenbank\-Servers
.TP
\fBdb_name\fP
(für user_handler=forum) Der Name der zu nutzenden Datenbank
.TP
\fBdb_user\fP
(für user_handler=forum) Der Benutzername, der zur Anmeldung an der
Datenbank verwendet werden soll
.TP
\fBdb_password\fP
(für user_handler=forum) Das zugehörige Passwort für den Nutzer
.TP
\fBdb_users_table\fP
(für user_handler=forum) Der Name der Tabelle, in der das phpbb Forum die
Nutzerdaten ablegt. Dies ist höchstwahrscheinlich
<table\-prefix>_users (z.B. phpbb3_users).
.TP
\fBdb_extra_table\fP
(für user_handler=forum) Der Name der Tabelle, in der wesnothd spezifische
Nutzerdaten abgelegt werden sollen. Diese Tabelle muss manuell angelegt
werden. Dies erfolgt z.B. mit einem Befehl wie diesem: CREATE TABLE
<table\-name>(username VARCHAR(255) PRIMARY KEY, user_lastvisit INT
UNSIGNED NOT NULL DEFAULT 0, user_is_moderator TINYINT(4) NOT NULL DEFAULT
0);
.TP
\fBuser_expiration\fP
(für user_handler=sample) Zeit (in Tagen) nach der ein registrierter
Benutzername verfällt.
.RE
.P
\fB[mail]\fP Konfiguriert einen SMTP\-Server über den die Nutzerverwaltung
Benachrichtigungen verschicken kann. Dies wird momentan nur von der
Nutzerverwaltung »sample« verwendet.
.RS
.TP
\fBserver\fP
Der Hostname des Mail\-Servers.
.TP
\fBusername\fP
Der Nutzername mit welchem man sich beim Mail\-Server anmeldet.
.TP
\fBpassword\fP
Das Passwort dieses Nutzers.
.TP
\fBfrom_address\fP
Die Antwortadresse für ausgehende Mails.
.TP
\fBmail_port\fP
Der Port, auf welchem der Mailserver arbeitet. Standardmäßig wird Port 25
verwendet.
.
.SH AUTOR
.
Geschrieben von David White <davidnwhite@verizon.net>. Bearbeitet
von Nils Kneuper <crazy\-ivanovic@gmx.net>, ott
<ott@gaon.net>, Soliton <soliton.de@gmail.com> und Thomas
Baumhauer <thomas.baumhauer@gmail.com>. Übersetzt von Jan\-Heiner
Laberenz <Jan\-Heiner@arcor.de>, Nils Kneuper
<crazy\-ivanovic@gmx.net>und Soliton <soliton.de@gmail.com>.
Diese Beschreibung stammt im Original von Cyril Bouthors
<cyril@bouthors.org>.
.br
Besuchen Sie auch die offizielle Webseite: http://www.wesnoth.org/
.
.SH COPYRIGHT
.
Copyright \(co 2003\-2007 David White <davidnwhite@verizon.net>
.br
Dieses Programm ist freie Software. Sie können es unter den Bedingungen der
GNU General Public License, wie von der Free Software Foundation
veröffentlicht, weitergeben und/oder modifizieren, entweder gemäß Version 2
der Lizenz oder (nach Ihrer Option) jeder späteren Version. Die
Veröffentlichung dieses Programms erfolgt in der Hoffnung, dass es Ihnen von
Nutzen sein wird, aber OHNE IRGENDEINE GARANTIE, sogar ohne die implizite
Garantie der MARKTREIFE oder der VERWENDBARKEIT FÜR EINEN BESTIMMTEN
ZWECK. Details finden Sie in der GNU General Public License. Sie sollten
eine Kopie der GNU General Public License zusammen mit diesem Programm
erhalten haben. Falls nicht, schreiben Sie an die Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110\-1301, USA.
.
.SH ANDERE
.
\fBwesnoth\fP(6), \fBwesnoth_editor\fP(6)

257
doc/man/en_GB/wesnothd.6 Normal file
View file

@ -0,0 +1,257 @@
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
.\"
.
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH WESNOTHD 6 2009 wesnothd "Battle for Wesnoth multiplayer network daemon"
.
.SH NAME
.
wesnothd \- Battle for \fBWesnoth\fP multiplayer network daemon
.
.SH SYNOPSIS
.
\fBwesnothd\fP [\|\fB\-dv\fP\|] [\|\fB\-c\fP \fIpath\fP\|] [\|\fB\-p\fP \fIport\fP\|] [\|\fB\-t\fP
\fInumber\fP\|] [\|\fB\-T\fP \fInumber\fP\|]
.br
\fBwesnothd\fP \fB\-V\fP
.
.SH DESCRIPTION
.
Manages Battle for Wesnoth multiplayer games. See
http://www.wesnoth.org/wiki/ServerAdministration on what commands the server
accepts via the wesnoth client (/query ...) or the fifo.
.
.SH OPTIONS
.
.TP
\fB\-c\ \fP\fIpath\fP\fB,\ \-\-config\fP\fI\ path\fP
tells wesnothd where to find the config file to use. See the section
\fBSERVER CONFIG\fP below for the syntax. You can reload the config with
sending SIGHUP to the server process.
.TP
\fB\-d, \-\-daemon\fP
runs wesnothd as a daemon.
.TP
\fB\-h, \-\-help\fP
tells you what the command line options do.
.TP
\fB\-\-log\-\fP\fIlevel\fP\fB=\fP\fIdomain1\fP\fB,\fP\fIdomain2\fP\fB,\fP\fI...\fP
sets the severity level of the log domains. \fBall\fP can be used to match any
log domain. Available levels: \fBerror\fP,\ \fBwarning\fP,\ \fBinfo\fP,\ \fBdebug\fP.
By default the \fBerror\fP level is used and the \fBinfo\fP level for the
\fBserver\fP domain.
.TP
\fB\-p\ \fP\fIport\fP\fB,\ \-\-port\fP\fI\ port\fP
binds the server to the specified port. If no port is specified, port
\fB15000\fP will be used.
.TP
\fB\-t\ \fP\fInumber\fP\fB,\ \-\-threads\fP\fI\ number\fP
sets the maximum number of waiting worker threads for network I/O to n
(default: \fB5\fP,\ max:\ \fB30\fP).
.TP
\fB\-T\ \fP\fInumber\fP\fB,\ \-\-max\-threads\fP\fI\ number\fP
sets the maximum number of worker threads that will be created. If set to
\fB0\fP there will be no limit (default: \fB0\fP).
.TP
\fB\-V, \-\-version\fP
shows version number and exits.
.TP
\fB\-v, \-\-verbose\fP
turns debug logging on.
.
.SH "SERVER CONFIG"
.
.SS "The general syntax is:"
.
.P
[\fItag\fP]
.IP
key="\fIvalue\fP"
.IP
key="\fIvalue\fP,\fIvalue\fP,..."
.P
[/\fItag\fP]
.
.SS "Global keys:"
.
.TP
\fBban_save_file\fP
Full or relative path to a (gzip compressed) file that the server can read
and write. Bans will be saved to this file and read again on server start.
.TP
\fBconnections_allowed\fP
The number of allowed connections from the same IP. \fB0\fP means
infinite. (default: \fB5\fP)
.TP
\fBdisallow_names\fP
Names/nicks that are not accepted by the server. `*' and `?' from wildcard
patterns are supported. See \fBglob\fP(7) for more details. Default values
(used if nothing is specified) are:
\fB*admin*,*admln*,*server*,ai,ai?,computer,human,network,player\fP.
.TP
\fBfifo_path\fP
The path to the fifo you can echo server commands into (same as /query
\&... from wesnoth). If not specified defaults to the compile\-time specified
path (default: /var/run/socket/wesnothd/socket).
.TP
\fBmax_messages\fP
The number of allowed messages in \fBmessages_time_period\fP. (default: \fB4\fP)
.TP
\fBmessages_time_period\fP
The time period (in seconds) message flooding is detected in. (default:
\fB10\fP seconds)
.TP
\fBmotd\fP
The message of the day.
.TP
\fBpasswd\fP
The password used to gain admin privileges. Usually it starts with `admin '.
.TP
\fBrestart_command\fP
The command that the server uses to start a new server process via the
`restart' command. (Can only be issued via the fifo.)
.TP
\fBversions_accepted\fP
A comma separated list of version strings to be accepted by the server. `*'
and `?' from wildcard patterns are supported. (defaults to the
corresponding wesnoth version)
.br
Example: versions_accepted="*" accepts any version string.
.TP
\fBuser_handler\fP
The name of the user handler to use. Currently available user handlers are
\&'forum' (to connect wesnothd to a phpbb forum database) and 'sample' (a
sample implementation of the user handler interface, if you use this on
anything real you are insane). The default value is 'forum'. You must also
add a \fB[user_handler]\fP section, see below.
.
.SS "Global tags:"
.
.P
\fB[redirect]\fP A tag to specify a server to redirect certain client versions
to.
.RS
.TP
\fBhost\fP
The address of the server to redirect to.
.TP
\fBport\fP
The port to connect to.
.TP
\fBversion\fP
A comma separated list of versions to redirect. Behaves the same way as
\fBversions_accepted\fP in regard to wildcard patterns.
.RE
.P
\fB[ban_time]\fP A tag to define convenient keywords for temporary ban time
lengths.
.RS
.TP
\fBname\fP
The name used to reference the ban time.
.TP
\fBtime\fP
The time length definition. The format is: %d[%s[%d%s[...]]] where %s is s
(seconds), m (minutes), h (hours), D (days), M (months) or Y (years) and %d
is a number. If no time modifier is given minutes (m) are assumed.
Example: time="1D12h30m" results in a ban time of 1 day, 12 hours and 30
minutes.
.RE
.P
\fB[proxy]\fP A tag to tell the server to act as a proxy and forward the
connected client's requests to the specified server. Accepts the same keys
as \fB[redirect]\fP.
.RE
.P
\fB[user_handler]\fP Configures the user handler. Available keys vary depending
on which user handler is set with the \fBuser_handler\fP key. If no
[user_handler] section is present in the configuration the server will run
without any nick registration service.
.RS
.TP
\fBdb_host\fP
(for user_handler=forum) The hostname of the database server
.TP
\fBdb_name\fP
(for user_handler=forum) The name of the database
.TP
\fBdb_user\fP
(for user_handler=forum) The name of the user under which to log into the
database
.TP
\fBdb_password\fP
(for user_handler=forum) This user's password
.TP
\fBdb_users_table\fP
(for user_handler=forum) The name of the table in which your phpbb forums
saves its user data. Most likely this will be <table\-prefix>_users
(e.g. phpbb3_users).
.TP
\fBdb_extra_table\fP
(for user_handler=forum) The name of the table in which wesnothd will save
its own data about users. You will have to create this table manually, e.g.:
CREATE TABLE <table\-name>(username VARCHAR(255) PRIMARY KEY,
user_lastvisit INT UNSIGNED NOT NULL DEFAULT 0, user_is_moderator TINYINT(4)
NOT NULL DEFAULT 0);
.TP
\fBuser_expiration\fP
(for user_handler=sample) The time after which a registered nick expires (in
days).
.RE
.P
\fB[mail]\fP Configures an SMTP server through which the user handler can send
mail. Currently only used by the sample user handler.
.RS
.TP
\fBserver\fP
The hostname of the mail server
.TP
\fBusername\fP
The user name under which to log into the mail server.
.TP
\fBpassword\fP
This user's password.
.TP
\fBfrom_address\fP
The reply\-to address of you mail.
.TP
\fBmail_port\fP
The port on which your mail server is running. Default is 25.
.
.SH AUTHOR
.
Written by David White <davidnwhite@verizon.net>. Edited by Nils
Kneuper <crazy\-ivanovic@gmx.net>, ott <ott@gaon.net>,
Soliton <soliton.de@gmail.com> and Thomas Baumhauer
<thomas.baumhauer@gmail.com>. This manual page was originally
written by Cyril Bouthors <cyril@bouthors.org>.
.br
Visit the official homepage: http://www.wesnoth.org/
.
.SH COPYRIGHT
.
Copyright \(co 2003\-2007 David White <davidnwhite@verizon.net>
.br
This is Free Software; this software is licensed under the GPL version 2, as
published by the Free Software Foundation. There is NO warranty; not even
for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.
.SH "SEE ALSO"
.
\fBwesnoth\fP(6), \fBwesnoth_editor\fP(6)

267
doc/man/it/wesnothd.6 Normal file
View file

@ -0,0 +1,267 @@
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
.\"
.
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH WESNOTHD 6 2009 wesnothd "Demone di rete per multigiocatore di Battle for Wesnoth"
.
.SH NOME
.
wesnothd \- Demone di rete per multigiocatore di Battle for
\fBWesnoth\fPwesnothd \- Demone di rete per multigiocatore di Battle for
\fBWesnoth\fP
.
.SH SYNOPSIS
.
\fBwesnothd\fP [\|\fB\-dvV\fP\|] [\|\fB\-c\fP \fIpercorso\fP\|] [\|\fB\-p\fP \fIporta\fP\|]
[\|\fB\-t\fP \fInumero\fP\|] [\|\fB\-T\fP \fInumero\fP\|]
.br
\fBwesnothd\fP \fB\-V\fP
.
.SH DESCRIZIONE
.
Gestisce le partite multigiocatore di Battle for Wesnoth. Vedi
http://www.wesnoth.org/wiki/ServerAdministration per sapere quali comandi
sono accettati dal server attraverso il client di wesnoth (/query ...) o il
socket.
.
.SH OPZIONI
.
.TP
\fB\-c\ \fP\fIpercorso\fP\fB,\ \-\-config\fP\fI\ percorso\fP
indica a wesnothd dove trovare il file di configurazione da usare. Vedi la
sezione \fBSERVER CONFIG\fP più avanti per la sintassi. Puoi ricaricare la
configurazione inviando un segnale SIGHUP al processo del server.
.TP
\fB\-d, \-\-daemon\fP
carica wesnothd come demone.
.TP
\fB\-h, \-\-help\fP
spiega che cosa fanno le opzioni da linea di comando.
.TP
\fB\-\-log\-\fP\fIlivello\fP\fB=\fP\fIdominio1\fP\fB,\fP\fIdominio2\fP\fB,\fP\fI...\fP
imposta il livello di severità dei domini di debug. Puoi usare \fBall\fP per
qualsiasi dominio di debug. Livelli disponibili: \fBerror\fP,\ \fBwarning\fP,\
\fBinfo\fP,\ \fBdebug\fP. Normalmente è usato il livello \fBerror\fP ed il livello
\fBinfo\fP è usato per il dominio del \fBserver\fP.
.TP
\fB\-p\ \fP\fIporta\fP\fB,\ \-\-port\fP\fI\ porta\fP
lega il server ad una porta specifica. Se non viene specificata una porta,
sarà usata la porta \fB15000\fP.
.TP
\fB\-t\ \fP\fInumero\fP\fB,\ \-\-threads\fP\fI\ numero\fP
imposta il numero massimo di thread da usare per l'I/O (valore predefinito:
\fB5\fP,\ massimo:\ \fB30\fP).
.TP
\fB\-T\ \fP\fInumero\fP\fB,\ \-\-max\-threads\fP\fI\ numero\fP
imposta il numero massimo di thread da creare. Se vale \fB0\fP non c'è limite
(valore predefinito: \fB0\fP).
.TP
\fB\-V, \-\-version\fP
visualizza il numero di versione ed esce.
.TP
\fB\-v, \-\-verbose\fP
rende più prolisso il log.
.
.SH "SERVER CONFIG"
.
.SS "La sintassi generale è:"
.
.P
[\fItag\fP]
.IP
key="\fIvalore\fP"
.IP
key="\fIvalore\fP,\fIvalore\fP,..."
.P
[/\fItag\fP]
.
.SS "Caratteri globali:"
.
.TP
\fBban_save_file\fP
Percorso completo o relativo ad un file (compresso con gzip) che il server
possa scrivere e leggere. L'elenco degli utenti messi al bando sarà
conservato in questo file e letto a tutti gli avvii del server.Percorso
completo o relativo ad un file (compresso con gzip) che il server possa
scrivere e leggere. L'elenco degli utenti messi al bando sarà conservato in
questo file e letto a tutti gli avvii del server.
.TP
\fBconnections_allowed\fP
Il numero di connessioni permesse dallo stesso IP. \fB0\fP indica infinite
connessioni (valore predefinito: \fB5\fP).
.TP
\fBdisallow_names\fP
I nomi o nick che non sono accettati dal server. Si possono usare i
caratteri jolly «*» e «?». Vedi \fBglob\fP(7) per maggiori dettagli. I valori
predefiniti (usati in mancanza di specifiche diverse) sono:
\fB*admin*,*admln*,*server*,ai,ai?,computer,human,network,player\fP.
.TP
\fBfifo_path\fP
The path to the fifo you can echo server commands into (same as /query
\&... from wesnoth). If not specified defaults to the compile\-time specified
path (default: /var/run/socket/wesnothd/socket).
.TP
\fBmax_messages\fP
Il numero di messaggi permessi in un periodo di \fBmessages_time_period\fP
(valore predefinito: \fB4\fP).
.TP
\fBmessages_time_period\fP
Il periodo di tempo (in secondi) entro il quale rilevare un'inondazione di
messaggi (valore predefinito: \fB10\fP secondi).
.TP
\fBmotd\fP
Il messaggio del giorno.
.TP
\fBpasswd\fP
La password da usare per dare i privilegi di amministratore. Di solito
inizia con «admin ».
.TP
\fBrestart_command\fP
The command that the server uses to start a new server process via the
`restart' command. (Can only be issued via the fifo.)
.TP
\fBversions_accepted\fP
Un elenco separato da virgole delle stringhe di versione che il server deve
accettare. I caratteri jolly `*' e `?' sono ammessi (il valore predefinito è
lo stesso della versione di wesnoth corrispondente).
.br
Esempio: \fBversions_accepted="*"\fP accetta tutte le stringhe di versione.
.TP
\fBuser_handler\fP
The name of the user handler to use. Currently available user handlers are
\&'forum' (to connect wesnothd to a phpbb forum database) and 'sample' (a
sample implementation of the user handler interface, if you use this on
anything real you are insane). The default value is 'forum'. You must also
add a \fB[user_handler]\fP section, see below.
.
.SS "Tag globali:"
.
.P
\fB[redirect]\fP Un tag per specificare un server a cui redirigere certe
versioni di client.
.RS
.TP
\fBhost\fP
Indirizzo del server a cui reindirizzare i collegamenti
.TP
\fBport\fP
Porta su cui connettersi
.TP
\fBversion\fP
Una lista separata da virgole delle versioni daredirigere. Si comporta come
\fBversions_accepted\fP per quello che riguarda lo schema dei caratteri jolly.
.RE
.P
\fB[ban_time]\fP Un'etichetta per definire parole chiave comode per periodi di
messa al bando temporanei.
.RS
.TP
\fBnome\fP
Il nome usato per fare riferimento al periodo di messa al bando.
.TP
\fBperiodo\fP
The time length definition. The format is: %d[%s[%d%s[...]]] where %s is s
(seconds), m (minutes), h (hours), D (days), M (months) or Y (years) and %d
is a number. If no time modifier is given minutes (m) are assumed.
Example: time="1D12h30m" results in a ban time of 1 day, 12 hours and 30
minutes.
.RE
.P
\fB[proxy]\fP Un tag che indica al server di fare da proxy e di inoltrare le
richieste dei client connessi al server specificato. Accetta le stesse
parole chiave di \fB[redirect]\fP.
.RE
.P
\fB[user_handler]\fP Configures the user handler. Available keys vary depending
on which user handler is set with the \fBuser_handler\fP key. If no
[user_handler] section is present in the configuration the server will run
without any nick registration service.
.RS
.TP
\fBdb_host\fP
(per user_handler=forum) L'hostname del server del database
.TP
\fBdb_name\fP
(per ser_handleu=forum) Il nome del database
.TP
\fBdb_user\fP
(per user_handler=forum) Il nome dell'utente con cui connettersi al database
.TP
\fBdb_password\fP
(per user_handler=forum) La password di questo utente
.TP
\fBdb_users_table\fP
(for user_handler=forum) The name of the table in which your phpbb forums
saves its user data. Most likely this will be <table\-prefix>_users
(e.g. phpbb3_users).
.TP
\fBdb_extra_table\fP
(for user_handler=forum) The name of the table in which wesnothd will save
its own data about users. You will have to create this table manually, e.g.:
CREATE TABLE <table\-name>(username VARCHAR(255) PRIMARY KEY,
user_lastvisit INT UNSIGNED NOT NULL DEFAULT 0, user_is_moderator TINYINT(4)
NOT NULL DEFAULT 0);
.TP
\fBuser_expiration\fP
(for user_handler=sample) The time after which a registered nick expires (in
days).
.RE
.P
\fB[mail]\fP Configures an SMTP server through which the user handler can send
mail. Currently only used by the sample user handler.
.RS
.TP
\fBserver\fP
L'hostname del sever della posta
.TP
\fBusername\fP
Il nome utente per connettersi al server della posta.
.TP
\fBpassword\fP
La password di questo utente.
.TP
\fBfrom_address\fP
L'indirizzo reply\-to della tua posta.
.TP
\fBmail_port\fP
La porta su cui il tuo server di posta è in ascolto. Omettendo un valore,
viene usata la 25.
.
.SH AUTORE
.
Scritto David White <davidnwhite@verizon.net>. Modificato da Nils
Kneuper <crazy\-ivanovic@gmx.net>, ott <ott@gaon.net> e
Soliton <soliton.de@gmail.com> w Thomas Bauhauer
<thomas.baumhauer@gmailcom>. Questo manuale è stato scritto in
origine da Cyril Bouthors <cyril@bouthors.org>.
.br
Visita la pagina home ufficiale: http://www.wesnoth.org/
.
.SH COPYRIGHT
.
Copyright \(co 2003\-2007 David White <davidnwhite@verizon.net>
.br
Questo gioco è rilasciato come Software Libero; viene rilasciato secondo i
termini della licenza GPL versione 2 come pubblicata dalla Free Software
Foundation. Non è fornita nessuna garanzia, né per la COMMERCIALIZZAZIONE né
per l'ADEGUATEZZA AD UNO SCOPO PARTICOLARE.
.
.SH "SEE ALSO"
.
\fBwesnoth\fP(6), \fBwesnoth_editor\fP(6)

264
doc/man/tr/wesnothd.6 Normal file
View file

@ -0,0 +1,264 @@
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
.\"
.
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH wesnothd 6 2009 wesnothd "Wesnoth Savaşı çok oyunculu ağ sunucusu"
.
.SH İSİM
.
wesnothd \- \fBWesnoth\fPSavaşı çok oyunculu ağ sunucusu
.
.SH KULLANIM
.
\fBwesnothd\fP [\|\fB\-dv\fP\|] [\|\fB\-c\fP \fIdosya\-yolu\fP\|] [\|\fB\-p\fP \fIport\fP\|]
[\|\fB\-t\fP \fIsayı\fP\|] [\|\fB\-T\fP \fIsayı\fP\|]
.br
\fBwesnothd\fP \fB\-V\fP
.
.SH AÇIKLAMA
.
Wesnoth Savaşı çok oyunculu oyunlarını yönetir. Wesnoth istemcisinden veya
soket üzerinden hangi komutların (/query ...) kabul edildiğini öğrenmek için
http://www.wesnoth.org/wiki/ServerAdministration adresine bakınız.
.
.SH SEÇENEKLER
.
.TP
\fB\-c\ \fP\fIdosya\-yolu\fP\fB,\ \-\-config\fP\fI\ dosya\-yolu\fP
wesnothd'ye yapılandırma dosyasını bulacağı yeri söyler. Sözdizimi için
aşağıdaki \fBSUNUCU YAPILANDIRMASI\fP bölümüne bakınız. Artalan sürecine SIGHUP
sinyali göndererek yapılandırmayı yeniden yükleyebilirsiniz.
.TP
\fB\-d, \-\-daemon\fP
wesnothd'yi bir artalan süreci olarak çalıştırır.
.TP
\fB\-h, \-\-help\fP
Komut satırı seçeneklerini basar ve çıkar.
.TP
\fB\-\-log\-\fP\fIseviye\fP\fB=\fP\fIalan1\fP\fB,\fP\fIalan2\fP\fB,\fP\fI...\fP
Günlük alanlarının önem seviyelerini ayarlar. Bütün günlük alanlarını
kapsamak üzere \fBall\fP belirtilebilir. Olası önem seviyeleri: \fBerror\fP,\
\fBwarning\fP,\ \fBinfo\fP,\ \fBdebug\fP. \fBerror\fP seviyesi öntanımlıdır ve \fBserver\fP
alanı için \fBinfo\fP seviyesi kullanılır.
.TP
\fB\-p\ \fP\fIport\fP\fB,\ \-\-port\fP\fI\ port\fP
Sunucunun belirtilen portu dinlemesini sağlar. Bir port belirtilmezse
\fB15000\fP öntanımlıdır.
.TP
\fB\-t\ \fP\fIsayı\fP\fB,\ \-\-threads\fP\fI\ sayı\fP
Ağ G/Ç için bekleyen iş evrelerinin azami sayısını belirler. (\fB5\fP
öntanımlıdır. En çok \fB30\fP belirtilebilir.)
.TP
\fB\-T\ \fP\fIsayı\fP\fB,\ \-\-max\-threads\fP\fI\ sayı\fP
Oluşturulacak iş evrelerinin azami sayısını belirler. \fB0\fP bir sınır
olmadığını belirtir ve öntanımlıdır.
.TP
\fB\-V, \-\-version\fP
Sürüm numarasını gösterir ve çıkar.
.TP
\fB\-v, \-\-verbose\fP
Hata ayıklama günlüğünü açar.
.
.SH "SUNUCU YAPILANDIRMASI"
.
.SS "Genel sözdizimi şöyledir:"
.
.P
[\fIetiket\fP]
.IP
key="\fIdeğer\fP"
.IP
key="\fIdeğer\fP,\fIdeğer\fP,..."
.P
[/\fIetiket\fP]
.
.SS "Genel anahtar (key) isimleri:"
.
.TP
\fBban_save_file\fP
Sunucunun okuyup yazabildiği bir (gzip sıkıştırmalı) dosyanın göreli veya
tam yolu. Sunucuya girişi yasaklanan oyuncular bu dosyaya kaydedilir ve
sunucu başlatılırken okunur.
.TP
\fBconnections_allowed\fP
Aynı IP adresinden izin verilen bağlantı sayısı. \fB0\fP sonsuz anlamına
gelir. \fB5\fP öntanımlıdır.
.TP
\fBdisallow_names\fP
Sunucu tarafından kabul edilmeyen isimler/rumuzlar. Dosya ismi kalıp
karakterlerinden `*' ve `?' desteklenir. Daha ayrıntılı bilgi için
\fBglob\fP(7) sayfasına bakınız. Öntanımlı (bir şey belirtilmezse kullanılacak)
değerler: \fB*admin*,*admln*,*server*,ai,ai?,computer,human,network,player\fP
.TP
\fBfifo_path\fP
Sunucu komutlarının yansılandığı fifo yolu (wesnoth'tan /query ... ile aynı)
Yol belirtilmezse derleme sırasında belirtilen yol
(/var/run/socket/wesnothd/socket) öntanımlıdır.
.TP
\fBmax_messages\fP
\fBmessages_time_period\fP süresince izin verilen ileti sayısı. \fB4\fP
öntanımlıdır.
.TP
\fBmessages_time_period\fP
Saldırı olarak algılanmayacak ileti sayısının geçebileceği süre (saniye
cinsinden). \fB10\fP saniye öntanımlıdır.
.TP
\fBmotd\fP
Günün sözü.
.TP
\fBpasswd\fP
Yönetici yetkilerini kazanmak için kullanılacak parola. Genellikle `admin '
ile başlar.
.TP
\fBrestart_command\fP
`restart' komutu üzerinden yeni bir sunucu süreci başlatmak için sunucunun
kullanacağı komut. (Sadece fifo üzerinden kullanılabilir.)
.TP
\fBversions_accepted\fP
Sunucu tarafından kabul edilen sürüm dizgelerinin virgül ayraçlı
listesi. Dosya ismi kalıp karakterlerinden `*' ve `?'
desteklenir. (Dağıtıldığı wesnoth sürümü öntanımlıdır.)
.br
Örnek: \fBversions_accepted="*"\fP her sürüm dizgesi kabul edilir..
.TP
\fBuser_handler\fP
Kullanılacak kullanıcı işlemcisinin ismi. Şu an kullanılabilecek kullanıcı
işlemcisi isimleri: 'forum' (wesnothd ile bir phpbb forumu veritabanını
bağlanmak için) ve 'sample' (kullanıcı işlemcisi arayüzü için örnek
gerçeklenim; bunu gerçek bir uygulamada kullanmamalısınız). 'forum'
öntanımlıdır. Ayrıca, bir \fB[user_handler]\fP bölümü eklemeniz gerekir;
aşağıya bakınız.
.
.SS "Genel etiket isimleri:"
.
.P
\fB[redirect]\fP Belli istemci sürümlerinin yönlendirileceği sunucuların
belirtildiği etiket.
.RS
.TP
\fBhost\fP
Yönlendirilecek sunucunun adresi.
.TP
\fBport\fP
Bağlanılacak port.
.TP
\fBversion\fP
Yönlendirilecek sürümlerin virgül ayraçlı listesi. Dosya kalıbı karakterleri
bakımından \fBversions_accepted\fP ile aynı yöntem kullanılır.
.RE
.P
\fB[ban_time]\fP Geçici sunucuya giriş yasağı süresi için uygun sözcüklerin
tanımlandığı etiket.
.RS
.TP
\fBname\fP
Yasaklama süresine atfedilen isim.
.TP
\fBtime\fP
Biçemi: %d[%s[%d%s[...]]]
Burada %s yerine (saniye)s, (dakika)m, (saat)h, (gün)D, (ay)M, (sene)Y; %d
yerine de bir numara belirtilebilir. Bir zaman birimi belirteci
kullanılmamışsa dakika (m) öntanımlıdır. Örneğin time="1D12h30m"
belirtilmişse 1 gün 12 saat 30 dakikalık yasak süresi konmuş olur.
.RE
.P
\fB[proxy]\fP Sunucuya bir vekil sunucu gibi çalışacağını ve bağlanan
istemcilerin isteklerini belirtilen sunucuya yönelteceğini söyleyen
etiket. \fB[redirect]\fP için kullanılan değişkenler kullanılır.
.RE
.P
\fB[user_handler]\fP Kullanıcı işlemcisini yapılandırır. Kullanılabilecek
anahtarlar \fBuser_handler\fP anahtarı ile hangi kullanıcı işlemcisinin
tanımlandığına bağlıdır. Yapılandırmada bir [user_handler] bölümü yoksa
sunucu herhangi bir kullanıcı kayıt hizmeti olmadan çalışacaktır.
.RS
.TP
\fBdb_host\fP
(user_handler=forum için) Veritabanı sunucusunun konak adı.
.TP
\fBdb_name\fP
(user_handler=forum için) Veritabanının ismi.
.TP
\fBdb_user\fP
(user_handler=forum için) Veritabanını girişte kullanılacak kullanıcı ismi.
.TP
\fBdb_password\fP
(user_handler=forum için) Bu kullanıcının parolası
.TP
\fBdb_users_table\fP
(user_handler=forum için) PHPBB forumlarınızın kullanıcı verilerini
saklayacağı tablonun ismi. Bu tablo genellikle belirtilir:
<tablo\-öneki>_users (örnek: phpbb3_users).
.TP
\fBdb_extra_table\fP
(user_handler=forum için) wesnothd'nin kullanıcıları hakkındaki verileri
saklayacağı tablonun ismi. Bu tabloyu elle kendiniz oluşturmalısınız. Örnek:
CREATE TABLE <tablo\-ismi>(kullanıcı VARCHAR(255) PRIMARY KEY,
son_giren_kullanıcı INT UNSIGNED NOT NULL DEFAULT 0, yönetici_adı TINYINT(4)
NOT NULL DEFAULT 0);
.TP
\fBuser_expiration\fP
(user_handler=sample için) Kayıtlı bir oyuncu adının geçerli kalacağı gün
sayısı.
.RE
.P
\fB[mail]\fP Kullanıcı işlemcisinin epostaları göndereceği SMTP sunucusunu
yapılandırır. Şimdilik sadece örnek kullanıcı işlemcisi tarafından
kullanılmaktadır.
.RS
.TP
\fBserver\fP
Posta sunucusunun konak adı.
.TP
\fBusername\fP
Posta sunucusuna girişte kullanılacak kullanıcı adı.
.TP
\fBpassword\fP
Bu kullanıcının parolası.
.TP
\fBfrom_address\fP
Epostanızın yanıtlama adresi.
.TP
\fBmail_port\fP
Eposta sunucunuzun dinlediği port. 25 öntanımlıdır.
.
.SH YAZAN
.
Program David White <davidnwhite@verizon.net> tarafından yazılmış,
Nils Kneuper <crazy\-ivanovic@gmx.net>, ott <ott@gaon.net>,
Soliton <soliton.de@gmail.com> ve Thomas Baumhauer
<thomas.baumhauer@gmail.com> tarafından düzenlenmiştir. Bu kılavuz
sayfası ilk defa Cyril Bouthors <cyril@bouthors.org> tarafından
yazılmış Nilgün Belma Bugüner <nilgun@belgeler.org> tarafından
Türkçe'ye çevrilmiştir.
.br
Oyunun ana sayfasını ziyaret etmeyi unutmayın: http://www.wesnoth.org/
.
.SH "TELİF HAKKI"
.
Copyright © 2003\-2007 David White <davidnwhite@verizon.net>
.br
Bu bir özgür yazılımdır; GNU Genel Kamu Lisansının 2 koşullarına bağlı
kalarak kopyalarını yeniden dağıtabilirsiniz. Yasaların izin verdiği ölçüde
hiçbir garantisi yoktur; hatta SATILABİLİRLİĞİ veya ŞAHSİ KULLANIMINIZA
UYGUNLUĞU için bile garanti verilmez.
.
.SH "İLGİLİ BELGELER"
.
\fBwesnoth\fP(6), \fBwesnoth_editor\fP(6)

File diff suppressed because one or more lines are too long