From ea918839f894a68375aacbf1192ee711ea7f2b5d Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 10 Feb 2026 08:00:10 +0000 Subject: [PATCH] Avoid using non-reserved domain names in Wiki syntax helps (#43802). git-svn-id: https://svn.redmine.org/redmine/trunk@24405 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .../common_mark/de/wiki_syntax_common_mark.html.erb | 6 +++--- .../de/wiki_syntax_detailed_common_mark.html.erb | 4 ++-- .../common_mark/en/wiki_syntax_common_mark.html.erb | 6 +++--- .../en/wiki_syntax_detailed_common_mark.html.erb | 4 ++-- .../common_mark/ja/wiki_syntax_common_mark.html.erb | 6 +++--- .../ja/wiki_syntax_detailed_common_mark.html.erb | 4 ++-- .../common_mark/ta-in/wiki_syntax_common_mark.html.erb | 6 +++--- .../ta-in/wiki_syntax_detailed_common_mark.html.erb | 4 ++-- .../textile/bg/wiki_syntax_detailed_textile.html.erb | 4 ++-- .../wiki_syntax/textile/bg/wiki_syntax_textile.html.erb | 4 ++-- .../textile/ca/wiki_syntax_detailed_textile.html.erb | 4 ++-- .../wiki_syntax/textile/ca/wiki_syntax_textile.html.erb | 4 ++-- .../textile/cs/wiki_syntax_detailed_textile.html.erb | 4 ++-- .../wiki_syntax/textile/cs/wiki_syntax_textile.html.erb | 4 ++-- .../textile/de/wiki_syntax_detailed_textile.html.erb | 4 ++-- .../wiki_syntax/textile/de/wiki_syntax_textile.html.erb | 4 ++-- .../textile/en/wiki_syntax_detailed_textile.html.erb | 4 ++-- .../wiki_syntax/textile/en/wiki_syntax_textile.html.erb | 4 ++-- .../textile/es-pa/wiki_syntax_detailed_textile.html.erb | 4 ++-- .../wiki_syntax/textile/es-pa/wiki_syntax_textile.html.erb | 4 ++-- .../textile/es/wiki_syntax_detailed_textile.html.erb | 4 ++-- .../wiki_syntax/textile/es/wiki_syntax_textile.html.erb | 4 ++-- .../textile/fr/wiki_syntax_detailed_textile.html.erb | 4 ++-- .../wiki_syntax/textile/fr/wiki_syntax_textile.html.erb | 4 ++-- .../textile/gl/wiki_syntax_detailed_textile.html.erb | 4 ++-- .../wiki_syntax/textile/gl/wiki_syntax_textile.html.erb | 4 ++-- .../textile/ja/wiki_syntax_detailed_textile.html.erb | 4 ++-- .../wiki_syntax/textile/ja/wiki_syntax_textile.html.erb | 4 ++-- .../textile/ko/wiki_syntax_detailed_textile.html.erb | 4 ++-- .../wiki_syntax/textile/ko/wiki_syntax_textile.html.erb | 4 ++-- .../textile/lt/wiki_syntax_detailed_textile.html.erb | 4 ++-- .../wiki_syntax/textile/lt/wiki_syntax_textile.html.erb | 4 ++-- .../textile/nl/wiki_syntax_detailed_textile.html.erb | 4 ++-- .../wiki_syntax/textile/nl/wiki_syntax_textile.html.erb | 4 ++-- .../textile/pt-br/wiki_syntax_detailed_textile.html.erb | 4 ++-- .../wiki_syntax/textile/pt-br/wiki_syntax_textile.html.erb | 4 ++-- .../textile/ru/wiki_syntax_detailed_textile.html.erb | 6 +++--- .../wiki_syntax/textile/ru/wiki_syntax_textile.html.erb | 6 +++--- .../textile/ta-in/wiki_syntax_detailed_textile.html.erb | 4 ++-- .../wiki_syntax/textile/ta-in/wiki_syntax_textile.html.erb | 4 ++-- .../textile/uk/wiki_syntax_detailed_textile.html.erb | 4 ++-- .../wiki_syntax/textile/uk/wiki_syntax_textile.html.erb | 4 ++-- .../textile/zh-tw/wiki_syntax_detailed_textile.html.erb | 4 ++-- .../wiki_syntax/textile/zh-tw/wiki_syntax_textile.html.erb | 4 ++-- .../textile/zh/wiki_syntax_detailed_textile.html.erb | 4 ++-- .../wiki_syntax/textile/zh/wiki_syntax_textile.html.erb | 4 ++-- 46 files changed, 98 insertions(+), 98 deletions(-) diff --git a/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_common_mark.html.erb index ac801c585..865a4ea28 100644 --- a/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_common_mark.html.erb @@ -45,9 +45,9 @@ <%= image_tag("jstoolbar/h3.svg", { alt:"Heading 3" }) %>### Titel 3

Titel 3

Links (" target="_blank">mehr) -www.foo.barwww.foo.bar -http://foo.barhttp://foo.bar -[Foo](http://foo.bar)Foo +www.example.comwww.example.com +http://example.comhttp://example.com +[Foo](http://example.com)Foo Redmine interne Links (" target="_blank">mehr) <%= image_tag("jstoolbar/wiki_link.svg", { alt:"Link zu einer Wiki-Seite" }) %>[[Wiki page]]Wiki-Seite diff --git a/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_detailed_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_detailed_common_mark.html.erb index a182e8c79..3eb5b7fdd 100644 --- a/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_detailed_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_detailed_common_mark.html.erb @@ -182,10 +182,10 @@

URLs (beginnend mit: www, http, https, ftp, ftps, sftp und sftps) und E-Mail-Adressen werden automatisch in anklickbare Links umgewandelt:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

Anzeige: https://www.redmine.org,

+

Anzeige: https://www.redmine.org,

Wenn Sie anstelle der URL einen bestimmten Text anzeigen möchten, können Sie die Standard-Markdown-Syntax verwenden:

diff --git a/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_common_mark.html.erb index a650b2751..5f8f5b8f6 100644 --- a/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_common_mark.html.erb @@ -45,9 +45,9 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "Heading 3" }) %>### Title 3

