From 3264eae94bcca50126624da9b6db57f966a251e7 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 1 Mar 2024 16:55:25 -0800 Subject: Switch http: links to https: --- HTML/index.html | 6 +++--- about/about-mageia | 8 ++++---- mail/mail-en.html | 6 +++--- mail/mail-en.txt | 4 ++-- mail/mail-fr.html | 4 ++-- mail/mail-fr.txt | 2 +- mail/mail-pt.html | 6 +++--- mail/mail-pt.txt | 4 ++-- mail/placeholder.h | 2 +- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/HTML/index.html b/HTML/index.html index 91099ed..387660e 100644 --- a/HTML/index.html +++ b/HTML/index.html @@ -17,7 +17,7 @@ - -

Mageia

+ +

Mageia

- \ No newline at end of file + diff --git a/about/about-mageia b/about/about-mageia index f37d256..b499901 100755 --- a/about/about-mageia +++ b/about/about-mageia @@ -1,20 +1,20 @@ #!/bin/sh WGET="$(which wget)" -$WGET -q --tries=20 --timeout=10 http://www.google.com -O /tmp/google.idx &> /dev/null +$WGET -q --tries=20 --timeout=10 https://www.google.com -O /tmp/google.idx &> /dev/null if [ ! -s /tmp/google.idx ]; then echo "ERROR: No internet connection detected. In order to display About Mageia page you should have an working connection." exit 1 else for lang in `echo $LANG:$LANGUAGE | tr ':' ' ' | cut -d'_' -f1` ; do - $WGET -q --tries=20 --timeout=10 http://www.mageia.org/$lang/about -O /tmp/mageiaorg.idx &> /dev/null + $WGET -q --tries=20 --timeout=10 https://www.mageia.org/$lang/about -O /tmp/mageiaorg.idx &> /dev/null if [ ! -s /tmp/mageiaorg.idx ]; then echo "WARNING: There is no localized Mageia About web page; displaying English web page" - xdg-open "http://www.mageia.org/en/about" + xdg-open "https://www.mageia.org/en/about" else - xdg-open "http://www.mageia.org/$lang/about" + xdg-open "https://www.mageia.org/$lang/about" exit 0 fi done diff --git a/mail/mail-en.html b/mail/mail-en.html index dad9c98..0e47de8 100644 --- a/mail/mail-en.html +++ b/mail/mail-en.html @@ -9,13 +9,13 @@ Content-Type: text/html; charset=utf-8

Welcome to Mageia!

-

Make sure to visit www.mageia.org +

Make sure to visit www.mageia.org to get more tips and updates about Mageia.

Have fun!


-

Mageia

+

Mageia

- \ No newline at end of file + diff --git a/mail/mail-en.txt b/mail/mail-en.txt index d231b43..9fe75f5 100644 --- a/mail/mail-en.txt +++ b/mail/mail-en.txt @@ -3,11 +3,11 @@ Content-Transfer-Encoding: 8bit Welcome to Mageia! -Make sure to visit http://www.mageia.org/ to get more tips and updates +Make sure to visit https://www.mageia.org/ to get more tips and updates about Mageia. Have fun! -- Mageia -http://www.mageia.org/ \ No newline at end of file +https://www.mageia.org/ diff --git a/mail/mail-fr.html b/mail/mail-fr.html index db7b1b5..0f90d93 100644 --- a/mail/mail-fr.html +++ b/mail/mail-fr.html @@ -10,6 +10,6 @@ Content-Type: text/html; charset=utf-8

Bienvenue sur Mageia !


-

Mageia

+

Mageia

- \ No newline at end of file + diff --git a/mail/mail-fr.txt b/mail/mail-fr.txt index a1f90c7..ab2f9ac 100644 --- a/mail/mail-fr.txt +++ b/mail/mail-fr.txt @@ -6,5 +6,5 @@ Bienvenue sur Mageia ! -- L'équipe Mageia -http://www.mageia.org/ +https://www.mageia.org/ diff --git a/mail/mail-pt.html b/mail/mail-pt.html index c69bbad..7b956d1 100644 --- a/mail/mail-pt.html +++ b/mail/mail-pt.html @@ -9,13 +9,13 @@ Content-Type: text/html; charset=utf-8

Bem-vindo à Mageia!

-

Visite a nossa página www.mageia.org +

Visite a nossa página www.mageia.org para obter mais dicas e actualizações acerca da Mageia.

Divirta-se!


-

Mageia

+

Mageia

- \ No newline at end of file + diff --git a/mail/mail-pt.txt b/mail/mail-pt.txt index 3e4f1a2..dde342d 100644 --- a/mail/mail-pt.txt +++ b/mail/mail-pt.txt @@ -3,11 +3,11 @@ Content-Transfer-Encoding: 8bit Bem-vindo à Mageia! -Visite a nossa página http://www.mageia.org/ para obter mais dicas e actualizações +Visite a nossa página https://www.mageia.org/ para obter mais dicas e actualizações acerca da Mageia. Divirta-se! -- Mageia -http://www.mageia.org/ \ No newline at end of file +https://www.mageia.org/ diff --git a/mail/placeholder.h b/mail/placeholder.h index ca42733..1fb2298 100644 --- a/mail/placeholder.h +++ b/mail/placeholder.h @@ -16,7 +16,7 @@ char *placeholder[] = { i18n("We hope you are totally satisfied with Mageia. Below is a list of useful websites:"), /* */ "Mageia", - "http://www.mageia.org/", + "https://www.mageia.org/", /* placeholer is mageia.org URL */ i18n("The %s website provides all the details for keeping in touch with the community."), /* goodbye signature (1st line) */ -- cgit v1.2.1