From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH 1/2] update links to HTTPS in main website templates Date: Fri, 14 Sep 2018 16:33:44 +0200 Message-ID: <20180914143345.4438-1-peter.mueller@link38.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7342643876231521212==" List-Id: --===============7342643876231521212== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Some of the embedded links were still pointing to HTTP destinations or non-existent (i.e. renamed) Wiki pages. These have been fixed now. Signed-off-by: Peter M=C3=BCller --- templates/admin-planet.html | 2 +- templates/base.html | 24 ++++++++++++------------ templates/download-splash.html | 10 +++++----- templates/index.html | 14 +++++++------- 4 files changed, 25 insertions(+), 25 deletions(-) diff --git a/templates/admin-planet.html b/templates/admin-planet.html index c40118d..6c3ab5b 100644 --- a/templates/admin-planet.html +++ b/templates/admin-planet.html @@ -20,7 +20,7 @@ {{ entry.author.name }} - {{ entry.title }} + {{ entry.title }} {% if entry.is_draft() %} {{ _("Draft") }} {% end %} diff --git a/templates/base.html b/templates/base.html index 83533f9..899c2de 100644 --- a/templates/base.html +++ b/templates/base.html @@ -70,7 +70,7 @@ =20 @@ -89,10 +89,10 @@ =20 @@ -102,16 +102,16 @@ =20 @@ -121,7 +121,7 @@ =20 =20
- + {{ _("Donate") }} =20

=20
- + diff --git a/templates/download-splash.html b/templates/download-splash.html index a4ca41b..2bddef9 100644 --- a/templates/download-splash.html +++ b/templates/download-splash.html @@ -10,8 +10,8 @@ =20

{% if lang =3D=3D "de" %} - Der Download beginnt in K=C3=BCrze. - Falls nicht, auf den untenstehenden Link klicken. + Ihr Download beginnt in K=C3=BCrze. + Falls nicht, bitte auf den untenstehenden Link klicken. {% else %} Your download should begin in a few seconds. If not, click the link below. @@ -24,21 +24,21 @@

=20 =20
- +

{{ _("Get Support") }}

diff --git a/templates/index.html b/templates/index.html index 99a0247..f9900f8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -178,12 +178,12 @@

{% if lang =3D=3D "de" %} IPFire wird in Europa entwickelt, - in v= ielen L=C3=A4ndern + in = vielen L=C3=A4ndern =C3=BCberall auf der Welt eingesetzt, und bietet Internetzugang f=C3=BCr hundertausende Nutzer jeden Tag. {% else %} IPFire is developed in Europe and used all over the world - in h= undreds of countries + in = hundreds of countries by hundreds of thousands of users every day. {% end %}

@@ -232,7 +232,7 @@ {{ item.title }} {% elif type =3D=3D "planet" %} - + {{ item.title }} {% end %} @@ -257,11 +257,11 @@ {% end %} =20 - + {{ _("IPFire Wishlist") }} =20 - + {{ hottest_wish.title }} =20 @@ -281,12 +281,12 @@ =20

{% if lang =3D=3D "de" %} - Lightning Wire Labs bie= tet + Lightning Wire Labs bi= etet Hardware-Appliances f=C3=BCr mittlere bis gro=C3=9Fe Unternehmen und SOH= O an. Diese sorgen in jedem Netz f=C3=BCr beste Zuverl=C3=A4ssigkeit, Stabilit= =C3=A4t und Performance. {% else %} - Lightning Wire Labs off= er + Lightning Wire Labs of= fer IPFire hardware appliances for enterprises, large businesses and SOHO. Deploying one of these on your network will provide you with the greatest reliability, stability and performance. --=20 2.16.4 --===============7342643876231521212==--