Title 3

Links (" target="_blank">more) -www.foo.barwww.foo.bar -http://foo.barhttp://foo.bar -[Foo](http://foo.bar)Foo +www.example.comwww.example.com +http://example.comhttp://example.com +[Foo](http://example.com)Foo Redmine links (" target="_blank">more) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page diff --git a/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_detailed_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_detailed_common_mark.html.erb index fd6bbdf9e..401749623 100644 --- a/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_detailed_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_detailed_common_mark.html.erb @@ -182,10 +182,10 @@

URLs (starting with: www, http, https, ftp, ftps, sftp and sftps) and email addresses are automatically turned into clickable links:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

displays: https://www.redmine.org,

+

displays: https://www.redmine.org,

If you want to display a specific text instead of the URL, you can use the standard markdown syntax:

diff --git a/app/views/help/wiki_syntax/common_mark/ja/wiki_syntax_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/ja/wiki_syntax_common_mark.html.erb index dbf36a2b8..05b8d496e 100644 --- a/app/views/help/wiki_syntax/common_mark/ja/wiki_syntax_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/ja/wiki_syntax_common_mark.html.erb @@ -45,9 +45,9 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "見出し3" }) %>### タイトル3

タイトル3

リンク (" target="_blank">詳細) -www.foo.barwww.foo.bar -http://foo.barhttp://foo.bar -[Foo](http://foo.bar)Foo +www.example.comwww.example.com +http://example.comhttp://example.com +[Foo](http://example.com)Foo Redmine内のリンク (" target="_blank">詳細) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "Wikiページへのリンク" }) %>[[Wiki page]]Wiki page diff --git a/app/views/help/wiki_syntax/common_mark/ja/wiki_syntax_detailed_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/ja/wiki_syntax_detailed_common_mark.html.erb index 43f3f91d2..528165906 100644 --- a/app/views/help/wiki_syntax/common_mark/ja/wiki_syntax_detailed_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/ja/wiki_syntax_detailed_common_mark.html.erb @@ -182,10 +182,10 @@

URL(starting with: www, http, https, ftp, ftps, sftp and sftps)とメールアドレスは自動的にリンクになります:

-http://www.redmine.org, someone@foo.bar
+http://www.redmine.org, someone@example.com
 
