Git commit b73b9efb8b4312d146f8a6685b4cda2e11e75167 by Luigi Toscano. Committed on 29/06/2019 at 09:44. Pushed by ltoscano into branch 'cleanup-website'.
The old website has been replaced by choqok.kde.org - replace all occurrences of the old website with the new one; - as a consequence, remove the TODO file, because all its content is now outdated. D +0 -4 TODO M +1 -1 choqok/main.cpp M +1 -1 choqok/mainwindow.cpp M +2 -2 doc/index.docbook M +1 -1 microblogs/friendica/choqok_friendica.desktop M +1 -1 microblogs/laconica/choqok_laconica.desktop M +1 -1 microblogs/ocs/choqok_ocs.desktop M +1 -1 microblogs/pumpio/choqok_pumpio.desktop M +1 -1 microblogs/twitter/choqok_twitter.desktop M +1 -1 plugins/betternotify/choqok_notify.desktop M +1 -1 plugins/filter/choqok_filter.desktop M +1 -1 plugins/imagepreview/choqok_imagepreview.desktop M +1 -1 plugins/imstatus/choqok_imstatus.desktop M +1 -1 plugins/longurl/choqok_longurl.desktop M +1 -1 plugins/nowlistening/choqok_nowlistening.desktop M +1 -1 plugins/quickfilter/choqok_quickfilter.desktop M +1 -1 plugins/searchaction/choqok_searchaction.desktop M +1 -1 plugins/shorteners/bit_ly/choqok_bit_ly.desktop M +1 -1 plugins/shorteners/goo_gl/choqok_goo_gl.desktop M +1 -1 plugins/shorteners/is_gd/choqok_is_gd.desktop M +1 -1 plugins/shorteners/tighturl/choqok_tighturl.desktop M +1 -1 plugins/shorteners/tinyarro_ws/choqok_tinyarro_ws.desktop M +1 -1 plugins/shorteners/ur1_ca/choqok_ur1_ca.desktop M +1 -1 plugins/shorteners/ur_ly/choqok_ur_ly.desktop M +1 -1 plugins/shorteners/yourls/choqok_yourls.desktop M +1 -1 plugins/translator/choqok_translator.desktop M +1 -1 plugins/untiny/choqok_untiny.desktop M +1 -1 plugins/uploaders/flickr/choqok_flickr.desktop M +1 -1 plugins/uploaders/imageshack/choqok_imageshack.desktop M +1 -1 plugins/uploaders/mobypicture/choqok_mobypicture.desktop M +1 -1 plugins/uploaders/posterous/choqok_posterous.desktop M +1 -1 plugins/uploaders/posterous/posterous.cpp M +1 -1 plugins/uploaders/twitgoo/choqok_twitgoo.desktop M +1 -1 plugins/uploaders/twitpic/choqok_twitpic.desktop M +1 -1 plugins/videopreview/choqok_videopreview.desktop https://commits.kde.org/choqok/b73b9efb8b4312d146f8a6685b4cda2e11e75167 diff --git a/TODO b/TODO deleted file mode 100644 index 77483552..00000000 --- a/TODO +++ /dev/null @@ -1,4 +0,0 @@ - -You can find Choqok TODO list at: http://choqok.gnufolks.org/development/todo/ - -If you have any other idea or want to help me about it, email me at <[email protected]> diff --git a/choqok/main.cpp b/choqok/main.cpp index 7f8f0ef4..55f6a01e 100644 --- a/choqok/main.cpp +++ b/choqok/main.cpp @@ -44,7 +44,7 @@ int main(int argc, char **argv) KLocalizedString::setApplicationDomain("choqok"); KAboutData about(QLatin1String("choqok"), QLatin1String("Choqok"), QLatin1String(version), i18n(description), KAboutLicense::GPL_V3, i18n("(C) 2008-2010 Mehrdad Momeny\n(C) 2011-2018 Choqok Developers"), - QString(), QLatin1String("http://choqok.gnufolks.org/")); + QString(), QLatin1String("https://choqok.kde.org/")); about.setOrganizationDomain("kde.org"); about.setDesktopFileName(QStringLiteral("org.kde.choqok")); diff --git a/choqok/mainwindow.cpp b/choqok/mainwindow.cpp index dfff201a..f5b2efd9 100644 --- a/choqok/mainwindow.cpp +++ b/choqok/mainwindow.cpp @@ -684,6 +684,6 @@ void MainWindow::slotShowSpecialMenu(bool show) void MainWindow::slotDonate() { - Choqok::openUrl(QUrl(QLatin1String("http://choqok.gnufolks.org/about/contribute/"))); + Choqok::openUrl(QUrl(QLatin1String("https://choqok.kde.org/contribute.html"))); } diff --git a/doc/index.docbook b/doc/index.docbook index 35385ace..ebad6054 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -42,7 +42,7 @@ <abstract> <para>&choqok; is a micro-blogging client by KDE -(<ulink url="http://choqok.gnufolks.org">http://choqok.gnufolks.org</ulink>).</para> +(<ulink url="https://choqok.kde.org">https://choqok.kde.org</ulink>).</para> </abstract> <keywordset> @@ -55,7 +55,7 @@ </keywordset> </bookinfo> -<!--FIXME http://choqok.gnufolks.org/2013/09/choqok-1-4-released/--> +<!--FIXME https://choqok.kde.org/news/2013/09/01/choqok-1-4-released.html --> <chapter id="introduction"> <title>Introduction</title> diff --git a/microblogs/friendica/choqok_friendica.desktop b/microblogs/friendica/choqok_friendica.desktop index 30a5fe1b..49a8bf39 100644 --- a/microblogs/friendica/choqok_friendica.desktop +++ b/microblogs/friendica/choqok_friendica.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Andrea Scarpino [email protected] X-KDE-PluginInfo-Name=choqok_friendica X-KDE-PluginInfo-Version=0.8 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=MicroBlogs X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/microblogs/laconica/choqok_laconica.desktop b/microblogs/laconica/choqok_laconica.desktop index e4f15627..d2369357 100644 --- a/microblogs/laconica/choqok_laconica.desktop +++ b/microblogs/laconica/choqok_laconica.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Mehrdad Momeny [email protected] X-KDE-PluginInfo-Name=choqok_laconica X-KDE-PluginInfo-Version=0.8 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=MicroBlogs X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/microblogs/ocs/choqok_ocs.desktop b/microblogs/ocs/choqok_ocs.desktop index 16972b72..e4b00b35 100644 --- a/microblogs/ocs/choqok_ocs.desktop +++ b/microblogs/ocs/choqok_ocs.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Mehrdad Momeny [email protected] X-KDE-PluginInfo-Name=choqok_ocs X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=MicroBlogs X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/microblogs/pumpio/choqok_pumpio.desktop b/microblogs/pumpio/choqok_pumpio.desktop index 785ffb52..83b960aa 100644 --- a/microblogs/pumpio/choqok_pumpio.desktop +++ b/microblogs/pumpio/choqok_pumpio.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Andrea Scarpino [email protected] X-KDE-PluginInfo-Name=choqok_pumpio X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=MicroBlogs X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/microblogs/twitter/choqok_twitter.desktop b/microblogs/twitter/choqok_twitter.desktop index 45ff5d44..fb54fa7c 100644 --- a/microblogs/twitter/choqok_twitter.desktop +++ b/microblogs/twitter/choqok_twitter.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Mehrdad Momeny [email protected] X-KDE-PluginInfo-Name=choqok_twitter X-KDE-PluginInfo-Version=0.7 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=MicroBlogs X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/betternotify/choqok_notify.desktop b/plugins/betternotify/choqok_notify.desktop index 6fc916ab..7d980598 100644 --- a/plugins/betternotify/choqok_notify.desktop +++ b/plugins/betternotify/choqok_notify.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Mehrdad Momeny [email protected] X-KDE-PluginInfo-Name=choqok_betternotify X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Plugins X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/filter/choqok_filter.desktop b/plugins/filter/choqok_filter.desktop index cd040a3f..b120d596 100644 --- a/plugins/filter/choqok_filter.desktop +++ b/plugins/filter/choqok_filter.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Mehrdad Momeny [email protected] X-KDE-PluginInfo-Name=choqok_filter X-KDE-PluginInfo-Version=0.5 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Plugins X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/imagepreview/choqok_imagepreview.desktop b/plugins/imagepreview/choqok_imagepreview.desktop index 553e939a..e4f8fb3c 100644 --- a/plugins/imagepreview/choqok_imagepreview.desktop +++ b/plugins/imagepreview/choqok_imagepreview.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Mehrdad Momeny [email protected] X-KDE-PluginInfo-Name=choqok_imagepreview X-KDE-PluginInfo-Version=0.3 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Plugins X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/imstatus/choqok_imstatus.desktop b/plugins/imstatus/choqok_imstatus.desktop index 140253f7..7e4b544c 100644 --- a/plugins/imstatus/choqok_imstatus.desktop +++ b/plugins/imstatus/choqok_imstatus.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Andrey Esin [email protected] X-KDE-PluginInfo-Name=choqok_imstatus X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Plugins X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/longurl/choqok_longurl.desktop b/plugins/longurl/choqok_longurl.desktop index 06a2c77d..82787683 100644 --- a/plugins/longurl/choqok_longurl.desktop +++ b/plugins/longurl/choqok_longurl.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Eugene Shalygin [email protected] X-KDE-PluginInfo-Name=choqok_longurl X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Plugins X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/nowlistening/choqok_nowlistening.desktop b/plugins/nowlistening/choqok_nowlistening.desktop index 5585dc44..e694b8b9 100644 --- a/plugins/nowlistening/choqok_nowlistening.desktop +++ b/plugins/nowlistening/choqok_nowlistening.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Ramin Gomari [email protected] X-KDE-PluginInfo-Name=choqok_nowlistening X-KDE-PluginInfo-Version=0.5 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Plugins X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/quickfilter/choqok_quickfilter.desktop b/plugins/quickfilter/choqok_quickfilter.desktop index d11b1645..7fd73a8f 100644 --- a/plugins/quickfilter/choqok_quickfilter.desktop +++ b/plugins/quickfilter/choqok_quickfilter.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Farhad Hedayati Fard [email protected] X-KDE-PluginInfo-Name=choqok_quickfilter X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Plugins X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/searchaction/choqok_searchaction.desktop b/plugins/searchaction/choqok_searchaction.desktop index 1ca4216e..67d42b4a 100644 --- a/plugins/searchaction/choqok_searchaction.desktop +++ b/plugins/searchaction/choqok_searchaction.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Mehrdad Momeny [email protected] X-KDE-PluginInfo-Name=choqok_searchaction X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Plugins X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/shorteners/bit_ly/choqok_bit_ly.desktop b/plugins/shorteners/bit_ly/choqok_bit_ly.desktop index 41a1abfd..74f68bfa 100644 --- a/plugins/shorteners/bit_ly/choqok_bit_ly.desktop +++ b/plugins/shorteners/bit_ly/choqok_bit_ly.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Andrey Esin [email protected] X-KDE-PluginInfo-Name=choqok_bit_ly X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Shorteners X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/shorteners/goo_gl/choqok_goo_gl.desktop b/plugins/shorteners/goo_gl/choqok_goo_gl.desktop index 26cdfc86..df8f933b 100644 --- a/plugins/shorteners/goo_gl/choqok_goo_gl.desktop +++ b/plugins/shorteners/goo_gl/choqok_goo_gl.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Andrey Esin [email protected] X-KDE-PluginInfo-Name=choqok_goo_gl X-KDE-PluginInfo-Version=0.2 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Shorteners X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/shorteners/is_gd/choqok_is_gd.desktop b/plugins/shorteners/is_gd/choqok_is_gd.desktop index fc56920b..b9886a94 100644 --- a/plugins/shorteners/is_gd/choqok_is_gd.desktop +++ b/plugins/shorteners/is_gd/choqok_is_gd.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Felix Rohrbach [email protected] X-KDE-PluginInfo-Name=choqok_is_gd X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Shorteners X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/shorteners/tighturl/choqok_tighturl.desktop b/plugins/shorteners/tighturl/choqok_tighturl.desktop index f2f2b8f7..9998f2a6 100644 --- a/plugins/shorteners/tighturl/choqok_tighturl.desktop +++ b/plugins/shorteners/tighturl/choqok_tighturl.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Mehrdad Momeny [email protected] X-KDE-PluginInfo-Name=choqok_tighturl X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Shorteners X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/shorteners/tinyarro_ws/choqok_tinyarro_ws.desktop b/plugins/shorteners/tinyarro_ws/choqok_tinyarro_ws.desktop index f85ccd38..f8381bee 100644 --- a/plugins/shorteners/tinyarro_ws/choqok_tinyarro_ws.desktop +++ b/plugins/shorteners/tinyarro_ws/choqok_tinyarro_ws.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Andrey Esin [email protected] X-KDE-PluginInfo-Name=choqok_tinyarro_ws X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Shorteners X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/shorteners/ur1_ca/choqok_ur1_ca.desktop b/plugins/shorteners/ur1_ca/choqok_ur1_ca.desktop index 66c7a979..9ce829ed 100644 --- a/plugins/shorteners/ur1_ca/choqok_ur1_ca.desktop +++ b/plugins/shorteners/ur1_ca/choqok_ur1_ca.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Bhaskar Kandiyal [email protected] X-KDE-PluginInfo-Name=choqok_ur1_ca X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Shorteners X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/shorteners/ur_ly/choqok_ur_ly.desktop b/plugins/shorteners/ur_ly/choqok_ur_ly.desktop index b970e57d..765e03a2 100644 --- a/plugins/shorteners/ur_ly/choqok_ur_ly.desktop +++ b/plugins/shorteners/ur_ly/choqok_ur_ly.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Scott Banwart [email protected] X-KDE-PluginInfo-Name=choqok_ur_ly X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Shorteners X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/shorteners/yourls/choqok_yourls.desktop b/plugins/shorteners/yourls/choqok_yourls.desktop index 5344dfc8..ff00fcb4 100644 --- a/plugins/shorteners/yourls/choqok_yourls.desktop +++ b/plugins/shorteners/yourls/choqok_yourls.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Mehrdad Momeny [email protected] X-KDE-PluginInfo-Name=choqok_yourls X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Shorteners X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/translator/choqok_translator.desktop b/plugins/translator/choqok_translator.desktop index e1f1f04d..c893751f 100644 --- a/plugins/translator/choqok_translator.desktop +++ b/plugins/translator/choqok_translator.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Mehrdad Momeny [email protected] X-KDE-PluginInfo-Name=choqok_translator X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Plugins X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/untiny/choqok_untiny.desktop b/plugins/untiny/choqok_untiny.desktop index 21d031a7..c17bd249 100644 --- a/plugins/untiny/choqok_untiny.desktop +++ b/plugins/untiny/choqok_untiny.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Mehrdad Momeny [email protected] X-KDE-PluginInfo-Name=choqok_untiny X-KDE-PluginInfo-Version=0.3 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Plugins X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/uploaders/flickr/choqok_flickr.desktop b/plugins/uploaders/flickr/choqok_flickr.desktop index 5efe4ecb..beffa659 100644 --- a/plugins/uploaders/flickr/choqok_flickr.desktop +++ b/plugins/uploaders/flickr/choqok_flickr.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Andrey Esin [email protected] X-KDE-PluginInfo-Name=choqok_flickr X-KDE-PluginInfo-Version=0.2 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Uploaders X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/uploaders/imageshack/choqok_imageshack.desktop b/plugins/uploaders/imageshack/choqok_imageshack.desktop index e0d13021..d461b797 100644 --- a/plugins/uploaders/imageshack/choqok_imageshack.desktop +++ b/plugins/uploaders/imageshack/choqok_imageshack.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Mehrdad Momeny [email protected] X-KDE-PluginInfo-Name=choqok_imageshack X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Uploaders X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/uploaders/mobypicture/choqok_mobypicture.desktop b/plugins/uploaders/mobypicture/choqok_mobypicture.desktop index 70d54299..390923e3 100644 --- a/plugins/uploaders/mobypicture/choqok_mobypicture.desktop +++ b/plugins/uploaders/mobypicture/choqok_mobypicture.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Andrey Esin [email protected] X-KDE-PluginInfo-Name=choqok_mobypicture X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Uploaders X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/uploaders/posterous/choqok_posterous.desktop b/plugins/uploaders/posterous/choqok_posterous.desktop index abae5539..a9dc02eb 100644 --- a/plugins/uploaders/posterous/choqok_posterous.desktop +++ b/plugins/uploaders/posterous/choqok_posterous.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Andrey Esin [email protected] X-KDE-PluginInfo-Name=choqok_posterous X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Uploaders X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/uploaders/posterous/posterous.cpp b/plugins/uploaders/posterous/posterous.cpp index a118b446..b34f70cc 100644 --- a/plugins/uploaders/posterous/posterous.cpp +++ b/plugins/uploaders/posterous/posterous.cpp @@ -126,7 +126,7 @@ void Posterous::upload(const QUrl &localUrl, const QByteArray &medium, const QBy QMap<QString, QByteArray> formdata; formdata[QLatin1String("source")] = QCoreApplication::applicationName().toLatin1(); - formdata[QLatin1String("sourceLink")] = "http://choqok.gnufolks.org/"; + formdata[QLatin1String("sourceLink")] = "https://choqok.kde.org/"; QMap<QString, QByteArray> mediafile; mediafile[QLatin1String("name")] = "media"; diff --git a/plugins/uploaders/twitgoo/choqok_twitgoo.desktop b/plugins/uploaders/twitgoo/choqok_twitgoo.desktop index 420dc823..825143b2 100644 --- a/plugins/uploaders/twitgoo/choqok_twitgoo.desktop +++ b/plugins/uploaders/twitgoo/choqok_twitgoo.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Andrey Esin [email protected] X-KDE-PluginInfo-Name=choqok_twitgoo X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Uploaders X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/uploaders/twitpic/choqok_twitpic.desktop b/plugins/uploaders/twitpic/choqok_twitpic.desktop index 9cc8e12d..d6e312ef 100644 --- a/plugins/uploaders/twitpic/choqok_twitpic.desktop +++ b/plugins/uploaders/twitpic/choqok_twitpic.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Mehrdad Momeny [email protected] X-KDE-PluginInfo-Name=choqok_twitpic X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Uploaders X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/plugins/videopreview/choqok_videopreview.desktop b/plugins/videopreview/choqok_videopreview.desktop index 635e7b22..cdaa6db3 100644 --- a/plugins/videopreview/choqok_videopreview.desktop +++ b/plugins/videopreview/choqok_videopreview.desktop @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Emanuele Bigiarini [email protected] X-KDE-PluginInfo-Name=choqok_videopreview X-KDE-PluginInfo-Version=0.2 -X-KDE-PluginInfo-Website=http://choqok.gnufolks.org +X-KDE-PluginInfo-Website=https://choqok.kde.org X-KDE-PluginInfo-Category=Plugins X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL
