core: use https for WeeChat URLs

This commit is contained in:
Sébastien Helleu 2014-12-13 09:16:09 +01:00
parent 7818e08964
commit 0cd2aff765
91 changed files with 313 additions and 313 deletions

View File

@ -16,7 +16,7 @@ before_script:
- echo 'APT::Install-Recommends "false";' | sudo tee -a /etc/apt/apt.conf - echo 'APT::Install-Recommends "false";' | sudo tee -a /etc/apt/apt.conf
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get -y install devscripts equivs python-pip libenchant-dev autopoint asciidoc source-highlight xsltproc docbook-xsl docbook-xml cmake pkg-config libncursesw5-dev gem2deb libperl-dev python-dev python3-dev libaspell-dev liblua5.1-0-dev tcl8.5-dev guile-2.0-dev libcurl4-gnutls-dev libgcrypt11-dev libgnutls-dev zlib1g-dev - sudo apt-get -y install devscripts equivs python-pip libenchant-dev autopoint asciidoc source-highlight xsltproc docbook-xsl docbook-xml cmake pkg-config libncursesw5-dev gem2deb libperl-dev python-dev python3-dev libaspell-dev liblua5.1-0-dev tcl8.5-dev guile-2.0-dev libcurl4-gnutls-dev libgcrypt11-dev libgnutls-dev zlib1g-dev
- wget http://weechat.org/files/tests/ubuntu/precise/amd64/libcpputest-dev_3.4-3_amd64.deb - wget https://weechat.org/files/tests/ubuntu/precise/amd64/libcpputest-dev_3.4-3_amd64.deb
- sudo dpkg -i libcpputest-dev_3.4-3_amd64.deb - sudo dpkg -i libcpputest-dev_3.4-3_amd64.deb
- sudo pip install msgcheck pylint - sudo pip install msgcheck pylint

View File

@ -90,5 +90,5 @@ Alphabetically:
== Contact == Contact
See http://weechat.org/files/doc/devel/weechat_user.en.html#support[user's guide] See https://weechat.org/files/doc/devel/weechat_user.en.html#support[user's guide]
or http://weechat.org/dev/support or https://weechat.org/dev/support

View File

@ -6,10 +6,10 @@
This document lists all changes for each version This document lists all changes for each version
(the latest formatted version of this document can be found (the latest formatted version of this document can be found
http://weechat.org/files/changelog/ChangeLog-devel.html[here]). https://weechat.org/files/changelog/ChangeLog-devel.html[here]).
For a list of important changes that require manual action, please look at For a list of important changes that require manual action, please look at
http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
(file 'ReleaseNotes.asciidoc' in sources). (file 'ReleaseNotes.asciidoc' in sources).

View File

@ -36,7 +36,7 @@ please include:
problem here. problem here.
* the *gdb's backtrace* (only for a crash): if you can reproduce the crash * the *gdb's backtrace* (only for a crash): if you can reproduce the crash
(or if you have a core file), please include the backtrace from gdb (look at (or if you have a core file), please include the backtrace from gdb (look at
http://weechat.org/files/doc/devel/weechat_user.en.html#report_crashes[User's guide] https://weechat.org/files/doc/devel/weechat_user.en.html#report_crashes[User's guide]
for more info). for more info).
[IMPORTANT] [IMPORTANT]
@ -65,14 +65,14 @@ time, for https://github.com/weechat/weechat[WeeChat] and
the web site https://github.com/weechat/weechat.org[weechat.org]. the web site https://github.com/weechat/weechat.org[weechat.org].
To start a translation in a new language (not yet supported), please look at To start a translation in a new language (not yet supported), please look at
http://weechat.org/files/doc/devel/weechat_dev.en.html#translations[translations] https://weechat.org/files/doc/devel/weechat_dev.en.html#translations[translations]
in Developer's guide. in Developer's guide.
== Feature requests == Feature requests
WeeChat is under active development, so your idea may already have been WeeChat is under active development, so your idea may already have been
implemented, or scheduled for a future version (you can check in implemented, or scheduled for a future version (you can check in
http://weechat.org/dev/[roadmap] or https://weechat.org/dev[roadmap] or
https://github.com/weechat/weechat/milestones[milestones] on GitHub. https://github.com/weechat/weechat/milestones[milestones] on GitHub.
Pull requests on GitHub are welcome for minor new features. Pull requests on GitHub are welcome for minor new features.
@ -81,6 +81,6 @@ For major new features, it's better to discuss about it in IRC
(server: 'chat.freenode.net', channel '#weechat'). (server: 'chat.freenode.net', channel '#weechat').
Before submitting any pull request, be sure you have read the Before submitting any pull request, be sure you have read the
http://weechat.org/files/doc/devel/weechat_dev.en.html#coding_rules[coding rules] https://weechat.org/files/doc/devel/weechat_dev.en.html#coding_rules[coding rules]
in Developer's guide, which contains info about styles used, naming convention in Developer's guide, which contains info about styles used, naming convention
and other useful info. and other useful info.

View File

@ -8,7 +8,7 @@ WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat
environment for many operating systems. Everything can be done with a keyboard. environment for many operating systems. Everything can be done with a keyboard.
It is customizable and extensible with scripts. It is customizable and extensible with scripts.
Homepage: http://weechat.org/ Homepage: https://weechat.org/
image:https://travis-ci.org/weechat/weechat.svg?branch=master["Build Status", link="https://travis-ci.org/weechat/weechat"] image:https://travis-ci.org/weechat/weechat.svg?branch=master["Build Status", link="https://travis-ci.org/weechat/weechat"]
@ -49,7 +49,7 @@ Following packages are optional:
* for building tests: C++ compiler, CppUTest * for building tests: C++ compiler, CppUTest
For a complete list of dependencies and versions recommended, please look at For a complete list of dependencies and versions recommended, please look at
http://weechat.org/files/doc/devel/weechat_user.en.html#dependencies[user's guide]. https://weechat.org/files/doc/devel/weechat_user.en.html#dependencies[user's guide].
=== Compile === Compile
@ -69,7 +69,7 @@ $ make install (as root for installation in system directories)
---- ----
For more information or installation with autotools, please look at For more information or installation with autotools, please look at
http://weechat.org/files/doc/devel/weechat_user.en.html#compile_with_autotools[user's guide]. https://weechat.org/files/doc/devel/weechat_user.en.html#compile_with_autotools[user's guide].
== Copyright == Copyright

View File

@ -6,12 +6,12 @@
This document lists important changes for each version, that require manual This document lists important changes for each version, that require manual
actions (the latest formatted version of this document can be found actions (the latest formatted version of this document can be found
http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[here]). + https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[here]). +
It is recommended to read it when upgrading to a new stable It is recommended to read it when upgrading to a new stable
version. version.
For a complete list of changes, please look at For a complete list of changes, please look at
http://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
(file 'ChangeLog.asciidoc' in sources). (file 'ChangeLog.asciidoc' in sources).

2
debian/control vendored
View File

@ -23,7 +23,7 @@ Build-Depends:
libgnutls28-dev, libgnutls28-dev,
zlib1g-dev zlib1g-dev
Standards-Version: 3.9.5 Standards-Version: 3.9.5
Homepage: http://weechat.org/ Homepage: https://weechat.org/
Vcs-Git: git://anonscm.debian.org/users/kolter/weechat.git Vcs-Git: git://anonscm.debian.org/users/kolter/weechat.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/kolter/weechat.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/kolter/weechat.git

2
debian/copyright vendored
View File

@ -1,7 +1,7 @@
Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
Upstream-Name: weechat Upstream-Name: weechat
Upstream-Contact: Sébastien Helleu <flashcode@flashtux.org> Upstream-Contact: Sébastien Helleu <flashcode@flashtux.org>
Source: http://weechat.org/ Source: https://weechat.org/
Files: * Files: *
Copyright: 2003-2014, Sébastien Helleu <flashcode@flashtux.org> Copyright: 2003-2014, Sébastien Helleu <flashcode@flashtux.org>

2
debian/watch vendored
View File

@ -1,2 +1,2 @@
version=3 version=3
opts=pgpsigurlmangle=s/$/.asc/ http://weechat.org/files/src/weechat-(\d.*)\.tar\.bz2 opts=pgpsigurlmangle=s/$/.asc/ https://weechat.org/files/src/weechat-(\d.*)\.tar\.bz2

View File

@ -63,7 +63,7 @@ Beispiele:
/exec -n ls -l /tmp /exec -n ls -l /tmp
/exec -n ps xu | grep weechat /exec -n ps xu | grep weechat
/exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
/exec -nf -noln links -dump http://weechat.org/files/doc/devel/weechat_user.en.html /exec -nf -noln links -dump https://weechat.org/files/doc/devel/weechat_user.en.html
/exec -o uptime /exec -o uptime
/exec -pipe "/print Machine uptime:" uptime /exec -pipe "/print Machine uptime:" uptime
/exec -n tail -f /var/log/messages /exec -n tail -f /var/log/messages

View File

@ -554,7 +554,7 @@
** Werte: beliebige Zeichenkette (Standardwert: `""`) ** Werte: beliebige Zeichenkette (Standardwert: `""`)
* [[option_irc.server_default.sasl_fail]] *irc.server_default.sasl_fail* * [[option_irc.server_default.sasl_fail]] *irc.server_default.sasl_fail*
** Beschreibung: `action to perform if SASL authentication fails: "continue" to ignore the authentication problem, "reconnect" to schedule a reconnection to the server, "disconnect" to disconnect from server` ** Beschreibung: `auszuführende Aktion falls die SASL Authentifizierung fehlschlägt: "continue" ignoriert das Problem, das bei der Authentifizierung aufgetreten ist, "reconnect" versucht erneut eine Verbindung herzustellen, "disconnect" trennt die Verbindung zum Server`
** Typ: integer ** Typ: integer
** Werte: continue, reconnect, disconnect (Standardwert: `continue`) ** Werte: continue, reconnect, disconnect (Standardwert: `continue`)

View File

@ -29,7 +29,7 @@ protocol.name: Protokoll und Name relay:
- Protokoll "weechat" (es wird kein Name verwendet) - Protokoll "weechat" (es wird kein Name verwendet)
Das "irc" Protokoll dient dazu eine Verbindung zu einem anderen IRC Client (oder zu einem zweiten WeeChat) herzustellen. Das "irc" Protokoll dient dazu eine Verbindung zu einem anderen IRC Client (oder zu einem zweiten WeeChat) herzustellen.
Das "weechat" Protokoll wird von einem Remote-Interface genutzt um eine Verbindung herzustellen. Siehe http://weechat.org/download/ Das "weechat" Protokoll wird von einem Remote-Interface genutzt um eine Verbindung herzustellen. Siehe https://weechat.org/download/
Ohne Angabe von Argumenten werden alle Relay-Clients in einem neuen Buffer dargestellt. Ohne Angabe von Argumenten werden alle Relay-Clients in einem neuen Buffer dargestellt.

View File

@ -30,7 +30,7 @@ include::cmdline_options.de.asciidoc[]
== OPTIONEN von ERWEITERUNGEN == OPTIONEN von ERWEITERUNGEN
Um eine vollständige Dokumentation der Optionen zu erhalten, siehe Um eine vollständige Dokumentation der Optionen zu erhalten, siehe
http://weechat.org/doc[WeeChat user's guide]. https://weechat.org/doc[WeeChat user's guide].
Mittels der IRC Erweiterung kann man sich zu einen temporären Server, mittels einer URL, Mittels der IRC Erweiterung kann man sich zu einen temporären Server, mittels einer URL,
verbinden lassen: verbinden lassen:
@ -103,8 +103,8 @@ the Free Software Foundation; either version 3 of the License, or
Please read the COPYING file for more information. Please read the COPYING file for more information.
Web: <http://weechat.org/> Web: <https://weechat.org/>
== SUPPORT / FEHLER MELDEN == SUPPORT / FEHLER MELDEN
für Hilfe oder um einen Fehler zu melden: <http://weechat.org/dev/support> für Hilfe oder um einen Fehler zu melden: <https://weechat.org/dev/support>

View File

@ -28,7 +28,7 @@ Aber dieses trifft nicht auf WeeChat zu!)
WeeChat ist sehr Speicher schonend und besticht durch innovative Funktionen. WeeChat ist sehr Speicher schonend und besticht durch innovative Funktionen.
Weitere Informationen gibt es auf der folgenden Internetseite: Weitere Informationen gibt es auf der folgenden Internetseite:
http://weechat.org/about/features https://weechat.org/about/features
[[compilation_install]] [[compilation_install]]
== Kompilierung / Installation == Kompilierung / Installation
@ -37,7 +37,7 @@ http://weechat.org/about/features
=== Ich habe gehört es gibt verschiedene GUIs für WeeChat. Wie kann ich diese kompilieren bzw. nutzen? === Ich habe gehört es gibt verschiedene GUIs für WeeChat. Wie kann ich diese kompilieren bzw. nutzen?
Die grafischen Oberflächen findet man auf folgender Seite: Die grafischen Oberflächen findet man auf folgender Seite:
http://weechat.org/about/features https://weechat.org/about/features
[[compile_git]] [[compile_git]]
=== Ich kann WeeChat nach Cloning des git Repository nicht kompilieren - weshalb? === Ich kann WeeChat nach Cloning des git Repository nicht kompilieren - weshalb?
@ -80,7 +80,7 @@ beschrieben. (Tipp: Mit den Tasten <Bild-hoch>/<Bild-runter> kann man seitenweis
in den Buffern blättern) in den Buffern blättern)
Neue Benutzer sollten unbedingt die 'quickstart'-Anleitung lesen: Neue Benutzer sollten unbedingt die 'quickstart'-Anleitung lesen:
http://weechat.org/doc https://weechat.org/doc
[[display]] [[display]]
== Anzeige == Anzeige
@ -795,7 +795,7 @@ und zusätzlich diese Tipps beherzigen:
[[bug_task_patch]] [[bug_task_patch]]
=== Was kann ich machen falls ich einen Fehler gefunden habe, mich nach neuen Funktionen erkundigen, oder Patches einsenden möchte? === Was kann ich machen falls ich einen Fehler gefunden habe, mich nach neuen Funktionen erkundigen, oder Patches einsenden möchte?
siehe: http://weechat.org/dev/support siehe: https://weechat.org/dev/support
[[gdb_error_threads]] [[gdb_error_threads]]
=== Wenn man WeeChat in gdb startet, kann ein Thread-Fehler auftreten. Was beudeutet das? === Wenn man WeeChat in gdb startet, kann ein Thread-Fehler auftreten. Was beudeutet das?
@ -820,7 +820,7 @@ $ LD_PRELOAD=/lib/libpthread.so.0 gdb /Pfad/zu/weechat
[[supported_os]] [[supported_os]]
=== Auf welchen Plattformen läuft WeeChat und wird es noch auf andere Betriebssystemen portiert? === Auf welchen Plattformen läuft WeeChat und wird es noch auf andere Betriebssystemen portiert?
Eine vollständige Liste der Portierungen findest Du unter: http://weechat.org/download Eine vollständige Liste der Portierungen findest Du unter: https://weechat.org/download
Wir geben unser Bestes um WeeChat auf möglichst viele Plattformen zu portieren. Wir geben unser Bestes um WeeChat auf möglichst viele Plattformen zu portieren.
Aber um WeeChat auf fremden Betriebssystemen zu testen, zu denen wir keinen Zugang haben, Aber um WeeChat auf fremden Betriebssystemen zu testen, zu denen wir keinen Zugang haben,
@ -832,10 +832,10 @@ ist Hilfe gerne gesehen.
Es gibt einiges zu tun z.B. testen, programmieren, Dokumentation, ... Es gibt einiges zu tun z.B. testen, programmieren, Dokumentation, ...
Bitte kontaktiere uns via IRC oder email, wirf einen Blick auf die Support-Seite: Bitte kontaktiere uns via IRC oder email, wirf einen Blick auf die Support-Seite:
http://weechat.org/dev/support https://weechat.org/dev/support
[[donate]] [[donate]]
=== Kann ich Geld oder anderes an die WeeChat Entwickler spenden? === Kann ich Geld oder anderes an die WeeChat Entwickler spenden?
Du kannst uns Geld zur Unterstützung der weiteren Entwicklung spenden. Du kannst uns Geld zur Unterstützung der weiteren Entwicklung spenden.
Details hierzu gibt es auf: http://weechat.org/about/donate Details hierzu gibt es auf: https://weechat.org/about/donate

View File

@ -338,7 +338,7 @@ Erweiterungen werden -sofern welche gefunden worden sind- automatisch geladen (B
die Dokumentation zum installieren/entfernen von Erweiterungen und/oder Skripten). die Dokumentation zum installieren/entfernen von Erweiterungen und/oder Skripten).
Viele externe Skripten (von Mitwirkenden) sind für WeeChat verfügbar, siehe: Viele externe Skripten (von Mitwirkenden) sind für WeeChat verfügbar, siehe:
http://weechat.org/scripts https://weechat.org/scripts
Skripten können mit dem Befehl `/script` verwaltet werden (siehe `/help script` für Skripten können mit dem Befehl `/script` verwaltet werden (siehe `/help script` für
weitere Informationen zur Bedienung). weitere Informationen zur Bedienung).
@ -347,6 +347,6 @@ weitere Informationen zur Bedienung).
== Weitere Dokumentation == Weitere Dokumentation
Nun kannst Du WeeChat nutzen, für weitere Fragen lese die FAQ und/oder Dokumentation: Nun kannst Du WeeChat nutzen, für weitere Fragen lese die FAQ und/oder Dokumentation:
http://weechat.org/doc https://weechat.org/doc
Viel Spass mit WeeChat! Viel Spass mit WeeChat!

View File

@ -9,7 +9,7 @@
Diese Anleitung beschreibt den WeeChat Chat Client und ist Teil von WeeChat. Diese Anleitung beschreibt den WeeChat Chat Client und ist Teil von WeeChat.
Die aktuelle Version dieser Anleitung finden Sie auf: Die aktuelle Version dieser Anleitung finden Sie auf:
http://weechat.org/doc https://weechat.org/doc
[[introduction]] [[introduction]]
@ -727,12 +727,12 @@ def weechat_process_cb(data, command, rc, out, err):
weechat.prnt("", "aktuelle stabile WeeChat-Version: %s" % weechat_version) weechat.prnt("", "aktuelle stabile WeeChat-Version: %s" % weechat_version)
return weechat.WEECHAT_RC_OK return weechat.WEECHAT_RC_OK
weechat.hook_process("url:http://weechat.org/dev/info/stable/", weechat.hook_process("url:https://weechat.org/dev/info/stable/",
30 * 1000, "weechat_process_cb", "") 30 * 1000, "weechat_process_cb", "")
---- ----
[TIP] [TIP]
Alle Informationen die WeeChat betreffen findet man auf: http://weechat.org/dev/info Alle Informationen die WeeChat betreffen findet man auf: https://weechat.org/dev/info
Beispiel eines URL Transfers, mit zusätzliche Optionen: Es wird das neuste Beispiel eines URL Transfers, mit zusätzliche Optionen: Es wird das neuste
WeeChat Entwicklerpaket in die Datei '/tmp/weechat-devel.tar.gz' gesichert: WeeChat Entwicklerpaket in die Datei '/tmp/weechat-devel.tar.gz' gesichert:
@ -744,7 +744,7 @@ def my_process_cb(data, command, rc, out, err):
weechat.prnt("", "End of transfer (rc=%s)" % rc) weechat.prnt("", "End of transfer (rc=%s)" % rc)
return weechat.WEECHAT_RC_OK return weechat.WEECHAT_RC_OK
weechat.hook_process_hashtable("url:http://weechat.org/files/src/weechat-devel.tar.gz", weechat.hook_process_hashtable("url:https://weechat.org/files/src/weechat-devel.tar.gz",
{"file_out": "/tmp/weechat-devel.tar.gz"}, {"file_out": "/tmp/weechat-devel.tar.gz"},
30 * 1000, "my_process_cb", "") 30 * 1000, "my_process_cb", "")
---- ----