-

上記記述の表示例です: http://www.redmine.org,

+

上記記述の表示例です: http://www.redmine.org,

URLのかわりに別のテキストを表示させたい場合は、通常のMarkdown記法が利用できます:

diff --git a/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_common_mark.html.erb index 6a845b6e7..92bd77e38 100644 --- a/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_common_mark.html.erb @@ -44,9 +44,9 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "Heading 3" }) %>### தலைப்பு 3

தலைப்பு 3

இணைப்புகள் (" target="_blank">மேலும்) - www.foo.barwww.foo.bar - http://foo.barhttp://foo.bar - [Foo](http://foo.bar)Foo + www.example.comwww.example.com + http://example.comhttp://example.com + [Foo](http://example.com)Foo Redmine இணைப்புகள்(" target="_blank">மேலும்) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "Link to a Wiki page" }) %>[[விக்கி பக்கம்]]விக்கி பக்கம் diff --git a/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_detailed_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_detailed_common_mark.html.erb index a39cb821c..84d7fac65 100644 --- a/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_detailed_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_detailed_common_mark.html.erb @@ -181,10 +181,10 @@

URLs (starting with: www, http, https, ftp, ftps, sftp and sftps) மின்னஞ்சல் முகவரிகள் தானாக கிளிக் செய்யக்கூடிய இணைப்புகளாக மாற்றப்படும்:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

காட்சிகள்: https://www.redmine.org,

+

காட்சிகள்: https://www.redmine.org,

URL க்கு பதிலாக ஒரு குறிப்பிட்ட உரையைக் காட்ட விரும்பினால், நீங்கள் நிலையான மார்க் டவுன் தொடரியல் பயன்படுத்தலாம்:

diff --git a/app/views/help/wiki_syntax/textile/bg/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/bg/wiki_syntax_detailed_textile.html.erb index c1aa42427..ff262a401 100644 --- a/app/views/help/wiki_syntax/textile/bg/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/bg/wiki_syntax_detailed_textile.html.erb @@ -172,10 +172,10 @@

URLs (starting with: www, http, https, ftp, ftps, sftp and sftps) and email addresses are automatically turned into clickable links:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

displays: https://www.redmine.org,

+

displays: https://www.redmine.org,

If you want to display a specific text instead of the URL, you can use the standard textile syntax:

diff --git a/app/views/help/wiki_syntax/textile/bg/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/bg/wiki_syntax_textile.html.erb index 6a9d8298d..1a4d9fa54 100644 --- a/app/views/help/wiki_syntax/textile/bg/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/bg/wiki_syntax_textile.html.erb @@ -42,8 +42,8 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "Heading 3" }) %>h3. Title 3

Title 3

Links (" target="_blank">more) -http://foo.barhttp://foo.bar -"Foo":http://foo.barFoo +http://example.comhttp://example.com +"Foo":http://example.comFoo Redmine links (" target="_blank">more) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page diff --git a/app/views/help/wiki_syntax/textile/ca/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/ca/wiki_syntax_detailed_textile.html.erb index c1aa42427..ff262a401 100644 --- a/app/views/help/wiki_syntax/textile/ca/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ca/wiki_syntax_detailed_textile.html.erb @@ -172,10 +172,10 @@

URLs (starting with: www, http, https, ftp, ftps, sftp and sftps) and email addresses are automatically turned into clickable links:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

displays: https://www.redmine.org,

+

displays: https://www.redmine.org,

If you want to display a specific text instead of the URL, you can use the standard textile syntax:

diff --git a/app/views/help/wiki_syntax/textile/ca/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/ca/wiki_syntax_textile.html.erb index 701fa54b8..1f6959add 100644 --- a/app/views/help/wiki_syntax/textile/ca/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ca/wiki_syntax_textile.html.erb @@ -42,8 +42,8 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "Encapçament 3" }) %>h3. Títol 3

Títol 3

