[klettres] /: Use URLs with transport encryption

Yuri Chornoivan null at kde.org
Tue Nov 12 09:53:46 GMT 2019


Git commit 258a6544d4c303c6cc444deb22e0e50a22b9fbdc by Yuri Chornoivan.
Committed on 12/11/2019 at 09:53.
Pushed by yurchor into branch 'master'.

Use URLs with transport encryption

M  +1    -1    Mainpage.dox
M  +2    -2    doc/index.docbook
M  +3    -3    org.kde.klettres.appdata.xml
M  +2    -2    src/klettres.knsrc
M  +2    -2    src/main.cpp

https://commits.kde.org/klettres/258a6544d4c303c6cc444deb22e0e50a22b9fbdc

diff --git a/Mainpage.dox b/Mainpage.dox
index 040846b..6a3cf28 100644
--- a/Mainpage.dox
+++ b/Mainpage.dox
@@ -1,6 +1,6 @@
 /** @mainpage KLettres
 
 KLettres is a tool for learning the alphabet in a language (a foreign one or his own) by hearing the letters and syllables sounds. 
-See also http://edu.kde.org/klettres
+See also https://edu.kde.org/klettres
 
 */
diff --git a/doc/index.docbook b/doc/index.docbook
index caebc17..99b7a6a 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -547,7 +547,7 @@ And save both text files with <quote>utf8</quote> encoding (upper right dropbox
 </para>
 
 <para>
-See the <ulink url="http://edu.kde.org/klettres/add_language.php">&klettres; website</ulink> for more up to date instructions on how to add a new language.
+See the <ulink url="https://edu.kde.org/klettres/add_language.php">&klettres; website</ulink> for more up to date instructions on how to add a new language.
 </para>
 </chapter>
 
@@ -594,7 +594,7 @@ the new language must record these sounds in ogg format. For levels 3
 and 4, the syllables must be chosen by a teacher or someone who knows how children learn: these must be the
 syllables you have to learn just after the alphabet in order to learn
 well the basics of this language. Please send a mail to <email>kde-edu at kde.org</email> if you are
-able to do that. See <ulink url="http://edu.kde.org/klettres/add_language.php">the &klettres; website</ulink> for detailed instructions on how to add a new language.</para> </answer>
+able to do that. See <ulink url="https://edu.kde.org/klettres/add_language.php">the &klettres; website</ulink> for detailed instructions on how to add a new language.</para> </answer>
 </qandaentry>
 </qandaset>
 </chapter>
diff --git a/org.kde.klettres.appdata.xml b/org.kde.klettres.appdata.xml
index a8f61cc..7fc668a 100644
--- a/org.kde.klettres.appdata.xml
+++ b/org.kde.klettres.appdata.xml
@@ -93,9 +93,9 @@
     <p xml:lang="x-test">xxKLettres is an application specially designed to help the user to learn an alphabet in a new language and then to learn to read simple syllables. The user can be a young child aged from two and a half or an adult that wants to learn the basics of a foreign language. There are currently 25 languages available: Arabian, Brazilian Portuguese, Czech, Danish, Dutch, British English, US English, Phonics English, French, German, Hebrew, Hungarian, Italian, Kannada, Low Saxon, Malayalam, Norwegian Bokmål, Punjabi, Luganda, Romanized Hindi, Russian, Spanish, Slovak, Telugu and Ukrainian. KLettres provides a special user interface and themes for younger users.xx</p>
     <p xml:lang="zh-TW">KLettres 是一套特別設計協助使用者學習新語言的字母,並且學會讀簡單音節的應用程式。使用者可以是兩歲半的孩子,或是想學新外語的成人。目前有包括阿拉伯語、巴西葡萄牙語、捷克語、丹麥語、荷蘭語、英式英語、美式英語等等 25 種語言。KLettres 針對小小孩也提供了一套特別的使用者介面。</p>
   </description>
-  <url type="homepage">http://edu.kde.org/klettres/</url>
+  <url type="homepage">https://edu.kde.org/klettres/</url>
   <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=klettres</url>
-  <url type="help">http://docs.kde.org/stable/en/kdeedu/klettres/index.html</url>
+  <url type="help">https://docs.kde.org/stable/en/kdeedu/klettres/index.html</url>
   <url type="donation">https://www.kde.org/community/donations/?app=klettres&source=appdata</url>
   <screenshots>
     <screenshot type="default">
@@ -119,7 +119,7 @@
       <caption xml:lang="x-test">xxKLettres training sessionxx</caption>
       <caption xml:lang="zh-CN">KLettres 培训课程</caption>
       <caption xml:lang="zh-TW">KLettres 訓練階段</caption>
-      <image>http://kde.org/images/screenshots/klettres.png</image>
+      <image>https://kde.org/images/screenshots/klettres.png</image>
     </screenshot>
   </screenshots>
   <project_group>KDE</project_group>
diff --git a/src/klettres.knsrc b/src/klettres.knsrc
index 525d07a..967026a 100644
--- a/src/klettres.knsrc
+++ b/src/klettres.knsrc
@@ -1,9 +1,9 @@
 [KNewStuff2]
-ProvidersUrl=http://edu.kde.org/klettres/downloads/providers.xml
+ProvidersUrl=https://edu.kde.org/klettres/downloads/providers.xml
 TargetDir=klettres/
 Uncompress=true
 
 [KNewStuff3]
-ProvidersUrl=http://edu.kde.org/klettres/downloads/providers.xml
+ProvidersUrl=https://edu.kde.org/klettres/downloads/providers.xml
 TargetDir=klettres
 Uncompress=true
diff --git a/src/main.cpp b/src/main.cpp
index 82ba3f8..3d125a8 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -54,8 +54,8 @@ int main(int argc, char **argv)
     migrator.migrate();
 
     KAboutData about(QStringLiteral("klettres"), i18n("KLettres"), QStringLiteral(KLETTRES_VERSION_STRING), i18n(description),
-                     KAboutLicense::GPL, i18n("(C) 2001-2011 Anne-Marie Mahfouf"),QString(), QStringLiteral("http://edu.kde.org/klettres"), QStringLiteral("submit at bugs.kde.org"));
-    about.addAuthor( i18n("Anne-Marie Mahfouf"), QString(), QStringLiteral("annma AT kde DOT org"), QStringLiteral("http://annma.blogspot.com"), QStringLiteral("annma"));
+                     KAboutLicense::GPL, i18n("(C) 2001-2011 Anne-Marie Mahfouf"),QString(), QStringLiteral("https://edu.kde.org/klettres"), QStringLiteral("submit at bugs.kde.org"));
+    about.addAuthor( i18n("Anne-Marie Mahfouf"), QString(), QStringLiteral("annma AT kde DOT org"), QStringLiteral("https://annma.blogspot.com"), QStringLiteral("annma"));
     about.addCredit(i18n("Marc Cheng"),
                     i18n("Kids and grown-up oxygen icons"), QStringLiteral("bdgraue AT web DOT de"));
     about.addCredit(i18n("Danny Allen"),


More information about the kde-doc-english mailing list