Git commit 8db58c21c4b41b7572a5214fe10d8846be7a0754 by Yuri Chornoivan. Committed on 13/11/2019 at 09:47. Pushed by yurchor into branch 'master'.
Use URLs with transport encryption M +1 -1 README.developer M +1 -1 add_language M +1 -1 doc/index.docbook M +1 -1 doc/man-khangman.6.docbook M +1 -1 fonts/licenseDomesticManners.txt M +1 -1 fonts/licenseDustimo.txt M +3 -3 org.kde.khangman.appdata.xml M +2 -2 src/khangman.knsrc M +3 -3 src/main.cpp https://commits.kde.org/khangman/8db58c21c4b41b7572a5214fe10d8846be7a0754 diff --git a/README.developer b/README.developer index 54f28f6..c04bbc7 100644 --- a/README.developer +++ b/README.developer @@ -1,6 +1,6 @@ 1) Please don't change unwisely the Makefile.am in each dir as they were reworked by David Faure on 28th April 2003. -http://lists.kde.org/?l=kde-cvs&m=105151850900957&w=2 +https://lists.kde.org/?l=kde-cvs&m=105151850900957&w=2 If you use KDevelop, make sure you don't overwrite these Makefile.am with the ones from KDevelop. diff --git a/add_language b/add_language index ea88c84..6666f79 100755 --- a/add_language +++ b/add_language @@ -45,5 +45,5 @@ echo "Please edit the following files and translate the english words and englis ls $lang/*.txt echo "" echo "The files now use the kvtml format." -echo "See http://edu.kde.org/khangman/add_language.php for more information." +echo "See https://edu.kde.org/khangman/add_language.php for more information." echo "Thanks a lot for your contribution!" diff --git a/doc/index.docbook b/doc/index.docbook index c54768a..2fb8cc0 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -424,7 +424,7 @@ with the combo box at the top of the file open dialog.</para> <programlisting><markup> <?xml version="1.0"?> <DOCTYPE kvtml PUBLIC "kvtml2.dtd" -"http://edu.kde.org/kanagram/kvtml2.dtd"> +"https://edu.kde.org/kvtml/kvtml2.dtd"> <kvtml version="2.0"> <information> <generator>converter</generator> diff --git a/doc/man-khangman.6.docbook b/doc/man-khangman.6.docbook index 468f0e9..a73fc76 100644 --- a/doc/man-khangman.6.docbook +++ b/doc/man-khangman.6.docbook @@ -42,7 +42,7 @@ url="help:/khangman">help:/khangman</ulink> <userinput><command>khelpcenter</command> <parameter>help:/khangman</parameter></userinput>).</para> -<para>There is also further information available at the <ulink url="http://edu.kde.org/khangman/">&kde; Edutainment web site</ulink>.</para> +<para>There is also further information available at the <ulink url="https://edu.kde.org/khangman/">&kde; Edutainment web site</ulink>.</para> </refsect1> <refsect1> diff --git a/fonts/licenseDomesticManners.txt b/fonts/licenseDomesticManners.txt index 18d4b01..9e22eef 100644 --- a/fonts/licenseDomesticManners.txt +++ b/fonts/licenseDomesticManners.txt @@ -1,5 +1,5 @@ Domestic Manners is Copyright (C) 2003 Dustin Norlander -Homepage: http://www.cheapskatefonts.com +Homepage: https://www.cheapskatefonts.com email: [email protected] diff --git a/fonts/licenseDustimo.txt b/fonts/licenseDustimo.txt index 1f7ab2f..eafca42 100644 --- a/fonts/licenseDustimo.txt +++ b/fonts/licenseDustimo.txt @@ -1,5 +1,5 @@ flatline is Copyright (C) 2002 Dustin Norlander -Homepage: http://www.cheapskatefonts.com +Homepage: https://www.cheapskatefonts.com email: [email protected] diff --git a/org.kde.khangman.appdata.xml b/org.kde.khangman.appdata.xml index 5999530..c52f6c8 100644 --- a/org.kde.khangman.appdata.xml +++ b/org.kde.khangman.appdata.xml @@ -98,9 +98,9 @@ <p xml:lang="x-test">xxKHangMan is a game based on the well-known hangman game. It is aimed at children aged six and over. The game has several categories of words to play with, for example: Animals (animals words) and three difficulty categories: Easy, Medium and Hard. A word is picked at random, the letters are hidden, and you must guess the word by trying one letter after another. Each time you guess a wrong letter, part of a picture of a hangman is drawn. You must guess the word before being hanged! You have 10 tries.xx</p> <p xml:lang="zh-TW">KHangMan 是一套基於廣為人知的劊子手遊戲 hangman 的遊戲。目標是讓六歲以上的孩子們學習單字。這個遊戲有一些不同類別的單字,例如動物(跟動物相關的單字),有三種不同困難等級。隨機選取單字,但將字母隱藏,您必須一個個猜測字母。每次猜錯,就會劃出一部份被吊住的人,必須在人被吊死之前猜對!您會有十次機會。</p> </description> - <url type="homepage">http://edu.kde.org/khangman/</url> + <url type="homepage">https://edu.kde.org/khangman/</url> <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=khangman</url> - <url type="help">http://docs.kde.org/stable/en/kdeedu/khangman/index.html</url> + <url type="help">https://docs.kde.org/stable/en/kdeedu/khangman/index.html</url> <url type="donation">https://www.kde.org/community/donations/?app=khangman&source=appdata</url> <screenshots> <screenshot type="default"> @@ -126,7 +126,7 @@ <caption xml:lang="x-test">xxPlaying KHangManxx</caption> <caption xml:lang="zh-CN">正在玩 KHangMan</caption> <caption xml:lang="zh-TW">KHangMan 遊玩畫面</caption> - <image>http://kde.org/images/screenshots/khangman.png</image> + <image>https://kde.org/images/screenshots/khangman.png</image> </screenshot> </screenshots> <project_group>KDE</project_group> diff --git a/src/khangman.knsrc b/src/khangman.knsrc index d196d55..57427c2 100644 --- a/src/khangman.knsrc +++ b/src/khangman.knsrc @@ -1,10 +1,10 @@ [KNewStuff2] -ProvidersUrl=http://edu.kde.org/khangman/downloads/providers.xml +ProvidersUrl=https://edu.kde.org/khangman/downloads/providers.xml TargetDir=apps/kvtml/ Uncompress=true [KNewStuff3] -ProvidersUrl=http://download.kde.org/ocs/providers.xml +ProvidersUrl=https://download.kde.org/ocs/providers.xml Categories=KHangMan UploadCategories=KHangMan TargetDir=apps/kvtml diff --git a/src/main.cpp b/src/main.cpp index ab8a059..9d5db42 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -67,11 +67,11 @@ int main(int argc, char **argv) // Write the names with accents and all and this file save with // utf8 encoding. aboutData.addAuthor(i18n("Anne-Marie Mahfouf"), i18n("Original Author"), - QStringLiteral("[email protected]"), QStringLiteral("http://annma.blogspot.com"), QStringLiteral("annma")); + QStringLiteral("[email protected]"), QStringLiteral("https://annma.blogspot.com"), QStringLiteral("annma")); aboutData.addAuthor(i18n("Rahul Chowdhury"), i18n("Developer"), - QStringLiteral("[email protected]"), QStringLiteral("http://rahulc93.wordpress.com/"), QStringLiteral("rahulch")); + QStringLiteral("[email protected]"), QStringLiteral("https://rahulc93.wordpress.com/"), QStringLiteral("rahulch")); aboutData.addCredit(i18n("Stefan Böhmann"), - i18n("Coding help"), QStringLiteral("[email protected]"), QStringLiteral("http://www.hilefoks.org"), QStringLiteral("hilefoks")); + i18n("Coding help"), QStringLiteral("[email protected]")); aboutData.addCredit(i18n("Stefan Asserhäll"), i18n("Swedish data files, coding help, transparent pictures and i18n fixes"), QStringLiteral("[email protected]"));