Links (" target="_blank">more) -http://foo.barhttp://foo.bar -"Foo":http://foo.barFoo +http://example.comhttp://example.com +"Foo":http://example.comFoo Links del Redmine (" target="_blank">more) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "Link a la pagina Wiki" }) %>[[Pagina Wiki]]Pagina Wiki diff --git a/app/views/help/wiki_syntax/textile/cs/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/cs/wiki_syntax_detailed_textile.html.erb index fb9905404..80e92fb5a 100644 --- a/app/views/help/wiki_syntax/textile/cs/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/cs/wiki_syntax_detailed_textile.html.erb @@ -181,10 +181,10 @@

URL (začínající: www, http, https, ftp, ftps, sftp a sftps) a e-mailové adresy jsou automaticky převedeny na klikací odkazy:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

zobrazí: https://www.redmine.org,

+

zobrazí: https://www.redmine.org,

Jestliže chcete zobrazit určitý text místo URL, můžete použít standardní syntaxi textile:

diff --git a/app/views/help/wiki_syntax/textile/cs/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/cs/wiki_syntax_textile.html.erb index fe12b1587..9d724c45d 100644 --- a/app/views/help/wiki_syntax/textile/cs/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/cs/wiki_syntax_textile.html.erb @@ -42,8 +42,8 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "Nadpis 3" }) %>h3. Nadpis 3

Nadpis 3

Odkazy (" target="_blank">více) -http://foo.barhttp://foo.bar -"Odkaz":http://foo.barOdkaz +http://example.comhttp://example.com +"Odkaz":http://example.comOdkaz Redmine odkazy (" target="_blank">více) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "Odkaz na Wiki stránku" }) %>[[Wiki stránka]]Wiki stránka diff --git a/app/views/help/wiki_syntax/textile/de/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/de/wiki_syntax_detailed_textile.html.erb index b280dad6e..c060bb4ce 100644 --- a/app/views/help/wiki_syntax/textile/de/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/de/wiki_syntax_detailed_textile.html.erb @@ -172,10 +172,10 @@

URLs (beginnend mit: www, http, https, ftp, ftps, sftp und sftps) und E-Mail-Adressen werden automatisch in anklickbare Links umgewandelt:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

zeigt: https://www.redmine.org,

+

zeigt: https://www.redmine.org,

Wenn Sie anstelle der URL einen bestimmten Text anzeigen möchten, können Sie die Standard-Textil-Syntax verwenden:

diff --git a/app/views/help/wiki_syntax/textile/de/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/de/wiki_syntax_textile.html.erb index 0a6db1299..989810c22 100644 --- a/app/views/help/wiki_syntax/textile/de/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/de/wiki_syntax_textile.html.erb @@ -42,8 +42,8 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "Überschrift 3" }) %>h3. Überschrift 3

Überschrift 3

Links (" target="_blank">mehr) -http://foo.barhttp://foo.bar -"Foo":http://foo.barFoo +http://example.comhttp://example.com +"Foo":http://example.comFoo Redmine Links (" target="_blank">mehr) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "Link zu einer Wiki Seite" }) %>[[Wiki Seite]]Wiki Seite diff --git a/app/views/help/wiki_syntax/textile/en/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/en/wiki_syntax_detailed_textile.html.erb index c1aa42427..ff262a401 100644 --- a/app/views/help/wiki_syntax/textile/en/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/en/wiki_syntax_detailed_textile.html.erb @@ -172,10 +172,10 @@

URLs (starting with: www, http, https, ftp, ftps, sftp and sftps) and email addresses are automatically turned into clickable links:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

displays: https://www.redmine.org,

+

displays: https://www.redmine.org,

If you want to display a specific text instead of the URL, you can use the standard textile syntax:

diff --git a/app/views/help/wiki_syntax/textile/en/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/en/wiki_syntax_textile.html.erb index f722e5032..f02d5ac45 100644 --- a/app/views/help/wiki_syntax/textile/en/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/en/wiki_syntax_textile.html.erb @@ -42,8 +42,8 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "Heading 3" }) %>h3. Title 3

Title 3

Links (" target="_blank">more) -http://foo.barhttp://foo.bar -"Foo":http://foo.barFoo +http://example.comhttp://example.com +"Foo":http://example.comFoo Redmine links (" target="_blank">more) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page diff --git a/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_detailed_textile.html.erb index c1aa42427..ff262a401 100644 --- a/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_detailed_textile.html.erb @@ -172,10 +172,10 @@

