mirror of
https://github.com/weechat/weechat.git
synced 2026-06-24 20:06:38 +02:00
Compare commits
18 Commits
v0.3.6-rc1
...
v0.3.6-rc2
| Author | SHA1 | Date | |
|---|---|---|---|
| 452382db26 | |||
| 3f5d865d64 | |||
| 430d1643cc | |||
| 2af9c4ba92 | |||
| 298fde23fe | |||
| 53b339fb35 | |||
| 2c87a641e7 | |||
| ddbdb3e657 | |||
| b2b585de69 | |||
| b9dd668d90 | |||
| 971e464e86 | |||
| 875112756c | |||
| ecba10eab2 | |||
| 67726a9451 | |||
| 58c32e4249 | |||
| 9206036233 | |||
| e93647db95 | |||
| f2879b0572 |
+1
-1
@@ -33,7 +33,7 @@ ENDIF(PREFIX)
|
||||
|
||||
SET(VERSION_MAJOR "0")
|
||||
SET(VERSION_MINOR "3")
|
||||
SET(VERSION_PATCH "6-rc1")
|
||||
SET(VERSION_PATCH "6-rc2")
|
||||
SET(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
|
||||
SET(LICENSE "GPL3")
|
||||
SET(PKG_STRING "${PROJECT_NAME} ${VERSION}")
|
||||
|
||||
@@ -1,12 +1,18 @@
|
||||
WeeChat ChangeLog
|
||||
=================
|
||||
Sébastien Helleu <flashcode@flashtux.org>
|
||||
v0.3.6-rc1, 2011-10-02
|
||||
v0.3.6-rc2, 2011-10-10
|
||||
|
||||
|
||||
Version 0.3.6 (under dev!)
|
||||
--------------------------
|
||||
|
||||
* core: fix compilation error (INSTALLPREFIX undeclared) on OS X and when
|
||||
compiling with included gettext (bug #26690)
|
||||
* core: display timeout for hook_process command only if debug for core is
|
||||
enabled (task #11401)
|
||||
* core: bufferize lines displayed before core buffer is created, to display them
|
||||
in buffer when it is created
|
||||
* core: fix display of background color in chat area after line feed
|
||||
* core: fix paste detection (problem with end of lines)
|
||||
* core: add new option weechat.look.color_basic_force_bold, off by default: bold
|
||||
@@ -87,6 +93,9 @@ Version 0.3.6 (under dev!)
|
||||
description for option when function is called)
|
||||
* scripts: fix crash with scripts not auto-loaded having a buffer opened after
|
||||
/upgrade (input/close callbacks for buffer not set properly)
|
||||
* irc: fix display of items "away" and "lag" in root bars, refresh all irc bar
|
||||
items on signal "buffer_switch" (bug #34466)
|
||||
* irc: fix crash on malformed irc notice received (without message after target)
|
||||
* irc: add missing messages for whois: 223, 264, 343
|
||||
* irc: use high priority queue for sending modes and wallchops messages
|
||||
* irc: allow reason for command /disconnect
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
WeeChat News
|
||||
============
|
||||
Sébastien Helleu <flashcode@flashtux.org>
|
||||
v0.3.6-rc1, 2011-10-02
|
||||
v0.3.6-rc2, 2011-10-02
|
||||
|
||||
|
||||
Version 0.3.6 (under dev!)
|
||||
|
||||
+3
-3
@@ -24,10 +24,10 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.56)
|
||||
AC_INIT(WeeChat, 0.3.6-rc1, flashcode@flashtux.org)
|
||||
AC_INIT(WeeChat, 0.3.6-rc2, flashcode@flashtux.org)
|
||||
AC_CONFIG_SRCDIR([src/core/weechat.c])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_INIT_AUTOMAKE([weechat], [0.3.6-rc1])
|
||||
AM_INIT_AUTOMAKE([weechat], [0.3.6-rc2])
|
||||
LICENSE="GPL3"
|
||||
|
||||
# Checks for programs
|
||||
@@ -59,7 +59,7 @@ esac
|
||||
|
||||
# Gettext
|
||||
ALL_LINGUAS="fr es cs hu de ru pl it pt_BR"
|
||||
AM_GNU_GETTEXT([use-libtool])
|
||||
AM_GNU_GETTEXT
|
||||
AM_GNU_GETTEXT_VERSION([0.15])
|
||||
|
||||
# Checks for libraries
|
||||
|
||||
@@ -23,3 +23,6 @@ SUBDIRS = . en fr pl de ru ja it
|
||||
man_MANS = weechat-curses.1
|
||||
|
||||
EXTRA_DIST = $(man_MANS) docgen.py CMakeLists.txt asciidoc.conf asciidoc.css
|
||||
|
||||
uninstall-hook:
|
||||
-rmdir $(DESTDIR)$(datadir)/doc/$(PACKAGE)
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
[replacements]
|
||||
@k\(C-\)=<span class="key ctrl">Ctrl</span><span class="keyplus">+</span>
|
||||
@k\(-C-\)=<span class="key ctrl">Ctrl</span>
|
||||
@k\(A-\)=<span class="key alt">Alt</span><span class="keyplus">+</span>
|
||||
@k\(-A-\)=<span class="key alt">Alt</span>
|
||||
@k\(S-\)=<span class="key shift">Shift</span><span class="keyplus">+</span>
|
||||
@k\(-S-\)=<span class="key shift">Shift</span>
|
||||
@k\(l\)=<span class="key">l</span><span class="keyplus"> (L)</span>
|
||||
@k\(([A-Za-z0-9_&\=])\)=<span class="key">\1</span>
|
||||
@k\(([a-z0-9_&\=][^)]*)\)=<span class="key">\1</span>
|
||||
|
||||
+11
-5
@@ -36,23 +36,23 @@ all-local: weechat_user.de.html \
|
||||
|
||||
# user's guide
|
||||
weechat_user.de.html: weechat_user.de.txt $(wildcard autogen/user/*.txt)
|
||||
$(ASCIIDOC) -a lang=de -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_user.de.html weechat_user.de.txt
|
||||
$(ASCIIDOC) -a lang=de -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_user.de.html $(abs_top_srcdir)/doc/de/weechat_user.de.txt
|
||||
|
||||
# scripting guide
|
||||
weechat_scripting.de.html: weechat_scripting.de.txt
|
||||
$(ASCIIDOC) -a lang=de -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_scripting.de.html weechat_scripting.de.txt
|
||||
$(ASCIIDOC) -a lang=de -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_scripting.de.html $(abs_top_srcdir)/doc/de/weechat_scripting.de.txt
|
||||
|
||||
# FAQ
|
||||
weechat_faq.de.html: weechat_faq.de.txt
|
||||
$(ASCIIDOC) -a lang=de -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_faq.de.html weechat_faq.de.txt
|
||||
$(ASCIIDOC) -a lang=de -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_faq.de.html $(abs_top_srcdir)/doc/de/weechat_faq.de.txt
|
||||
|
||||
# quickstart
|
||||
weechat_quickstart.de.html: weechat_quickstart.de.txt
|
||||
$(ASCIIDOC) -a lang=de -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.de.html weechat_quickstart.de.txt
|
||||
$(ASCIIDOC) -a lang=de -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.de.html $(abs_top_srcdir)/doc/de/weechat_quickstart.de.txt
|
||||
|
||||
# tester's guide
|
||||
weechat_tester.de.html: weechat_tester.de.txt
|
||||
$(ASCIIDOC) -a lang=de -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_tester.de.html weechat_tester.de.txt
|
||||
$(ASCIIDOC) -a lang=de -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_tester.de.html $(abs_top_srcdir)/doc/de/weechat_tester.de.txt
|
||||
|
||||
# install docs
|
||||
|
||||
@@ -60,6 +60,12 @@ install-data-hook:
|
||||
$(mkinstalldirs) $(DESTDIR)$(docdir)/
|
||||
$(INSTALL_DATA) *.html $(DESTDIR)$(docdir)/
|
||||
|
||||
# uninstall docs
|
||||
|
||||
uninstall-hook:
|
||||
$(RM) $(DESTDIR)$(docdir)/*.de.html
|
||||
-rmdir $(DESTDIR)$(docdir)
|
||||
|
||||
# clean
|
||||
|
||||
clean-local:
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
|
||||
| irc | irc_message_parse | Parse eine IRC Nachricht | "message": IRC Nachricht | "nick": nick, "host": host, "command": command, "channel": channel, "arguments": arguments (beinhaltet Channel)
|
||||
|
||||
| irc | irc_message_split | split an IRC message (to fit in 512 bytes) | "message": IRC message, "server": server name (optional) | "msg1" ... "msgN": messages to send (without final "\r\n"), "args1" ... "argsN": arguments of messages, "count": number of messages
|
||||
| irc | irc_message_split | dient zum Aufteilen einer überlangen IRC Nachricht (in maximal 512 Bytes große Nachrichten) | "message": IRC Nachricht, "server": Servername (optional) | "msg1" ... "msgN": Nachrichten die versendet werden sollen (ohne abschließendes "\r\n"), "args1" ... "argsN": Argumente für Nachrichten, "count": Anzahl der Nachrichten
|
||||
|
||||
|========================================
|
||||
|
||||
@@ -139,13 +139,13 @@ Ziel: Servername
|
||||
........................................
|
||||
|
||||
[[command_irc_disconnect]]
|
||||
[command]*`disconnect`* disconnect from one or all IRC servers::
|
||||
[command]*`disconnect`* Verbindung zu einem oder mehreren IRC-Server(n) trennen::
|
||||
........................................
|
||||
/disconnect [<server>|-all [<reason>]]
|
||||
|
||||
server: server name to disconnect
|
||||
-all: disconnect from all servers
|
||||
reason: reason for quit
|
||||
server: Name des Servers zu dem die Verbindung getrennt werden soll
|
||||
-all: Verbindung zu allen Servern trennen
|
||||
reason: Begründung der Trennung
|
||||
........................................
|
||||
|
||||
[[command_irc_halfop]]
|
||||
|
||||
@@ -37,7 +37,7 @@ message: Abwesenheitsnachricht (ohne eine Nachricht wird der Abwesenheitszustand
|
||||
default: erstellt standardisierte Infobars
|
||||
del: entfernt eine Infobar (alle Infobars können mit der Option "-all" entfernt werden).
|
||||
set: setzt einen Wert für Infobar
|
||||
option: Optionen die geändert werden (für eine List der möglichen Optionen, bitte folgenden Befehl nutzen: /set weechat.bar.<barname>.*)
|
||||
option: Option die verändert werden soll (für eine Liste aller möglichen Optionen, bitte folgenden Befehl nutzen: /set weechat.bar.<barname>.*)
|
||||
value: neuer Wert für Option
|
||||
hide: Infobar wird ausgeblendet
|
||||
show: zeigt eine ausgeblendete Infobar an
|
||||
@@ -341,43 +341,43 @@ Dieser Befehl wird durch Tastenbelegungen oder Erweiterungen genutzt.
|
||||
resetall -yes [<context>]
|
||||
missing [<context>]
|
||||
|
||||
list: list all current keys (without argument, this list is displayed)
|
||||
listdefault: list default keys
|
||||
listdiff: list differences between current and default keys (keys added, redefined or deleted)
|
||||
context: name of context ("default" or "search")
|
||||
bind: bind a command to a key or display command bound to key (for context "default")
|
||||
bindctxt: bind a command to a key or display command bound to key, for given context
|
||||
unbind: remove a key binding (for context "default")
|
||||
unbindctxt: remove a key binding for given context
|
||||
reset: reset a key to default binding (for context "default")
|
||||
resetctxt: reset a key to default binding, for given context
|
||||
resetall: restore bindings to the default values and delete ALL personal bindings (use carefully!)
|
||||
missing: add missing keys (using default bindings), useful after installing new WeeChat version
|
||||
list: zeigt die aktuelle Tastenbelegungen an (Standardaufruf)
|
||||
listdefault: zeigt die Standardeinstellung der Tastenbelegung an
|
||||
listdiff: zeigt die Unterschiede zwischen der aktuell genutzten Tastaturbelegung und der Standardbelegung an (hinzugefügte/verändert/gelöschte Tastenbelegungen)
|
||||
context: Name des Kontextes ("default" oder "search")
|
||||
bind: belegt eine Taste mit einem Befehl oder zeigt an welcher Befehl auf eine Taste gelegt wurde (für Kontext "default")
|
||||
bindctxt: belegt eine Taste mit einem Befehl oder zeigt an welcher Befehl auf eine Taste gelegt wurde, dies trifft für Kontext definierte Tasten zu
|
||||
unbind: hebt eine Tastenbelegung auf (für Kontext "default")
|
||||
unbindctxt: hebt eine Tastenbelegung für den angegebenen Kontext auf
|
||||
reset: die Tastenbelegung wird für die ausgewählte Taste auf die Standardeinstellung zurück gesetzt (für Kontext "default")
|
||||
resetctxt: die Tastenbelegung wird für die ausgewählte Taste auf die Standardeinstellung zurück gesetzt, dies trifft für den ausgewählten Kontext zu
|
||||
resetall: die Tastenbelegung wird auf die Standardeinstellungen zurück gesetzt. Dies löscht ALLE persönlichen Tastenbelegungen (Vorsicht!)
|
||||
missing: fügt fehlende Tastenbelegungen hinzu (dazu wird die Standardbelegung genutzt). Dies kann sinnvoll sein wenn man auf eine neue WeeChat Version umgestiegen ist
|
||||
|
||||
When binding a command to a key, it is recommended to use key alt+k (or Esc then k), and then press the key to bind: this will insert key code in command line.
|
||||
Falls einer Taste ein Befehl zugeordnet werden soll ist es ratsam zuerst mit der Tastenkombination alt+k (oder Esc + k) einen Fangmodus zu aktivieren um damit die neu zu belegende Taste zu greifen. Durch diesen Schritt wird der entsprechende Tasten-Code in die Befehlszeile übernommen.
|
||||
|
||||
For context "mouse" (possible in context "cursor" too), key has format: "@area:key" or "@area1>area2:key" where area can be:
|
||||
*: any area on screen
|
||||
chat: chat area (any buffer)
|
||||
chat(xxx): char area for buffer with name "xxx" (full name including plugin)
|
||||
bar(*): any bar
|
||||
bar(xxx): bar "xxx"
|
||||
item(*): any bar item
|
||||
item(xxx): bar item "xxx"
|
||||
The key can start or end with '*' to match many mouse events.
|
||||
A special value for command with format "hsignal:name" can be used for context mouse, this will send the hsignal "name" with the focus hashtable as argument.
|
||||
Another special value "-" can be used to disable key (it will be ignored when looking for keys).
|
||||
Für Kontext "mouse" (Kontext "cursor" ist auch möglich), hat der zu verwendende Schlüssel folgendes Format: "@area:Schlüssel" oder "@area1>area2:Schlussel". "area" kann folgende Werte habe:
|
||||
*: jedweder Bereich des Bildschirms
|
||||
chat: Chatbereich (für jeden Buffer)
|
||||
chat(xxx): Chatbereich für einen Buffer mit dem Namen "xxx" (vollständiger Name mit Erweiterung. Beispiel: chat(perl.iset):)
|
||||
bar(*): beliebige Bar
|
||||
bar(xxx): Bar mit dem Namen "xxx"
|
||||
item(*): beliebiges Bar-Item
|
||||
item(xxx): Bar-Item mit Namen "xxx"
|
||||
Der zu nutzende Schlüssel kann mit '*' beginnen oder enden um mehrere unterschiedliche Mausereignisse auszuwählen.
|
||||
Für den Kontext "mouse" kann ein besonderer Übergabewert für den zu nutzenden Befehl verwendet werden, "hsignal:name". Dieses sendet das hsignal "name" und als Inhalt ein Hashtable als Argument.
|
||||
Ein weiterer Übergabewert ist "-" und kann genutzt werden um einen Schlüssel zu deaktivieren (der Schlüssel wird bei der Durchführung übersprungen).
|
||||
|
||||
Examples:
|
||||
key alt-x to toggle nicklist bar:
|
||||
Beispiele:
|
||||
Mit der Tastenkombination "alt-x" wird die Nicklist-Bar an-und aus geschaltet:
|
||||
/key bind meta-x /bar toggle nicklist
|
||||
key alt-r to jump to #weechat IRC channel:
|
||||
Mit der Tastenkombination "alt-r" wird direkt zum IRC #weechat Buffer gewechselt:
|
||||
/key bind meta-r /buffer #weechat
|
||||
restore default binding for key alt-r:
|
||||
Die Tastenkombination "alt-r" wird auf die Standardfunktion zurückgesetzt:
|
||||
/key reset meta-r
|
||||
key "tab" to stop search in buffer:
|
||||
"Tab"-Taste nutzen um im Kontext "search" die Suche innerhalb eines Buffers zu beenden:
|
||||
/key bindctxt search ctrl-I /input search_stop
|
||||
middle button of mouse on a nick to retrieve info on nick:
|
||||
Auswahl eines Nicknamens mittels mittlerem Mausknopf zeigt zusätzliche Informationen zu dem Nick an:
|
||||
/key bindctxt mouse @item(buffer_nicklist):button3 /msg nickserv info ${nick}
|
||||
........................................
|
||||
|
||||
@@ -582,17 +582,17 @@ Beispiele:
|
||||
........................................
|
||||
/upgrade [<path_to_binary>]
|
||||
|
||||
path_to_binary: path to WeeChat binary (default is current binary)
|
||||
path_to_binary: Pfad zu einer ausführbaren WeeChat Binärdatei (Standardeinstellung ist die aktuell ausführbare Datei)
|
||||
|
||||
This command upgrades and reloads a running WeeChat session. The new WeeChat binary must have been compiled or installed with a package manager before running this command.
|
||||
Dieser Befehl führt ein Upgrade von WeeChat durch und startet die laufende Sitzung neu. Die neue Version von WeeChat muss deshalb vorab kompiliert oder mit einem Paketmanager installiert worden sein, bevor der Befehl ausgeführt werden kann.
|
||||
|
||||
Note: SSL connections are lost during upgrade, because reload of SSL sessions is currently not possible with GnuTLS. There is automatic reconnection after upgrade.
|
||||
Hinweis: SSL Verbindungen werden während eines Upgrades unterbrochen, da solche Verbindungen zur Zeit nicht mit GnuTLS gehalten werden können. Nach einem erfolgten Upgrade findet eine automatische Verbindung zu diesen Servern statt.
|
||||
|
||||
Upgrade process has 4 steps:
|
||||
1. save session into files for core and plugins (buffers, history, ..)
|
||||
2. unload all plugins (configuration files (*.conf) are written on disk)
|
||||
3. save WeeChat configuration (weechat.conf)
|
||||
4. execute new WeeChat binary and reload session.
|
||||
Der Upgrade Vorgang besteht aus vier Schritten:
|
||||
1. Speicherung der Session in Dateien für Core und Erweiterungen (buffers, history, ..)
|
||||
2. alle Erweiterungen werden ausgeschaltet (Konfigurationen *.conf werden gesichert)
|
||||
3. Speicherung der WeeChat Konfiguration (weechat.conf)
|
||||
4. ausführen einer neuen WeeChat Session.
|
||||
........................................
|
||||
|
||||
[[command_weechat_uptime]]
|
||||
|
||||
@@ -44,12 +44,12 @@
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute werden vor einer Farbe gesetzt (ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `cyan`)
|
||||
|
||||
* *weechat.color.chat_inactive_buffer*
|
||||
** Beschreibung: `text color for chat when line is inactive (buffer is merged with other buffers and is not selected)`
|
||||
** Beschreibung: `Textfarbe für inaktive Zeilen im Chatfenster (Buffer wurde mit anderen Buffern zusammengefügt und der Buffer ist nicht aktiv)`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute werden vor einer Farbe gesetzt (ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `darkgray`)
|
||||
|
||||
* *weechat.color.chat_inactive_window*
|
||||
** Beschreibung: `text color for chat when window is inactive (not current selected window)`
|
||||
** Beschreibung: `Textfarbe für Chat wenn das Fenster inaktiv ist (betrifft nicht das aktuell ausgewählte Fenster)`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute werden vor einer Farbe gesetzt (ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `darkgray`)
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute werden vor einer Farbe gesetzt (ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `brown`)
|
||||
|
||||
* *weechat.color.chat_prefix_buffer_inactive_buffer*
|
||||
** Beschreibung: `text color for inactive buffer name (before prefix, when many buffers are merged with same number and if buffer is not selected)`
|
||||
** Beschreibung: `Textfarbe für den inaktiven Namen des Buffer (vor dem Präfix, falls mehrere Buffer zu einem zusammengefügt worden sind und der Buffer nicht ausgewählt ist)`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute werden vor einer Farbe gesetzt (ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `darkgray`)
|
||||
|
||||
@@ -164,7 +164,7 @@
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute werden vor einer Farbe gesetzt (ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `cyan`)
|
||||
|
||||
* *weechat.color.input_actions*
|
||||
** Beschreibung: `Textfarbe in der Eingabezeile bei Aktivität`
|
||||
** Beschreibung: `Textfarbe in der Eingabezeile bei Aktivität (z.B. beim Einfügen von Zeilen)`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute werden vor einer Farbe gesetzt (ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `lightgreen`)
|
||||
|
||||
@@ -339,22 +339,22 @@
|
||||
** Werte: time, buffer, prefix, suffix, message (Standardwert: `message`)
|
||||
|
||||
* *weechat.look.bar_more_down*
|
||||
** Beschreibung: `string displayed when bar can be scrolled down (for bars with filling different from "horizontal")`
|
||||
** Beschreibung: `Zeichen welches anzeigt, dass die Bar nach unten gescrollt werden kann (dies trifft nur auf Bars zu bei denen die Option "/set *.filling_*" nicht auf "horizontal" eingestellt ist).`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"++"`)
|
||||
|
||||
* *weechat.look.bar_more_left*
|
||||
** Beschreibung: `string displayed when bar can be scrolled to the left (for bars with filling "horizontal")`
|
||||
** Beschreibung: `Zeichen welches anzeigt, dass die Bar nach links gescrollt werden kann (dies trifft nur auf Bars zu bei denen die Option "/set *.filling_*" nicht auf "horizontal" eingestellt ist).`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"<<"`)
|
||||
|
||||
* *weechat.look.bar_more_right*
|
||||
** Beschreibung: `string displayed when bar can be scrolled to the right (for bars with filling "horizontal")`
|
||||
** Beschreibung: `Zeichen welches anzeigt, dass die Bar nach rechts gescrollt werden kann (dies trifft nur auf Bars zu bei denen die Option "/set *.filling_*" nicht auf "horizontal" eingestellt ist).`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `">>"`)
|
||||
|
||||
* *weechat.look.bar_more_up*
|
||||
** Beschreibung: `string displayed when bar can be scrolled up (for bars with filling different from "horizontal")`
|
||||
** Beschreibung: `Zeichen welches anzeigt, dass die Bar nach oben gescrollt werden kann (dies trifft nur auf Bars zu bei denen die Option "/set *.filling_*" nicht auf "horizontal" eingestellt ist).`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"--"`)
|
||||
|
||||
@@ -369,37 +369,37 @@
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"%H:%M:%S"`)
|
||||
|
||||
* *weechat.look.color_basic_force_bold*
|
||||
** Beschreibung: `force "bold" attribute for light colors and "darkgray" in basic colors (this option is disabled by default: bold is used only if terminal has less than 16 colors)`
|
||||
** Beschreibung: `erzwingt das Textattribut "fett" für helle Farben und "darkgray" um diese Farben stärker hervorzuheben (diese Option ist standardmäßig deaktiviert: "fett" findet ausschließlich dann Verwendung falls das Terminal weniger als 16 Farben zur Verfügung stellt)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* *weechat.look.color_inactive_buffer*
|
||||
** Beschreibung: `use a different color for lines in inactive buffer (when line is from a merged buffer not selected)`
|
||||
** Beschreibung: `Textfarbe der Zeilen in einem inaktiven Buffer (betrifft Zeilen in einem zusammengefügt Buffer, welcher nicht aktiv ist)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* *weechat.look.color_inactive_message*
|
||||
** Beschreibung: `use a different color for inactive message (when window is not current window, or if line is from a merged buffer not selected)`
|
||||
** Beschreibung: `nutzt eine andere Farbe um die inaktiven Nachrichten darzustellen (Fenster ist nicht das aktuelle Fenster oder die Zeile des zusammengefügten Buffers ist nicht aktiv)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* *weechat.look.color_inactive_prefix*
|
||||
** Beschreibung: `use a different color for inactive prefix (when window is not current window, or if line is from a merged buffer not selected)`
|
||||
** Beschreibung: `nutzt eine andere Farbe um den inaktiven Prefix darzustellen (Fenster ist nicht das aktuelle Fenster oder die Zeile des zusammengefügten Buffers ist nicht aktiv)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* *weechat.look.color_inactive_prefix_buffer*
|
||||
** Beschreibung: `use a different color for inactive buffer name in prefix (when window is not current window, or if line is from a merged buffer not selected)`
|
||||
** Beschreibung: `nutzt eine andere Farbe um den inaktiven BUffernamen im Prefix (Fenster ist nicht das aktuelle Fenster oder die Zeile des zusammengefügten Buffers ist nicht aktiv)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* *weechat.look.color_inactive_time*
|
||||
** Beschreibung: `use a different color for inactive time (when window is not current window, or if line is from a merged buffer not selected)`
|
||||
** Beschreibung: `nutzt eine andere Farbe um die inaktive Zeitangabe darzustellen (Fenster ist nicht das aktuelle Fenster oder die Zeile des zusammengefügten Buffers ist nicht aktiv)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* *weechat.look.color_inactive_window*
|
||||
** Beschreibung: `use a different color for lines in inactive window (when window is not current window)`
|
||||
** Beschreibung: `Textfarbe der Zeilen in einem inaktiven Fenster (betrifft das Fenster, welches nicht aktiv ist)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
@@ -529,7 +529,7 @@
|
||||
** Werte: 0 .. 65535 (Standardwert: `32`)
|
||||
|
||||
* *weechat.look.item_buffer_filter*
|
||||
** Beschreibung: `string used to show that some lines are filtered in current buffer (bar item "buffer_filter")`
|
||||
** Beschreibung: `Zeichen mit welchem in der Bar-Item ("buffer_filter") signalisiert wird ob im aktuellen Buffer die Filterfunktion eingeschaltet ist.`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"*"`)
|
||||
|
||||
|
||||
+10
-13
@@ -366,12 +366,13 @@ Weiterführende Informationen zum Farbmanagement erhält man in der Benutzeranle
|
||||
|
||||
|
||||
[[search_text]]
|
||||
Wie kann ich in einem Buffer nach einem Text suchen (ähnlich /lastlog in irssi)?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Wie kann ich in einem Buffer nach einem Text suchen (vergleichbar /lastlog in irssi)?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Die Standardtastenbelegung lautet @k(C-)@k(r) (der dazugehörige Befehl: `/input search_text`).
|
||||
und um zu Highlight-Nachrichten zu springen: @k(A-)@k(p)/@k(n).
|
||||
|
||||
Siehe die Benutzeranleitung für weitere Informationen zu dieser Funktion (Standardtastenbelegung).
|
||||
Siehe Benutzeranleitung für weitere Informationen zu dieser Funktion (Standardtastenbelegung).
|
||||
|
||||
|
||||
[[key_bindings]]
|
||||
@@ -579,21 +580,19 @@ werden um den Abwesenheitsstatus anderer User anzuzeigen (und man nicht von dies
|
||||
Mitteilungen überflutet werden möchte), kann man WeeChat anweisen abwesende Nicks
|
||||
in einer anderen Farbe darzustellen.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For Bitlbee ≥ 3, do that on channel '&bitlbee':
|
||||
Nutzt man Bitlbee ≥ 3, sollte man im '&bitlbee' Channel folgendes eingeben:
|
||||
|
||||
----------------------------------------
|
||||
channel set show_users online,away
|
||||
----------------------------------------
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For older version of Bitlbee, do that on channel '&bitlbee':
|
||||
für ältere Versionen von Bitlbee gibt man im '&bitlbee' Channel ein:
|
||||
|
||||
----------------------------------------
|
||||
set away_devoice false
|
||||
----------------------------------------
|
||||
|
||||
Um in WeeChat anzeigen zu lassen welche Nicks abwesend sind siehe:
|
||||
Um sich in WeeChat anzeigen zu lassen welche Nicks abwesend sind siehe:
|
||||
<<color_away_nicks,abwesende Nicks>>.
|
||||
|
||||
Wenn man wirklich Voice-Nachrichten filtern möchte kann folgender Befehl angewandt
|
||||
@@ -672,17 +671,15 @@ Fall weniger sicher):
|
||||
Wie kann ich eine SSL gesicherte Verbindung zum freenode Server herstellen?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
// TRANSLATION MISSING
|
||||
Set option 'weechat.network.gnutls_ca_file' to file with certificates:
|
||||
Die Option 'weechat.network.gnutls_ca_file' sollte auf die Zertifikationsdatei zeigen:
|
||||
|
||||
----------------------------------------
|
||||
/set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt"
|
||||
----------------------------------------
|
||||
|
||||
[NOTE]
|
||||
// TRANSLATION MISSING
|
||||
Check that you have this file on your system (commonly brought by package
|
||||
"ca-certificates").
|
||||
Überprüfe, ob die Zertifikationsdatei auf Deinem System installiert wurde (üblicherweise wird
|
||||
diese Datei durch das Paket "ca-certificates" bereitgestellt)
|
||||
|
||||
Konfiguration des Servers, Port, SSL, dhkey_size und dann einen
|
||||
Connect durchführen:
|
||||
|
||||
+64
-35
@@ -94,8 +94,7 @@ welche Pakete optional genutzt werden können.
|
||||
| gettext | nein | Internationalisierung (Übersetzung der Mitteilungen; Hauptsprache ist englisch)
|
||||
| libgcrypt11-dev | nein | SASL Authentifikation am IRC Server mittels DH-BLOWFISH Methode
|
||||
| libgnutls-dev (≥ 2.2.0) | nein | SSL Verbindung zu einem IRC Server
|
||||
// TRANSLATION MISSING
|
||||
| ca-certificates | nein | certificates for SSL connections
|
||||
| ca-certificates | nein | Zertifikate für SSL Verbindungen
|
||||
| libaspell-dev | nein | aspell Erweiterung
|
||||
| libperl-dev | nein | perl Erweiterung
|
||||
| python-dev | nein | python Erweiterung
|
||||
@@ -270,19 +269,19 @@ Diese Fehlermeldung senden Sie bitte an den Entwickler und beschreiben was den F
|
||||
|
||||
Danke für Ihre Mithilfe!
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[[debug_running_weechat]]
|
||||
Debug a running WeeChat
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
Eine laufende Session von WeeChat debuggen
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
To debug a running WeeChat (for example if WeeChat seems blocked), you can use
|
||||
gdb with process id (replace '12345' with PID of weechat-curses process):
|
||||
Um eine laufende Session von WeeChat zu debuggen (zum Beispiel wenn WeeChat nicht
|
||||
mehr reagieren sollte) sollte man gdb mit der Prozess-ID starten ('12345' muss durch
|
||||
die PID des laufenden weechat-curses Prozesses ersetzt werden):
|
||||
|
||||
----------------------------------------
|
||||
gdb /usr/bin/weechat-curses 12345
|
||||
----------------------------------------
|
||||
|
||||
Then like for a crash, use command `bt full`:
|
||||
Sollte WeeChat abgestürzt sein, muss der Befehl `bt full` genutzt werden:
|
||||
|
||||
----------------------------------------
|
||||
(gdb) bt full
|
||||
@@ -651,8 +650,8 @@ einigen Terminals muss die "Alt"-Taste anstelle der "Shift"-Taste gedrückt werd
|
||||
Sollten Probleme bei der Mausunterstützung auftreten, dann sollte Bitte die 'WeeChat FAQ' gelesen werden.
|
||||
|
||||
[[mouse_bind_events]]
|
||||
Maus-Events Befehle zuweisen
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
Einem Maus-Event, Befehle zuweisen
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Es gibt eine Anzahl von Maus-Events die schon standardmäßig durch
|
||||
WeeChat definiert sind (siehe <<key_bindings_mouse_context,Tasten für "mouse"-Kontext>>).
|
||||
@@ -660,34 +659,65 @@ WeeChat definiert sind (siehe <<key_bindings_mouse_context,Tasten für "mouse"-K
|
||||
Man kann mit dem Befehl `/key` im Kontext "mouse" aber auch eigene Befehle zuweisen
|
||||
und löschen (für die Syntax, siehe <<command_weechat_key,/key Befehl>>).
|
||||
|
||||
Auflistung von Events die unterstützt werden:
|
||||
Der Name eines Events besteht aus einem Modifier (optional), einer Maustaste/Mausrad
|
||||
und der Mausgeste (optional). Die unterschiedlichen Elemente werden durch ein "-" getrennt.
|
||||
|
||||
[width="80%",cols="3m,4",options="header"]
|
||||
Liste der Modifiers:
|
||||
|
||||
[width="50%",cols="3m,4",options="header"]
|
||||
|========================================
|
||||
| Event | Beschreibung
|
||||
| button1 | linker Mausknopf wird gedrückt
|
||||
| button2 | rechter Mausknopf wird gedrückt
|
||||
| button3 | mittlerer Mausknopf wird gedrückt (häufig der Druck auf das Mausrad)
|
||||
| button4 ... button9 | ein zusätzlicher Mausknopf wird gedrückt
|
||||
| wheelup | Mausrad wird nach oben gescrollt
|
||||
| wheeldown | Mausrad wird nach unten gescrollt
|
||||
| buttonX-gesture-up ^(1)^ | Mausgeste mit einer Länge von 3 bis 19 Zeichen
|
||||
| buttonX-gesture-up-long ^(1)^ | Mausgeste mit einer Länge von 20 und mehr Zeichen
|
||||
| buttonX-gesture-down ^(1)^ | Mausgeste mit einer Länge von 3 bis 19 Zeichen
|
||||
| buttonX-gesture-down-long ^(1)^ | Mausgeste mit einer Länge von 20 und mehr Zeichen
|
||||
| buttonX-gesture-left ^(1)^ | Mausgeste mit einer Länge von 3 bis 39 Zeichen
|
||||
| buttonX-gesture-left-long ^(1)^ | Mausgeste mit einer Länge von 40 und mehr Zeichen
|
||||
| buttonX-gesture-right ^(1)^ | Mausgeste mit einer Länge von 3 bis 39 Zeichen
|
||||
| buttonX-gesture-right-long ^(1)^ | Mausgeste mit einer Länge von 40 und mehr Zeichen
|
||||
| Modifier | Beschreibung
|
||||
| ctrl | Taste @k(-C-)
|
||||
| alt | Taste @k(-A-)
|
||||
| ctrl-alt | Taste @k(-C-) und @k(-A-)
|
||||
|========================================
|
||||
|
||||
[NOTE]
|
||||
^(1)^ "X" muss durch die Nummer des Mausknopfes ersetzt werden (1 bis 9) die für die Mausgeste genutzt werden soll.
|
||||
Liste der Maustasten/Mausrad:
|
||||
|
||||
[width="50%",cols="3m,4",options="header"]
|
||||
|========================================
|
||||
| Maustaste/-rad | Beschreibung
|
||||
| button1 | linker Mausknopf wird gedrückt
|
||||
| button2 | rechter Mausknopf wird gedrückt
|
||||
| button3 | mittlerer Mausknopf wird gedrückt (häufig der Druck auf das Mausrad)
|
||||
| button4 ... button9 | ein zusätzlicher Mausknopf wird gedrückt
|
||||
| wheelup | Mausrad wird nach oben gescrollt
|
||||
| wheeldown | Mausrad wird nach unten gescrollt
|
||||
|========================================
|
||||
|
||||
Liste der Mausgesten (nur für Maustasten, nicht für das Mausrad, anwendbar):
|
||||
|
||||
[width="50%",cols="3m,4",options="header"]
|
||||
|========================================
|
||||
| Mausgeste | Distanz
|
||||
| Bewegung hoch | 3 ... 19
|
||||
| Bewegung hoch (lang) | ≥ 20
|
||||
| Bewegung runter | 3 ... 19
|
||||
| Bewegung runter (lang) | ≥ 20
|
||||
| Bewegung links | 3 ... 39
|
||||
| Bewegung links (lang) | ≥ 40
|
||||
| Bewegung rechts | 3 ... 39
|
||||
| Bewegung rechts (lang) | ≥ 40
|
||||
|========================================
|
||||
|
||||
Bespiele von Ereignissen:
|
||||
|
||||
* `button1`
|
||||
* `ctrl-button1`
|
||||
* `button1-gesture-right`
|
||||
* `alt-button2-gesture-down-long`
|
||||
* `wheelup`
|
||||
* `ctrl-alt-wheeldown`
|
||||
|
||||
[TIP]
|
||||
Wird eine Funktion im "mouse"-Kontext hinzufügt ist es möglich mehrere Events mittels
|
||||
`*` abzufangen. Zum Beispiel: `button1-gesture-*` fängt alle Mausgesten ab, die mit
|
||||
der linken Maustaste eingeleitet werden.
|
||||
Wird eine Funktion im "mouse"-Kontext hinzufügt ist es möglich mehrere Mausereignisse
|
||||
mittels `*` abzufangen. Zum Beispiel fängt `button1-gesture-*` alle Mausgesten ab, die
|
||||
mit der linken Maustaste eingeleitet werden.
|
||||
|
||||
[TIP]
|
||||
Den Namen eines Mausereignisses kann man mittels des Befehls `/input grab_mouse` erfragen.
|
||||
Man führt den Befehl in der Eingabezeile aus und startet das Ereignis. Als Ergebnis erhält
|
||||
man in der Eingabezeile den Namen des ausgeführten Mausereignisses.
|
||||
|
||||
[[command_line]]
|
||||
Befehlszeile
|
||||
@@ -1349,7 +1379,7 @@ Optionen für Server sind:
|
||||
|
||||
* 'sasl_mechanism': Mechanismus welcher genutzt werden soll ("plain" oder "dh-blowfish")
|
||||
* 'sasl_timeout': Zeitüberschreitung (in Sekunden) für Authentifizierung
|
||||
* 'sasl_username': Username
|
||||
* 'sasl_username': Username (Nickname)
|
||||
* 'sasl_password': Passwort
|
||||
|
||||
Soll "dh-blowfish" standardmäßig auf allen Servern genutzt werden:
|
||||
@@ -1598,8 +1628,7 @@ Unvollständige Liste der IRC Nachrichten bzw. Alias die angepasst werden könne
|
||||
| 335 | whois | whois (ist ein Bot auf)
|
||||
| 338 | whois | whois (Host)
|
||||
| 341 | | inviting
|
||||
// TRANSLATION MISSING
|
||||
| 343 | whois | whois (is opered as)
|
||||
| 343 | whois | whois (ist opered als)
|
||||
| 344 | reop | channel reop
|
||||
| 345 | reop | channel reop (Ende)
|
||||
| 346 | invitelist | Einladung list
|
||||
|
||||
+12
-6
@@ -39,27 +39,27 @@ all-local: weechat_user.en.html \
|
||||
|
||||
# user's guide
|
||||
weechat_user.en.html: weechat_user.en.txt $(wildcard autogen/user/*.txt)
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_user.en.html weechat_user.en.txt
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_user.en.html $(abs_top_srcdir)/doc/en/weechat_user.en.txt
|
||||
|
||||
# plugin API reference
|
||||
weechat_plugin_api.en.html: weechat_plugin_api.en.txt $(wildcard autogen/plugin_api/*.txt)
|
||||
$(ASCIIDOC) -a toc -a toclevels=4 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_plugin_api.en.html weechat_plugin_api.en.txt
|
||||
$(ASCIIDOC) -a toc -a toclevels=4 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_plugin_api.en.html $(abs_top_srcdir)/doc/en/weechat_plugin_api.en.txt
|
||||
|
||||
# scripting guide
|
||||
weechat_scripting.en.html: weechat_scripting.en.txt
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_scripting.en.html weechat_scripting.en.txt
|
||||
$(ASCIIDOC) -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_scripting.en.html $(abs_top_srcdir)/doc/en/weechat_scripting.en.txt
|
||||
|
||||
# FAQ
|
||||
weechat_faq.en.html: weechat_faq.en.txt
|
||||
$(ASCIIDOC) -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_faq.en.html weechat_faq.en.txt
|
||||
$(ASCIIDOC) -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_faq.en.html $(abs_top_srcdir)/doc/en/weechat_faq.en.txt
|
||||
|
||||
# quickstart
|
||||
weechat_quickstart.en.html: weechat_quickstart.en.txt
|
||||
$(ASCIIDOC) -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.en.html weechat_quickstart.en.txt
|
||||
$(ASCIIDOC) -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.en.html $(abs_top_srcdir)/doc/en/weechat_quickstart.en.txt
|
||||
|
||||
# tester's guide
|
||||
weechat_tester.en.html: weechat_tester.en.txt
|
||||
$(ASCIIDOC) -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_tester.en.html weechat_tester.en.txt
|
||||
$(ASCIIDOC) -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_tester.en.html $(abs_top_srcdir)/doc/en/weechat_tester.en.txt
|
||||
|
||||
# install docs
|
||||
|
||||
@@ -67,6 +67,12 @@ install-data-hook:
|
||||
$(mkinstalldirs) $(DESTDIR)$(docdir)/
|
||||
$(INSTALL_DATA) *.html $(DESTDIR)$(docdir)/
|
||||
|
||||
# uninstall docs
|
||||
|
||||
uninstall-hook:
|
||||
$(RM) $(DESTDIR)$(docdir)/*.en.html
|
||||
-rmdir $(DESTDIR)$(docdir)
|
||||
|
||||
# clean
|
||||
|
||||
clean-local:
|
||||
|
||||
@@ -354,6 +354,7 @@ How can I search text in buffer (like /lastlog in irssi)?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The default key is @k(C-)@k(r) (command is: `/input search_text`).
|
||||
And jump to highlights: @k(A-)@k(p)/@k(n).
|
||||
|
||||
See user's guide for more info about this feature (default key bindings).
|
||||
|
||||
|
||||
@@ -5936,12 +5936,20 @@ Arguments:
|
||||
* 'buffer': buffer pointer, if NULL, message is displayed on WeeChat buffer
|
||||
* 'message': message to display
|
||||
|
||||
[NOTE]
|
||||
The first tabulation in message ("\t") is used to separate prefix from message. +
|
||||
If your message has some tabs and if you don't want prefix, then use a space,
|
||||
a tab, then message (see example below): this will disable prefix (the space
|
||||
before tab will not be displayed).
|
||||
|
||||
C example:
|
||||
|
||||
[source,C]
|
||||
----------------------------------------
|
||||
weechat_printf (NULL, "Hello on WeeChat buffer");
|
||||
weechat_printf (buffer, "Hello on this buffer");
|
||||
weechat_printf (buffer, "%sThis is an error!", weechat_prefix ("error"));
|
||||
weechat_printf (buffer, " \tMessage without prefix but with \t some \t tabs");
|
||||
----------------------------------------
|
||||
|
||||
Script (Python):
|
||||
@@ -5954,6 +5962,8 @@ weechat.prnt(buffer, message)
|
||||
# example
|
||||
weechat.prnt("", "Hello on WeeChat buffer")
|
||||
weechat.prnt(buffer, "Hello on this buffer")
|
||||
weechat.prnt(buffer, "%sThis is an error!" % weechat.prefix("error"))
|
||||
weechat.prnt(buffer, " \tMessage without prefix but with \t some \t tabs")
|
||||
----------------------------------------
|
||||
|
||||
[NOTE]
|
||||
@@ -8413,8 +8423,8 @@ Content of hashtable sent to callback (keys and values are of type "string"):
|
||||
| _chat | chat area indicator | "0" or "1" | "0"
|
||||
| _chat_line_x | column in line ^(3)^ | "0" ... "n" | "-1"
|
||||
| _chat_line_y | line number ^(3)^ | "0" ... "n" | "-1"
|
||||
| _chat_line_date | line date | "1313237175" | "0"
|
||||
| _chat_line_date_printed | line date ^(4)^ | "1313237175" | "0"
|
||||
| _chat_line_date | line date/time | "1313237175" | "0"
|
||||
| _chat_line_date_printed | line date/time ^(4)^ | "1313237175" | "0"
|
||||
| _chat_line_time | time displayed | "14:06:15" | ""
|
||||
| _chat_line_tags | tags of line | "irc_privmsg,notify_message,nick_FlashCode,log1" | ""
|
||||
| _chat_line_nick | nick of line | "FlashCode" | ""
|
||||
|
||||
+51
-20
@@ -658,35 +658,66 @@ Many default mouse events are already defined by WeeChat (see
|
||||
You can change or add bindings with the command `/key` using context "mouse"
|
||||
(for syntax, see <<command_weechat_key,command /key>>).
|
||||
|
||||
List of events supported:
|
||||
Event name consists of a modifier (optional), a button/wheel name and a gesture
|
||||
(optional). Different elements are separated by "-".
|
||||
|
||||
[width="80%",cols="3m,4",options="header"]
|
||||
List of modifiers:
|
||||
|
||||
[width="50%",cols="3m,4",options="header"]
|
||||
|========================================
|
||||
| Event | Description
|
||||
| button1 | click on left button
|
||||
| button2 | click on right button
|
||||
| button3 | click on middle button (often click on wheel)
|
||||
| button4 ... button9 | click on extra buttons
|
||||
| wheelup | wheel (up)
|
||||
| wheeldown | wheel (down)
|
||||
| buttonX-gesture-up ^(1)^ | gesture with distance between 3 and 19
|
||||
| buttonX-gesture-up-long ^(1)^ | gesture with distance greater than or equal to 20
|
||||
| buttonX-gesture-down ^(1)^ | gesture with distance between 3 and 19
|
||||
| buttonX-gesture-down-long ^(1)^ | gesture with distance greater than or equal to 20
|
||||
| buttonX-gesture-left ^(1)^ | gesture with distance between 3 and 39
|
||||
| buttonX-gesture-left-long ^(1)^ | gesture with distance greater than or equal to 40
|
||||
| buttonX-gesture-right ^(1)^ | gesture with distance between 3 and 39
|
||||
| buttonX-gesture-right-long ^(1)^ | gesture with distance greater than or equal to 40
|
||||
| Modifier | Description
|
||||
| ctrl | key @k(-C-)
|
||||
| alt | key @k(-A-)
|
||||
| ctrl-alt | keys @k(-C-) and @k(-A-)
|
||||
|========================================
|
||||
|
||||
[NOTE]
|
||||
^(1)^ "X" is number of button used in gesture (1 to 9).
|
||||
List of buttons/wheel:
|
||||
|
||||
[width="50%",cols="3m,4",options="header"]
|
||||
|========================================
|
||||
| Button/wheel | Description
|
||||
| button1 | click on left button
|
||||
| button2 | click on right button
|
||||
| button3 | click on middle button (often click on wheel)
|
||||
| button4 ... button9 | click on extra buttons
|
||||
| wheelup | wheel (up)
|
||||
| wheeldown | wheel (down)
|
||||
|========================================
|
||||
|
||||
List of gestures (only for buttons, not wheel):
|
||||
|
||||
[width="50%",cols="3m,4",options="header"]
|
||||
|========================================
|
||||
| Gesture | Distance
|
||||
| gesture-up | 3 ... 19
|
||||
| gesture-up-long | ≥ 20
|
||||
| gesture-down | 3 ... 19
|
||||
| gesture-down-long | ≥ 20
|
||||
| gesture-left | 3 ... 39
|
||||
| gesture-left-long | ≥ 40
|
||||
| gesture-right | 3 ... 39
|
||||
| gesture-right-long | ≥ 40
|
||||
|========================================
|
||||
|
||||
Example of events:
|
||||
|
||||
* `button1`
|
||||
* `ctrl-button1`
|
||||
* `button1-gesture-right`
|
||||
* `alt-button2-gesture-down-long`
|
||||
* `wheelup`
|
||||
* `ctrl-alt-wheeldown`
|
||||
* ...
|
||||
|
||||
[TIP]
|
||||
When binding a key in context "mouse", it's possible to match many events using
|
||||
`*` at beginning or end of name, for example `button1-gesture-*` will match any
|
||||
gesture made using left button.
|
||||
|
||||
[TIP]
|
||||
You can find an event name with command `/input grab_mouse` then doing event
|
||||
with mouse. This will insert event name on command line.
|
||||
|
||||
[[command_line]]
|
||||
Command line
|
||||
~~~~~~~~~~~~
|
||||
@@ -1330,7 +1361,7 @@ Options in servers are:
|
||||
|
||||
* 'sasl_mechanism': mechanism to use ("plain" or "dh-blowfish")
|
||||
* 'sasl_timeout': timeout (in seconds) for authentication
|
||||
* 'sasl_username': username
|
||||
* 'sasl_username': username (nick)
|
||||
* 'sasl_password': password
|
||||
|
||||
If you want to use "dh-blowfish" by default for all servers:
|
||||
|
||||
+12
-6
@@ -39,27 +39,27 @@ all-local: weechat_user.fr.html \
|
||||
|
||||
# user's guide
|
||||
weechat_user.fr.html: weechat_user.fr.txt $(wildcard autogen/user/*.txt)
|
||||
$(ASCIIDOC) -a lang=fr -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_user.fr.html weechat_user.fr.txt
|
||||
$(ASCIIDOC) -a lang=fr -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_user.fr.html $(abs_top_srcdir)/doc/fr/weechat_user.fr.txt
|
||||
|
||||
# plugin API reference
|
||||
weechat_plugin_api.fr.html: weechat_plugin_api.fr.txt $(wildcard autogen/plugin_api/*.txt)
|
||||
$(ASCIIDOC) -a lang=fr -a toc -a toclevels=4 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_plugin_api.fr.html weechat_plugin_api.fr.txt
|
||||
$(ASCIIDOC) -a lang=fr -a toc -a toclevels=4 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_plugin_api.fr.html $(abs_top_srcdir)/doc/fr/weechat_plugin_api.fr.txt
|
||||
|
||||
# scripting guide
|
||||
weechat_scripting.fr.html: weechat_scripting.fr.txt
|
||||
$(ASCIIDOC) -a lang=fr -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_scripting.fr.html weechat_scripting.fr.txt
|
||||
$(ASCIIDOC) -a lang=fr -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_scripting.fr.html $(abs_top_srcdir)/doc/fr/weechat_scripting.fr.txt
|
||||
|
||||
# FAQ
|
||||
weechat_faq.fr.html: weechat_faq.fr.txt
|
||||
$(ASCIIDOC) -a lang=fr -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_faq.fr.html weechat_faq.fr.txt
|
||||
$(ASCIIDOC) -a lang=fr -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_faq.fr.html $(abs_top_srcdir)/doc/fr/weechat_faq.fr.txt
|
||||
|
||||
# quickstart
|
||||
weechat_quickstart.fr.html: weechat_quickstart.fr.txt
|
||||
$(ASCIIDOC) -a lang=fr -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.fr.html weechat_quickstart.fr.txt
|
||||
$(ASCIIDOC) -a lang=fr -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.fr.html $(abs_top_srcdir)/doc/fr/weechat_quickstart.fr.txt
|
||||
|
||||
# tester's guide
|
||||
weechat_tester.fr.html: weechat_tester.fr.txt
|
||||
$(ASCIIDOC) -a lang=fr -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_tester.fr.html weechat_tester.fr.txt
|
||||
$(ASCIIDOC) -a lang=fr -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_tester.fr.html $(abs_top_srcdir)/doc/fr/weechat_tester.fr.txt
|
||||
|
||||
# install docs
|
||||
|
||||
@@ -67,6 +67,12 @@ install-data-hook:
|
||||
$(mkinstalldirs) $(DESTDIR)$(docdir)/
|
||||
$(INSTALL_DATA) *.html $(DESTDIR)$(docdir)/
|
||||
|
||||
# uninstall docs
|
||||
|
||||
uninstall-hook:
|
||||
$(RM) $(DESTDIR)$(docdir)/*.fr.html
|
||||
-rmdir $(DESTDIR)$(docdir)
|
||||
|
||||
# clean
|
||||
|
||||
clean-local:
|
||||
|
||||
@@ -367,6 +367,7 @@ Comment puis-je chercher du texte dans le tampon (comme /lastlog dans irssi) ?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
La touche par défaut est @k(C-)@k(r) (la commande est : `/input search_text`).
|
||||
Et sauter aux highlights : @k(A-)@k(p)/@k(n).
|
||||
|
||||
Voir le guide utilisateur pour plus d'information sur cette fonctionnalité
|
||||
(raccourcis clavier par défaut).
|
||||
|
||||
@@ -6001,12 +6001,21 @@ Paramètres :
|
||||
tampon WeeChat
|
||||
* 'message' : message à afficher
|
||||
|
||||
[NOTE]
|
||||
La première tabulation dans le message ("\t") est utilisée pour séparer le
|
||||
préfixe du message. +
|
||||
Si votre message contient des tabulations et si vous ne voulez pas de préfixe,
|
||||
utilisez un espace, une tabulation, puis le message : cela désactivera le
|
||||
préfixe (l'espace avant la tabulation ne sera pas affiché).
|
||||
|
||||
Exemple en C :
|
||||
|
||||
[source,C]
|
||||
----------------------------------------
|
||||
weechat_printf (NULL, "Bonjour sur le tampon WeeChat");
|
||||
weechat_printf (buffer, "Bonjour sur ce tampon");
|
||||
weechat_printf (buffer, "%sCeci est une erreur !", weechat_prefix ("error"));
|
||||
weechat_printf (buffer, " \tMessage sans préfixe mais avec \t quelques \t tabulations");
|
||||
----------------------------------------
|
||||
|
||||
Script (Python) :
|
||||
@@ -6019,6 +6028,8 @@ weechat.prnt(buffer, message)
|
||||
# exemple
|
||||
weechat.prnt("", "Bonjour sur le tampon WeeChat")
|
||||
weechat.prnt(buffer, "Bonjour sur ce tampon")
|
||||
weechat.prnt(buffer, "%sCeci est une erreur !" % weechat.prefix("error"))
|
||||
weechat.prnt(buffer, " \tMessage sans préfixe mais avec \t quelques \t tabulations")
|
||||
----------------------------------------
|
||||
|
||||
[NOTE]
|
||||
@@ -8553,8 +8564,8 @@ Contenu de la hashtable envoyée au "callback" (les clés et valeurs sont de typ
|
||||
| _chat | indicateur zone "chat" | "0" ou "1" | "0"
|
||||
| _chat_line_x | colonne de la ligne ^(3)^ | "0" ... "n" | "-1"
|
||||
| _chat_line_y | numéro de ligne ^(3)^ | "0" ... "n" | "-1"
|
||||
| _chat_line_date | date de la ligne | "1313237175" | "0"
|
||||
| _chat_line_date_printed | date de la ligne ^(4)^ | "1313237175" | "0"
|
||||
| _chat_line_date | date/heure de la ligne | "1313237175" | "0"
|
||||
| _chat_line_date_printed | date/heure de la ligne ^(4)^ | "1313237175" | "0"
|
||||
| _chat_line_time | heure affichée | "14:06:15" | ""
|
||||
| _chat_line_tags | étiquettes de la ligne | "irc_privmsg,notify_message,nick_FlashCode,log1" | ""
|
||||
| _chat_line_nick | pseudo de la ligne | "FlashCode" | ""
|
||||
|
||||
+52
-20
@@ -674,29 +674,56 @@ Vous pouvez modifier ou ajouter des associations avec la commande `/key` en
|
||||
utilisant le contexte "mouse" (pour la syntaxe voir
|
||||
<<command_weechat_key,la commande /key>>).
|
||||
|
||||
Liste des évènements supportés :
|
||||
Un nom d'évènement consiste en un modifieur (facultatif), un bouton/roulette et
|
||||
un geste (facultatif). Les différents éléments sont séparés par "-".
|
||||
|
||||
[width="80%",cols="3m,4",options="header"]
|
||||
Liste des modifieurs :
|
||||
|
||||
[width="50%",cols="3m,4",options="header"]
|
||||
|========================================
|
||||
| Evènement | Description
|
||||
| button1 | clic sur le bouton gauche
|
||||
| button2 | clic sur le bouton droit
|
||||
| button3 | clic sur le bouton du milieu (souvent clic sur la roulette)
|
||||
| button4 ... button9 | clic sur un bouton additionnel
|
||||
| wheelup | roulette (haut)
|
||||
| wheeldown | roulette (bas)
|
||||
| buttonX-gesture-up ^(1)^ | geste avec distance entre 3 et 19
|
||||
| buttonX-gesture-up-long ^(1)^ | geste avec distance supérieure ou égale à 20
|
||||
| buttonX-gesture-down ^(1)^ | geste avec distance entre 3 et 19
|
||||
| buttonX-gesture-down-long ^(1)^ | geste avec distance supérieure ou égale à 20
|
||||
| buttonX-gesture-left ^(1)^ | geste avec distance entre 3 et 39
|
||||
| buttonX-gesture-left-long ^(1)^ | geste avec distance supérieure ou égale à 40
|
||||
| buttonX-gesture-right ^(1)^ | geste avec distance entre 3 et 39
|
||||
| buttonX-gesture-right-long ^(1)^ | geste avec distance supérieure ou égale à 40
|
||||
| Modifieur | Description
|
||||
| ctrl | touche @k(-C-)
|
||||
| alt | touche @k(-A-)
|
||||
| ctrl-alt | touches @k(-C-) et @k(-A-)
|
||||
|========================================
|
||||
|
||||
[NOTE]
|
||||
^(1)^ "X" est le numéro du bouton utilisé pour le geste (1 à 9).
|
||||
Liste des boutons/roulette :
|
||||
|
||||
[width="50%",cols="3m,4",options="header"]
|
||||
|========================================
|
||||
| Bouton/roulette | Description
|
||||
| button1 | clic sur le bouton gauche
|
||||
| button2 | clic sur le bouton droit
|
||||
| button3 | clic sur le bouton du milieu (souvent clic sur la roulette)
|
||||
| button4 ... button9 | clic sur un bouton additionnel
|
||||
| wheelup | roulette (haut)
|
||||
| wheeldown | roulette (bas)
|
||||
|========================================
|
||||
|
||||
Liste des gestes (seulement pour les boutons, pas la roulette) :
|
||||
|
||||
[width="50%",cols="3m,4",options="header"]
|
||||
|========================================
|
||||
| Geste | Distance
|
||||
| gesture-up | 3 ... 19
|
||||
| gesture-up-long | ≥ 20
|
||||
| gesture-down | 3 ... 19
|
||||
| gesture-down-long | ≥ 20
|
||||
| gesture-left | 3 ... 39
|
||||
| gesture-left-long | ≥ 40
|
||||
| gesture-right | 3 ... 39
|
||||
| gesture-right-long | ≥ 40
|
||||
|========================================
|
||||
|
||||
Exemple d'évènements :
|
||||
|
||||
* `button1`
|
||||
* `ctrl-button1`
|
||||
* `button1-gesture-right`
|
||||
* `alt-button2-gesture-down-long`
|
||||
* `wheelup`
|
||||
* `ctrl-alt-wheeldown`
|
||||
* ...
|
||||
|
||||
[TIP]
|
||||
Lors de l'association d'une touche dans le contexte "mouse", il est possible
|
||||
@@ -704,6 +731,11 @@ d'adresser plusieurs évènements en utilisant `*` au début ou la fin du nom,
|
||||
par exemple `button1-gesture-*` qui correspond à n'importe quel geste effectué
|
||||
avec le bouton gauche.
|
||||
|
||||
[TIP]
|
||||
Vous pouvez trouver le nom de l'évènement avec la commande `/input grab_mouse`
|
||||
puis en faisant l'action avec la souris. Cela insèrera le nom de l'évènement
|
||||
sur la ligne de commande.
|
||||
|
||||
[[command_line]]
|
||||
Ligne de commande
|
||||
~~~~~~~~~~~~~~~~~
|
||||
@@ -1373,7 +1405,7 @@ Les options dans le serveur sont :
|
||||
|
||||
* 'sasl_mechanism' : mécanisme à utiliser ("plain" ou "dh-blowfish")
|
||||
* 'sasl_timeout' : délai d'attente maximum (en secondes) pour l'authentification
|
||||
* 'sasl_username' : nom d'utilisateur
|
||||
* 'sasl_username' : nom d'utilisateur (pseudo)
|
||||
* 'sasl_password' : mot de passe
|
||||
|
||||
Si vous voulez utiliser "dh-blowfish" par défaut pour tous les serveurs :
|
||||
|
||||
+12
-6
@@ -38,27 +38,27 @@ all-local: weechat_user.it.html \
|
||||
|
||||
# user's guide
|
||||
weechat_user.it.html: weechat_user.it.txt $(wildcard autogen/user/*.txt)
|
||||
$(ASCIIDOC) -a lang=it -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_user.it.html weechat_user.it.txt
|
||||
$(ASCIIDOC) -a lang=it -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_user.it.html $(abs_top_srcdir)/doc/it/weechat_user.it.txt
|
||||
|
||||
# plugin API reference
|
||||
weechat_plugin_api.it.html: weechat_plugin_api.it.txt $(wildcard autogen/plugin_api/*.txt)
|
||||
$(ASCIIDOC) -a lang=it -a toc -a toclevels=4 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_plugin_api.it.html weechat_plugin_api.it.txt
|
||||
$(ASCIIDOC) -a lang=it -a toc -a toclevels=4 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_plugin_api.it.html $(abs_top_srcdir)/doc/it/weechat_plugin_api.it.txt
|
||||
|
||||
# scripting guide
|
||||
weechat_scripting.it.html: weechat_scripting.it.txt
|
||||
$(ASCIIDOC) -a lang=it -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_scripting.it.html weechat_scripting.it.txt
|
||||
$(ASCIIDOC) -a lang=it -a toc -a toclevels=3 -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_scripting.it.html $(abs_top_srcdir)/doc/it/weechat_scripting.it.txt
|
||||
|
||||
# FAQ
|
||||
weechat_faq.it.html: weechat_faq.it.txt
|
||||
$(ASCIIDOC) -a lang=it -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_faq.it.html weechat_faq.it.txt
|
||||
$(ASCIIDOC) -a lang=it -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_faq.it.html $(abs_top_srcdir)/doc/it/weechat_faq.it.txt
|
||||
|
||||
# quickstart
|
||||
weechat_quickstart.it.html: weechat_quickstart.it.txt
|
||||
$(ASCIIDOC) -a lang=it -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.it.html weechat_quickstart.it.txt
|
||||
$(ASCIIDOC) -a lang=it -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.it.html $(abs_top_srcdir)/doc/it/weechat_quickstart.it.txt
|
||||
|
||||
# tester's guide
|
||||
weechat_tester.it.html: weechat_tester.it.txt
|
||||
$(ASCIIDOC) -a lang=it -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_tester.it.html weechat_tester.it.txt
|
||||
$(ASCIIDOC) -a lang=it -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_tester.it.html $(abs_top_srcdir)/doc/it/weechat_tester.it.txt
|
||||
|
||||
# install docs
|
||||
|
||||
@@ -66,6 +66,12 @@ install-data-hook:
|
||||
$(mkinstalldirs) $(DESTDIR)$(docdir)/
|
||||
$(INSTALL_DATA) *.html $(DESTDIR)$(docdir)/
|
||||
|
||||
# uninstall docs
|
||||
|
||||
uninstall-hook:
|
||||
$(RM) $(DESTDIR)$(docdir)/*.it.html
|
||||
-rmdir $(DESTDIR)$(docdir)
|
||||
|
||||
# clean
|
||||
|
||||
clean-local:
|
||||
|
||||
@@ -582,17 +582,17 @@ Esempi:
|
||||
........................................
|
||||
/upgrade [<percorso_del_binario>]
|
||||
|
||||
path_to_binary: path to WeeChat binary (default is current binary)
|
||||
percorso_del_binario: percorso del binario di WeeChat (di default è il corrente)
|
||||
|
||||
This command upgrades and reloads a running WeeChat session. The new WeeChat binary must have been compiled or installed with a package manager before running this command.
|
||||
Questo comando aggiorna e ricarica una sessione di WeeChat in esecuzione. Il nuovo binario di WeeChat deve essere stato compilato o installato con un gestore pacchetti prima di eseguire questo comando.
|
||||
|
||||
Note: SSL connections are lost during upgrade, because reload of SSL sessions is currently not possible with GnuTLS. There is automatic reconnection after upgrade.
|
||||
Nota: le connessioni SSL vengono perdute durante l'aggiornamento, poiché il nuovo caricamento delle sessioni SSL non è ancora possibile con GnuTLS. La riconnessione automatica avviene dopo l'aggiornamento.
|
||||
|
||||
Upgrade process has 4 steps:
|
||||
1. save session into files for core and plugins (buffers, history, ..)
|
||||
2. unload all plugins (configuration files (*.conf) are written on disk)
|
||||
3. save WeeChat configuration (weechat.conf)
|
||||
4. execute new WeeChat binary and reload session.
|
||||
Il processo di aggiornamento è diviso in 4 fasi:
|
||||
1. salvataggio della sessione in file per il core e i plugin (buffer, cronologia, ..)
|
||||
2. disattivazione di tutti i plugin (i file di configurazione (*.conf) vengono scritti su disco)
|
||||
3. salvataggio della configurazione di WeeChat (weechat.conf)
|
||||
4. esecuzione del nuovo binario di WeeChat e caricamento della sessione.
|
||||
........................................
|
||||
|
||||
[[command_weechat_uptime]]
|
||||
|
||||
@@ -44,12 +44,12 @@
|
||||
** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `cyan`)
|
||||
|
||||
* *weechat.color.chat_inactive_buffer*
|
||||
** descrizione: `text color for chat when line is inactive (buffer is merged with other buffers and is not selected)`
|
||||
** descrizione: `colore del testo per la chat quando la riga è inattiva (il buffer è unito con altri buffer e non è selezionato)`
|
||||
** tipo: colore
|
||||
** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `darkgray`)
|
||||
|
||||
* *weechat.color.chat_inactive_window*
|
||||
** descrizione: `text color for chat when window is inactive (not current selected window)`
|
||||
** descrizione: `colore del testo per la chat quando la finestra è inattiva (nessuna finestra attiva selezionata)`
|
||||
** tipo: colore
|
||||
** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `darkgray`)
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `brown`)
|
||||
|
||||
* *weechat.color.chat_prefix_buffer_inactive_buffer*
|
||||
** descrizione: `text color for inactive buffer name (before prefix, when many buffers are merged with same number and if buffer is not selected)`
|
||||
** descrizione: `colore del testo per il nome del buffer inattivo (prima del prefisso, quando più buffer sono uniti con lo stesso numero e il buffer non è selezionato)`
|
||||
** tipo: colore
|
||||
** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `darkgray`)
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `yellow`)
|
||||
|
||||
* *weechat.color.chat_prefix_join*
|
||||
** descrizione: `colore del testo per il prefisso di entrata<`
|
||||
** descrizione: `colore del testo per il prefisso di entrata`
|
||||
** tipo: colore
|
||||
** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `lightgreen`)
|
||||
|
||||
@@ -369,37 +369,37 @@
|
||||
** valori: qualsiasi stringa (valore predefinito: `"%H:%M:%S"`)
|
||||
|
||||
* *weechat.look.color_basic_force_bold*
|
||||
** descrizione: `force "bold" attribute for light colors and "darkgray" in basic colors (this option is disabled by default: bold is used only if terminal has less than 16 colors)`
|
||||
** descrizione: `forza l'attributo "bold" per i colori chiari e "darkgray" nei colori di base (questa opzione è disabilitata per default: il grassetto è usato solo se il terminale ha meno di 16 colori)`
|
||||
** tipo: bool
|
||||
** valori: on, off (valore predefinito: `off`)
|
||||
|
||||
* *weechat.look.color_inactive_buffer*
|
||||
** descrizione: `use a different color for lines in inactive buffer (when line is from a merged buffer not selected)`
|
||||
** descrizione: `usa un colore diverso per le righe nel buffer inattivo (quando la riga viene da un buffer unito non selezionato)`
|
||||
** tipo: bool
|
||||
** valori: on, off (valore predefinito: `off`)
|
||||
|
||||
* *weechat.look.color_inactive_message*
|
||||
** descrizione: `use a different color for inactive message (when window is not current window, or if line is from a merged buffer not selected)`
|
||||
** descrizione: `usa un colore diverso per un messaggio inattivo (quando la finestra non è quella corrente, o se la riga viene da un buffer unito non selezionato)`
|
||||
** tipo: bool
|
||||
** valori: on, off (valore predefinito: `on`)
|
||||
|
||||
* *weechat.look.color_inactive_prefix*
|
||||
** descrizione: `use a different color for inactive prefix (when window is not current window, or if line is from a merged buffer not selected)`
|
||||
** descrizione: `usa un colore diverso per il prefisso inattivo (quando la finestra non è quella corrente, o se la riga viene da un buffer unito non selezionato)`
|
||||
** tipo: bool
|
||||
** valori: on, off (valore predefinito: `on`)
|
||||
|
||||
* *weechat.look.color_inactive_prefix_buffer*
|
||||
** descrizione: `use a different color for inactive buffer name in prefix (when window is not current window, or if line is from a merged buffer not selected)`
|
||||
** descrizione: `usa un colore diverso per il nome del buffer inattivo nel prefisso (quando la finestra non è quella corrente, o se la riga viene da un buffer unito non selezionato)`
|
||||
** tipo: bool
|
||||
** valori: on, off (valore predefinito: `on`)
|
||||
|
||||
* *weechat.look.color_inactive_time*
|
||||
** descrizione: `use a different color for inactive time (when window is not current window, or if line is from a merged buffer not selected)`
|
||||
** descrizione: `usa un colore diverso per il tempo di inattività (quando la finestra non è quella corrente, o se la riga viene da un buffer unito non selezionato)`
|
||||
** tipo: bool
|
||||
** valori: on, off (valore predefinito: `off`)
|
||||
|
||||
* *weechat.look.color_inactive_window*
|
||||
** descrizione: `use a different color for lines in inactive window (when window is not current window)`
|
||||
** descrizione: `usa un colore diverso per le righe nella finestra inattiva (quando la finestra non è quella corrente)`
|
||||
** tipo: bool
|
||||
** valori: on, off (valore predefinito: `off`)
|
||||
|
||||
|
||||
@@ -363,6 +363,7 @@ Come posso cercare testo nel buffer (come /lastlog con irssi)?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Il tasto predefinito è @k(C-)@k(r) (il comando è: `/input search-text`).
|
||||
E per passare agli eventi: @k(A-)@k(p)/@k(n).
|
||||
|
||||
Consultare la guida per l'utente per maggiori informazioni su questa funzione
|
||||
(combinazioni tasti predefiniti).
|
||||
@@ -571,15 +572,13 @@ utenti assenti, e si viene tempestati di messaggi voice. Perciò, è possibile
|
||||
modificare questo comportamento e consentire a WeeChat di utilizzare un
|
||||
colore speciale per i nick assenti nella lista nick.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For Bitlbee ≥ 3, do that on channel '&bitlbee':
|
||||
Per versioni di Bitlbee ≥ 3, sul canale '&bitlbee' digitare:
|
||||
|
||||
----------------------------------------
|
||||
channel set show_users online,away
|
||||
----------------------------------------
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For older version of Bitlbee, do that on channel '&bitlbee':
|
||||
Per versioni precedenti di Bitlbee, sul canale '&bitlbee' digitare:
|
||||
|
||||
----------------------------------------
|
||||
set away_devoice false
|
||||
@@ -658,8 +657,7 @@ Se si verificano errori con i certificati, è possibile disabilitare "ssl_verify
|
||||
Come ci si può connettere al server freenode via SSL?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
// TRANSLATION MISSING
|
||||
Set option 'weechat.network.gnutls_ca_file' to file with certificates:
|
||||
Impostare l'opzione 'weechat.network.gnutls_ca_file' con il file dei certificati:
|
||||
|
||||
----------------------------------------
|
||||
/set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt"
|
||||
|
||||
+282
-299
File diff suppressed because it is too large
Load Diff
+53
-22
@@ -669,35 +669,67 @@ Molti eventi del mouse predefiniti sono già definiti da WeeChat (consultare
|
||||
È possibile cambiare o aggiungere combinazioni con il comando `/key` usando il
|
||||
contesto "mouse" (per la sintassi, consultare <<command_weechat_key,comando /key>>).
|
||||
|
||||
List of events supported:
|
||||
Il nome dell'evento consiste di un modificatore (opzionale), il nome di un
|
||||
pulsante/rotellina e un'azione (opzionale). Elementi diversi sono separati da "-".
|
||||
|
||||
[width="80%",cols="3m,4",options="header"]
|
||||
Elenco di modificatori
|
||||
|
||||
[width="50%",cols="3m,4",options="header"]
|
||||
|========================================
|
||||
| Evento | Descrizione
|
||||
| button1 | click sul tasto sinistro
|
||||
| button2 | click sul tasto destro
|
||||
| button3 | click sul tasto centrale (spesso click sulla rotellina)
|
||||
| button4 ... button9 | click sui pulsanti extra
|
||||
| wheelup | rotellina (su)
|
||||
| wheeldown | rotellina (giù)
|
||||
| buttonX-gesture-up ^(1)^ | azione con distanza tra 3 and 19
|
||||
| buttonX-gesture-up-long ^(1)^ | azione con distanza maggiore o uguale a 20
|
||||
| buttonX-gesture-down ^(1)^ | azione con distanza tra 3 e 19
|
||||
| buttonX-gesture-down-long ^(1)^ | azione con distanza maggiore o uguale a 20
|
||||
| buttonX-gesture-left ^(1)^ | azione con distanza tra 3 e 39
|
||||
| buttonX-gesture-left-long ^(1)^ | azione con distanza maggiore o uguale a 40
|
||||
| buttonX-gesture-right ^(1)^ | azione con distanza tra 3 e 39
|
||||
| buttonX-gesture-right-long ^(1)^ | azione con distanza maggiore o uguale a 40
|
||||
| Modificatore | Descrizione
|
||||
| ctrl | tasto @k(-C-)
|
||||
| alt | tasto @k(-A-)
|
||||
| ctrl-alt | tasto @k(-C-) e @k(-A-)
|
||||
|========================================
|
||||
|
||||
[NOTE]
|
||||
^(1)^ "X" è il numero del pulsante usato nell'azione (da 1 a 9).
|
||||
Elenco di pulsanti/rotellina:
|
||||
|
||||
[width="50%",cols="3m,4",options="header"]
|
||||
|========================================
|
||||
| Pulsante/rotellina | Descrizione
|
||||
| button1 | click sul tasto sinistro
|
||||
| button2 | click sul tasto destro
|
||||
| button3 | click sul tasto centrale (spesso click sulla rotellina)
|
||||
| button4 ... button9 | click sui pulsanti extra
|
||||
| wheelup | rotellina (su)
|
||||
| wheeldown | rotellina (giù)
|
||||
|========================================
|
||||
|
||||
Elenco di azioni (solo per i pulsanti, non la rotellina):
|
||||
|
||||
[width="50%",cols="3m,4",options="header"]
|
||||
|========================================
|
||||
| Azione | Distanza
|
||||
| gesture-up | 3 ... 19
|
||||
| gesture-up-long | ≥ 20
|
||||
| gesture-down | 3 ... 19
|
||||
| gesture-down-long | ≥ 20
|
||||
| gesture-left | 3 ... 39
|
||||
| gesture-left-long | ≥ 40
|
||||
| gesture-right | 3 ... 39
|
||||
| gesture-right-long | ≥ 40
|
||||
|========================================
|
||||
|
||||
Esempio di eventi:
|
||||
|
||||
* `button1`
|
||||
* `ctrl-button1`
|
||||
* `button1-gesture-right`
|
||||
* `alt-button2-gesture-down-long`
|
||||
* `wheelup`
|
||||
* `ctrl-alt-wheeldown`
|
||||
* ...
|
||||
|
||||
[TIP]
|
||||
Quando si associa un tasto nel contesto "mouse", è possibile far corrispondere
|
||||
più eventi usando '*' all'inizio o alla fine del nome, ad esempio
|
||||
`button1-gesture-*` corrisponderà ad ogni azione compiuta col tasto sinistro.
|
||||
|
||||
[TIP]
|
||||
È possibile trovare il nome di un evento con il comando `/input grab_mouse`
|
||||
poi eseguire l'evento col mouse. Il comando inserisce il nome dell'evento
|
||||
nella riga di comando.
|
||||
|
||||
[[command_line]]
|
||||
Riga di comando
|
||||
~~~~~~~~~~~~~~~
|
||||
@@ -1356,7 +1388,7 @@ Le opzioni nel server sono:
|
||||
|
||||
* 'sasl_mechanism': meccanismo da usare ("plain" o "dh-blowfish")
|
||||
* 'sasl_timeout': timeout (in secondi) per l'autenticazione
|
||||
* 'sasl_username': nome utente
|
||||
* 'sasl_username': nome utente (nick)
|
||||
* 'sasl_password': password
|
||||
|
||||
Se si desidera usare "dh-blowfish" in tutti i server:
|
||||
@@ -1612,8 +1644,7 @@ personalizzare:
|
||||
| 335 | whois | whois (è un bot su)
|
||||
| 338 | whois | whois (host)
|
||||
| 341 | | invito
|
||||
// TRANSLATION MISSING
|
||||
| 343 | whois | whois (is opered as)
|
||||
| 343 | whois | whois (è opered come)
|
||||
| 344 | reop | reop sul canale
|
||||
| 345 | reop | reop sul canale (fine)
|
||||
| 346 | invitelist | lista di inviti
|
||||
|
||||
+7
-1
@@ -26,7 +26,7 @@ all-local: weechat_quickstart.ja.html
|
||||
|
||||
# quickstart
|
||||
weechat_quickstart.ja.html: weechat_quickstart.ja.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='目次' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.ja.html weechat_quickstart.ja.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='目次' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.ja.html $(abs_top_srcdir)/doc/ja/weechat_quickstart.ja.txt
|
||||
|
||||
# install docs
|
||||
|
||||
@@ -34,6 +34,12 @@ install-data-hook:
|
||||
$(mkinstalldirs) $(DESTDIR)$(docdir)/
|
||||
$(INSTALL_DATA) *.html $(DESTDIR)$(docdir)/
|
||||
|
||||
# uninstall docs
|
||||
|
||||
uninstall-hook:
|
||||
$(RM) $(DESTDIR)$(docdir)/*.ja.html
|
||||
-rmdir $(DESTDIR)$(docdir)
|
||||
|
||||
# clean
|
||||
|
||||
clean-local:
|
||||
|
||||
+9
-3
@@ -31,15 +31,15 @@ all-local: weechat_faq.pl.html \
|
||||
|
||||
# FAQ
|
||||
weechat_faq.pl.html: weechat_faq.pl.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Spis treści' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_faq.pl.html weechat_faq.pl.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Spis treści' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_faq.pl.html $(abs_top_srcdir)/doc/pl/weechat_faq.pl.txt
|
||||
|
||||
# quickstart
|
||||
weechat_quickstart.pl.html: weechat_quickstart.pl.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Spis treści' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.pl.html weechat_quickstart.pl.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Spis treści' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.pl.html $(abs_top_srcdir)/doc/pl/weechat_quickstart.pl.txt
|
||||
|
||||
# tester's guide
|
||||
weechat_tester.pl.html: weechat_tester.pl.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Spis treści' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_tester.pl.html weechat_tester.pl.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='Spis treści' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_tester.pl.html $(abs_top_srcdir)/doc/pl/weechat_tester.pl.txt
|
||||
|
||||
# install docs
|
||||
|
||||
@@ -47,6 +47,12 @@ install-data-hook:
|
||||
$(mkinstalldirs) $(DESTDIR)$(docdir)/
|
||||
$(INSTALL_DATA) *.html $(DESTDIR)$(docdir)/
|
||||
|
||||
# uninstall docs
|
||||
|
||||
uninstall-hook:
|
||||
$(RM) $(DESTDIR)$(docdir)/*.pl.html
|
||||
-rmdir $(DESTDIR)$(docdir)
|
||||
|
||||
# clean
|
||||
|
||||
clean-local:
|
||||
|
||||
@@ -366,6 +366,8 @@ How can I search text in buffer (like /lastlog in irssi)?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The default key is @k(C-)@k(r) (command is: `/input search_text`).
|
||||
// TRANSLATION MISSING
|
||||
And jump to highlights: @k(A-)@k(p)/@k(n).
|
||||
|
||||
See user's guide for more info about this feature (default key bindings).
|
||||
|
||||
|
||||
+7
-1
@@ -26,7 +26,7 @@ all-local: weechat_quickstart.ru.html
|
||||
|
||||
# quickstart
|
||||
weechat_quickstart.ru.html: weechat_quickstart.ru.txt
|
||||
$(ASCIIDOC) -a lang=ru -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.ru.html weechat_quickstart.ru.txt
|
||||
$(ASCIIDOC) -a lang=ru -a toc -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -n -o weechat_quickstart.ru.html $(abs_top_srcdir)/doc/ru/weechat_quickstart.ru.txt
|
||||
|
||||
# install docs
|
||||
|
||||
@@ -34,6 +34,12 @@ install-data-hook:
|
||||
$(mkinstalldirs) $(DESTDIR)$(docdir)/
|
||||
$(INSTALL_DATA) *.html $(DESTDIR)$(docdir)/
|
||||
|
||||
# uninstall docs
|
||||
|
||||
uninstall-hook:
|
||||
$(RM) $(DESTDIR)$(docdir)/*.ru.html
|
||||
-rmdir $(DESTDIR)$(docdir)
|
||||
|
||||
# clean
|
||||
|
||||
clean-local:
|
||||
|
||||
@@ -22,8 +22,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.6-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2011-09-30 16:34+0200\n"
|
||||
"PO-Revision-Date: 2011-08-15 10:10+0100\n"
|
||||
"POT-Creation-Date: 2011-10-02 15:17+0200\n"
|
||||
"PO-Revision-Date: 2011-10-01 11:13+0100\n"
|
||||
"Last-Translator: Nils Görs\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: \n"
|
||||
@@ -914,8 +914,9 @@ msgstr ""
|
||||
" del: entfernt eine Infobar (alle Infobars können mit der Option \"-"
|
||||
"all\" entfernt werden).\n"
|
||||
" set: setzt einen Wert für Infobar\n"
|
||||
" option: Optionen die geändert werden (für eine List der möglichen "
|
||||
"Optionen, bitte folgenden Befehl nutzen: /set weechat.bar.<barname>.*)\n"
|
||||
" option: Option die verändert werden soll (für eine Liste aller "
|
||||
"möglichen Optionen, bitte folgenden Befehl nutzen: /set weechat.bar."
|
||||
"<barname>.*)\n"
|
||||
" value: neuer Wert für Option\n"
|
||||
" hide: Infobar wird ausgeblendet\n"
|
||||
" show: zeigt eine ausgeblendete Infobar an\n"
|
||||
@@ -945,15 +946,14 @@ msgstr ""
|
||||
msgid "manage buffers"
|
||||
msgstr "Buffer verwalten"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"list || clear [<number>|<name>|-merged|-all] || move|merge <number> || "
|
||||
"unmerge [<number>|-all] || close [<n1>[-<n2>]|<name>] || notify <level> || "
|
||||
"localvar || set <property> <value> || get <property> || <number>|<name>"
|
||||
msgstr ""
|
||||
"list || clear [<number>|-merged|-all] || move|merge <number> || unmerge "
|
||||
"[<number>|-all] || close [<n1>[-<n2>]|<name>] || notify <level> || localvar "
|
||||
"|| set <property> <value> || get <property> || <number>|<name>"
|
||||
"list || clear [<number>|<name>|-merged|-all] || move|merge <number> || "
|
||||
"unmerge [<number>|-all] || close [<n1>[-<n2>]|<name>] || notify <level> || "
|
||||
"localvar || set <property> <value> || get <property> || <number>|<name>"
|
||||
|
||||
msgid ""
|
||||
" list: list buffers (without argument, this list is displayed)\n"
|
||||
@@ -1500,7 +1500,6 @@ msgstr ""
|
||||
"<context> <key> || reset <key> || resetctxt <context> <key> || resetall -yes "
|
||||
"[<context>] || missing [<context>]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" list: list all current keys (without argument, this list is "
|
||||
"displayed)\n"
|
||||
@@ -1584,21 +1583,24 @@ msgstr ""
|
||||
"entsprechende Tasten-Code in die Befehlszeile übernommen.\n"
|
||||
"\n"
|
||||
"Für Kontext \"mouse\" (Kontext \"cursor\" ist auch möglich), hat der zu "
|
||||
"verwendende Schlüssel folgendes Format: \"@area:Taste\". \"area\" kann "
|
||||
"folgende Werte habe:\n"
|
||||
"verwendende Schlüssel folgendes Format: \"@area:Schlüssel\" oder "
|
||||
"\"@area1>area2:Schlussel\". \"area\" kann folgende Werte habe:\n"
|
||||
" *: jedweder Bereich des Bildschirms\n"
|
||||
" chat: Chatbereich\n"
|
||||
" chat: Chatbereich (für jeden Buffer)\n"
|
||||
" chat(xxx): Chatbereich für einen Buffer mit dem Namen \"xxx"
|
||||
"\" (vollständiger Name mit Erweiterung. Beispiel: chat(perl.iset):)\n"
|
||||
" bar(*): beliebige Bar\n"
|
||||
" bar(xxx): Bar mit dem Namen \"xxx\"\n"
|
||||
" item(*): beliebiges Bar-Item\n"
|
||||
" item(xxx): Bar-Item mit Namen \"xxx\"\n"
|
||||
"Die zu nutzende Taste kann mit '*' beginnen oder enden um mehrere "
|
||||
"Der zu nutzende Schlüssel kann mit '*' beginnen oder enden um mehrere "
|
||||
"unterschiedliche Mausereignisse auszuwählen.\n"
|
||||
"Für den Kontext \"mouse\" kann ein besonderer Übergabewert für den zu "
|
||||
"nutzenden Befehl verwendet werden, \"hsignal:name\". Dieses sendet als "
|
||||
"hsignal \"name\" ein Hashtable als Argument.\n"
|
||||
"nutzenden Befehl verwendet werden, \"hsignal:name\". Dieses sendet das "
|
||||
"hsignal \"name\" und als Inhalt ein Hashtable als Argument.\n"
|
||||
"Ein weiterer Übergabewert ist \"-\" und kann genutzt werden um einen "
|
||||
"Schlüssel zu deaktivieren (der Schlüssel wird bei der Durchführung "
|
||||
"übersprungen).\n"
|
||||
"\n"
|
||||
"Beispiele:\n"
|
||||
" Mit der Tastenkombination \"alt-x\" wird die Nicklist-Bar an-und aus "
|
||||
@@ -1994,7 +1996,6 @@ msgstr "Aktualisiert WeeChat ohne die Verbindung zum Server zu trennen"
|
||||
msgid "[<path_to_binary>]"
|
||||
msgstr "[<path_to_binary>]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"path_to_binary: path to WeeChat binary (default is current binary)\n"
|
||||
"\n"
|
||||
@@ -2015,9 +2016,10 @@ msgstr ""
|
||||
"path_to_binary: Pfad zu einer ausführbaren WeeChat Binärdatei "
|
||||
"(Standardeinstellung ist die aktuell ausführbare Datei)\n"
|
||||
"\n"
|
||||
"Dieser Befehl startet eine weitere WeeChat Sitzung. Aus diesem Grund muss "
|
||||
"WeeChat kompiliert oder mit einem Paketmanager installiert sein, bevor der "
|
||||
"Befehl ausgeführt werden kann.\n"
|
||||
"Dieser Befehl führt ein Upgrade von WeeChat durch und startet die laufende "
|
||||
"Sitzung neu. Die neue Version von WeeChat muss deshalb vorab kompiliert oder "
|
||||
"mit einem Paketmanager installiert worden sein, bevor der Befehl ausgeführt "
|
||||
"werden kann.\n"
|
||||
"\n"
|
||||
"Hinweis: SSL Verbindungen werden während eines Upgrades unterbrochen, da "
|
||||
"solche Verbindungen zur Zeit nicht mit GnuTLS gehalten werden können. Nach "
|
||||
@@ -2377,21 +2379,33 @@ msgid ""
|
||||
"string displayed when bar can be scrolled to the left (for bars with filling "
|
||||
"\"horizontal\")"
|
||||
msgstr ""
|
||||
"Zeichen welches anzeigt, dass die Bar nach links gescrollt werden kann (dies "
|
||||
"trifft nur auf Bars zu bei denen die Option \"/set *.filling_*\" nicht auf "
|
||||
"\"horizontal\" eingestellt ist)."
|
||||
|
||||
msgid ""
|
||||
"string displayed when bar can be scrolled to the right (for bars with "
|
||||
"filling \"horizontal\")"
|
||||
msgstr ""
|
||||
"Zeichen welches anzeigt, dass die Bar nach rechts gescrollt werden kann "
|
||||
"(dies trifft nur auf Bars zu bei denen die Option \"/set *.filling_*\" nicht "
|
||||
"auf \"horizontal\" eingestellt ist)."
|
||||
|
||||
msgid ""
|
||||
"string displayed when bar can be scrolled up (for bars with filling "
|
||||
"different from \"horizontal\")"
|
||||
msgstr ""
|
||||
"Zeichen welches anzeigt, dass die Bar nach oben gescrollt werden kann (dies "
|
||||
"trifft nur auf Bars zu bei denen die Option \"/set *.filling_*\" nicht auf "
|
||||
"\"horizontal\" eingestellt ist)."
|
||||
|
||||
msgid ""
|
||||
"string displayed when bar can be scrolled down (for bars with filling "
|
||||
"different from \"horizontal\")"
|
||||
msgstr ""
|
||||
"Zeichen welches anzeigt, dass die Bar nach unten gescrollt werden kann (dies "
|
||||
"trifft nur auf Bars zu bei denen die Option \"/set *.filling_*\" nicht auf "
|
||||
"\"horizontal\" eingestellt ist)."
|
||||
|
||||
msgid ""
|
||||
"default notify level for buffers (used to tell WeeChat if buffer must be "
|
||||
@@ -2420,45 +2434,56 @@ msgid ""
|
||||
"(this option is disabled by default: bold is used only if terminal has less "
|
||||
"than 16 colors)"
|
||||
msgstr ""
|
||||
"erzwingt das Textattribut \"fett\" für helle Farben und \"darkgray\" um "
|
||||
"diese Farben stärker hervorzuheben (diese Option ist standardmäßig "
|
||||
"deaktiviert: \"fett\" findet ausschließlich dann Verwendung falls das "
|
||||
"Terminal weniger als 16 Farben zur Verfügung stellt)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"use a different color for lines in inactive window (when window is not "
|
||||
"current window)"
|
||||
msgstr ""
|
||||
"Textfarbe des Buffer-Namens (vor dem Präfix, wenn mehrere Buffer mit der "
|
||||
"selben Zahl zusammengefügt worden sind)"
|
||||
"Textfarbe der Zeilen in einem inaktiven Fenster (betrifft das Fenster, "
|
||||
"welches nicht aktiv ist)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"use a different color for lines in inactive buffer (when line is from a "
|
||||
"merged buffer not selected)"
|
||||
msgstr ""
|
||||
"Textfarbe des Buffer-Namens (vor dem Präfix, wenn mehrere Buffer mit der "
|
||||
"selben Zahl zusammengefügt worden sind)"
|
||||
"Textfarbe der Zeilen in einem inaktiven Buffer (betrifft Zeilen in einem "
|
||||
"zusammengefügt Buffer, welcher nicht aktiv ist)"
|
||||
|
||||
msgid ""
|
||||
"use a different color for inactive time (when window is not current window, "
|
||||
"or if line is from a merged buffer not selected)"
|
||||
msgstr ""
|
||||
"nutzt eine andere Farbe um die inaktive Zeitangabe darzustellen (Fenster ist "
|
||||
"nicht das aktuelle Fenster oder die Zeile des zusammengefügten Buffers ist "
|
||||
"nicht aktiv)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"use a different color for inactive buffer name in prefix (when window is not "
|
||||
"current window, or if line is from a merged buffer not selected)"
|
||||
msgstr ""
|
||||
"Textfarbe des Buffer-Namens (vor dem Präfix, wenn mehrere Buffer mit der "
|
||||
"selben Zahl zusammengefügt worden sind)"
|
||||
"nutzt eine andere Farbe um den inaktiven BUffernamen im Prefix (Fenster ist "
|
||||
"nicht das aktuelle Fenster oder die Zeile des zusammengefügten Buffers ist "
|
||||
"nicht aktiv)"
|
||||
|
||||
msgid ""
|
||||
"use a different color for inactive prefix (when window is not current "
|
||||
"window, or if line is from a merged buffer not selected)"
|
||||
msgstr ""
|
||||
"nutzt eine andere Farbe um den inaktiven Prefix darzustellen (Fenster ist "
|
||||
"nicht das aktuelle Fenster oder die Zeile des zusammengefügten Buffers ist "
|
||||
"nicht aktiv)"
|
||||
|
||||
msgid ""
|
||||
"use a different color for inactive message (when window is not current "
|
||||
"window, or if line is from a merged buffer not selected)"
|
||||
msgstr ""
|
||||
"nutzt eine andere Farbe um die inaktiven Nachrichten darzustellen (Fenster "
|
||||
"ist nicht das aktuelle Fenster oder die Zeile des zusammengefügten Buffers "
|
||||
"ist nicht aktiv)"
|
||||
|
||||
msgid ""
|
||||
"automatically reset table of color pairs when number of available pairs is "
|
||||
@@ -2653,6 +2678,8 @@ msgid ""
|
||||
"string used to show that some lines are filtered in current buffer (bar item "
|
||||
"\"buffer_filter\")"
|
||||
msgstr ""
|
||||
"Zeichen mit welchem in der Bar-Item (\"buffer_filter\") signalisiert wird ob "
|
||||
"im aktuellen Buffer die Filterfunktion eingeschaltet ist."
|
||||
|
||||
msgid ""
|
||||
"jump to previous buffer displayed when jumping to current buffer number "
|
||||
@@ -2833,11 +2860,15 @@ msgstr "Hintergrundfarbe des Chats"
|
||||
msgid ""
|
||||
"text color for chat when window is inactive (not current selected window)"
|
||||
msgstr ""
|
||||
"Textfarbe für Chat wenn das Fenster inaktiv ist (betrifft nicht das aktuell "
|
||||
"ausgewählte Fenster)"
|
||||
|
||||
msgid ""
|
||||
"text color for chat when line is inactive (buffer is merged with other "
|
||||
"buffers and is not selected)"
|
||||
msgstr ""
|
||||
"Textfarbe für inaktive Zeilen im Chatfenster (Buffer wurde mit anderen "
|
||||
"Buffern zusammengefügt und der Buffer ist nicht aktiv)"
|
||||
|
||||
msgid "text color for time in chat window"
|
||||
msgstr "Textfarbe der Zeit im Chatfenster"
|
||||
@@ -2852,13 +2883,13 @@ msgstr ""
|
||||
"Textfarbe des Buffer-Namens (vor dem Präfix, wenn mehrere Buffer mit der "
|
||||
"selben Zahl zusammengefügt worden sind)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"text color for inactive buffer name (before prefix, when many buffers are "
|
||||
"merged with same number and if buffer is not selected)"
|
||||
msgstr ""
|
||||
"Textfarbe des Buffer-Namens (vor dem Präfix, wenn mehrere Buffer mit der "
|
||||
"selben Zahl zusammengefügt worden sind)"
|
||||
"Textfarbe für den inaktiven Namen des Buffer (vor dem Präfix, falls mehrere "
|
||||
"Buffer zu einem zusammengefügt worden sind und der Buffer nicht ausgewählt "
|
||||
"ist)"
|
||||
|
||||
msgid "text color for error prefix"
|
||||
msgstr "Textfarbe für Fehler-Präfix"
|
||||
@@ -2999,7 +3030,8 @@ msgid "text color for unsuccessful text search in input line"
|
||||
msgstr "Textfarbe in der Eingabezeile bei einer erfolglosen Textsuche"
|
||||
|
||||
msgid "text color for actions in input line"
|
||||
msgstr "Textfarbe in der Eingabezeile bei Aktivität"
|
||||
msgstr ""
|
||||
"Textfarbe in der Eingabezeile bei Aktivität (z.B. beim Einfügen von Zeilen)"
|
||||
|
||||
msgid "text color for groups in nicklist"
|
||||
msgstr "Textfarbe für Gruppen in Nickliste"
|
||||
@@ -4560,22 +4592,20 @@ msgstr "Server herunterfahren"
|
||||
msgid "target: server name"
|
||||
msgstr "Ziel: Servername"
|
||||
|
||||
#, fuzzy
|
||||
msgid "disconnect from one or all IRC servers"
|
||||
msgstr "Verbindung, zu einem oder mehreren IRC-Server(n), trennen"
|
||||
msgstr "Verbindung zu einem oder mehreren IRC-Server(n) trennen"
|
||||
|
||||
#, fuzzy
|
||||
msgid "[<server>|-all [<reason>]]"
|
||||
msgstr "[[<server>] <server_mask>]"
|
||||
msgstr "[<server>|-all [<reason>]]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"reason: reason for quit"
|
||||
msgstr ""
|
||||
"server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers"
|
||||
"server: Name des Servers zu dem die Verbindung getrennt werden soll\n"
|
||||
" -all: Verbindung zu allen Servern trennen\n"
|
||||
"reason: Begründung der Trennung"
|
||||
|
||||
msgid "give channel half-operator status to nick(s)"
|
||||
msgstr "halb-Operator Status an Nick(s) vergeben"
|
||||
@@ -6102,9 +6132,9 @@ msgstr "%s%s: Unbekannter DCC CHAT-Typ empfangen von %s%s%s: \"%s\""
|
||||
msgid "%sUnknown CTCP requested by %s%s%s: %s%s%s%s%s"
|
||||
msgstr "%sUnbekannte CTCP Anfrage von %s%s%s: %s%s%s%s%s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#, c-format
|
||||
msgid "Server: %s%s %s[%s%s%s]%s%s"
|
||||
msgstr "%sServer: %s%s %s[%s%s%s]%s%s"
|
||||
msgstr "Server: %s%s %s[%s%s%s]%s%s"
|
||||
|
||||
msgid "connected"
|
||||
msgstr "verbunden"
|
||||
@@ -6195,15 +6225,20 @@ msgstr ""
|
||||
|
||||
msgid "split an IRC message (to fit in 512 bytes)"
|
||||
msgstr ""
|
||||
"dient zum Aufteilen einer überlangen IRC Nachricht (in maximal 512 Bytes "
|
||||
"große Nachrichten)"
|
||||
|
||||
msgid "\"message\": IRC message, \"server\": server name (optional)"
|
||||
msgstr ""
|
||||
msgstr "\"message\": IRC Nachricht, \"server\": Servername (optional)"
|
||||
|
||||
#. TRANSLATORS: please do not translate key names (enclosed by quotes)
|
||||
msgid ""
|
||||
"\"msg1\" ... \"msgN\": messages to send (without final \"\\r\\n\"), "
|
||||
"\"args1\" ... \"argsN\": arguments of messages, \"count\": number of messages"
|
||||
msgstr ""
|
||||
"\"msg1\" ... \"msgN\": Nachrichten die versendet werden sollen (ohne "
|
||||
"abschließendes \"\\r\\n\"), \"args1\" ... \"argsN\": Argumente für "
|
||||
"Nachrichten, \"count\": Anzahl der Nachrichten"
|
||||
|
||||
msgid "list of IRC servers"
|
||||
msgstr "Liste der IRC-Server"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.6-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2011-09-30 16:34+0200\n"
|
||||
"POT-Creation-Date: 2011-10-05 15:26+0200\n"
|
||||
"PO-Revision-Date: 2011-09-02 14:16+0200\n"
|
||||
"Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1931,7 +1931,6 @@ msgstr "aggiorna WeeChat senza disconnettere dai server"
|
||||
msgid "[<path_to_binary>]"
|
||||
msgstr "[<percorso_del_binario>]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"path_to_binary: path to WeeChat binary (default is current binary)\n"
|
||||
"\n"
|
||||
@@ -1952,9 +1951,9 @@ msgstr ""
|
||||
"percorso_del_binario: percorso del binario di WeeChat (di default è il "
|
||||
"corrente)\n"
|
||||
"\n"
|
||||
"Questo comando esegue nuovamente un binario WeeChat, perciò deve essere "
|
||||
"stato compilato o installato con un gestore di pacchetti prima di eseguire "
|
||||
"questo comando.\n"
|
||||
"Questo comando aggiorna e ricarica una sessione di WeeChat in esecuzione. Il "
|
||||
"nuovo binario di WeeChat deve essere stato compilato o installato con un "
|
||||
"gestore pacchetti prima di eseguire questo comando.\n"
|
||||
"\n"
|
||||
"Nota: le connessioni SSL vengono perdute durante l'aggiornamento, poiché il "
|
||||
"nuovo caricamento delle sessioni SSL non è ancora possibile con GnuTLS. La "
|
||||
@@ -1963,8 +1962,8 @@ msgstr ""
|
||||
"Il processo di aggiornamento è diviso in 4 fasi:\n"
|
||||
" 1. salvataggio della sessione in file per il core e i plugin (buffer, "
|
||||
"cronologia, ..)\n"
|
||||
" 2. disattivazione di tutti i plugin (salvataggio delle configurazioni ."
|
||||
"conf)\n"
|
||||
" 2. disattivazione di tutti i plugin (i file di configurazione (*.conf) "
|
||||
"vengono scritti su disco)\n"
|
||||
" 3. salvataggio della configurazione di WeeChat (weechat.conf)\n"
|
||||
" 4. esecuzione del nuovo binario di WeeChat e caricamento della sessione."
|
||||
|
||||
@@ -2354,45 +2353,52 @@ msgid ""
|
||||
"(this option is disabled by default: bold is used only if terminal has less "
|
||||
"than 16 colors)"
|
||||
msgstr ""
|
||||
"forza l'attributo \"bold\" per i colori chiari e \"darkgray\" nei colori di "
|
||||
"base (questa opzione è disabilitata per default: il grassetto è usato solo "
|
||||
"se il terminale ha meno di 16 colori)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"use a different color for lines in inactive window (when window is not "
|
||||
"current window)"
|
||||
msgstr ""
|
||||
"colore del testo per il nome del buffer (prima del prefisso, quando più "
|
||||
"buffer sono uniti con lo stesso nome)"
|
||||
"usa un colore diverso per le righe nella finestra inattiva (quando la "
|
||||
"finestra non è quella corrente)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"use a different color for lines in inactive buffer (when line is from a "
|
||||
"merged buffer not selected)"
|
||||
msgstr ""
|
||||
"colore del testo per il nome del buffer (prima del prefisso, quando più "
|
||||
"buffer sono uniti con lo stesso nome)"
|
||||
"usa un colore diverso per le righe nel buffer inattivo (quando la riga viene "
|
||||
"da un buffer unito non selezionato)"
|
||||
|
||||
msgid ""
|
||||
"use a different color for inactive time (when window is not current window, "
|
||||
"or if line is from a merged buffer not selected)"
|
||||
msgstr ""
|
||||
"usa un colore diverso per il tempo di inattività (quando la finestra non è "
|
||||
"quella corrente, o se la riga viene da un buffer unito non selezionato)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"use a different color for inactive buffer name in prefix (when window is not "
|
||||
"current window, or if line is from a merged buffer not selected)"
|
||||
msgstr ""
|
||||
"colore del testo per il nome del buffer (prima del prefisso, quando più "
|
||||
"buffer sono uniti con lo stesso nome)"
|
||||
"usa un colore diverso per il nome del buffer inattivo nel prefisso (quando "
|
||||
"la finestra non è quella corrente, o se la riga viene da un buffer unito non "
|
||||
"selezionato)"
|
||||
|
||||
msgid ""
|
||||
"use a different color for inactive prefix (when window is not current "
|
||||
"window, or if line is from a merged buffer not selected)"
|
||||
msgstr ""
|
||||
"usa un colore diverso per il prefisso inattivo (quando la finestra non è "
|
||||
"quella corrente, o se la riga viene da un buffer unito non selezionato)"
|
||||
|
||||
msgid ""
|
||||
"use a different color for inactive message (when window is not current "
|
||||
"window, or if line is from a merged buffer not selected)"
|
||||
msgstr ""
|
||||
"usa un colore diverso per un messaggio inattivo (quando la finestra non è "
|
||||
"quella corrente, o se la riga viene da un buffer unito non selezionato)"
|
||||
|
||||
msgid ""
|
||||
"automatically reset table of color pairs when number of available pairs is "
|
||||
@@ -2750,11 +2756,15 @@ msgstr "colore di sfondo per la chat"
|
||||
msgid ""
|
||||
"text color for chat when window is inactive (not current selected window)"
|
||||
msgstr ""
|
||||
"colore del testo per la chat quando la finestra è inattiva (nessuna finestra "
|
||||
"attiva selezionata)"
|
||||
|
||||
msgid ""
|
||||
"text color for chat when line is inactive (buffer is merged with other "
|
||||
"buffers and is not selected)"
|
||||
msgstr ""
|
||||
"colore del testo per la chat quando la riga è inattiva (il buffer è unito "
|
||||
"con altri buffer e non è selezionato)"
|
||||
|
||||
msgid "text color for time in chat window"
|
||||
msgstr "colore del testo per l'orario nella finestra di chat"
|
||||
@@ -2769,13 +2779,12 @@ msgstr ""
|
||||
"colore del testo per il nome del buffer (prima del prefisso, quando più "
|
||||
"buffer sono uniti con lo stesso nome)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"text color for inactive buffer name (before prefix, when many buffers are "
|
||||
"merged with same number and if buffer is not selected)"
|
||||
msgstr ""
|
||||
"colore del testo per il nome del buffer (prima del prefisso, quando più "
|
||||
"buffer sono uniti con lo stesso nome)"
|
||||
"colore del testo per il nome del buffer inattivo (prima del prefisso, quando "
|
||||
"più buffer sono uniti con lo stesso numero e il buffer non è selezionato)"
|
||||
|
||||
msgid "text color for error prefix"
|
||||
msgstr "colore del testo per il prefisso di errore"
|
||||
@@ -2787,7 +2796,7 @@ msgid "text color for action prefix"
|
||||
msgstr "colore del testo per il prefisso di azione"
|
||||
|
||||
msgid "text color for join prefix"
|
||||
msgstr "colore del testo per il prefisso di entrata<"
|
||||
msgstr "colore del testo per il prefisso di entrata"
|
||||
|
||||
msgid "text color for quit prefix"
|
||||
msgstr "colore del testo per il prefisso di uscita"
|
||||
@@ -5928,9 +5937,9 @@ msgstr "%s%s: tipo di DCC CHAT sconosciuto ricevuto da %s%s%s: \"%s\""
|
||||
msgid "%sUnknown CTCP requested by %s%s%s: %s%s%s%s%s"
|
||||
msgstr "%sCTCP sconosciuto richiesto da %s%s%s: %s%s%s%s%s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#, c-format
|
||||
msgid "Server: %s%s %s[%s%s%s]%s%s"
|
||||
msgstr "%sServer: %s%s %s[%s%s%s]%s%s"
|
||||
msgstr "Server: %s%s %s[%s%s%s]%s%s"
|
||||
|
||||
msgid "connected"
|
||||
msgstr "connesso"
|
||||
|
||||
+7
-4
@@ -1532,10 +1532,13 @@ hook_process_timer_cb (void *arg_hook_process, int remaining_calls)
|
||||
if (remaining_calls == 0)
|
||||
{
|
||||
hook_process_send_buffers (hook_process, WEECHAT_HOOK_PROCESS_ERROR);
|
||||
gui_chat_printf (NULL,
|
||||
_("End of command '%s', timeout reached (%.1fs)"),
|
||||
HOOK_PROCESS(hook_process, command),
|
||||
((float)HOOK_PROCESS(hook_process, timeout)) / 1000);
|
||||
if (weechat_debug_core >= 1)
|
||||
{
|
||||
gui_chat_printf (NULL,
|
||||
_("End of command '%s', timeout reached (%.1fs)"),
|
||||
HOOK_PROCESS(hook_process, command),
|
||||
((float)HOOK_PROCESS(hook_process, timeout)) / 1000);
|
||||
}
|
||||
kill (HOOK_PROCESS(hook_process, child_pid), SIGKILL);
|
||||
usleep (1000);
|
||||
unhook (hook_process);
|
||||
|
||||
@@ -440,6 +440,7 @@ main (int argc, char *argv[])
|
||||
weechat_upgrade_count++; /* increase /upgrade count */
|
||||
}
|
||||
weechat_welcome_message (); /* display WeeChat welcome message */
|
||||
gui_chat_print_lines_waiting_buffer (); /* print lines waiting for buf. */
|
||||
command_startup (0); /* command executed before plugins */
|
||||
plugin_init (weechat_auto_load_plugins, /* init plugin interface(s) */
|
||||
argc, argv);
|
||||
|
||||
@@ -46,6 +46,41 @@
|
||||
#include "../gui-window.h"
|
||||
|
||||
|
||||
#define MOUSE_CODE_BUTTON(code) ((code >= 32) && (code < 64))
|
||||
#define MOUSE_CODE_MOTION(code) ((code >= 64) && (code < 96))
|
||||
#define MOUSE_CODE_END(code) ((code == '#') || (code == '3') \
|
||||
|| (code == '+') || (code == ';'))
|
||||
|
||||
char *gui_mouse_wheel_codes[][2] =
|
||||
{ { "`", "wheelup" },
|
||||
{ "p", "ctrl-wheelup" },
|
||||
{ "h", "alt-wheelup" },
|
||||
{ "x", "ctrl-alt-wheelup" },
|
||||
{ "a", "wheeldown" },
|
||||
{ "q", "ctrl-wheeldown" },
|
||||
{ "i", "alt-wheeldown" },
|
||||
{ "y", "ctrl-alt-wheeldown" },
|
||||
{ NULL, NULL } };
|
||||
char *gui_mouse_button_codes[][2] =
|
||||
{ { " ", "button1" },
|
||||
{ "\"", "button2" },
|
||||
{ "!", "button3" },
|
||||
{ "b", "button4" },
|
||||
{ "c", "button5" },
|
||||
{ "d", "button6" },
|
||||
{ "e", "button7" },
|
||||
{ "f", "button8" },
|
||||
{ "g", "button9" },
|
||||
{ "0", "ctrl-button1" },
|
||||
{ "2", "ctrl-button2" },
|
||||
{ "1", "ctrl-button3" },
|
||||
{ "(", "alt-button1" },
|
||||
{ "*", "alt-button2" },
|
||||
{ ")", "alt-button3" },
|
||||
{ "8", "ctrl-alt-button1" },
|
||||
{ NULL, NULL } };
|
||||
|
||||
|
||||
/*
|
||||
* gui_mouse_enable: enable mouse
|
||||
*/
|
||||
@@ -212,10 +247,10 @@ gui_mouse_event_init ()
|
||||
const char *
|
||||
gui_mouse_event_code2key (const char *code)
|
||||
{
|
||||
int x, y, code_utf8, length;
|
||||
int i, x, y, code_utf8, length;
|
||||
double diff_x, diff_y, distance, angle, pi4;
|
||||
static char key[128];
|
||||
char button[2], *ptr_code;
|
||||
char *ptr_code;
|
||||
|
||||
key[0] = '\0';
|
||||
|
||||
@@ -249,9 +284,12 @@ gui_mouse_event_code2key (const char *code)
|
||||
if (y < 0)
|
||||
y = 0;
|
||||
|
||||
/* ignore code '#' (button released) if it's received as first event */
|
||||
if ((gui_mouse_event_index == 0) && (code[0] == '#'))
|
||||
/* ignore code if it's motion/end code received as first event */
|
||||
if ((gui_mouse_event_index == 0)
|
||||
&& (MOUSE_CODE_MOTION(code[0]) || MOUSE_CODE_END(code[0])))
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* set data in "gui_mouse_event_xxx" */
|
||||
gui_mouse_event_x[gui_mouse_event_index] = x;
|
||||
@@ -262,47 +300,31 @@ gui_mouse_event_code2key (const char *code)
|
||||
if (gui_mouse_event_index == 0)
|
||||
gui_mouse_event_index = 1;
|
||||
|
||||
if (code[0] == '`')
|
||||
/*
|
||||
* browse wheel codes, if one code is found, return event name immediately
|
||||
*/
|
||||
for (i = 0; gui_mouse_wheel_codes[i][0]; i++)
|
||||
{
|
||||
gui_mouse_event_x[1] = gui_mouse_event_x[0];
|
||||
gui_mouse_event_y[1] = gui_mouse_event_y[0];
|
||||
strcat (key, "wheelup");
|
||||
return key;
|
||||
if (code[0] == gui_mouse_wheel_codes[i][0][0])
|
||||
{
|
||||
strcat (key, gui_mouse_wheel_codes[i][1]);
|
||||
gui_mouse_event_x[1] = gui_mouse_event_x[0];
|
||||
gui_mouse_event_y[1] = gui_mouse_event_y[0];
|
||||
return key;
|
||||
}
|
||||
}
|
||||
|
||||
if (code[0] == 'a')
|
||||
{
|
||||
gui_mouse_event_x[1] = gui_mouse_event_x[0];
|
||||
gui_mouse_event_y[1] = gui_mouse_event_y[0];
|
||||
strcat (key, "wheeldown");
|
||||
return key;
|
||||
}
|
||||
|
||||
if (code[0] != '#')
|
||||
if (!MOUSE_CODE_END(code[0]))
|
||||
return NULL;
|
||||
|
||||
/* add button/wheel */
|
||||
switch (gui_mouse_event_button)
|
||||
/* add name of button event */
|
||||
for (i = 0; gui_mouse_button_codes[i][0]; i++)
|
||||
{
|
||||
case ' ': /* left button pressed */
|
||||
strcat (key, "button1");
|
||||
break;
|
||||
case '"': /* right button pressed */
|
||||
strcat (key, "button2");
|
||||
break;
|
||||
case '!': /* middle button pressed */
|
||||
strcat (key, "button3");
|
||||
break;
|
||||
default: /* extra buttons: button4..button9 */
|
||||
if ((gui_mouse_event_button >= 'b')
|
||||
&& (gui_mouse_event_button <= 'g'))
|
||||
{
|
||||
button[0] = gui_mouse_event_button - ('b' - '4');
|
||||
button[1] = '\0';
|
||||
strcat (key, "button");
|
||||
strcat (key, button);
|
||||
}
|
||||
if (gui_mouse_event_button == gui_mouse_button_codes[i][0][0])
|
||||
{
|
||||
strcat (key, gui_mouse_button_codes[i][1]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
+85
-5
@@ -55,6 +55,8 @@ int gui_chat_time_length = 0; /* length of time for each line (in chars) */
|
||||
int gui_chat_mute = GUI_CHAT_MUTE_DISABLED; /* mute mode */
|
||||
struct t_gui_buffer *gui_chat_mute_buffer = NULL; /* mute buffer */
|
||||
int gui_chat_display_tags = 0; /* display tags? */
|
||||
char *gui_chat_lines_waiting_buffer = NULL; /* lines waiting for core */
|
||||
/* buffer */
|
||||
|
||||
|
||||
/*
|
||||
@@ -570,8 +572,8 @@ gui_chat_printf_date_tags (struct t_gui_buffer *buffer, time_t date,
|
||||
{
|
||||
time_t date_printed;
|
||||
int display_time, length, at_least_one_message_printed;
|
||||
char *pos, *pos_prefix, *pos_tab, *pos_end;
|
||||
char *modifier_data, *new_msg, *ptr_msg;
|
||||
char *pos, *pos_prefix, *pos_tab, *pos_end, *pos_lines;
|
||||
char *modifier_data, *new_msg, *ptr_msg, *lines_waiting;
|
||||
struct t_gui_line *ptr_line;
|
||||
|
||||
if (!gui_buffer_valid (buffer))
|
||||
@@ -705,9 +707,46 @@ gui_chat_printf_date_tags (struct t_gui_buffer *buffer, time_t date,
|
||||
}
|
||||
else
|
||||
{
|
||||
if (pos_prefix)
|
||||
string_iconv_fprintf (stdout, "%s ", pos_prefix);
|
||||
string_iconv_fprintf (stdout, "%s\n", ptr_msg);
|
||||
length = ((pos_prefix) ? strlen (pos_prefix) + 1 : 0) +
|
||||
strlen (ptr_msg) + 1;
|
||||
if (gui_chat_lines_waiting_buffer)
|
||||
{
|
||||
length += strlen (gui_chat_lines_waiting_buffer) + 1;
|
||||
lines_waiting = realloc (gui_chat_lines_waiting_buffer, length);
|
||||
if (lines_waiting)
|
||||
{
|
||||
gui_chat_lines_waiting_buffer = lines_waiting;
|
||||
}
|
||||
else
|
||||
{
|
||||
free (gui_chat_lines_waiting_buffer);
|
||||
gui_chat_lines_waiting_buffer = NULL;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
gui_chat_lines_waiting_buffer = malloc (length);
|
||||
if (gui_chat_lines_waiting_buffer)
|
||||
gui_chat_lines_waiting_buffer[0] = '\0';
|
||||
}
|
||||
if (gui_chat_lines_waiting_buffer)
|
||||
{
|
||||
pos_lines = gui_chat_lines_waiting_buffer +
|
||||
strlen (gui_chat_lines_waiting_buffer);
|
||||
if (pos_lines > gui_chat_lines_waiting_buffer)
|
||||
{
|
||||
pos_lines[0] = '\n';
|
||||
pos_lines++;
|
||||
}
|
||||
if (pos_prefix)
|
||||
{
|
||||
memcpy (pos_lines, pos_prefix, strlen (pos_prefix));
|
||||
pos_lines += strlen (pos_prefix);
|
||||
pos_lines[0] = '\t';
|
||||
pos_lines++;
|
||||
}
|
||||
memcpy (pos_lines, ptr_msg, strlen (ptr_msg) + 1);
|
||||
}
|
||||
}
|
||||
|
||||
if (new_msg)
|
||||
@@ -805,6 +844,40 @@ gui_chat_printf_y (struct t_gui_buffer *buffer, int y, const char *message, ...)
|
||||
free (vbuffer);
|
||||
}
|
||||
|
||||
/*
|
||||
* gui_chat_print_lines_waiting_buffer: print lines waiting for buffer
|
||||
*/
|
||||
|
||||
void
|
||||
gui_chat_print_lines_waiting_buffer ()
|
||||
{
|
||||
char **lines;
|
||||
int num_lines, i;
|
||||
|
||||
if (gui_chat_lines_waiting_buffer)
|
||||
{
|
||||
lines = string_split (gui_chat_lines_waiting_buffer, "\n", 0, 0,
|
||||
&num_lines);
|
||||
if (lines)
|
||||
{
|
||||
for (i = 0; i < num_lines; i++)
|
||||
{
|
||||
gui_chat_printf (NULL, lines[i]);
|
||||
}
|
||||
string_free_split (lines);
|
||||
}
|
||||
/*
|
||||
* gui_chat_lines_waiting_buffer may be NULL after call to
|
||||
* gui_chat_printf (if not enough memory)
|
||||
*/
|
||||
}
|
||||
if (gui_chat_lines_waiting_buffer)
|
||||
{
|
||||
free (gui_chat_lines_waiting_buffer);
|
||||
gui_chat_lines_waiting_buffer = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* gui_chat_hsignal_chat_quote_line_cb: quote a line
|
||||
*/
|
||||
@@ -877,4 +950,11 @@ gui_chat_end ()
|
||||
gui_chat_prefix[i] = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
/* free lines waiting for buffer (should always be NULL here) */
|
||||
if (gui_chat_lines_waiting_buffer)
|
||||
{
|
||||
free (gui_chat_lines_waiting_buffer);
|
||||
gui_chat_lines_waiting_buffer = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -80,6 +80,7 @@ extern void gui_chat_printf_date_tags (struct t_gui_buffer *buffer,
|
||||
const char *message, ...);
|
||||
extern void gui_chat_printf_y (struct t_gui_buffer *buffer, int y,
|
||||
const char *message, ...);
|
||||
extern void gui_chat_print_lines_waiting_buffer ();
|
||||
extern int gui_chat_hsignal_quote_line_cb (void *data, const char *signal,
|
||||
struct t_hashtable *hashtable);
|
||||
extern void gui_chat_end ();
|
||||
|
||||
@@ -1109,6 +1109,12 @@ gui_input_history_next (struct t_gui_window *window,
|
||||
|
||||
if (*ptr_history)
|
||||
{
|
||||
/* replace text in history with current input */
|
||||
window->buffer->input_buffer[window->buffer->input_buffer_size] = '\0';
|
||||
if ((*ptr_history)->text)
|
||||
free ((*ptr_history)->text);
|
||||
(*ptr_history)->text = strdup (window->buffer->input_buffer);
|
||||
|
||||
*ptr_history = (*ptr_history)->prev_history;
|
||||
if (*ptr_history)
|
||||
{
|
||||
|
||||
@@ -100,4 +100,9 @@ EXTRA_DIST = CMakeLists.txt
|
||||
|
||||
install-data-hook:
|
||||
$(INSTALL) -d $(includedir)/$(PACKAGE)
|
||||
$(INSTALL_DATA) weechat-plugin.h $(includedir)/$(PACKAGE)
|
||||
$(INSTALL_DATA) $(abs_top_srcdir)/src/plugins/weechat-plugin.h $(includedir)/$(PACKAGE)
|
||||
|
||||
# uninstall plugin header
|
||||
|
||||
uninstall-hook:
|
||||
$(RM) $(includedir)/$(PACKAGE)/weechat-plugin.h
|
||||
|
||||
@@ -54,6 +54,9 @@ irc_bar_item_away (void *data, struct t_gui_bar_item *item,
|
||||
|
||||
buf = NULL;
|
||||
|
||||
if (!window)
|
||||
window = weechat_current_window ();
|
||||
|
||||
buffer = weechat_window_get_pointer (window, "buffer");
|
||||
|
||||
if (buffer)
|
||||
@@ -387,6 +390,9 @@ irc_bar_item_lag (void *data, struct t_gui_bar_item *item,
|
||||
(void) data;
|
||||
(void) item;
|
||||
|
||||
if (!window)
|
||||
window = weechat_current_window ();
|
||||
|
||||
buffer = weechat_window_get_pointer (window, "buffer");
|
||||
|
||||
if (buffer)
|
||||
@@ -538,6 +544,31 @@ irc_bar_item_focus_buffer_nicklist (void *data,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
* irc_bar_item_buffer_switch: called on "buffer_switch" signal: refresh irc
|
||||
* bar items (for root bars)
|
||||
*/
|
||||
|
||||
int
|
||||
irc_bar_item_buffer_switch (void *data, const char *signal,
|
||||
const char *type_data, void *signal_data)
|
||||
{
|
||||
/* make C compiler happy */
|
||||
(void) data;
|
||||
(void) signal;
|
||||
(void) type_data;
|
||||
(void) signal_data;
|
||||
|
||||
weechat_bar_item_update ("away");
|
||||
weechat_bar_item_update ("buffer_title");
|
||||
weechat_bar_item_update ("buffer_name");
|
||||
weechat_bar_item_update ("irc_channel");
|
||||
weechat_bar_item_update ("lag");
|
||||
weechat_bar_item_update ("input_prompt");
|
||||
|
||||
return WEECHAT_RC_OK;
|
||||
}
|
||||
|
||||
/*
|
||||
* irc_bar_item_init: initialize IRC bar items
|
||||
*/
|
||||
@@ -554,4 +585,6 @@ irc_bar_item_init ()
|
||||
weechat_bar_item_new ("input_prompt", &irc_bar_item_input_prompt, NULL);
|
||||
weechat_hook_focus ("buffer_nicklist",
|
||||
&irc_bar_item_focus_buffer_nicklist, NULL);
|
||||
weechat_hook_signal ("buffer_switch",
|
||||
&irc_bar_item_buffer_switch, NULL);
|
||||
}
|
||||
|
||||
@@ -961,6 +961,8 @@ IRC_PROTOCOL_CALLBACK(notice)
|
||||
|
||||
if (argv[0][0] == ':')
|
||||
{
|
||||
if (argc < 4)
|
||||
return WEECHAT_RC_ERROR;
|
||||
pos_target = argv[2];
|
||||
if ((pos_target[0] == '@') && (irc_channel_is_channel (pos_target + 1)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user