aboutsummaryrefslogtreecommitdiffstats
path: root/english/MailingLists
diff options
context:
space:
mode:
authorLaura Arjona Reina <larjona@debian.org>2019-04-03 08:50:13 +0200
committerLaura Arjona Reina <larjona@debian.org>2019-04-03 08:51:23 +0200
commit0c63eb28c984d2f8213b66675a50a303e6166cf6 (patch)
tree70b562bc3c511fbdaa569461c52449bbdb972271 /english/MailingLists
parent564490a4083f736aa20bafeeb9596f724d1c2ed9 (diff)
Use plain text for rtc mailing list description, and let the script mklist create the HTML for the URL (also for https). Closes: #926205
Diffstat (limited to 'english/MailingLists')
-rw-r--r--english/MailingLists/desc/misc/debian-rtc5
-rwxr-xr-xenglish/MailingLists/mklist1
2 files changed, 3 insertions, 3 deletions
diff --git a/english/MailingLists/desc/misc/debian-rtc b/english/MailingLists/desc/misc/debian-rtc
index a04464399cb..c6e2f700b65 100644
--- a/english/MailingLists/desc/misc/debian-rtc
+++ b/english/MailingLists/desc/misc/debian-rtc
@@ -1,6 +1,5 @@
-Debian operates a number of <a href="https://rtc.debian.org">RTC services</a>
+Debian operates a number of RTC services (https://rtc.debian.org)
for Debian Developers and the wider Debian community. This list is provided
-for discussion of the services, discussing <a
-href="https://wiki.debian.org/UnifiedCommunications/DebianDevelopers">documentation</a>
+for discussion of the services, discussing documentation (https://wiki.debian.org/UnifiedCommunications/DebianDevelopers)
for the services, operational issues, discussion of possible enhancements and
questions from users.
diff --git a/english/MailingLists/mklist b/english/MailingLists/mklist
index d1f9ff04917..5dc7fc42880 100755
--- a/english/MailingLists/mklist
+++ b/english/MailingLists/mklist
@@ -365,6 +365,7 @@ END
$list{$l}->{'Description'} =~ s/>/&gt;/g;
$list{$l}->{'Description'} =~ s/</&lt;/g;
$list{$l}->{'Description'} =~ s,(http://[\w.\-~/#]*),<a href="$1">$1</a>,g;
+ $list{$l}->{'Description'} =~ s,(https://[\w.\-~/#]*),<a href="$1">$1</a>,g;
$list{$l}->{'Description'} =~ s,(listmaster@[\w.-]*),<a href="mailto:$1">$1</a>,g;
$list{$l}->{'Description'} =~ s,(majordomo@[\w.-]*),<a href="mailto:$1">$1</a>,g;
my @lines = split(/\n/,$list{$l}->{'Description'});

© 2014-2024 Faster IT GmbH | imprint | privacy policy