URLs (starting with: www, http, https, ftp, ftps, sftp and sftps) and email addresses are automatically turned into clickable links:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

displays: https://www.redmine.org,

+

displays: https://www.redmine.org,

If you want to display a specific text instead of the URL, you can use the standard textile syntax:

diff --git a/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_textile.html.erb index c7b21b062..82f636b1a 100644 --- a/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_textile.html.erb @@ -42,8 +42,8 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "Cabecera 3" }) %>h3. Título 3

Título 3

Enlaces (" target="_blank">more) -http://foo.barhttp://foo.bar -"Foo":http://foo.barFoo +http://example.comhttp://example.com +"Foo":http://example.comFoo Enlaces de Redmine (" target="_blank">more) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "Enlace a una página de la Wiki" }) %>[[pagina Wiki]]Pagina Wiki diff --git a/app/views/help/wiki_syntax/textile/es/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/es/wiki_syntax_detailed_textile.html.erb index c1aa42427..ff262a401 100644 --- a/app/views/help/wiki_syntax/textile/es/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/es/wiki_syntax_detailed_textile.html.erb @@ -172,10 +172,10 @@

URLs (starting with: www, http, https, ftp, ftps, sftp and sftps) and email addresses are automatically turned into clickable links:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

displays: https://www.redmine.org,

+

displays: https://www.redmine.org,

If you want to display a specific text instead of the URL, you can use the standard textile syntax:

diff --git a/app/views/help/wiki_syntax/textile/es/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/es/wiki_syntax_textile.html.erb index c7b21b062..82f636b1a 100644 --- a/app/views/help/wiki_syntax/textile/es/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/es/wiki_syntax_textile.html.erb @@ -42,8 +42,8 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "Cabecera 3" }) %>h3. Título 3

Título 3

Enlaces (" target="_blank">more) -http://foo.barhttp://foo.bar -"Foo":http://foo.barFoo +http://example.comhttp://example.com +"Foo":http://example.comFoo Enlaces de Redmine (" target="_blank">more) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "Enlace a una página de la Wiki" }) %>[[pagina Wiki]]Pagina Wiki diff --git a/app/views/help/wiki_syntax/textile/fr/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/fr/wiki_syntax_detailed_textile.html.erb index 2eec1b196..b4d75a0bb 100644 --- a/app/views/help/wiki_syntax/textile/fr/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/fr/wiki_syntax_detailed_textile.html.erb @@ -172,10 +172,10 @@

URLs (starting with: www, http, https, ftp, ftps, sftp and sftps) and email addresses are automatically turned into clickable links:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

affiche: https://www.redmine.org,

+

affiche: https://www.redmine.org,

Si vous voulez afficher un texte spécifique à la place de l'URL, vous pouvez utilisez la syntaxe standard textile:

diff --git a/app/views/help/wiki_syntax/textile/fr/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/fr/wiki_syntax_textile.html.erb index 57c61ba5f..ffab9638b 100644 --- a/app/views/help/wiki_syntax/textile/fr/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/fr/wiki_syntax_textile.html.erb @@ -42,8 +42,8 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "Heading 3" }) %>h3. Titre 3

Titre 3

Liens (" target="_blank">more) -http://foo.barhttp://foo.bar -"Foo":http://foo.barFoo +http://example.comhttp://example.com +"Foo":http://example.comFoo Liens Redmine (" target="_blank">more) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page diff --git a/app/views/help/wiki_syntax/textile/gl/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/gl/wiki_syntax_detailed_textile.html.erb index c989cf934..5c1555102 100644 --- a/app/views/help/wiki_syntax/textile/gl/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/gl/wiki_syntax_detailed_textile.html.erb @@ -172,10 +172,10 @@

URLs (starting with: www, http, https, ftp, ftps, sftp and sftps) and email addresses are automatically turned into clickable links:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

displays: https://www.redmine.org,

+

displays: https://www.redmine.org,

If you want to display a specific text instead of the URL, you can use the standard textile syntax:

diff --git a/app/views/help/wiki_syntax/textile/gl/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/gl/wiki_syntax_textile.html.erb index f5adfeecb..ae96e151e 100644 --- a/app/views/help/wiki_syntax/textile/gl/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/gl/wiki_syntax_textile.html.erb @@ -42,8 +42,8 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "Heading 3" }) %>h3. Title 3