View File

@ -82,7 +82,7 @@ diesem Ordner.
Ansonsten kannst Du das 'Entwickler-Paket' herunterladen und entpacken: Ansonsten kannst Du das 'Entwickler-Paket' herunterladen und entpacken:
---- ----
$ wget http://weechat.org/files/src/weechat-devel.tar.bz2 $ wget https://weechat.org/files/src/weechat-devel.tar.bz2
$ tar xvjf weechat-devel.tar.bz2 $ tar xvjf weechat-devel.tar.bz2
$ cd weechat-devel $ cd weechat-devel
---- ----
@ -112,7 +112,7 @@ $ make install
Abhängig Deiner Linux Distribution: Abhängig Deiner Linux Distribution:
* Debian: http://debian.flashtux.org/ * Debian: http://debian.flashtux.org/
* Gentoo: http://weechat.org/download * Gentoo: https://weechat.org/download
* ArchLinux: PKGBUILD von http://aur.archlinux.org/ * ArchLinux: PKGBUILD von http://aur.archlinux.org/
* andere: Wissen wir nicht! Eheh. * andere: Wissen wir nicht! Eheh.

View File

@ -9,7 +9,7 @@
Diese Anleitung beschreibt den WeeChat Chat Client und ist Teil von WeeChat. Diese Anleitung beschreibt den WeeChat Chat Client und ist Teil von WeeChat.
Die aktuelle Version dieser Anleitung finden Sie auf: Die aktuelle Version dieser Anleitung finden Sie auf:
http://weechat.org/doc https://weechat.org/doc
[[introduction]] [[introduction]]
@ -36,7 +36,7 @@ wesentliche Merkmale:
* Betriebssystemunabhängig (GNU/Linux, *BSD, MacOS X, Windows und weitere) * Betriebssystemunabhängig (GNU/Linux, *BSD, MacOS X, Windows und weitere)
* 100% GPL, freie Software * 100% GPL, freie Software
Die WeeChat Homepage findet man unter: http://weechat.org/ Die WeeChat Homepage findet man unter: https://weechat.org/
[[prerequisites]] [[prerequisites]]
=== Vorbereitung === Vorbereitung
@ -936,9 +936,9 @@ Im normalen Modus sieht WeeChat wie folgt aus:
│12:52:27 -- | Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │+weebot│ │12:52:27 -- | Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │+weebot│
│12:52:27 -- | Channel created on Tue Jan 27 06:30:17 2009 │peter │ │12:52:27 -- | Channel created on Tue Jan 27 06:30:17 2009 │peter │
│12:54:15 peter | hey! │ │ │12:54:15 peter | hey! │ │
│12:55:01 @joe | peter: hook_process: http://weechat.org/files/doc │ │ │12:55:01 @joe | peter: hook_process: https://weechat.org/files/do │ │
│ | /devel/weechat_plugin_api.en.html#_weechat_hook_p │ │ │ | c/devel/weechat_plugin_api.en.html#_weechat_hook_ │ │
│ | rocess │ │ │ | process │ │
│ │ │ │ │ │
│ │ │ │ │ │
│ │ │ │ │ │
@ -975,8 +975,8 @@ Der selbe Bildschirm sieht im vereinfachten Anzeigemodus wie folgt aus:
│12:52 -- Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │ │12:52 -- Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │
│12:52 -- Channel created on Tue Jan 27 06:30:17 2009 │ │12:52 -- Channel created on Tue Jan 27 06:30:17 2009 │
│12:54 <peter> hey! │ │12:54 <peter> hey! │
│12:55 <@joe> peter: hook_process: http://weechat.org/files/doc/devel/weecha │12:55 <@joe> peter: hook_process: https://weechat.org/files/doc/devel/weech│
│t_plugin_api.en.html#_weechat_hook_process at_plugin_api.en.html#_weechat_hook_process │
└───────────────────────────────────────────────────────────────────────────┘ └───────────────────────────────────────────────────────────────────────────┘
.... ....
@ -2377,8 +2377,8 @@ mit dem entsprechenden Wert ersetzt:
| $git | Git Version ^(1)^ | `v0.3.9-104-g7eb5cc4` | $git | Git Version ^(1)^ | `v0.3.9-104-g7eb5cc4`
| $compilation | Datum der Kompilierung | `Dec 16 2012` | $compilation | Datum der Kompilierung | `Dec 16 2012`
| $osinfo | Info über das genutzte OS | `Linux 2.6.32-5-amd64 / x86_64` | $osinfo | Info über das genutzte OS | `Linux 2.6.32-5-amd64 / x86_64`
| $site | WeeChat Seite | `http://weechat.org/` | $site | WeeChat Seite | `https://weechat.org/`
| $download | WeeChat, Download Seite | `http://weechat.org/download` | $download | WeeChat, Download Seite | `https://weechat.org/download`
| $time | Aktuelle Uhrzeit/Datum | `Sun, 16 Dec 2012 10:40:48 +0100` | $time | Aktuelle Uhrzeit/Datum | `Sun, 16 Dec 2012 10:40:48 +0100`
| $username | Username beim IRC Server | `Name` | $username | Username beim IRC Server | `Name`
| $realname | Realname beim IRC Server | `John Doe` | $realname | Realname beim IRC Server | `John Doe`
@ -2396,7 +2396,7 @@ Falls CTCP Optionen nicht festgelegt sind, lauten die CTCP Antworten:
| CTCP | Antwortformat | Beispiel | CTCP | Antwortformat | Beispiel
| CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` | CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION`
| FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` | FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)`
| SOURCE | `$download` | `http://weechat.org/download` | SOURCE | `$download` | `https://weechat.org/download`
| TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100` | TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100`
| USERINFO | `$username ($realname)` | `Name (John Doe)` | USERINFO | `$username ($realname)` | `Name (John Doe)`
| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)` | VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)`
@ -2805,7 +2805,7 @@ externe Oberfläche senden.
Nun kann man mittels einer remote Oberfläche Kontakt zu WeeChat herstellen. Nun kann man mittels einer remote Oberfläche Kontakt zu WeeChat herstellen.
Eine Liste der remote Oberflächen findet man auf der Homepage: Eine Liste der remote Oberflächen findet man auf der Homepage:
http://weechat.org/download https://weechat.org/download
[IMPORTANT] [IMPORTANT]
WeeChat selber kann sich NICHT mit einer anderen WeeChat Instanz über WeeChat selber kann sich NICHT mit einer anderen WeeChat Instanz über
@ -2851,7 +2851,7 @@ und entfernt werden.
Eine weitere Erweiterung ist "script". Dies ist ein Skripten-Manager mit dem es möglich ist, Eine weitere Erweiterung ist "script". Dies ist ein Skripten-Manager mit dem es möglich ist,
unabhängig von der Skript-Sprache, Skripten zu laden und zu entfernen. Des weiteren können unabhängig von der Skript-Sprache, Skripten zu laden und zu entfernen. Des weiteren können
Skripten, aus dem Skript-Repository, installiert und deinstalliert werden. Das Skript-Repository Skripten, aus dem Skript-Repository, installiert und deinstalliert werden. Das Skript-Repository
kann unter folgender URL eingesehen werden: http://weechat.org/scripts kann unter folgender URL eingesehen werden: https://weechat.org/scripts
Sollten wir Ihr Interesse geweckt haben, selber Skripten für WeeChat zu programmieren, dann lesen Sie Sollten wir Ihr Interesse geweckt haben, selber Skripten für WeeChat zu programmieren, dann lesen Sie
bitte die 'WeeChat Scripting Guide'. bitte die 'WeeChat Scripting Guide'.
@ -3479,4 +3479,4 @@ Unterstützung im IRC findet man auf dem Server 'chat.freenode.net':
* kein offizieller Channel: * kein offizieller Channel:
** '#weechat-de' (deutsch) ** '#weechat-de' (deutsch)
Weitere Möglichkeiten, um mit den Entwicklern in Kontakt zu treten, siehe: http://weechat.org/dev/support Weitere Möglichkeiten, um mit den Entwicklern in Kontakt zu treten, siehe: https://weechat.org/dev/support

View File

@ -49,7 +49,7 @@ try:
import weechat # pylint: disable=import-error import weechat # pylint: disable=import-error
except ImportError: except ImportError:
print('This script must be run under WeeChat.') print('This script must be run under WeeChat.')
print('Get WeeChat now at: http://weechat.org/') print('Get WeeChat now at: https://weechat.org/')
IMPORT_OK = False IMPORT_OK = False
try: try:

View File

@ -63,7 +63,7 @@ Examples:
/exec -n ls -l /tmp /exec -n ls -l /tmp
/exec -n ps xu | grep weechat /exec -n ps xu | grep weechat
/exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
/exec -nf -noln links -dump http://weechat.org/files/doc/devel/weechat_user.en.html /exec -nf -noln links -dump https://weechat.org/files/doc/devel/weechat_user.en.html
/exec -o uptime /exec -o uptime
/exec -pipe "/print Machine uptime:" uptime /exec -pipe "/print Machine uptime:" uptime
/exec -n tail -f /var/log/messages /exec -n tail -f /var/log/messages

View File

@ -29,7 +29,7 @@ protocol.name: protocol and name to relay:
- protocol "weechat" (name is not used) - protocol "weechat" (name is not used)
The "irc" protocol allows any IRC client (including WeeChat itself) to connect on the port. The "irc" protocol allows any IRC client (including WeeChat itself) to connect on the port.
The "weechat" protocol allows a remote interface to connect on the port, see the list here: http://weechat.org/download/ The "weechat" protocol allows a remote interface to connect on the port, see the list here: https://weechat.org/download/
Without argument, this command opens buffer with list of relay clients. Without argument, this command opens buffer with list of relay clients.

View File

@ -29,7 +29,7 @@ include::cmdline_options.en.asciidoc[]
== PLUGIN OPTIONS == PLUGIN OPTIONS
For complete doc on plugin options, please look at plugins documentation in For complete doc on plugin options, please look at plugins documentation in
http://weechat.org/doc[WeeChat user's guide]. https://weechat.org/doc[WeeChat user's guide].
With irc plugin, you can connect to temporary server with an URL like: With irc plugin, you can connect to temporary server with an URL like:
@ -102,8 +102,8 @@ the Free Software Foundation; either version 3 of the License, or
Please read the COPYING file for more information. Please read the COPYING file for more information.
Web: <http://weechat.org/> Web: <https://weechat.org/>
== SUPPORT / REPORTING BUGS == SUPPORT / REPORTING BUGS
For help or a bug report: <http://weechat.org/dev/support> For help or a bug report: <https://weechat.org/dev/support>

View File

@ -9,7 +9,7 @@
This manual documents WeeChat chat client, it is part of WeeChat. This manual documents WeeChat chat client, it is part of WeeChat.
Latest version of this document can be found on this page: Latest version of this document can be found on this page:
http://weechat.org/doc https://weechat.org/doc
[[introduction]] [[introduction]]

View File

@ -27,7 +27,7 @@ apply to WeeChat!).
Because WeeChat is very light and brings innovating features. Because WeeChat is very light and brings innovating features.
More info on this page: http://weechat.org/about/features More info on this page: https://weechat.org/about/features
[[compilation_install]] [[compilation_install]]
== Compilation / install == Compilation / install
@ -36,7 +36,7 @@ More info on this page: http://weechat.org/about/features
=== I heard about many GUIs for WeeChat. How can I compile/use them? === I heard about many GUIs for WeeChat. How can I compile/use them?
Some remote GUIs are available, see the links on features page: Some remote GUIs are available, see the links on features page:
http://weechat.org/about/features https://weechat.org/about/features
[[compile_git]] [[compile_git]]
=== I can't compile WeeChat after cloning git repository, why? === I can't compile WeeChat after cloning git repository, why?
@ -73,7 +73,7 @@ For help you can type `/help`. For help about a command, type `/help command`.
Keys and commands are listed in documentation. Keys and commands are listed in documentation.
It's recommended for new users to read the quickstart guide: It's recommended for new users to read the quickstart guide:
http://weechat.org/doc https://weechat.org/doc
[[display]] [[display]]
== Display == Display
@ -752,7 +752,7 @@ You can follow same tips as for <<memory_usage,memory>>, and these ones:
[[bug_task_patch]] [[bug_task_patch]]
=== How should I report bugs, ask for new features or send patches? === How should I report bugs, ask for new features or send patches?
See: http://weechat.org/dev/support See: https://weechat.org/dev/support
[[gdb_error_threads]] [[gdb_error_threads]]
=== When I run WeeChat under gdb, there is error about threads, what can I do? === When I run WeeChat under gdb, there is error about threads, what can I do?
@ -777,7 +777,7 @@ $ LD_PRELOAD=/lib/libpthread.so.0 gdb /path/to/weechat
[[supported_os]] [[supported_os]]
=== What is the list of supported platforms for WeeChat? Will it be ported to other operating systems? === What is the list of supported platforms for WeeChat? Will it be ported to other operating systems?
The full list is on this page: http://weechat.org/download The full list is on this page: https://weechat.org/download
We do our best to run on as many platforms as possible. Help is welcome for We do our best to run on as many platforms as possible. Help is welcome for
some OS' we don't have, to test WeeChat. some OS' we don't have, to test WeeChat.
@ -788,10 +788,10 @@ some OS' we don't have, to test WeeChat.
There's many tasks to do (testing, code, documentation, ...) There's many tasks to do (testing, code, documentation, ...)
Please contact us via IRC or mail, look at support page: Please contact us via IRC or mail, look at support page:
http://weechat.org/dev/support https://weechat.org/dev/support
[[donate]] [[donate]]
=== Can I give money or other things to WeeChat developers? === Can I give money or other things to WeeChat developers?
You can give us money to help development. You can give us money to help development.
Details on http://weechat.org/about/donate Details on https://weechat.org/about/donate

View File

