diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-31 22:47:04 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-31 22:47:04 +0100 |
commit | 239b48a644bc4cabb4fc339991f02baa0a041399 (patch) | |
tree | 3d8291da4ad83af4479e2807bd6f351e1d8c93d8 | |
parent | 0d37e2ea6fa4cd700d53e5de26707fcaf5292efb (diff) | |
download | weechat-239b48a644bc4cabb4fc339991f02baa0a041399.zip |
doc: add script urlserver.py in FAQ
-rw-r--r-- | doc/de/weechat_faq.de.txt | 4 | ||||
-rw-r--r-- | doc/en/weechat_faq.en.txt | 3 | ||||
-rw-r--r-- | doc/fr/weechat_faq.fr.txt | 3 | ||||
-rw-r--r-- | doc/it/weechat_faq.it.txt | 4 | ||||
-rw-r--r-- | doc/pl/weechat_faq.pl.txt | 4 |
5 files changed, 18 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.txt b/doc/de/weechat_faq.de.txt index b126d696b..59eceba8a 100644 --- a/doc/de/weechat_faq.de.txt +++ b/doc/de/weechat_faq.de.txt @@ -293,6 +293,10 @@ auftreten, sollte diese Option wieder deaktiviert werden. Eine weitere Möglichkeit ist, eines der folgenden Skripten zu nutzen: +// TRANSLATION MISSING +urlserver.py:: + shorten URLs with HTTP server in script + urlbar.py:: stellt die URL in einer Bar dar. diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt index 273ea4b7f..a329a2425 100644 --- a/doc/en/weechat_faq.en.txt +++ b/doc/en/weechat_faq.en.txt @@ -281,6 +281,9 @@ turn off this option. Other solution is to use one of following scripts: +urlserver.py:: + shorten URLs with HTTP server in script + urlbar.py:: display URLs in a bar diff --git a/doc/fr/weechat_faq.fr.txt b/doc/fr/weechat_faq.fr.txt index 35c57d645..0c8b8aeb8 100644 --- a/doc/fr/weechat_faq.fr.txt +++ b/doc/fr/weechat_faq.fr.txt @@ -289,6 +289,9 @@ problèmes, vous devez désactiver cette option. Une autre solution est d'utiliser l'un des scripts suivants : +urlserver.py:: + réduit les URLs avec un serveur HTTP dans le script + urlbar.py:: affiche les URLs dans une barre diff --git a/doc/it/weechat_faq.it.txt b/doc/it/weechat_faq.it.txt index ce5918c17..4f3d5e84d 100644 --- a/doc/it/weechat_faq.it.txt +++ b/doc/it/weechat_faq.it.txt @@ -288,6 +288,10 @@ tali problemi, è necessario disabilitare questa opzione. Una soluzione alternativa è l'uso di uno dei seguenti script: +// TRANSLATION MISSING +urlserver.py:: + shorten URLs with HTTP server in script + urlbar.py:: visualizza URL in una barra diff --git a/doc/pl/weechat_faq.pl.txt b/doc/pl/weechat_faq.pl.txt index 3fcdd51f4..8b9f1fd2b 100644 --- a/doc/pl/weechat_faq.pl.txt +++ b/doc/pl/weechat_faq.pl.txt @@ -282,6 +282,10 @@ wyłącz tą opcję. Innym rozwiązaniem będzie użycie któregoś z poniższych skryptów: +// TRANSLATION MISSING +urlserver.py:: + shorten URLs with HTTP server in script + urlbar.py:: wyświetla adresy URL na pasku |