Title 3

Links (" target="_blank">more) -http://foo.barhttp://foo.bar -"Foo":http://foo.barFoo +http://example.comhttp://example.com +"Foo":http://example.comFoo Redmine links (" target="_blank">more) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page diff --git a/app/views/help/wiki_syntax/textile/ja/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/ja/wiki_syntax_detailed_textile.html.erb index 4b151c919..e55dcb3d5 100644 --- a/app/views/help/wiki_syntax/textile/ja/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ja/wiki_syntax_detailed_textile.html.erb @@ -172,10 +172,10 @@

URL(starting with: www, http, https, ftp, ftps, sftp and sftps)とメールアドレスは自動的にリンクになります:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

上記記述の表示例です: https://www.redmine.org,

+

上記記述の表示例です: https://www.redmine.org,

URLのかわりに別のテキストを表示させたい場合は、標準的なtextile記法が利用できます:

diff --git a/app/views/help/wiki_syntax/textile/ja/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/ja/wiki_syntax_textile.html.erb index 18c6b7ee5..35cbaf948 100644 --- a/app/views/help/wiki_syntax/textile/ja/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ja/wiki_syntax_textile.html.erb @@ -42,8 +42,8 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "見出し3" }) %>h3. タイトル3

タイトル3

リンク (" target="_blank">詳細) -http://foo.barhttp://foo.bar -"Foo":http://foo.barFoo +http://example.comhttp://example.com +"Foo":http://example.comFoo Redmine内のリンク (" target="_blank">詳細) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "Wikiページへのリンク" }) %>[[Wiki page]]Wiki page diff --git a/app/views/help/wiki_syntax/textile/ko/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/ko/wiki_syntax_detailed_textile.html.erb index c1aa42427..ff262a401 100644 --- a/app/views/help/wiki_syntax/textile/ko/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ko/wiki_syntax_detailed_textile.html.erb @@ -172,10 +172,10 @@

URLs (starting with: www, http, https, ftp, ftps, sftp and sftps) and email addresses are automatically turned into clickable links:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

displays: https://www.redmine.org,

+

displays: https://www.redmine.org,

If you want to display a specific text instead of the URL, you can use the standard textile syntax:

diff --git a/app/views/help/wiki_syntax/textile/ko/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/ko/wiki_syntax_textile.html.erb index b5353d12b..56c6e727c 100644 --- a/app/views/help/wiki_syntax/textile/ko/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ko/wiki_syntax_textile.html.erb @@ -42,8 +42,8 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "Heading 3" }) %>h3. Title 3

Title 3

Links (" target="_blank">more) -http://foo.barhttp://foo.bar -"Foo":http://foo.barFoo +http://example.comhttp://example.com +"Foo":http://example.comFoo Redmine links (" target="_blank">more) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page diff --git a/app/views/help/wiki_syntax/textile/lt/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/lt/wiki_syntax_detailed_textile.html.erb index 1dab7b8a9..06ca1d4ce 100644 --- a/app/views/help/wiki_syntax/textile/lt/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/lt/wiki_syntax_detailed_textile.html.erb @@ -172,10 +172,10 @@

URLs (starting with: www, http, https, ftp, ftps, sftp and sftps) and email addresses are automatically turned into clickable links:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

displays: https://www.redmine.org,

+

displays: https://www.redmine.org,

If you want to display a specific text instead of the URL, you can use the standard textile syntax:

diff --git a/app/views/help/wiki_syntax/textile/lt/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/lt/wiki_syntax_textile.html.erb index f722e5032..f02d5ac45 100644 --- a/app/views/help/wiki_syntax/textile/lt/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/lt/wiki_syntax_textile.html.erb @@ -42,8 +42,8 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "Heading 3" }) %>h3. Title 3

Title 3

Links (" target="_blank">more) -http://foo.barhttp://foo.bar -"Foo":http://foo.barFoo +http://example.comhttp://example.com +"Foo":http://example.comFoo Redmine links (" target="_blank">more) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page diff --git a/app/views/help/wiki_syntax/textile/nl/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/nl/wiki_syntax_detailed_textile.html.erb index c1aa42427..ff262a401 100644 --- a/app/views/help/wiki_syntax/textile/nl/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/nl/wiki_syntax_detailed_textile.html.erb @@ -172,10 +172,10 @@

