diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-29 23:18:55 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-29 23:18:55 +0100 |
commit | 342261d35b7cb778d8b04ca5bcd6a274494e9205 (patch) | |
tree | 4ed7b75331b9656afd6ec953ed38cd2d5bc5678b /doc/it | |
parent | 4712d0bb0653b4827ed699c4ac0493a68c531c1d (diff) | |
download | weechat-342261d35b7cb778d8b04ca5bcd6a274494e9205.zip |
core: use https for all links where secured http is supported
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/exec_commands.adoc | 2 | ||||
-rw-r--r-- | doc/it/autogen/user/relay_options.adoc | 2 | ||||
-rw-r--r-- | doc/it/weechat_faq.it.adoc | 2 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 4 | ||||
-rw-r--r-- | doc/it/weechat_tester.it.adoc | 2 | ||||
-rw-r--r-- | doc/it/weechat_user.it.adoc | 18 |
6 files changed, 15 insertions, 15 deletions
diff --git a/doc/it/autogen/user/exec_commands.adoc b/doc/it/autogen/user/exec_commands.adoc index 3923258ad..d36def7eb 100644 --- a/doc/it/autogen/user/exec_commands.adoc +++ b/doc/it/autogen/user/exec_commands.adoc @@ -67,7 +67,7 @@ Default options can be set in the option exec.command.default_options. Examples: /exec -n ls -l /tmp /exec -sh -n ps xu | grep weechat - /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx + /exec -n -norc url:https://pastebin.com/raw.php?i=xxxxxxxx /exec -nf -noln links -dump https://weechat.org/files/doc/devel/weechat_user.en.html /exec -o uptime /exec -pipe "/print Machine uptime:" uptime diff --git a/doc/it/autogen/user/relay_options.adoc b/doc/it/autogen/user/relay_options.adoc index f10264043..03d4e9a40 100644 --- a/doc/it/autogen/user/relay_options.adoc +++ b/doc/it/autogen/user/relay_options.adoc @@ -177,7 +177,7 @@ ** valore predefinito: `+0+` * [[option_relay.network.websocket_allowed_origins]] *relay.network.websocket_allowed_origins* -** descrizione: pass:none[POSIX extended regular expression with origins allowed in websockets (case insensitive, use "(?-i)" at beginning to make it case sensitive), example: "^http://(www\.)?example\.(com|org)"] +** descrizione: pass:none[POSIX extended regular expression with origins allowed in websockets (case insensitive, use "(?-i)" at beginning to make it case sensitive), example: "^https?://(www\.)?example\.(com|org)"] ** tipo: stringa ** valori: qualsiasi stringa ** valore predefinito: `+""+` diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc index 9be62fb16..9bfc1e332 100644 --- a/doc/it/weechat_faq.it.adoc +++ b/doc/it/weechat_faq.it.adoc @@ -73,7 +73,7 @@ per l'installazione degli aggiornamenti. === How can I install WeeChat on macOS? // TRANSLATION MISSING -It is recommended to use http://brew.sh/[Homebrew], you can get help with: +It is recommended to use https://brew.sh/[Homebrew], you can get help with: ---- brew info weechat diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 19cae1d1d..790e85be7 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -1575,7 +1575,7 @@ Split a string like the shell does for a command with arguments. // TRANSLATION MISSING This function is a C conversion of Python class "shlex" (file: Lib/shlex.py in -Python repository), see: http://docs.python.org/3/library/shlex.html. +Python repository), see: https://docs.python.org/3/library/shlex.html. Prototipo: @@ -8830,7 +8830,7 @@ Valore restituito: Quando il comando ha terminato, o se viene raggiunto il timeout, WeeChat effettua automaticamente l'unhook (e termina il processo se ancora in esecuzione). -Il comando può essere un URL con il formato: "url:http://www.esempio.com", per +Il comando può essere un URL con il formato: "url:https://www.example.com", per scaricare il contenuto dell'URL _(WeeChat ≥ 0.3.7)_. Le opzioni per un URL sono disponibili con la funzione <<_hook_process_hashtable,hook_process_hashtable>>. diff --git a/doc/it/weechat_tester.it.adoc b/doc/it/weechat_tester.it.adoc index 21247bb84..abc1da5f6 100644 --- a/doc/it/weechat_tester.it.adoc +++ b/doc/it/weechat_tester.it.adoc @@ -120,7 +120,7 @@ A seconda della distribuzione Linux: * Debian: https://weechat.org/download/debian * Gentoo: https://weechat.org/download -* ArchLinux: PKGBUILD da http://aur.archlinux.org/ +* ArchLinux: PKGBUILD da https://aur.archlinux.org/ * altro: non lo sappiamo! Eheh. diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index bcd8a6c71..7abb9988b 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -40,11 +40,11 @@ Le principali caratteristiche: * piccolo, veloce e leggero * personalizzabile ed estensibile con plugin e script * conforme alle RFC di IRC - http://tools.ietf.org/html/rfc1459[1459], - http://tools.ietf.org/html/rfc2810[2810], - http://tools.ietf.org/html/rfc2811[2811], - http://tools.ietf.org/html/rfc2812[2812] e - http://tools.ietf.org/html/rfc2813[2813] + https://tools.ietf.org/html/rfc1459[1459], + https://tools.ietf.org/html/rfc2810[2810], + https://tools.ietf.org/html/rfc2811[2811], + https://tools.ietf.org/html/rfc2812[2812] e + https://tools.ietf.org/html/rfc2813[2813] // TRANSLATION MISSING * IRC proxy and relay for remote interfaces * multi-piattaforma (GNU/Linux, *BSD, macOS, Windows ed altre) @@ -98,7 +98,7 @@ WeeChat può essere compilato con cmake oppure autotools // TRANSLATION MISSING [NOTE] -On macOS, you can use http://brew.sh/[Homebrew]: +On macOS, you can use https://brew.sh/[Homebrew]: `brew install weechat --with-python --with-perl` (for help: `brew info weechat`). @@ -2733,7 +2733,7 @@ la 0.3.1. ---- $ mkdir -p ~/.weechat/ssl -$ wget -O ~/.weechat/ssl/CAs.pem http://www.spi-inc.org/ca/spi-cacert.crt +$ wget -O ~/.weechat/ssl/CAs.pem https://www.spi-inc.org/ca/spi-cacert.crt ---- // TRANSLATION MISSING @@ -2896,7 +2896,7 @@ E alla fine, connettersi al server: ---- Per maggiori informazioni su Freenode e TOR: -http://freenode.net/kb/answer/chat#accessing-freenode-via-tor +https://freenode.net/kb/answer/chat#accessing-freenode-via-tor [[irc_smart_filter_join_part_quit]] ==== Filtro smart per i messaggi di entrata/uscita/disconnessione @@ -3483,7 +3483,7 @@ password "miapass". [[relay_websocket]] ==== WebSocket -WebSocket protocol (http://tools.ietf.org/html/rfc6455[RFC 6455]) is supported +WebSocket protocol (https://tools.ietf.org/html/rfc6455[RFC 6455]) is supported in Relay plugin for all protocols. The WebSocket handshake is automatically detected and socket becomes ready for |