@ -9,7 +9,7 @@
This manual documents WeeChat chat client, it is part of WeeChat. This manual documents WeeChat chat client, it is part of WeeChat.
Latest version of this document can be found on this page: Latest version of this document can be found on this page:
http://weechat.org/doc https://weechat.org/doc
[[introduction]] [[introduction]]
@ -1970,7 +1970,7 @@ struct t_hashtable *options2 = weechat_hashtable_new (8,
/* add brackets around URLs */ /* add brackets around URLs */
weechat_hashtable_set (options2, "regex", "\\w+://\\S+"); weechat_hashtable_set (options2, "regex", "\\w+://\\S+");
weechat_hashtable_set (options2, "regex_replace", "[ ${re:0} ]"); weechat_hashtable_set (options2, "regex_replace", "[ ${re:0} ]");
char *str4 = weechat_string_eval_expression ("test: http://weechat.org", NULL, NULL, NULL); /* "test: [ http://weechat.org ]" */ char *str4 = weechat_string_eval_expression ("test: https://weechat.org", NULL, NULL, NULL); /* "test: [ https://weechat.org ]" */
/* hide passwords */ /* hide passwords */
weechat_hashtable_set (options2, "regex", "(password=)(\\S+)"); weechat_hashtable_set (options2, "regex", "(password=)(\\S+)");
@ -1999,7 +1999,7 @@ options = {
"regex": "\\w+://\\S+", "regex": "\\w+://\\S+",
"regex_replace": "[ ${re:0} ]", "regex_replace": "[ ${re:0} ]",
} }
str4 = weechat.string_eval_expression("test: http://weechat.org", {}, {}, options) # "test: [ http://weechat.org ]" str4 = weechat.string_eval_expression("test: https://weechat.org", {}, {}, options) # "test: [ https://weechat.org ]"
# replace with regex: hide passwords # replace with regex: hide passwords
options = { options = {
@ -7241,7 +7241,7 @@ function <<_weechat_hook_process_hashtable,weechat_hook_process_hashtable>>.
[TIP] [TIP]
If you want to retrieve infos about WeeChat (like current stable version, If you want to retrieve infos about WeeChat (like current stable version,
latest git commit, ...), you can use URLs on page http://weechat.org/dev/info latest git commit, ...), you can use URLs on page https://weechat.org/dev/info
[NOTE] [NOTE]
Buffer size for sending data to callback is 64KB (there are 2 buffers: one for Buffer size for sending data to callback is 64KB (there are 2 buffers: one for
@ -7434,7 +7434,7 @@ struct t_hashtable *options = weechat_hashtable_new (8,
if (options) if (options)
{ {
weechat_hashtable_set (options, "file_out", "/tmp/weechat.org.html"); weechat_hashtable_set (options, "file_out", "/tmp/weechat.org.html");
struct t_hook *my_process_hook = weechat_hook_process_hashtable ("url:http://weechat.org/", struct t_hook *my_process_hook = weechat_hook_process_hashtable ("url:https://weechat.org/",
options, options,
20000, 20000,
&my_process_cb, NULL); &my_process_cb, NULL);
@ -7499,7 +7499,7 @@ def my_process_cb(data, command, return_code, out, err):
return weechat.WEECHAT_RC_OK return weechat.WEECHAT_RC_OK
# example 1: download URL # example 1: download URL
hook1 = weechat.hook_process_hashtable("url:http://weechat.org/", hook1 = weechat.hook_process_hashtable("url:https://weechat.org/",
{"file_out": "/tmp/weechat.org.html"}, {"file_out": "/tmp/weechat.org.html"},
20000, "my_process_cb", "") 20000, "my_process_cb", "")

View File

@ -318,7 +318,7 @@ Plugins are automatically loaded when found (please look at the WeeChat
documentation to load/unload plugins or scripts). documentation to load/unload plugins or scripts).
Many external scripts (from contributors) are available for WeeChat: Many external scripts (from contributors) are available for WeeChat:
http://weechat.org/scripts https://weechat.org/scripts
You can manage scripts in WeeChat with command `/script` (see `/help script` You can manage scripts in WeeChat with command `/script` (see `/help script`
for more info). for more info).
@ -327,6 +327,6 @@ for more info).
== More documentation == More documentation
You can now use WeeChat and read FAQ/documentation for any other questions: You can now use WeeChat and read FAQ/documentation for any other questions:
http://weechat.org/doc https://weechat.org/doc
Enjoy using WeeChat! Enjoy using WeeChat!

View File

@ -850,7 +850,7 @@ hda:
__path: ['0x4a715d0'] __path: ['0x4a715d0']
number: 3 number: 3
full_name: 'irc.freenode.#weechat' full_name: 'irc.freenode.#weechat'
title: 'Welcome on #weechat! http://weechat.org/' title: 'Welcome on #weechat! https://weechat.org/'
---- ----
[[message_buffer_cleared]] [[message_buffer_cleared]]

View File

@ -9,7 +9,7 @@
This manual documents WeeChat chat client, it is part of WeeChat. This manual documents WeeChat chat client, it is part of WeeChat.
Latest version of this document can be found on this page: Latest version of this document can be found on this page:
http://weechat.org/doc https://weechat.org/doc
[[introduction]] [[introduction]]
@ -712,12 +712,12 @@ def weechat_process_cb(data, command, rc, out, err):
weechat.prnt("", "Current WeeChat stable is: %s" % weechat_version) weechat.prnt("", "Current WeeChat stable is: %s" % weechat_version)
return weechat.WEECHAT_RC_OK return weechat.WEECHAT_RC_OK
weechat.hook_process("url:http://weechat.org/dev/info/stable/", weechat.hook_process("url:https://weechat.org/dev/info/stable/",
30 * 1000, "weechat_process_cb", "") 30 * 1000, "weechat_process_cb", "")
---- ----
[TIP] [TIP]
All infos available about WeeChat are on page http://weechat.org/dev/info All infos available about WeeChat are on page https://weechat.org/dev/info
Example of URL transfer with an option: download latest WeeChat development Example of URL transfer with an option: download latest WeeChat development
package in file '/tmp/weechat-devel.tar.gz': package in file '/tmp/weechat-devel.tar.gz':
@ -729,7 +729,7 @@ def my_process_cb(data, command, rc, out, err):
weechat.prnt("", "End of transfer (rc=%s)" % rc) weechat.prnt("", "End of transfer (rc=%s)" % rc)
return weechat.WEECHAT_RC_OK return weechat.WEECHAT_RC_OK
weechat.hook_process_hashtable("url:http://weechat.org/files/src/weechat-devel.tar.gz", weechat.hook_process_hashtable("url:https://weechat.org/files/src/weechat-devel.tar.gz",
{"file_out": "/tmp/weechat-devel.tar.gz"}, {"file_out": "/tmp/weechat-devel.tar.gz"},
30 * 1000, "my_process_cb", "") 30 * 1000, "my_process_cb", "")
---- ----

View File

@ -76,7 +76,7 @@ the latest updates.
Otherwise you can download and unpack 'devel' package: Otherwise you can download and unpack 'devel' package:
---- ----
$ wget http://weechat.org/files/src/weechat-devel.tar.bz2 $ wget https://weechat.org/files/src/weechat-devel.tar.bz2
$ tar xvjf weechat-devel.tar.bz2 $ tar xvjf weechat-devel.tar.bz2
$ cd weechat-devel $ cd weechat-devel
---- ----
@ -106,7 +106,7 @@ $ make install
According to your Linux distribution: According to your Linux distribution:
* Debian: http://debian.flashtux.org/ * Debian: http://debian.flashtux.org/
* Gentoo: http://weechat.org/download * Gentoo: https://weechat.org/download
* ArchLinux: PKGBUILD from http://aur.archlinux.org/ * ArchLinux: PKGBUILD from http://aur.archlinux.org/
* other: we don't know! Eheh. * other: we don't know! Eheh.

View File

@ -9,7 +9,7 @@
This manual documents WeeChat chat client, it is part of WeeChat. This manual documents WeeChat chat client, it is part of WeeChat.
Latest version of this document can be found on this page: Latest version of this document can be found on this page:
http://weechat.org/doc https://weechat.org/doc
[[introduction]] [[introduction]]
@ -35,7 +35,7 @@ Main features are:
* multi-platform (GNU/Linux, *BSD, MacOS X, Windows and other) * multi-platform (GNU/Linux, *BSD, MacOS X, Windows and other)
* 100% GPL, free software * 100% GPL, free software
WeeChat homepage is here: http://weechat.org/ WeeChat homepage is here: https://weechat.org/
[[prerequisites]] [[prerequisites]]
=== Prerequisites === Prerequisites
@ -924,9 +924,9 @@ If WeeChat looks like that:
│12:52:27 -- | Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │+weebot│ │12:52:27 -- | Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │+weebot│
│12:52:27 -- | Channel created on Tue Jan 27 06:30:17 2009 │peter │ │12:52:27 -- | Channel created on Tue Jan 27 06:30:17 2009 │peter │
│12:54:15 peter | hey! │ │ │12:54:15 peter | hey! │ │
│12:55:01 @joe | peter: hook_process: http://weechat.org/files/doc │ │ │12:55:01 @joe | peter: hook_process: https://weechat.org/files/do │ │
│ | /devel/weechat_plugin_api.en.html#_weechat_hook_p │ │ │ | c/devel/weechat_plugin_api.en.html#_weechat_hook_ │ │
│ | rocess │ │ │ | process │ │
│ │ │ │ │ │
│ │ │ │ │ │
│ │ │ │ │ │
@ -963,8 +963,8 @@ The screen will look like that in bare display:
│12:52 -- Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │ │12:52 -- Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │
│12:52 -- Channel created on Tue Jan 27 06:30:17 2009 │ │12:52 -- Channel created on Tue Jan 27 06:30:17 2009 │
│12:54 <peter> hey! │ │12:54 <peter> hey! │
│12:55 <@joe> peter: hook_process: http://weechat.org/files/doc/devel/weecha │12:55 <@joe> peter: hook_process: https://weechat.org/files/doc/devel/weech│
│t_plugin_api.en.html#_weechat_hook_process at_plugin_api.en.html#_weechat_hook_process │
└───────────────────────────────────────────────────────────────────────────┘ └───────────────────────────────────────────────────────────────────────────┘
.... ....
@ -2328,8 +2328,8 @@ when replying to CTCP:
| $git | Git version ^(1)^ | `v0.3.9-104-g7eb5cc4` | $git | Git version ^(1)^ | `v0.3.9-104-g7eb5cc4`
| $compilation | WeeChat compilation date | `Dec 16 2012` | $compilation | WeeChat compilation date | `Dec 16 2012`
| $osinfo | Info about OS | `Linux 2.6.32-5-amd64 / x86_64` | $osinfo | Info about OS | `Linux 2.6.32-5-amd64 / x86_64`
| $site | WeeChat site | `http://weechat.org/` | $site | WeeChat site | `https://weechat.org/`
| $download | WeeChat site, download page | `http://weechat.org/download` | $download | WeeChat site, download page | `https://weechat.org/download`
| $time | Current date/time | `Sun, 16 Dec 2012 10:40:48 +0100` | $time | Current date/time | `Sun, 16 Dec 2012 10:40:48 +0100`
| $username | User name on IRC server | `name` | $username | User name on IRC server | `name`
| $realname | Real name on IRC server | `John Doe` | $realname | Real name on IRC server | `John Doe`
@ -2346,7 +2346,7 @@ If CTCP options are not defined (by default), CTCP replies are:
| CTCP | Reply format | Example | CTCP | Reply format | Example
| CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` | CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION`
| FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` | FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)`
| SOURCE | `$download` | `http://weechat.org/download` | SOURCE | `$download` | `https://weechat.org/download`
| TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100` | TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100`
| USERINFO | `$username ($realname)` | `name (John Doe)` | USERINFO | `$username ($realname)` | `name (John Doe)`
| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)` | VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)`
@ -2740,7 +2740,7 @@ Now you can connect on port 8000 with any IRC client using server password
The Relay plugin can send data to remote interface using WeeChat protocol. The Relay plugin can send data to remote interface using WeeChat protocol.
You can connect with a remote interface, see the list on download page: You can connect with a remote interface, see the list on download page:
http://weechat.org/download https://weechat.org/download
[IMPORTANT] [IMPORTANT]
WeeChat itself can NOT connect to another WeeChat with this protocol. WeeChat itself can NOT connect to another WeeChat with this protocol.
@ -2784,7 +2784,7 @@ These plugins can load, execute and unload scripts for these languages.
Another plugin called "script" is a scripts manager and is used to load/unload Another plugin called "script" is a scripts manager and is used to load/unload
scripts of any language, and install/remove scripts of WeeChat scripts scripts of any language, and install/remove scripts of WeeChat scripts
repository, which are visible at this URL: http://weechat.org/scripts repository, which are visible at this URL: https://weechat.org/scripts
For more information about how to write scripts, or WeeChat API for For more information about how to write scripts, or WeeChat API for
scripts, please read 'WeeChat Scripting Guide'. scripts, please read 'WeeChat Scripting Guide'.
@ -3404,4 +3404,4 @@ For support with IRC, on server 'chat.freenode.net':
* non-official channels: * non-official channels:
** '#weechat-de' (German) ** '#weechat-de' (German)
For other ways of support, see: http://weechat.org/dev/support For other ways of support, see: https://weechat.org/dev/support

View File

@ -346,7 +346,7 @@ Los plugins se cargan de manera automática cuando son encontrados por WeeChat
plugins y scripts). plugins y scripts).
Muchos scripts externos (de contribuidores) están disponibles para WeeChat en: Muchos scripts externos (de contribuidores) están disponibles para WeeChat en:
http://weechat.org/scripts https://weechat.org/scripts
// TRANSLATION MISSING // TRANSLATION MISSING
You can manage scripts in WeeChat with command `/script` (see `/help script` You can manage scripts in WeeChat with command `/script` (see `/help script`
@ -356,6 +356,6 @@ for more info).
== Más documentación == Más documentación
Ahora puede usar WeeChat y leer las FAQ/documentación para cada pregunta Ahora puede usar WeeChat y leer las FAQ/documentación para cada pregunta
en: http://weechat.org/doc en: https://weechat.org/doc
Disfrute de WeeChat! Disfrute de WeeChat!

View File

@ -63,7 +63,7 @@ Exemples :
/exec -n ls -l /tmp /exec -n ls -l /tmp
/exec -n ps xu | grep weechat /exec -n ps xu | grep weechat
/exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
/exec -nf -noln links -dump http://weechat.org/files/doc/devel/weechat_user.en.html /exec -nf -noln links -dump https://weechat.org/files/doc/devel/weechat_user.en.html
/exec -o uptime /exec -o uptime
/exec -pipe "/print Uptime de la machine :" uptime /exec -pipe "/print Uptime de la machine :" uptime
/exec -n tail -f /var/log/messages /exec -n tail -f /var/log/messages

View File

@ -29,7 +29,7 @@ protocole.nom : protocole et nom à relayer :
- protocole "weechat" (le nom n'est pas utilisé) - protocole "weechat" (le nom n'est pas utilisé)
Le protocole "irc" permet à n'importe quel client IRC (incluant WeeChat lui-même) de se connecter sur le port. Le protocole "irc" permet à n'importe quel client IRC (incluant WeeChat lui-même) de se connecter sur le port.
Le protocole "weechat" permet à une interface distante de se connecter sur le port, voir la liste ici : http://weechat.org/download/ Le protocole "weechat" permet à une interface distante de se connecter sur le port, voir la liste ici : https://weechat.org/download/
Sans paramètre, cette commande ouvre le tampon avec la liste des clients pour le relai. Sans paramètre, cette commande ouvre le tampon avec la liste des clients pour le relai.

View File

@ -30,7 +30,7 @@ include::cmdline_options.fr.asciidoc[]
Pour une documentation complète sur les options des extensions, merci de Pour une documentation complète sur les options des extensions, merci de
consulter la documentation des extensions dans le consulter la documentation des extensions dans le
http://weechat.org/doc[guide utilisateur de WeeChat]. https://weechat.org/doc[guide utilisateur de WeeChat].
Avec l'extension irc, vous pouvez vous connecter à un serveur de manière Avec l'extension irc, vous pouvez vous connecter à un serveur de manière
temporaire avec une URL, comme ceci : temporaire avec une URL, comme ceci :
@ -104,8 +104,8 @@ choix) toute version ultérieure.
Merci de consulter le fichier COPYING pour plus d'informations. Merci de consulter le fichier COPYING pour plus d'informations.
Site web : <http://weechat.org/> Site web : <https://weechat.org/>
== SUPPORT / SIGNALER DES BUGS == SUPPORT / SIGNALER DES BUGS
Pour de l'aide ou signaler un bug : <http://weechat.org/dev/support> Pour de l'aide ou signaler un bug : <https://weechat.org/dev/support>

View File

@ -10,7 +10,7 @@ Ce manuel documente le client de messagerie instantanée WeeChat, il fait
partie de WeeChat. partie de WeeChat.
La dernière version de ce document peut être téléchargée sur cette page : La dernière version de ce document peut être téléchargée sur cette page :
http://weechat.org/doc https://weechat.org/doc
[[introduction]] [[introduction]]

View File

@ -26,7 +26,7 @@ mais elle ne s'applique pas à WeeChat !).
Parce que WeeChat est très léger et apporte des fonctionnalités innovantes. Parce que WeeChat est très léger et apporte des fonctionnalités innovantes.
Plus d'infos sur cette page : http://weechat.org/about/features Plus d'infos sur cette page : https://weechat.org/about/features
[[compilation_install]] [[compilation_install]]
== Compilation / installation == Compilation / installation
@ -35,7 +35,7 @@ Plus d'infos sur cette page : http://weechat.org/about/features
=== J'ai entendu parler de plusieurs interfaces pour WeeChat. Comment puis-je les compiler/utiliser ? === J'ai entendu parler de plusieurs interfaces pour WeeChat. Comment puis-je les compiler/utiliser ?
Des interfaces distantes sont disponibles, voir les liens sur la page des Des interfaces distantes sont disponibles, voir les liens sur la page des
fonctionnalités : http://weechat.org/about/features fonctionnalités : https://weechat.org/about/features
[[compile_git]] [[compile_git]]
=== Je ne peux pas compiler WeeChat après avoir cloné la base git, pourquoi ? === Je ne peux pas compiler WeeChat après avoir cloné la base git, pourquoi ?
@ -74,7 +74,7 @@ Pour obtenir de l'aide tapez `/help`. Pour de l'aide sur une commande, tapez
`/help commande`. Les touches et commandes sont listées dans la documentation. `/help commande`. Les touches et commandes sont listées dans la documentation.
Il est recommandé pour les nouveaux utilisateurs de lire le guide de démarrage Il est recommandé pour les nouveaux utilisateurs de lire le guide de démarrage
rapide : http://weechat.org/doc rapide : https://weechat.org/doc
[[display]] [[display]]
== Affichage == Affichage
@ -785,7 +785,7 @@ celles-ci :
[[bug_task_patch]] [[bug_task_patch]]
=== Comment puis-je reporter un bug, demander une nouvelle fonctionnalité ou envoyer un patch ? === Comment puis-je reporter un bug, demander une nouvelle fonctionnalité ou envoyer un patch ?
Voir : http://weechat.org/dev/support Voir : https://weechat.org/dev/support
[[gdb_error_threads]] [[gdb_error_threads]]
=== Quand je lance WeeChat sous gdb, il y a une erreur à propos des threads, que puis-je faire ? === Quand je lance WeeChat sous gdb, il y a une erreur à propos des threads, que puis-je faire ?
@ -810,7 +810,7 @@ $ LD_PRELOAD=/lib/libpthread.so.0 gdb /path/to/weechat
[[supported_os]] [[supported_os]]
=== Quelle est la liste des plates-formes supportées par WeeChat ? Sera-t-il porté sur d'autres systèmes d'exploitation ? === Quelle est la liste des plates-formes supportées par WeeChat ? Sera-t-il porté sur d'autres systèmes d'exploitation ?
La liste complète est sur cette page : http://weechat.org/download La liste complète est sur cette page : https://weechat.org/download
Nous faisons le maximum pour supporter le plus de plates-formes possible. Nous faisons le maximum pour supporter le plus de plates-formes possible.
Toute aide est la bienvenue pour les systèmes que nous n'avons pas, pour y Toute aide est la bienvenue pour les systèmes que nous n'avons pas, pour y
@ -822,10 +822,10 @@ tester WeeChat.
Il y a plusieurs choses à faire (test, code, documentation, etc...) Il y a plusieurs choses à faire (test, code, documentation, etc...)
Merci de prendre contact avec nous par IRC ou mail, consultez la page Merci de prendre contact avec nous par IRC ou mail, consultez la page
support : http://weechat.org/dev/support support : https://weechat.org/dev/support
[[donate]] [[donate]]
=== Puis-je donner de l'argent ou d'autres choses aux développeurs WeeChat ? === Puis-je donner de l'argent ou d'autres choses aux développeurs WeeChat ?
Vous pouvez donner de l'argent pour aider le développement. Vous pouvez donner de l'argent pour aider le développement.
Plus de détails sur http://weechat.org/about/donate Plus de détails sur https://weechat.org/about/donate

View File

@ -10,7 +10,7 @@ Ce manuel documente le client de messagerie instantanée WeeChat, il fait
partie de WeeChat. partie de WeeChat.
La dernière version de ce document peut être téléchargée sur cette page : La dernière version de ce document peut être téléchargée sur cette page :
http://weechat.org/doc https://weechat.org/doc
[[introduction]] [[introduction]]
@ -2009,7 +2009,7 @@ struct t_hashtable *options2 = weechat_hashtable_new (8,
/* ajout de crochets autour des URLs */ /* ajout de crochets autour des URLs */
weechat_hashtable_set (options2, "regex", "\\w+://\\S+"); weechat_hashtable_set (options2, "regex", "\\w+://\\S+");
weechat_hashtable_set (options2, "regex_replace", "[ ${re:0} ]"); weechat_hashtable_set (options2, "regex_replace", "[ ${re:0} ]");
char *str4 = weechat_string_eval_expression ("test: http://weechat.org", NULL, NULL, NULL); /* "test: [ http://weechat.org ]" */ char *str4 = weechat_string_eval_expression ("test: https://weechat.org", NULL, NULL, NULL); /* "test: [ https://weechat.org ]" */
/* masquage des mots de passe */ /* masquage des mots de passe */
weechat_hashtable_set (options2, "regex", "(password=)(\\S+)"); weechat_hashtable_set (options2, "regex", "(password=)(\\S+)");
@ -2038,7 +2038,7 @@ options = {
"regex": "\\w+://\\S+", "regex": "\\w+://\\S+",
"regex_replace": "[ ${re:0} ]", "regex_replace": "[ ${re:0} ]",
} }
str4 = weechat.string_eval_expression("test: http://weechat.org", {}, {}, options) # "test: [ http://weechat.org ]" str4 = weechat.string_eval_expression("test: https://weechat.org", {}, {}, options) # "test: [ https://weechat.org ]"
# replace with regex : masquage des mots de passe # replace with regex : masquage des mots de passe
options = { options = {
@ -7367,7 +7367,7 @@ Des options pour l'URL sont possibles avec la fonction
[TIP] [TIP]
Si vous souhaitez récupérer des infos à propos de WeeChat (comme la version Si vous souhaitez récupérer des infos à propos de WeeChat (comme la version
stable actuelle, le dernier commit git, etc...), vous pouvez utiliser les URLs stable actuelle, le dernier commit git, etc...), vous pouvez utiliser les URLs
sur la page http://weechat.org/dev/info sur la page https://weechat.org/dev/info
[NOTE] [NOTE]
La taille du tampon pour l'envoi des données au "callback" est de 64 Ko (il y a La taille du tampon pour l'envoi des données au "callback" est de 64 Ko (il y a
@ -7566,7 +7566,7 @@ struct t_hashtable *options = weechat_hashtable_new (8,
if (options) if (options)
{ {
weechat_hashtable_set (options, "file_out", "/tmp/weechat.org.html"); weechat_hashtable_set (options, "file_out", "/tmp/weechat.org.html");
struct t_hook *my_process_hook = weechat_hook_process_hashtable ("url:http://weechat.org/", struct t_hook *my_process_hook = weechat_hook_process_hashtable ("url:https://weechat.org/",
options, options,
20000, 20000,
&my_process_cb, NULL); &my_process_cb, NULL);
@ -7631,7 +7631,7 @@ def my_process_cb(data, command, return_code, out, err):
return weechat.WEECHAT_RC_OK return weechat.WEECHAT_RC_OK
# exemple 1 : téléchargement d'une URL # exemple 1 : téléchargement d'une URL
hook1 = weechat.hook_process_hashtable("url:http://weechat.org/", hook1 = weechat.hook_process_hashtable("url:https://weechat.org/",
{"file_out": "/tmp/weechat.org.html"}, {"file_out": "/tmp/weechat.org.html"},
20000, "my_process_cb", "") 20000, "my_process_cb", "")

View File

@ -333,7 +333,7 @@ Les extensions sont automatiquement chargées lorsqu'elles sont trouvées
extensions ou des scripts). extensions ou des scripts).
De nombreux scripts externes (de contributeurs) sont disponibles pour WeeChat : De nombreux scripts externes (de contributeurs) sont disponibles pour WeeChat :
http://weechat.org/scripts https://weechat.org/scripts
Vous pouvez gérer les scripts dans WeeChat avec la commande `/script` (voir Vous pouvez gérer les scripts dans WeeChat avec la commande `/script` (voir
`/help script` pour plus d'infos). `/help script` pour plus d'infos).
@ -342,6 +342,6 @@ Vous pouvez gérer les scripts dans WeeChat avec la commande `/script` (voir
== Plus de documentation == Plus de documentation
Vous pouvez maintenant utiliser WeeChat et lire la FAQ/documentation pour Vous pouvez maintenant utiliser WeeChat et lire la FAQ/documentation pour
toute autre question : http://weechat.org/doc toute autre question : https://weechat.org/doc
Bon WeeChat ! Bon WeeChat !

View File

@ -868,7 +868,7 @@ hda:
__path: ['0x4a715d0'] __path: ['0x4a715d0']
number: 3 number: 3
full_name: 'irc.freenode.#weechat' full_name: 'irc.freenode.#weechat'
title: 'Welcome on #weechat! http://weechat.org/' title: 'Welcome on #weechat! https://weechat.org/'
---- ----
[[message_buffer_cleared]] [[message_buffer_cleared]]

View File

@ -10,7 +10,7 @@ Ce manuel documente le client de messagerie instantanée WeeChat, il fait
partie de WeeChat. partie de WeeChat.
La dernière version de ce document peut être téléchargée sur cette page : La dernière version de ce document peut être téléchargée sur cette page :
http://weechat.org/doc https://weechat.org/doc
[[introduction]] [[introduction]]
@ -730,13 +730,13 @@ def weechat_process_cb(data, command, rc, out, err):
weechat.prnt("", "La version stable courante de WeeChat est : %s" % weechat_version) weechat.prnt("", "La version stable courante de WeeChat est : %s" % weechat_version)
return weechat.WEECHAT_RC_OK return weechat.WEECHAT_RC_OK
weechat.hook_process("url:http://weechat.org/dev/info/stable/", weechat.hook_process("url:https://weechat.org/dev/info/stable/",
30 * 1000, "weechat_process_cb", "") 30 * 1000, "weechat_process_cb", "")
---- ----
[TIP] [TIP]
Toutes les infos disponibles à propos de WeeChat sont sur la page Toutes les infos disponibles à propos de WeeChat sont sur la page
http://weechat.org/dev/info https://weechat.org/dev/info
Exemple de transfert d'URL avec une option : télécharger le dernier paquet de Exemple de transfert d'URL avec une option : télécharger le dernier paquet de
développement WeeChat dans le fichier '/tmp/weechat-devel.tar.gz' : développement WeeChat dans le fichier '/tmp/weechat-devel.tar.gz' :
@ -748,7 +748,7 @@ def my_process_cb(data, command, rc, out, err):
weechat.prnt("", "Fin du transfert (rc=%s)" % rc) weechat.prnt("", "Fin du transfert (rc=%s)" % rc)
return weechat.WEECHAT_RC_OK return weechat.WEECHAT_RC_OK
weechat.hook_process_hashtable("url:http://weechat.org/files/src/weechat-devel.tar.gz", weechat.hook_process_hashtable("url:https://weechat.org/files/src/weechat-devel.tar.gz",
{"file_out": "/tmp/weechat-devel.tar.gz"}, {"file_out": "/tmp/weechat-devel.tar.gz"},
30 * 1000, "my_process_cb", "") 30 * 1000, "my_process_cb", "")
---- ----

View File

@ -80,7 +80,7 @@ pour obtenir juste les deltas avec la version d'aujourd'hui.
Sinon vous pouvez installer le paquet 'devel' : Sinon vous pouvez installer le paquet 'devel' :
---- ----
$ wget http://weechat.org/files/src/weechat-devel.tar.bz2 $ wget https://weechat.org/files/src/weechat-devel.tar.bz2
$ tar xvjf weechat-devel.tar.bz2 $ tar xvjf weechat-devel.tar.bz2
$ cd weechat-devel $ cd weechat-devel
---- ----
@ -110,7 +110,7 @@ $ make install
Selon votre distribution Linux : Selon votre distribution Linux :
* Debian: http://debian.flashtux.org/ * Debian: http://debian.flashtux.org/
* Gentoo: http://weechat.org/download * Gentoo: https://weechat.org/download
* ArchLinux: PKGBUILD depuis http://aur.archlinux.org/ * ArchLinux: PKGBUILD depuis http://aur.archlinux.org/
* autre: nous ne savons pas ! Eheh. * autre: nous ne savons pas ! Eheh.

View File

@ -10,7 +10,7 @@ Ce manuel documente le client de messagerie instantanée WeeChat, il fait
partie de WeeChat. partie de WeeChat.
La dernière version de ce document peut être téléchargée sur cette page : La dernière version de ce document peut être téléchargée sur cette page :
http://weechat.org/doc https://weechat.org/doc
[[introduction]] [[introduction]]
@ -36,7 +36,7 @@ Ses principales fonctionnalités sont les suivantes :
* multi plates-formes (GNU/Linux, *BSD, MacOS X, Windows et d'autres systèmes) * multi plates-formes (GNU/Linux, *BSD, MacOS X, Windows et d'autres systèmes)
* 100% GPL, logiciel libre * 100% GPL, logiciel libre
La page d'accueil de WeeChat est ici : http://weechat.org/ La page d'accueil de WeeChat est ici : https://weechat.org/
[[prerequisites]] [[prerequisites]]
=== Prérequis === Prérequis
@ -951,9 +951,9 @@ Si WeeChat ressemble à ceci :
│12:52:27 -- | Canal #test: 4 pseudos (2 ops, 1 voice, 1 normal) │+weebot│ │12:52:27 -- | Canal #test: 4 pseudos (2 ops, 1 voice, 1 normal) │+weebot│
│12:52:27 -- | Canal créé le Tue Jan 27 06:30:17 2009 │peter │ │12:52:27 -- | Canal créé le Tue Jan 27 06:30:17 2009 │peter │
│12:54:15 peter | bonjour ! │ │ │12:54:15 peter | bonjour ! │ │
│12:55:01 @joe | peter: hook_process: http://weechat.org/files/doc │ │ │12:55:01 @joe | peter: hook_process: https://weechat.org/files/do │ │
│ | /devel/weechat_plugin_api.en.html#_weechat_hook_p │ │ │ | c/devel/weechat_plugin_api.en.html#_weechat_hook_ │ │
│ | rocess │ │ │ | process │ │
│ │ │ │ │ │
│ │ │ │ │ │
│ │ │ │ │ │
@ -990,8 +990,8 @@ L'écran ressemblera à ça en mode dépouillé :
│12:52 -- Canal #test: 4 pseudos (2 ops, 1 voice, 1 normal) │ │12:52 -- Canal #test: 4 pseudos (2 ops, 1 voice, 1 normal) │
│12:52 -- Canal créé le Tue Jan 27 06:30:17 2009 │ │12:52 -- Canal créé le Tue Jan 27 06:30:17 2009 │
│12:54 <peter> bonjour ! │ │12:54 <peter> bonjour ! │
│12:55 <@joe> peter: hook_process: http://weechat.org/files/doc/devel/weecha │12:55 <@joe> peter: hook_process: https://weechat.org/files/doc/devel/weech│
│t_plugin_api.en.html#_weechat_hook_process at_plugin_api.en.html#_weechat_hook_process │
└───────────────────────────────────────────────────────────────────────────┘ └───────────────────────────────────────────────────────────────────────────┘
.... ....
@ -2406,8 +2406,8 @@ automatiquement remplacées par WeeChat lors de la réponse au CTCP :
| $git | Version git ^(1)^ | `v0.3.9-104-g7eb5cc4` | $git | Version git ^(1)^ | `v0.3.9-104-g7eb5cc4`
| $compilation | Date de compilation WeeChat | `Dec 16 2012` | $compilation | Date de compilation WeeChat | `Dec 16 2012`
| $osinfo | Information sur l'OS | `Linux 2.6.32-5-amd64 / x86_64` | $osinfo | Information sur l'OS | `Linux 2.6.32-5-amd64 / x86_64`
| $site | Site WeeChat | `http://weechat.org/` | $site | Site WeeChat | `https://weechat.org/`
| $download | Site WeeChat, page téléchargement | `http://weechat.org/download` | $download | Site WeeChat, page téléchargement | `https://weechat.org/download`
| $time | Date/heure courante | `Sun, 16 Dec 2012 10:40:48 +0100` | $time | Date/heure courante | `Sun, 16 Dec 2012 10:40:48 +0100`
| $username | Nom d'utilisateur sur le serveur | `nom` | $username | Nom d'utilisateur sur le serveur | `nom`
| $realname | Nom réel sur le serveur | `John Doe` | $realname | Nom réel sur le serveur | `John Doe`
@ -2425,7 +2425,7 @@ Si les options CTCP ne sont pas définies (par défaut), les réponses CTCP sont
| CTCP | Format de réponse | Exemple | CTCP | Format de réponse | Exemple
| CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` | CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION`
| FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` | FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)`
| SOURCE | `$download` | `http://weechat.org/download` | SOURCE | `$download` | `https://weechat.org/download`
| TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100` | TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100`
| USERINFO | `$username ($realname)` | `nom (John Doe)` | USERINFO | `$username ($realname)` | `nom (John Doe)`
| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)` | VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)`
@ -2829,7 +2829,7 @@ L'extension Relay peut envoyer les données à une interface distante en
utilisant le protocole WeeChat. utilisant le protocole WeeChat.
Vous pouvez vous connecter avec une interface distante, voir la liste sur la Vous pouvez vous connecter avec une interface distante, voir la liste sur la
page de téléchargement : http://weechat.org/download page de téléchargement : https://weechat.org/download
[IMPORTANT] [IMPORTANT]
WeeChat lui-même ne peut PAS se connecter sur un autre WeeChat avec ce WeeChat lui-même ne peut PAS se connecter sur un autre WeeChat avec ce
@ -2878,7 +2878,7 @@ langages.
Une autre extension appelée "script" est un gestionnaire de scripts et est Une autre extension appelée "script" est un gestionnaire de scripts et est
utilisé pour charger/décharger des scripts pour n'importe quel langage, et utilisé pour charger/décharger des scripts pour n'importe quel langage, et
installer/supprimer des scripts du dépôt WeeChat, qui sont visibles à cette URL: installer/supprimer des scripts du dépôt WeeChat, qui sont visibles à cette URL:
http://weechat.org/scripts https://weechat.org/scripts
Pour plus d'informations sur comment écrire des scripts, ou sur l'API Pour plus d'informations sur comment écrire des scripts, ou sur l'API
WeeChat pour les scripts, merci de lire le 'Le Guide pour Scripts WeeChat'. WeeChat pour les scripts, merci de lire le 'Le Guide pour Scripts WeeChat'.
@ -3512,4 +3512,4 @@ Pour le support via IRC, sur le serveur 'chat.freenode.net' :
* canaux non officiels : * canaux non officiels :
** '#weechat-de' (Allemand) ** '#weechat-de' (Allemand)
Pour les autres formes de support, voir : http://weechat.org/dev/support Pour les autres formes de support, voir : https://weechat.org/dev/support

View File

@ -63,7 +63,7 @@ Examples:
/exec -n ls -l /tmp /exec -n ls -l /tmp
/exec -n ps xu | grep weechat /exec -n ps xu | grep weechat
/exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
/exec -nf -noln links -dump http://weechat.org/files/doc/devel/weechat_user.en.html /exec -nf -noln links -dump https://weechat.org/files/doc/devel/weechat_user.en.html
/exec -o uptime /exec -o uptime
/exec -pipe "/print Machine uptime:" uptime /exec -pipe "/print Machine uptime:" uptime
/exec -n tail -f /var/log/messages /exec -n tail -f /var/log/messages

View File

@ -29,7 +29,7 @@ protocol.name: protocol and name to relay:
- protocol "weechat" (name is not used) - protocol "weechat" (name is not used)
The "irc" protocol allows any IRC client (including WeeChat itself) to connect on the port. The "irc" protocol allows any IRC client (including WeeChat itself) to connect on the port.
The "weechat" protocol allows a remote interface to connect on the port, see the list here: http://weechat.org/download/ The "weechat" protocol allows a remote interface to connect on the port, see the list here: https://weechat.org/download/
Without argument, this command opens buffer with list of relay clients. Without argument, this command opens buffer with list of relay clients.

View File

@ -30,7 +30,7 @@ include::cmdline_options.it.asciidoc[]
== PLUGIN OPTIONS == PLUGIN OPTIONS
For complete doc on plugin options, please look at plugins documentation in For complete doc on plugin options, please look at plugins documentation in
http://weechat.org/doc[WeeChat user's guide]. https://weechat.org/doc[WeeChat user's guide].
With irc plugin, you can connect to temporary server with an URL like: With irc plugin, you can connect to temporary server with an URL like:
@ -104,10 +104,10 @@ the Free Software Foundation; either version 3 of the License, or
Please read the COPYING file for more information. Please read the COPYING file for more information.
Web: <http://weechat.org/> Web: <https://weechat.org/>
// TRANSLATION MISSING // TRANSLATION MISSING
== SUPPORT / REPORTING BUGS == SUPPORT / REPORTING BUGS
// TRANSLATION MISSING // TRANSLATION MISSING
For help or a bug report: <http://weechat.org/dev/support> For help or a bug report: <https://weechat.org/dev/support>

View File

@ -28,7 +28,7 @@ non c'entra con WeeChat!).
// TRANSLATION MISSING // TRANSLATION MISSING
Because WeeChat is very light and brings innovating features. Because WeeChat is very light and brings innovating features.
Maggiori informazioni su http://weechat.org/about/features Maggiori informazioni su https://weechat.org/about/features
[[compilation_install]] [[compilation_install]]
== Compilazione / installazione == Compilazione / installazione
@ -38,7 +38,7 @@ Maggiori informazioni su http://weechat.org/about/features
// TRANSLATION MISSING // TRANSLATION MISSING
Some remote GUIs are available, see the links on features page: Some remote GUIs are available, see the links on features page:
http://weechat.org/about/features https://weechat.org/about/features
[[compile_git]] [[compile_git]]
=== Non è possibile compilare WeeChat dopo aver clonato il repository git, perché? === Non è possibile compilare WeeChat dopo aver clonato il repository git, perché?
@ -78,7 +78,7 @@ brew install weechat --with-python --with-perl
Per l'aiuto digitare `/help`. Per l'aiuto su un comando, digitare `/help comando`. Per l'aiuto digitare `/help`. Per l'aiuto su un comando, digitare `/help comando`.
Tasti e comandi sono elencati nella documentazione. Tasti e comandi sono elencati nella documentazione.
Si raccomanda ai nuovi utenti di leggere la guida rapida: http://weechat.org/doc Si raccomanda ai nuovi utenti di leggere la guida rapida: https://weechat.org/doc
[[display]] [[display]]
== Visualizzare == Visualizzare
@ -794,7 +794,7 @@ You can follow same tips as for <<memory_usage,memory>>, and these ones:
=== Come posso segnalare bug, richiedere nuove funzionalità o inviare patch? === Come posso segnalare bug, richiedere nuove funzionalità o inviare patch?
// TRANSLATION MISSING // TRANSLATION MISSING
See: http://weechat.org/dev/support See: https://weechat.org/dev/support
[[gdb_error_threads]] [[gdb_error_threads]]
=== Quando eseguo WeeChat in gdb, c'è un errore riguardo ai thread, cosa posso fare? === Quando eseguo WeeChat in gdb, c'è un errore riguardo ai thread, cosa posso fare?
@ -820,7 +820,7 @@ $ LD_PRELOAD=/lib/libpthread.so.0 gdb /path/to/weechat
[[supported_os]] [[supported_os]]
=== Qual è la lista delle piattaforme supportate da WeeChat? Verrà effettuato il port su altri sistemi operativi? === Qual è la lista delle piattaforme supportate da WeeChat? Verrà effettuato il port su altri sistemi operativi?
La lista completa è su questa pagina: http://weechat.org/download La lista completa è su questa pagina: https://weechat.org/download
Facciamo del nostro meglio per portarlo su più piattaforme possibili. L'aiuto Facciamo del nostro meglio per portarlo su più piattaforme possibili. L'aiuto
per gli OS che non abbiamo, e su cui testare WeeChat, è ben accetto. per gli OS che non abbiamo, e su cui testare WeeChat, è ben accetto.
@ -831,10 +831,10 @@ per gli OS che non abbiamo, e su cui testare WeeChat, è ben accetto.
Ci sono molti compiti da fare (testing, scrittura del codice, documentazione, ...) Ci sono molti compiti da fare (testing, scrittura del codice, documentazione, ...)
Per favore contattateci su IRC o via mail e consultate la pagina di supporto: Per favore contattateci su IRC o via mail e consultate la pagina di supporto:
http://weechat.org/dev/support https://weechat.org/dev/support
[[donate]] [[donate]]
=== Posso donare denaro o altre cose agli sviluppatori di WeeChat? === Posso donare denaro o altre cose agli sviluppatori di WeeChat?
È possibile donare denaro per aiutare lo sviluppo. È possibile donare denaro per aiutare lo sviluppo.
Maggiori dettagli su http://weechat.org/about/donate Maggiori dettagli su https://weechat.org/about/donate

View File

@ -10,7 +10,7 @@ Questo manuale documenta il client di chat WeeChat, ed è parte
del programma stesso. del programma stesso.
La versione più recente di questo documento si trova qui: La versione più recente di questo documento si trova qui:
http://weechat.org/doc https://weechat.org/doc
[[introduction]] [[introduction]]
@ -2029,7 +2029,7 @@ struct t_hashtable *options2 = weechat_hashtable_new (8,
/* add brackets around URLs */ /* add brackets around URLs */
weechat_hashtable_set (options2, "regex", "\\w+://\\S+"); weechat_hashtable_set (options2, "regex", "\\w+://\\S+");
weechat_hashtable_set (options2, "regex_replace", "[ ${re:0} ]"); weechat_hashtable_set (options2, "regex_replace", "[ ${re:0} ]");
char *str4 = weechat_string_eval_expression ("test: http://weechat.org", NULL, NULL, NULL); /* "test: [ http://weechat.org ]" */ char *str4 = weechat_string_eval_expression ("test: https://weechat.org", NULL, NULL, NULL); /* "test: [ https://weechat.org ]" */
/* hide passwords */ /* hide passwords */
weechat_hashtable_set (options2, "regex", "(password=)(\\S+)"); weechat_hashtable_set (options2, "regex", "(password=)(\\S+)");
@ -2058,7 +2058,7 @@ options = {
"regex": "\\w+://\\S+", "regex": "\\w+://\\S+",
"regex_replace": "[ ${re:0} ]", "regex_replace": "[ ${re:0} ]",
} }
str4 = weechat.string_eval_expression("test: http://weechat.org", {}, {}, options) # "test: [ http://weechat.org ]" str4 = weechat.string_eval_expression("test: https://weechat.org", {}, {}, options) # "test: [ https://weechat.org ]"
# replace with regex: hide passwords # replace with regex: hide passwords
options = { options = {
@ -7381,7 +7381,7 @@ un URL sono disponibili con la funzione
// TRANSLATION MISSING // TRANSLATION MISSING
[TIP] [TIP]
If you want to retrieve infos about WeeChat (like current stable version, If you want to retrieve infos about WeeChat (like current stable version,
latest git commit, ...), you can use URLs on page http://weechat.org/dev/info latest git commit, ...), you can use URLs on page https://weechat.org/dev/info
[NOTE] [NOTE]
La dimensione del buffer per l'invio dei dati alla callback è di 64KB (ci sono La dimensione del buffer per l'invio dei dati alla callback è di 64KB (ci sono
@ -7583,7 +7583,7 @@ struct t_hashtable *options = weechat_hashtable_new (8,
if (options) if (options)
{ {
weechat_hashtable_set (options, "file_out", "/tmp/weechat.org.html"); weechat_hashtable_set (options, "file_out", "/tmp/weechat.org.html");
struct t_hook *my_process_hook = weechat_hook_process_hashtable ("url:http://weechat.org/", struct t_hook *my_process_hook = weechat_hook_process_hashtable ("url:https://weechat.org/",
options, options,
20000, 20000,
&my_process_cb, NULL); &my_process_cb, NULL);
@ -7648,7 +7648,7 @@ def my_process_cb(data, command, return_code, out, err):
return weechat.WEECHAT_RC_OK return weechat.WEECHAT_RC_OK
# example 1: download URL # example 1: download URL
hook1 = weechat.hook_process_hashtable("url:http://weechat.org/", hook1 = weechat.hook_process_hashtable("url:https://weechat.org/",
{"file_out": "/tmp/weechat.org.html"}, {"file_out": "/tmp/weechat.org.html"},
20000, "my_process_cb", "") 20000, "my_process_cb", "")

View File

@ -336,7 +336,7 @@ I plugin vengono caricati automaticamente quando trovati
o script). o script).
Sono disponibili molti script esterni (dai contributori) per WeeChat: Sono disponibili molti script esterni (dai contributori) per WeeChat:
http://weechat.org/scripts https://weechat.org/scripts
È possibile gestire gli script in WeeChat con il comando `/script` (consultare È possibile gestire gli script in WeeChat con il comando `/script` (consultare
`/help script` per maggiori informazioni). `/help script` per maggiori informazioni).
@ -346,6 +346,6 @@ http://weechat.org/scripts
È ora possibilie usare WeeChat e leggere FAQ/documentazione per ogni altra È ora possibilie usare WeeChat e leggere FAQ/documentazione per ogni altra
domanda: domanda:
http://weechat.org/doc https://weechat.org/doc
Buon WeeChat! Buon WeeChat!

View File

@ -10,7 +10,7 @@ Questo manuale documenta il client di chat WeeChat, ed è parte
del programma stesso. del programma stesso.
La versione più recente di questo documento si trova qui: La versione più recente di questo documento si trova qui:
http://weechat.org/doc https://weechat.org/doc
[[introduction]] [[introduction]]
@ -728,13 +728,13 @@ def weechat_process_cb(data, command, rc, out, err):
weechat.prnt("", "Current WeeChat stable is: %s" % weechat_version) weechat.prnt("", "Current WeeChat stable is: %s" % weechat_version)
return weechat.WEECHAT_RC_OK return weechat.WEECHAT_RC_OK
weechat.hook_process("url:http://weechat.org/dev/info/stable/", weechat.hook_process("url:https://weechat.org/dev/info/stable/",
30 * 1000, "weechat_process_cb", "") 30 * 1000, "weechat_process_cb", "")
---- ----
[TIP] [TIP]
Tutte le informazioni disponibili su Weechat sono sulla pagina Tutte le informazioni disponibili su Weechat sono sulla pagina
http://weechat.org/dev/info https://weechat.org/dev/info
Esempio di trasferimento di un URL con un'opzione: scaricare l'ultimo pacchetto Esempio di trasferimento di un URL con un'opzione: scaricare l'ultimo pacchetto
di sviluppo di WeeChat nel file '/tmp/weechat-devel.tar.gz': di sviluppo di WeeChat nel file '/tmp/weechat-devel.tar.gz':
@ -746,7 +746,7 @@ def my_process_cb(data, command, rc, out, err):
weechat.prnt("", "End of transfer (rc=%s)" % rc) weechat.prnt("", "End of transfer (rc=%s)" % rc)
return weechat.WEECHAT_RC_OK return weechat.WEECHAT_RC_OK
weechat.hook_process_hashtable("url:http://weechat.org/files/src/weechat-devel.tar.gz", weechat.hook_process_hashtable("url:https://weechat.org/files/src/weechat-devel.tar.gz",
{"file_out": "/tmp/weechat-devel.tar.gz"}, {"file_out": "/tmp/weechat-devel.tar.gz"},
30 * 1000, "my_process_cb", "") 30 * 1000, "my_process_cb", "")
---- ----

View File

@ -79,7 +79,7 @@ ricevere gli ultimi aggiornamenti.
Altrimenti si può scaricare ed estrarre il pacchetto 'devel': Altrimenti si può scaricare ed estrarre il pacchetto 'devel':
---- ----
$ wget http://weechat.org/files/src/weechat-devel.tar.bz2 $ wget https://weechat.org/files/src/weechat-devel.tar.bz2
$ tar xvjf weechat-devel.tar.bz2 $ tar xvjf weechat-devel.tar.bz2
$ cd weechat-devel $ cd weechat-devel
---- ----
@ -109,7 +109,7 @@ $ make install
A seconda della distribuzione Linux: A seconda della distribuzione Linux:
* Debian: http://debian.flashtux.org/ * Debian: http://debian.flashtux.org/
* Gentoo: http://weechat.org/download * Gentoo: https://weechat.org/download
* ArchLinux: PKGBUILD da http://aur.archlinux.org/ * ArchLinux: PKGBUILD da http://aur.archlinux.org/
* altro: non lo sappiamo! Eheh. * altro: non lo sappiamo! Eheh.

View File

@ -10,7 +10,7 @@ Questo manuale documenta il client di chat WeeChat, ed è parte
del programma stesso. del programma stesso.
È possibile trovare l'ultima versione di questo documento qui: È possibile trovare l'ultima versione di questo documento qui:
http://weechat.org/doc https://weechat.org/doc
[[introduction]] [[introduction]]
@ -37,7 +37,7 @@ Le principali caratteristiche:
* multi-piattaforma (GNU/Linux, *BSD, MacOS X, Windows ed altre) * multi-piattaforma (GNU/Linux, *BSD, MacOS X, Windows ed altre)
* 100% GPL, software libero * 100% GPL, software libero
La home page di WeeChat si trova qui: http://weechat.org/ La home page di WeeChat si trova qui: https://weechat.org/
[[prerequisites]] [[prerequisites]]
=== Requisiti === Requisiti
@ -966,9 +966,9 @@ If WeeChat looks like that:
│12:52:27 -- | Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │+weebot│ │12:52:27 -- | Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │+weebot│
│12:52:27 -- | Channel created on Tue Jan 27 06:30:17 2009 │peter │ │12:52:27 -- | Channel created on Tue Jan 27 06:30:17 2009 │peter │
│12:54:15 peter | hey! │ │ │12:54:15 peter | hey! │ │
│12:55:01 @joe | peter: hook_process: http://weechat.org/files/doc │ │ │12:55:01 @joe | peter: hook_process: https://weechat.org/files/do │ │
│ | /devel/weechat_plugin_api.en.html#_weechat_hook_p │ │ │ | c/devel/weechat_plugin_api.en.html#_weechat_hook_ │ │
│ | rocess │ │ │ | process │ │
│ │ │ │ │ │
│ │ │ │ │ │
│ │ │ │ │ │
@ -1005,8 +1005,8 @@ The screen will look like that in bare display:
│12:52 -- Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │ │12:52 -- Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │
│12:52 -- Channel created on Tue Jan 27 06:30:17 2009 │ │12:52 -- Channel created on Tue Jan 27 06:30:17 2009 │
│12:54 <peter> hey! │ │12:54 <peter> hey! │
│12:55 <@joe> peter: hook_process: http://weechat.org/files/doc/devel/weecha │12:55 <@joe> peter: hook_process: https://weechat.org/files/doc/devel/weech│
│t_plugin_api.en.html#_weechat_hook_process at_plugin_api.en.html#_weechat_hook_process │
└───────────────────────────────────────────────────────────────────────────┘ └───────────────────────────────────────────────────────────────────────────┘
.... ....
@ -2439,8 +2439,8 @@ automaticamente da WeeChat quando si risponde alle CTCP
| $git | Git version ^(1)^ | `v0.3.9-104-g7eb5cc4` | $git | Git version ^(1)^ | `v0.3.9-104-g7eb5cc4`
| $compilation | Data di compilazione di WeeChat | `Dec 16 2012` | $compilation | Data di compilazione di WeeChat | `Dec 16 2012`
| $osinfo | Informazioni sull'OS | `Linux 2.6.32-5-amd64 / x86_64` | $osinfo | Informazioni sull'OS | `Linux 2.6.32-5-amd64 / x86_64`
| $site | Sito di WeeChat | `http://weechat.org/` | $site | Sito di WeeChat | `https://weechat.org/`
| $download | Sito di WeeChat, pagina di download | `http://weechat.org/download` | $download | Sito di WeeChat, pagina di download | `https://weechat.org/download`
| $time | Data/ora correnti | `Sun, 16 Dec 2012 10:40:48 +0100` | $time | Data/ora correnti | `Sun, 16 Dec 2012 10:40:48 +0100`
| $username | Nome utente sul server IRC | `name` | $username | Nome utente sul server IRC | `name`
| $realname | Nome reale sul server IRC | `John Doe` | $realname | Nome reale sul server IRC | `John Doe`
@ -2460,7 +2460,7 @@ le risposte CTCP sono:
| CTCP | Formato risposta | Esempio | CTCP | Formato risposta | Esempio
| CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` | CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION`
| FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` | FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)`
| SOURCE | `$download` | `http://weechat.org/download` | SOURCE | `$download` | `https://weechat.org/download`
| TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100` | TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100`
| USERINFO | `$username ($realname)` | `name (John Doe)` | USERINFO | `$username ($realname)` | `name (John Doe)`
| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)` | VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)`
@ -2876,7 +2876,7 @@ WeeChat.
// TRANSLATION MISSING // TRANSLATION MISSING
You can connect with a remote interface, see the list on download page: You can connect with a remote interface, see the list on download page:
http://weechat.org/download https://weechat.org/download
[IMPORTANT] [IMPORTANT]
// TRANSLATION MISSING // TRANSLATION MISSING
@ -2924,7 +2924,7 @@ linguaggi.
// TRANSLATION MISSING // TRANSLATION MISSING
Another plugin called "script" is a scripts manager and is used to load/unload Another plugin called "script" is a scripts manager and is used to load/unload
scripts of any language, and install/remove scripts of WeeChat scripts scripts of any language, and install/remove scripts of WeeChat scripts
repository, which are visible at this URL: http://weechat.org/scripts repository, which are visible at this URL: https://weechat.org/scripts
Per maggiori informazioni su come scrivere gli script, o le API WeeChat Per maggiori informazioni su come scrivere gli script, o le API WeeChat
per gli script, consultare la 'Guida allo Scripting di WeeChat'. per gli script, consultare la 'Guida allo Scripting di WeeChat'.
@ -3556,4 +3556,4 @@ For support with IRC, on server 'chat.freenode.net':
** '#weechat-de' (German) ** '#weechat-de' (German)
// TRANSLATION MISSING // TRANSLATION MISSING
For other ways of support, see: http://weechat.org/dev/support For other ways of support, see: https://weechat.org/dev/support

View File

@ -63,7 +63,7 @@ property: フックプロパティ
/exec -n ls -l /tmp /exec -n ls -l /tmp
/exec -n ps xu | grep weechat /exec -n ps xu | grep weechat
/exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
/exec -nf -noln links -dump http://weechat.org/files/doc/devel/weechat_user.en.html /exec -nf -noln links -dump https://weechat.org/files/doc/devel/weechat_user.en.html
/exec -o uptime /exec -o uptime
/exec -pipe "/print Machine uptime:" uptime /exec -pipe "/print Machine uptime:" uptime
/exec -n tail -f /var/log/messages /exec -n tail -f /var/log/messages

View File

@ -29,7 +29,7 @@ protocol.name: リレーするプロトコルと名前:
- "weechat" プロトコル (name は使われません) - "weechat" プロトコル (name は使われません)
"irc" プロトコルを指定した場合、どんな IRC クライアント (WeeChat 自身を含めて) でもポートに接続することができます。 "irc" プロトコルを指定した場合、どんな IRC クライアント (WeeChat 自身を含めて) でもポートに接続することができます。
"weechat" プロトコルを指定した場合、リモートインターフェイスを使ってポートに接続することができます、参照: http://weechat.org/download/ "weechat" プロトコルを指定した場合、リモートインターフェイスを使ってポートに接続することができます、参照: https://weechat.org/download/
引数無しの場合、リレークライアントのリストを含むバッファを開く 引数無しの場合、リレークライアントのリストを含むバッファを開く

View File

@ -28,7 +28,7 @@ include::cmdline_options.ja.asciidoc[]
== プラグインオプション == プラグインオプション
プラグインオプションに関する完全な文書は プラグインオプションに関する完全な文書は
http://weechat.org/doc[WeeChat ユーザーガイド] のプラグインリファレンスを参照してください。 https://weechat.org/doc[WeeChat ユーザーガイド] のプラグインリファレンスを参照してください。
irc プラグインでは以下の様な URL で一時的なサーバに接続することができます: irc プラグインでは以下の様な URL で一時的なサーバに接続することができます:
@ -100,8 +100,8 @@ GNU 一般公衆利用許諾契約書 (バージョン2か、希望によって
より詳しい情報は COPYING ファイルを読んでください。 より詳しい情報は COPYING ファイルを読んでください。
Web: <http://weechat.org/> Web: <https://weechat.org/>
== サポート / バグ報告 == サポート / バグ報告
手助けを受けたりバグを報告するには: <http://weechat.org/dev/support> 手助けを受けたりバグを報告するには: <https://weechat.org/dev/support>

View File

@ -9,7 +9,7 @@
このマニュアルは WeeChat チャットクライアントについての文書で、これは WeeChat の一部です。 このマニュアルは WeeChat チャットクライアントについての文書で、これは WeeChat の一部です。
この文書の最新版は以下のページにあります: この文書の最新版は以下のページにあります:
http://weechat.org/doc https://weechat.org/doc
[[introduction]] [[introduction]]

View File

@ -27,7 +27,7 @@
WeeChat は非常に軽く、革新的な機能を備えているからです。 WeeChat は非常に軽く、革新的な機能を備えているからです。
こののページに関するより詳しい情報: http://weechat.org/about/features こののページに関するより詳しい情報: https://weechat.org/about/features
[[compilation_install]] [[compilation_install]]
== コンパイル / インストール == コンパイル / インストール
@ -36,7 +36,7 @@ WeeChat は非常に軽く、革新的な機能を備えているからです。
=== WeeChat には多くの GUI があると聞きました。コンパイル/利用方法を教えてください。 === WeeChat には多くの GUI があると聞きました。コンパイル/利用方法を教えてください。
いくつかのリモート GUI が利用可能です、機能のページに載っているリンクをご覧ください: いくつかのリモート GUI が利用可能です、機能のページに載っているリンクをご覧ください:
http://weechat.org/about/features https://weechat.org/about/features
[[compile_git]] [[compile_git]]
=== git リポジトリをクローンした後に WeeChat をコンパイルできません。 === git リポジトリをクローンした後に WeeChat をコンパイルできません。
@ -73,7 +73,7 @@ brew install weechat --with-python --with-perl
キーとコマンドはドキュメント内にリストアップされています。 キーとコマンドはドキュメント内にリストアップされています。
新しいユーザはクイックスタートガイドを読むことをお勧めします: 新しいユーザはクイックスタートガイドを読むことをお勧めします:
http://weechat.org/doc https://weechat.org/doc
[[display]] [[display]]
== 表示 == 表示
@ -750,7 +750,7 @@ OpenBSD では、プラグインファイル名の末尾が ".so.0.0" です (Li
[[bug_task_patch]] [[bug_task_patch]]
=== どのようにバグ報告、新機能のリクエスト、パッチ送信すればよいですか。 === どのようにバグ報告、新機能のリクエスト、パッチ送信すればよいですか。
以下のページを参照してください: http://weechat.org/dev/support 以下のページを参照してください: https://weechat.org/dev/support
[[gdb_error_threads]] [[gdb_error_threads]]
=== gdb で WeeChat を実行する場合、スレッドに関するエラーが発生します。 === gdb で WeeChat を実行する場合、スレッドに関するエラーが発生します。
@ -775,7 +775,7 @@ $ LD_PRELOAD=/lib/libpthread.so.0 gdb /path/to/weechat
[[supported_os]] [[supported_os]]
=== WeeChat をサポートするプラットフォームのリストを教えてください。他のオペレーティングシステムへの移植予定はありますか。 === WeeChat をサポートするプラットフォームのリストを教えてください。他のオペレーティングシステムへの移植予定はありますか。
完全なリストはこのページにあります: http://weechat.org/download 完全なリストはこのページにあります: https://weechat.org/download
我々は可能な限り多くのプラットフォームに移植することに最善を尽くしています。 我々は可能な限り多くのプラットフォームに移植することに最善を尽くしています。
我々が持っていない OS で WeeChat をテストすることを歓迎します。 我々が持っていない OS で WeeChat をテストすることを歓迎します。
@ -786,10 +786,10 @@ $ LD_PRELOAD=/lib/libpthread.so.0 gdb /path/to/weechat
多くの課題があります (テスト、コード、ドキュメント作成、...)。 多くの課題があります (テスト、コード、ドキュメント作成、...)。
IRC かメールで連絡を取り、サポートページを確認してください: IRC かメールで連絡を取り、サポートページを確認してください:
http://weechat.org/dev/support https://weechat.org/dev/support
[[donate]] [[donate]]
=== WeeChat 開発者にお金か何かを贈りたいのですが。 === WeeChat 開発者にお金か何かを贈りたいのですが。
開発補助のためお金を贈ることができます。 開発補助のためお金を贈ることができます。
詳しいことは http://weechat.org/about/donate に載っています。 詳しいことは https://weechat.org/about/donate に載っています。

View File

@ -9,7 +9,7 @@
このマニュアルは WeeChat チャットクライアントについての文書で、WeeChat の一部です。 このマニュアルは WeeChat チャットクライアントについての文書で、WeeChat の一部です。
この文書の最新版を見るには以下のページを確認して下さい: この文書の最新版を見るには以下のページを確認して下さい:
http://weechat.org/doc https://weechat.org/doc
[[introduction]] [[introduction]]
@ -1966,7 +1966,7 @@ struct t_hashtable *options2 = weechat_hashtable_new (8,
/* URL に関するブラックリストを追加 */ /* URL に関するブラックリストを追加 */
weechat_hashtable_set (options2, "regex", "\\w+://\\S+"); weechat_hashtable_set (options2, "regex", "\\w+://\\S+");
weechat_hashtable_set (options2, "regex_replace", "[ ${re:0} ]"); weechat_hashtable_set (options2, "regex_replace", "[ ${re:0} ]");
char *str4 = weechat_string_eval_expression ("test: http://weechat.org", NULL, NULL, NULL); /* "test: [ http://weechat.org ]" */ char *str4 = weechat_string_eval_expression ("test: https://weechat.org", NULL, NULL, NULL); /* "test: [ https://weechat.org ]" */
/* パスワードを隠す */ /* パスワードを隠す */
weechat_hashtable_set (options2, "regex", "(password=)(\\S+)"); weechat_hashtable_set (options2, "regex", "(password=)(\\S+)");
@ -1995,7 +1995,7 @@ options = {
"regex": "\\w+://\\S+", "regex": "\\w+://\\S+",
"regex_replace": "[ ${re:0} ]", "regex_replace": "[ ${re:0} ]",
} }
str4 = weechat.string_eval_expression("test: http://weechat.org", {}, {}, options) # "test: [ http://weechat.org ]" str4 = weechat.string_eval_expression("test: https://weechat.org", {}, {}, options) # "test: [ https://weechat.org ]"
# 正規表現を用いた置換: パスワードを隠す # 正規表現を用いた置換: パスワードを隠す
options = { options = {
@ -7235,7 +7235,7 @@ struct t_hook *weechat_hook_process (const char *command,
[TIP] [TIP]
WeeChat に関する情報 (例えば現在の安定版、最新の git コミット、...) WeeChat に関する情報 (例えば現在の安定版、最新の git コミット、...)
が欲しい場合、http://weechat.org/dev/info に書かれている URL を使ってください が欲しい場合、https://weechat.org/dev/info に書かれている URL を使ってください
[NOTE] [NOTE]
コールバックにデータを送信するバッファのサイズは 64KB (バッファは 2 コールバックにデータを送信するバッファのサイズは 64KB (バッファは 2
@ -7428,7 +7428,7 @@ struct t_hashtable *options = weechat_hashtable_new (8,
if (options) if (options)
{ {
weechat_hashtable_set (options, "file_out", "/tmp/weechat.org.html"); weechat_hashtable_set (options, "file_out", "/tmp/weechat.org.html");
struct t_hook *my_process_hook = weechat_hook_process_hashtable ("url:http://weechat.org/", struct t_hook *my_process_hook = weechat_hook_process_hashtable ("url:https://weechat.org/",
options, options,
20000, 20000,
&my_process_cb, NULL); &my_process_cb, NULL);
@ -7493,7 +7493,7 @@ def my_process_cb(data, command, return_code, out, err):
return weechat.WEECHAT_RC_OK return weechat.WEECHAT_RC_OK
# 例 1: URL をダウンロード # 例 1: URL をダウンロード
hook1 = weechat.hook_process_hashtable("url:http://weechat.org/", hook1 = weechat.hook_process_hashtable("url:https://weechat.org/",
{"file_out": "/tmp/weechat.org.html"}, {"file_out": "/tmp/weechat.org.html"},
20000, "my_process_cb", "") 20000, "my_process_cb", "")

View File

@ -318,7 +318,7 @@ Debian のようにいくつかのディストリビューションでは、プ
スクリプトの読み込み、有効 / 無効は WeeChat のドキュメントを参照してください)。 スクリプトの読み込み、有効 / 無効は WeeChat のドキュメントを参照してください)。
WeeChat では多くの外部スクリプト (貢献者の作った) が利用可能です: WeeChat では多くの外部スクリプト (貢献者の作った) が利用可能です:
http://weechat.org/scripts https://weechat.org/scripts
WeeChat ではコマンド `/script` を使うことで、スクリプトの管理ができます WeeChat ではコマンド `/script` を使うことで、スクリプトの管理ができます
(より詳しい情報を見るには `/help script` を参照してください)。 (より詳しい情報を見るには `/help script` を参照してください)。
@ -327,6 +327,6 @@ WeeChat ではコマンド `/script` を使うことで、スクリプトの管
== 詳しいドキュメント情報 == 詳しいドキュメント情報
FAQ やその他の質問に関するドキュメントはこちらで参照できます: FAQ やその他の質問に関するドキュメントはこちらで参照できます:
http://weechat.org/doc https://weechat.org/doc
WeeChat を楽しんでください! WeeChat を楽しんでください!

View File

@ -851,7 +851,7 @@ hda:
__path: ['0x4a715d0'] __path: ['0x4a715d0']
number: 3 number: 3
full_name: 'irc.freenode.#weechat' full_name: 'irc.freenode.#weechat'
title: 'Welcome on #weechat! http://weechat.org/' title: 'Welcome on #weechat! https://weechat.org/'
---- ----
[[message_buffer_cleared]] [[message_buffer_cleared]]

View File

@ -9,7 +9,7 @@
このマニュアルは WeeChat チャットクライアントについて説明しており、WeeChat の一部です。 このマニュアルは WeeChat チャットクライアントについて説明しており、WeeChat の一部です。
このマニュアルの最新版は以下のページを参照してください: このマニュアルの最新版は以下のページを参照してください:
http://weechat.org/doc https://weechat.org/doc
[[introduction]] [[introduction]]
@ -715,12 +715,12 @@ def weechat_process_cb(data, command, rc, out, err):
weechat.prnt("", "Current WeeChat stable is: %s" % weechat_version) weechat.prnt("", "Current WeeChat stable is: %s" % weechat_version)
return weechat.WEECHAT_RC_OK return weechat.WEECHAT_RC_OK
weechat.hook_process("url:http://weechat.org/dev/info/stable/", weechat.hook_process("url:https://weechat.org/dev/info/stable/",
30 * 1000, "weechat_process_cb", "") 30 * 1000, "weechat_process_cb", "")
---- ----
[TIP] [TIP]
WeeChat に関して利用できる情報は全て http://weechat.org/dev/info にあります WeeChat に関して利用できる情報は全て https://weechat.org/dev/info にあります
オプション有りの URL 転送の例: 最新の WeeChat 開発パッケージをファイル オプション有りの URL 転送の例: 最新の WeeChat 開発パッケージをファイル
'/tmp/weechat-devel.tar.gz' にダウンロード: '/tmp/weechat-devel.tar.gz' にダウンロード:
@ -732,7 +732,7 @@ def my_process_cb(data, command, rc, out, err):
weechat.prnt("", "End of transfer (rc=%s)" % rc) weechat.prnt("", "End of transfer (rc=%s)" % rc)
return weechat.WEECHAT_RC_OK return weechat.WEECHAT_RC_OK
weechat.hook_process_hashtable("url:http://weechat.org/files/src/weechat-devel.tar.gz", weechat.hook_process_hashtable("url:https://weechat.org/files/src/weechat-devel.tar.gz",
{"file_out": "/tmp/weechat-devel.tar.gz"}, {"file_out": "/tmp/weechat-devel.tar.gz"},
30 * 1000, "my_process_cb", "") 30 * 1000, "my_process_cb", "")
---- ----

View File

@ -76,7 +76,7 @@ $ cd weechat
他の方法として 'devel' パッケージをダウンロードして展開する方法があります: 他の方法として 'devel' パッケージをダウンロードして展開する方法があります:
---- ----
$ wget http://weechat.org/files/src/weechat-devel.tar.bz2 $ wget https://weechat.org/files/src/weechat-devel.tar.bz2
$ tar xvjf weechat-devel.tar.bz2 $ tar xvjf weechat-devel.tar.bz2
$ cd weechat-devel $ cd weechat-devel
---- ----
@ -106,7 +106,7 @@ $ make install
Linux ディストリビューション別に: Linux ディストリビューション別に:
* Debian: http://debian.flashtux.org/ * Debian: http://debian.flashtux.org/
* Gentoo: http://weechat.org/download * Gentoo: https://weechat.org/download
* ArchLinux: http://aur.archlinux.org/ から PKGBUILD * ArchLinux: http://aur.archlinux.org/ から PKGBUILD
* その他: 知らないよ! * その他: 知らないよ!

View File

@ -9,7 +9,7 @@
このマニュアルは WeeChat チャットクライアントについての文書で、これは WeeChat の一部です。 このマニュアルは WeeChat チャットクライアントについての文書で、これは WeeChat の一部です。
この文書の最新版は以下のページにあります: この文書の最新版は以下のページにあります:
http://weechat.org/doc https://weechat.org/doc
[[introduction]] [[introduction]]
@ -35,7 +35,7 @@ WeeChat (Wee Enhanced Environment for Chat) はフリーのチャットクライ
* マルチプラットフォーム (GNU/Linux、*BSD、MacOS X、Windows 等) * マルチプラットフォーム (GNU/Linux、*BSD、MacOS X、Windows 等)
* 完全な GPL、フリーソフトウェア * 完全な GPL、フリーソフトウェア
WeeChat のホームページ: http://weechat.org/ WeeChat のホームページ: https://weechat.org/
[[prerequisites]] [[prerequisites]]
=== 事前に必要なもの === 事前に必要なもの
@ -923,9 +923,9 @@ WeeChat が以下のような表示状態の場合:
│12:52:27 -- | Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │+weebot│ │12:52:27 -- | Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │+weebot│
│12:52:27 -- | Channel created on Tue Jan 27 06:30:17 2009 │peter │ │12:52:27 -- | Channel created on Tue Jan 27 06:30:17 2009 │peter │
│12:54:15 peter | hey! │ │ │12:54:15 peter | hey! │ │
│12:55:01 @joe | peter: hook_process: http://weechat.org/files/doc │ │ │12:55:01 @joe | peter: hook_process: https://weechat.org/files/do │ │
│ | /devel/weechat_plugin_api.en.html#_weechat_hook_p │ │ │ | c/devel/weechat_plugin_api.en.html#_weechat_hook_ │ │
│ | rocess │ │ │ | process │ │
│ │ │ │ │ │
│ │ │ │ │ │
│ │ │ │ │ │
@ -962,8 +962,8 @@ WeeChat が以下のような表示状態の場合:
│12:52 -- Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │ │12:52 -- Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │
│12:52 -- Channel created on Tue Jan 27 06:30:17 2009 │ │12:52 -- Channel created on Tue Jan 27 06:30:17 2009 │
│12:54 <peter> hey! │ │12:54 <peter> hey! │
│12:55 <@joe> peter: hook_process: http://weechat.org/files/doc/devel/weecha │12:55 <@joe> peter: hook_process: https://weechat.org/files/doc/devel/weech│
│t_plugin_api.en.html#_weechat_hook_process at_plugin_api.en.html#_weechat_hook_process │
└───────────────────────────────────────────────────────────────────────────┘ └───────────────────────────────────────────────────────────────────────────┘
.... ....
@ -2327,8 +2327,8 @@ CTCP 応答時に自動的に WeeChat によって展開されます:
| $git | git バージョン ^(1)^ | `v0.3.9-104-g7eb5cc4` | $git | git バージョン ^(1)^ | `v0.3.9-104-g7eb5cc4`
| $compilation | WeeChat コンパイル日時 | `Dec 16 2012` | $compilation | WeeChat コンパイル日時 | `Dec 16 2012`
| $osinfo | OS に関する情報 | `Linux 2.6.32-5-amd64 / x86_64` | $osinfo | OS に関する情報 | `Linux 2.6.32-5-amd64 / x86_64`
| $site | WeeChat ウェブサイト | `http://weechat.org/` | $site | WeeChat ウェブサイト | `https://weechat.org/`
| $download | WeeChat ウェブサイトのダウンロードページ | `http://weechat.org/download` | $download | WeeChat ウェブサイトのダウンロードページ | `https://weechat.org/download`
| $time | 現在の日時 | `Sun, 16 Dec 2012 10:40:48 +0100` | $time | 現在の日時 | `Sun, 16 Dec 2012 10:40:48 +0100`
| $username | IRC サーバのユーザネーム | `ログイン名` | $username | IRC サーバのユーザネーム | `ログイン名`
| $realname | IRC サーバのリアルネーム | `John Doe` | $realname | IRC サーバのリアルネーム | `John Doe`
@ -2345,7 +2345,7 @@ CTCP オプションが設定されていない (デフォルトの) 場合、CT
| CTCP | 応答フォーマット | 例 | CTCP | 応答フォーマット | 例
| CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` | CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION`
| FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` | FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)`
| SOURCE | `$download` | `http://weechat.org/download` | SOURCE | `$download` | `https://weechat.org/download`
| TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100` | TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100`
| USERINFO | `$username ($realname)` | `ログイン名 (John Doe)` | USERINFO | `$username ($realname)` | `ログイン名 (John Doe)`
| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)` | VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)`
@ -2739,7 +2739,7 @@ IRC プロキシを設定した場合には "freenode:mypass") で 8000 番ポ
Relay プラグインは WeeChat プロトコルを使ってリモートインターフェイスに対してデータを送信できます。 Relay プラグインは WeeChat プロトコルを使ってリモートインターフェイスに対してデータを送信できます。
リモートインターフェイスを使って接続できます、ダウンロードページのリストを御覧ください: リモートインターフェイスを使って接続できます、ダウンロードページのリストを御覧ください:
http://weechat.org/download https://weechat.org/download
[IMPORTANT] [IMPORTANT]
このプロトコルを使った場合 WeeChat から他の WeeChat に接続することはできません。 このプロトコルを使った場合 WeeChat から他の WeeChat に接続することはできません。
@ -2782,7 +2782,7 @@ WeeChat は 6 種類のスクリプトプラグインを備えています: Pyth
これらのプラグインでそれぞれの言語で書かれたスクリプトのロード、実行、アンロードができます。 これらのプラグインでそれぞれの言語で書かれたスクリプトのロード、実行、アンロードができます。
"スクリプト" と呼ばれるほかのプラグインはスクリプトマネージャで、任意の言語で書かれたスクリプトをロード "スクリプト" と呼ばれるほかのプラグインはスクリプトマネージャで、任意の言語で書かれたスクリプトをロード
/ アンロードしたり、WeeChat スクリプトリポジトリ (http://weechat.org/scripts から参照可能) / アンロードしたり、WeeChat スクリプトリポジトリ (https://weechat.org/scripts から参照可能)
のスクリプトをインストール / 削除するために利用します。 のスクリプトをインストール / 削除するために利用します。
スクリプトの書き方やスクリプト用の WeeChat API についての詳しい情報は、 スクリプトの書き方やスクリプト用の WeeChat API についての詳しい情報は、
@ -3398,4 +3398,4 @@ IRC を使ったサポート窓口は 'chat.freenode.net' サーバにありま
* 非公式チャンネル: * 非公式チャンネル:
** '#weechat-de' (ドイツ語) ** '#weechat-de' (ドイツ語)
他の方法でサポートを受けるには、以下のページをご覧ください: http://weechat.org/dev/support 他の方法でサポートを受けるには、以下のページをご覧ください: https://weechat.org/dev/support

View File

@ -63,7 +63,7 @@ Przykłady:
/exec -n ls -l /tmp /exec -n ls -l /tmp
/exec -n ps xu | grep weechat /exec -n ps xu | grep weechat
/exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
/exec -nf -noln links -dump http://weechat.org/files/doc/devel/weechat_user.en.html /exec -nf -noln links -dump https://weechat.org/files/doc/devel/weechat_user.en.html
/exec -o uptime /exec -o uptime
/exec -pipe "/print Machine uptime:" uptime /exec -pipe "/print Machine uptime:" uptime
/exec -n tail -f /var/log/messages /exec -n tail -f /var/log/messages

View File

@ -29,7 +29,7 @@ protocol.name: protocol and name to relay:
- protocol "weechat" (name is not used) - protocol "weechat" (name is not used)
The "irc" protocol allows any IRC client (including WeeChat itself) to connect on the port. The "irc" protocol allows any IRC client (including WeeChat itself) to connect on the port.
The "weechat" protocol allows a remote interface to connect on the port, see the list here: http://weechat.org/download/ The "weechat" protocol allows a remote interface to connect on the port, see the list here: https://weechat.org/download/
Without argument, this command opens buffer with list of relay clients. Without argument, this command opens buffer with list of relay clients.

View File

@ -28,7 +28,7 @@ include::cmdline_options.pl.asciidoc[]
== OPCJE WTYCZEK == OPCJE WTYCZEK
Kompletna dokumentacja na temat opcji wtyczek dostępna jest Kompletna dokumentacja na temat opcji wtyczek dostępna jest
w http://weechat.org/doc[WeeChat user's guide]. w https://weechat.org/doc[WeeChat user's guide].
Dzięki wtyczce irc możliwe jest połączenie z serwerami tymczasowymi za pomocą Dzięki wtyczce irc możliwe jest połączenie z serwerami tymczasowymi za pomocą
URLi jak: URLi jak:
@ -102,8 +102,8 @@ the Free Software Foundation; either version 3 of the License, or
Pełna licencja znajduje się w pliku COPYING. Pełna licencja znajduje się w pliku COPYING.
Strona www: <http://weechat.org/> Strona www: <https://weechat.org/>
== WSPARCIE / ZGŁASZANIE BŁĘDÓW == WSPARCIE / ZGŁASZANIE BŁĘDÓW
W celu uzyskania pomocy, lub zgłoszenia błędu zajrzyj na: <http://weechat.org/dev/support> W celu uzyskania pomocy, lub zgłoszenia błędu zajrzyj na: <https://weechat.org/dev/support>

View File

@ -27,7 +27,7 @@ pasuje ono do WeeChat!).
Ponieważ Weechat jest bardzo lekki i posiada innowacyjne funkcje. Ponieważ Weechat jest bardzo lekki i posiada innowacyjne funkcje.
Więcej informacji na stronie: http://weechat.org/about/features Więcej informacji na stronie: https://weechat.org/about/features
[[compilation_install]] [[compilation_install]]
== Kompilacja / instalacja == Kompilacja / instalacja
@ -36,7 +36,7 @@ Więcej informacji na stronie: http://weechat.org/about/features
=== Słyszałem o wielu GUI dla WeeChat. Jak mogę je skompilować/użyć? === Słyszałem o wielu GUI dla WeeChat. Jak mogę je skompilować/użyć?
Dostępne są zdalne interfejsy, linki można znaleźć na stronie z cechami: Dostępne są zdalne interfejsy, linki można znaleźć na stronie z cechami:
http://weechat.org/about/features https://weechat.org/about/features
[[compile_git]] [[compile_git]]
=== Nie mogę skompilować WeeChat po sklonowaniu repozytorium git, dlaczego? === Nie mogę skompilować WeeChat po sklonowaniu repozytorium git, dlaczego?
@ -76,7 +76,7 @@ Dla pomocy wpisz `/help`. Aby uzyskać pomoc dla komendy wpisz `/help komenda`.
Klawisze i komendy są wypisane w dokumentacji. Klawisze i komendy są wypisane w dokumentacji.
Nowym użytkownikom zaleca się przeczytanie quickstart (szybki start): Nowym użytkownikom zaleca się przeczytanie quickstart (szybki start):
http://weechat.org/doc https://weechat.org/doc
[[display]] [[display]]
== Wyświetlanie == Wyświetlanie
@ -761,7 +761,7 @@ Możesz skorzystać z tych samych porad jak dla <<memory_usage,memory>>, oraz t
[[bug_task_patch]] [[bug_task_patch]]
=== Jak zgłaszać błędy, prosić o nowe możliwości lub wysyłać patche? === Jak zgłaszać błędy, prosić o nowe możliwości lub wysyłać patche?
Zobacz: http://weechat.org/dev/support Zobacz: https://weechat.org/dev/support
[[gdb_error_threads]] [[gdb_error_threads]]
=== Kiedy uruchamiam WeeChat pod gdb dostaję komunikat o wątkach, co mogę z tym zrobić? === Kiedy uruchamiam WeeChat pod gdb dostaję komunikat o wątkach, co mogę z tym zrobić?
@ -786,7 +786,7 @@ $ LD_PRELOAD=/lib/libpthread.so.0 gdb /ścieżka/do/weechat
[[supported_os]] [[supported_os]]
=== Jaka jest lista platform wspieranych przez WeeChat? Czy będzie przeportowany na inne systemy operacyjne? === Jaka jest lista platform wspieranych przez WeeChat? Czy będzie przeportowany na inne systemy operacyjne?
Pełną listę można znaleźć na stronie: http://weechat.org/download Pełną listę można znaleźć na stronie: https://weechat.org/download
Robimy co w naszej mocy, aby WeeChat działał na tylu platformach ile to tylko Robimy co w naszej mocy, aby WeeChat działał na tylu platformach ile to tylko
możliwe. Mile widziana jest pomoc w testowaniu dla systemów, których nie mamy. możliwe. Mile widziana jest pomoc w testowaniu dla systemów, których nie mamy.
@ -797,10 +797,10 @@ możliwe. Mile widziana jest pomoc w testowaniu dla systemów, których nie mamy
Jest wiele zadań do zrobienia (testowanie, kod, dokumentacja, ...) Jest wiele zadań do zrobienia (testowanie, kod, dokumentacja, ...)
Skontaktuj się z nami na IRC lub mailowo, szczegóły: Skontaktuj się z nami na IRC lub mailowo, szczegóły:
http://weechat.org/dev/support https://weechat.org/dev/support
[[donate]] [[donate]]
=== Czy mogę dać pieniądze albo inne rzeczy deweloperom WeeChat? === Czy mogę dać pieniądze albo inne rzeczy deweloperom WeeChat?
Tak możesz dać nam pieniądze, aby wspomóc rozwój. Tak możesz dać nam pieniądze, aby wspomóc rozwój.
Szczegóły na http://weechat.org/about/donate Szczegóły na https://weechat.org/about/donate

View File

@ -320,7 +320,7 @@ dokumentacji WeeChat, aby się dowiedzieć jak ładować/wyładowywać wtyczki l
skrypty). skrypty).
Wiele zewnętrznych skryptów (od społeczności) jest dostępnych dla WeeChat: Wiele zewnętrznych skryptów (od społeczności) jest dostępnych dla WeeChat:
http://weechat.org/scripts https://weechat.org/scripts
Możesz zarządzać skryptami w WeeChat dzięki komendzie `/script` (zobacz `/help script` Możesz zarządzać skryptami w WeeChat dzięki komendzie `/script` (zobacz `/help script`
po więcej informacji). po więcej informacji).
@ -329,6 +329,6 @@ po więcej informacji).
== Więcej dokumentacji == Więcej dokumentacji
Możesz teraz używać WeeChat oraz przeczytać FAQ/dokumentację w razie innych pytań: Możesz teraz używać WeeChat oraz przeczytać FAQ/dokumentację w razie innych pytań:
http://weechat.org/doc https://weechat.org/doc
Miłej pracy z WeeChat! Miłej pracy z WeeChat!

View File

@ -9,7 +9,7 @@
Ten dokument opisuje klienta rozmów WeeChat, który jest częścią WeeChat. Ten dokument opisuje klienta rozmów WeeChat, który jest częścią WeeChat.
Najnowsza wersja tego dokumentu znajduje się na tej stronie: Najnowsza wersja tego dokumentu znajduje się na tej stronie:
http://weechat.org/doc https://weechat.org/doc
[[introduction]] [[introduction]]
@ -710,12 +710,12 @@ def weechat_process_cb(data, command, rc, out, err):
weechat.prnt("", "Obecna wersja stabilna WeeChat: %s" % weechat_version) weechat.prnt("", "Obecna wersja stabilna WeeChat: %s" % weechat_version)
return weechat.WEECHAT_RC_OK return weechat.WEECHAT_RC_OK
weechat.hook_process("url:http://weechat.org/dev/info/stable/", weechat.hook_process("url:https://weechat.org/dev/info/stable/",
30 * 1000, "weechat_process_cb", "") 30 * 1000, "weechat_process_cb", "")
---- ----
[TIP] [TIP]
Wszystkie informacje o WeeChat dostępne są na stronie http://weechat.org/dev/info Wszystkie informacje o WeeChat dostępne są na stronie https://weechat.org/dev/info
Przykładowy transfer URL z opcją: pobranie najnowszej wersji rozwojowej WeeChat Przykładowy transfer URL z opcją: pobranie najnowszej wersji rozwojowej WeeChat
do pliku '/tmp/weechat-devel.tar.gz': do pliku '/tmp/weechat-devel.tar.gz':
@ -727,7 +727,7 @@ def my_process_cb(data, command, rc, out, err):
weechat.prnt("", "End of transfer (rc=%s)" % rc) weechat.prnt("", "End of transfer (rc=%s)" % rc)
return weechat.WEECHAT_RC_OK return weechat.WEECHAT_RC_OK
weechat.hook_process_hashtable("url:http://weechat.org/files/src/weechat-devel.tar.gz", weechat.hook_process_hashtable("url:https://weechat.org/files/src/weechat-devel.tar.gz",
{"file_out": "/tmp/weechat-devel.tar.gz"}, {"file_out": "/tmp/weechat-devel.tar.gz"},
30 * 1000, "my_process_cb", "") 30 * 1000, "my_process_cb", "")
---- ----

View File

@ -76,7 +76,7 @@ poprawki.
Oczywiście możesz pobrać paczkę oznaczoną jako 'devel': Oczywiście możesz pobrać paczkę oznaczoną jako 'devel':
---- ----
$ wget http://weechat.org/files/src/weechat-devel.tar.bz2 $ wget https://weechat.org/files/src/weechat-devel.tar.bz2
$ tar xvjf weechat-devel.tar.bz2 $ tar xvjf weechat-devel.tar.bz2
$ cd weechat-devel $ cd weechat-devel
---- ----
@ -106,7 +106,7 @@ $ make install
W zależności od dystrybucji Linuksa: W zależności od dystrybucji Linuksa:
* Debian: http://debian.flashtux.org/ * Debian: http://debian.flashtux.org/
* Gentoo: http://weechat.org/download * Gentoo: https://weechat.org/download
* ArchLinux: PKGBUILD z http://aur.archlinux.org/ * ArchLinux: PKGBUILD z http://aur.archlinux.org/
* inne: nie mamy pojęcia! Eheh. * inne: nie mamy pojęcia! Eheh.

View File

@ -9,7 +9,7 @@
Ten dokument opisuje klienta rozmów WeeChat, będącego częścią WeeChat. Ten dokument opisuje klienta rozmów WeeChat, będącego częścią WeeChat.
Najnowsza wersja tego dokumentu dostępna jest na stronie: Najnowsza wersja tego dokumentu dostępna jest na stronie:
http://weechat.org/doc https://weechat.org/doc
[[introduction]] [[introduction]]
@ -35,7 +35,7 @@ Główne cechy to:
* wielo-platformowy (GNU/Linux, *BSD, MacOS X, Windows i inne) * wielo-platformowy (GNU/Linux, *BSD, MacOS X, Windows i inne)
* 100% GPL, darmowe oprogramowanie * 100% GPL, darmowe oprogramowanie
Strona domowa WeeChat: http://weechat.org/ Strona domowa WeeChat: https://weechat.org/
[[prerequisites]] [[prerequisites]]
=== Wymagania === Wymagania
@ -937,9 +937,9 @@ Jeśłi WeeChat wygląda następująco:
│12:52:27 -- | Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │+weebot│ │12:52:27 -- | Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │+weebot│
│12:52:27 -- | Channel created on Tue Jan 27 06:30:17 2009 │peter │ │12:52:27 -- | Channel created on Tue Jan 27 06:30:17 2009 │peter │
│12:54:15 peter | hey! │ │ │12:54:15 peter | hey! │ │
│12:55:01 @joe | peter: hook_process: http://weechat.org/files/doc │ │ │12:55:01 @joe | peter: hook_process: https://weechat.org/files/do │ │
│ | /devel/weechat_plugin_api.en.html#_weechat_hook_p │ │ │ | c/devel/weechat_plugin_api.en.html#_weechat_hook_ │ │
│ | rocess │ │ │ | process │ │
│ │ │ │ │ │
│ │ │ │ │ │
│ │ │ │ │ │
@ -976,8 +976,8 @@ Ekran w trybie niesformatowanego wyświetlania będzie wyglądać tak:
│12:52 -- Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │ │12:52 -- Channel #test: 4 nicks (2 ops, 1 voice, 1 normal) │
│12:52 -- Channel created on Tue Jan 27 06:30:17 2009 │ │12:52 -- Channel created on Tue Jan 27 06:30:17 2009 │
│12:54 <peter> hey! │ │12:54 <peter> hey! │
│12:55 <@joe> peter: hook_process: http://weechat.org/files/doc/devel/weecha │12:55 <@joe> peter: hook_process: https://weechat.org/files/doc/devel/weech│
│t_plugin_api.en.html#_weechat_hook_process at_plugin_api.en.html#_weechat_hook_process │
└───────────────────────────────────────────────────────────────────────────┘ └───────────────────────────────────────────────────────────────────────────┘
.... ....
@ -2351,8 +2351,8 @@ przez WeeChat podczas odpowiedzi na CTCP:
| $git | Wersja git ^(1)^ | `v0.3.9-104-g7eb5cc4` | $git | Wersja git ^(1)^ | `v0.3.9-104-g7eb5cc4`
| $compilation | Data kompilacji WeeChat | `Dec 16 2012` | $compilation | Data kompilacji WeeChat | `Dec 16 2012`
| $osinfo | Informacje o systemie operacyjnym | `Linux 2.6.32-5-amd64 / x86_64` | $osinfo | Informacje o systemie operacyjnym | `Linux 2.6.32-5-amd64 / x86_64`
| $site | Strona WeeChat | `http://weechat.org/` | $site | Strona WeeChat | `https://weechat.org/`
| $download | Strona WeeChat, pobieranie | `http://weechat.org/download` | $download | Strona WeeChat, pobieranie | `https://weechat.org/download`
| $time | Obecna data/czas | `Sun, 16 Dec 2012 10:40:48 +0100` | $time | Obecna data/czas | `Sun, 16 Dec 2012 10:40:48 +0100`
| $username | Nazwa użytkownika na serwerze IRC | `name` | $username | Nazwa użytkownika na serwerze IRC | `name`
| $realname | Prawdziwa nazwa na serwerze IRC | `John Doe` | $realname | Prawdziwa nazwa na serwerze IRC | `John Doe`
@ -2369,7 +2369,7 @@ Jeśli opcje CTCP nie są zdefiniowane (domyślne), odpowiedzi CTCP to:
| CTCP | Format odpowiedzi | Przykład | CTCP | Format odpowiedzi | Przykład
| CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` | CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION`
| FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` | FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)`
| SOURCE | `$download` | `http://weechat.org/download` | SOURCE | `$download` | `https://weechat.org/download`
| TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100` | TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100`
| USERINFO | `$username ($realname)` | `name (John Doe)` | USERINFO | `$username ($realname)` | `name (John Doe)`
| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)` | VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)`
@ -2769,7 +2769,7 @@ Wtyczka relay może wysyłać dane do zdalnego interfejsu korzystając z protoko
WeeChat. WeeChat.
Możesz połączyć się za pomocą zdalnego interfejsu, listę znajdziesz na stronie: Możesz połączyć się za pomocą zdalnego interfejsu, listę znajdziesz na stronie:
http://weechat.org/download https://weechat.org/download
[IMPORTANT] [IMPORTANT]
WeeChat NIE MOŻE się połączyć z innym WeeChat za pomocą tego protokołu. WeeChat NIE MOŻE się połączyć z innym WeeChat za pomocą tego protokołu.
@ -2814,7 +2814,7 @@ Wtyczki te potrafią ładować, wykonywać i wyładowywać skrypty w tych język
Inna wtyczka nazwana "script" jest managerem skryptów i jest używana do Inna wtyczka nazwana "script" jest managerem skryptów i jest używana do
ładowania/wyładowywania skryptów w dowolnym języku, oraz do instalacji/usuwania ładowania/wyładowywania skryptów w dowolnym języku, oraz do instalacji/usuwania
skryptów z repozytorium skryptów WeeChat, dostępnego pod adresem: skryptów z repozytorium skryptów WeeChat, dostępnego pod adresem:
http://weechat.org/scripts https://weechat.org/scripts
Więcej informacji o tym jak pisać skrypty lub o API WeeChat dla skryptów można Więcej informacji o tym jak pisać skrypty lub o API WeeChat dla skryptów można
znaleźć w 'Poradniku pisania skryptów'. znaleźć w 'Poradniku pisania skryptów'.
@ -3432,4 +3432,4 @@ Wsparcie w sieci IRC na serwerze 'chat.freenode.net':
** '#weechat-de' (Niemiecki) ** '#weechat-de' (Niemiecki)
Inne sposoby na uzyskanie pomocy można znaleźć pod adresem: Inne sposoby na uzyskanie pomocy można znaleźć pod adresem:
http://weechat.org/dev/support https://weechat.org/dev/support

View File

@ -326,7 +326,7 @@ Many commands in option 'command' can be separated by ';' (semi-colon).
документацию о загрузке и выгрузке плагинов или скиптов). документацию о загрузке и выгрузке плагинов или скиптов).
Для WeeChat доступно много внешних скриптов (от разработчиков клиента): Для WeeChat доступно много внешних скриптов (от разработчиков клиента):
http://weechat.org/scripts https://weechat.org/scripts
Управлять скриптами в WeeChat можно с помощью команды `/script` (см. `/help Управлять скриптами в WeeChat можно с помощью команды `/script` (см. `/help
script` для дополнительной информации). script` для дополнительной информации).
@ -336,6 +336,6 @@ script` для дополнительной информации).
Теперь вы можете пользоваться WeeChat и консультироваться с FAQ/documentation Теперь вы можете пользоваться WeeChat и консультироваться с FAQ/documentation
по возникающим вопросам: по возникающим вопросам:
http://weechat.org/doc https://weechat.org/doc
Приятной работы с WeeChat! Приятной работы с WeeChat!

View File

@ -20,7 +20,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: WeeChat\n" "Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2014-11-23 10:38+0100\n" "POT-Creation-Date: 2014-12-13 09:08+0100\n"
"PO-Revision-Date: 2014-11-09 16:23+0100\n" "PO-Revision-Date: 2014-11-09 16:23+0100\n"
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n" "Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -4829,7 +4829,7 @@ msgid ""
" /exec -n ls -l /tmp\n" " /exec -n ls -l /tmp\n"
" /exec -n ps xu | grep weechat\n" " /exec -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump http://weechat.org/files/doc/devel/" " /exec -nf -noln links -dump https://weechat.org/files/doc/devel/"
"weechat_user.en.html\n" "weechat_user.en.html\n"
" /exec -o uptime\n" " /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime\n" " /exec -pipe \"/print Machine uptime:\" uptime\n"
@ -9224,7 +9224,7 @@ msgid ""
"The \"irc\" protocol allows any IRC client (including WeeChat itself) to " "The \"irc\" protocol allows any IRC client (including WeeChat itself) to "
"connect on the port.\n" "connect on the port.\n"
"The \"weechat\" protocol allows a remote interface to connect on the port, " "The \"weechat\" protocol allows a remote interface to connect on the port, "
"see the list here: http://weechat.org/download/\n" "see the list here: https://weechat.org/download/\n"
"\n" "\n"
"Without argument, this command opens buffer with list of relay clients.\n" "Without argument, this command opens buffer with list of relay clients.\n"
"\n" "\n"

View File

@ -22,8 +22,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: WeeChat\n" "Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2014-11-23 10:38+0100\n" "POT-Creation-Date: 2014-12-13 09:08+0100\n"
"PO-Revision-Date: 2014-11-23 12:17+0100\n" "PO-Revision-Date: 2014-12-13 09:10+0100\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <weechatter@arcor.de>\n" "Language-Team: German <weechatter@arcor.de>\n"
"Language: de_DE\n" "Language: de_DE\n"
@ -5592,7 +5592,7 @@ msgid ""
" /exec -n ls -l /tmp\n" " /exec -n ls -l /tmp\n"
" /exec -n ps xu | grep weechat\n" " /exec -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump http://weechat.org/files/doc/devel/" " /exec -nf -noln links -dump https://weechat.org/files/doc/devel/"
"weechat_user.en.html\n" "weechat_user.en.html\n"
" /exec -o uptime\n" " /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime\n" " /exec -pipe \"/print Machine uptime:\" uptime\n"
@ -5683,7 +5683,7 @@ msgstr ""
" /exec -n ls -l /tmp\n" " /exec -n ls -l /tmp\n"
" /exec -n ps xu | grep weechat\n" " /exec -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump http://weechat.org/files/doc/devel/" " /exec -nf -noln links -dump https://weechat.org/files/doc/devel/"
"weechat_user.en.html\n" "weechat_user.en.html\n"
" /exec -o uptime\n" " /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime\n" " /exec -pipe \"/print Machine uptime:\" uptime\n"
@ -10344,7 +10344,7 @@ msgid ""
"The \"irc\" protocol allows any IRC client (including WeeChat itself) to " "The \"irc\" protocol allows any IRC client (including WeeChat itself) to "
"connect on the port.\n" "connect on the port.\n"
"The \"weechat\" protocol allows a remote interface to connect on the port, " "The \"weechat\" protocol allows a remote interface to connect on the port, "
"see the list here: http://weechat.org/download/\n" "see the list here: https://weechat.org/download/\n"
"\n" "\n"
"Without argument, this command opens buffer with list of relay clients.\n" "Without argument, this command opens buffer with list of relay clients.\n"
"\n" "\n"
@ -10394,7 +10394,7 @@ msgstr ""
"Das \"irc\" Protokoll dient dazu eine Verbindung zu einem anderen IRC Client " "Das \"irc\" Protokoll dient dazu eine Verbindung zu einem anderen IRC Client "
"(oder zu einem zweiten WeeChat) herzustellen.\n" "(oder zu einem zweiten WeeChat) herzustellen.\n"
"Das \"weechat\" Protokoll wird von einem Remote-Interface genutzt um eine " "Das \"weechat\" Protokoll wird von einem Remote-Interface genutzt um eine "
"Verbindung herzustellen. Siehe http://weechat.org/download/\n" "Verbindung herzustellen. Siehe https://weechat.org/download/\n"
"\n" "\n"
"Ohne Angabe von Argumenten werden alle Relay-Clients in einem neuen Buffer " "Ohne Angabe von Argumenten werden alle Relay-Clients in einem neuen Buffer "
"dargestellt.\n" "dargestellt.\n"

View File

@ -22,7 +22,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: WeeChat\n" "Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2014-11-23 10:38+0100\n" "POT-Creation-Date: 2014-12-13 09:08+0100\n"
"PO-Revision-Date: 2014-11-09 16:23+0100\n" "PO-Revision-Date: 2014-11-09 16:23+0100\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -5052,7 +5052,7 @@ msgid ""
" /exec -n ls -l /tmp\n" " /exec -n ls -l /tmp\n"
" /exec -n ps xu | grep weechat\n" " /exec -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump http://weechat.org/files/doc/devel/" " /exec -nf -noln links -dump https://weechat.org/files/doc/devel/"
"weechat_user.en.html\n" "weechat_user.en.html\n"
" /exec -o uptime\n" " /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime\n" " /exec -pipe \"/print Machine uptime:\" uptime\n"
@ -9509,7 +9509,7 @@ msgid ""
"The \"irc\" protocol allows any IRC client (including WeeChat itself) to " "The \"irc\" protocol allows any IRC client (including WeeChat itself) to "
"connect on the port.\n" "connect on the port.\n"
"The \"weechat\" protocol allows a remote interface to connect on the port, " "The \"weechat\" protocol allows a remote interface to connect on the port, "
"see the list here: http://weechat.org/download/\n" "see the list here: https://weechat.org/download/\n"
"\n" "\n"
"Without argument, this command opens buffer with list of relay clients.\n" "Without argument, this command opens buffer with list of relay clients.\n"
"\n" "\n"

View File

@ -21,8 +21,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: WeeChat\n" "Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2014-11-23 10:38+0100\n" "POT-Creation-Date: 2014-12-13 09:08+0100\n"
"PO-Revision-Date: 2014-11-23 10:39+0100\n" "PO-Revision-Date: 2014-12-13 09:09+0100\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n" "Language: fr\n"
@ -5470,7 +5470,7 @@ msgid ""
" /exec -n ls -l /tmp\n" " /exec -n ls -l /tmp\n"
" /exec -n ps xu | grep weechat\n" " /exec -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump http://weechat.org/files/doc/devel/" " /exec -nf -noln links -dump https://weechat.org/files/doc/devel/"
"weechat_user.en.html\n" "weechat_user.en.html\n"
" /exec -o uptime\n" " /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime\n" " /exec -pipe \"/print Machine uptime:\" uptime\n"
@ -5556,7 +5556,7 @@ msgstr ""
" /exec -n ls -l /tmp\n" " /exec -n ls -l /tmp\n"
" /exec -n ps xu | grep weechat\n" " /exec -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump http://weechat.org/files/doc/devel/" " /exec -nf -noln links -dump https://weechat.org/files/doc/devel/"
"weechat_user.en.html\n" "weechat_user.en.html\n"
" /exec -o uptime\n" " /exec -o uptime\n"
" /exec -pipe \"/print Uptime de la machine :\" uptime\n" " /exec -pipe \"/print Uptime de la machine :\" uptime\n"
@ -10105,7 +10105,7 @@ msgid ""
"The \"irc\" protocol allows any IRC client (including WeeChat itself) to " "The \"irc\" protocol allows any IRC client (including WeeChat itself) to "
"connect on the port.\n" "connect on the port.\n"
"The \"weechat\" protocol allows a remote interface to connect on the port, " "The \"weechat\" protocol allows a remote interface to connect on the port, "
"see the list here: http://weechat.org/download/\n" "see the list here: https://weechat.org/download/\n"
"\n" "\n"
"Without argument, this command opens buffer with list of relay clients.\n" "Without argument, this command opens buffer with list of relay clients.\n"
"\n" "\n"
@ -10154,7 +10154,7 @@ msgstr ""
"Le protocole \"irc\" permet à n'importe quel client IRC (incluant WeeChat " "Le protocole \"irc\" permet à n'importe quel client IRC (incluant WeeChat "
"lui-même) de se connecter sur le port.\n" "lui-même) de se connecter sur le port.\n"
"Le protocole \"weechat\" permet à une interface distante de se connecter sur " "Le protocole \"weechat\" permet à une interface distante de se connecter sur "
"le port, voir la liste ici : http://weechat.org/download/\n" "le port, voir la liste ici : https://weechat.org/download/\n"
"\n" "\n"
"Sans paramètre, cette commande ouvre le tampon avec la liste des clients " "Sans paramètre, cette commande ouvre le tampon avec la liste des clients "
"pour le relai.\n" "pour le relai.\n"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: WeeChat\n" "Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2014-11-23 10:38+0100\n" "POT-Creation-Date: 2014-12-13 09:08+0100\n"
"PO-Revision-Date: 2014-11-09 16:23+0100\n" "PO-Revision-Date: 2014-11-09 16:23+0100\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -4409,7 +4409,7 @@ msgid ""
" /exec -n ls -l /tmp\n" " /exec -n ls -l /tmp\n"
" /exec -n ps xu | grep weechat\n" " /exec -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump http://weechat.org/files/doc/devel/" " /exec -nf -noln links -dump https://weechat.org/files/doc/devel/"
"weechat_user.en.html\n" "weechat_user.en.html\n"
" /exec -o uptime\n" " /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime\n" " /exec -pipe \"/print Machine uptime:\" uptime\n"
@ -8609,7 +8609,7 @@ msgid ""
"The \"irc\" protocol allows any IRC client (including WeeChat itself) to " "The \"irc\" protocol allows any IRC client (including WeeChat itself) to "
"connect on the port.\n" "connect on the port.\n"
"The \"weechat\" protocol allows a remote interface to connect on the port, " "The \"weechat\" protocol allows a remote interface to connect on the port, "
"see the list here: http://weechat.org/download/\n" "see the list here: https://weechat.org/download/\n"
"\n" "\n"
"Without argument, this command opens buffer with list of relay clients.\n" "Without argument, this command opens buffer with list of relay clients.\n"
"\n" "\n"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: WeeChat\n" "Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2014-11-23 10:38+0100\n" "POT-Creation-Date: 2014-12-13 09:08+0100\n"
"PO-Revision-Date: 2014-11-09 16:23+0100\n" "PO-Revision-Date: 2014-11-09 16:23+0100\n"
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -5191,7 +5191,7 @@ msgid ""
" /exec -n ls -l /tmp\n" " /exec -n ls -l /tmp\n"
" /exec -n ps xu | grep weechat\n" " /exec -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump http://weechat.org/files/doc/devel/" " /exec -nf -noln links -dump https://weechat.org/files/doc/devel/"
"weechat_user.en.html\n" "weechat_user.en.html\n"
" /exec -o uptime\n" " /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime\n" " /exec -pipe \"/print Machine uptime:\" uptime\n"
@ -9666,7 +9666,7 @@ msgid ""
"The \"irc\" protocol allows any IRC client (including WeeChat itself) to " "The \"irc\" protocol allows any IRC client (including WeeChat itself) to "
"connect on the port.\n" "connect on the port.\n"
"The \"weechat\" protocol allows a remote interface to connect on the port, " "The \"weechat\" protocol allows a remote interface to connect on the port, "
"see the list here: http://weechat.org/download/\n" "see the list here: https://weechat.org/download/\n"
"\n" "\n"
"Without argument, this command opens buffer with list of relay clients.\n" "Without argument, this command opens buffer with list of relay clients.\n"
"\n" "\n"

View File

@ -20,8 +20,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: WeeChat\n" "Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2014-11-23 10:38+0100\n" "POT-Creation-Date: 2014-12-13 09:08+0100\n"
"PO-Revision-Date: 2014-11-22 17:07+0900\n" "PO-Revision-Date: 2014-12-13 09:11+0100\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/translation_ja>\n" "Language-Team: Japanese <https://github.com/l/weechat/tree/translation_ja>\n"
"Language: ja\n" "Language: ja\n"
@ -5240,7 +5240,7 @@ msgid ""
" /exec -n ls -l /tmp\n" " /exec -n ls -l /tmp\n"
" /exec -n ps xu | grep weechat\n" " /exec -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump http://weechat.org/files/doc/devel/" " /exec -nf -noln links -dump https://weechat.org/files/doc/devel/"
"weechat_user.en.html\n" "weechat_user.en.html\n"
" /exec -o uptime\n" " /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime\n" " /exec -pipe \"/print Machine uptime:\" uptime\n"
@ -5316,7 +5316,7 @@ msgstr ""
" /exec -n ls -l /tmp\n" " /exec -n ls -l /tmp\n"
" /exec -n ps xu | grep weechat\n" " /exec -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump http://weechat.org/files/doc/devel/" " /exec -nf -noln links -dump https://weechat.org/files/doc/devel/"
"weechat_user.en.html\n" "weechat_user.en.html\n"
" /exec -o uptime\n" " /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime\n" " /exec -pipe \"/print Machine uptime:\" uptime\n"
@ -9723,7 +9723,7 @@ msgid ""
"The \"irc\" protocol allows any IRC client (including WeeChat itself) to " "The \"irc\" protocol allows any IRC client (including WeeChat itself) to "
"connect on the port.\n" "connect on the port.\n"
"The \"weechat\" protocol allows a remote interface to connect on the port, " "The \"weechat\" protocol allows a remote interface to connect on the port, "
"see the list here: http://weechat.org/download/\n" "see the list here: https://weechat.org/download/\n"
"\n" "\n"
"Without argument, this command opens buffer with list of relay clients.\n" "Without argument, this command opens buffer with list of relay clients.\n"
"\n" "\n"
@ -9773,7 +9773,7 @@ msgstr ""
"\"irc\" プロトコルを指定した場合、どんな IRC クライアント (WeeChat 自身を含め" "\"irc\" プロトコルを指定した場合、どんな IRC クライアント (WeeChat 自身を含め"
"て) でもポートに接続することができます。\n" "て) でもポートに接続することができます。\n"
"\"weechat\" プロトコルを指定した場合、リモートインターフェイスを使ってポート" "\"weechat\" プロトコルを指定した場合、リモートインターフェイスを使ってポート"
"に接続することができます、参照: http://weechat.org/download/\n" "に接続することができます、参照: https://weechat.org/download/\n"
"\n" "\n"
"引数無しの場合、リレークライアントのリストを含むバッファを開く\n" "引数無しの場合、リレークライアントのリストを含むバッファを開く\n"
"\n" "\n"

View File

@ -21,8 +21,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: WeeChat\n" "Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2014-11-23 10:38+0100\n" "POT-Creation-Date: 2014-12-13 09:08+0100\n"
"PO-Revision-Date: 2014-11-09 16:23+0100\n" "PO-Revision-Date: 2014-12-13 09:13+0100\n"
"Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n" "Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: pl\n" "Language: pl\n"
@ -5350,7 +5350,7 @@ msgid ""
" /exec -n ls -l /tmp\n" " /exec -n ls -l /tmp\n"
" /exec -n ps xu | grep weechat\n" " /exec -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump http://weechat.org/files/doc/devel/" " /exec -nf -noln links -dump https://weechat.org/files/doc/devel/"
"weechat_user.en.html\n" "weechat_user.en.html\n"
" /exec -o uptime\n" " /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime\n" " /exec -pipe \"/print Machine uptime:\" uptime\n"
@ -5428,7 +5428,7 @@ msgstr ""
" /exec -n ls -l /tmp\n" " /exec -n ls -l /tmp\n"
" /exec -n ps xu | grep weechat\n" " /exec -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump http://weechat.org/files/doc/devel/" " /exec -nf -noln links -dump https://weechat.org/files/doc/devel/"
"weechat_user.en.html\n" "weechat_user.en.html\n"
" /exec -o uptime\n" " /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime\n" " /exec -pipe \"/print Machine uptime:\" uptime\n"
@ -9904,7 +9904,7 @@ msgid ""
"The \"irc\" protocol allows any IRC client (including WeeChat itself) to " "The \"irc\" protocol allows any IRC client (including WeeChat itself) to "
"connect on the port.\n" "connect on the port.\n"
"The \"weechat\" protocol allows a remote interface to connect on the port, " "The \"weechat\" protocol allows a remote interface to connect on the port, "
"see the list here: http://weechat.org/download/\n" "see the list here: https://weechat.org/download/\n"
"\n" "\n"
"Without argument, this command opens buffer with list of relay clients.\n" "Without argument, this command opens buffer with list of relay clients.\n"
"\n" "\n"

View File

@ -21,7 +21,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: WeeChat\n" "Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2014-11-23 10:38+0100\n" "POT-Creation-Date: 2014-12-13 09:08+0100\n"
"PO-Revision-Date: 2014-11-09 16:23+0100\n" "PO-Revision-Date: 2014-11-09 16:23+0100\n"
"Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n" "Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -4889,7 +4889,7 @@ msgid ""
" /exec -n ls -l /tmp\n" " /exec -n ls -l /tmp\n"
" /exec -n ps xu | grep weechat\n" " /exec -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump http://weechat.org/files/doc/devel/" " /exec -nf -noln links -dump https://weechat.org/files/doc/devel/"
"weechat_user.en.html\n" "weechat_user.en.html\n"
" /exec -o uptime\n" " /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime\n" " /exec -pipe \"/print Machine uptime:\" uptime\n"
@ -8881,7 +8881,7 @@ msgid ""
"The \"irc\" protocol allows any IRC client (including WeeChat itself) to " "The \"irc\" protocol allows any IRC client (including WeeChat itself) to "
"connect on the port.\n" "connect on the port.\n"
"The \"weechat\" protocol allows a remote interface to connect on the port, " "The \"weechat\" protocol allows a remote interface to connect on the port, "
"see the list here: http://weechat.org/download/\n" "see the list here: https://weechat.org/download/\n"
"\n" "\n"
"Without argument, this command opens buffer with list of relay clients.\n" "Without argument, this command opens buffer with list of relay clients.\n"
"\n" "\n"

View File

@ -21,7 +21,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: WeeChat\n" "Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2014-11-23 10:38+0100\n" "POT-Creation-Date: 2014-12-13 09:08+0100\n"
"PO-Revision-Date: 2014-11-09 16:23+0100\n" "PO-Revision-Date: 2014-11-09 16:23+0100\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -4443,7 +4443,7 @@ msgid ""
" /exec -n ls -l /tmp\n" " /exec -n ls -l /tmp\n"
" /exec -n ps xu | grep weechat\n" " /exec -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump http://weechat.org/files/doc/devel/" " /exec -nf -noln links -dump https://weechat.org/files/doc/devel/"
"weechat_user.en.html\n" "weechat_user.en.html\n"
" /exec -o uptime\n" " /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime\n" " /exec -pipe \"/print Machine uptime:\" uptime\n"
@ -8637,7 +8637,7 @@ msgid ""
"The \"irc\" protocol allows any IRC client (including WeeChat itself) to " "The \"irc\" protocol allows any IRC client (including WeeChat itself) to "
"connect on the port.\n" "connect on the port.\n"
"The \"weechat\" protocol allows a remote interface to connect on the port, " "The \"weechat\" protocol allows a remote interface to connect on the port, "
"see the list here: http://weechat.org/download/\n" "see the list here: https://weechat.org/download/\n"
"\n" "\n"
"Without argument, this command opens buffer with list of relay clients.\n" "Without argument, this command opens buffer with list of relay clients.\n"
"\n" "\n"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: WeeChat\n" "Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2014-11-23 10:38+0100\n" "POT-Creation-Date: 2014-12-13 09:08+0100\n"
"PO-Revision-Date: 2014-07-25 07:50+0200\n" "PO-Revision-Date: 2014-07-25 07:50+0200\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -4003,7 +4003,7 @@ msgid ""
" /exec -n ls -l /tmp\n" " /exec -n ls -l /tmp\n"
" /exec -n ps xu | grep weechat\n" " /exec -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump http://weechat.org/files/doc/devel/" " /exec -nf -noln links -dump https://weechat.org/files/doc/devel/"
"weechat_user.en.html\n" "weechat_user.en.html\n"
" /exec -o uptime\n" " /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime\n" " /exec -pipe \"/print Machine uptime:\" uptime\n"
@ -7759,7 +7759,7 @@ msgid ""
"The \"irc\" protocol allows any IRC client (including WeeChat itself) to " "The \"irc\" protocol allows any IRC client (including WeeChat itself) to "
"connect on the port.\n" "connect on the port.\n"
"The \"weechat\" protocol allows a remote interface to connect on the port, " "The \"weechat\" protocol allows a remote interface to connect on the port, "
"see the list here: http://weechat.org/download/\n" "see the list here: https://weechat.org/download/\n"
"\n" "\n"
"Without argument, this command opens buffer with list of relay clients.\n" "Without argument, this command opens buffer with list of relay clients.\n"
"\n" "\n"

View File

@ -21,7 +21,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: WeeChat\n" "Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2014-11-23 10:38+0100\n" "POT-Creation-Date: 2014-12-13 09:08+0100\n"
"PO-Revision-Date: 2014-08-16 10:27+0200\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -3996,7 +3996,7 @@ msgid ""
" /exec -n ls -l /tmp\n" " /exec -n ls -l /tmp\n"
" /exec -n ps xu | grep weechat\n" " /exec -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump http://weechat.org/files/doc/devel/" " /exec -nf -noln links -dump https://weechat.org/files/doc/devel/"
"weechat_user.en.html\n" "weechat_user.en.html\n"
" /exec -o uptime\n" " /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime\n" " /exec -pipe \"/print Machine uptime:\" uptime\n"
@ -7696,7 +7696,7 @@ msgid ""
"The \"irc\" protocol allows any IRC client (including WeeChat itself) to " "The \"irc\" protocol allows any IRC client (including WeeChat itself) to "
"connect on the port.\n" "connect on the port.\n"
"The \"weechat\" protocol allows a remote interface to connect on the port, " "The \"weechat\" protocol allows a remote interface to connect on the port, "
"see the list here: http://weechat.org/download/\n" "see the list here: https://weechat.org/download/\n"
"\n" "\n"
"Without argument, this command opens buffer with list of relay clients.\n" "Without argument, this command opens buffer with list of relay clients.\n"
"\n" "\n"

View File

@ -11,7 +11,7 @@
* ## ## * ## ##
* ## By Sébastien Helleu <flashcode@flashtux.org> ## * ## By Sébastien Helleu <flashcode@flashtux.org> ##
* ## ## * ## ##
* ## http://weechat.org/ ## * ## https://weechat.org/ ##
* ## ## * ## ##
* ########################################################################## * ##########################################################################
* *

View File

@ -52,8 +52,8 @@
#define WEECHAT_COPYRIGHT_DATE "(C) 2003-2014" #define WEECHAT_COPYRIGHT_DATE "(C) 2003-2014"
#define WEECHAT_WEBSITE "http://weechat.org/" #define WEECHAT_WEBSITE "https://weechat.org/"
#define WEECHAT_WEBSITE_DOWNLOAD "http://weechat.org/download" #define WEECHAT_WEBSITE_DOWNLOAD "https://weechat.org/download"
/* log file */ /* log file */
#define WEECHAT_LOG_NAME "weechat.log" #define WEECHAT_LOG_NAME "weechat.log"

View File

@ -865,7 +865,7 @@ exec_command_init ()
" /exec -n ps xu | grep weechat\n" " /exec -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump " " /exec -nf -noln links -dump "
"http://weechat.org/files/doc/devel/weechat_user.en.html\n" "https://weechat.org/files/doc/devel/weechat_user.en.html\n"
" /exec -o uptime\n" " /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime\n" " /exec -pipe \"/print Machine uptime:\" uptime\n"
" /exec -n tail -f /var/log/messages\n" " /exec -n tail -f /var/log/messages\n"

View File

@ -421,7 +421,7 @@ irc_ctcp_replace_variables (struct t_irc_server *server, const char *format)
/* /*
* $site: WeeChat web site, example: * $site: WeeChat web site, example:
* http://weechat.org/ * https://weechat.org/
*/ */
info = weechat_info_get ("weechat_site", ""); info = weechat_info_get ("weechat_site", "");
temp = weechat_string_replace (res, "$site", info); temp = weechat_string_replace (res, "$site", info);
@ -432,7 +432,7 @@ irc_ctcp_replace_variables (struct t_irc_server *server, const char *format)
/* /*
* $download: WeeChat download page, example: * $download: WeeChat download page, example:
* http://weechat.org/download * https://weechat.org/download
*/ */
info = weechat_info_get ("weechat_site_download", ""); info = weechat_info_get ("weechat_site_download", "");
temp = weechat_string_replace (res, "$download", info); temp = weechat_string_replace (res, "$download", info);

View File

@ -383,7 +383,7 @@ relay_command_init ()
"The \"irc\" protocol allows any IRC client (including WeeChat " "The \"irc\" protocol allows any IRC client (including WeeChat "
"itself) to connect on the port.\n" "itself) to connect on the port.\n"
"The \"weechat\" protocol allows a remote interface to connect on " "The \"weechat\" protocol allows a remote interface to connect on "
"the port, see the list here: http://weechat.org/download/\n" "the port, see the list here: https://weechat.org/download/\n"
"\n" "\n"
"Without argument, this command opens buffer with list of relay " "Without argument, this command opens buffer with list of relay "
"clients.\n" "clients.\n"

View File

@ -284,8 +284,8 @@ TEST(Eval, EvalReplaceRegex)
hashtable_remove (pointers, "regex"); hashtable_remove (pointers, "regex");
hashtable_set (options, "regex", "\\w+://\\S+"); hashtable_set (options, "regex", "\\w+://\\S+");
hashtable_set (options, "regex_replace", "[ ${re:0} ]"); hashtable_set (options, "regex_replace", "[ ${re:0} ]");
WEE_CHECK_EVAL("test: [ http://weechat.org ]", WEE_CHECK_EVAL("test: [ https://weechat.org ]",
"test: http://weechat.org"); "test: https://weechat.org");
/* add brackets around URLs (compiled regex) */ /* add brackets around URLs (compiled regex) */
LONGS_EQUAL(0, string_regcomp (&regex, "\\w+://\\S+", LONGS_EQUAL(0, string_regcomp (&regex, "\\w+://\\S+",
@ -293,8 +293,8 @@ TEST(Eval, EvalReplaceRegex)
hashtable_set (pointers, "regex", &regex); hashtable_set (pointers, "regex", &regex);
hashtable_remove (options, "regex"); hashtable_remove (options, "regex");
hashtable_set (options, "regex_replace", "[ ${re:0} ]"); hashtable_set (options, "regex_replace", "[ ${re:0} ]");
WEE_CHECK_EVAL("test: [ http://weechat.org ]", WEE_CHECK_EVAL("test: [ https://weechat.org ]",
"test: http://weechat.org"); "test: https://weechat.org");
regfree (&regex); regfree (&regex);
/* hide passwords (regex as string) */ /* hide passwords (regex as string) */

View File

@ -42,8 +42,8 @@ RELEASE=1
# Default category (some packages have extra category) # Default category (some packages have extra category)
CATEGORY="Net" CATEGORY="Net"
HOMEPAGE="http://weechat.org/" HOMEPAGE="https://weechat.org/"
SRC_URI="http://weechat.org/files/src/weechat-${VERSION}.tar.bz2" SRC_URI="https://weechat.org/files/src/weechat-${VERSION}.tar.bz2"
# Build dependencies only # Build dependencies only
DEPEND="asciidoc cmake docbook-xml-simple11 docbook-xsl gettext gettext-devel \ DEPEND="asciidoc cmake docbook-xml-simple11 docbook-xsl gettext gettext-devel \

View File

@ -30,8 +30,8 @@ Name: %{name}
Summary: portable, fast, light and extensible IRC client Summary: portable, fast, light and extensible IRC client
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
Source: http://weechat.org/files/src/%{name}-%{version}.tar.gz Source: https://weechat.org/files/src/%{name}-%{version}.tar.gz
URL: http://weechat.org/ URL: https://weechat.org/
Group: Productivity/Networking/IRC Group: Productivity/Networking/IRC
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Requires: perl, python, ruby, lua, tcl, guile, gcrypt, gnutls, ncurses, libcurl Requires: perl, python, ruby, lua, tcl, guile, gcrypt, gnutls, ncurses, libcurl