URLs (starting with: www, http, https, ftp, ftps, sftp and sftps) and email addresses are automatically turned into clickable links:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

displays: https://www.redmine.org,

+

displays: https://www.redmine.org,

If you want to display a specific text instead of the URL, you can use the standard textile syntax:

diff --git a/app/views/help/wiki_syntax/textile/nl/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/nl/wiki_syntax_textile.html.erb index 8d2c9d71f..176a14d2a 100644 --- a/app/views/help/wiki_syntax/textile/nl/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/nl/wiki_syntax_textile.html.erb @@ -42,8 +42,8 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "Heading 3" }) %>h3. Title 3

Title 3

Links (" target="_blank">more) -http://foo.barhttp://foo.bar -"Foo":http://foo.barFoo +http://example.comhttp://example.com +"Foo":http://example.comFoo Redmine links (" target="_blank">more) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page diff --git a/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_detailed_textile.html.erb index c1aa42427..ff262a401 100644 --- a/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_detailed_textile.html.erb @@ -172,10 +172,10 @@

URLs (starting with: www, http, https, ftp, ftps, sftp and sftps) and email addresses are automatically turned into clickable links:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

displays: https://www.redmine.org,

+

displays: https://www.redmine.org,

If you want to display a specific text instead of the URL, you can use the standard textile syntax:

diff --git a/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_textile.html.erb index 60c44f7d0..437fc0ec5 100644 --- a/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_textile.html.erb @@ -42,8 +42,8 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "Heading 3" }) %>h3. Título 3

Título 3

Links (" target="_blank">more) -http://foo.barhttp://foo.bar -"Foo":http://foo.barFoo +http://example.comhttp://example.com +"Foo":http://example.comFoo Links do Redmine (" target="_blank">more) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "Link to a Wiki page" }) %>[[Página Wiki]]Página Wiki diff --git a/app/views/help/wiki_syntax/textile/ru/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/ru/wiki_syntax_detailed_textile.html.erb index ebac6320e..2baf32b79 100644 --- a/app/views/help/wiki_syntax/textile/ru/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ru/wiki_syntax_detailed_textile.html.erb @@ -188,7 +188,7 @@

Исключения:

Внешние ссылки

@@ -196,11 +196,11 @@

URLs (starting with: www, http, https, ftp, ftps, sftp and sftps) and email addresses are automatically turned into clickable links:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 

выводится: https://www.redmine.org,

+ href="mailto:someone@example.com" class="email">someone@example.com

Если же вы хотите, чтобы отобразился текст вместо адреса URL, вы можете испольовать стандартный синтаксис форматирования текста:

diff --git a/app/views/help/wiki_syntax/textile/ru/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/ru/wiki_syntax_textile.html.erb index 58157f2a3..b06d5abe9 100644 --- a/app/views/help/wiki_syntax/textile/ru/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ru/wiki_syntax_textile.html.erb @@ -92,12 +92,12 @@ - http://foo.bar - http://foo.bar + http://example.com + http://example.com - "Foo":http://foo.bar + "Foo":http://example.com Foo diff --git a/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_detailed_textile.html.erb index 72913d945..da1f15b8d 100644 --- a/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_detailed_textile.html.erb @@ -172,10 +172,10 @@

URLs (starting with: www, http, https, ftp, ftps, sftp and sftps) மின்னஞ்சல் முகவரிகள் தானாக கிளிக் செய்யக்கூடிய இணைப்புகளாக மாற்றப்படும்:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

காட்சிகள்: https://www.redmine.org,

+

காட்சிகள்: https://www.redmine.org,

URL க்கு பதிலாக ஒரு குறிப்பிட்ட உரையைக் காட்ட விரும்பினால், நீங்கள் நிலையான மார்க் டவுன் தொடரியல் பயன்படுத்தலாம்:

diff --git a/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_textile.html.erb index 406c72089..3e7cae40b 100644 --- a/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_textile.html.erb @@ -42,8 +42,8 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "Heading 3" }) %>h3. தலைப்பு 3

தலைப்பு 3

இணைப்புகள் (" target="_blank">மேலும்) -http://foo.barhttp://foo.bar -"Foo":http://foo.barFoo +http://example.comhttp://example.com +"Foo":http://example.comFoo Redmine இணைப்புகள் (" target="_blank">மேலும்) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page diff --git a/app/views/help/wiki_syntax/textile/uk/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/uk/wiki_syntax_detailed_textile.html.erb index c4b14788e..07bf6eda5 100644 --- a/app/views/help/wiki_syntax/textile/uk/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/uk/wiki_syntax_detailed_textile.html.erb @@ -172,10 +172,10 @@

URLs (starting with: www, http, https, ftp, ftps, sftp and sftps) and email addresses are automatically turned into clickable links:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

відображається як: https://www.redmine.org,

+

відображається як: https://www.redmine.org,

Якщо ви хочете, відобразити текст замість URL, ви можете використовувати дужки:

diff --git a/app/views/help/wiki_syntax/textile/uk/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/uk/wiki_syntax_textile.html.erb index d276659aa..2c791496a 100644 --- a/app/views/help/wiki_syntax/textile/uk/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/uk/wiki_syntax_textile.html.erb @@ -43,8 +43,8 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "Заголовок 3" }) %>h3. Заголовок 3

Заголовок 3

Лінки(посилання) (" target="_blank">more) -http://foo.barhttp://foo.bar -"Foo":http://foo.barFoo +http://example.comhttp://example.com +"Foo":http://example.comFoo Redmine посилання (" target="_blank">more) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "Посилання на вікі сторінку" }) %>[[Вікі сторінка]]Вікі сторінка diff --git a/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_detailed_textile.html.erb index 651126546..e0c58b501 100644 --- a/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_detailed_textile.html.erb @@ -172,10 +172,10 @@

URLs (starting with: www, http, https, ftp, ftps, sftp and sftps) and email addresses are automatically turned into clickable links:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

會顯示成: https://www.redmine.org,

+

會顯示成: https://www.redmine.org,

若您想要顯示指定的文字而非該 URL ,您可以使用下列標準的 textile 語法:

diff --git a/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_textile.html.erb index 1a53683d0..1f5be349f 100644 --- a/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_textile.html.erb @@ -42,8 +42,8 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "標題 3" }) %>h3. 標題 3

標題 3

連結 (" target="_blank">more) -http://foo.barhttp://foo.bar -"Foo":http://foo.barFoo +http://example.comhttp://example.com +"Foo":http://example.comFoo Redmine 連結 (" target="_blank">more) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "連結至一個 Wiki 頁面" }) %>[[Wiki 頁面]]Wiki 頁面 diff --git a/app/views/help/wiki_syntax/textile/zh/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/zh/wiki_syntax_detailed_textile.html.erb index 6274590bf..e3291340f 100644 --- a/app/views/help/wiki_syntax/textile/zh/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/zh/wiki_syntax_detailed_textile.html.erb @@ -172,10 +172,10 @@

URLs (starting with: www, http, https, ftp, ftps, sftp and sftps) and email addresses are automatically turned into clickable links:

-https://www.redmine.org, someone@foo.bar
+https://www.redmine.org, someone@example.com
 
-

显示为: https://www.redmine.org,

+

显示为: https://www.redmine.org,

如果您想要显示指定的文本而不是链接,您可以通过下列标准的 textile 语法:

diff --git a/app/views/help/wiki_syntax/textile/zh/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/zh/wiki_syntax_textile.html.erb index aeabac602..a1cde351f 100644 --- a/app/views/help/wiki_syntax/textile/zh/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/zh/wiki_syntax_textile.html.erb @@ -42,8 +42,8 @@ <%= image_tag("jstoolbar/h3.svg", { alt: "标题 3" }) %>h3. 标题 3

标题 3

链接 (" target="_blank">more) -http://foo.barhttp://foo.bar -"Foo":http://foo.barFoo +http://example.comhttp://example.com +"Foo":http://example.comFoo Redmine 链接 (" target="_blank">more) <%= image_tag("jstoolbar/wiki_link.svg", { alt: "链接到一个Wiki 页面" }) %>[[Wiki 页面]]Wiki 页面