diff --git a/kio-extras-4.96.0.tar.xz b/kio-extras-4.96.0.tar.xz deleted file mode 100644 index 31220d5..0000000 --- a/kio-extras-4.96.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cbb280e9dfff21ac4ff1f3e7ea488b4ccc9fce68dcbd4ae96648c52468f1a18 -size 788412 diff --git a/kio-extras-4.97.0.tar.xz b/kio-extras-4.97.0.tar.xz new file mode 100644 index 0000000..21becf4 --- /dev/null +++ b/kio-extras-4.97.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a150e5279301cb787190e20d9256d4739846267e46a847108406345f2f405a9a +size 645232 diff --git a/kio-extras5.changes b/kio-extras5.changes index 3040c5f..3b92fe9 100644 --- a/kio-extras5.changes +++ b/kio-extras5.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 10 02:07:16 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 4.97.0 + * Beta 2 of Plasma 5 release +- Drop update_to_latest_head.patch + ------------------------------------------------------------------- Wed Jun 4 10:00:11 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/kio-extras5.spec b/kio-extras5.spec index af9e884..aa2dfca 100644 --- a/kio-extras5.spec +++ b/kio-extras5.spec @@ -17,15 +17,13 @@ Name: kio-extras5 -Version: 4.96.0 +Version: 4.97.0 Release: 0 Summary: Additional KIO-slaves for KDE applications License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org Source: http://download.kde.org/unstable/plasma/%{version}/src/kio-extras-%{version}.tar.xz -# PATCH-FIX-UPSTREAM update_to_latest_head.patch -- rev~b498096 -Patch0: update_to_latest_head.patch BuildRequires: OpenEXR-devel BuildRequires: karchive-devel BuildRequires: kconfig-devel @@ -63,9 +61,8 @@ Additional KIO-slaves for KDE applications. %prep %setup -q -n kio-extras-%{version} -%patch0 -p1 sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt -sed -i '/^ecm_optional_add_subdirectory( po )/d' CMakeLists.txt +sed -i '/^ecm_optional_add_subdirectory(po)/d' CMakeLists.txt %build %cmake_kf5 -d build diff --git a/update_to_latest_head.patch b/update_to_latest_head.patch deleted file mode 100644 index dc943f8..0000000 --- a/update_to_latest_head.patch +++ /dev/null @@ -1,25420 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index c772a51..737f027 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -2,7 +2,7 @@ project(kio-extras) - - cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) - --set(QT_MIN_VERSION "5.2.0") -+set(QT_MIN_VERSION "5.3.0") - find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS DBus Network Widgets Test) - - find_package(ECM 0.0.11 REQUIRED NO_MODULE) -@@ -39,6 +39,12 @@ set_package_properties(SLP PROPERTIES DESCRIPTION "SLP (Service Location Protoco - PURPOSE "Provides SLP support in the network:/ kioslave." - ) - -+find_package(Phonon4Qt5 4.6.60 NO_MODULE) -+set_package_properties(Phonon4Qt5 PROPERTIES -+ DESCRIPTION "Qt-based audio library" -+ PURPOSE "Required for the audio preview plugin" -+ TYPE OPTIONAL) -+ - include_directories(${CMAKE_CURRENT_BINARY_DIR}) - - if(NOT WIN32) -@@ -90,6 +96,9 @@ add_subdirectory( doc ) - - add_subdirectory( bookmarks ) - add_subdirectory( filter ) -+if(Phonon4Qt5_FOUND) -+ add_subdirectory( kfileaudiopreview ) -+endif() - add_subdirectory( info ) - add_subdirectory( archive ) - add_subdirectory( trash ) -@@ -101,7 +110,6 @@ add_subdirectory( recentdocuments ) - add_subdirectory( fish ) - add_subdirectory( thumbnail ) - add_subdirectory( docfilter ) --add_subdirectory( kurifilter-plugins ) - if (LIBSSH_FOUND) - add_subdirectory(sftp) - endif () -diff --git a/info/info.cc b/info/info.cc -index 11c4949..a831de6 100644 ---- a/info/info.cc -+++ b/info/info.cc -@@ -7,7 +7,6 @@ - - #include - #include --#include - #include - - #include -@@ -24,7 +23,7 @@ InfoProtocol::InfoProtocol( const QByteArray &pool, const QByteArray &app ) - , m_node( "" ) - { - qCDebug( LOG_KIO_INFO ) << "InfoProtocol::InfoProtocol"; -- m_iconLoader = new KIconLoader(QCoreApplication::instance()->applicationName()); -+ m_cssLocation = QStandardPaths::locate(QStandardPaths::GenericDataLocation, "kio_docfilter/kio_docfilter.css" ); - m_perl = QStandardPaths::findExecutable( "perl" ); - m_infoScript = QStandardPaths::locate(QStandardPaths::GenericDataLocation, "kio_info/kde-info2html" ); - m_infoConf = QStandardPaths::locate(QStandardPaths::GenericDataLocation, "kio_info/kde-info2html.conf"); -@@ -49,7 +48,6 @@ InfoProtocol::InfoProtocol( const QByteArray &pool, const QByteArray &app ) - InfoProtocol::~InfoProtocol() - { - qCDebug( LOG_KIO_INFO ) << "InfoProtocol::~InfoProtocol"; -- delete m_iconLoader; - qCDebug( LOG_KIO_INFO ) << "InfoProtocol::~InfoProtocol - done"; - } - -@@ -99,17 +97,13 @@ void InfoProtocol::get( const QUrl& url ) - // extract the path and node from url - decodeURL( url ); - -- QString path = m_iconLoader->iconPath("go-up", KIconLoader::Toolbar, true); -- int revindex = path.lastIndexOf('/'); -- path = path.left(revindex); -- - QString cmd = KShell::quoteArg(m_perl); - cmd += ' '; - cmd += KShell::quoteArg(m_infoScript); - cmd += ' '; - cmd += KShell::quoteArg(m_infoConf); - cmd += ' '; -- cmd += KShell::quoteArg(path); -+ cmd += KShell::quoteArg(m_cssLocation); - cmd += ' '; - cmd += KShell::quoteArg(m_page); - cmd += ' '; -diff --git a/info/info.h b/info/info.h -index 4791a43..de6a53b 100644 ---- a/info/info.h -+++ b/info/info.h -@@ -7,8 +7,6 @@ - - Q_DECLARE_LOGGING_CATEGORY(LOG_KIO_INFO) - --class KIconLoader; -- - class InfoProtocol : public KIO::SlaveBase - { - public: -@@ -33,7 +31,7 @@ private: - QString m_perl; - QString m_infoScript; - QString m_infoConf; -- KIconLoader* m_iconLoader; -+ QString m_cssLocation; - }; - - #endif // __info_h__ -diff --git a/info/kde-info2html b/info/kde-info2html -index 44642e2..1b295d2 100755 ---- a/info/kde-info2html -+++ b/info/kde-info2html -@@ -50,10 +50,10 @@ use strict; - - # set here the full path of the info2html.conf - push @INC, $1 if $0 =~ m{(.*/)[^/]+$}; # full path of config file is passed in ARGV[1] by caller but let's clean this anyway --my $IMAGEDIR = "file:$ARGV[1]/"; # TV: broken, broken, not passed - my $config_file = $ARGV[0]; --my $css_file = `kde4-config --path data --locate kio_docfilter/kio_docfilter.css`; -+my $css_file = $ARGV[1]; - chomp $css_file; -+my $css_link = qq() if $css_file; - delete $ENV{CDPATH}; - delete $ENV{ENV}; - require $config_file; #-- configuration settings -@@ -61,7 +61,7 @@ my $DOCTYPE = qq(); - - my $STYLESHEET_KDE = - qq( -- -+ $css_link - ); - my $LOGO_KDE = "\"KDE"; - -diff --git a/kfileaudiopreview/CMakeLists.txt b/kfileaudiopreview/CMakeLists.txt -new file mode 100644 -index 0000000..e363e6f ---- /dev/null -+++ b/kfileaudiopreview/CMakeLists.txt -@@ -0,0 +1,18 @@ -+include_directories(${PHONON_INCLUDE_DIR}) -+add_definitions(-DTRANSLATION_DOMAIN=\"kfileaudiopreview5\") -+ -+set(kfileaudiopreview_PART_SRCS -+ kfileaudiopreview.cpp -+ mediacontrols.cpp -+) -+ -+add_library(kfileaudiopreview MODULE ${kfileaudiopreview_PART_SRCS}) -+ -+target_link_libraries(kfileaudiopreview -+ ${PHONON_LIBRARIES} -+ KF5::KIOFileWidgets # KPreviewWidgetBase -+ KF5::I18n -+) -+ -+install(TARGETS kfileaudiopreview -+ DESTINATION ${PLUGIN_INSTALL_DIR}) -diff --git a/kfileaudiopreview/Messages.sh b/kfileaudiopreview/Messages.sh -new file mode 100644 -index 0000000..9f86cf7 ---- /dev/null -+++ b/kfileaudiopreview/Messages.sh -@@ -0,0 +1,2 @@ -+#! /usr/bin/env bash -+$XGETTEXT *.h *.cpp -o $podir/kfileaudiopreview5.pot -diff --git a/kfileaudiopreview/README b/kfileaudiopreview/README -new file mode 100644 -index 0000000..81c432c ---- /dev/null -+++ b/kfileaudiopreview/README -@@ -0,0 +1,2 @@ -+KFileAudioPreview is a plugin for the KFileMetaPreview class in KIO to -+allow audio files to be previewed in places like the file open dialog. -diff --git a/kfileaudiopreview/kfileaudiopreview.cpp b/kfileaudiopreview/kfileaudiopreview.cpp -new file mode 100644 -index 0000000..a8e0a7f ---- /dev/null -+++ b/kfileaudiopreview/kfileaudiopreview.cpp -@@ -0,0 +1,151 @@ -+/* This file is part of the KDE libraries -+ Copyright (C) 2003 Carsten Pfeiffer -+ Copyright (C) 2006 Matthias Kretz -+ -+ library is free software; you can redistribute it and/or -+ modify it under the terms of the GNU Library General Public -+ License as published by the Free Software Foundation, version 2. -+ -+ This library is distributed in the hope that it will be useful, -+ but WITHOUT ANY WARRANTY; without even the implied warranty of -+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ Library General Public License for more details. -+ -+ You should have received a copy of the GNU Library General Public License -+ along with this library; see the file COPYING.LIB. If not, write to -+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -+ Boston, MA 02110-1301, USA. -+*/ -+ -+#include "kfileaudiopreview.h" -+ -+#include -+#include -+#include -+ -+#include -+#define TRANSLATION_DOMAIN "kfileaudiopreview5" -+#include -+#include -+#include -+ -+#include -+#include -+#include -+#include -+#include -+#include "mediacontrols.h" -+#include -+#include -+ -+K_PLUGIN_FACTORY(KFileAudioPreviewFactory, registerPlugin();) -+ -+#define ConfigGroup "Audio Preview Settings" -+ -+/////////////////////////////////////////////////////////////////// -+/////////////////////////////////////////////////////////////////// -+ -+using namespace Phonon; -+ -+class KFileAudioPreview::Private -+{ -+public: -+ Private() -+ : player(0) -+ , audioOutput(0) -+ , videoWidget(0) -+ { -+ } -+ -+ MediaObject *player; -+ AudioOutput *audioOutput; -+ VideoWidget *videoWidget; -+ MediaControls *controls; -+}; -+ -+KFileAudioPreview::KFileAudioPreview(QWidget *parent, const QVariantList &) -+ : KPreviewWidgetBase(parent) -+ , d(new Private) -+{ -+ setSupportedMimeTypes(BackendCapabilities::availableMimeTypes()); -+ -+ d->audioOutput = new AudioOutput(Phonon::NoCategory, this); -+ -+ d->videoWidget = new VideoWidget(this); -+ d->videoWidget->hide(); -+ -+ d->controls = new MediaControls(this); -+ d->controls->setEnabled(false); -+ d->controls->setAudioOutput(d->audioOutput); -+ -+ m_autoPlay = new QCheckBox(i18n("Play &automatically"), this); -+ KConfigGroup config(KSharedConfig::openConfig(), ConfigGroup); -+ m_autoPlay->setChecked(config.readEntry("Autoplay", true)); -+ connect(m_autoPlay, SIGNAL(toggled(bool)), SLOT(toggleAuto(bool))); -+ -+ QVBoxLayout *layout = new QVBoxLayout(this); -+ layout->setMargin(0); -+ layout->addWidget(d->videoWidget); -+ layout->addWidget(d->controls); -+ layout->addWidget(m_autoPlay, 0, Qt::AlignHCenter); -+ layout->addStretch(); -+} -+ -+KFileAudioPreview::~KFileAudioPreview() -+{ -+ KConfigGroup config(KSharedConfig::openConfig(), ConfigGroup); -+ config.writeEntry("Autoplay", m_autoPlay->isChecked()); -+ -+ delete d; -+} -+ -+void KFileAudioPreview::stateChanged(Phonon::State newstate, Phonon::State oldstate) -+{ -+ if (oldstate == Phonon::LoadingState && newstate != Phonon::ErrorState) { -+ d->controls->setEnabled(true); -+ } -+} -+ -+void KFileAudioPreview::showPreview(const QUrl &url) -+{ -+ d->controls->setEnabled(false); -+ if (!d->player) { -+ d->player = new MediaObject(this); -+ Phonon::createPath(d->player, d->videoWidget); -+ Phonon::createPath(d->player, d->audioOutput); -+ connect(d->player, SIGNAL(stateChanged(Phonon::State,Phonon::State)), -+ SLOT(stateChanged(Phonon::State,Phonon::State))); -+ d->videoWidget->setVisible(d->player->hasVideo()); -+ connect(d->player, SIGNAL(hasVideoChanged(bool)), d->videoWidget, SLOT(setVisible(bool))); -+ d->controls->setMediaObject(d->player); -+ } -+ d->player->setCurrentSource(url); -+ -+ if (m_autoPlay->isChecked()) { -+ d->player->play(); -+ } -+} -+ -+void KFileAudioPreview::clearPreview() -+{ -+ if (d->player) { -+ delete d->player; -+ d->player = 0; -+ d->controls->setEnabled(false); -+ } -+} -+ -+void KFileAudioPreview::toggleAuto(bool on) -+{ -+ if (!d->player) { -+ return; -+ } -+ -+ if (on && d->controls->isEnabled()) { -+ d->player->play(); -+ } else { -+ d->player->stop(); -+ } -+} -+ -+#include "kfileaudiopreview.moc" -diff --git a/kfileaudiopreview/kfileaudiopreview.h b/kfileaudiopreview/kfileaudiopreview.h -new file mode 100644 -index 0000000..68155b6 ---- /dev/null -+++ b/kfileaudiopreview/kfileaudiopreview.h -@@ -0,0 +1,58 @@ -+/* This file is part of the KDE libraries -+ Copyright (C) 2003 Carsten Pfeiffer -+ Copyright (C) 2006 Matthias Kretz -+ -+ library is free software; you can redistribute it and/or -+ modify it under the terms of the GNU Library General Public -+ License as published by the Free Software Foundation, version 2. -+ -+ This library is distributed in the hope that it will be useful, -+ but WITHOUT ANY WARRANTY; without even the implied warranty of -+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ Library General Public License for more details. -+ -+ You should have received a copy of the GNU Library General Public License -+ along with this library; see the file COPYING.LIB. If not, write to -+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -+ Boston, MA 02110-1301, USA. -+*/ -+ -+#ifndef KFILEAUDIOPREVIEW_H -+#define KFILEAUDIOPREVIEW_H -+ -+#include -+#include -+#include -+ -+class QCheckBox; -+class QUrl; -+ -+/** -+ * Audio "preview" widget for the file dialog. -+ */ -+class KFileAudioPreview : public KPreviewWidgetBase -+{ -+ Q_OBJECT -+ -+public: -+ explicit KFileAudioPreview(QWidget *parent = 0, -+ const QVariantList &args = QVariantList()); -+ ~KFileAudioPreview(); -+ -+public Q_SLOTS: -+ virtual void showPreview(const QUrl &url); -+ virtual void clearPreview(); -+ -+private Q_SLOTS: -+ void toggleAuto(bool on); -+ void stateChanged(Phonon::State newState, Phonon::State oldState); -+ -+private: -+ QCheckBox *m_autoPlay; -+ -+private: -+ class Private; -+ Private *d; -+}; -+ -+#endif // KFILEAUDIOPREVIEW_H -diff --git a/kfileaudiopreview/mediacontrols.cpp b/kfileaudiopreview/mediacontrols.cpp -new file mode 100644 -index 0000000..d76982d ---- /dev/null -+++ b/kfileaudiopreview/mediacontrols.cpp -@@ -0,0 +1,138 @@ -+/* This file is part of the KDE project -+ Copyright (C) 2006-2007 Matthias Kretz -+ -+ This library is free software; you can redistribute it and/or -+ modify it under the terms of the GNU Library General Public -+ License version 2 as published by the Free Software Foundation. -+ -+ This library is distributed in the hope that it will be useful, -+ but WITHOUT ANY WARRANTY; without even the implied warranty of -+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ Library General Public License for more details. -+ -+ You should have received a copy of the GNU Library General Public License -+ along with this library; see the file COPYING.LIB. If not, write to -+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -+ Boston, MA 02110-1301, USA. -+ -+*/ -+ -+#include "mediacontrols.h" -+#include "mediacontrols_p.h" -+ -+#include -+#include -+#include -+#include -+#include -+#include -+ -+namespace Phonon -+{ -+ -+MediaControls::MediaControls(QWidget *parent) -+ : QWidget(parent), -+ d_ptr(new MediaControlsPrivate(this)) -+{ -+ setMaximumHeight(32); -+} -+ -+MediaControls::~MediaControls() -+{ -+ delete d_ptr; -+} -+ -+bool MediaControls::isSeekSliderVisible() const -+{ -+ Q_D(const MediaControls); -+ return d->seekSlider.isVisible(); -+} -+ -+bool MediaControls::isVolumeControlVisible() const -+{ -+ Q_D(const MediaControls); -+ return d->volumeSlider.isVisible(); -+} -+ -+void MediaControls::setMediaObject(MediaObject *media) -+{ -+ Q_D(MediaControls); -+ if (d->media) { -+ disconnect(d->media, SIGNAL(destroyed()), this, SLOT(_k_mediaDestroyed())); -+ disconnect(d->media, SIGNAL(stateChanged(Phonon::State,Phonon::State)), this, -+ SLOT(_k_stateChanged(Phonon::State,Phonon::State))); -+ disconnect(&d->playButton, SIGNAL(clicked()), d->media, SLOT(play())); -+ disconnect(&d->pauseButton, SIGNAL(clicked()), d->media, SLOT(pause())); -+ } -+ d->media = media; -+ if (media) { -+ connect(media, SIGNAL(destroyed()), SLOT(_k_mediaDestroyed())); -+ connect(media, SIGNAL(stateChanged(Phonon::State,Phonon::State)), -+ SLOT(_k_stateChanged(Phonon::State,Phonon::State))); -+ connect(&d->playButton, SIGNAL(clicked()), media, SLOT(play())); -+ connect(&d->pauseButton, SIGNAL(clicked()), media, SLOT(pause())); -+ } -+ -+ d->seekSlider.setMediaObject(media); -+} -+ -+void MediaControls::setAudioOutput(AudioOutput *audioOutput) -+{ -+ Q_D(MediaControls); -+ d->volumeSlider.setAudioOutput(audioOutput); -+ d->updateVolumeSliderVisibility(); -+ d->volumeSlider.setVisible(audioOutput != 0); -+} -+ -+void MediaControls::setSeekSliderVisible(bool vis) -+{ -+ Q_D(MediaControls); -+ d->seekSlider.setVisible(vis); -+} -+ -+void MediaControls::setVolumeControlVisible(bool vis) -+{ -+ Q_D(MediaControls); -+ d->volumeSlider.setVisible(vis); -+} -+ -+void MediaControls::resizeEvent(QResizeEvent *) -+{ -+ Q_D(MediaControls); -+ d->updateVolumeSliderVisibility(); -+} -+ -+void MediaControlsPrivate::updateVolumeSliderVisibility() -+{ -+ bool isWide = q_ptr->width() > playButton.sizeHint().width() + seekSlider.sizeHint().width() + volumeSlider.sizeHint().width(); -+ bool hasAudio = volumeSlider.audioOutput() != 0; -+ volumeSlider.setVisible(isWide && hasAudio); -+} -+ -+void MediaControlsPrivate::_k_stateChanged(State newstate, State) -+{ -+ switch (newstate) { -+ case Phonon::LoadingState: -+ case Phonon::PausedState: -+ case Phonon::StoppedState: -+ playButton.show(); -+ pauseButton.hide(); -+ break; -+ case Phonon::BufferingState: -+ case Phonon::PlayingState: -+ playButton.hide(); -+ pauseButton.show(); -+ break; -+ case Phonon::ErrorState: -+ return; -+ } -+} -+ -+void MediaControlsPrivate::_k_mediaDestroyed() -+{ -+ media = 0; -+} -+ -+} // namespace Phonon -+ -+#include "moc_mediacontrols.cpp" -diff --git a/kfileaudiopreview/mediacontrols.h b/kfileaudiopreview/mediacontrols.h -new file mode 100644 -index 0000000..4954caa ---- /dev/null -+++ b/kfileaudiopreview/mediacontrols.h -@@ -0,0 +1,101 @@ -+/* This file is part of the KDE project -+ Copyright (C) 2006 Matthias Kretz -+ -+ This library is free software; you can redistribute it and/or -+ modify it under the terms of the GNU Library General Public -+ License version 2 as published by the Free Software Foundation. -+ -+ This library is distributed in the hope that it will be useful, -+ but WITHOUT ANY WARRANTY; without even the implied warranty of -+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ Library General Public License for more details. -+ -+ You should have received a copy of the GNU Library General Public License -+ along with this library; see the file COPYING.LIB. If not, write to -+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -+ Boston, MA 02110-1301, USA. -+ -+*/ -+ -+#ifndef PHONON_UI_MEDIACONTROLS_H -+#define PHONON_UI_MEDIACONTROLS_H -+ -+#include -+#include -+ -+namespace Phonon -+{ -+class MediaObject; -+class AudioOutput; -+class MediaControlsPrivate; -+ -+/** -+ * \short Simple widget showing buttons to control an MediaObject -+ * object. -+ * -+ * This widget shows the standard player controls. There's at least the -+ * play/pause and stop buttons. If the media is seekable it shows a seek-slider. -+ * Optional controls include a volume control and a loop control button. -+ * -+ * \author Matthias Kretz -+ */ -+class MediaControls : public QWidget -+{ -+ Q_OBJECT -+ Q_DECLARE_PRIVATE(MediaControls) -+ /** -+ * This property holds whether the slider showing the progress of the -+ * playback is visible. -+ * -+ * By default the slider is visible. It is enabled/disabled automatically -+ * depending on whether the media can be seeked or not. -+ */ -+ Q_PROPERTY(bool seekSliderVisible READ isSeekSliderVisible WRITE setSeekSliderVisible) -+ -+ /** -+ * This property holds whether the slider controlling the volume is visible. -+ * -+ * By default the slider is visible if an AudioOutput has been set with -+ * setAudioOutput. -+ * -+ * \see setAudioOutput -+ */ -+ Q_PROPERTY(bool volumeControlVisible READ isVolumeControlVisible WRITE setVolumeControlVisible) -+ -+public: -+ /** -+ * Constructs a media control widget with a \p parent. -+ */ -+ explicit MediaControls(QWidget *parent = 0); -+ ~MediaControls(); -+ -+ bool isSeekSliderVisible() const; -+ bool isVolumeControlVisible() const; -+ -+public Q_SLOTS: -+ void setSeekSliderVisible(bool isVisible); -+ void setVolumeControlVisible(bool isVisible); -+ -+ /** -+ * Sets the media object to be controlled by this widget. -+ */ -+ void setMediaObject(MediaObject *mediaObject); -+ -+ /** -+ * Sets the audio output object to be controlled by this widget. -+ */ -+ void setAudioOutput(AudioOutput *audioOutput); -+ -+protected: -+ void resizeEvent(QResizeEvent *event); -+ -+private: -+ Q_PRIVATE_SLOT(d_func(), void _k_stateChanged(Phonon::State, Phonon::State)) -+ Q_PRIVATE_SLOT(d_func(), void _k_mediaDestroyed()) -+ -+ MediaControlsPrivate *const d_ptr; -+}; -+ -+} // namespace Phonon -+ -+#endif // PHONON_UI_MEDIACONTROLS_H -diff --git a/kfileaudiopreview/mediacontrols_p.h b/kfileaudiopreview/mediacontrols_p.h -new file mode 100644 -index 0000000..e8c3435 ---- /dev/null -+++ b/kfileaudiopreview/mediacontrols_p.h -@@ -0,0 +1,89 @@ -+/* This file is part of the KDE project -+ Copyright (C) 2007 Matthias Kretz -+ -+ This library is free software; you can redistribute it and/or -+ modify it under the terms of the GNU Library General Public -+ License version 2 as published by the Free Software Foundation. -+ -+ This library is distributed in the hope that it will be useful, -+ but WITHOUT ANY WARRANTY; without even the implied warranty of -+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ Library General Public License for more details. -+ -+ You should have received a copy of the GNU Library General Public License -+ along with this library; see the file COPYING.LIB. If not, write to -+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -+ Boston, MA 02110-1301, USA. -+ -+*/ -+ -+#ifndef PHONON_MEDIACONTROLS_P_H -+#define PHONON_MEDIACONTROLS_P_H -+ -+#include "mediacontrols.h" -+#define TRANSLATION_DOMAIN "kfileaudiopreview5" -+#include -+#include -+#include -+#include -+#include -+#include -+ -+namespace Phonon -+{ -+class MediaControlsPrivate -+{ -+ Q_DECLARE_PUBLIC(MediaControls) -+protected: -+ MediaControlsPrivate(MediaControls *parent) -+ : q_ptr(parent), -+ layout(parent), -+ playButton(parent), -+ pauseButton(parent), -+ seekSlider(parent), -+ volumeSlider(parent), -+ media(0) -+ { -+ int size = parent->style()->pixelMetric(QStyle::PM_ToolBarIconSize); -+ QSize iconSize(size, size); -+ playButton.setIconSize(iconSize); -+ playButton.setIcon(QIcon::fromTheme(QStringLiteral("media-playback-start"))); -+ playButton.setToolTip(i18n("start playback")); -+ playButton.setAutoRaise(true); -+ -+ pauseButton.setIconSize(iconSize); -+ pauseButton.setIcon(QIcon::fromTheme(QStringLiteral("media-playback-pause"))); -+ pauseButton.setToolTip(i18n("pause playback")); -+ pauseButton.hide(); -+ pauseButton.setAutoRaise(true); -+ -+ seekSlider.setIconVisible(false); -+ -+ volumeSlider.setOrientation(Qt::Horizontal); -+ volumeSlider.setMaximumWidth(80); -+ volumeSlider.hide(); -+ -+ layout.setMargin(0); -+ layout.setSpacing(0); -+ layout.addWidget(&playButton); -+ layout.addWidget(&pauseButton); -+ layout.addWidget(&seekSlider, 1); -+ layout.addWidget(&volumeSlider); -+ } -+ -+ MediaControls *q_ptr; -+ QHBoxLayout layout; -+ QToolButton playButton; -+ QToolButton pauseButton; -+ SeekSlider seekSlider; -+ VolumeSlider volumeSlider; -+ MediaObject *media; -+ -+private: -+ void _k_stateChanged(Phonon::State, Phonon::State); -+ void _k_mediaDestroyed(); -+ void updateVolumeSliderVisibility(); -+}; -+} // namespace Phonon -+ -+#endif // PHONON_MEDIACONTROLS_P_H -diff --git a/kurifilter-plugins/CMakeLists.txt b/kurifilter-plugins/CMakeLists.txt -deleted file mode 100644 -index fdf0db4..0000000 ---- a/kurifilter-plugins/CMakeLists.txt -+++ /dev/null -@@ -1,5 +0,0 @@ --add_subdirectory( localdomain ) --add_subdirectory( ikws ) --add_subdirectory( shorturi ) --add_subdirectory( fixhost ) --add_subdirectory( tests ) -diff --git a/kurifilter-plugins/fixhost/CMakeLists.txt b/kurifilter-plugins/fixhost/CMakeLists.txt -deleted file mode 100644 -index e9648c0..0000000 ---- a/kurifilter-plugins/fixhost/CMakeLists.txt -+++ /dev/null -@@ -1,12 +0,0 @@ --set(fixhosturifilter_PART_SRCS fixhosturifilter.cpp ) -- --add_library(fixhosturifilter MODULE ${fixhosturifilter_PART_SRCS}) -- --target_link_libraries(fixhosturifilter KF5::KIOWidgets) -- --install(TARGETS fixhosturifilter DESTINATION ${PLUGIN_INSTALL_DIR}) -- --########### install files ############### -- --install(FILES fixhosturifilter.desktop DESTINATION ${SERVICES_INSTALL_DIR}) -- -diff --git a/kurifilter-plugins/fixhost/fixhosturifilter.cpp b/kurifilter-plugins/fixhost/fixhosturifilter.cpp -deleted file mode 100644 -index d8ac8bb..0000000 ---- a/kurifilter-plugins/fixhost/fixhosturifilter.cpp -+++ /dev/null -@@ -1,96 +0,0 @@ --/* -- fixhostfilter.cpp -- -- This file is part of the KDE project -- Copyright (C) 2007 Lubos Lunak -- Copyright (C) 2010 Dawit Alemayehu -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program. If not, see . --*/ -- --#include "fixhosturifilter.h" -- --#include -- --#include -- --#define QL1S(x) QLatin1String(x) --#define QL1C(x) QLatin1Char(x) -- --/** -- * IMPORTANT: If you change anything here, please run the regression test -- * ../tests/kurifiltertest -- */ -- --FixHostUriFilter::FixHostUriFilter(QObject *parent, const QVariantList & /*args*/) -- :KUriFilterPlugin("fixhosturifilter", parent) --{ --} -- --static bool isHttpUrl(const QString& scheme) --{ -- return (scheme.compare(QL1S("http"), Qt::CaseInsensitive) == 0 || -- scheme.compare(QL1S("https"), Qt::CaseInsensitive) == 0 || -- scheme.compare(QL1S("webdav"), Qt::CaseInsensitive) == 0 || -- scheme.compare(QL1S("webdavs"), Qt::CaseInsensitive) == 0); --} -- --static bool hasCandidateHostName(const QString& host) --{ -- return (host.contains(QL1C('.')) && -- !host.startsWith(QL1S("www."), Qt::CaseInsensitive)); --} -- --bool FixHostUriFilter::filterUri( KUriFilterData& data ) const --{ -- QUrl url = data.uri(); -- -- const QString protocol = url.scheme(); -- const bool isHttp = isHttpUrl(protocol); -- -- if (isHttp || protocol == data.defaultUrlScheme()) { -- const QString host = url.host(); -- if (hasCandidateHostName(host) && !isResolvable(host)) { -- if (isHttp) { -- url.setHost((QL1S("www.") + host)); -- if (exists(url.host())) { -- setFilteredUri(data, url); -- setUriType(data, KUriFilterData::NetProtocol); -- return true; -- } -- } -- } -- } -- -- return false; --} -- --bool FixHostUriFilter::isResolvable(const QString& host) const --{ -- // Unlike exists, this function returns true if the lookup timeout out. -- QHostInfo info = resolveName(host, 1500); -- return (info.error() == QHostInfo::NoError || -- info.error() == QHostInfo::UnknownError); --} -- --bool FixHostUriFilter::exists(const QString& host) const --{ -- QHostInfo info = resolveName(host, 1500); -- return (info.error() == QHostInfo::NoError); --} -- --K_PLUGIN_FACTORY(FixHostUriFilterFactory, registerPlugin();) --K_EXPORT_PLUGIN(FixHostUriFilterFactory("kcmkurifilt")) -- --#include "fixhosturifilter.moc" -diff --git a/kurifilter-plugins/fixhost/fixhosturifilter.desktop b/kurifilter-plugins/fixhost/fixhosturifilter.desktop -deleted file mode 100644 -index 65dafbe..0000000 ---- a/kurifilter-plugins/fixhost/fixhosturifilter.desktop -+++ /dev/null -@@ -1,89 +0,0 @@ --[Desktop Entry] --Type=Service --Name=FixHostFilter --Name[af]=FixHostFilter --Name[ar]=اصلاح مرشح المضيف --Name[ast]=FixHostFilter --Name[be]=FixHostFilter --Name[be@latin]=FixHostFilter --Name[bg]=FixHostFilter --Name[bn]=FixHostFilter --Name[bn_IN]=FixHostFilter --Name[bs]=Filter za popravku domaćina --Name[ca]=FixHostFilter --Name[ca@valencia]=FixHostFilter --Name[cs]=FixHostFilter --Name[csb]=Filter FixHost --Name[da]=FixHostFilter --Name[de]=Rechnernamen-Korrektur-Filter --Name[el]=FixHostFilter --Name[en_GB]=FixHostFilter --Name[eo]=FixHostFilter --Name[es]=FixHostFilter --Name[et]=FixHostFilter --Name[eu]=FixHostFilter --Name[fa]=FixHostFilter --Name[fi]=FixHostFilter --Name[fr]=FixHostFilter --Name[fy]=FixHostFilter --Name[ga]=FixHostFilter --Name[gl]=FixHostFilter --Name[gu]=FixHostFilter --Name[he]=FixHostFilter --Name[hi]=फ़िक्स-होस्ट-फ़िल्टर --Name[hne]=फिक्स-होस्ट-फिल्टर --Name[hr]=FixHostFilter --Name[hsb]=FixHostFilter --Name[hu]=FixHostFilter --Name[ia]=FixHostFilter --Name[id]=Perbaiki Filter Host --Name[is]=LagaHostSía --Name[it]=Filtro degli host fissi --Name[ja]=FixHostFilter --Name[kk]=FixHostFilter --Name[km]=FixHostFilter --Name[kn]=ಫಿಕ್ಸ್ ಹೋಸ್ಟ್ ಫಿಲ್ಟರ್ --Name[ko]=FixHostFilter --Name[ku]=FixHostFilter --Name[lt]=FixHostFilter --Name[lv]=FixHostFilter --Name[mai]=फिक्स-होस्ट-फिल्टर --Name[mk]=FixHostFilter --Name[ml]=ഫിക്സ്ഹൊസ്റ്റ് അരിപ്പകള്‍ --Name[mr]=फिक्स होस्ट गाळणी --Name[nb]=FixHostFilter --Name[nds]=FastReeknerFilter --Name[ne]=होस्ट फिल्टर निश्चित गर्नुहोस् --Name[nl]=FixHostFilter --Name[nn]=FiksVertFilter --Name[or]=FixHostFilter --Name[pa]=FixHostFilter --Name[pl]=Filtr nazw komputerów --Name[pt]=Filtro de Correcção da Máquina --Name[pt_BR]=FixHostFilter --Name[ro]=FixHostFilter --Name[ru]=FixHostFilter --Name[se]=FixHostFilter --Name[si]=සැකසූ ධාරක පෙරහන --Name[sk]=FixHostFilter --Name[sl]=FixHostFilter --Name[sr]=Филтер за поправку домаћина --Name[sr@ijekavian]=Филтер за поправку домаћина --Name[sr@ijekavianlatin]=Filter za popravku domaćina --Name[sr@latin]=Filter za popravku domaćina --Name[sv]=Fast värddatorfilter --Name[ta]=FixHostFilter --Name[te]=FixHostFilter --Name[tg]=FixHostFilter --Name[th]=FixHostFilter --Name[tr]=FixHostFilter --Name[ug]=مۇقىم ماشىنا سۈزگۈچ --Name[uk]=FixHostFilter --Name[vi]=FixHostFilter --Name[wa]=FixHostFilter --Name[x-test]=xxFixHostFilterxx --Name[zh_CN]=固定主机过滤器 --Name[zh_TW]=固定主機過濾 --X-KDE-Library=fixhosturifilter --X-KDE-ServiceTypes=KUriFilter/Plugin --InitialPreference=1 -diff --git a/kurifilter-plugins/fixhost/fixhosturifilter.h b/kurifilter-plugins/fixhost/fixhosturifilter.h -deleted file mode 100644 -index ce07166..0000000 ---- a/kurifilter-plugins/fixhost/fixhosturifilter.h -+++ /dev/null -@@ -1,45 +0,0 @@ --/* -- fixhosturifilter.h -- -- This file is part of the KDE project -- Copyright (C) 2007 Lubos Lunak -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program. If not, see . --*/ -- --#ifndef FIXHOSTURIFILTER_H --#define FIXHOSTURIFILTER_H -- --#include -- --class QHostInfo; --class QEventLoop; -- --/* -- This filter tries to automatically prepend www. to http URLs that need it. --*/ --class FixHostUriFilter : public KUriFilterPlugin --{ --Q_OBJECT -- --public: -- FixHostUriFilter(QObject* parent, const QVariantList& args); -- virtual bool filterUri(KUriFilterData &data) const; -- --private: -- bool exists(const QString& host) const; -- bool isResolvable(const QString& host) const; --}; -- --#endif -diff --git a/kurifilter-plugins/ikws/CMakeLists.txt b/kurifilter-plugins/ikws/CMakeLists.txt -deleted file mode 100644 -index 44442f3..0000000 ---- a/kurifilter-plugins/ikws/CMakeLists.txt -+++ /dev/null -@@ -1,31 +0,0 @@ --add_subdirectory(searchproviders) -- --set(kuriikwsfilter_PART_SRCS kuriikwsfiltereng.cpp kuriikwsfilter.cpp searchprovider.cpp) -- --qt5_wrap_ui(kuriikwsfilter_PART_SRCS ikwsopts_ui.ui searchproviderdlg_ui.ui) -- --add_library(kuriikwsfilter MODULE ${kuriikwsfilter_PART_SRCS}) -- --target_link_libraries(kuriikwsfilter KF5::ConfigWidgets KF5::KIOWidgets KF5::I18n KF5::KDE4Support Qt5::DBus) -- --install(TARGETS kuriikwsfilter DESTINATION ${PLUGIN_INSTALL_DIR}) -- --set(kurisearchfilter_PART_SRCS -- kurisearchfilter.cpp -- kuriikwsfiltereng.cpp -- ikwsopts.cpp -- searchproviderdlg.cpp -- searchprovider.cpp ) -- --qt5_wrap_ui(kurisearchfilter_PART_SRCS ikwsopts_ui.ui searchproviderdlg_ui.ui) -- --add_library(kurisearchfilter MODULE ${kurisearchfilter_PART_SRCS}) -- --target_link_libraries(kurisearchfilter KF5::I18n KF5::KIOWidgets KF5::ConfigWidgets Qt5::DBus) -- --install(TARGETS kurisearchfilter DESTINATION ${PLUGIN_INSTALL_DIR}) -- --########### install files ############### -- --install( FILES kuriikwsfilter.desktop kurisearchfilter.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) --install( FILES searchprovider.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) -diff --git a/kurifilter-plugins/ikws/Messages.sh b/kurifilter-plugins/ikws/Messages.sh -deleted file mode 100755 -index b3f4bf4..0000000 ---- a/kurifilter-plugins/ikws/Messages.sh -+++ /dev/null -@@ -1,3 +0,0 @@ --#! /usr/bin/env bash --$EXTRACTRC *.ui >> rc.cpp --$XGETTEXT *.cpp -o $podir/kurifilter.pot -diff --git a/kurifilter-plugins/ikws/ikwsopts.cpp b/kurifilter-plugins/ikws/ikwsopts.cpp -deleted file mode 100644 -index 2029515..0000000 ---- a/kurifilter-plugins/ikws/ikwsopts.cpp -+++ /dev/null -@@ -1,457 +0,0 @@ --/* -- * Copyright (c) 2000 Yves Arrouye -- * Copyright (c) 2001, 2002 Dawit Alemayehu -- * Copyright (c) 2009 Nick Shaforostoff -- * -- * This program is free software; you can redistribute it and/or modify -- * it under the terms of the GNU General Public License as published by -- * the Free Software Foundation; either version 2 of the License, or -- * (at your option) any later version. -- * -- * This program is distributed in the hope that it will be useful, -- * but WITHOUT ANY WARRANTY; without even the implied warranty of -- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- * GNU General Public License for more details. -- * -- * You should have received a copy of the GNU General Public License -- * along with this program; if not, write to the Free Software -- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -- */ -- --#include "ikwsopts.h" --#include "ikwsopts_p.h" -- --#include "kuriikwsfiltereng.h" --#include "searchprovider.h" --#include "searchproviderdlg.h" -- --#include --#include --#include --#include --#include -- --#include --#include --#include -- -- -- --//BEGIN ProvidersModel -- --ProvidersModel::~ProvidersModel() --{ -- qDeleteAll(m_providers); --} -- --QVariant ProvidersModel::headerData(int section, Qt::Orientation orientation, int role ) const --{ -- Q_UNUSED(orientation); -- if (role == Qt::DisplayRole) -- { -- switch (section) { -- case Name: -- return i18nc("@title:column Name label from web shortcuts column", "Name"); -- case Shortcuts: -- return i18nc("@title:column", "Shortcuts"); -- case Preferred: -- return i18nc("@title:column", "Preferred"); -- default: -- break; -- } -- } -- return QVariant(); --} -- --Qt::ItemFlags ProvidersModel::flags(const QModelIndex& index) const --{ -- if (!index.isValid()) -- return Qt::ItemIsEnabled; -- if (index.column()==Preferred) -- return Qt::ItemIsEnabled | Qt::ItemIsSelectable | Qt::ItemIsUserCheckable; -- return Qt::ItemIsEnabled | Qt::ItemIsSelectable; --} -- --bool ProvidersModel::setData (const QModelIndex& index, const QVariant& value, int role) --{ -- if (role==Qt::CheckStateRole) -- { -- if (value.toInt() == Qt::Checked) -- m_favoriteEngines.insert(m_providers.at(index.row())->desktopEntryName()); -- else -- m_favoriteEngines.remove(m_providers.at(index.row())->desktopEntryName()); -- emit dataModified(); -- return true; -- } -- return false; --} -- --QVariant ProvidersModel::data(const QModelIndex& index, int role) const --{ -- if (index.isValid()) -- { -- if (role == Qt::CheckStateRole && index.column()==Preferred) -- return (m_favoriteEngines.contains(m_providers.at(index.row())->desktopEntryName()) ? Qt::Checked : Qt::Unchecked); -- -- if (role == Qt::DisplayRole) -- { -- if (index.column()==Name) -- return m_providers.at(index.row())->name(); -- if (index.column()==Shortcuts) -- return m_providers.at(index.row())->keys().join(","); -- } -- -- if (role == Qt::ToolTipRole || role == Qt::WhatsThisRole) -- { -- if (index.column() == Preferred) -- return i18nc("@info:tooltip", "Check this box to select the highlighted web shortcut " -- "as preferred.Preferred web shortcuts are used in " -- "places where only a few select shortcuts can be shown " -- "at one time."); -- } -- -- if (role == Qt::UserRole) -- return index.row();//a nice way to bypass proxymodel -- } -- -- return QVariant(); --} -- --void ProvidersModel::setProviders(const QList& providers, const QStringList& favoriteEngines) --{ -- m_providers = providers; -- setFavoriteProviders(favoriteEngines); --} -- --void ProvidersModel::setFavoriteProviders(const QStringList& favoriteEngines) --{ -- m_favoriteEngines = QSet::fromList(favoriteEngines); -- reset(); --} -- --int ProvidersModel::rowCount(const QModelIndex & parent) const --{ -- if (parent.isValid()) -- return 0; -- return m_providers.size(); --} -- --QAbstractListModel* ProvidersModel::createListModel() --{ -- ProvidersListModel* pListModel = new ProvidersListModel(m_providers, this); -- connect(this, SIGNAL(modelAboutToBeReset()), pListModel, SIGNAL(modelAboutToBeReset())); -- connect(this, SIGNAL(modelReset()), pListModel, SIGNAL(modelReset())); -- connect(this, SIGNAL(layoutAboutToBeChanged()), pListModel, SIGNAL(modelReset())); -- connect(this, SIGNAL(layoutChanged()), pListModel, SIGNAL(modelReset())); -- connect(this, SIGNAL(dataChanged(QModelIndex,QModelIndex)), pListModel, SLOT(emitDataChanged(QModelIndex,QModelIndex))); -- connect(this, SIGNAL(rowsAboutToBeInserted(QModelIndex,int,int)), pListModel, SLOT(emitRowsAboutToBeInserted(QModelIndex,int,int))); -- connect(this, SIGNAL(rowsAboutToBeRemoved(QModelIndex,int,int)), pListModel, SLOT(emitRowsAboutToBeRemoved(QModelIndex,int,int))); -- connect(this, SIGNAL(rowsInserted(QModelIndex,int,int)), pListModel, SLOT(emitRowsInserted(QModelIndex,int,int))); -- connect(this, SIGNAL(rowsRemoved(QModelIndex,int,int)), pListModel, SLOT(emitRowsRemoved(QModelIndex,int,int))); -- -- return pListModel; --} -- --void ProvidersModel::deleteProvider(SearchProvider* p) --{ -- const int row = m_providers.indexOf(p); -- beginRemoveRows(QModelIndex(), row, row); -- m_favoriteEngines.remove(m_providers.takeAt(row)->desktopEntryName()); -- endRemoveRows(); -- delete p; -- emit dataModified(); --} -- --void ProvidersModel::addProvider(SearchProvider* p) --{ -- beginInsertRows(QModelIndex(), m_providers.size(), m_providers.size()); -- m_providers.append(p); -- endInsertRows(); -- emit dataModified(); --} -- --void ProvidersModel::changeProvider(SearchProvider* p) --{ -- const int row = m_providers.indexOf(p); -- emit dataChanged(index(row,0),index(row,ColumnCount-1)); -- emit dataModified(); --} -- --QStringList ProvidersModel::favoriteEngines() const --{ -- return m_favoriteEngines.toList(); --} --//END ProvidersModel -- --//BEGIN ProvidersListModel --ProvidersListModel::ProvidersListModel(QList& providers, QObject* parent) -- : QAbstractListModel(parent) -- , m_providers(providers) --{} -- --QVariant ProvidersListModel::data(const QModelIndex& index, int role) const --{ -- if (index.isValid()) -- { -- if (role==Qt::DisplayRole) -- { -- if (index.row() == m_providers.size()) -- return i18nc("@item:inlistbox No default web shortcut", "None"); -- return m_providers.at(index.row())->name(); -- } -- -- if (role==ShortNameRole) -- { -- if (index.row() == m_providers.size()) -- return QString(); -- return m_providers.at(index.row())->desktopEntryName(); -- } -- } -- return QVariant(); --} -- --int ProvidersListModel::rowCount (const QModelIndex& parent) const --{ -- if (parent.isValid()) -- return 0; -- return m_providers.size() + 1; --} --//END ProvidersListModel -- --static QSortFilterProxyModel* wrapInProxyModel(QAbstractItemModel* model) --{ -- QSortFilterProxyModel* proxyModel = new QSortFilterProxyModel(model); -- proxyModel->setSourceModel(model); -- proxyModel->setDynamicSortFilter(true); -- proxyModel->setSortCaseSensitivity(Qt::CaseInsensitive); -- proxyModel->setFilterCaseSensitivity(Qt::CaseInsensitive); -- proxyModel->setFilterKeyColumn(-1); -- return proxyModel; --} -- --FilterOptions::FilterOptions(const KAboutData* about, QWidget *parent) -- : KCModule(about, parent), -- m_providersModel(new ProvidersModel(this)) --{ -- m_dlg.setupUi(this); -- -- QSortFilterProxyModel* searchProviderModel = wrapInProxyModel(m_providersModel); -- m_dlg.lvSearchProviders->setModel(searchProviderModel); -- m_dlg.cmbDefaultEngine->setModel(wrapInProxyModel(m_providersModel->createListModel())); -- -- // Connect all the signals/slots... -- connect(m_dlg.cbEnableShortcuts, SIGNAL(toggled(bool)), SLOT(changed())); -- connect(m_dlg.cbEnableShortcuts, SIGNAL(toggled(bool)), SLOT(updateSearchProviderEditingButons())); -- connect(m_dlg.cbUseSelectedShortcutsOnly, SIGNAL(toggled(bool)), SLOT(changed())); -- -- connect(m_providersModel, SIGNAL(dataModified()), SLOT(changed())); -- connect(m_dlg.cmbDefaultEngine, SIGNAL(currentIndexChanged(int)), SLOT(changed())); -- connect(m_dlg.cmbDelimiter, SIGNAL(currentIndexChanged(int)), SLOT(changed())); -- -- connect(m_dlg.pbNew, SIGNAL(clicked()), SLOT(addSearchProvider())); -- connect(m_dlg.pbDelete, SIGNAL(clicked()), SLOT(deleteSearchProvider())); -- connect(m_dlg.pbChange, SIGNAL(clicked()), SLOT(changeSearchProvider())); -- connect(m_dlg.lvSearchProviders->selectionModel(), -- SIGNAL(currentChanged(QModelIndex,QModelIndex)), -- SLOT(updateSearchProviderEditingButons())); -- connect(m_dlg.lvSearchProviders, SIGNAL(doubleClicked(QModelIndex)),SLOT(changeSearchProvider())); -- connect(m_dlg.searchLineEdit, SIGNAL(textEdited(QString)), searchProviderModel, SLOT(setFilterFixedString(QString))); --} -- --QString FilterOptions::quickHelp() const --{ -- return i18nc("@info:whatsthis", "In this module you can configure the web shortcuts feature. " -- "Web shortcuts allow you to quickly search or lookup words on " -- "the Internet. For example, to search for information about the " -- "KDE project using the Google engine, you simply type gg:KDE " -- "or google:KDE." -- "If you select a default search engine, then you can search for " -- "normal words or phrases by simply typing them into the input widget " -- "of applications that have built-in support for such a feature, e.g " -- "Konqueror."); --} -- --void FilterOptions::setDefaultEngine(int index) --{ -- QSortFilterProxyModel* proxy = qobject_cast(m_dlg.cmbDefaultEngine->model()); -- if (index == -1) -- index = proxy->rowCount()-1;//"None" is the last -- -- const QModelIndex modelIndex = proxy->mapFromSource(proxy->sourceModel()->index(index,0)); -- m_dlg.cmbDefaultEngine->setCurrentIndex(modelIndex.row()); -- m_dlg.cmbDefaultEngine->view()->setCurrentIndex(modelIndex); //TODO: remove this when Qt bug is fixed --} -- --void FilterOptions::load() --{ -- KConfig config(KURISearchFilterEngine::self()->name() + "rc", KConfig::NoGlobals); -- KConfigGroup group = config.group("General"); -- -- const QString defaultSearchEngine = group.readEntry("DefaultWebShortcut"); -- const QStringList favoriteEngines = group.readEntry("PreferredWebShortcuts", DEFAULT_PREFERRED_SEARCH_PROVIDERS); -- -- QList providers; -- const KService::List services = KServiceTypeTrader::self()->query("SearchProvider"); -- int defaultProviderIndex = services.size(); //default is "None", it is last in the list -- -- Q_FOREACH(const KService::Ptr &service, services) -- { -- SearchProvider* provider = new SearchProvider(service); -- if (defaultSearchEngine == provider->desktopEntryName()) -- defaultProviderIndex = providers.size(); -- providers.append(provider); -- } -- -- m_providersModel->setProviders(providers, favoriteEngines); -- m_dlg.lvSearchProviders->setColumnWidth(0,200); -- m_dlg.lvSearchProviders->resizeColumnToContents(1); -- m_dlg.lvSearchProviders->sortByColumn(0,Qt::AscendingOrder); -- m_dlg.cmbDefaultEngine->model()->sort(0,Qt::AscendingOrder); -- setDefaultEngine(defaultProviderIndex); -- -- m_dlg.cbEnableShortcuts->setChecked(group.readEntry("EnableWebShortcuts", true)); -- m_dlg.cbUseSelectedShortcutsOnly->setChecked(group.readEntry("UsePreferredWebShortcutsOnly", false)); -- -- const QString delimiter = group.readEntry ("KeywordDelimiter", ":"); -- setDelimiter(delimiter.at(0).toLatin1()); --} -- --char FilterOptions::delimiter() --{ -- const char delimiters[]={':',' '}; -- return delimiters[m_dlg.cmbDelimiter->currentIndex()]; --} -- --void FilterOptions::setDelimiter (char sep) --{ -- m_dlg.cmbDelimiter->setCurrentIndex(sep==' '); --} -- --void FilterOptions::save() --{ -- KConfig config(KURISearchFilterEngine::self()->name() + "rc", KConfig::NoGlobals ); -- -- KConfigGroup group = config.group("General"); -- group.writeEntry("EnableWebShortcuts", m_dlg.cbEnableShortcuts->isChecked()); -- group.writeEntry("KeywordDelimiter", QString(QLatin1Char(delimiter()))); -- group.writeEntry("DefaultWebShortcut", m_dlg.cmbDefaultEngine->view()->currentIndex().data(ProvidersListModel::ShortNameRole)); -- group.writeEntry("PreferredWebShortcuts", m_providersModel->favoriteEngines()); -- group.writeEntry("UsePreferredWebShortcutsOnly", m_dlg.cbUseSelectedShortcutsOnly->isChecked()); -- -- int changedProviderCount = 0; -- QList providers = m_providersModel->providers(); -- const QString path = QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + "kservices5/searchproviders/"; -- -- Q_FOREACH(SearchProvider* provider, providers) -- { -- if (!provider->isDirty()) -- continue; -- -- changedProviderCount++; -- -- KConfig _service(path + provider->desktopEntryName() + ".desktop", KConfig::SimpleConfig ); -- KConfigGroup service(&_service, "Desktop Entry"); -- service.writeEntry("Type", "Service"); -- service.writeEntry("ServiceTypes", "SearchProvider"); -- service.writeEntry("Name", provider->name()); -- service.writeEntry("Query", provider->query()); -- service.writeEntry("Keys", provider->keys()); -- service.writeEntry("Charset", provider->charset()); -- service.writeEntry("Hidden", false); // we might be overwriting a hidden entry -- } -- -- const QStringList servicesDirs = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, "kservices5/searchproviders/", QStandardPaths::LocateDirectory); -- Q_FOREACH(const QString& providerName, m_deletedProviders) -- { -- QStringList matches; -- foreach(const QString& dir, servicesDirs) { -- QString current = dir + '/' + providerName + ".desktop"; -- if(QFile::exists(current)) -- matches += current; -- } -- -- // Shouldn't happen -- if (!matches.size()) -- continue; -- -- changedProviderCount++; -- -- if (matches.size() == 1 && matches.first().startsWith(path)) -- { -- // If only the local copy existed, unlink it -- // TODO: error handling -- QFile::remove(matches.first()); -- continue; -- } -- -- KConfig _service(path + providerName + ".desktop", KConfig::SimpleConfig ); -- KConfigGroup service(&_service, "Desktop Entry"); -- service.writeEntry("Type", "Service"); -- service.writeEntry("ServiceTypes", "SearchProvider"); -- service.writeEntry("Hidden", true); -- } -- -- config.sync(); -- -- emit changed(false); -- -- // Update filters in running applications... -- QDBusMessage msg = QDBusMessage::createSignal("/", "org.kde.KUriFilterPlugin", "configure"); -- QDBusConnection::sessionBus().send(msg); -- -- // If the providers changed, tell sycoca to rebuild its database... -- if (changedProviderCount) -- KBuildSycocaProgressDialog::rebuildKSycoca(this); --} -- --void FilterOptions::defaults() --{ -- m_dlg.cbEnableShortcuts->setChecked(true); -- m_dlg.cbUseSelectedShortcutsOnly->setChecked(false); -- m_providersModel->setFavoriteProviders(DEFAULT_PREFERRED_SEARCH_PROVIDERS); -- setDelimiter(':'); -- setDefaultEngine(-1); --} -- --void FilterOptions::addSearchProvider() --{ -- QList providers = m_providersModel->providers(); -- QPointer dlg = new SearchProviderDialog(0, providers, this); -- -- if (dlg->exec()) { -- m_providersModel->addProvider(dlg->provider()); -- m_providersModel->changeProvider(dlg->provider()); -- } -- delete dlg; --} -- --void FilterOptions::changeSearchProvider() --{ -- QList providers = m_providersModel->providers(); -- SearchProvider* provider = providers.at(m_dlg.lvSearchProviders->currentIndex().data(Qt::UserRole).toInt()); -- QPointer dlg = new SearchProviderDialog(provider, providers, this); -- -- if (dlg->exec()) -- m_providersModel->changeProvider(dlg->provider()); -- -- delete dlg; --} -- --void FilterOptions::deleteSearchProvider() --{ -- SearchProvider* provider = m_providersModel->providers().at(m_dlg.lvSearchProviders->currentIndex().data(Qt::UserRole).toInt()); -- m_deletedProviders.append(provider->desktopEntryName()); -- m_providersModel->deleteProvider(provider); --} -- --void FilterOptions::updateSearchProviderEditingButons() --{ -- const bool enable = (m_dlg.cbEnableShortcuts->isChecked() && -- m_dlg.lvSearchProviders->currentIndex().isValid()); -- m_dlg.pbChange->setEnabled(enable); -- m_dlg.pbDelete->setEnabled(enable); --} -- --#include "ikwsopts.moc" -- --// kate: replace-tabs 1; indent-width 2; -diff --git a/kurifilter-plugins/ikws/ikwsopts.h b/kurifilter-plugins/ikws/ikwsopts.h -deleted file mode 100644 -index 0701fdc..0000000 ---- a/kurifilter-plugins/ikws/ikwsopts.h -+++ /dev/null -@@ -1,68 +0,0 @@ --/* -- * Copyright (c) 2000 Yves Arrouye -- * Copyright (c) 2002, 2003 Dawit Alemayehu -- * Copyright (c) 2009 Nick Shaforostoff -- * -- * This program is free software; you can redistribute it and/or modify -- * it under the terms of the GNU General Public License as published by -- * the Free Software Foundation; either version 2 of the License, or -- * (at your option) any later version. -- * -- * This program is distributed in the hope that it will be useful, -- * but WITHOUT ANY WARRANTY; without even the implied warranty of -- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- * GNU General Public License for more details. -- * -- * You should have received a copy of the GNU General Public License -- * along with this program; if not, write to the Free Software -- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -- */ -- --#ifndef IKWSOPTS_H --#define IKWSOPTS_H -- --#include --#include -- --#include --#include -- --#include "ui_ikwsopts_ui.h" -- --class SearchProvider; --class ProvidersModel; -- --class FilterOptions : public KCModule --{ -- Q_OBJECT -- --public: -- explicit FilterOptions(const KAboutData* about, QWidget *parent = 0); -- -- void load(); -- void save(); -- void defaults(); -- QString quickHelp() const; -- -- --private Q_SLOTS: -- void updateSearchProviderEditingButons(); -- void addSearchProvider(); -- void changeSearchProvider(); -- void deleteSearchProvider(); -- --private: -- void setDelimiter(char); -- char delimiter(); -- void setDefaultEngine(int); -- -- // The names of the providers that the user deleted, -- // these are marked as deleted in the user's homedirectory -- // on save if a global service file exists for it. -- QStringList m_deletedProviders; -- ProvidersModel* m_providersModel; -- -- Ui::FilterOptionsUI m_dlg; --}; -- --#endif -diff --git a/kurifilter-plugins/ikws/ikwsopts_p.h b/kurifilter-plugins/ikws/ikwsopts_p.h -deleted file mode 100644 -index 1ef5560..0000000 ---- a/kurifilter-plugins/ikws/ikwsopts_p.h -+++ /dev/null -@@ -1,91 +0,0 @@ --/* -- * Copyright (c) 2009 Nick Shaforostoff -- * -- * This program is free software; you can redistribute it and/or modify -- * it under the terms of the GNU General Public License as published by -- * the Free Software Foundation; either version 2 of the License, or -- * (at your option) any later version. -- * -- * This program is distributed in the hope that it will be useful, -- * but WITHOUT ANY WARRANTY; without even the implied warranty of -- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- * GNU General Public License for more details. -- * -- * You should have received a copy of the GNU General Public License -- * along with this program; if not, write to the Free Software -- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -- */ -- --#ifndef IKWSOPTS_P_H --#define IKWSOPTS_P_H -- --#include -- --class SearchProvider; -- --class ProvidersModel: public QAbstractTableModel --{ -- Q_OBJECT --public: -- enum {Name,Shortcuts,Preferred,ColumnCount}; -- explicit ProvidersModel(QObject* parent = 0): QAbstractTableModel(parent){} -- ~ProvidersModel(); -- -- Qt::ItemFlags flags(const QModelIndex& index) const; -- QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const; -- bool setData (const QModelIndex& index, const QVariant& value, int role = Qt::EditRole); -- QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const; -- int rowCount(const QModelIndex& parent = QModelIndex()) const; -- int columnCount(const QModelIndex& parent = QModelIndex()) const{Q_UNUSED(parent); return ColumnCount;} -- -- void setProviders(const QList&, const QStringList&); -- void setFavoriteProviders(const QStringList&); -- void addProvider(SearchProvider* p); -- void deleteProvider(SearchProvider* p); -- void changeProvider(SearchProvider* p); -- QStringList favoriteEngines() const; -- QList providers() const{ return m_providers;} -- -- ///Creates new ProvidersListModel which directly uses data of this model. -- QAbstractListModel* createListModel(); -- --Q_SIGNALS: -- void dataModified(); -- --private: -- QSet m_favoriteEngines; -- QList m_providers; --}; -- --/** -- * A model for kcombobox of default search engine. -- * It is created via ProvidersModel::createListModel() and uses createListModel's data directly, -- * just forwarding all the signals -- */ --class ProvidersListModel: public QAbstractListModel --{ -- Q_OBJECT --public: -- enum{ShortNameRole = Qt::UserRole}; -- --private: -- explicit ProvidersListModel(QList& providers, QObject* parent = 0) ; -- --public: -- QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const; -- int rowCount(const QModelIndex& parent = QModelIndex()) const; -- --public Q_SLOTS: -- void emitDataChanged(const QModelIndex& start, const QModelIndex& end){emit dataChanged(index(start.row(),0),index(end.row(),0));} -- void emitRowsAboutToBeInserted(const QModelIndex&, int start, int end){beginInsertRows(QModelIndex(),start,end);} -- void emitRowsAboutToBeRemoved(const QModelIndex&, int start, int end){beginRemoveRows(QModelIndex(),start,end);} -- void emitRowsInserted(const QModelIndex&, int , int){endInsertRows();} -- void emitRowsRemoved(const QModelIndex& , int , int){endRemoveRows();} -- --private: -- QList& m_providers; -- -- friend class ProvidersModel; --}; -- --#endif -diff --git a/kurifilter-plugins/ikws/ikwsopts_ui.ui b/kurifilter-plugins/ikws/ikwsopts_ui.ui -deleted file mode 100644 -index 7e27e2b..0000000 ---- a/kurifilter-plugins/ikws/ikwsopts_ui.ui -+++ /dev/null -@@ -1,285 +0,0 @@ -- -- -- FilterOptionsUI -- -- -- -- 0 -- 0 -- 475 -- 404 -- -- -- -- -- -- -- <html><head/><body><p>Enable or disable web shortcuts. </p><p>Web shortcuts allow you to quickly access or search for information located online or on your hard drive. </p><p>KDE comes with many predefined Web shortcuts. One such Web shortcut is the Google (TM) search shortcut. To use it, you simply type the keyword 'gg' followed by the keyword delimiter and the search term, e.g. <span style=" font-weight:600;">gg:KDE</span>.</p></body></html> -- -- -- &Enable Web shortcuts -- -- -- -- -- -- -- false -- -- -- &Use preferred shortcuts only -- -- -- -- -- -- -- Search for shortcut -- -- -- true -- -- -- -- -- -- -- false -- -- -- true -- -- -- false -- -- -- true -- -- -- true -- -- -- false -- -- -- -- -- -- -- -- -- Add a new Web shortcut -- -- -- &New... -- -- -- -- -- -- -- false -- -- -- Modify the highlighted Web shortcut -- -- -- Chan&ge... -- -- -- -- -- -- -- false -- -- -- Delete the highlighted Web shortcut -- -- -- De&lete -- -- -- -- -- -- -- Qt::Vertical -- -- -- -- 20 -- 158 -- -- -- -- -- -- -- -- -- -- QFormLayout::AllNonFixedFieldsGrow -- -- -- -- -- true -- -- -- -- 0 -- 0 -- -- -- -- <qt> --Select the search engine to use for input boxes that provide automatic lookup services when you type in normal words and phrases instead of a URL. To disable this feature select <b>None</b> from the list. --</qt> -- -- -- Default Web &shortcut: -- -- -- false -- -- -- cmbDefaultEngine -- -- -- -- -- -- -- -- 0 -- 0 -- -- -- -- -- 67 -- 0 -- -- -- -- <html><head/><body><p>Select a default web shortcut. </p><p>This allows applications to automatically convert the typed word or phrase to web shortcut queries when they cannot be filtered into a proper URL. </p><p>To disable this functionality select <span style=" font-weight:600;">None</span> from the list. </p></body></html> -- -- -- QComboBox::AdjustToMinimumContentsLengthWithIcon -- -- -- -- -- -- -- -- 0 -- 0 -- -- -- -- Choose the delimiter that separates the keyword from the phrase or word to be searched. -- -- -- &Keyword delimiter: -- -- -- false -- -- -- cmbDelimiter -- -- -- -- -- -- -- -- 0 -- 0 -- -- -- -- Choose a delimiter to mark the Web shortcut keyword. -- -- -- -- Colon -- -- -- -- -- Space -- -- -- -- -- -- -- -- -- -- -- KComboBox -- QComboBox --
kcombobox.h
--
-- -- KLineEdit -- QLineEdit --
klineedit.h
--
--
-- -- -- -- cbEnableShortcuts -- toggled(bool) -- cbUseSelectedShortcutsOnly -- setEnabled(bool) -- -- -- 119 -- 10 -- -- -- 187 -- 34 -- -- -- -- -- cbEnableShortcuts -- toggled(bool) -- lvSearchProviders -- setEnabled(bool) -- -- -- 15 -- 13 -- -- -- 23 -- 77 -- -- -- -- -- cbEnableShortcuts -- toggled(bool) -- pbNew -- setEnabled(bool) -- -- -- 221 -- 13 -- -- -- 425 -- 58 -- -- -- -- --
-diff --git a/kurifilter-plugins/ikws/kuriikwsfilter.cpp b/kurifilter-plugins/ikws/kuriikwsfilter.cpp -deleted file mode 100644 -index 5f5a500..0000000 ---- a/kurifilter-plugins/ikws/kuriikwsfilter.cpp -+++ /dev/null -@@ -1,174 +0,0 @@ --/* This file is part of the KDE project -- Copyright (C) 1999 Simon Hausmann -- Copyright (C) 2000 Yves Arrouye -- Copyright (C) 2002, 2003 Dawit Alemayehu -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program; if not, write to the Free Software -- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. --*/ -- --#include "kuriikwsfilter.h" --#include "kuriikwsfiltereng.h" --#include "searchprovider.h" --#include "ikwsopts.h" -- --#include --#include -- --#include -- --#define QL1S(x) QLatin1String(x) --#define QL1C(x) QLatin1Char(x) -- --QLoggingCategory category("org.kde.kurlfilter-plugins"); -- --/** -- * IMPORTANT: If you change anything here, please run the regression test -- * ../tests/kurifiltertest -- */ -- --K_PLUGIN_FACTORY(KAutoWebSearchFactory, registerPlugin();) --K_EXPORT_PLUGIN(KAutoWebSearchFactory("kcmkurifilt")) -- --KAutoWebSearch::KAutoWebSearch(QObject *parent, const QVariantList&) -- :KUriFilterPlugin( "kuriikwsfilter", parent ) --{ -- KLocalizedString::insertQtDomain("kurifilter"); -- QDBusConnection::sessionBus().connect(QString(), "/", "org.kde.KUriFilterPlugin", -- "configure", this, SLOT(configure())); --} -- --KAutoWebSearch::~KAutoWebSearch() --{ --} -- --void KAutoWebSearch::configure() --{ -- qCDebug(category) << "Config reload requested..."; -- KURISearchFilterEngine::self()->loadConfig(); --} -- --void KAutoWebSearch::populateProvidersList(QList& searchProviders, -- const KUriFilterData& data, bool allproviders) const --{ -- QList providers; -- KURISearchFilterEngine *filter = KURISearchFilterEngine::self(); -- const QString searchTerm = filter->keywordDelimiter() + data.typedString(); -- -- if (allproviders) -- providers = SearchProvider::findAll(); -- else -- { -- // Start with the search engines marked as preferred... -- QStringList favEngines = filter->favoriteEngineList(); -- if (favEngines.isEmpty()) -- favEngines = data.alternateSearchProviders(); -- -- // Get rid of duplicates... -- favEngines.removeDuplicates(); -- -- // Sort the items... -- qStableSort(favEngines); -- -- // Add the search engine set as the default provider... -- const QString defaultEngine = filter->defaultSearchEngine(); -- if (!defaultEngine.isEmpty()) { -- favEngines.removeAll(defaultEngine); -- favEngines.insert(0, defaultEngine); -- } -- -- QStringListIterator it (favEngines); -- while (it.hasNext()) -- { -- SearchProvider *favProvider = SearchProvider::findByDesktopName(it.next()); -- if (favProvider) -- providers << favProvider; -- } -- } -- -- for (int i = 0, count = providers.count(); i < count; ++i) -- { -- SearchProvider* provider = providers[i]; -- provider->setIconName(iconNameFor(provider->query(), KUriFilterData::NetProtocol)); -- searchProviders << provider; -- } --} -- --bool KAutoWebSearch::filterUri( KUriFilterData &data ) const --{ -- qCDebug(category) << data.typedString(); -- -- KUriFilterData::SearchFilterOptions option = data.searchFilteringOptions(); -- -- // Handle the flag to retrieve only preferred providers, no filtering... -- if (option & KUriFilterData::RetrievePreferredSearchProvidersOnly) -- { -- QList searchProviders; -- populateProvidersList(searchProviders, data); -- if (searchProviders.isEmpty()) -- { -- if (!(option & KUriFilterData::RetrieveSearchProvidersOnly)) -- { -- setUriType(data, KUriFilterData::Error); -- setErrorMsg(data, i18n("No preferred search providers were found.")); -- return false; -- } -- } -- else -- { -- setSearchProvider(data, QString(), data.typedString(), QL1C(KURISearchFilterEngine::self()->keywordDelimiter())); -- setSearchProviders(data, searchProviders); -- return true; -- } -- } -- -- if (option & KUriFilterData::RetrieveSearchProvidersOnly) -- { -- QList searchProviders; -- populateProvidersList(searchProviders, data, true); -- if (searchProviders.isEmpty()) -- { -- setUriType(data, KUriFilterData::Error); -- setErrorMsg(data, i18n("No search providers were found.")); -- return false; -- } -- -- setSearchProvider(data, QString(), data.typedString(), QL1C(KURISearchFilterEngine::self()->keywordDelimiter())); -- setSearchProviders(data, searchProviders); -- return true; -- } -- -- if ( data.uriType() == KUriFilterData::Unknown && data.uri().password().isEmpty() ) -- { -- KURISearchFilterEngine *filter = KURISearchFilterEngine::self(); -- SearchProvider *provider = filter->autoWebSearchQuery( data.typedString(), data.alternateDefaultSearchProvider() ); -- if( provider ) -- { -- const QString result = filter->formatResult(provider->query(), provider->charset(), -- QString(), data.typedString(), true); -- setFilteredUri( data, QUrl( result ) ); -- setUriType( data, KUriFilterData::NetProtocol ); -- setSearchProvider(data, provider->name(), data.typedString(), QL1C(filter->keywordDelimiter())); -- -- QList searchProviders; -- populateProvidersList(searchProviders, data); -- setSearchProviders(data, searchProviders); -- delete provider; -- return true; -- } -- } -- return false; --} -- --#include "kuriikwsfilter.moc" -diff --git a/kurifilter-plugins/ikws/kuriikwsfilter.desktop b/kurifilter-plugins/ikws/kuriikwsfilter.desktop -deleted file mode 100644 -index a8a98b3..0000000 ---- a/kurifilter-plugins/ikws/kuriikwsfilter.desktop -+++ /dev/null -@@ -1,96 +0,0 @@ --[Desktop Entry] --Type=Service --Name=InternetKeywordsFilter --Name[af]=Internetsleutelwoordefilter --Name[ar]=مرشح كلمات الإنترنت --Name[ast]=Peñera de pallabres contraseña d'Internet --Name[be]=Фільтр ключавых словаў --Name[be@latin]=InternetKeywordsFilter --Name[bg]=InternetKeywordsFilter --Name[bn]=InternetKeywordsFilter --Name[bn_IN]=InternetKeywordsFilter --Name[br]=SilGerioùAlc'hwezArKenrouedad --Name[bs]=Filter ključnih riječi Interneta --Name[ca]=Filtre de paraules clau d'Internet --Name[ca@valencia]=Filtre de paraules clau d'Internet --Name[cs]=InternetKeywordsFilter --Name[csb]=Filter internetowëch kluczowëch słów --Name[cy]=HidlAllweddeiriauRhyngrwyd --Name[da]=InternetNøgleordsFilter --Name[de]=Internet-Stichwort-Filter --Name[el]=Φίλτρο λέξεων κλειδιών διαδικτύου --Name[en_GB]=InternetKeywordsFilter --Name[eo]=InternetKeywordsFilter --Name[es]=InternetKeywordsFilter --Name[et]=Interneti võtmesõnade filter --Name[eu]=InternetKeywordsFilter --Name[fa]=پالایه واژه‌های کلیدی اینترنت --Name[fi]=InternetKeywordsFilter --Name[fr]=Filtre de mots clés Internet --Name[fy]=YnternetSykwurdenFilter --Name[ga]=InternetKeywordsFilter --Name[gl]=InternetKeywordsFilter --Name[gu]=InternetKeywordsFilter --Name[he]=InternetKeywordsFilter --Name[hi]=इंटरनेट-की-वर्ड्स-फ़िल्टर --Name[hne]=इंटरनेट-की-वर्ड्स-फिल्टर --Name[hr]=Filtar internetskih ključnih riječi --Name[hsb]=InternetKeywordsFilter --Name[hu]=Internetes kulcsszavak szűrője --Name[ia]=InternetKeywordsFilter --Name[id]=Filter Kata Kunci Filter --Name[is]=InternetStikkorðaSía --Name[it]=Filtro delle parole chiave di Internet --Name[ja]=インターネットキーワードフィルタ --Name[ka]=ინტერნეტ საკვანძო სიტყვების ფილტრი --Name[kk]=ИнтернетТүйіндіСөздерСүзгісі --Name[km]=InternetKeywordsFilter --Name[kn]=ಅಂತರ್ಜಾಲ ಕೀಲಿಪದಗಳ (ಕೀವರ್ಡ್) ಶೋಧಕ --Name[ko]=InternetKeywordsFilter --Name[ku]=ParzînaPeyvênmifteyêTorê --Name[lt]=InternetoRaktažodžiųfiltras --Name[lv]=InternetaAtslēgvārduFiltrs --Name[mai]=इंटरनेट-की-वर्ड्स-फिल्टर --Name[mk]=InternetKeywordsFilter --Name[ml]=ഇന്റര്‍നെറ്റ് കീവാക്കുകളുടെ അരിപ്പകള്‍ --Name[mr]=इंटरनेट मूळ शब्द गाळणी --Name[ms]=InternetKeywordsFilter --Name[nb]=Filter for Internettnøkkelord --Name[nds]=Filter för Internet-Slötelwöör --Name[ne]=इन्टरनेट शब्दकुञ्जी फिल्टर --Name[nl]=InternetZoektermenFilter --Name[nn]=InternettNøkkelordFilter --Name[or]=InternetKeywordsFilter --Name[pa]=ਇੰਟਰਨੈੱਟ ਸ਼ਬਦ ਫਿਲਟਰ --Name[pl]=Filtr internetowych słów kluczowych --Name[pt]=Filtro de Palavras-chave na Internet --Name[pt_BR]=Filtro de palavras chave da Internet --Name[ro]=InternetKeywordsFilter --Name[ru]=InternetKeywordsFilter --Name[se]=InternetKeywordsFilter --Name[si]=අන්තර්ජාල යතුරු වදන් පෙරහන --Name[sk]=Filter kľúčových slov pre Internet --Name[sl]=Filter ključnih besed za internet --Name[sr]=Филтер кључних речи Интернета --Name[sr@ijekavian]=Филтер кључних ријечи Интернета --Name[sr@ijekavianlatin]=Filter ključnih riječi Interneta --Name[sr@latin]=Filter ključnih reči Interneta --Name[sv]=Sökordsfilter för Internet --Name[ta]=தேடல் மூலச்சொற்கள் வடிகட்டி --Name[te]=InternetKeywordsFilter --Name[tg]=InternetKeywordsFilter --Name[th]=ตัวกรองคำค้นหาบนอินเทอร์เน็ต --Name[tr]=İnternetAnahtarSözcükSüzgeci --Name[ug]=ئىنتېرنېت ئاچقۇچلۇق سۆز سۈزگۈچ --Name[uk]=Фільтр ключових слів інтернет --Name[uz]=Internet kalit soʻzlar filteri --Name[uz@cyrillic]=Интернет калит сўзлар филтери --Name[vi]=InternetKeywordsFilter --Name[wa]=PasseteMotsclésDaegntoele --Name[xh]=Amagama Angundoqo ecebo lokucoca ulwelo e Internet --Name[x-test]=xxInternetKeywordsFilterxx --Name[zh_CN]=互联网关键字过滤 --Name[zh_TW]=網際網路關鍵字過濾 --X-KDE-Library=kuriikwsfilter --X-KDE-ServiceTypes=KUriFilter/Plugin --InitialPreference=0 -diff --git a/kurifilter-plugins/ikws/kuriikwsfilter.h b/kurifilter-plugins/ikws/kuriikwsfilter.h -deleted file mode 100644 -index 39fd7da..0000000 ---- a/kurifilter-plugins/ikws/kuriikwsfilter.h -+++ /dev/null -@@ -1,43 +0,0 @@ --/* This file is part of the KDE project -- Copyright (C) 1999 Simon Hausmann -- Copyright (C) 2000 Yves Arrouye -- Copyright (C) 2002, 2003 Dawit Alemayehu -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program; if not, write to the Free Software -- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -- --*/ -- --#ifndef KURIIKWSFILTER_H --#define KURIIKWSFILTER_H -- --#include --#include -- --class KAutoWebSearch : public KUriFilterPlugin --{ -- Q_OBJECT --public: -- explicit KAutoWebSearch(QObject *parent = 0, const QVariantList &args = QVariantList() ); -- ~KAutoWebSearch(); -- virtual bool filterUri( KUriFilterData& ) const; -- --public Q_SLOTS: -- void configure(); -- --private: -- void populateProvidersList(QList& searchProviders, const KUriFilterData&, bool allproviders = false) const; --}; -- --#endif -diff --git a/kurifilter-plugins/ikws/kuriikwsfiltereng.cpp b/kurifilter-plugins/ikws/kuriikwsfiltereng.cpp -deleted file mode 100644 -index 7e70265..0000000 ---- a/kurifilter-plugins/ikws/kuriikwsfiltereng.cpp -+++ /dev/null -@@ -1,448 +0,0 @@ -- --/* This file is part of the KDE project -- -- Copyright (C) 2002, 2003 Dawit Alemayehu -- Copyright (C) 2000 Yves Arrouye -- Copyright (C) 1999 Simon Hausmann -- -- Advanced web shortcuts: -- Copyright (C) 2001 Andreas Hochsteger -- -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program; if not, write to the Free Software -- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. --*/ -- --#include "kuriikwsfiltereng.h" --#include "searchprovider.h" -- --#include --#include --#include -- --#include --#include -- --namespace { --QLoggingCategory category("org.kde.kurifilter-plugins"); --} -- --#define PDVAR(n,v) qCDebug(category) << n << " = '" << v << "'" -- --/** -- * IMPORTANT: If you change anything here, please run the regression test -- * ../tests/kurifiltertest -- */ -- --KURISearchFilterEngine::KURISearchFilterEngine() --{ -- loadConfig(); --} -- --KURISearchFilterEngine::~KURISearchFilterEngine() --{ --} -- --SearchProvider* KURISearchFilterEngine::webShortcutQuery(const QString& typedString, QString &searchTerm) const --{ -- SearchProvider *provider = 0; -- -- if (m_bWebShortcutsEnabled) -- { -- const int pos = typedString.indexOf(m_cKeywordDelimiter); -- -- QString key; -- if ( pos > -1 ) -- key = typedString.left(pos).toLower(); // #169801 -- else if ( !typedString.isEmpty() && m_cKeywordDelimiter == ' ') -- key = typedString; -- -- if (!key.isEmpty() && !KProtocolInfo::isKnownProtocol(key)) -- { -- provider = SearchProvider::findByKey(key); -- if (provider) -- { -- if (!m_bUseOnlyPreferredWebShortcuts || m_preferredWebShortcuts.contains(provider->desktopEntryName())) -- searchTerm = typedString.mid(pos+1); -- else -- { -- delete provider; -- provider = 0; -- } -- } -- } -- } -- -- return provider; --} -- -- --SearchProvider* KURISearchFilterEngine::autoWebSearchQuery(const QString& typedString, const QString &defaultShortcut) const --{ -- SearchProvider *provider = 0; -- const QString defaultSearchProvider = (m_defaultWebShortcut.isEmpty() ? defaultShortcut : m_defaultWebShortcut); -- -- if (m_bWebShortcutsEnabled && !defaultSearchProvider.isEmpty()) -- { -- // Make sure we ignore supported protocols, e.g. "smb:", "http:" -- const int pos = typedString.indexOf(':'); -- -- if (pos == -1 || !KProtocolInfo::isKnownProtocol(typedString.left(pos))) -- provider = SearchProvider::findByDesktopName(defaultSearchProvider); -- } -- -- return provider; --} -- --QByteArray KURISearchFilterEngine::name() const --{ -- return "kuriikwsfilter"; --} -- --char KURISearchFilterEngine::keywordDelimiter() const --{ -- return m_cKeywordDelimiter; --} -- --QString KURISearchFilterEngine::defaultSearchEngine() const --{ -- return m_defaultWebShortcut; --} -- --QStringList KURISearchFilterEngine::favoriteEngineList() const --{ -- return m_preferredWebShortcuts; --} -- --Q_GLOBAL_STATIC(KURISearchFilterEngine, sSelfPtr) -- --KURISearchFilterEngine* KURISearchFilterEngine::self() --{ -- return sSelfPtr; --} -- --QStringList KURISearchFilterEngine::modifySubstitutionMap(SubstMap& map, -- const QString& query) const --{ -- // Returns the number of query words -- QString userquery = query; -- -- // Do some pre-encoding, before we can start the work: -- { -- int start = 0; -- int pos = 0; -- QRegExp qsexpr("\\\"[^\\\"]*\\\""); -- -- // Temporary substitute spaces in quoted strings (" " -> "%20") -- // Needed to split user query into StringList correctly. -- while ((pos = qsexpr.indexIn(userquery, start)) >= 0) -- { -- QString s = userquery.mid (pos, qsexpr.matchedLength()); -- s.replace (' ', "%20"); -- start = pos + s.length(); // Move after last quote -- userquery = userquery.replace (pos, qsexpr.matchedLength(), s); -- } -- } -- -- // Split user query between spaces: -- QStringList l = userquery.simplified().split(' ', QString::SkipEmptyParts); -- -- // Back-substitute quoted strings (%20 -> " "): -- userquery.replace (QLatin1String("%20"), QLatin1String(" ")); -- l.replaceInStrings(QLatin1String("%20"), QLatin1String(" ")); -- -- qCDebug(category) << "Generating substitution map:\n"; -- // Generate substitution map from user query: -- for (int i=0; i<=l.count(); i++) -- { -- int pos = 0; -- QString v; -- QString nr = QString::number(i); -- -- // Add whole user query (\{0}) to substitution map: -- if (i==0) -- v = userquery; -- // Add partial user query items to substitution map: -- else -- v = l[i-1]; -- -- // Insert partial queries (referenced by \1 ... \n) to map: -- map.insert(QString::number(i), v); -- PDVAR (" map['" + nr + "']", map[nr]); -- -- // Insert named references (referenced by \name) to map: -- if ((i>0) && (pos = v.indexOf('=')) > 0) -- { -- QString s = v.mid(pos + 1); -- QString k = v.left(pos); -- -- // Back-substitute references contained in references (e.g. '\refname' substitutes to 'thisquery=\0') -- s.replace(QLatin1String("%5C"), QLatin1String("\\")); -- map.insert(k, s); -- PDVAR (" map['" + k + "']", map[k]); -- } -- } -- -- return l; --} -- --static QString encodeString(const QString &s, QTextCodec *codec) --{ -- QStringList l = s.split(' '); -- for(QStringList::Iterator it = l.begin(); -- it != l.end(); ++it) -- { -- *it = codec->fromUnicode( *it ).toPercentEncoding(); -- } -- return l.join("+"); --} -- --QString KURISearchFilterEngine::substituteQuery(const QString& url, SubstMap &map, const QString& userquery, QTextCodec *codec) const --{ -- QString newurl = url; -- QStringList ql = modifySubstitutionMap (map, userquery); -- int count = ql.count(); -- -- // Check, if old style '\1' is found and replace it with \{@} (compatibility mode): -- { -- int pos = -1; -- if ((pos = newurl.indexOf("\\1")) >= 0) -- { -- qCDebug(category) << "WARNING: Using compatibility mode for newurl='" << newurl -- << "'. Please replace old style '\\1' with new style '\\{0}' " -- "in the query definition.\n"; -- newurl = newurl.replace(pos, 2, "\\{@}"); -- } -- } -- -- qCDebug(category) << "Substitute references:\n"; -- // Substitute references (\{ref1,ref2,...}) with values from user query: -- { -- int pos = 0; -- QRegExp reflist("\\\\\\{[^\\}]+\\}"); -- -- // Substitute reflists (\{ref1,ref2,...}): -- while ((pos = reflist.indexIn(newurl)) >= 0) -- { -- bool found = false; -- -- //bool rest = false; -- QString v = ""; -- QString rlstring = newurl.mid(pos + 2, reflist.matchedLength() - 3); -- PDVAR (" reference list", rlstring); -- -- // \{@} gets a special treatment later -- if (rlstring == "@") -- { -- v = "\\@"; -- found = true; -- } -- -- // TODO: strip whitespaces around commas -- QStringList rl = rlstring.split(',', QString::SkipEmptyParts); -- int i = 0; -- -- while ((i= 0) -- { -- int pos = rlitem.indexOf("-"); -- int first = rlitem.left(pos).toInt(); -- int last = rlitem.right(rlitem.length()-pos-1).toInt(); -- -- if (first == 0) -- first = 1; -- -- if (last == 0) -- last = count; -- -- for (int i=first; i<=last; i++) -- { -- v += map[QString::number(i)] + ' '; -- // Remove used value from ql (needed for \{@}): -- ql[i-1] = ""; -- } -- -- v = v.trimmed(); -- if (!v.isEmpty()) -- found = true; -- -- PDVAR (" range", QString::number(first) + '-' + QString::number(last) + " => '" + v + '\''); -- v = encodeString(v, codec); -- } -- else if ( rlitem.startsWith('\"') && rlitem.endsWith('\"') ) -- { -- // Use default string from query definition: -- found = true; -- QString s = rlitem.mid(1, rlitem.length() - 2); -- v = encodeString(s, codec); -- PDVAR (" default", s); -- } -- else if (map.contains(rlitem)) -- { -- // Use value from substitution map: -- found = true; -- PDVAR (" map['" + rlitem + "']", map[rlitem]); -- v = encodeString(map[rlitem], codec); -- -- // Remove used value from ql (needed for \{@}): -- QString c = rlitem.left(1); -- if (c=="0") -- { -- // It's a numeric reference to '0' -- for (QStringList::Iterator it = ql.begin(); it!=ql.end(); ++it) -- (*it) = ""; -- } -- else if ((c>="0") && (c<="9")) // krazy:excludeall=doublequote_chars -- { -- // It's a numeric reference > '0' -- int n = rlitem.toInt(); -- ql[n-1] = ""; -- } -- else -- { -- // It's a alphanumeric reference -- QStringList::Iterator it = ql.begin(); -- while ((it != ql.end()) && !it->startsWith(rlitem + '=')) -- ++it; -- if (it != ql.end()) -- it->clear(); -- } -- -- // Encode '+', otherwise it would be interpreted as space in the resulting url: -- v.replace('+', "%2B"); -- } -- else if (rlitem == "@") -- { -- v = "\\@"; -- PDVAR (" v", v); -- } -- -- i++; -- } -- -- newurl.replace(pos, reflist.matchedLength(), v); -- } -- -- // Special handling for \{@}; -- { -- PDVAR (" newurl", newurl); -- // Generate list of unmatched strings: -- QString v = ql.join(" ").simplified(); -- -- PDVAR (" rest", v); -- v = encodeString(v, codec); -- -- // Substitute \{@} with list of unmatched query strings -- newurl.replace("\\@", v); -- } -- } -- -- return newurl; --} -- --QString KURISearchFilterEngine::formatResult( const QString& url, -- const QString& cset1, -- const QString& cset2, -- const QString& query, -- bool isMalformed ) const --{ -- SubstMap map; -- return formatResult (url, cset1, cset2, QUrl::toPercentEncoding(query), isMalformed, map); --} -- --QString KURISearchFilterEngine::formatResult( const QString& url, -- const QString& cset1, -- const QString& cset2, -- const QByteArray& query, -- bool /* isMalformed */, -- SubstMap& map ) const --{ -- // Return nothing if userquery is empty and it contains -- // substitution strings... -- if (query.isEmpty() && url.indexOf("\\{") > 0) -- return QString(); -- -- // Debug info of map: -- if (!map.isEmpty()) -- { -- qCDebug(category) << "Got non-empty substitution map:\n"; -- for(SubstMap::Iterator it = map.begin(); it != map.end(); ++it) -- PDVAR (" map['" + it.key() + "']", it.value()); -- } -- -- // Create a codec for the desired encoding so that we can transcode the user's "url". -- QString cseta = cset1; -- if (cseta.isEmpty()) -- cseta = "UTF-8"; -- -- QTextCodec *csetacodec = QTextCodec::codecForName(cseta.toLatin1()); -- if (!csetacodec) -- { -- cseta = "UTF-8"; -- csetacodec = QTextCodec::codecForName(cseta.toLatin1()); -- } -- -- // Decode user query: -- const QString userquery (QUrl::fromPercentEncoding( query )); -- -- PDVAR ("user query", userquery); -- PDVAR ("query definition", url); -- -- // Add charset indicator for the query to substitution map: -- map.insert("ikw_charset", cseta); -- -- // Add charset indicator for the fallback query to substitution map: -- QString csetb = cset2; -- if (csetb.isEmpty()) -- csetb = "UTF-8"; -- map.insert("wsc_charset", csetb); -- -- QString newurl = substituteQuery (url, map, userquery, csetacodec); -- -- PDVAR ("substituted query", newurl); -- -- return newurl; --} -- --void KURISearchFilterEngine::loadConfig() --{ -- qCDebug(category) << "Keywords Engine: Loading config..."; -- -- // Load the config. -- KConfig config( name() + "rc", KConfig::NoGlobals ); -- KConfigGroup group = config.group( "General" ); -- -- m_cKeywordDelimiter = QString(group.readEntry("KeywordDelimiter", ":")).at(0).toLatin1(); -- m_bWebShortcutsEnabled = group.readEntry("EnableWebShortcuts", true); -- m_defaultWebShortcut = group.readEntry("DefaultWebShortcut"); -- m_bUseOnlyPreferredWebShortcuts = group.readEntry("UsePreferredWebShortcutsOnly", false); -- -- QStringList defaultPreferredShortcuts; -- if (!group.hasKey("PreferredWebShortcuts")) -- defaultPreferredShortcuts = DEFAULT_PREFERRED_SEARCH_PROVIDERS; -- m_preferredWebShortcuts = group.readEntry("PreferredWebShortcuts", defaultPreferredShortcuts); -- -- // Use either a white space or a : as the keyword delimiter... -- if (strchr (" :", m_cKeywordDelimiter) == 0) -- m_cKeywordDelimiter = ':'; -- -- qCDebug(category) << "Web Shortcuts Enabled: " << m_bWebShortcutsEnabled; -- qCDebug(category) << "Default Shortcut: " << m_defaultWebShortcut; -- qCDebug(category) << "Keyword Delimiter: " << m_cKeywordDelimiter; --} -diff --git a/kurifilter-plugins/ikws/kuriikwsfiltereng.h b/kurifilter-plugins/ikws/kuriikwsfiltereng.h -deleted file mode 100644 -index 9520843..0000000 ---- a/kurifilter-plugins/ikws/kuriikwsfiltereng.h -+++ /dev/null -@@ -1,75 +0,0 @@ --/* This file is part of the KDE project -- -- Copyright (C) 2002,2003 Dawit Alemayehu -- Copyright (C) 1999 Simon Hausmann -- Copyright (C) 1999 Yves Arrouye -- -- Advanced web shortcuts -- Copyright (C) 2001 Andreas Hochsteger -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program; if not, write to the Free Software -- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. --*/ -- --#ifndef KURIIKWSFILTERENG_H --#define KURIIKWSFILTERENG_H -- --#include --#include -- --#define DEFAULT_PREFERRED_SEARCH_PROVIDERS \ --QStringList() << "google" << "youtube" << "yahoo" << "wikipedia" << "wikit" -- --class SearchProvider; -- --class KURISearchFilterEngine --{ --public: -- typedef QMap SubstMap; -- -- KURISearchFilterEngine(); -- ~KURISearchFilterEngine(); -- -- QByteArray name() const; -- char keywordDelimiter() const; -- QString defaultSearchEngine() const; -- QStringList favoriteEngineList() const; -- SearchProvider* webShortcutQuery (const QString& typedString, QString& searchTerm) const; -- SearchProvider* autoWebSearchQuery (const QString& typedString, const QString& defaultShortcut = QString()) const; -- QString formatResult (const QString& url, const QString& cset1, const QString& cset2, -- const QString& query, bool isMalformed) const; -- -- static KURISearchFilterEngine *self(); -- void loadConfig(); -- --protected: -- QString formatResult (const QString& url, const QString& cset1, const QString& cset2, -- const QByteArray& query, bool isMalformed, SubstMap& map) const; -- --private: -- KURISearchFilterEngine(const KURISearchFilterEngine&); -- KURISearchFilterEngine& operator= (const KURISearchFilterEngine&); -- -- QStringList modifySubstitutionMap (SubstMap& map, const QString& query) const; -- QString substituteQuery (const QString& url, SubstMap &map, -- const QString& userquery, QTextCodec *codec) const; -- -- QString m_defaultWebShortcut; -- QStringList m_preferredWebShortcuts; -- bool m_bWebShortcutsEnabled; -- bool m_bUseOnlyPreferredWebShortcuts; -- char m_cKeywordDelimiter; --}; -- --#endif // KURIIKWSFILTERENG_H -diff --git a/kurifilter-plugins/ikws/kurisearchfilter.cpp b/kurifilter-plugins/ikws/kurisearchfilter.cpp -deleted file mode 100644 -index a8de480..0000000 ---- a/kurifilter-plugins/ikws/kurisearchfilter.cpp -+++ /dev/null -@@ -1,95 +0,0 @@ --/* This file is part of the KDE project -- Copyright (C) 1999 Simon Hausmann -- Copyright (C) 2000 Yves Arrouye -- Copyright (C) 2002, 2003 Dawit Alemayehu -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program; if not, write to the Free Software -- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -- --*/ -- --#include "kurisearchfilter.h" --#include "kuriikwsfiltereng.h" --#include "searchprovider.h" --#include "ikwsopts.h" -- --#include --#include --#include -- --/** -- * IMPORTANT: If you change anything here, please run the regression test -- * ../tests/kurifiltertest -- */ -- --K_PLUGIN_FACTORY(KUriSearchFilterFactory, registerPlugin();) --K_EXPORT_PLUGIN(KUriSearchFilterFactory("kcmkurifilt")) -- --namespace { --QLoggingCategory category("org.kde.kurifilter-plugins"); --} -- --KUriSearchFilter::KUriSearchFilter(QObject *parent, const QVariantList &) -- :KUriFilterPlugin( "kurisearchfilter", parent ) --{ -- KLocalizedString::insertQtDomain("kurifilter"); -- QDBusConnection::sessionBus().connect(QString(), "/", "org.kde.KUriFilterPlugin", -- "configure", this, SLOT(configure())); --} -- --KUriSearchFilter::~KUriSearchFilter() --{ --} -- --void KUriSearchFilter::configure() --{ -- qCDebug(category) << "Config reload requested..."; -- KURISearchFilterEngine::self()->loadConfig(); --} -- --bool KUriSearchFilter::filterUri( KUriFilterData &data ) const --{ -- qCDebug(category) << data.typedString(); -- -- if (data.uriType() == KUriFilterData::Unknown) -- { -- QString searchTerm; -- KURISearchFilterEngine *filter = KURISearchFilterEngine::self(); -- SearchProvider *provider = filter->webShortcutQuery( data.typedString(), searchTerm ); -- -- if (provider) -- { -- const QString result = filter->formatResult( provider->query(), provider->charset(), -- QString(), searchTerm, true ); -- setFilteredUri( data, QUrl(result) ); -- setUriType( data, KUriFilterData::NetProtocol ); -- setSearchProvider( data, provider->name(), searchTerm, QLatin1Char(filter->keywordDelimiter())); -- delete provider; -- return true; -- } -- } -- return false; --} -- --KCModule *KUriSearchFilter::configModule(QWidget *parent, const char *) const --{ -- return new FilterOptions( KAboutData::pluginData("kcmkurifilt"), parent); --} -- --QString KUriSearchFilter::configName() const --{ -- return i18n("Search F&ilters"); --} -- --#include "kurisearchfilter.moc" -diff --git a/kurifilter-plugins/ikws/kurisearchfilter.desktop b/kurifilter-plugins/ikws/kurisearchfilter.desktop -deleted file mode 100644 -index 5538e17..0000000 ---- a/kurifilter-plugins/ikws/kurisearchfilter.desktop -+++ /dev/null -@@ -1,96 +0,0 @@ --[Desktop Entry] --Type=Service --Name=SearchKeywordsFilter --Name[af]=Soektogsleutelwoordfilter --Name[ar]=مرشح كلمات البحث --Name[ast]=Peñera de pallabres contraseña de gueta --Name[be]=Фільтр пошуку ключавых словаў --Name[be@latin]=SearchKeywordsFilter --Name[bg]=SearchKeywordsFilter --Name[bn]=SearchKeywordsFilter --Name[bn_IN]=SearchKeywordsFilter --Name[br]=SilGerioùAlc'hwezKlask --Name[bs]=Filter riječi za pretraživanje --Name[ca]=Filtre de paraules de cerca --Name[ca@valencia]=Filtre de paraules de cerca --Name[cs]=SearchKeywordsFilter --Name[csb]=Filter kluczowëch słów --Name[cy]=HidlChwilioAllweddeiriau --Name[da]=SøgNøgleordsFilter --Name[de]=Suchstichwort-Filter --Name[el]=Φίλτρο λέξεων κλειδιών αναζήτησης --Name[en_GB]=SearchKeywordsFilter --Name[eo]=SearchKeywordsFilter --Name[es]=SearchKeywordsFilter --Name[et]=SearchKeywordsFilter --Name[eu]=SearchKeywordsFilter --Name[fa]=پالایه واژه‌های کلیدی جستجو --Name[fi]=SearchKeywordsFilter --Name[fr]=Filtre de mots clés de recherche --Name[fy]=SykwurdenFilter --Name[ga]=SearchKeywordsFilter --Name[gl]=SearchKeywordsFilter --Name[gu]=SearchKeywordsFilter --Name[he]=SearchKeywordsFilter --Name[hi]=सर्च-की-वर्ड्स-फ़िल्टर --Name[hne]=सर्च-की-वर्ड्स-फिल्टर --Name[hr]=Filtar ključnih riječi pretraživanja --Name[hsb]=SearchKeywordsFilter --Name[hu]=Kulcsszavak keresési szűrője --Name[ia]=SearchKeywordsFilter --Name[id]=Filter Kata Kunci Pencarian --Name[is]=StikkorðaLeitarSía --Name[it]=Filtro delle chiavi di ricerca --Name[ja]=キーワード検索フィルタ --Name[ka]=ძიების საკვანძო სიტყვების ფილტრი --Name[kk]=ТүйіндіСөздерІздеуСүзгісі --Name[km]=SearchKeywordsFilter --Name[kn]=ಹುಡುಕು ಕೀಲಿಪದ (ಕೀವರ್ಡ್) ಶೋಧಕ --Name[ko]=SearchKeywordsFilter --Name[ku]=ParzûnaPeyvênmifteyêLêgerînê --Name[lt]=PaieškosRaktažodžiųFiltras --Name[lv]=MeklēšanasAtslēgvārduFiltrs --Name[mai]=सर्च-की-वर्ड्स-फिल्टर --Name[mk]=SearchKeywordsFilter --Name[ml]=തെരച്ചില്‍ കീവാക്കുകളുടെ അരിപ്പകള്‍ --Name[mr]=शोध मूळ शब्द गाळणी --Name[ms]=SearchKeywordsFilter --Name[nb]=SearchKeywordsFilter --Name[nds]=Filter för Söökafkörten --Name[ne]=शब्दकुञ्जी फिल्टर खोजी गर्नुहोस् --Name[nl]=ZoekTermenFilter --Name[nn]=SøkjeuttrykkFilter --Name[or]=SearchKeywordsFilter --Name[pa]=ਖੋਜ ਸ਼ਬਦ ਫਿਲਟਰ --Name[pl]=Filtr słów kluczowych --Name[pt]=Filtro de Pesquisa de Palavras-Chave --Name[pt_BR]=Filtro de busca de palavras chave --Name[ro]=SearchKeywordsFilter --Name[ru]=SearchKeywordsFilter --Name[se]=SearchKeywordsFilter --Name[si]=සෙවුම් යතුරුවදන් පෙරහණ --Name[sk]=Filter kľúčových slov hľadania --Name[sl]=Filter ključnih besed za iskanje --Name[sr]=Филтер речи за претраживање --Name[sr@ijekavian]=Филтер ријечи за претраживање --Name[sr@ijekavianlatin]=Filter riječi za pretraživanje --Name[sr@latin]=Filter reči za pretraživanje --Name[sv]=Sökordsökningsfilter --Name[ta]=முக்கிய வார்த்தைகள் வடிகட்டியை தேடு --Name[te]=SearchKeywordsFilter --Name[tg]=SearchKeywordsFilter --Name[th]=ตัวกรองคำค้นหา --Name[tr]=TaramaKelimeSüzgeci --Name[ug]=ئىزدەش ئاچقۇچلۇق سۆز سۈزگۈچى --Name[uk]=Фільтр ключових слів інтернет --Name[uz]=Qidirish kalit soʻzlar filteri --Name[uz@cyrillic]=Қидириш калит сўзлар филтери --Name[vi]=SearchKeywordsFilter --Name[wa]=PasseteTapreceCweraedje --Name[xh]=Phendla Amagama Angundoqo Ecebo Lokucoca Ulwelo --Name[x-test]=xxSearchKeywordsFilterxx --Name[zh_CN]=搜索关键字过滤 --Name[zh_TW]=搜索關鍵字過濾 --X-KDE-Library=kurisearchfilter --X-KDE-ServiceTypes=KUriFilter/Plugin --InitialPreference=4 -diff --git a/kurifilter-plugins/ikws/kurisearchfilter.h b/kurifilter-plugins/ikws/kurisearchfilter.h -deleted file mode 100644 -index d53844b..0000000 ---- a/kurifilter-plugins/ikws/kurisearchfilter.h -+++ /dev/null -@@ -1,42 +0,0 @@ --/* This file is part of the KDE project -- Copyright (C) 1999 Simon Hausmann -- Copyright (C) 2000 Yves Arrouye -- Copyright (C) 2002, 2003 Dawit Alemayehu -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program; if not, write to the Free Software -- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -- --*/ -- --#ifndef KURISEARCHFILTER_H --#define KURISEARCHFILTER_H -- --#include -- --class KUriSearchFilter : public KUriFilterPlugin --{ -- Q_OBJECT --public: -- explicit KUriSearchFilter(QObject *parent = 0, const QVariantList &args = QVariantList() ); -- ~KUriSearchFilter(); -- -- virtual bool filterUri( KUriFilterData& ) const; -- virtual KCModule *configModule(QWidget *parent = 0, const char *name = 0) const; -- virtual QString configName() const; -- --public Q_SLOTS: -- void configure(); // maybe move to KUriFilterPlugin? --}; -- --#endif -diff --git a/kurifilter-plugins/ikws/searchprovider.cpp b/kurifilter-plugins/ikws/searchprovider.cpp -deleted file mode 100644 -index 5f0cfb5..0000000 ---- a/kurifilter-plugins/ikws/searchprovider.cpp -+++ /dev/null -@@ -1,142 +0,0 @@ --/* -- * Copyright (c) 2000 Malte Starostik -- * -- * This program is free software; you can redistribute it and/or modify -- * it under the terms of the GNU General Public License as published by -- * the Free Software Foundation; either version 2 of the License, or -- * (at your option) any later version. -- * -- * This program is distributed in the hope that it will be useful, -- * but WITHOUT ANY WARRANTY; without even the implied warranty of -- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- * GNU General Public License for more details. -- * -- * You should have received a copy of the GNU General Public License -- * along with this program; if not, write to the Free Software -- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -- */ -- --#include "searchprovider.h" -- --#include --#include --#include -- --SearchProvider::SearchProvider(const KService::Ptr service) -- : m_dirty(false) --{ -- setDesktopEntryName(service->desktopEntryName()); -- setName(service->name()); -- setKeys(service->property("Keys").toStringList()); -- -- m_query = service->property("Query").toString(); -- m_charset = service->property("Charset").toString(); --} -- --void SearchProvider::setName(const QString &name) --{ -- if (KUriFilterSearchProvider::name() == name) -- return; -- -- KUriFilterSearchProvider::setName(name); --} -- --void SearchProvider::setQuery(const QString &query) --{ -- if (m_query == query) -- return; -- -- m_query = query; --} -- --void SearchProvider::setKeys(const QStringList &keys) --{ -- if (KUriFilterSearchProvider::keys() == keys) -- return; -- -- KUriFilterSearchProvider::setKeys(keys); -- -- QString name = desktopEntryName(); -- if (!name.isEmpty()) -- return; -- -- // New provider. Set the desktopEntryName. -- // Take the longest search shortcut as filename, -- // if such a file already exists, append a number and increase it -- // until the name is unique -- Q_FOREACH(const QString& key, keys) -- { -- if (key.length() > name.length()) -- name = key.toLower(); -- } -- -- const QString path = QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + "kservices5/searchproviders/"; -- bool firstRun = true; -- -- while (true) -- { -- QString check(name); -- -- if (!firstRun) -- check += KRandom::randomString(4); -- -- const QString located = QStandardPaths::locate(QStandardPaths::GenericDataLocation, QStringLiteral("kservices5/searchproviders/") + check + ".desktop"); -- if (located.isEmpty()) -- { -- name = check; -- break; -- } -- else if (located.startsWith(path)) -- { -- // If it's a deleted (hidden) entry, overwrite it -- if (KService(located).isDeleted()) -- break; -- } -- } -- -- setDesktopEntryName(name); --} -- --void SearchProvider::setCharset(const QString &charset) --{ -- if (m_charset == charset) -- return; -- -- m_charset = charset; --} -- --void SearchProvider::setIconName(const QString& iconName) --{ -- if (KUriFilterSearchProvider::iconName() == iconName) -- return; -- -- KUriFilterSearchProvider::setIconName(iconName); --} -- --void SearchProvider::setDirty(bool dirty) --{ -- m_dirty = dirty; --} -- --SearchProvider *SearchProvider::findByDesktopName(const QString &name) --{ -- KService::Ptr service = -- KService::serviceByDesktopPath(QString("searchproviders/%1.desktop").arg(name)); -- return service ? new SearchProvider(service) : 0; --} -- --SearchProvider *SearchProvider::findByKey(const QString &key) --{ -- KService::List providers = -- KServiceTypeTrader::self()->query("SearchProvider", QString("'%1' in Keys").arg(key)); -- return providers.count() ? new SearchProvider(providers[0]) : 0; --} -- --QList SearchProvider::findAll() --{ -- QList ret; -- Q_FOREACH (const KService::Ptr &provider, KServiceTypeTrader::self()->query("SearchProvider")) { -- ret.append(new SearchProvider(provider)); -- } -- return ret; --} -diff --git a/kurifilter-plugins/ikws/searchprovider.desktop b/kurifilter-plugins/ikws/searchprovider.desktop -deleted file mode 100644 -index f6064a1..0000000 ---- a/kurifilter-plugins/ikws/searchprovider.desktop -+++ /dev/null -@@ -1,106 +0,0 @@ --[Desktop Entry] --Type=ServiceType --X-KDE-ServiceType=SearchProvider --Comment=Search Engine --Comment[af]=Soektog Masjien --Comment[ar]=محرك البحث --Comment[ast]=Motor de gueta --Comment[be]=Рухавік пошуку --Comment[be@latin]=Systema pošuku --Comment[bg]=Търсачка --Comment[bn]=সার্চ ইঞ্জিন --Comment[bn_IN]=সার্চ-ইঞ্জিন --Comment[br]=Keflusker klask --Comment[bs]=Motor pretrage --Comment[ca]=Motor de cerca --Comment[ca@valencia]=Motor de cerca --Comment[cs]=Vyhledávací stroj --Comment[csb]=Szëkôrz --Comment[cy]=Peiriant Chwilio --Comment[da]=Søgemaskine --Comment[de]=Suchmaschine --Comment[el]=Μηχανή αναζήτησης --Comment[en_GB]=Search Engine --Comment[eo]=Serĉilo --Comment[es]=Motor de búsqueda --Comment[et]=Otsingumootor --Comment[eu]=Bilatzailea --Comment[fa]=موتور جستجو --Comment[fi]=Hakukone --Comment[fr]=Moteur de recherche --Comment[fy]=Sykmasine --Comment[ga]=Inneall Cuardaigh --Comment[gl]=Motor de busca --Comment[gu]=શોધ એન્જિન --Comment[he]=מנוע חיפוש --Comment[hi]=खोज इंजिन --Comment[hne]=खोज इंजिन --Comment[hr]=Tražilica --Comment[hsb]=Pytanska mašina --Comment[hu]=Keresőmotor --Comment[ia]=Motor de cerca --Comment[id]=Mesin Pencari --Comment[is]=Leitarvél --Comment[it]=Motore di ricerca --Comment[ja]=検索エンジン --Comment[ka]=საძიებო სისტემა --Comment[kk]=Іздеу құралы --Comment[km]=ម៉ាស៊ីន​ស្វែងរក --Comment[kn]=ಶೋಧನಾ ಯಂತ್ರ --Comment[ko]=검색 엔진 --Comment[ku]=Motora Lêgerînê --Comment[lt]=Paieškos tarnyba --Comment[lv]=Meklēšanas dzinējs --Comment[mai]=खोज इंजिन --Comment[mk]=Машина за пребарување --Comment[ml]=തെരച്ചില്‍ എഞ്ചിന്‍ --Comment[mr]=शोध इंजिन --Comment[ms]=Enjin Carian --Comment[nb]=Søkemotor --Comment[nds]=Söökmaschien --Comment[ne]=इन्जिन खोजी गर्नुहोस् --Comment[nl]=Zoekmachine --Comment[nn]=Søkjemotor --Comment[or]=ସନ୍ଧାନ ଯନ୍ତ୍ର --Comment[pa]=ਖੋਜ ਇੰਜਣ --Comment[pl]=Wyszukiwarka --Comment[pt]=Motor de Busca --Comment[pt_BR]=Mecanismo de busca --Comment[ro]=Motor de căutare --Comment[ru]=Поисковая машина --Comment[se]=Ohcanmotor --Comment[si]=සෙවුම් එන්ජිම --Comment[sk]=Vyhľadávací nástroj --Comment[sl]=Iskalnik --Comment[sr]=Мотор претраге --Comment[sr@ijekavian]=Мотор претраге --Comment[sr@ijekavianlatin]=Motor pretrage --Comment[sr@latin]=Motor pretrage --Comment[sv]=Söktjänst --Comment[ta]=தேடு இயந்திரம் --Comment[te]=శోధన యంత్రము --Comment[tg]=Барномаи ҷустуҷӯ --Comment[th]=เครื่องมือสำหรับค้นหา --Comment[tr]=Arama Motoru --Comment[ug]=ئىزدەش ماتورى --Comment[uk]=Рушій пошуку --Comment[uz]=Qidirish vositasi --Comment[uz@cyrillic]=Қидириш воситаси --Comment[vi]=Bộ máy tìm kiếm --Comment[wa]=Ricwerrece --Comment[xh]=Phendla Injini --Comment[x-test]=xxSearch Enginexx --Comment[zh_CN]=搜索引擎 --Comment[zh_TW]=搜索引擎 -- --[PropertyDef::Keys] --Type=QStringList -- --[PropertyDef::Query] --Type=QString -- --[PropertyDef::Suggest] --Type=QString -- --[PropertyDef::Charset] --Type=QString -diff --git a/kurifilter-plugins/ikws/searchprovider.h b/kurifilter-plugins/ikws/searchprovider.h -deleted file mode 100644 -index 87b88f4..0000000 ---- a/kurifilter-plugins/ikws/searchprovider.h -+++ /dev/null -@@ -1,52 +0,0 @@ --/* -- * Copyright (c) 2000 Malte Starostik -- * -- * This program is free software; you can redistribute it and/or modify -- * it under the terms of the GNU General Public License as published by -- * the Free Software Foundation; either version 2 of the License, or -- * (at your option) any later version. -- * -- * This program is distributed in the hope that it will be useful, -- * but WITHOUT ANY WARRANTY; without even the implied warranty of -- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- * GNU General Public License for more details. -- * -- * You should have received a copy of the GNU General Public License -- * along with this program; if not, write to the Free Software -- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -- */ -- -- --#ifndef SEARCHPROVIDER_H --#define SEARCHPROVIDER_H -- --#include --#include -- --class SearchProvider : public KUriFilterSearchProvider --{ --public: -- SearchProvider() : m_dirty(false) {} -- explicit SearchProvider(const KService::Ptr service); -- -- const QString& charset() const { return m_charset; } -- const QString& query() const { return m_query; } -- bool isDirty() const { return m_dirty; } -- -- void setName(const QString&); -- void setQuery(const QString&); -- void setKeys(const QStringList&); -- void setCharset(const QString&); -- void setIconName(const QString&); -- void setDirty(bool dirty); -- -- static SearchProvider *findByDesktopName(const QString &); -- static SearchProvider *findByKey(const QString &); -- static QList findAll(); --private: -- QString m_query; -- QString m_charset; -- bool m_dirty; --}; -- --#endif -diff --git a/kurifilter-plugins/ikws/searchproviderdlg.cpp b/kurifilter-plugins/ikws/searchproviderdlg.cpp -deleted file mode 100644 -index cef0ea0..0000000 ---- a/kurifilter-plugins/ikws/searchproviderdlg.cpp -+++ /dev/null -@@ -1,176 +0,0 @@ --/* -- * Copyright (c) 2000 Malte Starostik -- * -- * This program is free software; you can redistribute it and/or modify -- * it under the terms of the GNU General Public License as published by -- * the Free Software Foundation; either version 2 of the License, or -- * (at your option) any later version. -- * -- * This program is distributed in the hope that it will be useful, -- * but WITHOUT ANY WARRANTY; without even the implied warranty of -- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- * GNU General Public License for more details. -- * -- * You should have received a copy of the GNU General Public License -- * along with this program; if not, write to the Free Software -- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -- */ -- --#include "searchproviderdlg.h" --#include "searchprovider.h" -- --#include -- --#include --#include --#include --#include --#include -- --SearchProviderDialog::SearchProviderDialog(SearchProvider *provider, QList &providers, QWidget *parent) -- : QDialog( parent ) -- , m_provider(provider) --{ -- setModal(true); -- -- m_buttons = new QDialogButtonBox(QDialogButtonBox::Ok|QDialogButtonBox::Cancel, this); -- connect(m_buttons, SIGNAL(accepted()), SLOT(accept())); -- connect(m_buttons, SIGNAL(rejected()), SLOT(reject())); -- -- QWidget* mainWidget = new QWidget(this); -- m_dlg.setupUi(mainWidget); -- -- QVBoxLayout* layout = new QVBoxLayout(this); -- layout->addWidget(mainWidget); -- layout->addWidget(m_buttons); -- -- m_dlg.leQuery->setMinimumWidth(m_dlg.leQuery->fontMetrics().averageCharWidth() * 50); -- -- connect(m_dlg.leName, SIGNAL(textChanged(QString)), SLOT(slotChanged())); -- connect(m_dlg.leQuery, SIGNAL(textChanged(QString)), SLOT(slotChanged())); -- connect(m_dlg.leShortcut, SIGNAL(textChanged(QString)), SLOT(slotChanged())); -- connect(m_dlg.leShortcut, SIGNAL(textChanged(QString)), SLOT(shortcutsChanged(QString))); -- connect(m_dlg.pbPaste, SIGNAL(clicked()), SLOT(pastePlaceholder())); -- -- // Data init -- m_providers = providers; -- QStringList charsets = KCharsets::charsets()->availableEncodingNames(); -- charsets.prepend(i18nc("@item:inlistbox The default character set", "Default")); -- m_dlg.cbCharset->addItems(charsets); -- if (m_provider) -- { -- setWindowTitle(i18n("Modify Web Shortcut")); -- m_dlg.leName->setText(m_provider->name()); -- m_dlg.leQuery->setText(m_provider->query()); -- m_dlg.leShortcut->setText(m_provider->keys().join(",")); -- m_dlg.cbCharset->setCurrentIndex(m_provider->charset().isEmpty() ? 0 : charsets.indexOf(m_provider->charset())); -- m_dlg.leName->setEnabled(false); -- m_dlg.leQuery->setFocus(); -- } -- else -- { -- setWindowTitle(i18n("New Web Shortcut")); -- m_dlg.leName->setFocus(); -- -- //If the clipboard contains a url copy it to the query lineedit -- const QClipboard *clipboard = QApplication::clipboard(); -- const QString url = clipboard->text(); -- -- if (!QUrl(url).host().isEmpty()) -- m_dlg.leQuery->setText(url); -- -- m_buttons->button(QDialogButtonBox::Ok)->setEnabled(false); -- } --} -- --void SearchProviderDialog::slotChanged() --{ -- m_buttons->button(QDialogButtonBox::Ok)->setEnabled(!(m_dlg.leName->text().isEmpty() -- || m_dlg.leShortcut->text().isEmpty() -- || m_dlg.leQuery->text().isEmpty())); --} -- --// Check if the user wants to assign shorthands that are already assigned to --// another search provider. Invoked on every change to the shortcuts field. --void SearchProviderDialog::shortcutsChanged(const QString& newShorthands) { -- // Convert all spaces to commas. A shorthand should be a single word. -- // Assume that the user wanted to enter an alternative shorthand and hit -- // space instead of the comma key. Save cursor position beforehand because -- // setText() will reset it to the end, which is not what we want when -- // backspacing something in the middle. -- int savedCursorPosition = m_dlg.leShortcut->cursorPosition(); -- QString normalizedShorthands = QString(newShorthands).replace(' ', ','); -- m_dlg.leShortcut->setText(normalizedShorthands); -- m_dlg.leShortcut->setCursorPosition(savedCursorPosition); -- -- QHash contenders; -- QSet shorthands = normalizedShorthands.split(',').toSet(); -- -- // Look at each shorthand the user entered and wade through the search -- // provider list in search of a conflicting shorthand. Do not continue -- // search after finding one, because shorthands should be assigned only -- // once. Act like data inconsistencies regarding this don't exist (should -- // probably be handled on load). -- Q_FOREACH (const QString &shorthand, shorthands) { -- Q_FOREACH (const SearchProvider* provider, m_providers) { -- if (provider != m_provider && provider->keys().contains(shorthand)) { -- contenders.insert(shorthand, provider); -- break; -- } -- } -- } -- -- if (!contenders.isEmpty()) { -- if (contenders.size() == 1) { -- m_dlg.noteLabel->setText(i18n("The shortcut \"%1\" is already assigned to \"%2\". Please choose a different one.", contenders.keys().at(0), contenders.values().at(0)->name())); -- } else { -- QStringList contenderList; -- QHash::const_iterator i = contenders.constBegin(); -- while (i != contenders.constEnd()) { -- contenderList.append(i18nc("- web short cut (e.g. gg): what it refers to (e.g. Google)", "- %1: \"%2\"", i.key(), i.value()->name())); -- ++i; -- } -- -- m_dlg.noteLabel->setText(i18n("The following shortcuts are already assigned. Please choose different ones.\n%1", contenderList.join("\n"))); -- } -- m_buttons->button(QDialogButtonBox::Ok)->setEnabled(false); -- } else { -- m_dlg.noteLabel->clear(); -- } --} -- --void SearchProviderDialog::slotAcceptClicked() --{ -- if ((m_dlg.leQuery->text().indexOf("\\{") == -1) -- && KMessageBox::warningContinueCancel(0, -- i18n("The Shortcut URL does not contain a \\{...} placeholder for the user query.\n" -- "This means that the same page is always going to be visited, " -- "regardless of the text typed in with the shortcut."), -- QString(), KGuiItem(i18n("Keep It"))) == KMessageBox::Cancel) { -- return; -- } -- -- if (!m_provider) -- m_provider = new SearchProvider; -- -- const QString name = m_dlg.leName->text().trimmed(); -- const QString query = m_dlg.leQuery->text().trimmed(); -- QStringList keys = m_dlg.leShortcut->text().trimmed().toLower().split(',', QString::SkipEmptyParts); -- keys.removeDuplicates();// #169801. Remove duplicates... -- const QString charset = (m_dlg.cbCharset->currentIndex() ? m_dlg.cbCharset->currentText().trimmed() : QString()); -- -- m_provider->setDirty((name != m_provider->name() || query != m_provider->query() || -- keys != m_provider->keys() || charset != m_provider->charset())); -- m_provider->setName(name); -- m_provider->setQuery(query); -- m_provider->setKeys(keys); -- m_provider->setCharset(charset); -- QDialog::accept(); --} -- --void SearchProviderDialog::pastePlaceholder() { -- m_dlg.leQuery->insert("\\{@}"); -- m_dlg.leQuery->setFocus(); --} -- --#include "searchproviderdlg.moc" -diff --git a/kurifilter-plugins/ikws/searchproviderdlg.h b/kurifilter-plugins/ikws/searchproviderdlg.h -deleted file mode 100644 -index 23cd271..0000000 ---- a/kurifilter-plugins/ikws/searchproviderdlg.h -+++ /dev/null -@@ -1,52 +0,0 @@ --/* -- * Copyright (c) 2000 Malte Starostik -- * -- * This program is free software; you can redistribute it and/or modify -- * it under the terms of the GNU General Public License as published by -- * the Free Software Foundation; either version 2 of the License, or -- * (at your option) any later version. -- * -- * This program is distributed in the hope that it will be useful, -- * but WITHOUT ANY WARRANTY; without even the implied warranty of -- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- * GNU General Public License for more details. -- * -- * You should have received a copy of the GNU General Public License -- * along with this program; if not, write to the Free Software -- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -- */ -- -- --#ifndef SEARCHPROVIDERDLG_H --#define SEARCHPROVIDERDLG_H -- --#include -- --#include "ui_searchproviderdlg_ui.h" -- --class QDialogButtonBox; --class SearchProvider; -- --class SearchProviderDialog : public QDialog --{ -- Q_OBJECT -- --public: -- explicit SearchProviderDialog(SearchProvider *provider, QList &providers, QWidget *parent = 0); -- -- SearchProvider *provider() { return m_provider; } -- --protected Q_SLOTS: -- void slotChanged(); -- void shortcutsChanged(const QString& newShorthands); -- void pastePlaceholder(); -- void slotAcceptClicked(); -- --private: -- SearchProvider *m_provider; -- QList m_providers; // The list of all search providers, used for checking for already assigned shortcuts. -- Ui::SearchProviderDlgUI m_dlg; -- QDialogButtonBox* m_buttons; --}; -- --#endif -diff --git a/kurifilter-plugins/ikws/searchproviderdlg_ui.ui b/kurifilter-plugins/ikws/searchproviderdlg_ui.ui -deleted file mode 100644 -index 44a1374..0000000 ---- a/kurifilter-plugins/ikws/searchproviderdlg_ui.ui -+++ /dev/null -@@ -1,190 +0,0 @@ -- -- -- SearchProviderDlgUI -- -- -- -- 0 -- 0 -- 449 -- 143 -- -- -- -- -- -- -- Enter the human-readable name of the search provider here. -- -- -- Qt::LeftToRight -- -- -- Shortcut &name: -- -- -- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter -- -- -- false -- -- -- leName -- -- -- -- -- -- -- <qt> --Enter the URI that is used to perform a search on the search engine here.<br/>The whole text to be searched for can be specified as \{@} or \{0}.<br/> --Recommended is \{@}, since it removes all query variables (name=value) from the resulting string, whereas \{0} will be substituted with the unmodified query string.<br/>You can use \{1} ... \{n} to specify certain words from the query and \{name} to specify a value given by 'name=value' in the user query.<br/>In addition it is possible to specify multiple references (names, numbers and strings) at once (\{name1,name2,...,"string"}).<br/>The first matching value (from the left) will be used as the substitution value for the resulting URI.<br/>A quoted string can be used as the default value if nothing matches from the left of the reference list. --</qt> -- -- -- Qt::LeftToRight -- -- -- Shortcut &URL: -- -- -- true -- -- -- leQuery -- -- -- -- -- -- -- <qt> --Enter the URI that is used to perform a search on the search engine here.<br/>The whole text to be searched for can be specified as \{@} or \{0}.<br/> --Recommended is \{@}, since it removes all query variables (name=value) from the resulting string, whereas \{0} will be substituted with the unmodified query string.<br/>You can use \{1} ... \{n} to specify certain words from the query and \{name} to specify a value given by 'name=value' in the user query.<br/>In addition it is possible to specify multiple references (names, numbers and strings) at once (\{name1,name2,...,"string"}).<br/>The first matching value (from the left) will be used as the substitution value for the resulting URI.<br/>A quoted string can be used as the default value if nothing matches from the left of the reference list. --</qt> -- -- -- <qt> --Enter the URI that is used to perform a search on the search engine here.<br/>The whole text to be searched for can be specified as \{@} or \{0}.<br/> --Recommended is \{@}, since it removes all query variables (name=value) from the resulting string, whereas \{0} will be substituted with the unmodified query string.<br/>You can use \{1} ... \{n} to specify certain words from the query and \{name} to specify a value given by 'name=value' in the user query.<br/>In addition it is possible to specify multiple references (names, numbers and strings) at once (\{name1,name2,...,"string"}).<br/>The first matching value (from the left) will be used as the substitution value for the resulting URI.<br/>A quoted string can be used as the default value if nothing matches from the left of the reference list. --</qt> -- -- -- -- -- -- -- -- 0 -- 0 -- -- -- -- Select the character set that will be used to encode your search query. -- -- -- -- -- -- -- <qt> --The shortcuts entered here can be used as a pseudo-URI scheme in KDE. For example, the shortcut <b>av</b> can be used as in <b>av</b>:<b>my search</b> --</qt> -- -- -- <qt> --The shortcuts entered here can be used as a pseudo-URI scheme in KDE. For example, the shortcut <b>av</b> can be used as in <b>av</b>:<b>my search</b> --</qt> -- -- -- -- -- -- -- <html><head/><body><p>Enter the human-readable name of the web shortcut here.</p></body></html> -- -- -- <html><head/><body><p>Enter the human-readable name of the web shortcut here.</p></body></html> -- -- -- -- -- -- -- <qt> --The shortcuts entered here can be used as a pseudo-URI scheme in KDE. For example, the shortcut <b>av</b> can be used as in <b>av</b>:<b>my search</b> --</qt> -- -- -- &Shortcuts: -- -- -- true -- -- -- leShortcut -- -- -- -- -- -- -- Select the character set that will be used to encode your search query -- -- -- &Charset: -- -- -- true -- -- -- cbCharset -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Insert query placeholder -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- KComboBox -- QComboBox --
kcombobox.h
--
--
-- -- leName -- leQuery -- leShortcut -- cbCharset -- -- -- kcombobox.h -- -- -- --
-diff --git a/kurifilter-plugins/ikws/searchproviders/7digital.desktop b/kurifilter-plugins/ikws/searchproviders/7digital.desktop -deleted file mode 100644 -index 9794ac8..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/7digital.desktop -+++ /dev/null -@@ -1,143 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=7digital,7dg,7d --Name=7Digital --Name[ar]=متجر الموسيقى 7Digital --Name[ast]=7Digital --Name[bg]=7Digital --Name[bn]=7Digital --Name[bs]=7‑didžital --Name[ca]=7Digital --Name[ca@valencia]=7Digital --Name[cs]=7Digital --Name[da]=7Digital --Name[de]=7Digital --Name[el]=7Digital --Name[en_GB]=7Digital --Name[eo]=7Digital --Name[es]=7Digital --Name[et]=7Digital --Name[eu]=7Digital --Name[fa]=Directory Watcher --Name[fi]=7Digital --Name[fr]=7Digital --Name[ga]=7Digital --Name[gl]=7Digital --Name[gu]=૭ડિજીટલ --Name[he]=7Digital --Name[hi]=7Digital --Name[hr]=7Digital --Name[hu]=7Digital --Name[ia]=7Digital --Name[id]=7Digital --Name[is]=7Digital --Name[it]=7Digital --Name[ja]=7Digital --Name[kk]=7Digital --Name[km]=7Digital --Name[kn]=೭ ಅಂಕೀಯ (ಡಿಜಿಟಲ್) --Name[ko]=7Digital --Name[lt]=7Digital --Name[lv]=7Digital --Name[mai]=7Digital --Name[ml]=7ഡിജിറ്റല്‍ --Name[mr]=7डिजिटल --Name[nb]=7Digital --Name[nds]=7Digital --Name[nl]=7Digital --Name[nn]=7Digital --Name[pa]=੭ਡਿਜ਼ਿਟਲ --Name[pl]=7Digital --Name[pt]=7Digital --Name[pt_BR]=7Digital --Name[ro]=7Digital --Name[ru]=7Digital --Name[si]=අංකිත7 --Name[sk]=7Digital --Name[sl]=7Digital --Name[sr]=7‑диџитал --Name[sr@ijekavian]=7‑диџитал --Name[sr@ijekavianlatin]=7Digitalo --Name[sr@latin]=7Digitalo --Name[sv]=7Digital --Name[tg]=7Digital --Name[th]=7Digital --Name[tr]=7Digital --Name[ug]=7Digital --Name[uk]=7Digital --Name[vi]=7Digital --Name[wa]=7Digital --Name[x-test]=xx7Digitalxx --Name[zh_CN]=7Digital --Name[zh_TW]=7Digital --Query=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[ar]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[ast]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[bg]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[bn]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[bs]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[ca]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[ca@valencia]=http://vos.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[cs]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[da]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[de]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[el]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[en_GB]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[eo]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[es]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[et]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[eu]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[fa]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[fi]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[fr]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[ga]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[gl]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[gu]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[he]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[hi]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[hr]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[hu]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[ia]=http://us.7digital.com/search/search.php?item=\\{@}&searchtype=global&submit=Search --Query[id]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[is]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[it]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[ja]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[kk]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[km]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[kn]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[ko]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[lt]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[lv]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[mai]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[mr]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[nb]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[nds]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[nl]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[nn]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[pa]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[pl]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[pt]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[pt_BR]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[ro]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[ru]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[si]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[sk]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[sl]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[sr]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[sr@ijekavian]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[sr@ijekavianlatin]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[sr@latin]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[sv]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[tg]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Ҷустуҷӯ --Query[th]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[tr]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[ug]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[uk]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[vi]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[wa]=http://fr-be.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[x-test]=xxhttp://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Searchxx --Query[zh_CN]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --Query[zh_TW]=http://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/CMakeLists.txt b/kurifilter-plugins/ikws/searchproviders/CMakeLists.txt -deleted file mode 100644 -index 5e919f9..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/CMakeLists.txt -+++ /dev/null -@@ -1,8 +0,0 @@ -- -- -- --########### install files ############### --file(GLOB providersfile *.desktop) --install( FILES ${providersfile} DESTINATION --${SERVICES_INSTALL_DIR}/searchproviders ) -- -diff --git a/kurifilter-plugins/ikws/searchproviders/acronym.desktop b/kurifilter-plugins/ikws/searchproviders/acronym.desktop -deleted file mode 100644 -index d4fd357..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/acronym.desktop -+++ /dev/null -@@ -1,141 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Acronym Database --Name[af]=Akroniem Databasis --Name[ar]=قاعدة بيانات الاختصارات --Name[ast]=Base de datos Acronym --Name[be]=Скарачэнні --Name[be@latin]=Baza akronimaŭ --Name[bg]=База от данни със съкращения --Name[bn]=অ্যাক্রোনিম ডেটাবেস --Name[bs]=Baza skraćenica --Name[ca]=Base de dades d'acrònims --Name[ca@valencia]=Base de dades d'acrònims --Name[cs]=Databáze akronymů --Name[csb]=Baza akronimów --Name[cy]=Cronfa Llythrenwau --Name[da]=Akronymdatabase --Name[de]=Akronym-Datenbank --Name[el]=Βάση δεδομένων αρκτικόλεξου --Name[en_GB]=Acronym Database --Name[eo]=Datumbazo de akronimoj --Name[es]=Base de datos de acrónimos --Name[et]=Akronüümide andmebaas --Name[eu]=Akronimoen datu-basea --Name[fa]=دادگان سرنام --Name[fi]=Lyhennetietokanta --Name[fr]=Base de données d'acronymes --Name[fy]=Acroniemen databank --Name[ga]=Bunachar Sonraí Acrainmneacha --Name[gl]=Base de datos de siglas --Name[gu]=ટૂંકાનામ ડેટાબેઝ --Name[he]=מאגר ראשי התיבות --Name[hi]=एक्रोनिम डाटाबेस --Name[hne]=एक्रोनिम डाटाबेस --Name[hr]=Baza podataka kratica --Name[hsb]=Datowa baza akronymow --Name[hu]=Mozaikszó-adatbázis --Name[ia]=Base de Datos Acronym --Name[id]=Basis Data Akronim --Name[is]=Samheitagrunnur --Name[it]=Banche dati di acronimi --Name[ja]=Acronym Database --Name[ka]=აკრონიმთა ბაზა --Name[kk]=Қысқартулар дерек қоры --Name[km]=មូលដ្ឋាន​ទិន្នន័យ​អក្សរ​កាត់ --Name[kn]=ಪ್ರಥಮಾಕ್ಷರಿ ದತ್ತಸಂಚಯ --Name[ko]=두문자어 정보 --Name[ku]=Bingeha Danê yê Peyvên Wekhevî --Name[lt]=Akronimų duomenų bazė --Name[lv]=Akronīmu datubāze --Name[mai]=एक्रोनिम डाटाबेस --Name[mk]=База на податоци со акроними --Name[ml]=അക്രോണിം ഡേറ്റാബെയിസ് --Name[mr]=संक्षिप्त रूप डेटाबेस --Name[ms]=Pangkalan Data Akronim --Name[nb]=Database av forkortelser --Name[nds]=Afkörten-Datenbank --Name[ne]=एक्रोनम डेटाबेस --Name[nl]=Acroniemen database --Name[nn]=Forkortingsdatabase --Name[or]=ପୂନରାବର୍ତ୍ତି ତଥ୍ୟାବଳୀ --Name[pa]=ਅਕਰੋਨਮ ਡਾਟਾਬੇਸ --Name[pl]=Baza akronimów --Name[pt]=Base de Dados de Acrónimos --Name[pt_BR]=Banco de dados de acrônimos --Name[ro]=Bază de date de acronime --Name[ru]=База данных акронимов --Name[se]=Oanádusdiehtovuođđu --Name[si]=අක්නම් දත්තමූලය --Name[sk]=Databáza skratiek --Name[sl]=Podatkovna zbirka okrajšav --Name[sr]=База скраћеница --Name[sr@ijekavian]=База скраћеница --Name[sr@ijekavianlatin]=Baza skraćenica --Name[sr@latin]=Baza skraćenica --Name[sv]=Acronym Database --Name[ta]=குறுஞ்சொற் தரவுத்தளம் --Name[te]=ఏక్రోనిమ్ డాటాబేస్ --Name[tg]=Маълумоти Acronym --Name[th]=ฐานข้อมูล Acronym --Name[tr]=Eş Kelime Veritabanı --Name[ug]=Acronym ساندان --Name[uk]=База даних акронімів --Name[uz]=Qisqartma maʼlumot bazasi --Name[uz@cyrillic]=Қисқартма маълумот базаси --Name[vi]=Cơ sở dữ liệu từ rút gọn --Name[wa]=Båzes di dnêyes d' acourtixheures --Name[xh]=Isiseko sedata Segama elenziwe ngonoobumba bamanye amagama --Name[x-test]=xxAcronym Databasexx --Name[zh_CN]=首字母缩写数据库 --Name[zh_TW]=Acronym 資料庫 --X-KDE-ServiceTypes=SearchProvider --Keys=ad,acro,acronym --Query=http://www.abbreviations.com/\\{@} --Query[bg]=http://www.abbreviations.com/\\{@} --Query[bs]=http://www.abbreviations.com/\\{@} --Query[ca]=http://www.abbreviations.com/\\{@} --Query[ca@valencia]=http://www.abbreviations.com/\\{@} --Query[cs]=http://www.abbreviations.com/\\{@} --Query[da]=http://www.abbreviations.com/\\{@} --Query[de]=http://www.abbreviations.com/\\{@} --Query[el]=http://www.abbreviations.com/\\{@} --Query[es]=http://www.abbreviations.com/\\{@} --Query[eu]=http://www.abbreviations.com/\\{@} --Query[fi]=http://www.abbreviations.com/\\{@} --Query[fr]=http://www.abbreviations.com/\\{@} --Query[gl]=http://www.abbreviations.com/\\{@} --Query[hi]=http://www.abbreviations.com/\\{@} --Query[hu]=http://www.abbreviations.com/\\{@} --Query[ia]=http://www.abbreviations.com/\\{@} --Query[id]=http://www.abbreviations.com/\\{@} --Query[is]=http://www.abbreviations.com/\\{@} --Query[it]=http://www.abbreviations.com/\\{@} --Query[ja]=http://www.abbreviations.com/\\{@} --Query[kk]=http://www.abbreviations.com/\\{@} --Query[ko]=http://www.abbreviations.com/\\{@} --Query[lt]=http://www.abbreviations.com/\\{@} --Query[nb]=http://www.abbreviations.com/\\{@} --Query[nds]=http://www.abbreviations.com/\\{@} --Query[nl]=http://www.abbreviations.com/\\{@} --Query[nn]=http://www.abbreviations.com/\\{@} --Query[pa]=http://www.abbreviations.com/\\{@} --Query[pl]=http://www.abbreviations.com/\\{@} --Query[pt]=http://www.abbreviations.com/\\{@} --Query[pt_BR]=http://www.abbreviations.com/\\{@} --Query[ro]=http://www.abbreviations.com/\\{@} --Query[ru]=http://www.abbreviations.com/\\{@} --Query[sk]=http://www.abbreviations.com/\\{@} --Query[sl]=http://www.abbreviations.com/\\{@} --Query[sr]=http://www.abbreviations.com/\\{@} --Query[sr@ijekavian]=http://www.abbreviations.com/\\{@} --Query[sr@ijekavianlatin]=http://www.abbreviations.com/\\{@} --Query[sr@latin]=http://www.abbreviations.com/\\{@} --Query[sv]=http://www.abbreviations.com/\\{@} --Query[tr]=http://www.abbreviations.com/\\{@} --Query[ug]=http://www.abbreviations.com/\\{@} --Query[uk]=http://www.abbreviations.com/\\{@} --Query[wa]=http://www.abbreviations.com/\\{@} --Query[x-test]=xxhttp://www.abbreviations.com/\\{@}xx --Query[zh_CN]=http://www.abbreviations.com/\\{@} --Query[zh_TW]=http://www.abbreviations.com/\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/amazon.desktop b/kurifilter-plugins/ikws/searchproviders/amazon.desktop -deleted file mode 100644 -index b911871..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/amazon.desktop -+++ /dev/null -@@ -1,143 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=amazon,amz --Name=Amazon --Name[ar]=أمازون --Name[ast]=Amazon --Name[bg]=Amazon --Name[bn]=অ্যামাজন --Name[bs]=Amazon --Name[ca]=Amazon --Name[ca@valencia]=Amazon --Name[cs]=Amazon --Name[da]=Amazon --Name[de]=Amazon --Name[el]=Amazon --Name[en_GB]=Amazon --Name[eo]=Amazon --Name[es]=Amazon --Name[et]=Amazon --Name[eu]=Amazon --Name[fa]=آمازون --Name[fi]=Amazon --Name[fr]=Amazon --Name[ga]=Amazon --Name[gl]=Amazon --Name[gu]=એમેઝોન --Name[he]=Amazon --Name[hi]=एमेज़ान --Name[hr]=Amazon --Name[hu]=Amazon --Name[ia]=Amazon --Name[id]=Amazon --Name[is]=Amazon --Name[it]=Amazon --Name[ja]=Amazon --Name[kk]=Amazon --Name[km]=Amazon --Name[kn]=ಅಮೆಜೋನ್ --Name[ko]=아마존 --Name[lt]=Amazon --Name[lv]=Amazon --Name[mai]=अमेजन --Name[mr]=अमेझोन --Name[nb]=Amazon --Name[nds]=Amazon --Name[nl]=Amazon --Name[nn]=Amazon --Name[pa]=ਐਮਾਜ਼ੋਨ --Name[pl]=Amazon --Name[pt]=Amazon --Name[pt_BR]=Amazon --Name[ro]=Amazon --Name[ru]=Amazon --Name[si]=Amazon --Name[sk]=Amazon --Name[sl]=Amazon --Name[sr]=Амазон --Name[sr@ijekavian]=Амазон --Name[sr@ijekavianlatin]=Amazon --Name[sr@latin]=Amazon --Name[sv]=Amazon --Name[tg]=Amazon --Name[th]=อเมซอน --Name[tr]=Amazon --Name[ug]=ئامازون --Name[uk]=Amazon --Name[vi]=Amazon --Name[wa]=Amazon --Name[x-test]=xxAmazonxx --Name[zh_CN]=Amazon --Name[zh_TW]=Amazon --Query=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[ar]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[ast]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[bg]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[bn]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[bs]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[ca]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[ca@valencia]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[cs]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[da]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[de]=http://www.amazon.de/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[el]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[en_GB]=http://www.amazon.co.uk/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[eo]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[es]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[et]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[eu]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[fa]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[fi]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[fr]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[ga]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[gl]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[gu]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[he]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[hi]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[hr]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[hu]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[ia]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[id]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[is]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[it]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[ja]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[ka]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[kk]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[km]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[kn]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[ko]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[lt]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[lv]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[mai]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[mr]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[nb]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[nds]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[nl]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[nn]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[pa]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[pl]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[pt]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[pt_BR]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[ro]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[ru]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[si]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[sk]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[sl]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[sr]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[sr@ijekavian]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[sr@ijekavianlatin]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[sr@latin]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[sv]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[tg]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[th]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[tr]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[ug]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[uk]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[vi]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[wa]=http://www.amazon.fr/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[x-test]=xxhttp://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0xx --Query[zh_CN]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[zh_TW]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/amazon_mp3.desktop b/kurifilter-plugins/ikws/searchproviders/amazon_mp3.desktop -deleted file mode 100644 -index 8326fd3..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/amazon_mp3.desktop -+++ /dev/null -@@ -1,145 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=amazonmp3,az3,amz3,amzmp3 --Name=Amazon MP3 --Name[ar]=Amazon MP3 --Name[ast]=Amazon MP3 --Name[bg]=Amazon MP3 --Name[bn]=অ্যামাজন MP3 --Name[bs]=Amazon MP3 --Name[ca]=Amazon MP3 --Name[ca@valencia]=Amazon MP3 --Name[cs]=Amazon MP3 --Name[da]=Amazon MP3 --Name[de]=Amazon MP3 --Name[el]=Amazon MP3 --Name[en_GB]=Amazon MP3 --Name[eo]=Amazon MP3 --Name[es]=Amazon MP3 --Name[et]=Amazon MP3 --Name[eu]=Amazon MP3 --Name[fa]=آمازون MP3 --Name[fi]=Amazon MP3 --Name[fr]=Amazon MP3 --Name[ga]=Amazon MP3 --Name[gl]=Amazon MP3 --Name[gu]=એમેઝોન એમપી૩ --Name[he]=Amazon MP3 --Name[hi]=एमेज़ान MP3 --Name[hr]=Amazon MP3 --Name[hu]=Amazon MP3 --Name[ia]=Amazon MP3 --Name[id]=Amazon MP3 --Name[is]=Amazon MP3 --Name[it]=Amazon MP3 --Name[ja]=Amazon MP3 --Name[ka]=Amazon MP3 --Name[kk]=Amazon MP3 --Name[km]=Amazon MP3 --Name[kn]=ಅಮೆಜೋನ್ MP3 --Name[ko]=아마존 MP3 --Name[lt]=Amazon MP3 --Name[lv]=Amazon MP3 --Name[mai]=अमेजन MP3 --Name[ml]=ആമസോണ്‍ എംപി3 --Name[mr]=अमेझोन MP3 --Name[nb]=Amazon MP3 --Name[nds]=Amazon - MP3 --Name[nl]=Amazon MP3 --Name[nn]=Amazon MP3 --Name[pa]=Amazon MP3 --Name[pl]=Amazon MP3 --Name[pt]=MP3 da Amazon --Name[pt_BR]=Amazon MP3 --Name[ro]=Amazon MP3 --Name[ru]=Amazon MP3 --Name[si]=Amazon MP3 --Name[sk]=Amazon MP3 --Name[sl]=Amazon MP3 --Name[sr]=Амазон МП3 --Name[sr@ijekavian]=Амазон МП3 --Name[sr@ijekavianlatin]=Amazon MP3 --Name[sr@latin]=Amazon MP3 --Name[sv]=Amazon MP3 --Name[tg]=Amazon MP3 --Name[th]=อเมซอน MP3 --Name[tr]=Amazon MP3 --Name[ug]=ئامازون MP3 --Name[uk]=Amazon MP3 --Name[vi]=Amazon MP3 --Name[wa]=Amazon MP3 --Name[x-test]=xxAmazon MP3xx --Name[zh_CN]=Amazon MP3 --Name[zh_TW]=Amazon MP3 --Query=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[ar]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[ast]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[bg]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[bn]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[bs]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[ca]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[ca@valencia]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[cs]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[da]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[de]=http://www.amazon.de/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[el]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[en_GB]=http://www.amazon.co.uk/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[eo]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[es]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[et]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[eu]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[fa]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[fi]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[fr]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[ga]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[gl]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[gu]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[he]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[hi]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[hr]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[hu]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[ia]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[id]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[is]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[it]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[ja]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[kk]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[km]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[kn]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 --Query[ko]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[lt]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[lv]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[mai]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[ml]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[mr]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[nb]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[nds]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[nl]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[nn]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[pa]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[pl]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[pt]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[pt_BR]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[ro]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[ru]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[si]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[sk]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[sl]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[sr]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[sr@ijekavian]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[sr@ijekavianlatin]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[sr@latin]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[sv]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[tg]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[th]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[tr]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[ug]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[uk]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[vi]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[wa]=http://www.amazon.fr/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[x-test]=xxhttp://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0xx --Query[zh_CN]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --Query[zh_TW]=http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/amg.desktop b/kurifilter-plugins/ikws/searchproviders/amg.desktop -deleted file mode 100644 -index c1e2fb8..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/amg.desktop -+++ /dev/null -@@ -1,141 +0,0 @@ --[Desktop Entry] --Hidden=false --Keys=amg --Name=All Music Guide --Name[af]=All Music Guide --Name[ar]=مرشد لكلّ الموسيقى --Name[as]=All Music Guide --Name[ast]=Guía All Music --Name[be]=All Music Guide --Name[be@latin]=All Music Guide --Name[bg]=All Music Guide --Name[bn]=অল মিউজিক গাইড --Name[bn_IN]=সর্বধরনের সংগীত সহায়িকা --Name[bs]=Svemuzički vodič --Name[ca]=Guia per a tota la música --Name[ca@valencia]=Guia per a tota la música --Name[cs]=All Music Guide --Name[csb]=Mùzyczny prowôdnik --Name[cy]=Canllaw Cerdd --Name[da]=All musik-guide --Name[de]=All Music Guide --Name[el]=Οδηγός All Music --Name[en_GB]=All Music Guide --Name[eo]=Gvidlibro de All Music --Name[es]=Guía All Music --Name[et]=All Music Guide --Name[eu]=All Music gida --Name[fa]=کل راهنمای موسیقی --Name[fi]=All Music Guide --Name[fr]=Guide « All Music » --Name[fy]=All Music Guide --Name[ga]=Eolaire All Music --Name[gl]=Guía de All Music --Name[gu]=બધી સંગીત માર્ગદર્શિકા --Name[he]=All Music Guide --Name[hi]=सम्पूर्ण संगीत मार्गदर्शिका --Name[hne]=पूरा संगीत मार्गदर्सिका --Name[hr]=Glazbeni vodič --Name[hsb]=All Music Guide --Name[hu]=All Music Guide --Name[ia]=All Music Guide --Name[id]=Panduan Semua Musik --Name[is]=Tónlistarhandbók --Name[it]=Guida All Music --Name[ja]=All Music Guide --Name[ka]=All Music Guide --Name[kk]=All Music Guide --Name[km]=មគ្គុទ្ទេសក៍​តន្ត្រី​ទាំងអស់ --Name[kn]=ಆಲ್ ಮ್ಯೂಸಿಕ್ ಗೈಡ್ --Name[ko]=All Music Guide --Name[ku]=Hemû rêbernameyên muzîkê --Name[lt]=Visos muzikos gidas --Name[lv]=All Music Guide --Name[mai]=सम्पूर्ण संगीत मार्गदर्शिका --Name[mk]=All Music Guide --Name[ml]=എല്ലാ സംഗീതത്തിനുമുള്ള സഹായി --Name[mr]=सम्पूर्ण संगीत मार्गदर्शिका --Name[ms]=Panduan Semua Muzik --Name[nb]=All Music Guide --Name[nds]=All Music Guide --Name[ne]=सबै सङ्गीत मार्गदर्शक --Name[nl]=All Music Guide --Name[nn]=All Music Guide --Name[or]=ସମସ୍ତ ସଙ୍ଗୀତ ପଥ ପ୍ରଦର୍ଶକ --Name[pa]=ਸਭ ਸੰਗੀਤ ਗਾਈਡ --Name[pl]=Przewodnik muzyczny --Name[pt]=Guia 'Toda a Música' --Name[pt_BR]=All Music Guide --Name[ro]=Ghid muzical complet --Name[ru]=All Music Guide --Name[se]=All Music Guide --Name[si]=සියලු සංගීත සහාය --Name[sk]=All Music Guide --Name[sl]=Vodnik All Music --Name[sr]=Свемузички водич --Name[sr@ijekavian]=Свемузички водич --Name[sr@ijekavianlatin]=Svemuzički vodič --Name[sr@latin]=Svemuzički vodič --Name[sv]=Guiden All Musik --Name[ta]=அனைத்து இசை துணை --Name[te]=మెత్తం సంగీతపు మార్గదర్శి --Name[tg]=Роҳнамои ҳамаи мусиқӣ --Name[th]=All Music Guide แนะนำดนตรี --Name[tr]=Müzik Kılavuzu --Name[ug]=ھەممە نەغمە يولباشچىسى --Name[uk]=All Music Guide --Name[vi]=Hướng dẫn Âm nhạc --Name[wa]=Guide di totes les muzikes --Name[x-test]=xxAll Music Guidexx --Name[zh_CN]=所有音乐指南 --Name[zh_TW]=所有音樂指南 --Query=http://www.allmusic.com/search/all/\\{@} --Query[bg]=http://www.allmusic.com/search/all/\\{@} --Query[bs]=http://www.allmusic.com/search/all/\\{@} --Query[ca]=http://www.allmusic.com/search/all/\\{@} --Query[ca@valencia]=http://www.allmusic.com/search/all/\\{@} --Query[cs]=http://www.allmusic.com/search/all/\\{@} --Query[da]=http://www.allmusic.com/search/all/\\{@} --Query[de]=http://www.allmusic.com/search/all/\\{@} --Query[el]=http://www.allmusic.com/search/all/\\{@} --Query[es]=http://www.allmusic.com/search/all/\\{@} --Query[eu]=http://www.allmusic.com/search/all/\\{@} --Query[fi]=http://www.allmusic.com/search/all/\\{@} --Query[fr]=http://www.allmusic.com/search/all/\\{@} --Query[gl]=http://www.allmusic.com/search/all/\\{@} --Query[hi]=http://www.allmusic.com/search/all/\\{@} --Query[hu]=http://www.allmusic.com/search/all/\\{@} --Query[ia]=http://www.allmusic.com/search/all/\\{@} --Query[id]=http://www.allmusic.com/search/all/\\{@} --Query[is]=http://www.allmusic.com/search/all/\\{@} --Query[it]=http://www.allmusic.com/search/all/\\{@} --Query[ja]=http://www.allmusic.com/search/all/\\{@} --Query[kk]=http://www.allmusic.com/search/all/\\{@} --Query[ko]=http://www.allmusic.com/search/all/\\{@} --Query[lt]=http://www.allmusic.com/search/all/\\{@} --Query[nb]=http://www.allmusic.com/search/all/\\{@} --Query[nds]=http://www.allmusic.com/search/all/\\{@} --Query[nl]=http://www.allmusic.com/search/all/\\{@} --Query[nn]=http://www.allmusic.com/search/all/\\{@} --Query[pa]=http://www.allmusic.com/search/all/\\{@} --Query[pl]=http://www.allmusic.com/search/all/\\{@} --Query[pt]=http://www.allmusic.com/search/all/\\{@} --Query[pt_BR]=http://www.allmusic.com/search/all/\\{@} --Query[ro]=http://www.allmusic.com/search/all/\\{@} --Query[ru]=http://www.allmusic.com/search/all/\\{@} --Query[sk]=http://www.allmusic.com/search/all/\\{@} --Query[sl]=http://www.allmusic.com/search/all/\\{@} --Query[sr]=http://www.allmusic.com/search/all/\\{@} --Query[sr@ijekavian]=http://www.allmusic.com/search/all/\\{@} --Query[sr@ijekavianlatin]=http://www.allmusic.com/search/all/\\{@} --Query[sr@latin]=http://www.allmusic.com/search/all/\\{@} --Query[sv]=http://www.allmusic.com/search/all/\\{@} --Query[tr]=http://www.allmusic.com/search/all/\\{@} --Query[ug]=http://www.allmusic.com/search/all/\\{@} --Query[uk]=http://www.allmusic.com/search/all/\\{@} --Query[wa]=http://www.allmusic.com/search/all/\\{@} --Query[x-test]=xxhttp://www.allmusic.com/search/all/\\{@}xx --Query[zh_CN]=http://www.allmusic.com/search/all/\\{@} --Query[zh_TW]=http://www.allmusic.com/search/all/\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/backports.desktop b/kurifilter-plugins/ikws/searchproviders/backports.desktop -deleted file mode 100644 -index 60c628d..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/backports.desktop -+++ /dev/null -@@ -1,138 +0,0 @@ --[Desktop Entry] --Keys=backports --Name=Debian Backports Search --Name[af]=Debian Backports Soektog --Name[ar]=ابحث في مخازن ديبيان --Name[as]=Debian Backports Search --Name[ast]=Gueta nos backports de Debian --Name[be]=Пошук Debian Backports --Name[be@latin]=Pošuk „Backports” dla systemy „Debian” --Name[bg]=Търсене в Debian Backports --Name[bn]=ডেবিয়ান ব্যাকপোর্ট অনুসন্ধান --Name[bn_IN]=Debian ব্যাক-পোর্ট অনুসন্ধান --Name[bs]=Debijanovi bekportovi --Name[ca]=Cerca de reratransports Debian --Name[ca@valencia]=Cerca de reratransports Debian --Name[cs]=Vyhledávání v Debian Backports --Name[csb]=Szëkba starszëch paczétów Debiana --Name[da]=Debian Backports søgning --Name[de]=Suche für Debian-Backports --Name[el]=Αναζήτηση νέων Πακέτων Debian για σταθερή έκδοση --Name[en_GB]=Debian Backports Search --Name[eo]=Serĉo por retroflikaĵoj de Debiano --Name[es]=Búsqueda de backports de Debian --Name[et]=Debiani backport'ide otsing --Name[eu]=Debian-en backport-en bilaketa --Name[fa]=جستجوی پس‌درگاههای دبیان --Name[fi]=Debianin Backports-tietokanta --Name[fr]=Recherche dans le système de rétro-portage de Debian --Name[fy]=Debian Backports Search --Name[ga]=Cuardach Pacáistí Cobhsaithe Debian --Name[gl]=Busca de backports de Debian --Name[gu]=ડેબિયન બેકપોર્ટ શોધ --Name[he]=Debian Backports Search --Name[hi]=डेबियन बैकपोर्ट्स खोज --Name[hne]=डेबियन बैकपोर्ट्स खोज --Name[hr]=Debian pretraživanje povratnih portova --Name[hsb]=Pytanje za Debian Backports --Name[hu]=Debian Backports-keresés --Name[ia]=Cerca de Debian Backports --Name[id]=Pencarian Debian Backports --Name[is]=Debian Backports leit --Name[it]=Ricerca gli aggiornamenti non supportati di Debian --Name[ja]=Debian バックポート検索 --Name[ka]=Debian Backports Search --Name[kk]=Debian порттарын табу --Name[km]=ការ​ស្វែងរក Debian Backports --Name[kn]=ಡೇಬಿಯನ್ ಬ್ಯಾಕ್ಪೋರ್ಟ್ ಶೋಧ --Name[ko]=데비안 백포트 검색 --Name[ku]=Lêgerîna Dergehên Paş yên Debian --Name[lt]=Debian Backports paieška --Name[lv]=Debian Backports meklēšana --Name[mai]=डेबियन बैकपोर्ट्स खोज --Name[mk]=Пребарување во Debian Backports --Name[ml]=ഡെബിയന്‍ ബാക്ക് പോര്‍ട്ടുകളിലെ തെരച്ചില്‍ --Name[mr]=डेबियन बॅकपोर्ट शोध --Name[ms]=Carian Port Belakang Debian --Name[nb]=Søk etter tilbakeportede Debian-pakker --Name[nds]=Debian-Backport-Söök --Name[ne]=डेबियन ब्याकस्पोर्टस खोजी --Name[nl]=Debian Backports Search --Name[nn]=Søk etter tilbakeporta Debian-pakkar --Name[or]=Debian Backports ସନ୍ଧାନ --Name[pa]=ਡੇਬੀਅਨ ਬੈਕਪੋਰਟ ਖੋਜ --Name[pl]=Wyszukiwanie starszych pakietów Debiana --Name[pt]=Pesquisa de Versões Anteriores da Debian --Name[pt_BR]=Pesquisa no Debian Backports --Name[ro]=Căutare Debian Backports --Name[ru]=Поиск портов Debian --Name[se]=Oza maŋosportejuvvon Debian-páhkaid --Name[si]=Debian Backports සෙවුම --Name[sk]=Hľadanie v Debian Backports --Name[sl]=Iskanje po Debian Backports --Name[sr]=Дебијанови бекпортови --Name[sr@ijekavian]=Дебијанови бекпортови --Name[sr@ijekavianlatin]=Debianovi bekportovi --Name[sr@latin]=Debianovi bekportovi --Name[sv]=Sökning i Debians uppdateringar --Name[ta]=டெபியன் பின்முனையங்கள் தேடல் --Name[te]=Debian బ్యాక్‌పోర్‍ట్స్ శోధన --Name[tg]=Ҷустуҷӯи даргоҳи Debian --Name[th]=ค้นหา Debian Backports --Name[tr]=Debian Backport Arama --Name[ug]=Debian ئامبار ئىزدە --Name[uk]=Пошук серед додаткових пакетів Debian --Name[vi]=Tìm kiếm Cổng sau Debian --Name[wa]=Cweraedje di backports Debian --Name[x-test]=xxDebian Backports Searchxx --Name[zh_CN]=Debian 仓库搜索 --Name[zh_TW]=Debian Backports 搜尋 --Query=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[bg]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[bs]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[ca]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[ca@valencia]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[cs]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[da]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[de]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[el]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[es]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[eu]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[fi]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[fr]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[gl]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[hi]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[hu]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[ia]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[id]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[is]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[it]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[ja]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[kk]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[ko]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[nb]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[nds]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[nl]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[nn]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[pa]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[pl]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[pt]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[pt_BR]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[ro]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[ru]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[sk]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[sl]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[sr]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[sr@ijekavian]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[sr@ijekavianlatin]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[sr@latin]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[sv]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[tr]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[ug]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[uk]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[wa]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[x-test]=xxhttp://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@}xx --Query[zh_CN]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --Query[zh_TW]=http://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/baidu.desktop b/kurifilter-plugins/ikws/searchproviders/baidu.desktop -deleted file mode 100644 -index aa04da5..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/baidu.desktop -+++ /dev/null -@@ -1,138 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Baidu --Name[ast]=Baidu --Name[bg]=Търсене в Baidu --Name[bn]=বাইডু --Name[bs]=Bajdu --Name[ca]=Baidu --Name[ca@valencia]=Baidu --Name[cs]=Baidu --Name[da]=Baidu --Name[de]=Baidu --Name[el]=Baidu --Name[en_GB]=Baidu --Name[eo]=Baiduo --Name[es]=Baidu --Name[et]=Baidu --Name[eu]=Baidu --Name[fa]=Baidu --Name[fi]=Baidu --Name[fr]=Baidu --Name[ga]=Baidu --Name[gl]=Baidu --Name[gu]=બૈડુ --Name[he]=Baidu --Name[hi]=बैदु --Name[hr]=Baidu --Name[hu]=Baidu --Name[ia]=Baidu --Name[id]=Baidu --Name[is]=Baidu --Name[it]=Baidu --Name[ja]=百度 --Name[kk]=Baidu --Name[km]=Baidu --Name[kn]=ಬೈಡು --Name[ko]=Baidu --Name[lt]=Baidu --Name[lv]=Baidu --Name[mai]=बैडू --Name[mr]=बैदु --Name[nb]=Baidu --Name[nds]=Baidu --Name[nl]=Baidu --Name[nn]=Baidu --Name[pa]=ਬਿਦੂ --Name[pl]=Baidu --Name[pt]=Baidu --Name[pt_BR]=Baidu --Name[ro]=Baidu --Name[ru]=Baidu --Name[si]=Baidu --Name[sk]=Baidu --Name[sl]=Baidu --Name[sr]=Бајду --Name[sr@ijekavian]=Бајду --Name[sr@ijekavianlatin]=Baidu --Name[sr@latin]=Baidu --Name[sv]=Baidu --Name[tg]=Baidu --Name[th]=Baidu --Name[tr]=Baidu --Name[ug]=Baidu --Name[uk]=Baidu --Name[vi]=Baidu --Name[wa]=Baidu --Name[x-test]=xxBaiduxx --Name[zh_CN]=百度 --Name[zh_TW]=百度 --X-KDE-ServiceTypes=SearchProvider --Keys=baidu --Query=http://www.baidu.com/s?wd=\\{@} --Query[ast]=http://www.baidu.com/s?wd=\\{@} --Query[bg]=http://www.baidu.com/s?wd=\\{@} --Query[bn]=http://www.baidu.com/s?wd=\\{@} --Query[bs]=http://www.baidu.com/s?wd=\\{@} --Query[ca]=http://www.baidu.com/s?wd=\\{@} --Query[ca@valencia]=http://www.baidu.com/s?wd=\\{@} --Query[cs]=http://www.baidu.com/s?wd=\\{@} --Query[da]=http://www.baidu.com/s?wd=\\{@} --Query[de]=http://www.baidu.com/s?wd=\\{@} --Query[el]=http://www.baidu.com/s?wd=\\{@} --Query[en_GB]=http://www.baidu.com/s?wd=\\{@} --Query[eo]=http://www.baidu.com/s?wd=\\{@} --Query[es]=http://www.baidu.com/s?wd=\\{@} --Query[et]=http://www.baidu.com/s?wd=\\{@} --Query[eu]=http://www.baidu.com/s?wd=\\{@} --Query[fa]=http://www.baidu.com/s?wd=\\{@} --Query[fi]=http://www.baidu.com/s?wd=\\{@} --Query[fr]=http://www.baidu.com/s?wd=\\{@} --Query[ga]=http://www.baidu.com/s?wd=\\{@} --Query[gl]=http://www.baidu.com/s?wd=\\{@} --Query[gu]=http://www.baidu.com/s?wd=\\{@} --Query[he]=http://www.baidu.com/s?wd=\\{@} --Query[hi]=http://www.baidu.com/s?wd=\\{@} --Query[hr]=http://www.baidu.com/s?wd=\\{@} --Query[hu]=http://www.baidu.com/s?wd=\\{@} --Query[ia]=http://www.baidu.com/s?wd=\\{@} --Query[id]=http://www.baidu.com/s?wd=\\{@} --Query[is]=http://www.baidu.com/s?wd=\\{@} --Query[it]=http://www.baidu.com/s?wd=\\{@} --Query[ja]=http://www.baidu.com/s?wd=\\{@} --Query[kk]=http://www.baidu.com/s?wd=\\{@} --Query[km]=http://www.baidu.com/s?wd=\\{@} --Query[kn]=http://www.baidu.com/s?wd=\\{@} --Query[ko]=http://www.baidu.com/s?wd=\\{@} --Query[lt]=http://www.baidu.com/s?wd=\\{@} --Query[lv]=http://www.baidu.com/s?wd=\\{@} --Query[mai]=http://www.baidu.com/s?wd=\\{@} --Query[mr]=http://www.baidu.com/s?wd=\\{@} --Query[nb]=http://www.baidu.com/s?wd=\\{@} --Query[nds]=http://www.baidu.com/s?wd=\\{@} --Query[nl]=http://www.baidu.com/s?wd=\\{@} --Query[nn]=http://www.baidu.com/s?wd=\\{@} --Query[pa]=http://www.baidu.com/s?wd=\\{@} --Query[pl]=http://www.baidu.com/s?wd=\\{@} --Query[pt]=http://www.baidu.com/s?wd=\\{@} --Query[pt_BR]=http://www.baidu.com/s?wd=\\{@} --Query[ro]=http://www.baidu.com/s?wd=\\{@} --Query[ru]=http://www.baidu.com/s?wd=\\{@} --Query[si]=http://www.baidu.com/s?wd=\\{@} --Query[sk]=http://www.baidu.com/s?wd=\\{@} --Query[sl]=http://www.baidu.com/s?wd=\\{@} --Query[sr]=http://www.baidu.com/s?wd=\\{@} --Query[sr@ijekavian]=http://www.baidu.com/s?wd=\\{@} --Query[sr@ijekavianlatin]=http://www.baidu.com/s?wd=\\{@} --Query[sr@latin]=http://www.baidu.com/s?wd=\\{@} --Query[sv]=http://www.baidu.com/s?wd=\\{@} --Query[tg]=http://www.baidu.com/s?wd=\\{@} --Query[th]=http://www.baidu.com/s?wd=\\{@} --Query[tr]=http://www.baidu.com/s?wd=\\{@} --Query[ug]=http://www.baidu.com/s?wd=\\{@} --Query[uk]=http://www.baidu.com/s?wd=\\{@} --Query[vi]=http://www.baidu.com/s?wd=\\{@} --Query[wa]=http://www.baidu.com/s?wd=\\{@} --Query[x-test]=xxhttp://www.baidu.com/s?wd=\\{@}xx --Query[zh_CN]=http://www.baidu.com/s?wd=\\{@} --Query[zh_TW]=http://www.baidu.com/s?wd=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/beolingus.desktop b/kurifilter-plugins/ikws/searchproviders/beolingus.desktop -deleted file mode 100644 -index b416a40..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/beolingus.desktop -+++ /dev/null -@@ -1,142 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Beolingus Online Dictionary --Name[ar]=القاموس المتصل Beolingus --Name[ast]=Diccionariu en llinia Beolingus --Name[bg]=Онлайн речник Beolingus --Name[bn]=Beolingus Online Dictionary --Name[bs]=Beolingus, rječnik na vezi --Name[ca]=Diccionari en línia Beolingus --Name[ca@valencia]=Diccionari en línia Beolingus --Name[cs]=Beolingus online slovník --Name[da]=Beolingus online ordbog --Name[de]=Beolingus-Internet-Wörterbuch --Name[el]=Beolingus διαδικτυακό λεξικό --Name[en_GB]=Beolingus Online Dictionary --Name[eo]=Reta vortaro Beolingvo --Name[es]=Diccionario en línea Beolingus --Name[et]=Beolinguse võrgusõnastik --Name[eu]=Beolingus lineako hiztegia --Name[fa]=فرهنگ لغت برخط Beolingus --Name[fi]=Beolingus-verkkosanakirja --Name[fr]=Dictionnaire en ligne « Beolingus » --Name[ga]=Foclóir Ar Líne Beolingus --Name[gl]=Dicionario en liña de Beolingus --Name[gu]=બિઓલિન્યુગસ ઓનલાઇન શબ્દકોશ --Name[he]=Beolingus Online Dictionary --Name[hi]=बिओलिंगस ऑनलाइन शब्दकोश --Name[hr]=Beolingus Online Rječnik --Name[hu]=Beolingus online szótár --Name[ia]=Dictionario in linea Beolingus --Name[id]=Kamus Daring Beolingus --Name[is]=Beolingus netorðabókin --Name[it]=Dizionario in rete Beolingus --Name[ja]=Beolingus オンライン辞書 --Name[kk]=Beolingus онлайн сөздігі --Name[km]=វចនានុក្រម​លើ​បណ្ដាញ Beolingus --Name[kn]=ಬಿಯೋಲಿಂಗಸ್ ಒನ್ಲೈನ್ ಶಬ್ದಕೋಶ --Name[ko]=베오링구스 온라인 사전 --Name[lt]=Beolingus internetinis žodynas --Name[lv]=Beolingus tiešsaistes vārdnīca --Name[ml]=ബിയോലിങ്കസ് ഓണ്‍ലൈന്‍ നിഘണ്ടു --Name[mr]=बिओलिंगस ऑनलाइन शब्दकोश --Name[nb]=Beolingus nettverksordbok --Name[nds]=Beolingus- Internetwöörbook --Name[nl]=Beolingus on-line woordenboek (de-en, de-es, de-pt) --Name[nn]=Beolingus – nettordbok --Name[pa]=ਬਿਓਲਿਗਸ ਆਨਲਾਈਨ ਡਿਕਸ਼ਨਰੀ --Name[pl]=Słownik sieciowy Beolingus --Name[pt]=Dicionário 'Online' Beolingus --Name[pt_BR]=Dicionário on-line Beolingus --Name[ro]=Dicționar online Beolingus --Name[ru]=Словарь Beolingus --Name[si]=Beolingus සබැඳි ශබ්දකෝෂය --Name[sk]=Beolingus online slovník --Name[sl]=Spletni slovar Beolingus --Name[sr]=Беолингус, речник на вези --Name[sr@ijekavian]=Беолингус, речник на вези --Name[sr@ijekavianlatin]=Beolingus, rečnik na vezi --Name[sr@latin]=Beolingus, rečnik na vezi --Name[sv]=Beolingus nätordlista --Name[tg]=Луғати онлайни Beolingus --Name[th]=พจนานุกรมออนไลน์ Beolingus --Name[tr]=Beolingus Çevrimiçi Sözlük --Name[ug]=Beolingus تور لۇغىتى --Name[uk]=Мережевий словник Beolingus --Name[vi]=Từ điển trực tuyến Beolingus --Name[wa]=Motî so fyis Beolingus --Name[x-test]=xxBeolingus Online Dictionaryxx --Name[zh_CN]=Beolingus 在线词典 --Name[zh_TW]=Beolingus 線上字典 --X-KDE-ServiceTypes=SearchProvider --Keys=beo,beolingus --Query=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[ar]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[ast]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[bg]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[bn]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[bs]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[ca]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[ca@valencia]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[cs]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[da]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[de]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[el]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[en_GB]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[eo]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[es]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[et]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[eu]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[fa]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[fi]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[fr]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[ga]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[gl]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[gu]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[he]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[hi]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[hr]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[hu]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[ia]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[id]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[is]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[it]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[ja]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[kk]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[km]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[kn]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[ko]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[lt]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[lv]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[mai]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[ml]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[mr]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[nb]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[nds]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[nl]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[nn]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[pa]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[pl]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[pt]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[pt_BR]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[ro]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[ru]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[si]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[sk]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[sl]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[sr]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[sr@ijekavian]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[sr@ijekavianlatin]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[sr@latin]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[sv]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[tg]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[th]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[tr]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[ug]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[uk]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[vi]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[wa]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[x-test]=xxhttp://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&emailxx --Query[zh_CN]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email --Query[zh_TW]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email -- -diff --git a/kurifilter-plugins/ikws/searchproviders/bing.desktop b/kurifilter-plugins/ikws/searchproviders/bing.desktop -deleted file mode 100644 -index 32dc20f..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/bing.desktop -+++ /dev/null -@@ -1,138 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Bing --Name[ast]=Bing --Name[bg]=Bing --Name[bn]=বিং --Name[bs]=Bing --Name[ca]=Bing --Name[ca@valencia]=Bing --Name[cs]=Bing --Name[da]=Bing --Name[de]=Bing --Name[el]=Bing --Name[en_GB]=Bing --Name[eo]=Bingo --Name[es]=Bing --Name[et]=Bing --Name[eu]=Bing --Name[fa]=Bing --Name[fi]=Bing --Name[fr]=Bing --Name[ga]=Bing --Name[gl]=Bing --Name[gu]=બિંગ --Name[he]=Bing --Name[hi]=बिंग --Name[hr]=Bing --Name[hu]=Bing --Name[ia]=Bing --Name[id]=Bing --Name[is]=Bing --Name[it]=Bing --Name[ja]=Bing --Name[kk]=Bing --Name[km]=Bing --Name[kn]=ಬಿಂಗ್ --Name[ko]=Bing --Name[lt]=Bing --Name[lv]=Bing --Name[mai]=बिंग --Name[mr]=बिंग --Name[nb]=Bing --Name[nds]=Bing --Name[nl]=Bing --Name[nn]=Bing --Name[pa]=ਬਿੰਗ --Name[pl]=Bing --Name[pt]=Bing --Name[pt_BR]=Bing --Name[ro]=Bing --Name[ru]=Bing --Name[si]=Bing --Name[sk]=Bing --Name[sl]=Bing --Name[sr]=Бинг --Name[sr@ijekavian]=Бинг --Name[sr@ijekavianlatin]=Bing --Name[sr@latin]=Bing --Name[sv]=Bing --Name[tg]=Bing --Name[th]=Bing --Name[tr]=Bing --Name[ug]=Bing --Name[uk]=Bing --Name[vi]=Bing --Name[wa]=Bing --Name[x-test]=xxBingxx --Name[zh_CN]=必应 --Name[zh_TW]=Bing --X-KDE-ServiceTypes=SearchProvider --Keys=bing --Query=http://www.bing.com/search?q=\\{@} --Query[ast]=http://www.bing.com/search?q=\\{@} --Query[bg]=http://www.bing.com/search?q=\\{@} --Query[bn]=http://www.bing.com/search?q=\\{@} --Query[bs]=http://www.bing.com/search?q=\\{@} --Query[ca]=http://www.bing.com/search?q=\\{@} --Query[ca@valencia]=http://www.bing.com/search?q=\\{@} --Query[cs]=http://www.bing.com/search?q=\\{@} --Query[da]=http://www.bing.com/search?q=\\{@} --Query[de]=http://www.bing.de/search/?q=\\{@} --Query[el]=http://www.bing.com/search?q=\\{@} --Query[en_GB]=http://www.bing.com/search?q=\\{@} --Query[eo]=http://www.bing.com/search?q=\\{@} --Query[es]=http://www.bing.com/search?q=\\{@} --Query[et]=http://www.bing.com/search?q=\\{@} --Query[eu]=http://www.bing.com/search?q=\\{@} --Query[fa]=http://www.bing.com/search?q=\\{@} --Query[fi]=http://www.bing.com/search?q=\\{@}&cc=fi --Query[fr]=http://www.bing.com/search?q=\\{@} --Query[ga]=http://www.bing.com/search?q=\\{@} --Query[gl]=http://www.bing.com/search?q=\\{@} --Query[gu]=http://www.bing.com/search?q=\\{@} --Query[he]=http://www.bing.com/search?q=\\{@} --Query[hi]=http://www.bing.com/search?q=\\{@} --Query[hr]=http://www.bing.com/search?q=\\{@} --Query[hu]=http://www.bing.com/search?q=\\{@} --Query[ia]=http://www.bing.com/search?q=\\{@} --Query[id]=http://www.bing.com/search?q=\\{@} --Query[is]=http://www.bing.com/search?q=\\{@} --Query[it]=http://www.bing.com/search?q=\\{@} --Query[ja]=http://www.bing.com/search?q=\\{@} --Query[kk]=http://www.bing.com/search?q=\\{@} --Query[km]=http://www.bing.com/search?q=\\{@} --Query[kn]=http://www.bing.com/search?q=\\{@} --Query[ko]=http://www.bing.com/search?q=\\{@} --Query[lt]=http://www.bing.com/search?q=\\{@} --Query[lv]=http://www.bing.com/search?q=\\{@} --Query[mai]=http://www.bing.com/search?q=\\{@} --Query[mr]=http://www.bing.com/search?q=\\{@} --Query[nb]=http://www.bing.com/search?q=\\{@} --Query[nds]=http://www.bing.com/search?q=\\{@} --Query[nl]=http://www.bing.com/search?q=\\{@} --Query[nn]=http://www.bing.com/search?q=\\{@} --Query[pa]=http://www.bing.com/search?q=\\{@} --Query[pl]=http://www.bing.com/search?q=\\{@} --Query[pt]=http://www.bing.com/search?q=\\{@} --Query[pt_BR]=http://www.bing.com/search?q=\\{@} --Query[ro]=http://www.bing.com/search?q=\\{@} --Query[ru]=http://www.bing.com/search?q=\\{@} --Query[si]=http://www.bing.com/search?q=\\{@} --Query[sk]=http://www.bing.com/search?q=\\{@} --Query[sl]=http://www.bing.com/search?q=\\{@} --Query[sr]=http://www.bing.com/search?q=\\{@} --Query[sr@ijekavian]=http://www.bing.com/search?q=\\{@} --Query[sr@ijekavianlatin]=http://www.bing.com/search?q=\\{@} --Query[sr@latin]=http://www.bing.com/search?q=\\{@} --Query[sv]=http://www.bing.com/search?q=\\{@} --Query[tg]=http://www.bing.com/search?q=\\{@} --Query[th]=http://www.bing.com/search?q=\\{@} --Query[tr]=http://www.bing.com/search?q=\\{@} --Query[ug]=http://www.bing.com/search?q=\\{@} --Query[uk]=http://www.bing.com/search?q=\\{@} --Query[vi]=http://www.bing.com/search?q=\\{@} --Query[wa]=http://www.bing.com/search?q=\\{@} --Query[x-test]=xxhttp://www.bing.com/search?q=\\{@}xx --Query[zh_CN]=http://www.bing.com/search?q=\\{@} --Query[zh_TW]=http://www.bing.com/search?q=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/blip.desktop b/kurifilter-plugins/ikws/searchproviders/blip.desktop -deleted file mode 100644 -index e861393..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/blip.desktop -+++ /dev/null -@@ -1,123 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=blip,bl --Name=Blip.tv --Name[ar]=Blip.tv --Name[ast]=Blip.tv --Name[bg]=Blip.tv --Name[bn]=Blip.tv --Name[bs]=Blip.tv --Name[ca]=Blip.tv --Name[ca@valencia]=Blip.tv --Name[cs]=Blip.tv --Name[da]=Blip.tv --Name[de]=Blip.tv --Name[el]=Blip.tv --Name[en_GB]=Blip.tv --Name[eo]=Blip.tv --Name[es]=Blip.tv --Name[et]=Blip.tv --Name[eu]=Blip.tv --Name[fa]=Blip.tv --Name[fi]=Blip.tv --Name[fr]=Blip.tv --Name[ga]=Blip.tv --Name[gl]=Blip.tv --Name[gu]=બ્લિપ.ટીવી --Name[he]=Blip.tv --Name[hi]=Blip.tv --Name[hr]=Blip.tv --Name[hu]=Blip.tv --Name[ia]=Blip.tv --Name[id]=Blip.tv --Name[is]=Blip.tv --Name[it]=Blip.tv --Name[ja]=Blip.tv --Name[kk]=Blip.tv --Name[km]=Blip.tv --Name[kn]=ಬ್ಲಿಪ್.ಟಿವಿ --Name[ko]=Blip.tv --Name[lt]=Blip.tv --Name[lv]=Blip.tv --Name[mai]=Blip.tv --Name[ml]=ബ്ലിപ്.ടിവി --Name[mr]=ब्लिप.tv --Name[nb]=Blip.tv --Name[nds]=Blip.tv --Name[nl]=Blip.tv --Name[nn]=Blip.tv --Name[pa]=Blip.tv --Name[pl]=Blip.tv --Name[pt]=Blip.tv --Name[pt_BR]=Blip.tv --Name[ro]=Blip.tv --Name[ru]=Blip.tv --Name[si]=Blip.tv --Name[sk]=Blip.tv --Name[sl]=Blip.tv --Name[sr]=Блип.тв --Name[sr@ijekavian]=Блип.тв --Name[sr@ijekavianlatin]=Blip.tv --Name[sr@latin]=Blip.tv --Name[sv]=Blip.tv --Name[tg]=Blip.tv --Name[th]=Blip.tv --Name[tr]=Blip.tv --Name[ug]=Blip.tv --Name[uk]=Blip.tv --Name[vi]=Blip.tv --Name[wa]=Blip.tv --Name[x-test]=xxBlip.tvxx --Name[zh_CN]=Blip.tv --Name[zh_TW]=Blip.tv --Query=https://blip.tv/search?q=\\{@} --Query[bg]=https://blip.tv/search?q=\\{@} --Query[bs]=https://blip.tv/search?q=\\{@} --Query[ca]=https://blip.tv/search?q=\\{@} --Query[ca@valencia]=https://blip.tv/search?q=\\{@} --Query[cs]=https://blip.tv/search?q=\\{@} --Query[da]=https://blip.tv/search?q=\\{@} --Query[de]=https://blip.tv/search?q=\\{@} --Query[el]=https://blip.tv/search?q=\\{@} --Query[es]=https://blip.tv/search?q=\\{@} --Query[eu]=https://blip.tv/search?q=\\{@} --Query[fi]=https://blip.tv/search?q=\\{@} --Query[fr]=https://blip.tv/search?q=\\{@} --Query[gl]=https://blip.tv/search?q=\\{@} --Query[hi]=https://blip.tv/search?q=\\{@} --Query[hu]=https://blip.tv/search?q=\\{@} --Query[ia]=http://blip.tv/search?q=\\{@} --Query[id]=https://blip.tv/search?q=\\{@} --Query[is]=https://blip.tv/search?q=\\{@} --Query[it]=https://blip.tv/search?q=\\{@} --Query[ja]=https://blip.tv/search?q=\\{@} --Query[kk]=https://blip.tv/search?q=\\{@} --Query[ko]=https://blip.tv/search?q=\\{@} --Query[lt]=https://blip.tv/search?q=\\{@} --Query[nb]=https://blip.tv/search?q=\\{@} --Query[nds]=https://blip.tv/search?q=\\{@} --Query[nl]=https://blip.tv/search?q=\\{@} --Query[nn]=https://blip.tv/search?q=\\{@} --Query[pa]=https://blip.tv/search?q=\\{@} --Query[pl]=https://blip.tv/search?q=\\{@} --Query[pt]=https://blip.tv/search?q=\\{@} --Query[pt_BR]=https://blip.tv/search?q=\\{@} --Query[ro]=https://blip.tv/search?q=\\{@} --Query[ru]=https://blip.tv/search?q=\\{@} --Query[sk]=https://blip.tv/search?q=\\{@} --Query[sl]=https://blip.tv/search?q=\\{@} --Query[sr]=https://blip.tv/search?q=\\{@} --Query[sr@ijekavian]=https://blip.tv/search?q=\\{@} --Query[sr@ijekavianlatin]=https://blip.tv/search?q=\\{@} --Query[sr@latin]=https://blip.tv/search?q=\\{@} --Query[sv]=https://blip.tv/search?q=\\{@} --Query[tr]=https://blip.tv/search?q=\\{@} --Query[ug]=https://blip.tv/search?q=\\{@} --Query[uk]=https://blip.tv/search?q=\\{@} --Query[wa]=https://blip.tv/search?q=\\{@} --Query[x-test]=xxhttps://blip.tv/search?q=\\{@}xx --Query[zh_CN]=https://blip.tv/search?q=\\{@} --Query[zh_TW]=https://blip.tv/search?q=\\{@} --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/bugft.desktop b/kurifilter-plugins/ikws/searchproviders/bugft.desktop -deleted file mode 100644 -index 6326413..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/bugft.desktop -+++ /dev/null -@@ -1,143 +0,0 @@ --[Desktop Entry] --Keys=bugft --Name=KDE Bug Database Fulltext Search --Name[af]=KDE Fout Databasis voltext Soektog --Name[ar]=البحث النصي في قاعدة بيانات علل كدي --Name[as]=KDE Bug Database Fulltext Search --Name[ast]=Gueta testual na base de datos de fallos de KDE --Name[be]=Паўнатэкставы пошук па базе памылак KDE --Name[be@latin]=Paŭnatekstavy pošuk u bazie viadomych chibaŭ KDE --Name[bg]=Пълнотекстово търсене в базата от данни с бъгове в KDE --Name[bn]=কে.ডি.ই. বাগ ডেটাবেস-এ পূর্ণ টেক্সট অনুসন্ধান --Name[bn_IN]=KDE বাগ ডাটাবেসে অনুসন্ধান - সম্পূর্ণ টেক্সট সহযোগে --Name[bs]=KDE‑ova baza grešaka (tekstualno) --Name[ca]=Cercador de text per la base de dades d'errors de KDE --Name[ca@valencia]=Cercador de text per la base de dades d'errors de KDE --Name[cs]=Plnotextové vyhledávání v databázi chyb KDE --Name[csb]=Baza felów KDE - szëkba w òpisach felów --Name[cy]=Chwilio Llawn-destun y Gronfa Gwallau KDE --Name[da]=Fuldtekst-søgning i KDE's fejldatabase --Name[de]=KDE-Problemdatenbank: Volltextsuche --Name[el]=Αναζήτηση πλήρους κειμένου στη βάση δεδομένων σφαλμάτων του KDE --Name[en_GB]=KDE Bug Database Fulltext Search --Name[eo]=Plenteksta serĉo en la datumbazo de cimoj de KDE --Name[es]=Búsqueda textual en la base de datos de fallos de KDE --Name[et]=Täisteksti otsing KDE vigade andmebaasist --Name[eu]=KDEren akatsen datu-baseko testu-bilaketa --Name[fa]=جستجوی متن کامل دادگان اشکال KDE --Name[fi]=KDE-vikailmoitustietokannan tekstihaku --Name[fr]=Recherche textuelle dans la base de données de bogues de KDE --Name[fy]=KDE Bug Databank - folsleine-tekst-sykaksje --Name[ga]=Cuardach Lán-Téacs i mBunachar Sonraí Fabhtanna KDE --Name[gl]=Busca de textos na base de datos de fallos de KDE --Name[gu]=KDE બગ ડેટાબેઝ સંપૂર્ણલખાણ શોધ --Name[he]=חיפוש טקסט מלא במאגר הבאגים של KDE --Name[hi]=केडीई बग डाटाबेस संपूर्ण-पाठ खोज --Name[hne]=केडीई बग डाटाबेस पूरा-पाठ खोज --Name[hr]=Pretraga KDE baze podataka o nedostacima pomoću potpunog teksta --Name[hsb]=KDE Bug Database Fulltext Search --Name[hu]=A KDE hibaadatbázis teljes szöveges keresési eszköze --Name[ia]=Cerca de texto complete de base de datos de Bug de KDE --Name[id]=Pencarian Teks Lengkap Basis Data Kutu KDE --Name[is]=Leit eftir orðum í KDE villugagnagrunni --Name[it]=Ricerca del testo completo nella banca dati degli errori di KDE --Name[ja]=KDE バグデータベース全文検索 --Name[ka]=KDE–ს შეცდომების ძებნა სრული ტექსტით --Name[kk]=KDE қателер дерек қорында толық мәтінді іздеу --Name[km]=ការ​ស្វែងរក​អត្ថបទ​ពេញលេញ​នៃ​​មូលដ្ឋាន​ទិន្នន័យ​កំហុស​របស់ KDE --Name[kn]=ಕೆಡಿಇ ದೋಷ ದತ್ತಸಂಚಯ ಪೂರ್ಣಪಠ್ಯ ಹುಡುಕಾಟ --Name[ko]=KDE 버그 데이터베이스 전체 텍스트 검색 --Name[ku]=Lêgerîna Nivîsara Bingeha Dane ya Çewtiyên KDE --Name[lt]=KDE Bug Database Fulltext Search --Name[lv]=KDE kļūdu datubāzes pilnteksta meklēšana --Name[mai]=केडीई बग डाटाबेस संपूर्ण-पाठ खोज --Name[mk]=База на податоци со бубачки од KDE, пребарување по цел текст --Name[ml]=കെഡിഇയുടെ പിഴവുകളുടെ ഡാറ്റാബേസിലെ മുഴുവന്‍ പദാവലിയിലുമുള്ള തെരച്ചില്‍ --Name[mr]=केडीई बग डेटाबेस संपूर्ण पाठ्य शोध --Name[ms]=Carian Teks Penuh Pangkalan Data Pepijat --Name[nb]=Fulltekstsøk i KDEs feildatabase --Name[nds]=KDE Fehler-Datenbank: Vulltext-Söök --Name[ne]=केडीई बग डाटाबेस पूरा पाठ खोजी --Name[nl]=KDE Bug Database - volledige-tekst-zoekactie --Name[nn]=Fulltekstsøk i feildatabasen til KDE --Name[or]=KDE ତ୍ରୁଟି ତଥ୍ଯାବଳୀ ସମ୍ପୂର୍ଣ୍ଣ ପାଠ୍ୟ ସନ୍ଧାନ --Name[pa]=KDE ਬੱਗ ਡਾਟਾਬੇਸ ਪੂਰਾ-ਟੈਕਸਟ ਖੋਜ --Name[pl]=Baza błędów KDE - wyszukiwanie w opisach błędów --Name[pt]=Pesquisa por Nome Completo na Base de Dados de Erros do KDE --Name[pt_BR]=Procura por texto no banco de dados de erros do KDE --Name[ro]=Baza de date de erori KDE - căutare integrală de text --Name[ru]=Полнотекстовый поиск ошибок в базе KDE --Name[se]=KDE dihkkediehtovuođu ollesteakstaohcan --Name[si]=KDE වැරදි දත්තමූල පූර්ණ පෙළ සෙවුම --Name[sk]=Fulltextové hľadanie v databáze chýb KDE --Name[sl]=Iskanje besedila po podatkovni zbirki hroščev v KDE --Name[sr]=КДЕ‑ова база грешака (текстуално) --Name[sr@ijekavian]=КДЕ‑ова база грешака (текстуално) --Name[sr@ijekavianlatin]=KDE‑ova baza grešaka (tekstualno) --Name[sr@latin]=KDE‑ova baza grešaka (tekstualno) --Name[sv]=Textsökning i KDE:s feldatabas --Name[ta]=KDE பிழை தகவல்தள முழு உரை தேடுதல் --Name[te]=KDE బగ్ డాటాబేస్ పూర్తిపాఠ్యము శోధన --Name[tg]=Системаи ҷустуҷӯи номҳои хатоҳои KDE --Name[th]=ค้นหาข้อความจากฐานข้อมูลบั๊กของ KDE --Name[tr]=KDE Hata Veritabanı Tam Sözcük Arama --Name[ug]=KDE كەمتۈك ساندان تولۇق تېكىست ئىزدە --Name[uk]=Повнотекстовий пошук у базі даних KDE --Name[uz]=KDE xato maʼlumot bazasi (butun matnni qidirish) --Name[uz@cyrillic]=KDE хато маълумот базаси (бутун матнни қидириш) --Name[vi]=Tìm kiếm cơ sở dữ liệu lỗi của KDE, dùng toàn bộ dòng từ khoá đã nhập --Name[wa]=Båze di dnêyes pol cweraedje di bugs di KDE dvins l' tecse --Name[xh]=Uphendlo lwesiseko sedata ye KDE Bug Olubhaliweyo ngokupheleleyo --Name[x-test]=xxKDE Bug Database Fulltext Searchxx --Name[zh_CN]=KDE Bug 数据库全文检索 --Name[zh_TW]=KDE 臭蟲資料庫全文檢索 --Query=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[bg]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[bs]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[ca]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[ca@valencia]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[cs]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[da]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[de]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[el]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[es]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[eu]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[fi]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[fr]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[gl]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[hi]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[hu]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[ia]=http://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[id]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[is]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[it]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[ja]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[kk]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[ko]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[lt]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[nb]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[nds]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[nl]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[nn]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[pa]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[pl]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[pt]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[pt_BR]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[ro]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[ru]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[sk]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[sl]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[sr]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[sr@ijekavian]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[sr@ijekavianlatin]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[sr@latin]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[sv]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[tr]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[ug]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[uk]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[wa]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[x-test]=xxhttps://bugs.kde.org/buglist.cgi?quicksearch=\\{@}xx --Query[zh_CN]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --Query[zh_TW]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/bugno.desktop b/kurifilter-plugins/ikws/searchproviders/bugno.desktop -deleted file mode 100644 -index b1d18e4..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/bugno.desktop -+++ /dev/null -@@ -1,165 +0,0 @@ --[Desktop Entry] --Keys=bug,bugno,bugnr --Name=KDE Bug Database Bug Number Search --Name[af]=Kde Fout Databasis Fout Nommer Soektog --Name[ar]=البحث عن طريق رقم العلة في قاعدة علل كدي --Name[ast]=Gueta de númberu de fallu na base de datos de fallos de KDE --Name[be]=Пошук па нумару памылкі ў базе памылак KDE --Name[be@latin]=Pošuk u bazie viadomych chibaŭ KDE pavodle numara --Name[bg]=Търсене по номер в базата от данни с бъгове на KDE --Name[bn]=কে.ডি.ই. বাগ ডেটাবেস-এ বাগ সংখ্যা অনুসন্ধান --Name[bn_IN]=KDE বাগ ডাটাবেসে অনুসন্ধান - বাগ সংখ্যা প্রয়োগ করে --Name[bs]=KDE‑ova baza grešaka (po broju) --Name[ca]=Cercador per número per la base de dades d'errors de KDE --Name[ca@valencia]=Cercador per número per la base de dades d'errors de KDE --Name[cs]=Vyhledávání v databázi chyb KDE podle čísla chyby --Name[csb]=Baza felów KDE - szëkba pò numrze felë --Name[cy]=Chwilio Rhif Gwall y Gronfa Gwallau KDE --Name[da]=Nummersøgning i KDE's fejldatabase --Name[de]=KDE-Problemdatenbank: Suche nach Nummer --Name[el]=Αναζήτηση αριθμού σφάλματος στη βάση δεδομένων σφαλμάτων του KDE --Name[en_GB]=KDE Bug Database Bug Number Search --Name[eo]=Serĉo laŭ numero en la datumbazo de cimoj de KDE --Name[es]=Búsqueda de número de fallo en la base de datos de fallos de KDE --Name[et]=Veanumbri otsing KDE vigade andmebaasist --Name[eu]=KDEren akatsen datu-baseko zenbaki-bilaketa --Name[fa]=جستجوی شماره اشکال دادگان اشکال KDE --Name[fi]=KDE-vikailmoitustietokannan numerohaku --Name[fr]=Recherche dans la base de données de bogues de KDE par numéro --Name[fy]=KDE Bug Databank - sykje op breknûmer --Name[ga]=Cuardach bugs.kde.org de réir uimhir an fhabht --Name[gl]=Busca numérica na base de datos de fallos de KDE --Name[gu]=KDE બગ ડેટાબેઝ બગ ક્રમાંક શોધ --Name[he]=חיפוש מספר באג במאגר הבאגים של KDE --Name[hi]=केडीई बग डाटाबेस बग संख्या खोज --Name[hne]=केडीई बग डाटाबेस बग संख्या खोज --Name[hr]=Pretraga KDE baze podataka o nedostacima pomoću broja nedostatka --Name[hsb]=KDE Bug Database pytanje za čisłom zmylka --Name[hu]=A KDE hibaadatbázis hibaszám-keresési eszköze --Name[ia]=Cerca de numero de BUG de base de datos de Bug de KDE --Name[id]=Pencarian Nomor Kutu Basis Data Kutu KDE --Name[is]=Leit eftir númerum í KDE villugagnagrunni --Name[it]=Ricerca per numero nella banca dati degli errori di KDE --Name[ja]=KDE バグデータベース バグ番号検索 --Name[ka]=KDE–ს შეცდომების ძებნა ნომრების მიხედვით --Name[kk]=KDE қателер дерек қорында қате нөмірі бойынша іздеу --Name[km]=ការ​ស្វែងរក​លេខ​កំហុស​ក្នុង​មូលដ្ឋាន​ទិន្នន័យ​កំហុស​របស់​ KDE --Name[kn]=ಕೆಡಿಇ ದೋಷದತ್ತಸಂಚಯ ಸಂಖ್ಯೆ ಹುಡುಕಾಟ --Name[ko]=KDE 버그 데이터베이스 버그 번호 검색 --Name[ku]=Lêgerîna Hejmara Çewtiyê di Bingeha dane ya Çewtiyên KDE de --Name[lt]=Paieška KDE ydų duombazėje pagal klaidos numerį --Name[lv]=KDE kļūdu datubāzes meklēšana pēc kļūdas numura --Name[mai]=केडीई बग डाटाबेस बग सँख्या खोज --Name[mk]=База на податоци со бубачки од KDE, пребарување по броеви --Name[ml]=കെഡിഇയുടെ പിഴവുകളുടെ ഡാറ്റാബേസിലെ പിഴവിന്റെ സംഖ്യയുപയോഗിച്ചുള്ള തെരച്ചില്‍ --Name[mr]=केडीई बग डेटाबेस बग क्रमांक शोध --Name[ms]=Carian Bilangan Pepijat Pangkalan Data Pepijat KDE --Name[nb]=Feilnummersøk i KDEs feildatabase --Name[nds]=KDE Fehler-Datenbank: Fehlernummer-Söök --Name[ne]=केडीई बग डाटाबेस बग सङ्ख्या खोजी --Name[nl]=KDE Bug Database - zoeken op bugnummer --Name[nn]=Feilnummersøk i feildatabasen til KDE --Name[or]=KDE ତ୍ରୁଟି ତଥ୍ଯାବଳୀ ତ୍ରୁଟି ସଂଖ୍ଯା ସନ୍ଧାନ --Name[pa]=KDE ਬੱਗ ਡਾਟਾਬੇਸ ਬੱਗ ਨੰਬਰ ਖੋਜ --Name[pl]=Baza błędów KDE - wyszukiwanie po numerze błędu --Name[pt]=Pesquisa por Número na Base de Dados de Erros do KDE --Name[pt_BR]=Procura por número no banco de dados de erros do KDE --Name[ro]=Baza de date de erori KDE- căutare după număr --Name[ru]=Поиск по номеру в базе ошибок KDE --Name[se]=KDE dihkkediehtovuođu dihkkenummir ohcan --Name[si]=KDE වැරදි දත්තමූල වැරදි සංඛ්‍යා සෙවුම --Name[sk]=Hľadanie podľa čísla chyby v databáze chýb KDE --Name[sl]=Iskanje v podatkovni zbirki hroščev KDE po številki hrošča --Name[sr]=КДЕ‑ова база грешака (по броју) --Name[sr@ijekavian]=КДЕ‑ова база грешака (по броју) --Name[sr@ijekavianlatin]=KDE‑ova baza grešaka (po broju) --Name[sr@latin]=KDE‑ova baza grešaka (po broju) --Name[sv]=Felnummersökning i KDE:s feldatabas --Name[ta]=கேடிஇ பிழையான தகவல்தள பிழையான எண் தேடுதல் --Name[te]=KDE బగ్ డాటాబేస్ బగ్ సంఖ్యా శోధన --Name[tg]=Системаи ҷустуҷӯи рақамҳои хатоҳои KDE --Name[th]=ค้นหาหมายเลขบั๊กจากฐานข้อมูลบั๊ก KDE --Name[tr]=KDE Hata Veritabanı Hata Numarasıyla Arama --Name[ug]=KDE كەمتۈك سانداننى كەمتۈك نومۇرى بويىچە ئىزدە --Name[uk]=Пошук у базі даних помилок KDE за номером --Name[uz]=KDE xato maʼlumot bazasi (xatoning raqamini qidirish) --Name[uz@cyrillic]=KDE хато маълумот базаси (хатонинг рақамини қидириш) --Name[vi]=Tìm kiếm số hiệu lỗi trong cơ sở dữ liệu lỗi của KDE --Name[wa]=Båze di dnêyes pol cweraedje di bugs di KDE pa les limeros --Name[xh]=KDE Uphendlo Lwenani Legciwane Isiseko se data Segciwane --Name[x-test]=xxKDE Bug Database Bug Number Searchxx --Name[zh_CN]=KDE Bug 数据库按 Bug 编号搜索 --Name[zh_TW]=KDE 臭蟲資料庫按錯誤編號搜索 --Query=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[ar]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[ast]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[bg]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[bn]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[bs]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[ca]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[ca@valencia]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[cs]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[csb]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[da]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[de]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[el]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[en_GB]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[eo]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[es]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[et]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[eu]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[fa]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[fi]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[fr]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[fy]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[ga]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[gl]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[gu]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[he]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[hi]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[hr]=http://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[hu]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[ia]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[id]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[is]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[it]=http://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[ja]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[kk]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[km]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[kn]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[ko]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[lt]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[lv]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[mai]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[ml]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[mr]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[nb]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[nds]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[nl]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[nn]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[pa]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[pl]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[pt]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[pt_BR]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[ro]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[ru]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[si]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[sk]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[sl]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[sr]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[sr@ijekavian]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[sr@ijekavianlatin]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[sr@latin]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[sv]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[tg]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[th]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[tr]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[ug]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[uk]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[vi]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[wa]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[x-test]=xxhttps://bugs.kde.org/show_bug.cgi?id=\\{@}xx --Query[zh_CN]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --Query[zh_TW]=https://bugs.kde.org/show_bug.cgi?id=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/call.desktop b/kurifilter-plugins/ikws/searchproviders/call.desktop -deleted file mode 100644 -index 1e26205..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/call.desktop -+++ /dev/null -@@ -1,155 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=qrz,call --Name=QRZ.com Callsign Database --Name[af]=QRZ.com Callsign databasis --Name[ar]=قاعدة بيانات محطة QRZ.com --Name[as]=QRZ.com Callsign Database --Name[ast]=Base de datos QRZ.com --Name[be]=База дадзеных QRZ.com Callsign --Name[be@latin]=Baza źviestak „QRZ.com Callsign” --Name[bg]=База от данни с позивни QRZ.com --Name[bn]=QRZ.com কল-সাইন ডেটাবেস --Name[bn_IN]=QRZ.com Callsign ডাটাবেস --Name[bs]=KuRZ.kom baza pozivnika --Name[ca]=Base de dades d'indicatius de QRZ.com --Name[ca@valencia]=Base de dades d'indicatius de QRZ.com --Name[cs]=Databáze volacích znaků QRZ.com --Name[csb]=QRZ.com - baza radiowëch wëwòłaniów --Name[cy]=Cronfa Ddata Arwydd-galwad QRZ.com --Name[da]=QRZ.com callsign-database --Name[de]=QRZ.com Callsign-Datenbank --Name[el]=QRZ.com βάση δεδομένων τηλεπικοινωνίας --Name[en_GB]=QRZ.com Callsign Database --Name[eo]=Datumbazo de voksigno ĉe QRZ.com --Name[es]=Base de datos de indicativos QRZ.com --Name[et]=QRZ.com callsign andmebaas --Name[eu]=QRZ.com indikatiboen datu-basea --Name[fa]=دادگان QRZ.com Callsign --Name[fi]=QRZ.com-kutsumerkkitietokanta --Name[fr]=Base de données de QRZ.com « callsign » --Name[fy]=QRZ.com callsign database --Name[ga]=Bunachar Sonraí Comharthaí Aitheantais QRZ.com --Name[gl]=Base de datos de distintivos de chamada QRZ.com --Name[gu]=QRZ.com કોલસાઇન ડેટાબેઝ --Name[he]=QRZ.com Callsign Database --Name[hi]=QRZ.com काल-साइन डाटाबेस --Name[hne]=QRZ.com काल-साइन डाटाबेस --Name[hr]=QRZ.com baza podataka pozivnih znakova --Name[hsb]=QRZ.com Callsign Database --Name[hu]=QRZ.com hívójel-adatbázis --Name[ia]=QRZ.com base de datos Callsign --Name[id]=Basis Data Tanda Panggilan QRZ.com --Name[is]=QRZ.com kallmerkjagrunnur --Name[it]=Banca dati dei segnali di chiamata QRZ.com --Name[ja]=QRZ.com Callsign データベース --Name[ka]=QRZ.com Callsign Database --Name[kk]=QRZ.com шақыру атаулар дерек қоры --Name[km]=មូលដ្ឋាន​ទិន្នន័យ Callsign របស់ QRZ.com --Name[kn]=QRZ.com Callsign ದತ್ತಸಂಚಯ --Name[ko]=QRZ.com 호출 부호 데이터베이스 --Name[ku]=QRZ.com Bingeha Daneyê Nîşana-Bangê --Name[lt]=QRZ.com Callsign duomenų bazė --Name[lv]=QRZ.com izsaukuma signālu datubāze --Name[mai]=QRZ.com काल-साइन डाटाबेस --Name[mk]=База на податоци QRZ.com callsign --Name[ml]=QRZ.com ലെ കാള്‍സൈനുകളുടെ ഡാറ്റാബേസ് --Name[mr]=QRZ.com कॉलसाइन डेटाबेस --Name[ms]=QRZ.com Callsign Database --Name[nb]=QRZ.com database for kallesignal --Name[nds]=QRZ.com Callsign-Datenbank --Name[ne]=QRZ.com कलसाइन डेटाबेस --Name[nl]=QRZ.com callsign database --Name[nn]=QRZ.com database for kallesignal --Name[or]=QRZ.com Callsign ତଥ୍ୟାବଳୀ --Name[pa]=QRZ.com Callsign ਡਾਟਾਬੇਸ --Name[pl]=QRZ.com - baza wywołań radiowych --Name[pt]=Base de Dados Callsign do QRZ.com --Name[pt_BR]=Banco de dados Callsign do QRZ.com --Name[ro]=Baza de date de indicative QRZ.com --Name[ru]=База позывных QRZ.com --Name[se]=QRZ.com gohččonsignálaid diehtovuođđu --Name[si]=QRZ.com Callsign දත්ත මූලය --Name[sk]=Databáza skratiek QRZ.com --Name[sl]=Podatkovna zbirka okrajšav QRZ.com --Name[sr]=КуРЗ.ком база позивника --Name[sr@ijekavian]=КуРЗ.ком база позивника --Name[sr@ijekavianlatin]=QRZ.com baza pozivnika --Name[sr@latin]=QRZ.com baza pozivnika --Name[sv]=Databas för QRZ.com-anropssignaler --Name[ta]=QRZ.com அழைப்புநுழை தகவல்தளம் --Name[te]=QRZ.com కాల్‌సైన్ డాటాబేస్ --Name[tg]=Маълумоти бонги QRZ.com --Name[th]=ฐานข้อมูลนามแฝง QRZ.com --Name[tr]=QRZ.com Aramaişaret Veritabanı --Name[ug]=QRZ.com Callsign ساندان --Name[uk]=База даних callsign QRZ.com --Name[vi]=Cơ sở dữ liệu tín hiệu QRZ.com --Name[wa]=Båzes di dnêyes des indicatifs di houcaedje (avions) QRZ.com --Name[x-test]=xxQRZ.com Callsign Databasexx --Name[zh_CN]=QRZ.com Callsign 数据库 --Name[zh_TW]=QRZ.com Callsign 資料庫 --Query=http://www.qrz.com/db/\\{@} --Query[ast]=http://www.qrz.com/db/\\{@} --Query[bg]=http://www.qrz.com/db/\\{@} --Query[bn]=http://www.qrz.com/db/\\{@} --Query[bs]=http://www.qrz.com/db/\\{@} --Query[ca]=http://www.qrz.com/db/\\{@} --Query[ca@valencia]=http://www.qrz.com/db/\\{@} --Query[cs]=http://www.qrz.com/db/\\{@} --Query[da]=http://www.qrz.com/db/\\{@} --Query[de]=http://www.qrz.com/db/\\{@} --Query[el]=http://www.qrz.com/db/\\{@} --Query[eo]=http://www.qrz.com/db/\\{@} --Query[es]=http://www.qrz.com/db/\\{@} --Query[et]=http://www.qrz.com/db/\\{@} --Query[eu]=http://www.qrz.com/db/\\{@} --Query[fa]=http://www.qrz.com/db/\\{@} --Query[fi]=http://www.qrz.com/db/\\{@} --Query[fr]=http://www.qrz.com/db/\\{@} --Query[ga]=http://www.qrz.com/db/\\{@} --Query[gl]=http://www.qrz.com/db/\\{@} --Query[gu]=http://www.qrz.com/db/\\{@} --Query[he]=http://www.qrz.com/db/\\{@} --Query[hi]=http://www.qrz.com/db/\\{@} --Query[hu]=http://www.qrz.com/db/\\{@} --Query[ia]=http://www.qrz.com/db/\\{@} --Query[id]=http://www.qrz.com/db/\\{@} --Query[is]=http://www.qrz.com/db/\\{@} --Query[it]=http://www.qrz.com/db/\\{@} --Query[ja]=http://www.qrz.com/db/\\{@} --Query[kk]=http://www.qrz.com/db/\\{@} --Query[km]=http://www.qrz.com/db/\\{@} --Query[ko]=http://www.qrz.com/db/\\{@} --Query[lt]=http://www.qrz.com/db/\\{@} --Query[lv]=http://www.qrz.com/db/\\{@} --Query[mr]=http://www.qrz.com/db/\\{@} --Query[nb]=http://www.qrz.com/s?wd=\\{@} --Query[nds]=http://www.qrz.com/db/\\{@} --Query[nl]=http://www.qrz.com/db/\\{@} --Query[nn]=http://www.qrz.com/db/\\{@} --Query[pa]=http://www.qrz.com/db/\\{@} --Query[pl]=http://www.qrz.com/db/\\{@} --Query[pt]=http://www.qrz.com/db/\\{@} --Query[pt_BR]=http://www.qrz.com/db/\\{@} --Query[ro]=http://www.qrz.com/db/\\{@} --Query[ru]=http://www.qrz.com/db/\\{@} --Query[sk]=http://www.qrz.com/db/\\{@} --Query[sl]=http://www.qrz.com/db/\\{@} --Query[sr]=http://www.qrz.com/db/\\{@} --Query[sr@ijekavian]=http://www.qrz.com/db/\\{@} --Query[sr@ijekavianlatin]=http://www.qrz.com/db/\\{@} --Query[sr@latin]=http://www.qrz.com/db/\\{@} --Query[sv]=http://www.qrz.com/db/\\{@} --Query[tg]=http://www.qrz.com/db/\\{@} --Query[tr]=http://www.qrz.com/db/\\{@} --Query[ug]=http://www.qrz.com/db/\\{@} --Query[uk]=http://www.qrz.com/db/\\{@} --Query[vi]=http://www.qrz.com/db/\\{@} --Query[wa]=http://www.qrz.com/db/\\{@} --Query[x-test]=xxhttp://www.qrz.com/db/\\{@}xx --Query[zh_CN]=http://www.qrz.com/db/\\{@} --Query[zh_TW]=http://www.qrz.com/db/\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/cia.desktop b/kurifilter-plugins/ikws/searchproviders/cia.desktop -deleted file mode 100644 -index 7980427..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/cia.desktop -+++ /dev/null -@@ -1,137 +0,0 @@ --[Desktop Entry] --Hidden=false --Keys=cia --Name=CIA World Fact Book --Name[af]=CIA Wêreldfeiteboek --Name[ar]=كتاب وكالة المخابرات المركزية لحقائق العالم --Name[as]=CIA World Fact Book --Name[ast]=Llibru del estáu del mundu de la CIA --Name[be]=CIA World Factbook --Name[be@latin]=Zbor źviestak CIA --Name[bg]=Факти за света от ЦРУ --Name[bn]=সি-আই-এ ওয়ার্ল্ড ফ্যাক্ট বুক --Name[bn_IN]=CIA World Fact Book --Name[bs]=CIA Knjiga svjetskih podataka --Name[ca]=CIA World Fact Book --Name[ca@valencia]=CIA World Fact Book --Name[cs]=Světová kniha faktů CIA --Name[csb]=Swiatowé wëdarzenia CIA (CIA World Factbook) --Name[da]=CIA bog over verdens fakta --Name[de]=CIA World Factbook --Name[el]=Παγκόσμιο βιβλίο στοιχείων της CIA --Name[en_GB]=CIA World Fact Book --Name[eo]=Monda faktlibro de CIA --Name[es]=Libro del estado del mundo de la CIA --Name[et]=CIA World Fact Book --Name[eu]=CIA World FactBook --Name[fa]=کتاب واقعیت دنیای سیا --Name[fi]=CIA World Factbook --Name[fr]=Banque de données mondiales de la CIA --Name[fy]=CIA Wrâld Feitboek --Name[ga]=CIA World Fact Book --Name[gl]=CIA World Fact Book --Name[gu]=CIA દુનિયા વિશેનું પુસ્તક --Name[he]=ספר העובדות העולמי של ה־CIA --Name[hi]=सीआईए वर्ल्ड फैक्ट बुक --Name[hne]=सीआईए वर्ल्ड फैक्ट बुक --Name[hr]=CIA World Fact Book --Name[hsb]=CIA World Fact Book --Name[hu]=CIA World Fact Book --Name[ia]=CIA World Fact Book --Name[id]=Buku Fakta Dunia CIA --Name[is]=CIA World Fact Book --Name[it]=World Fact Book della CIA --Name[ja]=CIA World Fact Book --Name[kk]=CIA World Fact Book --Name[km]=សៀវភៅ​ហេតុការណ៍​ពិត​នៃ​​ពិភពលោក​ CIA --Name[kn]=CIAಯ ವಿಶ್ವ ವಾಸ್ತವಾಂಶ ಪುಸ್ತಕ --Name[ko]=CIA 월드 팩트 북 --Name[ku]=CIA Pirtûka Rastiyên Gerdûnê --Name[lt]=CŽV pasaulio faktų knyga --Name[lv]=CIA pasaules faktu grāmata --Name[mai]=सीआईए वर्ल्ड फैक्ट बुक --Name[mk]=Книга на CIA со факти за светот --Name[ml]=സിഐഎ വേള്‍ഡ് ഫാക്റ്റ് ബുക്ക് --Name[mr]=CIA वर्ल्ड फैक्ट बुक --Name[nb]=CIA World Fact Book --Name[nds]=CIA-Weltfaktenbook --Name[ne]=CIA विश्व यथार्थता पुस्तक --Name[nl]=CIA World Factbook --Name[nn]=CIA World Fact Book --Name[or]=CIA ବିଶ୍ଵ ତଥ୍ଯ ବହି --Name[pa]=CIA ਵਰਲਡ ਫੈਕਟ ਕਿਤਾਬ --Name[pl]=Światowe wydarzenia CIA (CIA World Factbook) --Name[pt]=Livro de Factos Mundiais da CIA --Name[pt_BR]=Livro dos fatos mundiais da CIA --Name[ro]=CIA World Fact Book --Name[ru]=Всемирная книга фактов (ЦРУ) --Name[se]=CIA máilbmediehtogirji --Name[si]=CIA ලෝක කරුණු පොත --Name[sk]=CIA svetová kniha faktov --Name[sl]=CIA World Fact Book --Name[sr]=Цијина Књига светских података --Name[sr@ijekavian]=Цијина Књига свјетских података --Name[sr@ijekavianlatin]=Cijina Knjiga svjetskih podataka --Name[sr@latin]=Cijina Knjiga svetskih podataka --Name[sv]=CIA-världsfaktabok --Name[ta]=CIA உலக தகவல் புத்தகம் --Name[te]=CIA ప్రపంచ వాస్తవ పుస్తకం --Name[tg]=Китоби воқеиятҳои умумиҷаҳонӣ CIA --Name[th]=CIA World Fact Book --Name[tr]=CIA World Fact Book --Name[ug]=CIA World Fact Book --Name[uk]=Світова книга фактів ЦРУ --Name[vi]=Sách sự thật Thế giới CIA --Name[wa]=World Fact Book del CIA --Name[x-test]=xxCIA World Fact Bookxx --Name[zh_CN]=CIA World Fact Book --Name[zh_TW]=CIA World Fact Book --Query=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[bg]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[bs]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[ca]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[ca@valencia]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[cs]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[da]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[de]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[el]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[es]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[eu]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[fi]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[fr]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[gl]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[hi]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[hu]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[ia]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[id]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[is]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[it]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[ja]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[kk]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[ko]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[nb]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[nds]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[nl]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[nn]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[pa]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[pl]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[pt]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[pt_BR]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[ro]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[ru]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[sk]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[sl]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[sr]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[sr@ijekavian]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[sr@ijekavianlatin]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[sr@latin]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[sv]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[tr]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[ug]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[uk]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[wa]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[x-test]=xxhttps://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1xx --Query[zh_CN]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --Query[zh_TW]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/citeseer.desktop b/kurifilter-plugins/ikws/searchproviders/citeseer.desktop -deleted file mode 100644 -index 5adf6d3..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/citeseer.desktop -+++ /dev/null -@@ -1,143 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=cite,cs --Name=CiteSeer: Scientific Literature Digital Library --Name[af]=CiteSeer: Wetenskaplike Digitale Literatuur Biblioteek --Name[ar]=اقتباس من المكتبة العلمية الرقمية CiteSeer --Name[ast]=CiteSeer: Biblioteca dixital de lliteratura científica --Name[be]=CiteSeer: Лічбавая бібліятэка навуковай літаратуры --Name[be@latin]=„CiteSeer”: navukovaja elektronnaja biblijateka --Name[bg]=Цифрова библиотека с научна литература CiteSeer --Name[bn]=CiteSeer: বিজ্ঞানসাহিত্যের ডিজিটাল লাইব্রেরী --Name[bn_IN]=CiteSeer: বিজ্ঞানবিষয়ক নথিপত্রের ডিজিট্যাল লাইব্রেরি --Name[bs]=Sajtsir: digitalna biblioteka naučne literature --Name[ca]=CiteSeer: Biblioteca digital de literatura científica --Name[ca@valencia]=CiteSeer: Biblioteca digital de literatura científica --Name[cs]=CiteSeer: Vědecká digitální knihovna --Name[csb]=CiteSeer - Nôùkòwô elektronicznô bibloteka --Name[cy]=CiteSeer: Llyfgell Digidol Llenyddiaeth Gwyddonol --Name[da]=CiteSeer: Digitalt bibliotek for digital litteratur --Name[de]=CiteSeer: Digitale Bibliothek für wissenschaftliche Literatur --Name[el]=CiteSeer: Ψηφιακή βιβλιοθήκη επιστημονικής βιβλιογραφίας --Name[en_GB]=CiteSeer: Scientific Literature Digital Library --Name[eo]=CiteSeer: cifereca sciencoliteratura libraro --Name[es]=CiteSeer: Biblioteca digital de literatura científica --Name[et]=CiteSeer: Teaduskirjanduse digitaalraamatukogu --Name[eu]=CiteSeer: zientzia-literaturaren liburutegi digitala --Name[fa]=CiteSeer: کتابخانه رقمی ادبیات علمی --Name[fi]=CiteSeer: tieteellisten tekstien digitaalinen kirjasto --Name[fr]=CiteSeer : bibliothèque numérique de littérature scientifique --Name[fy]=CiteSeer: Scientific Literature Digital Library --Name[ga]=CiteSeer: Leabharlann Dhigiteach den Litríocht Eolaíochta --Name[gl]=CiteSeer: Biblioteca dixital de publicacións científicas --Name[gu]=CiteSeer: વૈજ્ઞાનિક સાહિત્ય ડિજીટલ પુસ્તકાલય --Name[he]=‏CiteSeer: ספרייה דיגיטלית לספרות מדעית --Name[hi]=CiteSeer: वैज्ञानिक साहित्य डिजिटल पुस्तकालय --Name[hne]=CiteSeer: वैग्यानिक साहित्य डिजिटल लाइब्रेरी --Name[hr]=CiteSeer: Digitalna knjižnica znanstvene literature --Name[hsb]=CiteSeer: Scientific Literature Digital Library --Name[hu]=CiteSeer: tudományos szakirodalom digitális könyvtára --Name[ia]=CiteSeer: Libreria Digital de litteratura Scientific --Name[id]=CiteSeer: Pustaka Digital Literatur Ilmiah --Name[is]=CiteSeer: Scientific Literature Digital Library --Name[it]=CiteSeer: Biblioteca digitale di letteratura scientifica --Name[ja]=CiteSeer: 学術電子論文ブラウザ --Name[ka]=CiteSeer: Scientific Literature Digital Library --Name[kk]=CiteSeer: ғылыми әдебиет цифрлық кітапханасы --Name[km]=CiteSeer ៖ បណ្ណាល័យ​ឌីជីថល​អក្សរ​សាស្ត្រ​វិទ្យាសាស្ត្រ --Name[kn]=CiteSeer: ವೈಜ್ಞಾನಿಕ ಸಾಹಿತ್ಯ ಅಂಕೀಯ (ಡಿಜಿಟಲ್) ಭಂಡಾರ --Name[ko]=CiteSeer: 과학적 문학 디지털 도서관 --Name[ku]=CiteSeer: Pirtûkxane ya Dîjîtal ya Lîteratûra Zanistî --Name[lt]=CiteSeer: Mokslinės literatūros skaitmeninė biblioteka --Name[lv]=CiteSeer: Zinātniskās literatūras elektroniskā bibliotēka --Name[mai]=CiteSeer: वैज्ञानिक साहित्य डिजिटल पुस्तकालय --Name[mk]=CiteSeer: дигитална библиотека со научна литература --Name[ml]=സൈറ്റ്സിയര്‍: ശാസ്ത്രസാഹിത്യത്തിന്റെ ഡിജിറ്റല്‍ വായനശാല --Name[mr]=CiteSeer: वैज्ञानिक साहित्य डिजिटल पुस्तकालय --Name[ms]=CiteSeer: Pustaka Digital Risalah Sains --Name[nb]=CiteSeer: Digitalt bibliotek for vitenskapelig litteratur --Name[nds]=CiteSeer: Digitale Bibliotheek för wetenschaplich Literatuur --Name[ne]=CiteSeer: वैज्ञानिक साहित्य डिजिटल लाइब्रेरी --Name[nl]=CiteSeer: Scientific Literature Digital Library --Name[nn]=CiteSeer: Digitalt bibliotek for vitskapleg litteratur --Name[or]=CiteSeer: ବୈଜ୍ଞାନିକ ସାହିତ୍ଯ ସାଂଖିକ ଲାଇବ୍ରେରୀ --Name[pa]=CiteSeer: ਵਿਗਿਆਨਕ ਸਾਹਿਤ ਡਿਜਿਟਲ ਲਾਇਬਰੇਰੀ --Name[pl]=CiteSeer - elektroniczna biblioteka naukowa --Name[pt]=CiteSeer: Biblioteca Digital de Literatura Científica --Name[pt_BR]=CiteSeer: Biblioteca Digital de Literatura Científica --Name[ro]=CiteSeer: Biblioteca digitală de literatură științifică --Name[ru]=CiteSeer: цифровая библиотека научной литературы --Name[se]=CiteSeer:Digitálalaš bibliotehka mas lea dieđálaš litteratuvra --Name[si]=CiteSeer: විද්‍යාත්මක සාහිත්‍ය අංකිත පුස්තකාලය --Name[sk]=CiteSeer: Digitálna knižnica vedeckej literatúry --Name[sl]=CiteSeer: Digitalna knjižnica znanstvene literature --Name[sr]=Сајтсир: дигитална библиотека научне литературе --Name[sr@ijekavian]=Сајтсир: дигитална библиотека научне литературе --Name[sr@ijekavianlatin]=CiteSeer: digitalna biblioteka naučne literature --Name[sr@latin]=CiteSeer: digitalna biblioteka naučne literature --Name[sv]=CiteSeer: Digitalt bibliotek med vetenskaplig litteratur --Name[ta]=சைட்சீர்: அறிவியல் சம்மந்தமான கல்வி டிஜிட்டல் நூலகம் --Name[te]=CiteSeer: శాస్త్రీయ పాండిత్య డిజిటల్ గ్రంధాలయం --Name[tg]=Китобхонаи рақамии адабиёти илмӣ: CiteSeer --Name[th]=CiteSeer: ห้องสมุดดิจิทัลของข้อเขียนทางวิทยาศาสตร์ --Name[tr]=CiteSeer: Bilimsel Literatür Kitaplığı --Name[ug]=CiteSeer: پەن-تېخنىكا ئەسەرلىرى رەقەملىك كۇتۇپخانىسى --Name[uk]=CiteSeer: цифрова бібліотека наукової літератури --Name[uz]=CiteSeer: Aniq fanlar uchun elektron kutubxona --Name[uz@cyrillic]=CiteSeer: Аниқ фанлар учун электрон кутубхона --Name[vi]=CiteSeer:Thư viện khoa học và văn học số hoá --Name[wa]=Cite Seer: Livreye limerike di scrijhaedjes syintifikes --Name[x-test]=xxCiteSeer: Scientific Literature Digital Libraryxx --Name[zh_CN]=CiteSeer:科学文献数字图书馆 --Name[zh_TW]=CiteSeer: 科學文獻數位圖書館 --Query=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[bg]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[bs]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[ca]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[ca@valencia]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[cs]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[da]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[de]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[el]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[es]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[eu]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[fi]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[fr]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[gl]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[hi]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[hu]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[ia]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[id]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[is]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[it]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[ja]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[kk]= http://citeseer.ist.psu.edu/cs?q=\\{@}&submit=Search+Documents&cs=1 --Query[ko]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[lt]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[nb]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[nds]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[nl]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[nn]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[pa]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[pl]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[pt]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[pt_BR]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[ro]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[ru]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[sk]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[sl]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[sr]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[sr@ijekavian]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[sr@ijekavianlatin]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[sr@latin]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[sv]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[tr]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[ug]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[uk]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[wa]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[x-test]=xxhttp://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=docxx --Query[zh_CN]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --Query[zh_TW]=http://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/cpan.desktop b/kurifilter-plugins/ikws/searchproviders/cpan.desktop -deleted file mode 100644 -index 6c784e1..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/cpan.desktop -+++ /dev/null -@@ -1,155 +0,0 @@ --[Desktop Entry] --Keys=cpan --Name=CPAN - Comprehensive Perl Archive Network --Name[af]=CPAN - Omvattende Perl Argief Netwerk --Name[ar]=Cpan -- أرشيف شبكة شاملة بيرل --Name[as]=CPAN - Comprehensive Perl Archive Network --Name[ast]=CPAN - Comprehensive Perl Archive Network --Name[be]=CPAN - Comprehensive Perl Archive Network --Name[be@latin]=CPAN: zbor prahramaŭ u movie „Perl” --Name[bg]=CPAN - Comprehensive Perl Archive Network --Name[bn]=CPAN - কমপ্রিহেনসিভ পার্ল আর্কাইভ নেটওয়ার্ক --Name[bn_IN]=CPAN - কম্প্রিহেনসিভ Perl আর্কাইভ নেটওয়ার্ক --Name[bs]=CPAN — sveobuhvatna arhiva perla --Name[ca]=CPAN - Xarxa extensa de l'arxiu Perl --Name[ca@valencia]=CPAN - Xarxa extensa de l'arxiu Perl --Name[cs]=CPAN - Comprehensive Perl Archive Network --Name[csb]=CPAN - archiwa skriptów Perl --Name[cy]=CPAN - Rhwydwaith Archif Cynhwysfawr Perl --Name[da]=CPAN - omfattende Perl-arkivnetværk --Name[de]=CPAN – Umfassendes Perl-Archiv --Name[el]=CPAN - Περιεκτικό δίκτυο αρχειοθήκης perl --Name[en_GB]=CPAN - Comprehensive Perl Archive Network --Name[eo]=CPAN - Ampleksa reta arkivo de Perl --Name[es]=CPAN - Comprehensive Perl Archive Network --Name[et]=CPAN - Comprehensive Perl Archive Network --Name[eu]=CPAN - Perl artxibo-sare zabala --Name[fa]=CPAN - شبکه‌ وسیع بایگانی پرل --Name[fi]=CPAN – Comprehensive Perl Archive Network --Name[fr]=CPAN (Comprehensive Perl Archive Network) --Name[fy]=CPAN - Comprehensive Perl Archive Network --Name[ga]=CPAN - Comprehensive Perl Archive Network --Name[gl]=CPAN, o Comprehensive Perl Archive Network --Name[gu]=CPAN - કોમ્પ્રેસિવ પર્લ અર્કાઇવ નેટવર્ક --Name[he]=CPAN - Comprehensive Perl Archive Network --Name[hi]=CPAN - कॉम्प्रेहेंसिव पर्ल आर्काइव नेटवर्क --Name[hne]=CPAN - काम्प्रेहेंसिव पर्ल आर्काइव नेटवर्क --Name[hr]=CPAN – Perl mreža sveobuhvatne arhive --Name[hsb]=CPAN - Comprehensive Perl Archive Network --Name[hu]=CPAN - Comprehensive Perl Archive Network --Name[ia]=CPAN - Comprehensive Perl Archive Network (Rete Comprehensive de Archivo de Perl) --Name[id]=CPAN - Jaringan Arsip Perl Komprehensif --Name[is]=CPAN - Comprehensive Perl Archive Network --Name[it]=CPAN - Rete globale degli archivi Perl --Name[ja]=CPAN - Comprehensive Perl Archive Network --Name[ka]=CPAN - Comprehensive Perl Archive Network --Name[kk]=CPAN - Perl скрипттер архив желісі --Name[km]=CPAN - Comprehensive Perl Archive Network --Name[kn]=CPAN -ವ್ಯಾಪಕ ಪರ್ಲ್ ಕಡತಾಗಾರ (ಆರ್ಕೈವ್) ಜಾಲ --Name[ko]=CPAN - Comprehensive Perl Archive Network --Name[ku]=CPAN - Tora Arşîva Perl yê Bikitekit --Name[lt]=CPAN – Visapusiško Perlo Archyvo Tinklas --Name[lv]=CPAN - visaptverošs perl arhīvu tīkls --Name[mai]=CPAN - काम्प्रेहेंसिव पर्ल आर्काइव नेटवर्क --Name[mk]=CPAN - Обемна мрежа со Perl архиви --Name[ml]=സിപാന്‍ - അനേകം വിഷയങ്ങളടങ്ങിയിട്ടുള്ള പേള്‍ ശേഖരങ്ങളുടെ ശൃംഖല --Name[mr]=CPAN - कॉम्प्रेहेंसिव पर्ल संग्रह संजाळ --Name[ms]=CPAN - Comprehensive Perl Archive Network --Name[nb]=CPAN -– Perl-arkiv: «Comprehensive Perl Archive Network» --Name[nds]=CPAN - Ümfaten Perl-Archiev-Nettwark --Name[ne]=CPAN - व्यापक पर्ल सङ्ग्रह सञ्जाल --Name[nl]=CPAN - Comprehensive Perl Archive Network --Name[nn]=CPAN – Perl-arkiv: «Comprehensive Perl Archive Network» --Name[or]=CPAN - ବ୍ୟାପକ ପର୍ଲ ଅଭିଲେଖ ନେଟୱର୍କ --Name[pa]=CPAN - ਪੈਰਾ ਪਰਲ ਅਕਾਇਵ ਨੈੱਟਵਰਕ --Name[pl]=CPAN - archiwum skryptów Perl --Name[pt]=CPAN - Comprehensive Perl Archive Network --Name[pt_BR]=CPAN - Rede Compreensiva de Arquivos de Perl --Name[ro]=CPAN - Arhiva completă de programe Perl --Name[ru]=CPAN — архив скриптов Perl --Name[se]=CPAN – Perl-vuorká: «Comprehensive Perl Archive Network» --Name[si]=CPAN - විචක්‍ෂණ Perl සංරක්‍ෂක ජාලය --Name[sk]=CPAN - Comprehensive Perl Archive Network --Name[sl]=CPAN - Omrežje obsežnega arhiva za Perl --Name[sr]=ЦПАН — свеобухватна архива перла --Name[sr@ijekavian]=ЦПАН — свеобухватна архива перла --Name[sr@ijekavianlatin]=CPAN — sveobuhvatna arhiva Perla --Name[sr@latin]=CPAN — sveobuhvatna arhiva Perla --Name[sv]=CPAN - Comprehensive Perl Archive Network --Name[ta]=CPAN -பரந்த பர்ல் ஆவண வலைப்பின்னல் --Name[te]=CPAN - విశదీకృత Perl ఆర్చివ్ నెట్వర్‍క్ --Name[tg]=CPAN - Шабакаи бойгонии ҳаматарафаи Perl --Name[th]=CPAN - เครือข่ายเก็บบันทึกภาษา Perl แบบครอบคลุม --Name[tr]=CPAN - Detaylı Perl Arşiv Ağı --Name[ug]=CPAN - كەڭ دائىرىلىك Perl ئارخىپ تورى --Name[uk]=CPAN — всеосяжна мережа архівів Perl --Name[uz]=CPAN - Perl boʻyicha mukammal arxiv tarmogʻi --Name[uz@cyrillic]=CPAN - Perl бўйича мукаммал архив тармоғи --Name[vi]=CPAN - Mạng kho lưu Perl đầy đủ --Name[wa]=CPAN - Rantoele d' Årtchives Perl avou ttafwait --Name[xh]=CPAN - Enomxholo Perl Indawo yokugcina Yomsebenzi womnatha --Name[x-test]=xxCPAN - Comprehensive Perl Archive Networkxx --Name[zh_CN]=CPAN - 综合性 Perl 档案网络 --Name[zh_TW]=CPAN - 全面的 Perl 收集網路 --Query=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[ast]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[bg]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[bn]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[bs]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[ca]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[ca@valencia]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[cs]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[da]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[de]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[el]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[eo]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[es]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[et]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[eu]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[fa]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[fi]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[fr]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[ga]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[gl]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[gu]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[he]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[hi]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[hu]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[ia]=http://search.cpan.org/search?mode=\\{mode,2,"dist"}&query=\\{query,q,1} --Query[id]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[is]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[it]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[ja]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[kk]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[km]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[ko]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[lt]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[lv]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[mr]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[nb]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[nds]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[nl]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[nn]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[pa]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[pl]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[pt]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[pt_BR]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[ro]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[ru]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[sk]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[sl]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[sr]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[sr@ijekavian]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[sr@ijekavianlatin]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[sr@latin]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[sv]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[tr]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[ug]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[uk]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[vi]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[wa]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[x-test]=xxhttp://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1}xx --Query[zh_CN]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --Query[zh_TW]=http://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/ctan.desktop b/kurifilter-plugins/ikws/searchproviders/ctan.desktop -deleted file mode 100644 -index eddf768..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/ctan.desktop -+++ /dev/null -@@ -1,143 +0,0 @@ --[Desktop Entry] --Keys=ctan --Name=CTAN - Comprehensive TeX Archive Network --Name[af]=CTAN - Omvattende Tex Argief Netwerk --Name[ar]=Cpan -- ارشيف شبكة شاملة TeX --Name[as]=CTAN - Comprehensive TeX Archive Network --Name[ast]=CTAN - Comprehensive TeX Archive Network --Name[be]=CTAN - Comprehensive TeX Archive Network --Name[be@latin]=CTAN: zbor prahramaŭ u movie „TeX” --Name[bg]=CTAN - Comprehensive TeX Archive Network --Name[bn]=CTAN - কমপ্রিহেনসিভ টেক আর্কাইভ নেটওয়ার্ক --Name[bn_IN]=CTAN - কম্প্রিহেনসিভ TeX আর্কাইভ নেটওয়ার্ক --Name[bs]=CTAN — sveobuhvatna arhiva tiha --Name[ca]=CTAN - Xarxa extensa d'arxius TeX --Name[ca@valencia]=CTAN - Xarxa extensa d'arxius TeX --Name[cs]=CTAN - Comprehensive TeX Archive Network --Name[csb]=CTAN - archiwa TeX-a --Name[cy]=CTAN - Rhwydwaith Archif Cynhwysfawr TeX --Name[da]=CTAN - omfattende TeX-arkivnetværk --Name[de]=CTAN – Umfassendes TeX-Archiv --Name[el]=CTAN - Περιεκτικό δίκτυο αρχειοθήκης TeX --Name[en_GB]=CTAN - Comprehensive TeX Archive Network --Name[eo]=CPAN - Ampleksa reta arkivo de TeX --Name[es]=CTAN - Comprehensive TeX Archive Network --Name[et]=CTAN - Comprehensive TeX Archive Network --Name[eu]=CTAN - TeX artxibo-sare zabala --Name[fa]=CTAN - شبکه وسیع بایگانی TeX --Name[fi]=CTAN – Comprehensive TeX Archive Network --Name[fr]=CTAN (Comprehensive TeX Archive Network) --Name[fy]=CTAN - Comprehensive TeX Archive Network --Name[ga]=CTAN - Comprehensive TeX Archive Network --Name[gl]=CTAN, o Comprehensive TeX Archive Network --Name[gu]=CTAN - કોમ્પ્રેસિવ ટેક અર્કાઇવ નેટવર્ક --Name[he]=CTAN - Comprehensive TeX Archive Network --Name[hi]=CTAN - कॉम्प्रेहेंसिव टीईएक्स आर्काइव नेटवर्क --Name[hne]=सीटीएएन - काम्प्रेहेंसिव टीईएक्स आर्काइव नेटवर्क --Name[hr]=CTAN – TeX mreža sveobuhvatne arhive --Name[hsb]=CTAN - Comprehensive TeX Archive Network --Name[hu]=CTAN - Comprehensive TeX Archive Network --Name[ia]=CTAN - Comprehensive TeX Archive Network (Rete Comprehensive de Archivo de TeX) --Name[id]=CTAN - Jaringan Arsip TeX Komprehensif --Name[is]=CTAN - Comprehensive TeX Archive Network --Name[it]=CTAN - Rete globale degli archivi TeX --Name[ja]=CTAN - Comprehensive TeX Archive Network --Name[ka]=CTAN - Comprehensive TeX Archive Network --Name[kk]=CTAN - TeX архив желісі --Name[km]=CTAN - Comprehensive TeX Archive Network --Name[kn]=CTAN -ವ್ಯಾಪಕ ಟೆಕ್ ( TeX) ಕಡತಾಗಾರ (ಆರ್ಕೈವ್) ಜಾಲ --Name[ko]=CTAN - Comprehensive TeX Archive Network --Name[ku]=CTAN - Tora Arşîva TeX yê Bikitekit --Name[lt]=CTAN – Visapusiško TeX Archyvo Tinklas --Name[lv]=CTAN - visaptverošs TeX arhīvu rīkls --Name[mai]=CTAN - काम्प्रेहेंसिव टीईएक्स आर्काइव नेटवर्क --Name[mk]=CTAN - Обемна мрежа со TeX архиви --Name[ml]=സിടാന്‍ - അനേകം വിഷയങ്ങളടങ്ങിയിട്ടുള്ള ടെക് ശേഖരങ്ങളുടെ ശൃംഖല --Name[mr]=CTAN - कॉम्प्रेहेंसिव टेक्स संग्रह संजाळ --Name[ms]=CTAN - Rangkaian Arkib TeX Komprehensif --Name[nb]=CTAN -– TeX-arkiv: «Comprehensive TeX Archive Network» --Name[nds]=CTAN - Ümfaten TeX-Archiev-Nettwark --Name[ne]=CTAN - व्यापक TeX सङ्ग्रह सञ्जाल --Name[nl]=CTAN - Comprehensive TeX Archive Network --Name[nn]=CTAN – TeX-arkiv: «Comprehensive TeX Archive Network» --Name[or]=CTAN - ବ୍ୟାପକ TeX ଅଭିଲେଖ ନେଟୱର୍କ --Name[pa]=CTAN - ਪੈਰਾ TeX ਅਕਾਇਵ ਨੈੱਟਵਰਕ --Name[pl]=CTAN - archiwum TeX-a --Name[pt]=CTAN - Comprehensive TeX Archive Network --Name[pt_BR]=CTAN - Rede Compreensiva de Arquivos de TeX --Name[ro]=CTAN - Arhiva completă de programe TeX --Name[ru]=CTAN — архив TeX --Name[se]=CTAN – TeX-vuorká: «Comprehensive TeX Archive Network» --Name[si]=CTAN - Comprehensive TeX Archive Network --Name[sk]=CTAN - Comprehensive TeX Archive Network --Name[sl]=CPAN - Omrežje obsežnega arhiva za TeX --Name[sr]=ЦТАН — свеобухватна архива теха --Name[sr@ijekavian]=ЦТАН — свеобухватна архива теха --Name[sr@ijekavianlatin]=CTAN — sveobuhvatna arhiva TeX‑a --Name[sr@latin]=CTAN — sveobuhvatna arhiva TeX‑a --Name[sv]=CTAN - Comprehensive TeX Archive Network --Name[ta]=CTAN - முழுமையான TeX ஆவண வலைப்பின்னல் --Name[te]=CTAN - విశదీకృత Tex ఆర్చివ్ నెట్వర్‍క్ --Name[tg]=CTAN - Шабакаи бойгонии ҳаматарафаи TeX --Name[th]=CTAN - เครือข่ายเก็บบันทึกภาษา TeX แบบครอบคลุม --Name[tr]=CTAN - Detaylı TeX Arşiv Ağı --Name[ug]=CTAN - كەڭ دائىرىلىك TeX ئارخىپ تورى --Name[uk]=CTAN — всеосяжна мережа архівів TeX --Name[uz]=CTAN - TeX boʻyicha mukammal arxiv tarmogʻi --Name[uz@cyrillic]=CTAN - TeX бўйича мукаммал архив тармоғи --Name[vi]=CTAN - Mạng kho lưu TeX đầy đủ --Name[wa]=CPAN - Rantoele d' Årtchives TeX avou ttafwait --Name[xh]=CTAN - Enomxholo TeX Indawo yokugcina Yomsebenzi womnatha --Name[x-test]=xxCTAN - Comprehensive TeX Archive Networkxx --Name[zh_CN]=CTAN - 综合性 TeX 档案网络 --Name[zh_TW]=CTAN - 全面的 Tex 收集網路 --Query=http://ctan.org/search?phrase=\\{@} --Query[bg]=http://ctan.org/search?phrase=\\{@} --Query[bs]=http://ctan.org/search?phrase=\\{@} --Query[ca]=http://ctan.org/search?phrase=\\{@} --Query[ca@valencia]=http://ctan.org/search?phrase=\\{@} --Query[cs]=http://ctan.org/search?phrase=\\{@} --Query[da]=http://ctan.org/search?phrase=\\{@} --Query[de]=http://ctan.org/search?phrase=\\{@} --Query[el]=http://ctan.org/search?phrase=\\{@} --Query[es]=http://ctan.org/search?phrase=\\{@} --Query[eu]=http://ctan.org/search?phrase=\\{@} --Query[fi]=http://ctan.org/search?phrase=\\{@} --Query[fr]=http://ctan.org/search?phrase=\\{@} --Query[gl]=http://ctan.org/search?phrase=\\{@} --Query[hi]=http://ctan.org/search?phrase=\\{@} --Query[hu]=http://ctan.org/search?phrase=\\{@} --Query[ia]=http://ctan.org/search?phrase=\\{@} --Query[id]=http://ctan.org/search?phrase=\\{@} --Query[is]=http://ctan.org/search?phrase=\\{@} --Query[it]=http://ctan.org/search?phrase=\\{@} --Query[ja]=http://ctan.org/search?phrase=\\{@} --Query[kk]=http://ctan.org/search?phrase=\\{@} --Query[ko]=http://ctan.org/search?phrase=\\{@} --Query[lt]=http://ctan.org/search?phrase=\\{@} --Query[nb]=http://ctan.org/search?phrase=\\{@} --Query[nds]=http://ctan.org/search?phrase=\\{@} --Query[nl]=http://ctan.org/search?phrase=\\{@} --Query[nn]=http://ctan.org/search?phrase=\\{@} --Query[pa]=http://ctan.org/search?phrase=\\{@} --Query[pl]=http://ctan.org/search?phrase=\\{@} --Query[pt]=http://ctan.org/search?phrase=\\{@} --Query[pt_BR]=http://ctan.org/search?phrase=\\{@} --Query[ro]=http://ctan.org/search?phrase=\\{@} --Query[ru]=http://ctan.org/search?phrase=\\{@} --Query[sk]=http://ctan.org/search?phrase=\\{@} --Query[sl]=http://ctan.org/search?phrase=\\{@} --Query[sr]=http://ctan.org/search?phrase=\\{@} --Query[sr@ijekavian]=http://ctan.org/search?phrase=\\{@} --Query[sr@ijekavianlatin]=http://ctan.org/search?phrase=\\{@} --Query[sr@latin]=http://ctan.org/search?phrase=\\{@} --Query[sv]=http://ctan.org/search?phrase=\\{@} --Query[tr]=http://ctan.org/search?phrase=\\{@} --Query[ug]=http://ctan.org/search?phrase=\\{@} --Query[uk]=http://ctan.org/search?phrase=\\{@} --Query[wa]=http://ctan.org/search?phrase=\\{@} --Query[x-test]=xxhttp://ctan.org/search?phrase=\\{@}xx --Query[zh_CN]=http://ctan.org/search?phrase=\\{@} --Query[zh_TW]=http://ctan.org/search?phrase=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/ctan_cat.desktop b/kurifilter-plugins/ikws/searchproviders/ctan_cat.desktop -deleted file mode 100644 -index 98a893d..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/ctan_cat.desktop -+++ /dev/null -@@ -1,177 +0,0 @@ --[Desktop Entry] --Keys=ctan_cat --Name=CTAN Catalog --Name[af]=CTAN Katalogus --Name[ar]=CTAN فهرس --Name[as]=CTAN Catalog --Name[ast]=Catálogu CTAN --Name[be]=Каталог CTAN --Name[be@latin]=Kataloh CTAN --Name[bg]=Каталог CTAN --Name[bn]=CTAN ক্যাটালগ --Name[bn_IN]=CTAN ক্যাটালগ --Name[br]=Katalog CTAN --Name[bs]=CTAN‑ov katalog --Name[ca]=Catàleg CTAN --Name[ca@valencia]=Catàleg CTAN --Name[cs]=CTAN katalog --Name[csb]=CTAN - katalog TeX-owëch paczétów --Name[cy]=Catalog CTAN --Name[da]=CTAN-katalog --Name[de]=CTAN-Katalog --Name[el]=Κατάλογος CTAN --Name[en_GB]=CTAN Catalogue --Name[eo]=CTAN-katalogo --Name[es]=Catálogo CTAN --Name[et]=CTAN kataloog --Name[eu]=CTAN katalogoa --Name[fa]=فهرست CTAN --Name[fi]=CTAN-katalogi --Name[fr]=Catalogue du CTAN --Name[fy]=CTAN Catalogus --Name[ga]=Catalóg CTAN --Name[gl]=Catálogo CTAN --Name[gu]=CTAN કેટેલોગ --Name[he]=קטלוג CTAN --Name[hi]=CTAN कैटलॉग --Name[hne]=सीटीएएन कैटलाग --Name[hr]=CTAN katalog --Name[hsb]=CTAN Catalog --Name[hu]=CTAN Catalog --Name[ia]=Catalogo CTAN --Name[id]=Katalog CTAN --Name[is]=CTAN Catalogue --Name[it]=Catalogo CTAN --Name[ja]=CTAN カタログ --Name[ka]=CTAN კატალოგი --Name[kk]=CTAN каталогы --Name[km]=កាតាឡុក CTAN --Name[kn]=CTAN ಅನುಕ್ರಮಣಿಕೆ (ಕಾಟಲಾಗ್) --Name[ko]=CTAN 카달로그 --Name[ku]=Kataloga CTAN --Name[lt]=CTAN katalogas --Name[lv]=CTAN katalogs --Name[mai]=CTAN कैटलाग --Name[mk]=Каталог од CTAN --Name[ml]=സിടാന്‍ വിവരപ്പട്ടിക --Name[mr]=CTAN कैटलॉग --Name[ms]=Katalog CTAN --Name[nb]=CTAN-katalog --Name[nds]=CTAN Kataloog --Name[ne]=CTAN विवरणिका --Name[nl]=CTAN Catalogus --Name[nn]=CTAN-katalog --Name[or]=CTAN ତାଲିକା --Name[pa]=CTAN ਕੈਟਾਲਾਗ --Name[pl]=CTAN - katalog pakietów TeX-owych --Name[pt]=Catálogo do CTAN --Name[pt_BR]=Catálogo CTAN --Name[ro]=Catalog CTAN --Name[ru]=Каталог CTAN --Name[se]=CTAN-kataloga --Name[si]=CTAN Catalog --Name[sk]=Katalóg CTAN --Name[sl]=Katalog CTAN --Name[sr]=ЦТАН‑ов каталог --Name[sr@ijekavian]=ЦТАН‑ов каталог --Name[sr@ijekavianlatin]=CTAN‑ov katalog --Name[sr@latin]=CTAN‑ov katalog --Name[sv]=CTAN-katalog --Name[ta]=CTAN வகை --Name[te]=CTAN పట్టీ --Name[tg]=Феҳристи CTAN --Name[th]=แคทตาล็อก CTAN --Name[tr]=CTAN Kataloğu --Name[ug]=CTAN كاتالوگى --Name[uk]=Каталог CTAN --Name[uz]=CTAN katalogi --Name[uz@cyrillic]=CTAN каталоги --Name[vi]=Phân loại CTAN --Name[wa]=Catalogue do CTAN --Name[x-test]=xxCTAN Catalogxx --Name[zh_CN]=CTAN 目录 --Name[zh_TW]=CTAN 目錄 --Query=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[ar]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[as]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[ast]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[be@latin]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[bg]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[bn]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[bn_IN]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[bs]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[ca]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[ca@valencia]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[cs]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[csb]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[da]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[de]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[el]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[en_GB]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[eo]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[es]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[et]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[eu]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[fa]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[fi]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[fr]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[fy]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[ga]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[gl]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[gu]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[he]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[hi]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[hne]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[hr]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[hsb]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[hu]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[ia]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[id]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[is]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[it]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[ja]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[kk]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[km]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[kn]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[ko]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[ku]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[lt]=http://tug.ctan.org/cgi-bin/filenameSearch.py?action=/search/&filename=\\{ at } --Query[lv]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[mai]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[ml]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[mr]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[nb]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[nds]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[nl]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[nn]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[or]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[pa]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[pl]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[pt]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[pt_BR]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[ro]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}
&metadataSearchSubmit=Search --Query[ru]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[si]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[sk]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[sl]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[sr]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[sr@ijekavian]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[sr@ijekavianlatin]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[sr@latin]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[sv]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[ta]= --Query[te]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[tg]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[th]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[tr]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[ug]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[uk]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[uz]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[uz@cyrillic]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[vi]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[wa]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[x-test]=xxhttp://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Searchxx --Query[zh_CN]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --Query[zh_TW]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/dbug.desktop b/kurifilter-plugins/ikws/searchproviders/dbug.desktop -deleted file mode 100644 -index dde5b5b..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/dbug.desktop -+++ /dev/null -@@ -1,181 +0,0 @@ --[Desktop Entry] --Keys=dbug --Name=Debian BTS Bug Search --Name[af]=Debian BTS Fout Soektog --Name[ar]=بحث أخطاء BTS --Name[as]=Debian BTS Bug Search --Name[ast]=Gueta de fallos BTS de Debian --Name[be]=Пошук памылак Debian BTS --Name[be@latin]=Pošuk u bazie viadomych chibaŭ systemy „Debian” --Name[bg]=Търсене на бъгове в Debian BTS --Name[bn]=ডেবিয়ান বি-টি-এস বাগ অনুসন্ধান --Name[bn_IN]=Debian BTS বাগ অনুসন্ধান --Name[bs]=Debijanova baza grešaka --Name[ca]=Cerca d'errors Debian BTS --Name[ca@valencia]=Cerca d'errors Debian BTS --Name[cs]=Hledání chyb Debianu --Name[csb]=Szëkba felów Debiana --Name[cy]=Chwiliad Nam BTS Debian --Name[da]=Debian BTS fejlsøgning --Name[de]=Debian BTS-Programmfehlersuche --Name[el]=Σύστημα εντοπισμού σφαλμάτων του Debian --Name[en_GB]=Debian BTS Bug Search --Name[eo]=Serĉo de cimoj de Debiano --Name[es]=Búsqueda de fallos BTS de Debian --Name[et]=Debiani BTS veaotsing --Name[eu]=Debian-en BTS akats-bilaketa --Name[fa]=جستجوی اشکال BTS دبیان --Name[fi]=Debianin vikajärjestelmän haku --Name[fr]=Recherche dans le système de gestion des bogues Debian (BTS) --Name[fy]=Debian BTS Bug Search --Name[ga]=Cuardach Fabht i BTS Debian --Name[gl]=Busca no BTS de Debian --Name[gu]=ડેબિયન BTS બગ શોધ --Name[he]=חיפוש באגים של Debian --Name[hi]=डेबियन बीटीएस बग खोज --Name[hne]=डेबियन बीटीएस बग खोज --Name[hr]=Debian BTS pretraživanje nedostataka --Name[hsb]=Debian BTS Bug Search --Name[hu]=Debian BTS hibakereső --Name[ia]=Cerca de Bug Debian BTS --Name[id]=Pencarian Kutu BTS Debian --Name[is]=Debian BTS villuleit --Name[it]=Ricerca di errori nel BTS di Debian --Name[ja]=Debian BTS バグ検索 --Name[ka]=Debian BTS Bug Search --Name[kk]=Debian қателер тіркеу жүйесінде іздеу --Name[km]=ស្វែងរក​កំហុស Debian BTS --Name[kn]=ಡೆಬಿಯನ್ BTS ದೋಷ ಹುಡುಕಾಟ --Name[ko]=데비안 BTS 버그 검색 --Name[ku]=Lêgerîna Çewtiyên Debian BTS --Name[lt]=Debian BTS programos klaidos paieška --Name[lv]=Debian BTS kļūdu meklēšana --Name[mai]=डेबियन बीटीएस बग खोज --Name[mk]=Debian BTS пребарување на бубачки --Name[ml]=ഡെബിയന്‍ ബിടിഎസ്സിലെ പിഴവുകള്‍ തെരയുക --Name[mr]=डेबियन बीटीएस बग शोध --Name[ms]=Carian Pepijat BTS Debian --Name[nb]=Søk etter feil i Debian BTS --Name[nds]=Debian-BTS-Fehlersöök --Name[ne]=डेबियन BTS बग खोज्नुहोस् --Name[nl]=Debian BTS Bug Search --Name[nn]=Søk etter lus i Debian BTS --Name[or]=Debian BTS ତ୍ରୁଟି ସନ୍ଧାନ --Name[pa]=ਡੇਬੀਅਨ BTS ਬੱਗ ਖੋਜ --Name[pl]=Wyszukiwanie błędów Debiana --Name[pt]=Procura de Erros no Debian BTS --Name[pt_BR]=Busca de erros Debian BTS --Name[ro]=Căutare în sistemul Debian de raportare a erorilor --Name[ru]=Поиск в базе ошибок Debian --Name[se]=Oza dihkiid Debian BTS:as --Name[si]=Debian BTS Bug Search --Name[sk]=Hľadanie chýb na Debian BTS --Name[sl]=Iskanje po hroščih Debian BTS --Name[sr]=Дебијанова база грешака --Name[sr@ijekavian]=Дебијанова база грешака --Name[sr@ijekavianlatin]=Debianova baza grešaka --Name[sr@latin]=Debianova baza grešaka --Name[sv]=Sökning i Debians felspårningssystem --Name[ta]=டெபியன் BTS பிழை தேடல் --Name[te]=Debian BTS బగ్ శోధన --Name[tg]=Системаи ҷустуҷӯи хатоҳои Debian BTS --Name[th]=ค้นหาบั๊กของ Debian BTS --Name[tr]=Debian BTS Hata Arama --Name[ug]=Debian BTS كەمتۈك ئىزدە --Name[uk]=Пошук у системі стеження за помилками для Debian --Name[vi]=Tìm kiếm lỗi trong Debian BTS --Name[wa]=Cweraedje di bug BTS Debian --Name[x-test]=xxDebian BTS Bug Searchxx --Name[zh_CN]=Debian BTS Bug 搜索 --Name[zh_TW]=Debian BTS 臭蟲搜尋 --Query=http://bugs.debian.org/\\{@} --Query[af]=http://bugs.debian.org/\\{@} --Query[ar]=http://bugs.debian.org/\\{@} --Query[as]=http://bugs.debian.org/\\{@} --Query[ast]=http://bugs.debian.org/\\{@} --Query[be]=http://bugs.debian.org/\\{@} --Query[be@latin]=http://bugs.debian.org/\\{@} --Query[bg]=http://bugs.debian.org/\\{@} --Query[bn]=http://bugs.debian.org/\\{@} --Query[bn_IN]=http://bugs.debian.org/\\{@} --Query[br]=http://bugs.debian.org/\\{@} --Query[bs]=http://bugs.debian.org/\\{@} --Query[ca]=http://bugs.debian.org/\\{@} --Query[ca@valencia]=http://bugs.debian.org/\\{@} --Query[cs]=http://bugs.debian.org/\\{@} --Query[csb]=http://bugs.debian.org/\\{@} --Query[da]=http://bugs.debian.org/\\{@} --Query[de]=http://bugs.debian.org/\\{@} --Query[el]=http://bugs.debian.org/\\{@} --Query[en_GB]=http://bugs.debian.org/\\{@} --Query[eo]=http://bugs.debian.org/\\{@} --Query[es]=http://bugs.debian.org/\\{@} --Query[et]=http://bugs.debian.org/\\{@} --Query[eu]=http://bugs.debian.org/\\{@} --Query[fa]=http://bugs.debian.org/\\{@} --Query[fi]=http://bugs.debian.org/\\{@} --Query[fr]=http://bugs.debian.org/\\{@} --Query[fy]=http://bugs.debian.org/\\{@} --Query[ga]=http://bugs.debian.org/\\{@} --Query[gl]=http://bugs.debian.org/\\{@} --Query[gu]=http://bugs.debian.org/\\{@} --Query[he]=http://bugs.debian.org/\\{@} --Query[hi]=http://bugs.debian.org/\\{@} --Query[hne]=http://bugs.debian.org/\\{@} --Query[hr]=http://bugs.debian.org/\\{@} --Query[hsb]=http://bugs.debian.org/\\{@} --Query[hu]=http://bugs.debian.org/\\{@} --Query[ia]=http://bugs.debian.org/\\{@} --Query[id]=http://bugs.debian.org/\\{@} --Query[is]=http://bugs.debian.org/\\{@} --Query[it]=http://bugs.debian.org/\\{@} --Query[ja]=http://bugs.debian.org/\\{@} --Query[ka]=http://bugs.debian.org/\\{@} --Query[kk]=http://bugs.debian.org/\\{@} --Query[km]=http://bugs.debian.org/\\{@} --Query[kn]=http://bugs.debian.org/\\{@} --Query[ko]=http://bugs.debian.org/\\{@} --Query[ku]=http://bugs.debian.org/\\{@} --Query[lt]=http://bugs.debian.org/\\{@} --Query[lv]=http://bugs.debian.org/\\{@} --Query[mai]=http://bugs.debian.org/\\{@} --Query[ml]=http://bugs.debian.org/\\{@} --Query[mr]=http://bugs.debian.org/\\{@} --Query[ms]=http://bugs.debian.org/\\{@} --Query[nb]=http://bugs.debian.org/\\{@} --Query[nds]=http://bugs.debian.org/\\{@} --Query[ne]=http://bugs.debian.org/\\{@} --Query[nl]=http://bugs.debian.org/\\{@} --Query[nn]=http://bugs.debian.org/\\{@} --Query[or]=http://bugs.debian.org/\\{@} --Query[pa]=http://bugs.debian.org/\\{@} --Query[pl]=http://bugs.debian.org/\\{@} --Query[pt]=http://bugs.debian.org/\\{@} --Query[pt_BR]=http://bugs.debian.org/\\{@} --Query[ro]=http://bugs.debian.org/\\{@} --Query[ru]=http://bugs.debian.org/\\{@} --Query[se]=http://bugs.debian.org/\\{@} --Query[si]=http://bugs.debian.org/\\{@} --Query[sk]=http://bugs.debian.org/\\{@} --Query[sl]=http://bugs.debian.org/\\{@} --Query[sr]=http://bugs.debian.org/\\{@} --Query[sr@ijekavian]=http://bugs.debian.org/\\{@} --Query[sr@ijekavianlatin]=http://bugs.debian.org/\\{@} --Query[sr@latin]=http://bugs.debian.org/\\{@} --Query[sv]=http://bugs.debian.org/\\{@} --Query[ta]=http://bugs.debian.org/\\{@} --Query[te]=http://bugs.debian.org/\\{@} --Query[tg]=http://bugs.debian.org/\\{@} --Query[th]=http://bugs.debian.org/\\{@} --Query[tr]=http://bugs.debian.org/\\{@} --Query[ug]=http://bugs.debian.org/\\{@} --Query[uk]=http://bugs.debian.org/\\{@} --Query[uz]=http://bugs.debian.org/\\{@} --Query[uz@cyrillic]=http://bugs.debian.org/\\{@} --Query[vi]=http://bugs.debian.org/\\{@} --Query[wa]=http://bugs.debian.org/\\{@} --Query[x-test]=xxhttp://bugs.debian.org/\\{@}xx --Query[zh_CN]=http://bugs.debian.org/\\{@} --Query[zh_TW]=http://bugs.debian.org/\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/de2en.desktop b/kurifilter-plugins/ikws/searchproviders/de2en.desktop -deleted file mode 100644 -index c1c86e3..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/de2en.desktop -+++ /dev/null -@@ -1,183 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=de2en --Name=dict.cc Translation: German to English --Name[af]=dict.cc Translation: German to English --Name[ar]=ترجمة dict.cc: ألماني إلى إنجليزي --Name[as]=dict.cc Translation: German to English --Name[ast]=Tornes dict.cc: alemán a inglés --Name[be]=dict.cc Пераклад: з нямецкай на англійскую --Name[be@latin]=Pierakład „dict.cc”: niamieckaja ➙ anhielskaja --Name[bg]=Превод с dict.cc— от немски към английски --Name[bn]=dict.cc Translation: German to English --Name[bn_IN]=dict.cc অনুবাদ: জার্মান থেকে ইংরাজি --Name[bs]=German to English: dikt.cc: sa nemačkog na engleski --Name[ca]=Traducció dict.cc: Alemany - Anglès --Name[ca@valencia]=Traducció dict.cc: Alemany - Anglés --Name[cs]=Překlad dic.cc: z němčiny do angličtiny --Name[csb]=dict.cc: miemiecczi -> anielsczi --Name[da]=dict.cc oversættelse: Tysk til engelsk --Name[de]=dict.cc – Übersetzung: Deutsch/Englisch --Name[el]=Μετάφραση dict.cc: Γερμανικά σε Αγγλικά --Name[en_GB]=dict.cc Translation: German to English --Name[eo]=Tradukado dict.cc: germane anglen --Name[es]=Traducciones dict.cc: alemán a inglés --Name[et]=dict.cc tõlkimine: saksa->inglise --Name[eu]=dict.cc alemanetik ingeleserako itzulpenak --Name[fa]=ترجمه dict.cc: آلمانی به انگلیسی --Name[fi]=dict.cc-käännös saksasta englanniksi --Name[fr]=Traduction dict.cc : allemand vers anglais --Name[fy]=dict.cc-oersetting Dûts nei Ingelsk --Name[ga]=dict.cc Aistriúchán: Gearmáinis go Béarla --Name[gl]=Tradución dict.cc: Alemán a inglés --Name[gu]=dict.cc ભાષાંતર: જર્મન થી અંગ્રેજી --Name[he]=תרגום dict.cc: גרמנית לאנגלית --Name[hi]=dict.cc अनुवादः जर्मन से अंग्रेजी --Name[hne]=dict.cc अनुवादः जर्मन से अंगरेजी --Name[hr]=dict.cc Prijevod: njemački na engleski --Name[hsb]=dict.cc přełožowanje: němsce -> jendźelsce --Name[hu]=Dict.cc - Fordítás németről angolra --Name[ia]=dict.cc Traduction: Germano a Anglese --Name[id]=Terjemahan dict.cc: Bahasa Jerman ke Inggris --Name[is]=dict.cc Þýðing: Þýska til ensku --Name[it]=Traduzione dict.cc: dal tedesco all'inglese --Name[ja]=dict.cc ドイツ語-英語翻訳 --Name[ka]=dict.cc Translation: German to English --Name[kk]=dict.cc аудармашы: неміс тілінен ағылшынға --Name[km]=ការ​បកប្រែ dict.cc ៖ ភាសា​អាល្លឺម៉ង់​ទៅ​ជា​អង់គ្លេស --Name[kn]=dict.cc ಭಾಷಾಂತರ: ಜರ್ಮನ್ ನಿಂದ ಇಂಗ್ಲೀಷಿಗೆ --Name[ko]=dict.cc 번역: 독일어에서 영어로 --Name[ku]=dict.cc Wergerandin: Almanî ji Îngilîzî re --Name[lt]=dict.cc vertimas: iš vokiečių į anglų --Name[lv]=dict.cc tulkošana: no Vācu uz Angļu --Name[mai]=dict.cc अनुवादः जर्मन सँ अंग्रेजी --Name[mk]=dict.cc превод: од германски на англиски --Name[ml]=dict.cc പരിഭാഷ: ജര്‍മനില്‍ നിന്നും ഇംഗ്ലീഷിലേയ്ക്കു് --Name[mr]=dict.cc अनुवादः जर्मन ते अंग्रेजी --Name[nb]=dict.cc Oversettelse fra tysk til engelsk --Name[nds]=dict.cc Översetten: Hoochdüütsch na Engelsch --Name[ne]=dict.cc अनुवाद: जर्मनीलाई अङ्ग्रेजीमा --Name[nl]=dict.cc-vertaling: Duits naar Engels --Name[nn]=dict.cc Omsetjing: Tysk til engelsk --Name[or]=dict.cc ଅନୁବାଦ: ଜର୍ମାନରୁ ଇଂରାଜୀ --Name[pa]=dict.cc ਟਰਾਂਸਲੇਸ਼ਨ: ਜਰਮਨ ਤੋਂ ਅੰਗਰੇਜ਼ੀ --Name[pl]=dict.cc: niemiecki -> angielski --Name[pt]=Tradução do dict.cc: Alemão para Inglês --Name[pt_BR]=dict.cc - Tradução: alemão para inglês --Name[ro]=Traducere dict.cc: germană la engleză --Name[ru]=Переводчик dictcc.com: немецко-английский --Name[se]=dict.cc Jorgaleapmi: Duiskkagielas eŋgelašgillii --Name[si]=dict.cc Translation: German to English --Name[sk]=dict.cc Preklad z nemčiny do angličtiny --Name[sl]=Prevod dict.cc: nemščina v angleščino --Name[sr]=German to English: дикт.цц: са немачког на енглески --Name[sr@ijekavian]=German to English: дикт.цц: са њемачког на енглески --Name[sr@ijekavianlatin]=dict.cc: sa nemačkog na engleski --Name[sr@latin]=dict.cc: sa nemačkog na engleski --Name[sv]=dict.cc översättning: tyska till engelska --Name[ta]=dict.cc Translation மொழிப்பெயர்ப்பு: ஜெர்மன் மொழியில் இருந்து ஆங்கிலத்துக்கு --Name[te]=dict.cc అనువాదము: జెర్మన్ నుండి ఇంగ్లీష్ --Name[tg]=Тарҷумаҳои dict.cc: Немисӣ ба англисӣ --Name[th]=dict.cc แปลภาษาเยอรมันเป็นอังกฤษ --Name[tr]=dict.cc Çevirisi: Almancadan İngilizceye --Name[ug]=dict.cc تەرجىمە: گېرمانچىدىن ئىنگلىزچىغا --Name[uk]=dict.cc — переклад з німецької англійською --Name[uz]=dict.cc tarjima: Olmonchadan Inglizchaga --Name[uz@cyrillic]=dict.cc таржима: Олмончадан Инглизчага --Name[vi]=dict.cc Dịch: Tiếng Đức sang tiếng Anh --Name[wa]=Ratournaedje dict.cc: di l' almand viè l' inglès --Name[x-test]=xxdict.cc Translation: German to Englishxx --Name[zh_CN]=dict.cc 翻译:德语译英语 --Name[zh_TW]=dict.cc 翻譯: 德文至英文 --Query=http://www.dict.cc/?s=\\{@} --Query[af]=http://www.dict.cc/?s=\\{@} --Query[ar]=http://www.dict.cc/?s=\\{@} --Query[as]=http://www.dict.cc/?s=\\{@} --Query[ast]=http://www.dict.cc/?s=\\{@} --Query[be]=http://www.dict.cc/?s=\\{@} --Query[be@latin]=http://www.dict.cc/?s=\\{@} --Query[bg]=http://www.dict.cc/?s=\\{@} --Query[bn]=http://www.dict.cc/?s=\\{@} --Query[bn_IN]=http://www.dict.cc/?s=\\{@} --Query[br]=http://www.dict.cc/?s=\\{@} --Query[bs]=http://www.dict.cc/?s=\\{@} --Query[ca]=http://www.dict.cc/?s=\\{@} --Query[ca@valencia]=http://www.dict.cc/?s=\\{@} --Query[cs]=http://www.dict.cc/?s=\\{@} --Query[csb]=http://www.dict.cc/?s=\\{@} --Query[da]=http://www.dict.cc/?s=\\{@} --Query[de]=http://www.dict.cc/?s=\\{@} --Query[el]=http://www.dict.cc/?s=\\{@} --Query[en_GB]=http://www.dict.cc/?s=\\{@} --Query[eo]=http://www.dict.cc/?s=\\{@} --Query[es]=http://www.dict.cc/?s=\\{@} --Query[et]=http://www.dict.cc/?s=\\{@} --Query[eu]=http://www.dict.cc/?s=\\{@} --Query[fa]=http://www.dict.cc/?s=\\{@} --Query[fi]=http://www.dict.cc/?s=\\{@} --Query[fr]=http://www.dict.cc/?s=\\{@} --Query[fy]=http://www.dict.cc/?s=\\{@} --Query[ga]=http://www.dict.cc/?s=\\{@} --Query[gl]=http://www.dict.cc/?s=\\{@} --Query[gu]=http://www.dict.cc/?s=\\{@} --Query[he]=http://www.dict.cc/?s=\\{@} --Query[hi]=http://www.dict.cc/?s=\\{@} --Query[hne]=http://www.dict.cc/?s=\\{@} --Query[hr]=http://www.dict.cc/?s=\\{@} --Query[hsb]=http://www.dict.cc/?s=\\{@} --Query[hu]=http://www.dict.cc/?s=\\{@} --Query[ia]=http://www.dict.cc/?s=\\{@} --Query[id]=http://www.dict.cc/?s=\\{@} --Query[is]=http://www.dict.cc/?s=\\{@} --Query[it]=http://www.dict.cc/?s=\\{@} --Query[ja]=http://www.dict.cc/?s=\\{@} --Query[ka]=http://www.dict.cc/?s=\\{@} --Query[kk]=http://www.dict.cc/?s=\\{@} --Query[km]=http://www.dict.cc/?s=\\{@} --Query[kn]=http://www.dict.cc/?s=\\{@} --Query[ko]=http://www.dict.cc/?s=\\{@} --Query[ku]=http://www.dict.cc/?s=\\{@} --Query[lt]=http://www.dict.cc/?s=\\{@} --Query[lv]=http://www.dict.cc/?s=\\{@} --Query[mai]=http://www.dict.cc/?s=\\{@} --Query[ml]=http://www.dict.cc/?s=\\{@} --Query[mr]=http://www.dict.cc/?s=\\{@} --Query[ms]=http://www.dict.cc/?s=\\{@} --Query[nb]=http://www.dict.cc/?s=\\{@} --Query[nds]=http://www.dict.cc/?s=\\{@} --Query[ne]=http://www.dict.cc/?s=\\{@} --Query[nl]=http://www.dict.cc/?s=\\{@} --Query[nn]=http://www.dict.cc/?s=\\{@} --Query[or]=http://www.dict.cc/?s=\\{@} --Query[pa]=http://www.dict.cc/?s=\\{@} --Query[pl]=http://www.dict.cc/?s=\\{@} --Query[pt]=http://www.dict.cc/?s=\\{@} --Query[pt_BR]=http://www.dict.cc/?s=\\{@} --Query[ro]=http://www.dict.cc/?s=\\{@} --Query[ru]=http://www.dict.cc/?s=\\{@} --Query[se]=http://www.dict.cc/?s=\\{@} --Query[si]=http://www.dict.cc/?s=\\{@} --Query[sk]=http://www.dict.cc/?s=\\{@} --Query[sl]=http://www.dict.cc/?s=\\{@} --Query[sr]=http://www.dict.cc/?s=\\{@} --Query[sr@ijekavian]=http://www.dict.cc/?s=\\{@} --Query[sr@ijekavianlatin]=http://www.dict.cc/?s=\\{@} --Query[sr@latin]=http://www.dict.cc/?s=\\{@} --Query[sv]=http://www.dict.cc/?s=\\{@} --Query[ta]=http://www.dict.cc/?s=\\{@} --Query[te]=http://www.dict.cc/?s=\\{@} --Query[tg]=http://www.dict.cc/?s=\\{@} --Query[th]=http://www.dict.cc/?s=\\{@} --Query[tr]=http://www.dict.cc/?s=\\{@} --Query[ug]=http://www.dict.cc/?s=\\{@} --Query[uk]=http://www.dict.cc/?s=\\{@} --Query[uz]=http://www.dict.cc/?s=\\{@} --Query[uz@cyrillic]=http://www.dict.cc/?s=\\{@} --Query[vi]=http://www.dict.cc/?s=\\{@} --Query[wa]=http://www.dict.cc/?s=\\{@} --Query[x-test]=xxhttp://www.dict.cc/?s=\\{@}xx --Query[zh_CN]=http://www.dict.cc/?s=\\{@} --Query[zh_TW]=http://www.dict.cc/?s=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/de2fr.desktop b/kurifilter-plugins/ikws/searchproviders/de2fr.desktop -deleted file mode 100644 -index c85a471..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/de2fr.desktop -+++ /dev/null -@@ -1,181 +0,0 @@ --[Desktop Entry] --Type=Service --Name=LEO - Translate Between German and French --Name[af]=LEO - Vertaal tussn Duits en Frans --Name[ar]=LEO - ترجم بين الفرنسية والألمانية --Name[as]=LEO - Translate Between German and French --Name[ast]=LEO - Torna ente alemán y francés --Name[be]=LEO - Пераклад з нямецкай на французскую і наадварот --Name[be@latin]=Pierakład „LEO”: niamieckaja ➙ francuskaja --Name[bg]=LEO - превод между немски и френски --Name[bn]=লিও - জার্মান থেকে ফরাসী বা ফরাসী থেকে জার্মান-এ অনুবাদ করুন --Name[bn_IN]=LEO - জার্মান ও ফ্রেঞ্চের মধ্যে অনুবাদ করুন --Name[bs]=Lio: sa nemačkog na francuski --Name[ca]=LEO - Tradueix entre alemany i francès --Name[ca@valencia]=LEO - Tradueix entre alemany i francés --Name[cs]=LEO - překlad mezi němčinou a francouzštinou --Name[csb]=LEO - dolmaczenié miemiecczi -> francësczi --Name[da]=LEO - Oversæt mellem tysk og fransk --Name[de]=LEO – Übersetzung: Deutsch/Französisch --Name[el]=LEO - Μετάφραση μεταξύ Γερμανικών και Γαλλικών --Name[en_GB]=LEO - Translate Between German and French --Name[eo]=LEO - Traduko inter la germana kaj la franca --Name[es]=LEO - Traducción entre alemán y francés --Name[et]=LEO - tõlkimine: saksa-prantsuse --Name[eu]=LEO alemanetik ingeleserako itzulpenak --Name[fa]=LEO - ترجمه بین آلمانی و فرانسوی --Name[fi]=LEO – käännös saksasta ranskaan --Name[fr]=LEO - Traduction allemand - français --Name[fy]=LEO -oersetting tusken Dûtsk en Frânsk --Name[ga]=LEO - Aistrigh idir Gearmáinis agus Fraincis --Name[gl]=Tradución LEO de alemán a francés --Name[gu]=લીઓ - જર્મન અને ફ્રેન્ચ વચ્ચે ભાષાંતર --Name[he]=‏LEO - תרגום בין גרמנית לצרפתית --Name[hi]=लिओ - जर्मनी तथा फ्रेंच के बीच अनुवाद --Name[hne]=लिओ - जर्मनी अउ फ्रेंच के बीच अनुवाद --Name[hr]=LEO – Prevođenje između njemačkog i francuskog --Name[hsb]=LEO - přełožowanje z němčiny a francošćiny --Name[hu]=LEO - Fordítás németről franciára (mindkét irányban) --Name[ia]=LEO - Traducer inter Germano e Francese --Name[id]=LEO - Penerjemahan Antara Bahasa Jerman dan Perancis --Name[is]=LEO - Þýða á milli þýsku og frönsku --Name[it]=LEO - Traduzioni dal tedesco al francese --Name[ja]=LEO - ドイツ語-フランス語間の翻訳 --Name[ka]=LEO - გერმანულ-ფრანგული მთარგმნელი --Name[kk]=LEO - неміс және француз тілдер арасында аудару --Name[km]=LEO - បកប្រែ​រវាង​ភាសា​អាល្លឺម៉ង់ និង​អង់គ្លេស --Name[kn]=ಲಿಯೋ-ಜೆರ್ಮನ್ ಮತ್ತು ಫ್ರಿಂಚ್ ನಡುವೆ ಭಾಷಾಂತರಿಸು --Name[ko]=LEO - 독일어에서 프랑스어로 번역 --Name[ku]=LEO - Wergerandin Di Navbera Almanî û Fransizî de --Name[lt]=LEO – vertimas iš vokiečių į prancūzų ir atvirkščiai --Name[lv]=LEO - tulkot no Vācu uz Franču --Name[mai]=लिओ - जर्मनी आओर फ्रेंच केर बीच अनुवाद --Name[mk]=LEO - превод меѓу германски и француски --Name[ml]=ലിയോ - ജര്‍മനും ഫ്രഞ്ചും തമ്മില്‍ പരിഭാഷപ്പെടുത്തുക --Name[mr]=लिओ - जर्मनी व फ्रेंच अंतर्गत अनुवाद --Name[nb]=LEO – Oversettelse fra tysk til fransk --Name[nds]=LEO - Översetten twischen Hoochdüütsch un Franzöösch --Name[ne]=LEO - जर्मनी र फ्रान्सेलीमा अनुवाद गर्नुहोस् --Name[nl]=LEO - vertaling tussen Duits en Frans --Name[nn]=LEO – Omsetjing frå tysk til fransk --Name[or]=LEO - ଜର୍ମାନ ଏବଂ ଫ୍ରେଞ୍ଚ ମଧ୍ଯରେ ଅନୁବାଦ କରନ୍ତୁ --Name[pa]=LEO -ਜਰਮਨ ਅਤੇ ਫਰੈਂਚ ਵਿੱਚ ਟਰਾਂਸਲੇਸ਼ਨ --Name[pl]=LEO - tłumaczenie niemiecki -> francuski --Name[pt]=LEO - Traduzir Entre Alemão e Francês --Name[pt_BR]=LEO - Traduzir de alemão para francês --Name[ro]=LEO - Traduce între germană și franceză --Name[ru]=LEO: немецко-французский перевод --Name[se]=LEO – Jorgal duiskka- ja fránskkagiela gaskkas --Name[si]=LEO - Translate Between German and French --Name[sk]=LEO - Preklad medzi nemčinou a francúzštinou --Name[sl]=LEO - Prevod med nemščino in francoščino --Name[sr]=Лео: са немачког на француски --Name[sr@ijekavian]=Лео: са њемачког на француски --Name[sr@ijekavianlatin]=Leo: sa njemačkog na francuski --Name[sr@latin]=Leo: sa nemačkog na francuski --Name[sv]=LEO - översätt från tyska till franska --Name[ta]=LEO - ஜெர்மன் மற்றும் ப்ரென்ச் இடையே மொழிப்பெயர்க்கவும் --Name[te]=LEO - జెర్మన్ మరియు ఫ్రెంచ్ మద్య అనువాదము --Name[tg]=LEO - Тарҷумаҳои байни немисӣ ва франсузӣ --Name[th]=LEO - แปลภาษาเยอรมัน <->ฝรั่งเศส --Name[tr]=LEO - Almancadan Fransızcaya Çeviri --Name[ug]=LEO - گېرمانچە بىلەن فىرانسۇزچە ئارىسىدا تەرجىمە --Name[uk]=LEO — з німецької французькою --Name[uz]=LEO - Olmonchadan Fransuzchaga tarjima --Name[uz@cyrillic]=LEO - Олмончадан Французчага таржима --Name[vi]=LEO - Dịch tiếng Đức sang tiếng Pháp --Name[wa]=LEO - Ratoûne inte l' Almand eyet l' Francès --Name[x-test]=xxLEO - Translate Between German and Frenchxx --Name[zh_CN]=LEO - 在德语和法语之间互译 --Name[zh_TW]=LEO - 翻譯德語和法語 --X-KDE-ServiceTypes=SearchProvider --Keys=de2fr --Query=http://dict.leo.org/?lp=frde&search=\\{@} --Query[af]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ar]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[as]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ast]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[be]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[be@latin]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[bg]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[bn]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[bn_IN]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[br]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[bs]=http://dict.lio.org/?lp=frde&search=\\{@} --Query[ca]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ca@valencia]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[cs]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[csb]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[da]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[de]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[el]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[en_GB]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[eo]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[es]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[et]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[eu]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[fa]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[fi]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[fr]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[fy]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ga]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[gl]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[gu]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[he]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[hi]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[hne]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[hr]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[hsb]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[hu]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ia]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[id]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[is]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[it]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ja]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ka]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[kk]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[km]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[kn]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ko]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ku]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[lt]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[lv]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[mai]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ml]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[mr]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ms]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[nb]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[nds]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ne]=http://dict.leo.org/?lp=frdesearch=\\{@} --Query[nl]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[nn]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[or]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[pa]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[pl]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[pt]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[pt_BR]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ro]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ru]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[se]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[si]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[sk]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[sl]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[sr]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[sr@ijekavian]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[sr@ijekavianlatin]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[sr@latin]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[sv]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ta]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[te]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[tg]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[th]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[tr]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ug]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[uk]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[uz]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[uz@cyrillic]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[vi]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[wa]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[x-test]=xxhttp://dict.leo.org/?lp=frde&search=\\{@}xx --Query[zh_CN]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[zh_TW]=http://dict.leo.org/?lp=frde&search=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/deb.desktop b/kurifilter-plugins/ikws/searchproviders/deb.desktop -deleted file mode 100644 -index ea756bb..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/deb.desktop -+++ /dev/null -@@ -1,180 +0,0 @@ --[Desktop Entry] --Keys=deb --Name=Debian Package Search --Name[af]=Debian Paket Soektog --Name[ar]=ابحث عن حزم ديبان --Name[as]=Debian Package Search --Name[ast]=Gueta de paquetes de Debian --Name[be]=Пошук пакетаў Debian --Name[be@latin]=Pošuk pakunka „Debian” --Name[bg]=Търсене на пакети в Debian --Name[bn]=ডেবিয়ান প্যাকেজ অনুসন্ধান --Name[bn_IN]=Debian প্যাকেজ অনুসন্ধান --Name[br]=Klask ur pakad Debian --Name[bs]=Debijanovi paketi --Name[ca]=Cerca de paquets Debian --Name[ca@valencia]=Cerca de paquets Debian --Name[cs]=Hledání Debian balíčků --Name[csb]=Szëkba paczetów Debiana --Name[da]=Debian pakkesøgning --Name[de]=Debian-Paketsuche --Name[el]=Αναζήτηση πακέτων Debian --Name[en_GB]=Debian Package Search --Name[eo]=Serĉo de pakaĵoj de Debiano --Name[es]=Búsqueda de paquetes de Debian --Name[et]=Debiani paketiotsing --Name[eu]=Debian-en pakete-bilaketa --Name[fa]=جستجوی بسته دبیان --Name[fi]=Debianin pakettihaku --Name[fr]=Recherche de paquets Debian --Name[fy]=Debian Package Search --Name[ga]=Cuardach Pacáistí Debian --Name[gl]=Busca de paquetes de Debian --Name[gu]=ડેબિયન પેકેજ શોધ --Name[he]=חיפוש חבילות Debian --Name[hi]=डेबियन पैकेज खोज --Name[hne]=डेबियन पैकेज खोज --Name[hr]=Debian pretraživanje paketa --Name[hsb]=Pytanje za Debian-pakćikami --Name[hu]=Debian csomagkereső --Name[ia]=Cerca de Pacchetto Debian --Name[id]=Pencarian Paket Debian --Name[is]=Debian pakkaleit --Name[it]=Ricerca di pacchetti Debian --Name[ja]=Debian パッケージ検索 --Name[ka]=Debian-ის პაკეტის ძიება --Name[kk]=Debian дестелерін табу --Name[km]=ស្វែងរក​កញ្ចប់​ដេបៀន --Name[kn]=ಡೆಬಿಯನ್ ಕಂತೆಗಳ (ಪ್ಯಾಕೇಜ್) ಹುಡುಕಾಟ --Name[ko]=데비안 꾸러미 검색 --Name[ku]=Lêgerîna Pakêtên Debianê --Name[lt]=Debian paketų paieška --Name[lv]=Debian pakotņu meklēšana --Name[mai]=डेबियन पैकेज खोज --Name[mk]=Пребарување на Debian-пакети --Name[ml]=ഡെബിയന്‍ പാക്കേജുകള്‍ക്കുള്ള തെരയുക --Name[mr]=डेबियन पैकेज शोध --Name[ms]=Carian Pakej Debian --Name[nb]=Søk etter Debian-pakker --Name[nds]=Debian-Paketsöök --Name[ne]=डेबियन प्याकेज खोज्नुहोस् --Name[nl]=Debian Package Search --Name[nn]=Søk etter Debian-pakkar --Name[or]=Debian ପ୍ୟାକେଜ ସନ୍ଧାନ --Name[pa]=ਡੇਬੀਅਨ ਪੈਕੇਜ ਖੋਜ --Name[pl]=Wyszukiwanie pakietów Debiana --Name[pt]=Procura de Pacotes da Debian --Name[pt_BR]=Busca de pacotes Debian --Name[ro]=Căutare pachet Debian --Name[ru]=Поиск пакетов Debian --Name[se]=Oza Debian-páhkaid --Name[si]=Debian ඇසුරුම් සෙවුම --Name[sk]=Hľadanie balíčkov pre Debian --Name[sl]=Iskanje po paketih Debian --Name[sr]=Дебијанови пакети --Name[sr@ijekavian]=Дебијанови пакети --Name[sr@ijekavianlatin]=Debianovi paketi --Name[sr@latin]=Debianovi paketi --Name[sv]=Sökning i Debians paket --Name[ta]=டெபியன் BTS பிழை தேடல் --Name[te]=Debian ప్యాకేజ్ శోధన --Name[tg]=Ҷустуҷӯи барномаҳои Debian --Name[th]=ค้นหาแพ็กเกจของ Debian --Name[tr]=Debian Paket Arama --Name[ug]=Debian بوغچا ئىزدەش --Name[uk]=Пошук пакунків для Debian --Name[uz]=Debian paketlarini qidirish --Name[uz@cyrillic]=Debian пакетларини қидириш --Name[vi]=Tìm kiếm gói Debian --Name[wa]=Cweraedje di pacaedje Debian --Name[x-test]=xxDebian Package Searchxx --Name[zh_CN]=Debian 软件包搜索 --Name[zh_TW]=Debian 套件搜尋 --Query=http://packages.debian.org/\\{@} --Query[af]=http://packages.debian.org/\\{@} --Query[ar]=http://packages.debian.org/\\{@} --Query[as]=http://packages.debian.org/\\{@} --Query[ast]=http://packages.debian.org/\\{@} --Query[be]=http://packages.debian.org/\\{@} --Query[be@latin]=http://packages.debian.org/\\{@} --Query[bg]=http://packages.debian.org/\\{@} --Query[bn]=http://packages.debian.org/\\{@} --Query[bn_IN]=http://packages.debian.org/\\{@} --Query[bs]=http://packages.debian.org/\\{@} --Query[ca]=http://packages.debian.org/\\{@} --Query[ca@valencia]=http://packages.debian.org/\\{@} --Query[cs]=http://packages.debian.org/\\{@} --Query[csb]=http://packages.debian.org/\\{@} --Query[da]=http://packages.debian.org/\\{@} --Query[de]=http://packages.debian.org/\\{@} --Query[el]=http://packages.debian.org/\\{@} --Query[en_GB]=http://packages.debian.org/\\{@} --Query[eo]=http://packages.debian.org/\\{@} --Query[es]=http://packages.debian.org/\\{@} --Query[et]=http://packages.debian.org/\\{@} --Query[eu]=http://packages.debian.org/\\{@} --Query[fa]=http://packages.debian.org/\\{@} --Query[fi]=http://packages.debian.org/\\{@} --Query[fr]=http://packages.debian.org/\\{@} --Query[fy]=http://packages.debian.org/\\{@} --Query[ga]=http://packages.debian.org/\\{@} --Query[gl]=http://packages.debian.org/\\{@} --Query[gu]=http://packages.debian.org/\\{@} --Query[he]=http://packages.debian.org/\\{@} --Query[hi]=http://packages.debian.org/\\{@} --Query[hne]=http://packages.debian.org/\\{@} --Query[hr]=http://packages.debian.org/\\{@} --Query[hsb]=http://packages.debian.org/\\{@} --Query[hu]=http://packages.debian.org/\\{@} --Query[ia]=http://packages.debian.org/\\{@} --Query[id]=http://packages.debian.org/\\{@} --Query[is]=http://packages.debian.org/\\{@} --Query[it]=http://packages.debian.org/\\{@} --Query[ja]=http://packages.debian.org/\\{@} --Query[kk]=http://packages.debian.org/\\{@} --Query[km]=http://packages.debian.org/\\{@} --Query[kn]=http://packages.debian.org/\\{@} --Query[ko]=http://packages.debian.org/\\{@} --Query[ku]=http://packages.debian.org/\\{@} --Query[lt]=http://packages.debian.org/\\{@} --Query[lv]=http://packages.debian.org/\\{@} --Query[mai]=http://packages.debian.org/\\{@} --Query[ml]=http://packages.debian.org/\\{@} --Query[mr]=http://packages.debian.org/\\{@} --Query[nb]=http://packages.debian.org/\\{@} --Query[nds]=http://packages.debian.org/\\{@} --Query[ne]=http://packages.debian.org/\\{@} --Query[nl]=http://packages.debian.org/\\{@} --Query[nn]=http://packages.debian.org/\\{@} --Query[or]=http://packages.debian.org/\\{@} --Query[pa]=http://packages.debian.org/\\{@} --Query[pl]=http://packages.debian.org/\\{@} --Query[pt]=http://packages.debian.org/\\{@} --Query[pt_BR]=http://packages.debian.org/\\{@} --Query[ro]=http://packages.debian.org/\\{@} --Query[ru]=http://packages.debian.org/\\{@} --Query[se]=http://packages.debian.org/\\{@} --Query[si]=http://packages.debian.org/\\{@} --Query[sk]=http://packages.debian.org/\\{@} --Query[sl]=http://packages.debian.org/\\{@} --Query[sr]=http://packages.debian.org/\\{@} --Query[sr@ijekavian]=http://packages.debian.org/\\{@} --Query[sr@ijekavianlatin]=http://packages.debian.org/\\{@} --Query[sr@latin]=http://packages.debian.org/\\{@} --Query[sv]=http://packages.debian.org/\\{@} --Query[ta]=http://packages.debian.org/\\{@} --Query[te]=http://packages.debian.org/\\{@} --Query[tg]=http://packages.debian.org/\\{@} --Query[th]=http://packages.debian.org/\\{@} --Query[tr]=http://packages.debian.org/\\{@} --Query[ug]=http://packages.debian.org/\\{@} --Query[uk]=http://packages.debian.org/\\{@} --Query[uz]=http://packages.debian.org/\\{@} --Query[uz@cyrillic]=http://packages.debian.org/\\{@} --Query[vi]=http://packages.debian.org/\\{@} --Query[wa]=http://packages.debian.org/\\{@} --Query[x-test]=xxhttp://packages.debian.org/\\{@}xx --Query[zh_CN]=http://packages.debian.org/\\{@} --Query[zh_TW]=http://packages.debian.org/\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/dictfr.desktop b/kurifilter-plugins/ikws/searchproviders/dictfr.desktop -deleted file mode 100644 -index 3477d20..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/dictfr.desktop -+++ /dev/null -@@ -1,147 +0,0 @@ --[Desktop Entry] --Type=Service --Name=CNRTL/TILF French dictionary --Name[ar]=القاموس الفرنسي التقني من المركز الوطني للمراجع اللغوية --Name[ast]=Diccionariu de francés CNRTL/TILF --Name[bg]=Френски речник CNRTL/TILF --Name[bn]=CNRTL/TILF ফরাসী ডিকশনারী --Name[bs]=CNRTL/TILF francuski rječnik --Name[ca]=Diccionari francès CNRTL/TILF --Name[ca@valencia]=Diccionari francés CNRTL/TILF --Name[cs]=Francouzský slovník CNRTL/TILF --Name[csb]=CNRTL/TILF francësczi słowôrz --Name[da]=CNRTL/TILF fransk ordbog --Name[de]=CNRTL/TILF Französisches Wörterbuch --Name[el]=CNRTL/TILF Γαλλικό Λεξικό --Name[en_GB]=CNRTL/TILF French dictionary --Name[eo]=Franca vortaro CNRTL/TILF --Name[es]=Diccionario de francés CNRTL/TILF --Name[et]=CNRTL/TILF prantsuse keele sõnaraamat --Name[eu]=CNRTL/TILF frantses-hiztegia --Name[fa]=فرهنگ لغت فرانسوی CNRTL/TILF --Name[fi]=CNRTL/TILF ranskankielinen sanakirja --Name[fr]=Dictionnaire français du CNRTL / TILF --Name[fy]=CNRTL/TILF Frânsk wurdboek --Name[ga]=Foclóir Fraincise CNRTL/TILF --Name[gl]=Dicionario de francés do CNRTL/TILF --Name[gu]=CNRTL/TILF ફ્રેન્ચ શબ્દકોશ --Name[he]=מילון צרפתי CNRTL/TILF --Name[hi]=CNRTL/TILF फ्रेंच शब्दकोश --Name[hr]=CNRTL/TILF francuski rječnik --Name[hu]=CNRTL/TILF francia szótár --Name[ia]=CNRTL/TILF Dictionario de Francese --Name[id]=Kamus bahasa Perancis CNRTL/TILF --Name[is]=CNRTL/TILF frönsk orðabók --Name[it]=Dizionario francese CNRTL/TILF --Name[ja]=CNRTL/TILF フランス語辞書 --Name[kk]=CNRTL/TILF француз сөздігі --Name[km]=ចនានុក្រម​ភាសា​បារាំង CNRTL/TILF --Name[kn]=CNRTL/TILF ಫ್ರೆಂಚ್ ನಿಘಂಟು --Name[ko]=CNRTL/TILF 프랑스어 사전 --Name[lt]=CNRTL/TILF prancūzų kalbos žodynas --Name[lv]=CNRTL/TILF franču vārdnīca --Name[mai]=CNRTL/TILF फ्रेंच शब्दकोश --Name[mk]=CNRTL/TILF француски речник --Name[ml]=സിഎന്‍ആര്‍ടിഎല്‍/ടിഐഎല്‍എഫ് ഫ്രഞ്ച് നിഘണ്ടു --Name[mr]=CNRTL/TILF फ्रेंच शब्दकोश --Name[nb]=CNRTL/TILF fransk ordbok --Name[nds]=Franzöösch Wöörbook CNRTL/TILF --Name[nl]=CNRTL/TILF Frans woordenboek --Name[nn]=CNRTL/TILF fransk ordbok --Name[pa]=CNRTL/TILF ਫਰੈਂਚ ਡਿਕਸ਼ਨਰੀ --Name[pl]=Słownik francuskiego SNRTL/TILF --Name[pt]=Dicionário de Francês CNRTL/TILF --Name[pt_BR]=Dicionário francês CNRTL/TILF --Name[ro]=Dicționar francez CNRTL/TILF --Name[ru]=Французский словарь CNRTL/TILF --Name[si]=CNRTL/TILF ප්‍රංශ ශබ්ද කෝශය --Name[sk]=Francúzsky slovník CNRTL/TILF --Name[sl]=Francoski slovar CNRTL/TILF --Name[sr]=ЦНРТЛ/ТИЛФ француски речник --Name[sr@ijekavian]=ЦНРТЛ/ТИЛФ француски речник --Name[sr@ijekavianlatin]=CNRTL/TILF francuski rečnik --Name[sr@latin]=CNRTL/TILF francuski rečnik --Name[sv]=CNRTL/TILF fransk ordlista --Name[tg]=Луғати забони франсавӣ CNRTL/TILF --Name[th]=พจนานุกรมภาษาฝรั่งเศส CNRTL/TILF --Name[tr]=CNRTL/TILF Fransızca sözlük --Name[ug]=CNRTL/TILF فىرانسۇزچە لۇغەت --Name[uk]=Французький словник CNRTL/TILF --Name[vi]=Từ điển tiếng Pháp CNRTL/TILF --Name[wa]=Motî francès CNRTL/TILF --Name[x-test]=xxCNRTL/TILF French dictionaryxx --Name[zh_CN]=CNRTL/TILF 法语词典 --Name[zh_TW]=CNRTL/TILF 法語字典 --X-KDE-ServiceTypes=SearchProvider --Keys=dictfr --Query=http://www.cnrtl.fr/definition/\\{@} --Query[ar]=http://www.dict.cc/?s=\\{@} --Query[ast]=http://www.cnrtl.fr/definition/\\{@} --Query[bg]=http://www.cnrtl.fr/definition/\\{@} --Query[bn]=http://www.cnrtl.fr/definition/\\{@} --Query[bs]=http://www.cnrtl.fr/definition/\\{@} --Query[ca]=http://www.cnrtl.fr/definition/\\{@} --Query[ca@valencia]=http://www.cnrtl.fr/definition/\\{@} --Query[cs]=http://www.cnrtl.fr/definition/\\{@} --Query[csb]=http://www.cnrtl.fr/definition/\\{@} --Query[da]=http://www.cnrtl.fr/definition/\\{@} --Query[de]=http://www.cnrtl.fr/definition/\\{@} --Query[el]=http://www.cnrtl.fr/definition/\\{@} --Query[en_GB]=http://www.cnrtl.fr/definition/\\{@} --Query[eo]=http://www.cnrtl.fr/definition/\\{@} --Query[es]=http://www.cnrtl.fr/definition/\\{@} --Query[et]=http://www.cnrtl.fr/definition/\\{@} --Query[eu]=http://www.cnrtl.fr/definition/\\{@} --Query[fa]=http://www.cnrtl.fr/definition/\\{@} --Query[fi]=http://www.cnrtl.fr/definition/\\{@} --Query[fr]=http://www.cnrtl.fr/definition/\\{@} --Query[fy]=http://www.cnrtl.fr/definition/\\{@} --Query[ga]=http://www.cnrtl.fr/definition/\\{@} --Query[gl]=http://www.cnrtl.fr/definition/\\{@} --Query[gu]=http://www.cnrtl.fr/definition/\\{@} --Query[he]=http://www.cnrtl.fr/definition/\\{@} --Query[hi]=http://www.cnrtl.fr/definition/\\{@} --Query[hr]=http://www.cnrtl.fr/definition/\\{@} --Query[hu]=http://www.cnrtl.fr/definition/\\{@} --Query[ia]=http://www.cnrtl.fr/definition/\\{@} --Query[id]=http://www.cnrtl.fr/definition/\\{@} --Query[is]=http://www.cnrtl.fr/definition/\\{@} --Query[it]=http://www.cnrtl.fr/definition/\\{@} --Query[ja]=http://www.cnrtl.fr/definition/\\{@} --Query[kk]=http://www.cnrtl.fr/definition/\\{@} --Query[km]=http://www.cnrtl.fr/definition/\\{@} --Query[kn]=http://www.dict.cc/?s=\\{@} --Query[ko]=http://www.cnrtl.fr/definition/\\{@} --Query[lt]=http://www.cnrtl.fr/definition/\\{@} --Query[lv]=http://www.cnrtl.fr/definition/\\{@} --Query[mai]=http://www.cnrtl.fr/definition/\\{@} --Query[ml]=http://www.cnrtl.fr/definition/\\{@} --Query[mr]=http://www.cnrtl.fr/definition/\\{@} --Query[nb]=http://www.cnrtl.fr/definition/\\{@} --Query[nds]=http://www.cnrtl.fr/definition/\\{@} --Query[nl]=http://www.cnrtl.fr/definition/\\{@} --Query[nn]=http://www.cnrtl.fr/definition/\\{@} --Query[pa]=http://www.cnrtl.fr/definition/\\{@} --Query[pl]=http://www.cnrtl.fr/definition/\\{@} --Query[pt]=http://www.cnrtl.fr/definition/\\{@} --Query[pt_BR]=http://www.cnrtl.fr/definition/\\{@} --Query[ro]=http://www.cnrtl.fr/definition/\\{@} --Query[ru]=http://www.cnrtl.fr/definition/\\{@} --Query[si]=http://www.cnrtl.fr/definition/\\{@} --Query[sk]=http://www.cnrtl.fr/definition/\\{@} --Query[sl]=http://www.cnrtl.fr/definition/\\{@} --Query[sr]=http://www.cnrtl.fr/definition/\\{@} --Query[sr@ijekavian]=http://www.cnrtl.fr/definition/\\{@} --Query[sr@ijekavianlatin]=http://www.cnrtl.fr/definition/\\{@} --Query[sr@latin]=http://www.cnrtl.fr/definition/\\{@} --Query[sv]=http://www.cnrtl.fr/definition/\\{@} --Query[tg]=http://www.cnrtl.fr/definition/\\{@} --Query[th]=http://www.cnrtl.fr/definition/\\{@} --Query[tr]=http://www.cnrtl.fr/definition/\\{@} --Query[ug]=http://www.cnrtl.fr/definition/\\{@} --Query[uk]=http://www.cnrtl.fr/definition/\\{@} --Query[vi]=http://www.cnrtl.fr/definition/\\{@} --Query[wa]=http://www.cnrtl.fr/definition/\\{@} --Query[x-test]=xxhttp://www.cnrtl.fr/definition/\\{@}xx --Query[zh_CN]=http://www.cnrtl.fr/definition/\\{@} --Query[zh_TW]=http://www.cnrtl.fr/definition/\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/dmoz.desktop b/kurifilter-plugins/ikws/searchproviders/dmoz.desktop -deleted file mode 100644 -index a621eee..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/dmoz.desktop -+++ /dev/null -@@ -1,185 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Open Directory --Name[af]=Open Directory --Name[ar]=افتح مجلداً --Name[as]=মুক্ত পঞ্জিকা --Name[ast]=Direutoriu abiertu --Name[be]=Open Directory --Name[be@latin]=Open Directory --Name[bg]=Open Directory --Name[bn]=ওপেন ডিরেক্টরি --Name[bn_IN]=মুক্ত ডিরেক্টরি --Name[br]=Digeriñ ur renkell --Name[bs]=Otvoreni imenik --Name[ca]=Open Directory --Name[ca@valencia]=Open Directory --Name[cs]=Open Directory --Name[csb]=Open Directory - Ôpen katalog starnów WWW --Name[cy]=Cyfeiriadur Agored --Name[da]=Open Directory --Name[de]=Open Directory --Name[el]=Open Directory --Name[en_GB]=Open Directory --Name[eo]=Malferma dosierujo --Name[es]=Directorio abierto --Name[et]=Open Directory --Name[eu]=Open Directory --Name[fa]=Open Directory --Name[fi]=Open Directory --Name[fr]=Open Directory --Name[fy]=Iepen Directory --Name[ga]=Open Directory --Name[gl]=Directorio aberto --Name[gu]=ડિરેક્ટરી ખોલો --Name[he]=המדריך הפתוח --Name[hi]=ओपन डिरेक्ट्री --Name[hne]=ओपन डिरेक्टरी --Name[hr]=Open Directory --Name[hsb]=Zapisk wočinić --Name[hu]=Open Directory --Name[ia]=Aperi directorio --Name[id]=Buka Direktori --Name[is]=Open Directory --Name[it]=Open Directory --Name[ja]=Open Directory --Name[ka]=ღია კატალოგები --Name[kk]=Ашық каталог --Name[km]=បើក​ថត --Name[kn]=ಕಡತಕೋಶವನ್ನು ತೆರೆ --Name[ko]=Open Directory --Name[ku]=Peldank Veke --Name[lt]=Open Directory --Name[lv]=Open Directory --Name[mai]=ओपन डिरेक्ट्री --Name[mk]=Отворен директориум --Name[ml]=തട്ടു് തുറക്കുക --Name[mr]=संचयीका उघडा --Name[ms]=Open Directory --Name[nb]=Open Directory --Name[nds]=Open Directory --Name[ne]=डाइरेक्टरी खोल्नुहोस् --Name[nl]=Open Directory --Name[nn]=Open Directory --Name[or]=ଡ଼ିରେକ୍ଟୋରୀ ଖୋଲନ୍ତୁ --Name[pa]=ਖੁੱਲੀ ਡਾਇਰੈਕਟਰੀ --Name[pl]=Open Directory - katalog stron WWW --Name[pt]=Open Directory --Name[pt_BR]=Open Directory --Name[ro]=Director Deschis --Name[ru]=Открытый каталог --Name[se]=Open Directory --Name[si]=විවෘත නාමාවලිය --Name[sk]=Open Directory --Name[sl]=Odprt imenik --Name[sr]=Отворени именик --Name[sr@ijekavian]=Отворени именик --Name[sr@ijekavianlatin]=Otvoreni imenik --Name[sr@latin]=Otvoreni imenik --Name[sv]=Open Directory --Name[ta]=அடைவை திற --Name[te]=ఓపెన్ డైరెక్టరీ --Name[tg]=Кушодани феҳрист --Name[th]=บริการ Open Directory --Name[tr]=Open Directory --Name[ug]=قىسقۇچ ئاچ --Name[uk]=Відкритий каталог --Name[uz]=Open Directory --Name[uz@cyrillic]=Open Directory --Name[vi]=Thư mục mở --Name[wa]=Open Directory --Name[xh]=Vula Ulawulo --Name[x-test]=xxOpen Directoryxx --Name[zh_CN]=Open Directory --Name[zh_TW]=開啟目錄 --X-KDE-ServiceTypes=SearchProvider --Keys=dmoz,odp --Query=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[af]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[ar]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[as]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[ast]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[be]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[be@latin]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[bg]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[bn]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[bn_IN]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[br]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[bs]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[ca]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[ca@valencia]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[cs]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[csb]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[da]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[de]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[el]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[en_GB]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[eo]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[es]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[et]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[eu]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[fa]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[fi]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[fr]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[fy]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[ga]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[gl]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[gu]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[he]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[hi]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[hne]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[hr]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[hsb]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[hu]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[ia]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[id]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[is]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[it]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[ja]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[ka]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[kk]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[km]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[kn]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[ko]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[ku]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[lt]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[lv]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[mai]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[ml]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[mr]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[ms]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[nb]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[nds]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[ne]=http://search.dmoz.org/cgi-bin/search?खोज्नुहोस्=\\{@} --Query[nl]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[nn]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[or]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[pa]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[pl]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[pt]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[pt_BR]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[ro]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[ru]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[se]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[si]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[sk]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[sl]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[sr]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[sr@ijekavian]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[sr@ijekavianlatin]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[sr@latin]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[sv]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[ta]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[te]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[tg]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[th]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[tr]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[ug]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[uk]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[uz]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[uz@cyrillic]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[vi]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[wa]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[x-test]=xxhttp://search.dmoz.org/cgi-bin/search?search=\\{@}xx --Query[zh_CN]=http://search.dmoz.org/cgi-bin/search?search=\\{@} --Query[zh_TW]=http://search.dmoz.org/cgi-bin/search?search=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/docbook.desktop b/kurifilter-plugins/ikws/searchproviders/docbook.desktop -deleted file mode 100644 -index db3afac..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/docbook.desktop -+++ /dev/null -@@ -1,186 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=db,docbook --Name=DocBook - The Definitive Guide --Name[af]=Docbook - Die Definitiewe Gids --Name[ar]=كتاب Doc الدليل الكامل --Name[as]=DocBook - The Definitive Guide --Name[ast]=DocBook - La guía definitiva --Name[be]=DocBook - Падручнік --Name[be@latin]=Padrabiazny padručnik pa „DocBook” --Name[bg]=DocBook - The Definitive Guide --Name[bn]=ডকবুক - দি ডেফিনিটিভ গাইড --Name[bn_IN]=DocBook - বর্ণনামূলক সহায়িকা --Name[bs]=Dokbuk: konačni vodič --Name[ca]=DocBook - La guia definitiva --Name[ca@valencia]=DocBook - La guia definitiva --Name[cs]=DocBook - The Definitive Guide --Name[csb]=DocBook (systema dokùmentacëji) - pòdrãcznik --Name[cy]=DocBook - Y Canllaw Awdurdodol --Name[da]=DocBook - den definitive guide --Name[de]=DocBook – The Definitive Guide --Name[el]=DocBook - Ο απόλυτος οδηγός --Name[en_GB]=DocBook - The Definitive Guide --Name[eo]=DocBook - La definitiva manlibro --Name[es]=DocBook - La guía definitiva --Name[et]=DocBook - The Definitive Guide --Name[eu]=DocBook - The Definitive Guide --Name[fa]=DocBook - راهنمای صریح --Name[fi]=DocBook – The Definitive Guide --Name[fr]=Docbook - le guide ultime --Name[fy]=DocBook - The Definitive Guide --Name[ga]=DocBook - The Definitive Guide --Name[gl]=DocBook, a guía completa --Name[gu]=ડોકબુક - ધ ડેફિનેટીવ ગાઇડ --Name[he]=DocBook - המדריך האולטימטיבי --Name[hi]=डॉकबुक - निर्णायक मार्गदर्शक --Name[hne]=डाकबुक - निर्नायक मार्गदर्सक --Name[hr]=DocBook – Definitivni vodič --Name[hsb]=DocBook - The Definitive Guide --Name[hu]=DocBook - The Definitive Guide --Name[ia]=DocBook - Le Guida Definitive --Name[id]=DocBook - Panduan Definitif --Name[is]=DocBook - Opinbera handbókin --Name[it]=DocBook - La guida definitiva --Name[ja]=DocBook - 完全ガイド --Name[ka]=DocBook - განსაზღვრებები --Name[kk]=DocBook - толық бағыттамасы --Name[km]=DocBook - មគ្គុទ្ទេសក៍​ច្បាស់លាស់ --Name[kn]=ಡಾಕ್ಬುಕ್- ಪ್ರಮಾಣಭೂತ ಮಾರ್ಗದರ್ಶಕ --Name[ko]=DocBook - 명확한 가이드 --Name[ku]=DockBook - Rêberê Bê Kêmasî --Name[lt]=DocBook – galutinis vadovas --Name[lv]=DocBook - izsmeļošs ceļvedis --Name[mai]=डाकबुक - निर्णायक मार्गदर्शक --Name[mk]=DocBook - дефинитивниот водач --Name[ml]=ഡോക്ബുക്ക് - തര്‍ക്കമില്ലാത്ത പഠനസഹായി --Name[mr]=डॉकबुक - निर्णायक मार्गदर्शिका --Name[ms]=DocBook - Panduan Definitif --Name[nb]=DocBook – Den endelige guiden --Name[nds]=DocBook - De Inföhren --Name[ne]=DocBook - निर्णायक मार्गदर्शक --Name[nl]=DocBook - The Definitive Guide --Name[nn]=DocBook – The Definitive Guide --Name[or]=DocBook - ବର୍ଣ୍ଣନାତ୍ମକ ମାର୍ଗ ଦର୍ଶକ --Name[pa]=DocBook - ਨਿਸ਼ਚਿਤ ਗਾਈਡ --Name[pl]=DocBook (system dokumentacji) - podręcznik --Name[pt]=DocBook - O Guia Definitivo --Name[pt_BR]=DocBook - o guia definitivo --Name[ro]=DocBook - Ghidul de referință --Name[ru]=Полное руководство по DocBook --Name[se]=DocBook – The Definitive Guide --Name[si]=DocBook - The Definitive Guide --Name[sk]=DocBook - The Definitive Guide --Name[sl]=DocBook - Popolni vodnik --Name[sr]=Докбук: коначни водич --Name[sr@ijekavian]=Докбук: коначни водич --Name[sr@ijekavianlatin]=DocBook: konačni vodič --Name[sr@latin]=DocBook: konačni vodič --Name[sv]=Den slutgiltiga guiden till docbook --Name[ta]=Docபுத்தகம் - விளக்கமான வழிகாட்டி --Name[te]=DocBook - నిర్ధారిత మార్గదర్శి --Name[tg]=DocBook - Роҳнамои сарнавишт --Name[th]=DocBook - The Definitive Guide --Name[tr]=DocBook - Eksiksiz Rehber --Name[ug]=DocBook - نوپۇزلۇق يېتەكچى --Name[uk]=Посібник визначень DocBook --Name[uz]=DocBook - toʻliq qoʻllanma --Name[uz@cyrillic]=DocBook - тўлиқ қўлланма --Name[vi]=DocBook - Hướng dẫn Đầy đủ --Name[wa]=DocBook - Li seu guide --Name[xh]=DocBook - Incwadi Echazayo --Name[x-test]=xxDocBook - The Definitive Guidexx --Name[zh_CN]=DocBook - 权威指南 --Name[zh_TW]=DocBook - 終極指南 --Query=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[af]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[ar]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[as]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[ast]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[be]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[be@latin]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[bg]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[bn]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[bn_IN]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[br]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[bs]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[ca]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[ca@valencia]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[cs]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[csb]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[da]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[de]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[el]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[en_GB]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[eo]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[es]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[et]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[eu]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[fa]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[fi]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[fr]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[fy]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[ga]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[gl]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[gu]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[he]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[hi]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[hne]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[hr]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[hsb]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[hu]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[ia]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[id]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[is]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[it]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[ja]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[ka]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[kk]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[km]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[kn]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[ko]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[ku]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[lt]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[lv]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[mai]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[ml]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[mr]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[ms]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[nb]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[nds]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[ne]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[nl]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[nn]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[or]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[pa]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[pl]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[pt]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[pt_BR]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[ro]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[ru]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[se]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[si]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[sk]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[sl]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[sr]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[sr@ijekavian]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[sr@ijekavianlatin]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[sr@latin]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[sv]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[ta]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[te]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[tg]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[th]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[tr]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[ug]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[uk]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[uz]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[uz@cyrillic]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[vi]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[wa]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[x-test]=xxhttp://www.docbook.org/tdg/en/html/\\{1}.htmlxx --Query[zh_CN]=http://www.docbook.org/tdg/en/html/\\{1}.html --Query[zh_TW]=http://www.docbook.org/tdg/en/html/\\{1}.html --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/doi.desktop b/kurifilter-plugins/ikws/searchproviders/doi.desktop -deleted file mode 100644 -index 0afa3d1..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/doi.desktop -+++ /dev/null -@@ -1,183 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=doi --Name=Digital Object Identifier --Name[af]=Digital Object Identifier --Name[ar]=مُعرّف الكائن الرّقمي --Name[as]=Digital Object Identifier --Name[ast]=Identificador d'oxetu dixital --Name[be]=Digital Object Identifier --Name[be@latin]=Digital Object Identifier --Name[bg]=Digital Object Identifier --Name[bn]=ডিজিটাল অবজেক্ট আইডেন্টিফায়ার --Name[bn_IN]=ডিজিট্যাল অবজেক্ট সনাক্তকারী --Name[bs]=Digitalni identifikator objekata --Name[ca]=Identificador d'objecte digital --Name[ca@valencia]=Identificador d'objecte digital --Name[cs]=Digitální identifikátor objektu --Name[csb]=Cëfrowi identifikator òbiektu (DOI) --Name[cy]=Dynodydd Gwrthrych Digidol --Name[da]=Digital objekt-identifikator --Name[de]=Identifizierung digitaler Objekte --Name[el]=Αναγνώριση ψηφιακών αντικειμένων --Name[en_GB]=Digital Object Identifier --Name[eo]=Cifereca objekta identigilo --Name[es]=Identificador de objeto digital --Name[et]=Digital Object Identifier --Name[eu]=Digital Object Identifier --Name[fa]=شناسه شیء دیجیتال --Name[fi]=Digital Object Identifier --Name[fr]=« Digital Object Identifier » --Name[fy]=Digital Object Identifier --Name[ga]=Aitheantóir Oibiachta Digití --Name[gl]=Digital Object Identifier --Name[gu]=ડિજીટલ ઓબ્જેક્ટ આઇડેન્ટીફાયર --Name[he]=מזהה האובייקטים הדיגיטלי --Name[hi]=डिजिटल ऑब्जेक्ट पहचानकर्ता --Name[hne]=डिजिटल आब्जेक्ट चिनहइया --Name[hr]=Prepoznavanje digitalnog objekta --Name[hsb]=Digital Object Identifier --Name[hu]=Digitális objektumazonosító (DOI) --Name[ia]=Identificator de Objecto Digital (DOI) --Name[id]=Pengidentifikasi Objek Digital --Name[is]=Stafrænn hlutaauðkennir --Name[it]=Identificativo degli oggetti digitali --Name[ja]=デジタルオブジェクト識別子 --Name[ka]=ციფრული ობიექტის ამომცნობი --Name[kk]=Цифрлық нысандарды танушы --Name[km]=ឧបករណ៍​សម្គាល់​វត្ថុ​ឌីជីថល​ --Name[kn]=ಅಂಕೀಯ (ಡಿಜಿಟಲ್) ವಸ್ತು ಪ್ರತಿಪಾದಕ (ಐಡೆಂಟಿಫಯರ್) --Name[ko]=Digital Object Identifier --Name[ku]=Nasînerê Hêmanê Dîjîtal --Name[lt]=Skaitmeninių objektų identifikatorius --Name[lv]=Digitālo objektu identificētājs --Name[mai]=डिजिटल आब्जेक्ट पहचानकर्ता --Name[mk]=Идентификатор на дигитален објект --Name[ml]=ഡിജിറ്റല്‍ ഒബ്ജക്ട് ഐഡന്റിഫയര്‍ --Name[mr]=डिजिटल ऑब्जेक्ट ओळखकर्ता --Name[ms]=Pengenal Pasti Objek Digital --Name[nb]=Digitalt objektnavn --Name[nds]=Digital Object Identifier --Name[ne]=डिजिटल वस्तु पहिचायक --Name[nl]=Digital Object Identifier --Name[nn]=Digitalt objektnamn --Name[or]=ସାଂଖିକ ବସ୍ତୁ ପରିଚାୟକ --Name[pa]=ਡਿਜਿਟਲ ਆਬਜੈਕਟ ਅਡੈਟੀਫਾਇਰ --Name[pl]=Cyfrowy identyfikator obiektu (DOI) --Name[pt]=Digital Object Identifier --Name[pt_BR]=Identificador digital de objetos --Name[ro]=Identificator obiect digital --Name[ru]=Идентификатор цифровых объектов --Name[se]=Digitálalaš objeaktanamma --Name[si]=අංකිත වස්තු හඳුනාගැනීම --Name[sk]=Digital Object Identifier --Name[sl]=Določilnik digitalnega predmeta --Name[sr]=Дигитални идентификатор објеката --Name[sr@ijekavian]=Дигитални идентификатор објеката --Name[sr@ijekavianlatin]=Digitalni identifikator objekata --Name[sr@latin]=Digitalni identifikator objekata --Name[sv]=Identifikation av digitala objekt --Name[ta]=எண்ணிய பொருள் அடையாளங்காட்டி --Name[te]=డిజిటల్ ఆబ్జక్‍ట్ గుర్తింపుకారి --Name[tg]=Муайянкунандаи объектҳои рақамӣ --Name[th]=ตัวระบุวัตถุดิจิทัล --Name[tr]=Sayısal Nesne Kimlikleyici --Name[ug]=رەقەملىك نەڭ كىملىكى --Name[uk]=Цифровий ідентифікатор об'єкта --Name[vi]=Bộ chứng minh đối tượng số --Name[wa]=Idintifieu d' objets limerikes --Name[x-test]=xxDigital Object Identifierxx --Name[zh_CN]=Digital Object Identifier --Name[zh_TW]=數位物件識別 --Query=http://dx.doi.org/\\{@} --Query[af]=http://dx.doi.org/\\{@} --Query[ar]=http://dx.doi.org/\\{@} --Query[as]=http://dx.doi.org/\\{@} --Query[ast]=http://dx.doi.org/\\{@} --Query[be]=http://dx.doi.org/\\{@} --Query[be@latin]=http://dx.doi.org/\\{@} --Query[bg]=http://dx.doi.org/\\{@} --Query[bn]=http://dx.doi.org/\\{@} --Query[bn_IN]=http://dx.doi.org/\\{@} --Query[br]=http://dx.doi.org/\\{@} --Query[bs]=http://dx.doi.org/\\{@} --Query[ca]=http://dx.doi.org/\\{@} --Query[ca@valencia]=http://dx.doi.org/\\{@} --Query[cs]=http://dx.doi.org/\\{@} --Query[csb]=http://dx.doi.org/\\{@} --Query[da]=http://dx.doi.org/\\{@} --Query[de]=http://dx.doi.org/\\{@} --Query[el]=http://dx.doi.org/\\{@} --Query[en_GB]=http://dx.doi.org/\\{@} --Query[eo]=http://dx.doi.org/\\{@} --Query[es]=http://dx.doi.org/\\{@} --Query[et]=http://dx.doi.org/\\{@} --Query[eu]=http://dx.doi.org/\\{@} --Query[fa]=http://dx.doi.org/\\{@} --Query[fi]=http://dx.doi.org/\\{@} --Query[fr]=http://dx.doi.org/\\{@} --Query[fy]=http://dx.doi.org/\\{@} --Query[ga]=http://dx.doi.org/\\{@} --Query[gl]=http://dx.doi.org/\\{@} --Query[gu]=http://dx.doi.org/\\{@} --Query[he]=http://dx.doi.org/\\{@} --Query[hi]=http://dx.doi.org/\\{@} --Query[hne]=http://dx.doi.org/\\{@} --Query[hr]=http://dx.doi.org/\\{@} --Query[hsb]=http://dx.doi.org/\\{@} --Query[hu]=http://dx.doi.org/\\{@} --Query[ia]=http://dx.doi.org/\\{@} --Query[id]=http://dx.doi.org/\\{@} --Query[is]=http://dx.doi.org/\\{@} --Query[it]=http://dx.doi.org/\\{@} --Query[ja]=http://dx.doi.org/\\{@} --Query[ka]=http://dx.doi.org/\\{@} --Query[kk]=http://dx.doi.org/\\{@} --Query[km]=http://dx.doi.org/\\{@} --Query[kn]=http://dx.doi.org/\\{@} --Query[ko]=http://dx.doi.org/\\{@} --Query[ku]=http://dx.doi.org/\\{@} --Query[lt]=http://dx.doi.org/\\{@} --Query[lv]=http://dx.doi.org/\\{@} --Query[mai]=http://dx.doi.org/\\{@} --Query[ml]=http://dx.doi.org/\\{@} --Query[mr]=http://dx.doi.org/\\{@} --Query[ms]=http://dx.doi.org/\\{@} --Query[nb]=http://dx.doi.org/\\{@} --Query[nds]=http://dx.doi.org/\\{@} --Query[ne]=http://dx.doi.org/\\{@} --Query[nl]=http://dx.doi.org/\\{@} --Query[nn]=http://dx.doi.org/\\{@} --Query[or]=http://dx.doi.org/\\{@} --Query[pa]=http://dx.doi.org/\\{@} --Query[pl]=http://dx.doi.org/\\{@} --Query[pt]=http://dx.doi.org/\\{@} --Query[pt_BR]=http://dx.doi.org/\\{@} --Query[ro]=http://dx.doi.org/\\{@} --Query[ru]=http://dx.doi.org/\\{@} --Query[se]=http://dx.doi.org/\\{@} --Query[si]=http://dx.doi.org/\\{@} --Query[sk]=http://dx.doi.org/\\{@ --Query[sl]=http://dx.doi.org/\\{@} --Query[sr]=http://dx.doi.org/\\{@} --Query[sr@ijekavian]=http://dx.doi.org/\\{@} --Query[sr@ijekavianlatin]=http://dx.doi.org/\\{@} --Query[sr@latin]=http://dx.doi.org/\\{@} --Query[sv]=http://dx.doi.org/\\{@} --Query[ta]=http://dx.doi.org/\\{@} --Query[te]=http://dx.doi.org/\\{@} --Query[tg]=http://dx.doi.org/\\{@} --Query[th]=http://dx.doi.org/\\{@} --Query[tr]=http://dx.doi.org/\\{@} --Query[ug]=http://dx.doi.org/\\{@} --Query[uk]=http://dx.doi.org/\\{@} --Query[uz]=http://dx.doi.org/\\{@} --Query[uz@cyrillic]=http://dx.doi.org/\\{@} --Query[vi]=http://dx.doi.org/\\{@} --Query[wa]=http://dx.doi.org/\\{@} --Query[x-test]=xxhttp://dx.doi.org/\\{@}xx --Query[zh_CN]=http://dx.doi.org/\\{@} --Query[zh_TW]=http://dx.doi.org/\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/duckduckgo.desktop b/kurifilter-plugins/ikws/searchproviders/duckduckgo.desktop -deleted file mode 100644 -index 533a027..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/duckduckgo.desktop -+++ /dev/null -@@ -1,122 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=duckduckgo,dd,dukgo --Name=Duck Duck Go --Name[ar]=Duck Duck Go --Name[ast]=Duck Duck Go --Name[bg]=Duck Duck Go --Name[bn]=ডাক ডাক গো --Name[bs]=Dak dak go --Name[ca]=Duck Duck Go --Name[ca@valencia]=Duck Duck Go --Name[cs]=Duck Duck Go --Name[da]=Duck Duck Go --Name[de]=Duck Duck Go --Name[el]=Duck Duck Go --Name[en_GB]=Duck Duck Go --Name[eo]=Duck Duck Go --Name[es]=Duck Duck Go --Name[et]=Duck Duck Go --Name[eu]=Duck Duck Go --Name[fa]=Duck Duck Go --Name[fi]=Duck Duck Go --Name[fr]=Duck Duck Go --Name[ga]=Duck Duck Go --Name[gl]=Duck Duck Go --Name[gu]=ડક ડક ગો --Name[he]=Duck Duck Go --Name[hi]=बतख़ जा जा --Name[hr]=Duck Duck Go --Name[hu]=Duck Duck Go --Name[ia]=Duck Duck Go --Name[id]=Duck Duck Go --Name[is]=Duck Duck Go --Name[it]=Duck Duck Go --Name[ja]=Duck Duck Go --Name[kk]=Duck Duck Go --Name[km]=Duck Duck Go --Name[kn]=ಡಕ್ ಡಕ್ ಗೊ --Name[ko]=Duck Duck Go --Name[lt]=Duck Duck Go --Name[lv]=Duck Duck Go --Name[ml]=ഡക്ക് ഡക്ക് ഗോ --Name[mr]=डक डक गो --Name[nb]=Duck Duck Go --Name[nds]=Duck Duck Go --Name[nl]=Duck Duck Go --Name[nn]=Duck Duck Go --Name[pa]=ਡੱਕ ਡੱਕ ਗੋ --Name[pl]=Duck Duck Go --Name[pt]=Duck Duck Go --Name[pt_BR]=Duck Duck Go --Name[ro]=Duck Duck Go --Name[ru]=Поиск Duck Duck Go --Name[si]=Duck Duck Go --Name[sk]=Duck Duck Go --Name[sl]=Duck Duck Go --Name[sr]=Дак дак го --Name[sr@ijekavian]=Дак дак го --Name[sr@ijekavianlatin]=Duck Duck Go --Name[sr@latin]=Duck Duck Go --Name[sv]=Duck Duck Go --Name[tg]=Duck Duck Go --Name[th]=Duck Duck Go --Name[tr]=Duck Duck Go --Name[ug]=Duck Duck Go --Name[uk]=Duck Duck Go --Name[vi]=Duck Duck Go --Name[wa]=Duck Duck Go --Name[x-test]=xxDuck Duck Goxx --Name[zh_CN]=Duck Duck Go --Name[zh_TW]=Duck Duck Go --Query=https://duckduckgo.com/?q=\\{@}&t=kde --Query[bg]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[bs]=httpa://duckduckgo.com/?q=\\{@}&t=kde --Query[ca]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[ca@valencia]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[cs]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[da]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[de]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[el]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[es]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[eu]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[fi]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[fr]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[gl]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[hi]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[hu]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[ia]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[id]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[is]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[it]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[ja]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[kk]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[ko]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[lt]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[nb]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[nds]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[nl]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[nn]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[pa]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[pl]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[pt]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[pt_BR]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[ro]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[ru]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[sk]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[sl]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[sr]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[sr@ijekavian]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[sr@ijekavianlatin]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[sr@latin]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[sv]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[tr]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[ug]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[uk]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[wa]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[x-test]=xxhttps://duckduckgo.com/?q=\\{@}&t=kdexx --Query[zh_CN]=https://duckduckgo.com/?q=\\{@}&t=kde --Query[zh_TW]=https://duckduckgo.com/?q=\\{@}&t=kde --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/duckduckgo_info.desktop b/kurifilter-plugins/ikws/searchproviders/duckduckgo_info.desktop -deleted file mode 100644 -index ec1dfa4..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/duckduckgo_info.desktop -+++ /dev/null -@@ -1,121 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=duckduckgoinfo,ddi --Name=Duck Duck Go Info --Name[ar]= معلومات Duck Duck Go --Name[ast]=Duck Duck Go Info --Name[bg]=Информация в Duck Duck Go --Name[bn]=ডাক ডাক গো তথ্য --Name[bs]=Dak dak go (informacije) --Name[ca]=Duck Duck Go Info --Name[ca@valencia]=Duck Duck Go Info --Name[cs]=Duck Duck Go Info --Name[da]=Duck Duck Go info --Name[de]=Duck Duck Go Info --Name[el]=Duck Duck Go Info --Name[en_GB]=Duck Duck Go Info --Name[eo]=Informoj de Duck Duck Go --Name[et]=Duck Duck Go Info --Name[eu]=Duck Duck Go Info --Name[fa]=اطلاعات Duck Duck Go --Name[fi]=Duck Duck Go -tietohaku --Name[fr]=Informations « Duck Duck Go » --Name[ga]=Eolas Duck Duck Go --Name[gl]=Información en Duck Duck Go --Name[gu]=ડક ડક ગો માહિતી --Name[he]=Duck Duck Go Info --Name[hi]=बतख़ जा जा जानकारी --Name[hr]=Duck Duck Go Info --Name[hu]=Duck Duck Go Info --Name[ia]=Duck Duck Go Info --Name[id]=Info Duck Duck Go --Name[is]=Duck Duck Go upplýsingar --Name[it]=Informazioni di Duck Duck Go --Name[ja]=Duck Duck Go Info --Name[kk]=Duck Duck Go Info --Name[km]=ព័ត៌មាន​របស់ Duck Duck Go --Name[kn]=ಡಕ್ ಡಕ್ ಗೊ ಮಾಹಿತಿ --Name[ko]=Duck Duck Go 정보 --Name[lt]=Duck Duck Go Info --Name[lv]=Duck Duck Go informācija --Name[ml]=ഡക്ക് ഡക്ക് ഗോ വിവരം --Name[mr]=डक डक गो माहिती --Name[nb]=Duck Duck Go Info --Name[nds]=Duck Duck Go - Informatschonen --Name[nl]=Duck Duck Go Info --Name[nn]=Duck Duck Go-informasjon --Name[pa]=ਡੱਕ ਡੱਕ ਗੋ ਜਾਣਕਾਰੀ --Name[pl]=Duck Duck Go Info --Name[pt]=Informação do Duck Duck Go --Name[pt_BR]=Informações do Duck Duck Go --Name[ro]=Informații Duck Duck Go --Name[ru]=Поиск Duck Duck Go: информация --Name[si]=Duck Duck Go තොරතුරු --Name[sk]=Duck Duck Go Info --Name[sl]=Duck Duck Go – podrobnosti --Name[sr]=Дак дак го (информације) --Name[sr@ijekavian]=Дак дак го (информације) --Name[sr@ijekavianlatin]=Duck Duck Go (informacije) --Name[sr@latin]=Duck Duck Go (informacije) --Name[sv]=Duck Duck Go information --Name[tg]=Маълумоти Duck Duck Go --Name[th]=ข้อมูลของ Duck Duck Go --Name[tr]=Duck Duck Go Bilgileri --Name[ug]=Duck Duck Go ئۇچۇرى --Name[uk]=Duck Duck Go Info --Name[vi]=Duck Duck Go Thông Tin --Name[wa]=Duck Duck Go Info --Name[x-test]=xxDuck Duck Go Infoxx --Name[zh_CN]=Duck Duck Go 信息 --Name[zh_TW]=Duck Duck Go Info --Query=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[bg]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[bs]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[ca]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[ca@valencia]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[cs]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[da]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[de]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[el]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[es]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[eu]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[fi]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[fr]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[gl]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[hi]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[hu]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[ia]=http://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[id]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[is]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[it]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[ja]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[kk]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[ko]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[lt]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[nb]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[nds]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[nl]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[nn]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[pa]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[pl]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[pt]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[pt_BR]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[ro]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[ru]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[sk]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[sl]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[sr]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[sr@ijekavian]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[sr@ijekavianlatin]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[sr@latin]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[sv]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[tr]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[ug]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[uk]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[wa]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[x-test]=xxhttps://duckduckgo.com/?q=\\{@}&v=r&t=kdexx --Query[zh_CN]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --Query[zh_TW]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/duckduckgo_shopping.desktop b/kurifilter-plugins/ikws/searchproviders/duckduckgo_shopping.desktop -deleted file mode 100644 -index 5469990..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/duckduckgo_shopping.desktop -+++ /dev/null -@@ -1,123 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=duckduckgoshopping,dds,dukgoshop --Name=Duck Duck Go Shopping --Name[ar]=تسوق Duck Duck Go --Name[ast]=Duck Duck Go Compres --Name[bg]=Пазаруване в Duck Duck Go --Name[bn]=ডাক ডাক গো শপিং --Name[bs]=Dak dak go (kupovina) --Name[ca]=Duck Duck Go Shopping --Name[ca@valencia]=Duck Duck Go Shopping --Name[cs]=Duck Duck Go Shopping --Name[da]=Duck Duck Go shopping --Name[de]=Duck Duck Go Shopping --Name[el]=Duck Duck Go Shopping --Name[en_GB]=Duck Duck Go Shopping --Name[eo]=Aĉetado de Duck Duck Go --Name[es]=Duck Duck Go Compras --Name[et]=Duck Duck Go Shopping --Name[eu]=Duck Duck Go Shopping --Name[fa]=خرید Duck Duck Go --Name[fi]=Duck Duck Go -tuotehaku --Name[fr]=Boutique « Duck Duck Go » --Name[ga]=Siopadóireacht Duck Duck Go --Name[gl]=Compras en Duck Duck Go --Name[gu]=ડક ડક ગો ખરીદી --Name[he]=Duck Duck Go Shopping --Name[hi]=बतख़ जा जा खरीदारी --Name[hr]=Duck Duck Go Shopping --Name[hu]=Duck Duck Go Shopping --Name[ia]=Duck Duck Go Shopping --Name[id]=Belanja Duck Duck Go --Name[is]=Duck Duck Go verslun --Name[it]=Acquisti di Duck Duck Go --Name[ja]=Duck Duck Go Shopping --Name[kk]=Duck Duck Go Shopping --Name[km]=ការ​ទិញ​ឥវ៉ាន់របស់ Duck Duck Go --Name[kn]=ಡಕ್ ಡಕ್ ಗೊ ಖರೀದಿ --Name[ko]=Duck Duck Go 쇼핑 --Name[lt]=Duck Duck Go Shopping --Name[lv]=Duck Duck Go iepirkšanās --Name[mai]=डक डक गो शापिंग --Name[ml]=ഡക്ക് ഡക്ക് ഗോ ഷോപ്പിങ്ങ് --Name[mr]=डक डक गो खरेदी --Name[nb]=Duck Duck Go Shopping --Name[nds]=Duck Duck Go - Inköpen --Name[nl]=Duck Duck Go Shopping --Name[nn]=Duck Duck Go-handel --Name[pa]=ਡੱਕ ਡੱਕ ਗੋ ਸ਼ਾਪਿੰਗ --Name[pl]=Duck Duck Go Shopping --Name[pt]=Loja do Duck Duck Go --Name[pt_BR]=Loja do Duck Duck Go --Name[ro]=Cumpărături Duck Duck Go --Name[ru]=Поиск Duck Duck Go: покупки --Name[si]=Duck Duck Go සාප්පු සවාරි --Name[sk]=Duck Duck Go Shopping --Name[sl]=Duck Duck Go – nakupovanje --Name[sr]=Дак дак го (куповина) --Name[sr@ijekavian]=Дак дак го (куповина) --Name[sr@ijekavianlatin]=Duck Duck Go (kupovina) --Name[sr@latin]=Duck Duck Go (kupovina) --Name[sv]=Duck Duck Go shopping --Name[tg]=Мағозаи Duck Duck Go --Name[th]=ช้อปปิ้งของ Duck Duck Go --Name[tr]=Duck Duck Go Alışveriş --Name[ug]=Duck Duck Go ئېلىم-سېتىم --Name[uk]=Duck Duck Go Shopping --Name[vi]=Duck Duck Go Mua Bán --Name[wa]=Duck Duck Go Botikes --Name[x-test]=xxDuck Duck Go Shoppingxx --Name[zh_CN]=Duck Duck Go 购物 --Name[zh_TW]=Duck Duck Go Shopping --Query=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[bg]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[bs]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[ca]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[ca@valencia]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[cs]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[da]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[de]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[el]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[es]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[eu]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[fi]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[fr]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[gl]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[hi]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[hu]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[ia]=http://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[id]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[is]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[it]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[ja]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[kk]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[ko]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[lt]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[nb]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[nds]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[nl]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[nn]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[pa]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[pl]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[pt]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[pt_BR]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[ro]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[ru]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[sk]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[sl]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[sr]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[sr@ijekavian]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[sr@ijekavianlatin]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[sr@latin]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[sv]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[tr]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[ug]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[uk]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[wa]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[x-test]=xxhttps://duckduckgo.com/?q=\\{@}&v=s&t=kdexx --Query[zh_CN]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --Query[zh_TW]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/ecosia.desktop b/kurifilter-plugins/ikws/searchproviders/ecosia.desktop -deleted file mode 100644 -index 0ef60b2..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/ecosia.desktop -+++ /dev/null -@@ -1,142 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Ecosia search engine --Name[ar]=محرك البحث Ecosia --Name[ast]=Motor de gueta Ecosia --Name[bg]=Търсачка Ecosia --Name[bn]=ইকোসিয়া সার্চ ইঞ্জিন --Name[bs]=Ekozija --Name[ca]=Motor de cerca Ecosia --Name[ca@valencia]=Motor de cerca Ecosia --Name[cs]=Vyhledávací stroj Ecosia --Name[da]=Ecosia søgemaskine --Name[de]=Ecosia-Suchmaschine --Name[el]=Ecosia Μηχανή αναζήτησης --Name[en_GB]=Ecosia search engine --Name[eo]=Serĉilo Ecosia --Name[es]=Motor de búsqueda Ecosia --Name[et]=Ecosia otsingumootor --Name[eu]=Ecosia bilaketa-motorra --Name[fa]=موتور جستجوی Ecosia --Name[fi]=Ecosia-hakukone --Name[fr]=Moteur de recherche « Ecosia » --Name[ga]=Inneall cuardaigh Ecosia --Name[gl]=Motor de busca Ecosia --Name[gu]=ઈકોસિયા શોધ એન્જિન --Name[he]=מנוע חיפוש Ecosia --Name[hi]=इकोसिया खोज इंजिन --Name[hr]=Tražilica Ecosia --Name[hu]=Ecosia keresőmotor --Name[ia]=Motor de cerca Ecosia --Name[id]=Mesin pencari Ecosia --Name[is]=Ecosia leitarvélin --Name[it]=Motore di ricerca Ecosia --Name[ja]=Ecosia 検索エンジン --Name[kk]=Ecosia іздеу құралы --Name[km]=ម៉ាស៊ីន​ស្វែងរក Ecosia --Name[kn]=ಎಕೊಸಿಯಾ(Ecosia) ಶೋಧನಾ ಯಂತ್ರ --Name[ko]=Ecosia 검색 엔진 --Name[lt]=Ecosia paieškos tarnyba --Name[lv]=Ecosia meklēšanas dzinējs --Name[mai]=इकोसिया खोज इंजिन --Name[ml]=എക്കോഷ്യ തെരച്ചില്‍ എഞ്ചിന്‍ --Name[mr]=एकोसिआ शोध इंजिन --Name[nb]=Exosia søkemotor --Name[nds]=Ecosia-Söökmaschien --Name[nl]=Ecosia zoekmachine --Name[nn]=Ecosia – søkjemotor --Name[pa]=ਇਕੋਸੀਆ ਖੋਜ ਇੰਜਣ --Name[pl]=Wyszukiwarka Ecosia --Name[pt]=Motor de busca Ecosia --Name[pt_BR]=Mecanismo de busca Ecosia --Name[ro]=Motor de căutare Ecosia --Name[ru]=Поиск Ecosia --Name[si]=Ecosia සෙවුම් එන්ජිම --Name[sk]=Vyhľadávací nástroj Ecosia --Name[sl]=Iskalnik Ecosia --Name[sr]=Екозија --Name[sr@ijekavian]=Екозија --Name[sr@ijekavianlatin]=Ecosia --Name[sr@latin]=Ecosia --Name[sv]=Ecosia söktjänst --Name[tg]=Системаи ҷустуҷӯии Ecosia --Name[th]=บริการค้นหา Ecosia --Name[tr]=Ecosia arama motoru --Name[ug]=Ecosia ئىزدەش ماتورى --Name[uk]=Рушій пошуку Ecosia --Name[vi]=Bộ máy tìm kiếm Ecosia --Name[wa]=Ricwerrece Ecosia --Name[x-test]=xxEcosia search enginexx --Name[zh_CN]=Ecosia 搜索引擎 --Name[zh_TW]=Ecosia 搜索引擎 --X-KDE-ServiceTypes=SearchProvider --Keys=ec --Query=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[ar]=http://www.ethicle.com/search.php?q=\\{@} --Query[ast]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[bg]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[bn]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[bs]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[ca]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[ca@valencia]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[cs]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[da]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[de]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[el]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[en_GB]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[eo]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[es]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[et]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[eu]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[fa]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[fi]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[fr]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[ga]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[gl]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[gu]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[he]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[hi]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[hr]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[hu]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[ia]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[id]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[is]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[it]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[ja]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[kk]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[km]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[kn]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[ko]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[lt]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[lv]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[mai]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[ml]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[mr]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[nb]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[nds]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[nl]=http://www.ethicle.com/search.php?q=\\{@} --Query[nn]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[pa]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[pl]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[pt]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[pt_BR]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[ro]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[ru]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[si]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[sk]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[sl]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[sr]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[sr@ijekavian]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[sr@ijekavianlatin]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[sr@latin]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[sv]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[tg]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[th]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[tr]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[ug]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[uk]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[vi]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[wa]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[x-test]=xxhttp://ecosia.org/search.php?q=\\{@}&meta=normalxx --Query[zh_CN]=http://ecosia.org/search.php?q=\\{@}&meta=normal --Query[zh_TW]=http://ecosia.org/search.php?q=\\{@}&meta=normal -diff --git a/kurifilter-plugins/ikws/searchproviders/en2de.desktop b/kurifilter-plugins/ikws/searchproviders/en2de.desktop -deleted file mode 100644 -index 0eb53ee..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/en2de.desktop -+++ /dev/null -@@ -1,183 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=en2de --Name=dict.cc Translation: English to German --Name[af]=dict.cc Vertaling: Engels na Duits --Name[ar]=ترجمة dict.cc: إنجليزي إلى ألماني --Name[as]=dict.cc Translation: English to German --Name[ast]=dict.cc Torna: inglés a alemán --Name[be]=dict.cc Пераклад: з англійскай на нямецкую --Name[be@latin]=Pierakład „dict.cc”: anhielskaja ➙ niamieckaja --Name[bg]=Превод с dict.cc — от английски към немски --Name[bn]=dict.cc অনুবাদ: ইংরাজি থেকে জার্মান --Name[bn_IN]=dict.cc অনুবাদ: ইংরাজি থেকে জার্মান --Name[bs]=English to German: dikt.cc: sa engleskog na njemački --Name[ca]=Traducció dict.cc: Anglès - Alemany --Name[ca@valencia]=Traducció dict.cc: Anglés - Alemany --Name[cs]=Překlad dict.cc: z angličtiny do němčiny --Name[csb]=dict.cc: anielsczi -> miemiecczi --Name[da]=dict.cc oversættelse: Engelsk til tysk --Name[de]=dict.cc – Übersetzung: Englisch/Deutsch --Name[el]=dict.cc Μετάφραση: Αγγλικά σε Γερμανικά --Name[en_GB]=dict.cc Translation: English to German --Name[eo]=Tradukado dict.cc: angle germanen --Name[es]=dict.cc Traducción: inglés a alemán --Name[et]=dict.cc tõlkimine: inglise->saksa --Name[eu]=dict.cc ingelesetik alemanerako itzulpenak --Name[fa]=ترجمه dict.cc: انگلیسی به آلمانی --Name[fi]=dict.cc-käännös englannista saksaksi --Name[fr]=Traduction dict.cc : anglais vers allemand --Name[fy]=dict.cc-oersetting: Ingelsk nei Dûtsk --Name[ga]=dict.cc Aistriúchán: Béarla go Gearmáinis --Name[gl]=Tradución dict.cc: inglés a alemán --Name[gu]=dict.cc ભાષાંતર: અંગ્રેજી થી જર્મન --Name[he]=תרגום dict.cc: אנגלית לגרמנית --Name[hi]=dict.cc अनुवादः अंग्रेजी से जर्मन --Name[hne]=dict.cc अनुवादः अंगरेजी से जर्मन --Name[hr]=dict.cc Prijevod: engleski na njemački --Name[hsb]=dict.cc přełožowanje: jendźelsce -> němsce --Name[hu]=Dict.cc - Fordítás angolról németre --Name[ia]=dict.cc Traduction: Anglese a Germano --Name[id]=Terjemahan dict.cc: Bahasa Inggris ke Jerman --Name[is]=dict.cc Þýðing: Enska í þýsku --Name[it]=Traduzione dict.cc: dall'inglese al tedesco --Name[ja]=dict.cc 英語-ドイツ語翻訳 --Name[ka]=dict.cc თარგმნა: ინგლისურ-გერმანული --Name[kk]=dict.cc аудармашы: ағылшын тілінен немісшеге --Name[km]=ការ​បកប្រែ dict.cc ៖ ភាសា​អង់គ្លេស​ទៅជា​​​អាល្លឺម៉ង់ --Name[kn]=dict.cc ಅನುವಾದ: ಇಂಗ್ಲೀಷಿನಿಂದ ಜರ್ಮನ್ ಗೆ --Name[ko]=dict.cc 번역: 영어에서 독일어로 --Name[ku]=dict.cc Wergerandin: Îngilîzî ji Almanî re --Name[lt]=dict.cc vertimas: iš anglų į vokiečių --Name[lv]=dict.cc tulkošana: no Angļu uz Vācu --Name[mai]=dict.cc अनुवादः अंग्रेजी सँ जर्मन --Name[mk]=dict.cc превод: од англиски на германски --Name[ml]=dict.cc പരിഭാഷ: ഇംഗ്ലീഷില്‍ നിന്നും ജര്‍മനിലേയ്ക്കു് --Name[mr]=dict.cc अनुवादः अंग्रेजी ते जर्मन --Name[nb]=dict.cc Oversettelse fra engelsk til tysk --Name[nds]=dict.cc Översetten: Engelsch na Hoochdüütsch --Name[ne]=dict.cc अनुवाद: अङ्ग्रेजीलाई जर्मनीमा --Name[nl]=dict.cc-vertaling: Engels naar Duits --Name[nn]=dict.cc Omsetjing: Engelsk til tysk --Name[or]=dict.cc ଅନୁବାଦ: ଇଂରାଜୀରୁ ଜର୍ମାନ --Name[pa]=dict.cc ਟਰਾਂਸਲੇਸ਼ਨ: ਅੰਗਰੇਜ਼ੀ ਤੋਂ ਜਰਮਨ --Name[pl]=dict.cc: angielski -> niemiecki --Name[pt]=Tradução do dict.cc: Inglês para Alemão --Name[pt_BR]=dict.cc - Tradução: inglês para alemão --Name[ro]=Traducere dict.cc: engleză la germană --Name[ru]=Переводчик dict.cc: англо-немецкий --Name[se]=dict.cc Jorgaleapmi: Eŋgelasgielas duiskkagillii --Name[si]=dict.cc පරිවර්ථනය: ඉංග්‍රීසි සිට ජර්මන් භාශාවට --Name[sk]=dict.cc Preklad z angličtiny do nemčiny --Name[sl]=Prevod dict.cc: angleščina v nemščino --Name[sr]=English to German: дикт.цц: са енглеског на немачки --Name[sr@ijekavian]=English to German: дикт.цц: са енглеског на њемачки --Name[sr@ijekavianlatin]=dict.cc: sa engleskog na nemački --Name[sr@latin]=dict.cc: sa engleskog na nemački --Name[sv]=dict.cc översättning: engelska till tyska --Name[ta]=dict.cc Translation மொழிபெயர்ப்பு: ஆங்கிலத்தில் இருந்து ஜெர்மன் மொழிக்கு --Name[te]=dict.cc అనువాదము: ఇంగ్లీష్ నుండి జెర్మన్ --Name[tg]=Тарҷумаҳои dict.cc: Англисӣ ба немисӣ --Name[th]=การแปล dict.cc: ภาษาอังกฤษเป็นเยอรมัน --Name[tr]=dict.cc Çevirisi: İngilizceden Almancaya --Name[ug]=dict.cc تەرجىمە: ئىنگلىزچىدىن گېرمانچىغا --Name[uk]=dict.cc — переклад з англійської німецькою --Name[uz]=dict.cc tarjima: Inglizchadan Olmonchaga --Name[uz@cyrillic]=dict.cc таржима: Инглизчадан Олмончага --Name[vi]=dict.cc Dịch: Tiếng Anh sang tiếng Đức --Name[wa]=Ratournaedje dict.cc: di l' inglès viè l' almand --Name[x-test]=xxdict.cc Translation: English to Germanxx --Name[zh_CN]=dict.cc 翻译:英语译德语 --Name[zh_TW]=dict.cc 翻譯: 英文至德文 --Query=http://www.dict.cc/?s=\\{@} --Query[af]=http://www.dict.cc/?s=\\{@} --Query[ar]=http://www.dict.cc/?s=\\{@} --Query[as]=http://www.dict.cc/?s=\\{@} --Query[ast]=http://www.dict.cc/?s=\\{@} --Query[be]=http://www.dict.cc/?s=\\{@} --Query[be@latin]=http://www.dict.cc/?s=\\{@} --Query[bg]=http://www.dict.cc/?s=\\{@} --Query[bn]=http://www.dict.cc/?s=\\{@} --Query[bn_IN]=http://www.dict.cc/?s=\\{@} --Query[br]=http://www.dict.cc/?s=\\{@} --Query[bs]=http://www.dict.cc/?s=\\{@} --Query[ca]=http://www.dict.cc/?s=\\{@} --Query[ca@valencia]=http://www.dict.cc/?s=\\{@} --Query[cs]=http://www.dict.cc/?s=\\{@} --Query[csb]=http://www.dict.cc/?s=\\{@} --Query[da]=http://www.dict.cc/?s=\\{@} --Query[de]=http://www.dict.cc/?s=\\{@} --Query[el]=http://www.dict.cc/?s=\\{@} --Query[en_GB]=http://www.dict.cc/?s=\\{@} --Query[eo]=http://www.dict.cc/?s=\\{@} --Query[es]=http://www.dict.cc/?s=\\{@} --Query[et]=http://www.dict.cc/?s=\\{@} --Query[eu]=http://www.dict.cc/?s=\\{@} --Query[fa]=http://www.dict.cc/?s=\\{@} --Query[fi]=http://www.dict.cc/?s=\\{@} --Query[fr]=http://www.dict.cc/?s=\\{@} --Query[fy]=http://www.dict.cc/?s=\\{@} --Query[ga]=http://www.dict.cc/?s=\\{@} --Query[gl]=http://www.dict.cc/?s=\\{@} --Query[gu]=http://www.dict.cc/?s=\\{@} --Query[he]=http://www.dict.cc/?s=\\{@} --Query[hi]=http://www.dict.cc/?s=\\{@} --Query[hne]=http://www.dict.cc/?s=\\{@} --Query[hr]=http://www.dict.cc/?s=\\{@} --Query[hsb]=http://www.dict.cc/?s=\\{@} --Query[hu]=http://www.dict.cc/?s=\\{@} --Query[ia]=http://www.dict.cc/?s=\\{@} --Query[id]=http://www.dict.cc/?s=\\{@} --Query[is]=http://www.dict.cc/?s=\\{@} --Query[it]=http://www.dict.cc/?s=\\{@} --Query[ja]=http://www.dict.cc/?s=\\{@} --Query[ka]=http://www.dict.cc/?s=\\{@} --Query[kk]=http://www.dict.cc/?s=\\{@} --Query[km]=http://www.dict.cc/?s=\\{@} --Query[kn]=http://www.dict.cc/?s=\\{@} --Query[ko]=http://www.dict.cc/?s=\\{@} --Query[ku]=http://www.dict.cc/?s=\\{@} --Query[lt]=http://www.dict.cc/?s=\\{@} --Query[lv]=http://www.dict.cc/?s=\\{@} --Query[mai]=http://www.dict.cc/?s=\\{@} --Query[ml]=http://www.dict.cc/?s=\\{@} --Query[mr]=http://www.dict.cc/?s=\\{@} --Query[ms]=http://www.dict.cc/?s=\\{@} --Query[nb]=http://www.dict.cc/?s=\\{@} --Query[nds]=http://www.dict.cc/?s=\\{@} --Query[ne]=http://www.dict.cc/?s=\\{@} --Query[nl]=http://www.dict.cc/?s=\\{@} --Query[nn]=http://www.dict.cc/?s=\\{@} --Query[or]=http://www.dict.cc/?s=\\{@} --Query[pa]=http://www.dict.cc/?s=\\{@} --Query[pl]=http://www.dict.cc/?s=\\{@} --Query[pt]=http://www.dict.cc/?s=\\{@} --Query[pt_BR]=http://www.dict.cc/?s=\\{@} --Query[ro]=http://www.dict.cc/?s=\\{@} --Query[ru]=http://www.dict.cc/?s=\\{@} --Query[se]=http://www.dict.cc/?s=\\{@} --Query[si]=http://www.dict.cc/?s=\\{@} --Query[sk]=http://www.dict.cc/?s=\\{@} --Query[sl]=http://www.dict.cc/?s=\\{@} --Query[sr]=http://www.dict.cc/?s=\\{@} --Query[sr@ijekavian]=http://www.dict.cc/?s=\\{@} --Query[sr@ijekavianlatin]=http://www.dict.cc/?s=\\{@} --Query[sr@latin]=http://www.dict.cc/?s=\\{@} --Query[sv]=http://www.dict.cc/?s=\\{@} --Query[ta]=http://www.dict.cc/?s=\\{@} --Query[te]=http://www.dict.cc/?s=\\{@} --Query[tg]=http://www.dict.cc/?s=\\{@} --Query[th]=http://www.dict.cc/?s=\\{@} --Query[tr]=http://www.dict.cc/?s=\\{@} --Query[ug]=http://www.dict.cc/?s=\\{@} --Query[uk]=http://www.dict.cc/?s=\\{@} --Query[uz]=http://www.dict.cc/?s=\\{@} --Query[uz@cyrillic]=http://www.dict.cc/?s=\\{@} --Query[vi]=http://www.dict.cc/?s=\\{@} --Query[wa]=http://www.dict.cc/?s=\\{@} --Query[x-test]=xxhttp://www.dict.cc/?s=\\{@}xx --Query[zh_CN]=http://www.dict.cc/?s=\\{@} --Query[zh_TW]=http://www.dict.cc/?s=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/en2es.desktop b/kurifilter-plugins/ikws/searchproviders/en2es.desktop -deleted file mode 100644 -index 6f445be..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/en2es.desktop -+++ /dev/null -@@ -1,183 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=en2es --Name=WordReference.com Translation: English to Spanish --Name[af]=WordReference.com Vertaling: Engels na Spaans --Name[ar]=ترجمة WordReference: إنجليزي إلى إسباني --Name[as]=WordReference.com Translation: English to Spanish --Name[ast]=WordReference.com Torna: inglés a castellanu --Name[be]=WordReference.com Пераклад: з англійскай на іcпанскую --Name[be@latin]=Pierakład „WordReference.com”: anhielskaja ➙ hišpanskaja --Name[bg]=Превод с WordReference.com — от английски към испански --Name[bn]=WordReference.com অনুবাদ: ইংরাজি থেকে স্প্যানিশ --Name[bn_IN]=WordReference.com অনুবাদ: ইংরাজি থেকে স্প্যানিশ --Name[bs]=Vordreferens: sa engleskog na španski --Name[ca]=Traducció WordReference.com: Anglès - Espanyol --Name[ca@valencia]=Traducció WordReference.com: Anglés - Espanyol --Name[cs]=Překlad WordReference.com: z angličtiny do španělštiny --Name[csb]=WordReference.com: anielsczi -> szpańsczi --Name[cy]=Cyfieithiad WordReference.com: Saesneg i Sbaeneg --Name[da]=WordReference.com oversættelse: Engelsk til spansk --Name[de]=WordReference.com – Übersetzung: Englisch/Spanisch --Name[el]=WordReference.com Μετάφραση: Αγγλικά σε Ισπανικά --Name[en_GB]=WordReference.com Translation: English to Spanish --Name[eo]=Tradukado WordReference.com: angle hispanen --Name[es]=WordReference.com Traducción: inglés a español --Name[et]=WordReference.com tõlkimine: inglise->hispaania --Name[eu]=WordReference.com ingelesetik gaztelaniarako itzulpenak --Name[fa]=ترجمه WordReference.com: انگلیسی به اسپانیایی --Name[fi]=WordReference.com-käännös englannista espanjaksi --Name[fr]=Traduction sur WordReference.com : anglais vers espagnol --Name[fy]=WordReference.com-oersetting: Ingelsk nei Spaansk --Name[ga]=Aistriúchán WordReference.com: Béarla go Spáinnis --Name[gl]=Tradución WordReference.com: inglés a español --Name[gu]=WordReference.com ભાષાંતર: અંગ્રેજી થી સ્પેનિશ --Name[he]=תרגום WordReference.com: אנגלית לספרדית --Name[hi]=WordReference.com अनुवादः अंग्रेजी से स्पेनी --Name[hne]=वर्डरेफरेंस.काम अनुवादः अंगरेजी से स्पेनी --Name[hr]=WordReference.com prijevod: engleski u španjolski --Name[hsb]=WordReference.com přełožowanje: jendźelsce -> španisce --Name[hu]=WordReference.com fordítás: angolról spanyolra --Name[ia]=WordReference.com Traduction: Anglese a Espaniol --Name[id]=Terjemahan WordReference.com: Bahasa Inggris ke Spanyol --Name[is]=WordReference.com þýðing: Ensk/spönsk --Name[it]=Traduzione WordReference.com: dall'inglese allo spagnolo --Name[ja]=WordReference.com 英語-スペイン語翻訳 --Name[kk]=WordReference.com ағылшын тілінен испаншаға аудару --Name[km]=ការ​បកប្រែ WordReference.com ៖ ភាសា​អង់គ្លេស​ទៅជា​​អេស្ប៉ាញ --Name[kn]=WordReference.com ಅನುವಾದ: ಇಂಗ್ಲೀಷಿನಿಂದ ಸ್ಪಾನಿಷ್ ಗೆ --Name[ko]=WordReference.com 번역: 영어에서 스페인어로 --Name[ku]=WordReference.com Wergerandin: Îngilîzî ji Spanyolî re --Name[lt]=WordReference.com vertimas: iš anglų į ispanų --Name[lv]=WordReference.com tulkošana: no Angļu uz Spāņu --Name[mai]=WordReference.com अनुवादः अंग्रेजी सँ स्पेनी --Name[mk]=WordReference.com превод: од англиски на шпански --Name[ml]=WordReference.com പരിഭാഷ: ഇംഗ്ലീഷില്‍ നിന്നും സ്പാനിഷിലേയ്ക്കു് --Name[mr]=WordReference.com अनुवादः अंग्रेजी ते स्पॅनीश --Name[nb]=WordReference.com – oversettelse fra engelsk til spansk --Name[nds]=WordReference.com Översetten: Engelsch na Spaansch --Name[ne]=WordReference.com Translation: अङ्ग्रेजीलाई स्पेनीसमा --Name[nl]=WordReference.com-vertaling: Engels naar Spaans --Name[nn]=WordReference.com – omsetjing: engelsk til spansk --Name[or]=WordReference.com ଅନୁବାଦ: ଇଂରାଜୀରୁ ସ୍ପେନିସ --Name[pa]=WordReference.com ਟਰਾਂਸਲੇਸ਼ਨ:ਅੰਗਰੇਜ਼ੀ ਤੋਂ ਸਪੇਨੀ --Name[pl]=WordReference.com: angielski -> hiszpański --Name[pt]=Tradução do WordReference.com: Inglês para Espanhol --Name[pt_BR]=WordReference.com - Tradução: inglês para espanhol --Name[ro]=Traducere WordReference.com: engleză la spaniolă --Name[ru]=Переводчик WordReference.com: англо-испанский --Name[se]=WordReference.com – jorgaleapmi: eŋgelasgielas spánskkagillii --Name[si]=WordReference.com පරිවර්ථනය:ඉංග්‍රීසි සිට ස්පාඤ්ඤ බසට --Name[sk]=WordReference.com preklad z angličtiny do španielčiny --Name[sl]=Prevod WordReference.com: angleščina v španščino --Name[sr]=Вордреференс: са енглеског на шпански --Name[sr@ijekavian]=Вордреференс: са енглеског на шпански --Name[sr@ijekavianlatin]=WordReference: sa engleskog na španski --Name[sr@latin]=WordReference: sa engleskog na španski --Name[sv]=Wordreference.com översättning: engelska till spanska --Name[ta]=WordReference.com மொழிபெயர்ப்பு: ஆங்கிலத்தில் இருந்து ஸ்பானிஷ் மொழிக்கு --Name[te]=WordReference.com అనువాదము: ఇంగ్లీష్ నుండి స్పానిష్ --Name[tg]=Тарҷумаҳои WordReference.com: Англисӣ ба испанӣ --Name[th]=การแปล WordReference.com: แปลภาษาอังกฤษเป็นสเปน --Name[tr]=WordReference.com Çevirisi: İngilizceden İspanyolcaya --Name[ug]=WordReference.com تەرجىمە: ئىنگلىزچىدىن ئىسپانچىغا --Name[uk]=WordReference.com — переклад з англійської іспанською --Name[uz]=WordReference.com tarjima: Inglizchadan Ispanchaga --Name[uz@cyrillic]=WordReference.com таржима: Инглизчадан Испанчага --Name[vi]=WordReference.com Dịch: tiếng Anh sang tiếng Tây Ban Nha --Name[wa]=WordReference.com ratournaedje di l' inglès viè l' espagnol --Name[x-test]=xxWordReference.com Translation: English to Spanishxx --Name[zh_CN]=WordReference.com 翻译:英语译西班牙语 --Name[zh_TW]=WordReference.com 翻譯: 英文至西班牙文 --Query=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[af]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[ar]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[as]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[ast]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[be]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[be@latin]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[bg]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[bn]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[bn_IN]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[br]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[bs]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[ca]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[ca@valencia]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[cs]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[csb]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[da]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[de]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[el]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[en_GB]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[eo]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[es]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[et]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[eu]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[fa]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[fi]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[fr]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[fy]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[ga]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[gl]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[gu]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[he]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[hi]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[hne]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[hr]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[hsb]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[hu]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[ia]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[id]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[is]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[it]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[ja]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[ka]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[kk]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[km]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[kn]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[ko]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[ku]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[lt]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[lv]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[mai]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[ml]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[mr]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[ms]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[nb]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[nds]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[ne]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[nl]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[nn]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[or]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[pa]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[pl]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[pt]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[pt_BR]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[ro]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[ru]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[se]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[si]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[sk]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[sl]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[sr]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[sr@ijekavian]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[sr@ijekavianlatin]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[sr@latin]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[sv]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[ta]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[te]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[tg]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[th]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[tr]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[ug]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[uk]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[uz]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[uz@cyrillic]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[vi]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[wa]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[x-test]=xxhttp://www.wordreference.com/es/translation.asp?tranword=\\{@}xx --Query[zh_CN]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --Query[zh_TW]=http://www.wordreference.com/es/translation.asp?tranword=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/en2fr.desktop b/kurifilter-plugins/ikws/searchproviders/en2fr.desktop -deleted file mode 100644 -index 982feaa..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/en2fr.desktop -+++ /dev/null -@@ -1,183 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=en2fr --Name=WordReference.com Translation: English to French --Name[af]=WordReference.com Vertaling: Engels na Frans --Name[ar]=ترجمة WordReference: إنجليزي إلى فرنسي --Name[as]=WordReference.com Translation: English to French --Name[ast]=WordReference.com Torna: inglés a francés --Name[be]=WordReference.com Пераклад: з англійскай на французскую --Name[be@latin]=Pierakład „WordReference.com”: anhielskaja ➙ francuskaja --Name[bg]=Превод с WordReference.com — от английски към френски --Name[bn]=WordReference.com অনুবাদ: ইংরাজি থেকে ফরাসী --Name[bn_IN]=WordReference.com অনুবাদ: ইংরাজি থেকে ফ্রেঞ্চ --Name[bs]=Vordreferens: sa engleskog na francuski --Name[ca]=Traducció WordReference.com: Anglès - Francès --Name[ca@valencia]=Traducció WordReference.com: Anglés - Francés --Name[cs]=Překlad WordReference.com: z angličtiny do francouzštiny --Name[csb]=WordReference.com: anielsczi -> francësczi --Name[cy]=Cyfieithiad WordReference.com: Saesneg i Ffrangeg --Name[da]=WordReference.com oversættelse: Engelsk til fransk --Name[de]=WordReference.com – Übersetzung: Englisch/Französisch --Name[el]=WordReference.com Μετάφραση: Αγγλικά σε Γαλλικά --Name[en_GB]=WordReference.com Translation: English to French --Name[eo]=Tradukado WordReference.com: angle francen --Name[es]=WordReference.com Traducción: inglés a francés --Name[et]=WordReference.com tõlkimine: inglise->prantsuse --Name[eu]=WordReference.com ingelesetik frantseserako itzulpenak --Name[fa]=ترجمه WordReference.com: انگلیسی به فرانسوی --Name[fi]=WordReference.com-käännös englannista ranskaksi --Name[fr]=Traduction sur WordReference.com : anglais vers français --Name[fy]=WordReference.com-oersetting: Ingelsk nei Frânsk --Name[ga]=Aistriúchán WordReference.com: Béarla go Fraincis --Name[gl]=Tradución WordReference.com: inglés a francés --Name[gu]=WordReference.com ભાષાંતર: અંગ્રેજી થી ફ્રેંચ --Name[he]=תרגום WordReference.com: אנגלית לצרפתית --Name[hi]=WordReference.com अनुवादः अंग्रेजी से फ्रांसीसी --Name[hne]=वर्डरेफरेंस.काम अनुवादः अंगरेजी से फ्रांसीसी --Name[hr]=WordReference.com prijevod: engleski na francuski --Name[hsb]=WordReference.com přełožowanje: jendźelsce -> francosce --Name[hu]=WordReference.com fordítás: angolról franciára --Name[ia]=WordReference.com Traduction: Anglese a Francese --Name[id]=Terjemahan WordReference.com: Bahasa Inggris ke Perancis --Name[is]=WordReference.com þýðing: Ensk/frönsk --Name[it]=Traduzione WordReference.com: dall'inglese al francese --Name[ja]=WordReference.com 英語-フランス語翻訳 --Name[kk]=WordReference.com ағылшын тілінен французшаға аудару --Name[km]=ការ​បកប្រែ WordReference.com ៖ ភាសា​អង់គ្លេស​ទៅ​ជា​​បារាំង --Name[kn]=WordReference.com ಅನುವಾದ: ಇಂಗ್ಲೀಷಿನಿಂದ ಫ್ರೆಂಚ್ ಗೆ --Name[ko]=WordReference.com 번역: 영어에서 프랑스어로 --Name[ku]=WordReference.com Wergerandin: Îngilîzî ji Fransizî re --Name[lt]=WordReference.com vertimas: iš anglų į prancūzų --Name[lv]=WordReference.com tulkošana: no Angļu uz Franču --Name[mai]=WordReference.com अनुवादः अंग्रेजी सँ फ्रांसीसी --Name[mk]=WordReference.com превод: од англиски на француски --Name[ml]=WordReference.com പരിഭാഷ: ഇംഗ്ലീഷില്‍ നിന്നും ഫ്രഞ്ചിലേയ്ക്കു് --Name[mr]=WordReference.com अनुवादः अंग्रेजी ते फ्रांसीसी --Name[nb]=WordReference.com – oversettelse fra engelsk til fransk --Name[nds]=WordReference.com Översetten: Engelsch na Franzöösch --Name[ne]=WordReference.com Translation: अङ्ग्रेजीलाई फ्रेन्चमा --Name[nl]=WordReference.com-vertaling: Engels naar Frans --Name[nn]=WordReference.com – omsetjing: engelsk til fransk --Name[or]=WordReference.com ଅନୁବାଦ: ଇଂରାଜୀରୁ ଫ୍ରେଞ୍ଚ --Name[pa]=WordReference.com ਟਰਾਂਸਲੇਸ਼ਨ:ਅੰਗਰੇਜ਼ੀ ਤੋਂ ਫਰੈਂਚ --Name[pl]=WordReference.com: angielski -> francuski --Name[pt]=Tradução do WordReference.com: Inglês para Francês --Name[pt_BR]=WordReference.com - Tradução: inglês para francês --Name[ro]=Traducere WordReference.com: engleză la franceză --Name[ru]=Переводчик WordReference.com: англо-французский --Name[se]=WordReference.com – jorgaleapmi: eŋgelasgielas fránskkagillii --Name[si]=WordReference.com පරිවර්ථනය: ඉංග්‍රීසි සිට ප්‍රංශ බසට --Name[sk]=WordReference.com preklad z angličtiny do francúzštiny --Name[sl]=Prevod WordReference.com: angleščina v francoščino --Name[sr]=Вордреференс: са енглеског на француски --Name[sr@ijekavian]=Вордреференс: са енглеског на француски --Name[sr@ijekavianlatin]=WordReference: sa engleskog na francuski --Name[sr@latin]=WordReference: sa engleskog na francuski --Name[sv]=Wordreference.com översättning: engelska till franska --Name[ta]=WordReference.com மொழிபெயர்ப்பு: ஆங்கிலத்தில் இருந்து ப்ரென்சு மொழிக்கு --Name[te]=WordReference.com అనువాదము: ఇంగ్లీష్ నుండి ఫ్రెంచ్ --Name[tg]=Тарҷумаҳои WordReference.com: Англисӣ ба франсузӣ --Name[th]=การแปลของ WordReference.com: ภาษาอังกฤษเป็นฝรั่งเศส --Name[tr]=WordReference.com Çevirisi: İngilizceden Fransızcaya --Name[ug]=WordReference.com تەرجىمە: ئىنگلىزچىدىن فىرانسۇزچىغا --Name[uk]=WordReference.com — переклад з англійської французькою --Name[uz]=WordReference.com tarjima: Inglizchadan Fransuzchaga --Name[uz@cyrillic]=WordReference.com таржима: Инглизчадан Французчага --Name[vi]=WordReference.com Dịch: Tiếng Anh sang tiếng Pháp --Name[wa]=WordReference.com ratournaedje di l' inglès viè l' francès --Name[x-test]=xxWordReference.com Translation: English to Frenchxx --Name[zh_CN]=WordReference.com 翻译:英语译法语 --Name[zh_TW]=WordReference.com 翻譯: 英文至法文 --Query=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[af]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[ar]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[as]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[ast]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[be]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[be@latin]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[bg]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[bn]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[bn_IN]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[br]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[bs]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[ca]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[ca@valencia]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[cs]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[csb]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[da]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[de]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[el]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[en_GB]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[eo]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[es]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[et]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[eu]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[fa]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[fi]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[fr]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[fy]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[ga]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[gl]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[gu]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[he]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[hi]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[hne]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[hr]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[hsb]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[hu]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[ia]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[id]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[is]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[it]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[ja]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[ka]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[kk]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[km]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[kn]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[ko]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[ku]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[lt]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[lv]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[mai]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[ml]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[mr]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[ms]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[nb]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[nds]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[ne]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[nl]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[nn]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[or]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[pa]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[pl]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[pt]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[pt_BR]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[ro]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[ru]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[se]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[si]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[sk]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[sl]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[sr]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[sr@ijekavian]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[sr@ijekavianlatin]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[sr@latin]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[sv]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[ta]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[te]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[tg]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[th]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[tr]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[ug]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[uk]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[uz]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[uz@cyrillic]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[vi]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[wa]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[x-test]=xxhttp://www.wordreference.com/fr/Translation.asp?enfr=\\{@}xx --Query[zh_CN]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --Query[zh_TW]=http://www.wordreference.com/fr/Translation.asp?enfr=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/en2it.desktop b/kurifilter-plugins/ikws/searchproviders/en2it.desktop -deleted file mode 100644 -index 5e0420f..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/en2it.desktop -+++ /dev/null -@@ -1,183 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=en2it --Name=WordReference.com Translation: English to Italian --Name[af]=WordReference.com Vertaling: Engels na Italiaans --Name[ar]=ترجمة WordReference: إنجليزي إلى إيطالي --Name[as]=WordReference.com Translation: English to Italian --Name[ast]=WordReference.com Torna: inglés a italianu --Name[be]=WordReference.com Пераклад: з англійскай на італьянскую --Name[be@latin]=Pierakład „WordReference.com”: anhielskaja ➙ italjanskaja --Name[bg]=Превод с WordReference.com — от английски към италиански --Name[bn]=WordReference.com অনুবাদ: ইংরাজি থেকে ইতালীয় --Name[bn_IN]=WordReference.com অনুবাদ: ইংরাজি থেকে ইটালিয়ান --Name[bs]=Vordreferens: sa engleskog na italijanski --Name[ca]=Traducció WordReference.com: Anglès - Italià --Name[ca@valencia]=Traducció WordReference.com: Anglés - Italià --Name[cs]=Překlad WordReference.com: z angličtiny do italštiny --Name[csb]=WordReference.com: anielsczi -> italsczi --Name[cy]=Cyfieithiad WordReference.com: Saesneg i Eidaleg --Name[da]=WordReference.com oversættelse: Engelsk til italiensk --Name[de]=WordReference.com – Übersetzung: Englisch/Italienisch --Name[el]=WordReference.com Μετάφραση: Αγγλικά σε Ιταλικά --Name[en_GB]=WordReference.com Translation: English to Italian --Name[eo]=Tradukado WordReference.com: angle italen --Name[es]=WordReference.com Traducción: inglés a italiano --Name[et]=WordReference.com tõlkimine: inglise->itaalia --Name[eu]=WordReference.com ingelesetik italierarako itzulpenak --Name[fa]=ترجمه WordReference.com: انگلیسی به ایتالیایی --Name[fi]=WordReference.com-käännös englannista italiaksi --Name[fr]=Traduction sur WordReference.com : anglais vers italien --Name[fy]=WordReference.com-oersetting: Ingelsk nei Italiaansk --Name[ga]=Aistriúchán WordReference.com: Béarla go hIodáilis --Name[gl]=Tradución WordReference.com: inglés a italiano --Name[gu]=WordReference.com ભાષાંતર: અંગ્રેજી થી ઇટાલિઅન --Name[he]=תרגום WordReference.com: אנגלית לאיטלקית --Name[hi]=WordReference.com अनुवादः अंग्रेजी से इतालवी --Name[hne]=वर्डरेफरेंस.काम अनुवादः अंगरेजी से इतालवी --Name[hr]=WordReference.com Prijevod: engleski na talijanski --Name[hsb]=WordReference.com přełožowanje: jendźelsce -> italsce --Name[hu]=WordReference.com fordítás: angolról olaszra --Name[ia]=WordReference.com Traduction: Anglese a Italiano --Name[id]=Terjemahan WordReference.com: Bahasa Inggris ke Italia --Name[is]=WordReference.com þýðing: Ensk/ítölsk --Name[it]=Traduzione WordReference.com: dall'inglese all'italiano --Name[ja]=WordReference.com 英語-イタリア語翻訳 --Name[kk]=WordReference.com ағылшын тілінен итальяншаға аудару --Name[km]=ការ​បកប្រែ WordReference.com ៖ ភាសា​អង់គ្លេស​ទៅ​ជា​អ៊ីតាលី --Name[kn]=WordReference.com ಅನುವಾದ: ಇಂಗ್ಲೀಷಿನಿಂದ ಇಟಾಲಿಯನ್ ಗೆ --Name[ko]=WordReference.com 번역: 영어에서 이탈리아어로 --Name[ku]=WordReference.com Wergerandin: Îngilîzî ji Îtalî re --Name[lt]=WordReference.com vertimas: iš anglų į italų --Name[lv]=WordReference.com tulkošana: no Angļu uz Itāļu --Name[mai]=WordReference.com अनुवादः अंग्रेजी सँ इतालवी --Name[mk]=WordReference.com превод: од англиски на италијански --Name[ml]=WordReference.com പരിഭാഷ: ഇംഗ്ലീഷില്‍ നിന്നും ഇറ്റാലിയനിലേയ്ക്കു് --Name[mr]=WordReference.com अनुवादः अंग्रेजी ते इटालीयन --Name[nb]=WordReference.com – oversettelse fra engelsk til italiensk --Name[nds]=WordReference.com Översetten: Engelsch na Italieensch --Name[ne]=WordReference.com Translation: अङ्ग्रेजीलाई इटलीमा --Name[nl]=WordReference.com-vertaling: Engels naar Italiaans --Name[nn]=WordReference.com – omsetjing: engelsk til italiensk --Name[or]=WordReference.com ଅନୁବାଦ: ଇଂରାଜୀରୁ ଇଟାଲିଆନ --Name[pa]=WordReference.com ਟਰਾਂਸਲੇਸ਼ਨ:ਅੰਗਰੇਜ਼ੀ ਤੋਂ ਇਤਾਲਵੀ --Name[pl]=WordReference.com: angielski -> włoski --Name[pt]=Tradução do WordReference.com: Inglês para Italiano --Name[pt_BR]=WordReference.com - Tradução: inglês para italiano --Name[ro]=Traducere WordReference.com: engleză la italiană --Name[ru]=Переводчик WordReference.com: англо-итальянский --Name[se]=WordReference.com – jorgaleapmi: eŋgelasgielas italialašgillii --Name[si]=WordReference.com පරිවර්ථනය: ඉංග්‍රීසි සිට ඉතාලි බසට --Name[sk]=WordReference.com preklad z angličtiny do taliančiny --Name[sl]=Prevod WordReference.com: angleščina v italijanščino --Name[sr]=Вордреференс: са енглеског на италијански --Name[sr@ijekavian]=Вордреференс: са енглеског на италијански --Name[sr@ijekavianlatin]=WordReference: sa engleskog na italijanski --Name[sr@latin]=WordReference: sa engleskog na italijanski --Name[sv]=Wordreference.com översättning: engelska till italienska --Name[ta]=WordReference.com மொழிபெயர்ப்பு: ஆங்கிலத்தில் இருந்து இத்தாலிய மொழிக்கு --Name[te]=WordReference.com అనువాదము: ఇంగ్లీష్ నుండి ఇటాలియన్ --Name[tg]=Тарҷумаҳои WordReference.com: Англисӣ ба итолиёӣ --Name[th]=การแปลจาก WordReference.com: แปลภาษาอังกฤษเป็นอิตาเลี่ยน --Name[tr]=WordReference.com Çevirisi: İngilizceden İtalyancaya --Name[ug]=WordReference.com تەرجىمە: ئىنگلىزچىدىن ئىتاليانچىغا --Name[uk]=WordReference.com — переклад з англійської італійською --Name[uz]=WordReference.com tarjima: Inglizchadan Italyanchaga --Name[uz@cyrillic]=WordReference.com таржима: Инглизчадан Италянчага --Name[vi]=WordReference.com Dịch: Tiếng Anh sang tiếng Ý --Name[wa]=WordReference.com ratournaedje di l' inglès viè l' itålyin --Name[x-test]=xxWordReference.com Translation: English to Italianxx --Name[zh_CN]=WordReference.com 翻译:英语译意大利语 --Name[zh_TW]=WordReference.com 翻譯: 英文至義大利文 --Query=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[af]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[ar]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[as]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[ast]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[be]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[be@latin]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[bg]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[bn]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[bn_IN]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[br]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[bs]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[ca]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[ca@valencia]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[cs]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[csb]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[da]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[de]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[el]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[en_GB]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[eo]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[es]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[et]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[eu]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[fa]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[fi]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[fr]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[fy]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[ga]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[gl]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[gu]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[he]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[hi]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[hne]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[hr]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[hsb]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[hu]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[ia]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[id]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[is]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[it]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[ja]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[ka]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[kk]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[km]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[kn]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[ko]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[ku]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[lt]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[lv]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[mai]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[ml]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[mr]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[ms]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[nb]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[nds]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[ne]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[nl]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[nn]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[or]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[pa]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[pl]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[pt]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[pt_BR]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[ro]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[ru]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[se]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[si]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[sk]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[sl]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[sr]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[sr@ijekavian]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[sr@ijekavianlatin]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[sr@latin]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[sv]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[ta]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[te]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[tg]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[th]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[tr]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[ug]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[uk]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[uz]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[uz@cyrillic]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[vi]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[wa]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[x-test]=xxhttp://www.wordreference.com/it/translation.asp?enit=\\{@}xx --Query[zh_CN]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --Query[zh_TW]=http://www.wordreference.com/it/translation.asp?enit=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/es2en.desktop b/kurifilter-plugins/ikws/searchproviders/es2en.desktop -deleted file mode 100644 -index a5aabd3..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/es2en.desktop -+++ /dev/null -@@ -1,183 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=es2en --Name=WordReference.com Translation: Spanish to English --Name[af]=WordReference.com Vertaling: Spaans na Engels --Name[ar]=ترجمة WordReference.com: إسباني إلى إنجليزي --Name[as]=WordReference.com Translation: Spanish to English --Name[ast]=WordReference.com Torna: castellanu a inglés --Name[be]=WordReference.com Пераклад: з іспанскай на англійскую --Name[be@latin]=Pierakład „WordReference.com”: hišpanskaja ➙ anhielskaja --Name[bg]=Превод с WordReference.com — от испански към английски --Name[bn]=WordReference.com অনুবাদ: স্প্যানিশ থেকে ইংরাজি --Name[bn_IN]=WordReference.com অনুবাদ: স্প্যানিশ থেকে ইংরাজি --Name[bs]=Vordreferens: sa španskog na engleski --Name[ca]=Traducció WordReference.com: Espanyol - Anglès --Name[ca@valencia]=Traducció WordReference.com: Espanyol - Anglés --Name[cs]=Překlad WordReference.com: ze španělštiny do angličtiny --Name[csb]=WordReference.com: szpańsczi -> anielsczi --Name[cy]=Cyfieithiad WordReference.com: Sbaeneg i Saesneg --Name[da]=WordReference.com oversættelse: Spansk til engelsk --Name[de]=WordReference.com – Übersetzung: Spanisch/Englisch --Name[el]=WordReference.com Μετάφραση: Ισπανικά σε Αγγλικά --Name[en_GB]=WordReference.com Translation: Spanish to English --Name[eo]=Tradukado WordReference.com: hispane anglen --Name[es]=WordReference.com Traducción: español a inglés --Name[et]=WordReference.com tõlkimine: hispaania->inglise --Name[eu]=WordReference.com gaztelaniatik ingeleserako itzulpenak --Name[fa]=ترجمه WordReference.com: اسپانیایی به انگلیسی --Name[fi]=WordReference.com-käännös espanjasta englanniksi --Name[fr]=Traduction sur WordReference.com : espagnol vers anglais --Name[fy]=WordReference.com-oersetting: Spaansk nei Ingelsk --Name[ga]=WordReference.com Aistriúchán: Spáinnis go Béarla --Name[gl]=Tradución WordReference.com: español a inglés --Name[gu]=WordReference.com ભાષાંતર: સ્પેનિશ થી અંગ્રેજી --Name[he]=תרגום WordReference.com: ספרדית לאנגלית --Name[hi]=WordReference.com अनुवादः स्पेनी से अंग्रेजी --Name[hne]=वर्डरेफरेंस.काम अनुवादः स्पेनी से अंगरेजी --Name[hr]=WordReference.com Prijevod: španjolski na engleski --Name[hsb]=WordReference.com přełožowanje: španisce -> jendźelsce --Name[hu]=WordReference.com fordítás: spanyolról angolra --Name[ia]=WordReference.com Traduction: Espaniol a Anglese --Name[id]=Terjemahan WordReference.com: Bahasa Spanyol ke Inggris --Name[is]=WordReference.com þýðing: Spönsk/ensk --Name[it]=Traduzione WordReference.com: dallo spagnolo all'inglese --Name[ja]=WordReference.com スペイン語-英語翻訳 --Name[kk]=WordReference.com испан тілінен ағылшынға аудару --Name[km]=ការ​បកប្រែ WordReference.com ៖ ភាសា​អេស្ប៉ាញ​ទៅ​ជា​អង់គ្លេស --Name[kn]=WordReference.com ಅನುವಾದ: ಸ್ಪಾನಿಷ್ ನಿಂದ ಇಂಗ್ಲೀಷ್ ಗೆ --Name[ko]=WordReference.com 번역: 스페인어에서 영어로 --Name[ku]=WordReference.com Wergerandin: Spanyolî ji Îngilîzî re --Name[lt]=WordReference.com vertimas: iš ispanų į anglų --Name[lv]=WordReference.com tulkošana: no Spāņu uz Angļu --Name[mai]=WordReference.com अनुवादः स्पेनी सँ अंग्रेजी --Name[mk]=WordReference.com превод: од шпански на англиски --Name[ml]=WordReference.com പരിഭാഷ: സ്പാനിഷില്‍ നിന്നും ഇംഗ്ലീഷിലേയ്ക്കു് --Name[mr]=WordReference.com अनुवादः स्पेनी ते अंग्रेजी --Name[nb]=WordReference.com – oversettelse fra spansk til engelsk --Name[nds]=WordReference.com Översetten: Spaansch na Engelsch --Name[ne]=WordReference.com Translation: स्पेनिसलाई अङ्ग्रेजीमा --Name[nl]=WordReference.com-vertaling: Spaans naar Engels --Name[nn]=WordReference.com – omsetjing: spansk til engelsk --Name[or]=WordReference.com ଅନୁବାଦ: ସ୍ପେନିସରୁ ଇଂରାଜୀ --Name[pa]=WordReference.com ਟਰਾਂਸਲੇਸ਼ਨ:ਸਪੇਨੀ ਤੋਂ ਅੰਗਰੇਜ਼ੀ --Name[pl]=WordReference.com: hiszpański -> angielski --Name[pt]=Tradução do WordReference.com: Espanhol para Inglês --Name[pt_BR]=WordReference.com - Tradução: espanhol para inglês --Name[ro]=Traducere WordReference.com: spaniolă la engleză --Name[ru]=Переводчик WordReference.com: испанско-английский --Name[se]=WordReference.com – jorgaleapmi: spánskkagielas eŋgelasgillii --Name[si]=WordReference.com පරිවර්ථනය: ස්පාඤ්ඤ සිට ඉංග්‍රීසි --Name[sk]=WordReference.com preklad zo španielčiny do angličtiny --Name[sl]=Prevod WordReference.com: španščina v angleščino --Name[sr]=Вордреференс: са шпанског на енглески --Name[sr@ijekavian]=Вордреференс: са шпанског на енглески --Name[sr@ijekavianlatin]=WordReference: sa španskog na engleski --Name[sr@latin]=WordReference: sa španskog na engleski --Name[sv]=Wordreference.com översättning: spanska till engelska --Name[ta]=WordReference.com மொழிபெயர்ப்பு: ஸ்பானிஷ் மொழியில் இருந்து ஆங்கிலத்துக்கு --Name[te]=WordReference.com అనువాదము: స్పానిష్ నుండి ఇంగ్లీష్ --Name[tg]=Тарҷумаҳои WordReference.com: Испанӣ ба англисӣ --Name[th]=การแปลจาก WordReference.com: แปลภาษาสเปนเป็นอังกฤษ --Name[tr]=WordReference.com Çevirisi: İspanyolcadan İngilizceye --Name[ug]=WordReference.com تەرجىمە: ئىسپانچىدىن ئىنگلىزچىغا --Name[uk]=WordReference.com — переклад з іспанської англійською --Name[uz]=WordReference.com tarjima: Ispanchadan Inglizchaga --Name[uz@cyrillic]=WordReference.com таржима: Испанчадан Инглизчага --Name[vi]=WordReference.com Dịch: Tiếng Tây Ban Nha sang tiếng Anh --Name[wa]=WordReference.com ratournaedje do castiyan viè l' inglès --Name[x-test]=xxWordReference.com Translation: Spanish to Englishxx --Name[zh_CN]=WordReference.com 翻译:西班牙语译英语 --Name[zh_TW]=WordReference.com 翻譯: 西班牙文至英文 --Query=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[af]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[ar]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[as]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[ast]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[be]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[be@latin]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[bg]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[bn]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[bn_IN]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[br]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[bs]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[ca]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[ca@valencia]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[cs]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[csb]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[da]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[de]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[el]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[en_GB]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[eo]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[es]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[et]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[eu]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[fa]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[fi]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[fr]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[fy]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[ga]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[gl]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[gu]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[he]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[hi]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[hne]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[hr]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[hsb]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[hu]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[ia]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[id]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[is]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[it]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[ja]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[ka]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[kk]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[km]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[kn]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[ko]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[ku]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[lt]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[lv]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[mai]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[ml]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[mr]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[ms]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[nb]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[nds]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[ne]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[nl]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[nn]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[or]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[pa]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[pl]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[pt]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[pt_BR]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[ro]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[ru]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[se]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[si]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[sk]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[sl]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[sr]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[sr@ijekavian]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[sr@ijekavianlatin]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[sr@latin]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[sv]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[ta]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[te]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[tg]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[th]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[tr]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[ug]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[uk]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[uz]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[uz@cyrillic]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[vi]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[wa]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[x-test]=xxhttp://www.wordreference.com/es/en/translation.asp?spen=\\{@}xx --Query[zh_CN]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --Query[zh_TW]=http://www.wordreference.com/es/en/translation.asp?spen=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/ethicle.desktop b/kurifilter-plugins/ikws/searchproviders/ethicle.desktop -deleted file mode 100644 -index b03346e..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/ethicle.desktop -+++ /dev/null -@@ -1,146 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Ethicle --Name[ar]=Ethicle --Name[ast]=Ethicle --Name[bg]=Ethicle --Name[bn]=এথিকল --Name[bs]=Etikl --Name[ca]=Ethicle --Name[ca@valencia]=Ethicle --Name[cs]=Ethicle --Name[csb]=Ethicle --Name[da]=Ethicle --Name[de]=Ethicle --Name[el]=Ethicle --Name[en_GB]=Ethicle --Name[eo]=Etiklo --Name[es]=Ethicle --Name[et]=Ethicle --Name[eu]=Ethicle --Name[fa]=Ethicle --Name[fi]=Ethicle --Name[fr]=Ethicle --Name[fy]=Ethicle --Name[ga]=Ethicle --Name[gl]=Ethicle --Name[gu]=ઇથિકલ --Name[he]=Ethicle --Name[hi]=एथिकल --Name[hr]=Ethicle --Name[hu]=Ethicle --Name[ia]=Ethicle --Name[id]=Ethicle --Name[is]=Ethicle --Name[it]=Ethicle --Name[ja]=Ethicle --Name[kk]=Ethicle --Name[km]=Ethicle --Name[kn]=ಎತಿಕಲ್ --Name[ko]=Ethicle --Name[lt]=Ethicle --Name[lv]=Ethicle --Name[mai]=एथिकल --Name[ml]=ഇത്തിക്കിള്‍ --Name[mr]=एथिकल --Name[nb]=Ethicle --Name[nds]=Ethicle --Name[nl]=Ethisch --Name[nn]=Ethicle --Name[pa]=ਇਥੀਕਲੀ --Name[pl]=Ethicle --Name[pt]=Ethicle --Name[pt_BR]=Ethicle --Name[ro]=Ethicle --Name[ru]=Ethicle --Name[si]=Ethicle --Name[sk]=Ethicle --Name[sl]=Ethicle --Name[sr]=Етикл --Name[sr@ijekavian]=Етикл --Name[sr@ijekavianlatin]=Ethicle --Name[sr@latin]=Ethicle --Name[sv]=Ethicle --Name[tg]=Ethicle --Name[th]=บริการค้นหา Ethicle --Name[tr]=Ethicle --Name[ug]=Ethicle --Name[uk]=Ethicle --Name[vi]=Ethicle --Name[wa]=Ethicle --Name[x-test]=xxEthiclexx --Name[zh_CN]=Ethicle --Name[zh_TW]=Ethicle --X-KDE-ServiceTypes=SearchProvider --Keys=et,ethicle --Query=http://www.ethicle.com/search.php?q=\\{@} --Query[ar]=http://www.ethicle.com/search.php?q=\\{@} --Query[ast]=http://www.ethicle.com/search.php?q=\\{@} --Query[bg]=http://www.ethicle.com/search.php?q=\\{@} --Query[bn]=http://www.ethicle.com/search.php?q=\\{@} --Query[bs]=http://www.ethicle.com/search.php?q=\\{@} --Query[ca]=http://www.ethicle.com/search.php?q=\\{@} --Query[ca@valencia]=http://www.ethicle.com/search.php?q=\\{@} --Query[cs]=http://www.ethicle.com/search.php?q=\\{@} --Query[csb]=http://www.ethicle.com/search.php?q=\\{@} --Query[da]=http://www.ethicle.com/search.php?q=\\{@} --Query[de]=http://www.ethicle.com/search.php?q=\\{@} --Query[el]=http://www.ethicle.com/search.php?q=\\{@} --Query[en_GB]=http://www.ethicle.com/search.php?q=\\{@} --Query[eo]=http://www.ethicle.com/search.php?q=\\{@} --Query[es]=http://www.ethicle.com/search.php?q=\\{@} --Query[et]=http://www.ethicle.com/search.php?q=\\{@} --Query[eu]=http://www.ethicle.com/search.php?q=\\{@} --Query[fa]=http://www.ethicle.com/search.php?q=\\{@} --Query[fi]=http://www.ethicle.com/search.php?q=\\{@} --Query[fr]=http://www.ethicle.com/search.php?q=\\{@} --Query[fy]=http://www.ethicle.com/search.php?q=\\{@} --Query[ga]=http://www.ethicle.com/search.php?q=\\{@} --Query[gl]=http://www.ethicle.com/search.php?q=\\{@} --Query[gu]=http://www.ethicle.com/search.php?q=\\{@} --Query[he]=http://www.ethicle.com/search.php?q=\\{@} --Query[hi]=http://www.ethicle.com/search.php?q=\\{@} --Query[hr]=http://info.alexa.com/search?q=\\{@} --Query[hu]=http://www.ethicle.com/search.php?q=\\{@} --Query[ia]=http://www.ethicle.com/search.php?q=\\{@} --Query[id]=http://www.ethicle.com/search.php?q=\\{@} --Query[is]=http://www.ethicle.com/search.php?q=\\{@} --Query[it]=http://www.ethicle.com/search.php?q=\\{@} --Query[ja]=http://www.ethicle.com/search.php?q=\\{@} --Query[kk]=http://www.ethicle.com/search.php?q=\\{@} --Query[km]=http://www.ethicle.com/search.php?q=\\{@} --Query[kn]=http://www.ethicle.com/search.php?q=\\{@} --Query[ko]=http://www.ethicle.com/search.php?q=\\{@} --Query[lt]=http://www.ethicle.com/search.php?q=\\{@} --Query[lv]=http://www.ethicle.com/search.php?q=\\{@} --Query[mai]=http://www.ethicle.com/search.php?q=\\{@} --Query[ml]=http://www.ethicle.com/search.php?q=\\{@} --Query[mr]=http://www.ethicle.com/search.php?q=\\{@} --Query[nb]=http://www.ethicle.com/search.php?q=\\{@} --Query[nds]=http://www.ethicle.com/search.php?q=\\{@} --Query[nl]=http://www.ethicle.com/search.php?q=\\{@} --Query[nn]=http://www.ethicle.com/search.php?q=\\{@} --Query[pa]=http://www.ethicle.com/search.php?q=\\{@} --Query[pl]=http://www.ethicle.com/search.php?q=\\{@} --Query[pt]=http://www.ethicle.com/search.php?q=\\{@} --Query[pt_BR]=http://www.ethicle.com/search.php?q=\\{@} --Query[ro]=http://www.ethicle.com/search.php?q=\\{@} --Query[ru]=http://www.ethicle.com/search.php?q=\\{@} --Query[si]=http://www.ethicle.com/search.php?q=\\{@} --Query[sk]=http://www.ethicle.com/search.php?q=\\{@} --Query[sl]=http://www.ethicle.com/search.php?q=\\{@} --Query[sr]=http://www.ethicle.com/search.php?q=\\{@} --Query[sr@ijekavian]=http://www.ethicle.com/search.php?q=\\{@} --Query[sr@ijekavianlatin]=http://www.ethicle.com/search.php?q=\\{@} --Query[sr@latin]=http://www.ethicle.com/search.php?q=\\{@} --Query[sv]=http://www.ethicle.com/search.php?q=\\{@} --Query[tg]=http://www.ethicle.com/search.php?q=\\{@} --Query[th]=http://www.ethicle.com/search.php?q=\\{@} --Query[tr]=http://www.ethicle.com/search.php?q=\\{@} --Query[ug]=http://www.ethicle.com/search.php?q=\\{@} --Query[uk]=http://www.ethicle.com/search.php?q=\\{@} --Query[vi]=http://www.ethicle.com/search.php?q=\\{@} --Query[wa]=http://www.ethicle.com/search.php?q=\\{@} --Query[x-test]=xxhttp://www.ethicle.com/search.php?q=\\{@}xx --Query[zh_CN]=http://www.ethicle.com/search.php?q=\\{@} --Query[zh_TW]=http://www.ethicle.com/search.php?q=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/facebook.desktop b/kurifilter-plugins/ikws/searchproviders/facebook.desktop -deleted file mode 100644 -index d9b7298..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/facebook.desktop -+++ /dev/null -@@ -1,123 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=facebook,face,fb --Name=Facebook --Name[ar]=فيس بوك --Name[ast]=Facebook --Name[bg]=Facebook --Name[bn]=ফেসবুক --Name[bs]=Fejsbuk --Name[ca]=Facebook --Name[ca@valencia]=Facebook --Name[cs]=Facebook --Name[da]=Facebook --Name[de]=Facebook --Name[el]=Facebook --Name[en_GB]=Facebook --Name[eo]=Vizaĵlibro --Name[es]=Facebook --Name[et]=Facebook --Name[eu]=Facebook --Name[fa]=فیس‌بوک --Name[fi]=Facebook --Name[fr]=Facebook --Name[ga]=Facebook --Name[gl]=Facebook --Name[gu]=ફેસબુક --Name[he]=Facebook --Name[hi]=फेसबुक --Name[hr]=Facebook --Name[hu]=Facebook --Name[ia]=Facebook --Name[id]=Facebook --Name[is]=Facebook --Name[it]=Facebook --Name[ja]=Facebook --Name[kk]=Facebook --Name[km]=Facebook --Name[kn]=ಫೇಸ್ ಬುಕ್ --Name[ko]=Facebook --Name[lt]=Facebook --Name[lv]=Facebook --Name[mai]=फेसबुक --Name[ml]=ഫേസ്ബുക്ക് --Name[mr]=फेसबूक --Name[nb]=Facebook --Name[nds]=Facebook --Name[nl]=Facebook --Name[nn]=Facebook --Name[pa]=ਫੇਸਬੁੱਕ --Name[pl]=Facebook --Name[pt]=Facebook --Name[pt_BR]=Facebook --Name[ro]=Facebook --Name[ru]=Facebook --Name[si]=Facebook --Name[sk]=Facebook --Name[sl]=Facebook --Name[sr]=Фејсбук --Name[sr@ijekavian]=Фејсбук --Name[sr@ijekavianlatin]=Facebook --Name[sr@latin]=Facebook --Name[sv]=Facebook --Name[tg]=Facebook --Name[th]=เฟซบุ้ค --Name[tr]=Facebook --Name[ug]=فېيىسبۇك(Facebook) --Name[uk]=Facebook --Name[vi]=Facebook --Name[wa]=Facebook --Name[x-test]=xxFacebookxx --Name[zh_CN]=Facebook --Name[zh_TW]=Facebook --Query=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[bg]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[bs]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[ca]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[ca@valencia]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[cs]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[da]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[de]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[el]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[es]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[eu]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[fi]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[fr]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[gl]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[hi]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[hu]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[ia]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[id]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[is]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[it]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[ja]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[kk]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[ko]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[lt]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[nb]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[nds]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[nl]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[nn]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[pa]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[pl]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[pt]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[pt_BR]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[ro]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[ru]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[sk]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[sl]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[sr]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[sr@ijekavian]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[sr@ijekavianlatin]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[sr@latin]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[sv]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[tr]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[ug]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[uk]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[wa]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[x-test]=xxhttps://www.facebook.com/search/?q=\\{@}&init=quickxx --Query[zh_CN]=https://www.facebook.com/search/?q=\\{@}&init=quick --Query[zh_TW]=https://www.facebook.com/search/?q=\\{@}&init=quick --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/feedster.desktop b/kurifilter-plugins/ikws/searchproviders/feedster.desktop -deleted file mode 100644 -index 67203e0..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/feedster.desktop -+++ /dev/null -@@ -1,144 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Feedster --Name[af]=Feedster --Name[ar]=Feedster --Name[as]=Feedster --Name[ast]=Feedster --Name[be]=Feedster --Name[be@latin]=Feedster --Name[bg]=Feedster --Name[bn]=ফীডস্টার --Name[bn_IN]=Feedster --Name[br]=Feedster --Name[bs]=Fidster --Name[ca]=Feedster --Name[ca@valencia]=Feedster --Name[cs]=Feedster --Name[csb]=Feedster --Name[cy]=Feedster --Name[da]=Feedster --Name[de]=Feedster --Name[el]=Feedster --Name[en_GB]=Feedster --Name[eo]=Feedster --Name[es]=Feedster --Name[et]=Feedster --Name[eu]=Feedster --Name[fa]=Feedster --Name[fi]=Feedster --Name[fr]=Feedster --Name[fy]=Feedster --Name[ga]=Feedster --Name[gl]=Feedster --Name[gu]=ફીડસ્ટર --Name[he]=Feedster --Name[hi]=फीडस्टर --Name[hne]=फीडस्टर --Name[hr]=Feedster --Name[hsb]=Feedster --Name[hu]=Feedster --Name[ia]=Feedster --Name[id]=Feedster --Name[is]=Feedster --Name[it]=Feedster --Name[ja]=Feedster --Name[ka]=Feedster --Name[kk]=Feedster --Name[km]=Feedster --Name[kn]=ಫೀಡ್ಸ್ಟರ್ --Name[ko]=Feedster --Name[ku]=Feedster --Name[lt]=Feedster --Name[lv]=Feedster --Name[mai]=फीडस्टर --Name[mk]=Feedster --Name[ml]=ഫീഡ്സ്റ്റര്‍ --Name[mr]=Feedster --Name[ms]=Feedster --Name[nb]=Feedster --Name[nds]=Feedster --Name[ne]=फेडस्टर --Name[nl]=Feedster --Name[nn]=Feedster --Name[or]=Feedster --Name[pa]=ਫੀਡਸਟੀਰ --Name[pl]=Feedster --Name[pt]=Feedster --Name[pt_BR]=Feedster --Name[ro]=Feedster --Name[ru]=Feedster --Name[se]=Feedster --Name[si]=Feedster --Name[sk]=Feedster --Name[sl]=Feedster --Name[sr]=Фидстер --Name[sr@ijekavian]=Фидстер --Name[sr@ijekavianlatin]=Feedster --Name[sr@latin]=Feedster --Name[sv]=Feedster --Name[ta]=பீட்ஸ்டர் --Name[te]=ఫీడ్‌స్టర్ --Name[tg]=Feedster --Name[th]=Feedster หาบล็อก --Name[tr]=Feedster --Name[ug]=Feedster --Name[uk]=Feedster --Name[uz]=Feedster --Name[uz@cyrillic]=Feedster --Name[vi]=Feedster --Name[wa]=Feedster --Name[x-test]=xxFeedsterxx --Name[zh_CN]=Feedster --Name[zh_TW]=Feedster --X-KDE-ServiceTypes=SearchProvider --Keys=blog,rss,feedster --Query=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[bg]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[bs]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[ca]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[ca@valencia]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[cs]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[da]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[de]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[el]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[es]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[eu]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[fi]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[fr]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[gl]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[hi]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[hu]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[ia]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[id]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[is]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[it]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[ja]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[kk]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[ko]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[lt]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[nb]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[nds]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[nl]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[nn]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[pa]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[pl]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[pt]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[pt_BR]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[ro]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[ru]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[sk]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[sl]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[sr]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[sr@ijekavian]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[sr@ijekavianlatin]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[sr@latin]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[sv]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[tr]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[ug]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[uk]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[wa]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[x-test]=xxhttp://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@}xx --Query[zh_CN]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Query[zh_TW]=http://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} --Charset=utf8 -diff --git a/kurifilter-plugins/ikws/searchproviders/flickr.desktop b/kurifilter-plugins/ikws/searchproviders/flickr.desktop -deleted file mode 100644 -index ae95452..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/flickr.desktop -+++ /dev/null -@@ -1,145 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=flickr,flkr --Name=Flickr --Name[ar]=فلكر --Name[ast]=Flickr --Name[bg]=Flickr --Name[bn]=ফ্লিকর --Name[bs]=Flickr --Name[ca]=Flickr --Name[ca@valencia]=Flickr --Name[cs]=Flickr --Name[da]=Flickr --Name[de]=Flickr --Name[el]=Flickr --Name[en_GB]=Flickr --Name[eo]=Flickr --Name[es]=Flickr --Name[et]=Flickr --Name[eu]=Flickr --Name[fa]=فلیکر --Name[fi]=Flickr --Name[fr]=Flickr --Name[ga]=Flickr --Name[gl]=Flickr --Name[gu]=ફ્લિકર --Name[he]=Flickr --Name[hi]=फ़्लिकर --Name[hr]=Flickr --Name[hu]=Flickr --Name[ia]=Flickr --Name[id]=Flickr --Name[is]=Flickr --Name[it]=Flickr --Name[ja]=Flickr --Name[ka]=Flickr --Name[kk]=Flickr --Name[km]=Flickr --Name[kn]=ಫ್ಲಿಕ್ಕರ್ --Name[ko]=Flickr --Name[lt]=Flickr --Name[lv]=Flickr --Name[mai]=Flickr --Name[ml]=ഫ്ലിക്കര്‍ --Name[mr]=फ्लिकर --Name[nb]=Flickr --Name[nds]=Flickr --Name[nl]=Flickr --Name[nn]=Flickr --Name[pa]=ਫਲਿੱਕਰ --Name[pl]=Flickr --Name[pt]=Flickr --Name[pt_BR]=Flickr --Name[ro]=Flickr --Name[ru]=Flickr --Name[si]=Flickr --Name[sk]=Flickr --Name[sl]=Flickr --Name[sr]=Фликр --Name[sr@ijekavian]=Фликр --Name[sr@ijekavianlatin]=Flickr --Name[sr@latin]=Flickr --Name[sv]=Flickr --Name[tg]=Flickr --Name[th]=Flickr --Name[tr]=Flickr --Name[ug]=Flickr --Name[uk]=Flickr --Name[vi]=Flickr --Name[wa]=Flickr --Name[x-test]=xxFlickrxx --Name[zh_CN]=Flickr --Name[zh_TW]=Flickr --Query=http://www.flickr.com/search/?q=\\{@} --Query[ar]=http://www.ethicle.com/search.php?q=\\{@} --Query[ast]=http://www.flickr.com/search/?q=\\{@} --Query[bg]=http://www.flickr.com/search/?q=\\{@} --Query[bn]=http://www.flickr.com/search/?q=\\{@} --Query[bs]=http://www.flickr.com/search/?q=\\{@} --Query[ca]=http://www.flickr.com/search/?q=\\{@} --Query[ca@valencia]=http://www.flickr.com/search/?q=\\{@} --Query[cs]=http://www.flickr.com/search/?q=\\{@} --Query[da]=http://www.flickr.com/search/?q=\\{@} --Query[de]=http://www.flickr.com/search/?q=\\{@} --Query[el]=http://www.flickr.com/search/?q=\\{@} --Query[en_GB]=http://www.flickr.com/search/?q=\\{@} --Query[eo]=http://www.flickr.com/search/?q=\\{@} --Query[es]=http://www.flickr.com/search/?q=\\{@} --Query[et]=http://www.flickr.com/search/?q=\\{@} --Query[eu]=http://www.flickr.com/search/?q=\\{@} --Query[fa]=http://www.flickr.com/search/?q=\\{@} --Query[fi]=http://www.flickr.com/search/?q=\\{@} --Query[fr]=http://www.flickr.com/search/?q=\\{@} --Query[ga]=http://www.flickr.com/search/?q=\\{@} --Query[gl]=http://www.flickr.com/search/?q=\\{@} --Query[gu]=http://www.flickr.com/search/?q=\\{@} --Query[he]=http://www.flickr.com/search/?q=\\{@} --Query[hi]=http://www.flickr.com/search/?q=\\{@} --Query[hr]=http://www.flickr.com/search/?q=\\{@} --Query[hu]=http://www.flickr.com/search/?q=\\{@} --Query[ia]=http://www.flickr.com/search?q=\\{@} --Query[id]=http://www.flickr.com/search/?q=\\{@} --Query[is]=http://www.flickr.com/search/?q=\\{@} --Query[it]=http://www.flickr.com/search/?q=\\{@} --Query[ja]=http://www.flickr.com/search/?q=\\{@} --Query[kk]=http://www.flickr.com/search/?q=\\{@} --Query[km]=http://www.flickr.com/search/?q=\\{@} --Query[kn]=http://www.flickr.com/search/?q=\\{@} --Query[ko]=http://www.flickr.com/search/?q=\\{@} --Query[lt]=http://www.flickr.com/search/?q=\\{@} --Query[lv]=http://www.flickr.com/search/?q=\\{@} --Query[mai]=http://www.flickr.com/search/?q=\\{@} --Query[ml]=http://www.flickr.com/search/?q=\\{@} --Query[mr]=http://www.flickr.com/search/?q=\\{@} --Query[nb]=http://www.flickr.com/search/?q=\\{@} --Query[nds]=http://www.flickr.com/search/?q=\\{@} --Query[nl]=http://www.flickr.com/search/?q=\\{@} --Query[nn]=http://www.flickr.com/search/?q=\\{@} --Query[pa]=http://www.flickr.com/search/?q=\\{@} --Query[pl]=http://www.flickr.com/search/?q=\\{@} --Query[pt]=http://www.flickr.com/search/?q=\\{@} --Query[pt_BR]=http://www.flickr.com/search/?q=\\{@} --Query[ro]=http://www.flickr.com/search/?q=\\{@} --Query[ru]=http://www.flickr.com/search/?q=\\{@} --Query[si]=http://www.flickr.com/search/?q=\\{@} --Query[sk]=http://www.flickr.com/search/?q=\\{@} --Query[sl]=http://www.flickr.com/search/?q=\\{@} --Query[sr]=http://www.flickr.com/search/?q=\\{@} --Query[sr@ijekavian]=http://www.flickr.com/search/?q=\\{@} --Query[sr@ijekavianlatin]=http://www.flickr.com/search/?q=\\{@} --Query[sr@latin]=http://www.flickr.com/search/?q=\\{@} --Query[sv]=http://www.flickr.com/search/?q=\\{@} --Query[tg]=http://www.flickr.com/search/?q=\\{@} --Query[th]=http://www.flickr.com/search/?q=\\{@} --Query[tr]=http://www.flickr.com/search/?q=\\{@} --Query[ug]=http://www.flickr.com/search/?q=\\{@} --Query[uk]=http://www.flickr.com/search/?q=\\{@} --Query[vi]=http://www.flickr.com/search/?q=\\{@} --Query[wa]=http://www.flickr.com/search/?q=\\{@} --Query[x-test]=xxhttp://www.flickr.com/search/?q=\\{@}xx --Query[zh_CN]=http://www.flickr.com/search/?q=\\{@} --Query[zh_TW]=http://www.flickr.com/search/?q=\\{@} --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/flickrcc.desktop b/kurifilter-plugins/ikws/searchproviders/flickrcc.desktop -deleted file mode 100644 -index e746aca..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/flickrcc.desktop -+++ /dev/null -@@ -1,121 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=flickrcc,flkrcc,flkcc --Name=Flickr Creative Commons --Name[ast]=Flickr Creative Commons --Name[bg]=Flickr Creative Commons --Name[bn]=ফ্লিকর ক্রিয়েটিভ কমনস --Name[bs]=Flikr (Kriejtiv komons) --Name[ca]=Flickr Creative Commons --Name[ca@valencia]=Flickr Creative Commons --Name[cs]=Flickr Creative Commons --Name[da]=Flickr Creative Commons --Name[de]=Flickr Creative Commons --Name[el]=Flickr Creative Commons --Name[en_GB]=Flickr Creative Commons --Name[eo]=Krea Konunaĵaĵoj de Flickr --Name[es]=Flickr Creative Commons --Name[et]=Flickr Creative Commons --Name[eu]=Flickr Creative Commons --Name[fa]=فلیکر با مجوز Creative Commons --Name[fi]=Flickr Creative Commons --Name[fr]=Flickr Creative Commons --Name[ga]=Flickr Creative Commons --Name[gl]=Flickr Creative Commons --Name[gu]=ફ્લિકર ક્રિએટીવ કોમન્સ --Name[he]=Flickr Creative Commons --Name[hi]=फ़्लिकर क्रियेटिव कोमनस --Name[hr]=Flickr Creative Commons --Name[hu]=Flickr Creative Commons --Name[ia]=Flickr Creative Commons --Name[id]=Flickr Creative Commons --Name[is]=Flickr Creative Commons --Name[it]=Creative Commons su Flickr --Name[ja]=Flickr Creative Commons --Name[kk]=Flickr Creative Commons --Name[km]=Flickr Creative Commons --Name[kn]=ಫ್ಲಿಕ್ಕರ್ ಕ್ರಿಯೇಟಿವ್ ಕಾಮನ್ಸ್ --Name[ko]=Flickr 크리에이티브 커먼즈 --Name[lt]=Flickr Creative Commons --Name[lv]=Flickr Creative Commons --Name[mai]=Flickr Creative Commons --Name[ml]=ഫ്ലിക്കര്‍ ക്രിയേറ്റീവ് കോമണ്‍സ് --Name[mr]=फ्लिकर क्रीएटिव्ह कोमन्स --Name[nb]=Flickr Creative Commons --Name[nds]=Flickr Creative Commons --Name[nl]=Flickr Creative Commons --Name[nn]=Flickr Creative Commons --Name[pa]=ਫਲਿੱਕਰ ਕਰੀਏਟਿਵ ਕਾਮਨਜ਼ --Name[pl]=Flickr Creative Commons --Name[pt]=Flickr Creative Commons --Name[pt_BR]=Flickr Creative Commons --Name[ro]=Flickr Creative Commons --Name[ru]=Flickr: лицензия Creative Commons --Name[si]=Flickr Creative Commons --Name[sk]=Flickr Creative Commons --Name[sl]=Flickr Creative Commons --Name[sr]=Фликр (Криејтив комонс) --Name[sr@ijekavian]=Фликр (Криејтив комонс) --Name[sr@ijekavianlatin]=Flickr (Creative Commons) --Name[sr@latin]=Flickr (Creative Commons) --Name[sv]=Flickr Creative Commons --Name[tg]=Офариниши суратҳои Flickr --Name[tr]=Flickr Creative Commons --Name[ug]=Flickr ئاممىۋى ئىجادىيەت --Name[uk]=Flickr Creative Commons --Name[vi]=Flickr Creative Commons --Name[wa]=Flickr Creative Commons --Name[x-test]=xxFlickr Creative Commonsxx --Name[zh_CN]=Flickr 公用创作物 --Name[zh_TW]=Flickr Creative Commons --Query=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[bg]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[bs]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[ca]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[ca@valencia]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[cs]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[da]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[de]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[el]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[es]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[eu]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[fi]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[fr]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[gl]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[hi]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[hu]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[ia]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[id]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[is]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[it]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[ja]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[kk]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[ko]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[lt]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[nb]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[nds]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[nl]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[nn]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[pa]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[pl]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[pt]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[pt_BR]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[ro]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[ru]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[sk]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[sl]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[sr]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[sr@ijekavian]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[sr@ijekavianlatin]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[sr@latin]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[sv]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[tr]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[ug]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[uk]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[wa]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[x-test]=xxhttps://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1xx --Query[zh_CN]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --Query[zh_TW]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/foldoc.desktop b/kurifilter-plugins/ikws/searchproviders/foldoc.desktop -deleted file mode 100644 -index 3dc4ebe..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/foldoc.desktop -+++ /dev/null -@@ -1,142 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Free On-Line Dictionary of Computing --Name[af]=Gratis Aanlyn Woordeboek van Rekenaars --Name[ar]=القاموس المجاني المتصل للحوسبة --Name[as]=Free On-Line Dictionary of Computing --Name[ast]=Diccionariu d'informática en llinia y de baldre --Name[be]=Свабодны камп'ютэрны слоўнік --Name[be@latin]=Svabodny sieciŭny kamputarny słoŭnik --Name[bg]=Free On-Line Dictionary of Computing --Name[bn]=কমপিউটিং-এর ফ্রী অন-লাইন অভিধান --Name[bn_IN]=কম্পিউটার সংক্রান্ত অন-লাইন মুক্ত অভিধান --Name[bs]=Slobodni rječnik računarstva na vezi --Name[ca]=Diccionari lliure d'informàtica en línia --Name[ca@valencia]=Diccionari lliure d'informàtica en línia --Name[cs]=Online slovník výp. techniky --Name[csb]=Wòlnoprzëstãpny kòmpùtrowi słowôrz --Name[cy]=Geiriadur Rhydd Ar-lein o Gyfrifiaduro --Name[da]=Gratis online-computerordbog --Name[de]=Free On-Line Dictionary of Computing --Name[el]=Ελεύθερο διαδικτυακό λεξικό υπολογιστών --Name[en_GB]=Free On-Line Dictionary of Computing --Name[eo]=Libera reta vortaro de komputado --Name[es]=Diccionario de computación en línea y gratuito --Name[et]=Vaba arvutialane võrgusõnastik --Name[eu]=Free On-Line Dictionary of Computing --Name[fa]=واژه‌نامه برخط رایگان محاسبات --Name[fi]=Free On-Line Dictionary of Computing --Name[fr]=Dictionnaire gratuit et en ligne de l'informatique --Name[fy]=Free On-Line Dictionary Of Computing (IT-wurdboek) --Name[ga]=Free On-Line Dictionary of Computing --Name[gl]=Dicionario libre en liña da computación --Name[gu]=મુક્ત ઓનલાઇન કોમ્પ્યુટરનો શબ્દકોશ --Name[he]=מילון המחשוב החופשי המקוון --Name[hi]=कम्प्यूटर कार्य हेतु मुफ्त ऑन-लाइन शब्दकोश --Name[hne]=कम्प्यूटर काम बर मुफ्त आनलाइन सब्दकोस --Name[hr]=Slobodan internetski rječnik računarstva --Name[hsb]=Swobodny online-słownik informatiki --Name[hu]=Szabad hozzáférésű számítástechnikai szótár --Name[ia]=Free On-Line Dictionary of Computing (Dictionario gratuite in linea de Computatores) --Name[id]=Kamus Gratis Daring Tentang Komputasi --Name[is]=Ókeypis tölvuorðabók á Netinu --Name[it]=Dizionario informatico libero in rete --Name[ja]=コンピューティングに関するフリーのオンライン辞書 --Name[ka]=თავისუფალი კომპიუტერული წებ ლექსიკონი --Name[kk]=Ашық компьютерлік онлайн сөздігі --Name[km]=វចនានុក្រម​កុំព្យូទ័រ​លើ​បណ្ដាញ​ឥត​គិតថ្លៃ​ --Name[kn]=ಗಣಕವಿಜ್ಞಾನ ಸಂಬಂಧೀ ಜಾಲಬದ್ಧ ಮುಕ್ತ ಶಬ್ದಕೋಶ --Name[ko]=무료 온라인 컴퓨터 사전 --Name[ku]=Ferhenga Komputerê yê Bêpere --Name[lt]=Nemokamas kompiuterijos žodynas tinkle --Name[lv]=Bezmaksas tiešsaistes datorikas vārdnīca --Name[mai]=कम्प्यूटर कार्य लेल मुफ्त आन-लाइन शब्दकोश --Name[mk]=Слободен мрежен речник за компјутери --Name[ml]=കമ്പ്യൂട്ടിങ്ങിന്റെ സ്വതന്ത്ര ഓണ്‍ലൈന്‍ നിഘണ്ടു --Name[mr]=संगणक कार्य हेतु मोफत ऑन-लाइन शब्दकोश --Name[ms]=Kamus Perkomputeran Dalam Talian Percuma --Name[nb]=Gratis engelsk dataordbok på nett --Name[nds]=Free On-Line Dictionary Of Computing --Name[ne]=कम्प्युटिङको निशुल्क अन-लाइन शब्दकोश --Name[nl]=Free On-Line Dictionary Of Computing (IT-woordenboek) --Name[nn]=Free On-Line Dictionary Of Computing --Name[or]=କମ୍ପୁଟରିକରଣ ପାଇଁ ମୁକ୍ତ ଅନଲାଇନ ଅଭିଧାନ --Name[pa]=ਕੰਪਿਊਟਰ ਦਾ ਆਨ-ਲਾਈਨ ਮੁਫਤ ਡਿਕਸ਼ਨਰੀ --Name[pl]=Darmowy słownik informatyczny --Name[pt]=Dicionário Livre de Computação On-Line --Name[pt_BR]=Dicionário de computação on-line gratuito --Name[ro]=Dicționar on-line gratuit despre calculatoare --Name[ru]=Свободный онлайн-словарь по информатике --Name[se]=Free On-Line Dictionary of Computing --Name[si]=පරිගණක පිළිබඳ නිදහස් මාර්ගගත ශබ්ද කෝශය --Name[sk]=Online počítačový slovník --Name[sl]=Prost spletni slovar računalništva (FOLDOC) --Name[sr]=Слободни речник рачунарства на вези --Name[sr@ijekavian]=Слободни рјечник рачунарства на вези --Name[sr@ijekavianlatin]=Slobodni rječnik računarstva na vezi --Name[sr@latin]=Slobodni rečnik računarstva na vezi --Name[sv]=Free On-Line Dictionary Of Computing (en datortermsordlista) --Name[ta]=கணிப்பொறி அகராதி வலைதளத்தில் இலவசமாக --Name[te]=కంప్యూటింగ్ యొక్క ఉచిత ఆన్-లైన్ పదకోశం --Name[tg]=Луғати компютерии онлайн --Name[th]=พจนานุกรมสำหรับวิทยาการคอมพิวเตอร์แบบออนไลน์ --Name[tr]=Ücretsiz Çevrim içi Bilişim Sözlüğü --Name[ug]=كومپيۇتېرنىڭ ھەقسىز تور لۇغىتى --Name[uk]=Вільний словник з інформатики в мережі --Name[uz]=Kompyuter atamalari boʻyicha Internet lugʻat --Name[uz@cyrillic]=Компьютер атамалари бўйича Интернет луғат --Name[vi]=Từ điển tin học trực tuyến tự do --Name[wa]=Diccionaire infôrmatike libe so les fyis --Name[x-test]=xxFree On-Line Dictionary of Computingxx --Name[zh_CN]=免费计算机在线词典 --Name[zh_TW]=免費的線上電腦辭典 --X-KDE-ServiceTypes=SearchProvider --Keys=fd,foldoc --Query=http://foldoc.org/\\{@} --Query[bg]=http://foldoc.org/\\{@} --Query[bs]=http://foldoc.org/\\{@} --Query[ca]=http://foldoc.org/\\{@} --Query[ca@valencia]=http://foldoc.org/\\{@} --Query[cs]=http://foldoc.org/\\{@} --Query[da]=http://foldoc.org/\\{@} --Query[de]=http://foldoc.org/\\{@} --Query[el]=http://foldoc.org/\\{@} --Query[es]=http://foldoc.org/\\{@} --Query[eu]=http://foldoc.org/\\{@} --Query[fi]=http://foldoc.org/\\{@} --Query[fr]=http://foldoc.org/\\{@} --Query[gl]=http://foldoc.org/\\{@} --Query[hi]=http://foldoc.org/\\{@} --Query[hu]=http://foldoc.org/\\{@} --Query[ia]=http://foldoc.org/\\{@} --Query[id]=http://foldoc.org/\\{@} --Query[is]=http://foldoc.org/\\{@} --Query[it]=http://foldoc.org/\\{@} --Query[ja]=http://foldoc.org/\\{@} --Query[kk]=http://foldoc.org/\\{@} --Query[ko]=http://foldoc.org/\\{@} --Query[lt]=http://foldoc.org/\\{@} --Query[nb]=http://foldoc.org/\\{@} --Query[nds]=http://foldoc.org/\\{@} --Query[nl]=http://foldoc.org/\\{@} --Query[nn]=http://foldoc.org/\\{@} --Query[pa]=http://foldoc.org/\\{@} --Query[pl]=http://foldoc.org/\\{@} --Query[pt]=http://foldoc.org/\\{@} --Query[pt_BR]=http://foldoc.org/\\{@} --Query[ro]=http://foldoc.org/\\{@} --Query[ru]=http://foldoc.org/\\{@} --Query[sk]=http://foldoc.org/\\{@} --Query[sl]=http://foldoc.org/\\{@} --Query[sr]=http://foldoc.org/\\{@} --Query[sr@ijekavian]=http://foldoc.org/\\{@} --Query[sr@ijekavianlatin]=http://foldoc.org/\\{@} --Query[sr@latin]=http://foldoc.org/\\{@} --Query[sv]=http://foldoc.org/\\{@} --Query[tr]=http://foldoc.org/\\{@} --Query[ug]=http://foldoc.org/\\{@} --Query[uk]=http://foldoc.org/\\{@} --Query[wa]=http://foldoc.org/\\{@} --Query[x-test]=xxhttp://foldoc.org/\\{@}xx --Query[zh_CN]=http://foldoc.org/\\{@} --Query[zh_TW]=http://foldoc.org/\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/fr2de.desktop b/kurifilter-plugins/ikws/searchproviders/fr2de.desktop -deleted file mode 100644 -index e37f921..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/fr2de.desktop -+++ /dev/null -@@ -1,181 +0,0 @@ --[Desktop Entry] --Type=Service --Name=LEO - Translate Between French and German --Name[af]=LEO - Vertaal tussen Frans en Duits --Name[ar]=LEO - ترجم بين الفرنسي والألماني --Name[as]=LEO - Translate Between French and German --Name[ast]=LEO - Torna ente francés y alemán --Name[be]=LEO - Пераклад з французскай на нямецкую і наадварот --Name[be@latin]=Pierakład „LEO”: francuskaja ➙ niamieckaja --Name[bg]=LEO - превод между френски и немски --Name[bn]=লিও - জার্মান থেকে ফরাসী বা ফরাসী থেকে জার্মান-এ অনুবাদ করুন --Name[bn_IN]=LEO - ফ্রেঞ্চ ও জার্মানের মধ্যে অনুবাদ করুন --Name[bs]=Lio: sa francuskog na njemački --Name[ca]=LEO - Tradueix entre francès i alemany --Name[ca@valencia]=LEO - Tradueix entre francés i alemany --Name[cs]=LEO - překlad mezi francouzštinou a němčinou --Name[csb]=LEO - dolmaczenié: francësczi ->miemiecczi --Name[da]=LEO - Oversæt mellem fransk og tysk --Name[de]=LEO – Übersetzung: Französisch/Deutsch --Name[el]=LEO - Μετάφραση μεταξύ Γαλλικών και Γερμανικών --Name[en_GB]=LEO - Translate Between French and German --Name[eo]=LEO - Traduko inter la franca kaj la germana --Name[es]=LEO - Traducción entre francés y alemán --Name[et]=LEO - tõlkimine: prantsuse-saksa --Name[eu]=LEO frantsesetik alemanerako itzulpenak --Name[fa]=LEO - ترجمه بین فرانسوی و آلمانی --Name[fi]=LEO – käännös ranskasta saksaan --Name[fr]=LEO - Traduction français - allemand --Name[fy]=LEO - oersetting tusken Fransk en Dûtsk --Name[ga]=LEO - Aistriúchán idir Fraincis agus Gearmáinis --Name[gl]=Tradución LEO de francés a alemán --Name[gu]=લીઓ - ફેંચ અને જર્મન વચ્ચેનું ભાષાંતર --Name[he]=‏LEO - תרגום בין צרפתית וגרמנית --Name[hi]=लिओ - फ्रांसीसी तथा जर्मनी के बीच अनुवाद --Name[hne]=लिओ - फ्रांसीसी अउ जर्मनी के बीच अनुवाद --Name[hr]=LEO – Prevođenje između francuskog i njemačkog --Name[hsb]=LEO - přełožowanje z francošćiny a němčiny --Name[hu]=LEO - Fordítás franciáról németre (mindkét irányban) --Name[ia]=LEO - Traduce inter Francese e Germano --Name[id]=LEO - Penerjemahan Antara Bahasa Perancis dan Jerman --Name[is]=LEO - Þýða á milli frönsku og þýsku --Name[it]=LEO - Traduzione dal francese al tedesco --Name[ja]=LEO - フランス語-ドイツ語間の翻訳 --Name[ka]=LEO - ფრანგულ-გერმანული მთარგმნელი --Name[kk]=LEO - француз және неміс тілдер арасында аудару --Name[km]=LEO - បកប្រែ​រវាង​ភាសា​បារាំង និង​អាល្លឺម៉ង់ --Name[kn]=ಲಿಯೋ- ಫ್ರೆಂಚ್ ಮತ್ತು ಜರ್ಮನ್ ನಡುವೆ ಅನುವಾದಿಸು --Name[ko]=LEO - 프랑스어와 독일어 사이 번역 --Name[ku]=LEO - Wergerandin Di Navbera Fransizî û Almanî de --Name[lt]=LEO – vertimas iš prancūzų į vokiečių ir atvirkščiai --Name[lv]=LEO - tulkot no Franču uz Vācu --Name[mai]=लिओ - फ्रांसीसी आओर जर्मनी केर बीच अनुवाद --Name[mk]=LEO - превод меѓу француски и германски --Name[ml]=ലിയോ - ഫ്രഞ്ചും ജര്‍മനും തമ്മില്‍ പരിഭാഷപ്പെടുത്തുക --Name[mr]=लिओ - फ्रांसीसी व जर्मनी अंतर्गत अनुवाद --Name[nb]=LEO – Oversettelse fra fransk til tysk --Name[nds]=LEO - Översetten twischen Franzöösch un Hoochdüütsch --Name[ne]=LEO - फ्रेन्च र जर्मनमा अनुवाद गर्नुहोस् --Name[nl]=LEO - vertaling tussen Frans en Duits --Name[nn]=LEO – Omsetjing frå fransk til tysk --Name[or]=LEO - ଫ୍ରେଞ୍ଚ ଏବଂ ଜର୍ମାନ ମଧ୍ଯରେ ଅନୁବାଦ କରନ୍ତୁ --Name[pa]=LEO - ਫਰੈਂਚ ਤੇ ਜਰਮਨ ਵਿੱਚ ਟਰਾਂਸਲੇਸ਼ਨ --Name[pl]=LEO - tłumaczenie: francuski ->niemiecki --Name[pt]=LEO - Traduzir Entre Francês e Alemão --Name[pt_BR]=LEO - Traduzir de francês para alemão --Name[ro]=LEO - Traducere între franceză și germană --Name[ru]=LEO: французско-немецкий перевод --Name[se]=LEO – jorgal fránskka- ja duiskkagiela gaskkas --Name[si]=LEO - ප්‍රංශ හා ජර්මන් අතර පරිවර්ථනය කරයි --Name[sk]=LEO - Preklad medzi francúzštinou a nemčinou --Name[sl]=LEO - Prevod med francoščino in nemščino --Name[sr]=Лео: са француског на немачки --Name[sr@ijekavian]=Лео: са француског на њемачки --Name[sr@ijekavianlatin]=Leo: sa francuskog na njemački --Name[sr@latin]=Leo: sa francuskog na nemački --Name[sv]=LEO - översätt från franska till tyska --Name[ta]=LEO - ப்ரென்ச் மற்றும் ஜெர்மன் இடையே மொழிப்பெயர்க்கவும் --Name[te]=LEO - ఫ్రెంచ్ మరియు జెర్మన్ మద్య అనువాదము --Name[tg]=LEO - Тарҷумаҳои байни франсузӣ ва немисӣ --Name[th]=LEO - แปลภาษา ฝรั่งเศส <-> เยอรมัน --Name[tr]=LEO - Fransızcadan Almancaya Çeviri --Name[ug]=LEO - فىرانسۇزچە گېرمانچە ئارىسىدا تەرجىمە --Name[uk]=LEO — переклад з французької німецькою --Name[uz]=LEO - Fransuzchadan Olmonchaga tarjima --Name[uz@cyrillic]=LEO - Французчадан Олмончага таржима --Name[vi]=LEO - Dịch tiếng Pháp sang tiếng Đức --Name[wa]=LEO - Ratoûne inte li francès eyet l' almand --Name[x-test]=xxLEO - Translate Between French and Germanxx --Name[zh_CN]=LEO - 在法语和德语之间互译 --Name[zh_TW]=LEO - 翻譯法語和德語 --X-KDE-ServiceTypes=SearchProvider --Keys=fr2de --Query=http://dict.leo.org/?lp=frde&search=\\{@} --Query[af]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ar]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[as]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ast]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[be]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[be@latin]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[bg]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[bn]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[bn_IN]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[br]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[bs]=http://dict.lio.org/?lp=frde&search=\\{@} --Query[ca]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ca@valencia]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[cs]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[csb]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[da]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[de]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[el]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[en_GB]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[eo]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[es]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[et]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[eu]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[fa]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[fi]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[fr]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[fy]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ga]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[gl]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[gu]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[he]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[hi]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[hne]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[hr]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[hsb]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[hu]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ia]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[id]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[is]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[it]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ja]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ka]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[kk]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[km]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[kn]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ko]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ku]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[lt]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[lv]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[mai]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ml]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[mr]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ms]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[nb]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[nds]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ne]=http://dict.leo.org/?lp=frdesearch=\\{@} --Query[nl]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[nn]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[or]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[pa]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[pl]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[pt]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[pt_BR]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ro]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ru]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[se]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[si]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[sk]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[sl]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[sr]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[sr@ijekavian]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[sr@ijekavianlatin]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[sr@latin]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[sv]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ta]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[te]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[tg]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[th]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[tr]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[ug]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[uk]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[uz]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[uz@cyrillic]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[vi]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[wa]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[x-test]=xxhttp://dict.leo.org/?lp=frde&search=\\{@}xx --Query[zh_CN]=http://dict.leo.org/?lp=frde&search=\\{@} --Query[zh_TW]=http://dict.leo.org/?lp=frde&search=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/fr2en.desktop b/kurifilter-plugins/ikws/searchproviders/fr2en.desktop -deleted file mode 100644 -index 3b92f6e..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/fr2en.desktop -+++ /dev/null -@@ -1,183 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=fr2en --Name=WordReference.com Translation: French to English --Name[af]=WordReference.com Vertaling: Frans na Engels --Name[ar]=ترجمة WordReference.com: فرنسي إلى إنجليزي --Name[as]=WordReference.com Translation: French to English --Name[ast]=WordReference.com Torna: francés a inglés --Name[be]=Пераклад WordReference.com: з французскай на англійскую --Name[be@latin]=Pierakład „WordReference.com”: francuskaja ➙ anhielskaja --Name[bg]=Превод с WordReference.com — от френски към английски --Name[bn]=WordReference.com অনুবাদ: ফরাসী থেকে ইংরাজি --Name[bn_IN]=WordReference.com অনুবাদ: ফ্রেঞ্চ থেকে ইংরাজি --Name[bs]=Vordreferens: sa francuskog na engleski --Name[ca]=Traducció WordReference.com: Francès - Anglès --Name[ca@valencia]=Traducció WordReference.com: Francés - Anglés --Name[cs]=Překlad WordReference.com: z francouzštiny do angličtiny --Name[csb]=WordReference.com: francësczi -> anielsczi --Name[cy]=Cyfieithiad WordReference.com: Ffrangeg i Saesneg --Name[da]=WordReference.com oversættelse: Fransk til engelsk --Name[de]=WordReference.com – Übersetzung: Französisch/Englisch --Name[el]=WordReference.com Μετάφραση: Γαλλικά σε Αγγλικά --Name[en_GB]=WordReference.com Translation: French to English --Name[eo]=Tradukado WordReference.com: france anglen --Name[es]=WordReference.com Traducción: francés a inglés --Name[et]=WordReference.com tõlkimine: prantsuse->inglise --Name[eu]=WordReference.com frantsesetik ingeleserako itzulpenak --Name[fa]=ترجمه WordReference.com: فرانسوی به انگلیسی --Name[fi]=WordReference.com-käännös ranskasta englanniksi --Name[fr]=Traduction sur WordReference.com : français vers anglais --Name[fy]=WordReference.com-oersetting: Frânsk nei Ingelsk --Name[ga]=Aistriúchán WordReference.com: Fraincis go Béarla --Name[gl]=Tradución WordReference.com: francés a inglés --Name[gu]=WordReference.com ભાષાંતર: ફ્રેંચ થી અંગ્રેજી --Name[he]=תרגום WordReference.com: צרפתית לאנגלית --Name[hi]=WordReference.com अनुवादः फ्रांसीसी से अंग्रेजी --Name[hne]=वर्डरेफरेंस.काम अनुवादः फ्रांसीसी से अंगरेजी --Name[hr]=WordReference.com Prijevod: francuski na engleski --Name[hsb]=WordReference.com přełožowanje: francosce -> jendźelsce --Name[hu]=WordReference.com fordítás: franciáról angolra --Name[ia]=WordReference.com Traduction: Francese a Anglese --Name[id]=Terjemahan WordReference.com: Bahasa Perancis ke Inggris --Name[is]=WordReference.com þýðing: Frönsk/ensk --Name[it]=Traduzione WordReference.com: dal francese all'inglese --Name[ja]=WordReference.com フランス語-英語翻訳 --Name[kk]=WordReference.com француз тілінен ағылшынға аудару --Name[km]=ការ​បកប្រែ WordReference.com ៖ ភាសា​បារាំង​ទៅជា​​អង់គ្លេស --Name[kn]=WordReference.com ಅನುವಾದ: ಫ್ರೆಂಚ್ ನಿಂದ ಇಂಗ್ಲೀಷಿಗೆ --Name[ko]=WordReference.com 번역: 프랑스어에서 영어로 --Name[ku]=WordReference.com Wergerandin: Fransizî ji Îngilîzî re --Name[lt]=WordReference.com vertimas: iš prancūzų į anglų --Name[lv]=WordReference.com tulkošana: no Franču uz Angļu --Name[mai]=WordReference.com अनुवादः फ्रांसीसी सँ अंग्रेजी --Name[mk]=WordReference.com превод: од француски на англиски --Name[ml]=WordReference.com പരിഭാഷ: ഫ്രഞ്ചില്‍ നിന്നും ഇംഗ്ലീഷിലേയ്ക്കു് --Name[mr]=WordReference.com अनुवादः फ्रांसीसी ते अंग्रेजी --Name[nb]=WordReference.com – oversettelse fra fransk til engelsk --Name[nds]=WordReference.com Översetten: Franzöösch na Engelsch --Name[ne]=WordReference.com Translation: फ्रेन्चलाई अङ्ग्रेजीमा --Name[nl]=WordReference.com-vertaling: Frans naar Engels --Name[nn]=WordReference.com – omsetjing: fransk til engelsk --Name[or]=WordReference.com ଅନୁବାଦ: ଫ୍ରେଞ୍ଚରୁ ଇଂରାଜୀ --Name[pa]=WordReference.com ਟਰਾਂਸਲੇਸ਼ਨ:ਫਰੈਂਚ ਤੋਂ ਅੰਗਰੇਜ਼ੀ --Name[pl]=WordReference.com: francuski -> angielski --Name[pt]=Tradução do WordReference.com: Francês para Inglês --Name[pt_BR]=WordReference.com - Tradução: francês para inglês --Name[ro]=Traducere WordReference.com: franceză la engleză --Name[ru]=Переводчик WordReference.com: французско-английский --Name[se]=WordReference.com – jorgaleapmi: fránskkagielas eŋgelasgillii --Name[si]=WordReference.com පරිවර්ථනය: ප්‍රංශ සිට ඉංග්‍රීසි බසට --Name[sk]=WordReference.com preklad z francúzštiny do angličtiny --Name[sl]=Prevod WordReference.com: francoščina v angleščino --Name[sr]=Вордреференс: са француског на енглески --Name[sr@ijekavian]=Вордреференс: са француског на енглески --Name[sr@ijekavianlatin]=WordReference: sa francuskog na engleski --Name[sr@latin]=WordReference: sa francuskog na engleski --Name[sv]=Wordreference.com översättning: franska till engelska --Name[ta]=WordReference.com மொழிபெயர்ப்பு: பிரென்சு மொழியில் இருந்து ஆங்கிலத்துக்கு --Name[te]=WordReference.com అనువాదము: ఫ్రెంచ్ నుండి ఇంగ్లీష్ --Name[tg]=Тарҷумаҳои WordReference.com: Франсузӣ ба англисӣ --Name[th]=การแปลจาก WordReference.com: แปลภาษาฝรั่งเศสเป็นอังกฤษ --Name[tr]=WordReference.com Çevirisi: Fransızcadan İngilizceye --Name[ug]=WordReference.com تەرجىمە: فىرانسۇزچىغا ئىنگلىزچىغا --Name[uk]=WordReference.com — переклад з французької англійською --Name[uz]=WordReference.com tarjima: Fransuzchadan Inglizchaga --Name[uz@cyrillic]=WordReference.com таржима: Французчадан Инглизчага --Name[vi]=WordReference.com Dịch: tiếng Pháp sang tiếng Anh --Name[wa]=WordReference.com ratournaedje do francès viè l' inglès --Name[x-test]=xxWordReference.com Translation: French to Englishxx --Name[zh_CN]=WordReference.com 翻译:法语译英语 --Name[zh_TW]=WordReference.com 翻譯: 法文至英文 --Query=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[af]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[ar]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[as]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[ast]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[be]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[be@latin]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[bg]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[bn]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[bn_IN]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[br]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[bs]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[ca]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[ca@valencia]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[cs]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[csb]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[da]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[de]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[el]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[en_GB]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[eo]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[es]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[et]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[eu]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[fa]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[fi]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[fr]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[fy]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[ga]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[gl]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[gu]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[he]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[hi]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[hne]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[hr]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[hsb]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[hu]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[ia]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[id]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[is]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[it]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[ja]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[ka]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[kk]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[km]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[kn]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[ko]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[ku]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[lt]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[lv]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[mai]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[ml]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[mr]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[ms]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[nb]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[nds]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[ne]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[nl]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[nn]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[or]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[pa]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[pl]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[pt]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[pt_BR]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[ro]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[ru]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[se]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[si]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[sk]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[sl]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[sr]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[sr@ijekavian]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[sr@ijekavianlatin]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[sr@latin]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[sv]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[ta]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[te]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[tg]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[th]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[tr]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[ug]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[uk]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[uz]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[uz@cyrillic]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[vi]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[wa]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[x-test]=xxhttp://www.wordreference.com/fr/en/translation.asp?fren=\\{@}xx --Query[zh_CN]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --Query[zh_TW]=http://www.wordreference.com/fr/en/translation.asp?fren=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/freecode.desktop b/kurifilter-plugins/ikws/searchproviders/freecode.desktop -deleted file mode 100644 -index 4242372..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/freecode.desktop -+++ /dev/null -@@ -1,100 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Freecode --Name[bg]=Freecode --Name[bs]=Freecode --Name[ca]=Freecode --Name[ca@valencia]=Freecode --Name[cs]=Freecode --Name[da]=Freecode --Name[de]=Freecode --Name[el]=Freecode --Name[es]=Freecode --Name[eu]=Freecode --Name[fi]=Freecode --Name[fr]=Freecode --Name[gl]=Freecode --Name[hi]=Freecode --Name[hu]=Freecode --Name[ia]=Freecode --Name[id]=Freecode --Name[is]=Freecode --Name[it]=Freecode --Name[ja]=Freecode --Name[kk]=Freecode --Name[ko]=Freecode --Name[lt]=Freecode --Name[nb]=Freecode --Name[nds]=Freecode --Name[nl]=Freecode --Name[nn]=Freecode --Name[pa]=ਫਰੀਕੋਡ --Name[pl]=Freecode --Name[pt]=Freecode --Name[pt_BR]=Freecode --Name[ro]=Freecode --Name[ru]=Freecode --Name[sk]=Freecode --Name[sl]=Freecode --Name[sr]=Фрикод --Name[sr@ijekavian]=Фрикод --Name[sr@ijekavianlatin]=Freecode --Name[sr@latin]=Freecode --Name[sv]=Freecode --Name[tr]=Freecode --Name[ug]=Freecode --Name[uk]=Freecode --Name[wa]=Freecode --Name[x-test]=xxFreecodexx --Name[zh_CN]=Freecode --Name[zh_TW]=Freecode --X-KDE-ServiceTypes=SearchProvider --Keys=fc,freecode --Query=http://freecode.com/search?q=\\{@} --Query[bg]=http://freecode.com/search?q=\\{@} --Query[bs]=http://freecode.com/search?q=\\{@} --Query[ca]=http://freecode.com/search?q=\\{@} --Query[ca@valencia]=http://freecode.com/search?q=\\{@} --Query[cs]=http://freecode.com/search?q=\\{@} --Query[da]=http://freecode.com/search?q=\\{@} --Query[de]=http://freecode.com/search?q=\\{@} --Query[el]=http://freecode.com/search?q=\\{@} --Query[es]=http://freecode.com/search?q=\\{@} --Query[eu]=http://freecode.com/search?q=\\{@} --Query[fi]=http://freecode.com/search?q=\\{@} --Query[fr]=http://freecode.com/search?q=\\{@} --Query[gl]=http://freecode.com/search?q=\\{@} --Query[hi]=http://freecode.com/search?q=\\{@} --Query[hu]=http://freecode.com/search?q=\\{@} --Query[ia]=http://freecode.com/search?q=\\{@} --Query[id]=http://freecode.com/search?q=\\{@} --Query[is]=http://freecode.com/search?q=\\{@} --Query[it]=http://freecode.com/search?q=\\{@} --Query[ja]=http://freecode.com/search?q=\\{@} --Query[kk]=http://freecode.com/search?q=\\{@} --Query[ko]=http://freecode.com/search?q=\\{@} --Query[lt]=http://freecode.com/search?q=\\{@} --Query[nb]=http://freecode.com/search?q=\\{@} --Query[nds]=http://freecode.com/search?q=\\{@} --Query[nl]=http://freecode.com/search?q=\\{@} --Query[nn]=http://freecode.com/search?q=\\{@} --Query[pa]=http://freecode.com/search?q=\\{@} --Query[pl]=http://freecode.com/search?q=\\{@} --Query[pt]=http://freecode.com/search?q=\\{@} --Query[pt_BR]=http://freecode.com/search?q=\\{@} --Query[ro]=http://freecode.com/search?q=\\{@} --Query[ru]=http://freecode.com/search?q=\\{@} --Query[sk]=http://freecode.com/search?q=\\{@} --Query[sl]=http://freecode.com/search?q=\\{@} --Query[sr]=http://freecode.com/search?q=\\{@} --Query[sr@ijekavian]=http://freecode.com/search?q=\\{@} --Query[sr@ijekavianlatin]=http://freecode.com/search?q=\\{@} --Query[sr@latin]=http://freecode.com/search?q=\\{@} --Query[sv]=http://freecode.com/search?q=\\{@} --Query[tr]=http://freecode.com/search?q=\\{@} --Query[ug]=http://freecode.com/search?q=\\{@} --Query[uk]=http://freecode.com/search?q=\\{@} --Query[wa]=http://freecode.com/search?q=\\{@} --Query[x-test]=xxhttp://freecode.com/search?q=\\{@}xx --Query[zh_CN]=http://freecode.com/search?q=\\{@} --Query[zh_TW]=http://freecode.com/search?q=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/freedb.desktop b/kurifilter-plugins/ikws/searchproviders/freedb.desktop -deleted file mode 100644 -index e459e7d..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/freedb.desktop -+++ /dev/null -@@ -1,185 +0,0 @@ --[Desktop Entry] --Type=Service --Name=FreeDB --Name[af]=FreeDB --Name[ar]=مكتبة FreeDB --Name[as]=FreeDB --Name[ast]=FreeDB --Name[be]=FreeDB --Name[be@latin]=FreeDB --Name[bg]=FreeDB --Name[bn]=ফ্রী-ডি.বি. --Name[bn_IN]=FreeDB --Name[br]=FreeDB --Name[bs]=FreeDB --Name[ca]=FreeDB --Name[ca@valencia]=FreeDB --Name[cs]=FreeDB --Name[csb]=FreeDB --Name[cy]=FreeDB --Name[da]=FreeDB --Name[de]=FreeDB --Name[el]=FreeDB --Name[en_GB]=FreeDB --Name[eo]=FreeDB --Name[es]=FreeDB --Name[et]=FreeDB --Name[eu]=FreeDB --Name[fa]=FreeDB --Name[fi]=FreeDB --Name[fr]=FreeDB --Name[fy]=FreeDB --Name[ga]=FreeDB --Name[gl]=FreeDB --Name[gu]=ફ્રીડીબી --Name[he]=FreeDB --Name[hi]=फ्री-डीबी --Name[hne]=फ्री-डीबी --Name[hr]=FreeDB --Name[hsb]=FreeDB --Name[hu]=FreeDB --Name[ia]=FreeDB --Name[id]=FreeDB --Name[is]=FreeDB --Name[it]=FreeDB --Name[ja]=FreeDB --Name[ka]=FreeDB --Name[kk]=FreeDB --Name[km]=FreeDB --Name[kn]=ಫ್ರೀಡಿಬಿ --Name[ko]=FreeDB --Name[ku]=FreeDB --Name[lt]=FreeDB --Name[lv]=FreeDB --Name[mai]=फ्री-डीबी --Name[mk]=FreeDB --Name[ml]=FreeDB --Name[mr]=FreeDB --Name[ms]=FreeDB --Name[nb]=FreeDB --Name[nds]=FreeDB --Name[ne]=नि: शुल्क DB --Name[nl]=FreeDB --Name[nn]=FreeDB --Name[or]=FreeDB --Name[pa]=FreeDB --Name[pl]=FreeDB --Name[pt]=FreeDB --Name[pt_BR]=FreeDB --Name[ro]=FreeDB --Name[ru]=FreeDB --Name[se]=FreeDB --Name[si]=FreeDB --Name[sk]=FreeDB --Name[sl]=FreeDB --Name[sr]=ФриДБ --Name[sr@ijekavian]=ФриДБ --Name[sr@ijekavianlatin]=FreeDB --Name[sr@latin]=FreeDB --Name[sv]=FreeDB --Name[ta]=இலவசடிபி --Name[te]=ఫ్రీడిబి --Name[tg]=FreeDB --Name[th]=FreeDB --Name[tr]=FreeDB --Name[ug]=FreeDB --Name[uk]=FreeDB --Name[uz]=FreeDB --Name[uz@cyrillic]=FreeDB --Name[vi]=Tra FreeDB --Name[wa]=FreeDB --Name[x-test]=xxFreeDBxx --Name[zh_CN]=FreeDB --Name[zh_TW]=FreeDB --X-KDE-ServiceTypes=SearchProvider --Keys=fdb,freedb --Query=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[af]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[ar]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[as]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[ast]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[be]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[be@latin]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[bg]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[bn]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[bn_IN]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[br]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[bs]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[ca]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[ca@valencia]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[cs]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[csb]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[da]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[de]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[el]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[en_GB]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[eo]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[es]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[et]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[eu]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[fa]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[fi]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[fr]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[fy]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[ga]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[gl]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[gu]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[he]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[hi]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[hne]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[hr]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[hsb]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[hu]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[ia]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[id]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[is]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[it]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[ja]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[ka]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[kk]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[km]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[kn]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[ko]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[ku]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[lt]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[lv]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[mai]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[ml]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[mr]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[ms]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[nb]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[nds]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[ne]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[nl]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[nn]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[or]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[pa]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[pl]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[pt]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[pt_BR]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[ro]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[ru]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[se]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[si]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[sk]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[sl]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[sr]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[sr@ijekavian]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[sr@ijekavianlatin]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[sr@latin]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[sv]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[ta]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[te]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[tg]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[th]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[tr]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[ug]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[uk]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[uz]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[uz@cyrillic]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[vi]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[wa]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[x-test]=xxhttp://www.freedb.org/freedb_search.php?words=\\{@}xx --Query[zh_CN]=http://www.freedb.org/freedb_search.php?words=\\{@} --Query[zh_TW]=http://www.freedb.org/freedb_search.php?words=\\{@} --Charset=utf8 -diff --git a/kurifilter-plugins/ikws/searchproviders/fsd.desktop b/kurifilter-plugins/ikws/searchproviders/fsd.desktop -deleted file mode 100644 -index 5d8fae4..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/fsd.desktop -+++ /dev/null -@@ -1,177 +0,0 @@ --[Desktop Entry] --Type=Service --Name=FSF/UNESCO Free Software Directory --Name[af]=FSF/UNESCO Gratis Sagteware Gids --Name[ar]=مجلد البرامج الحرة --Name[as]=FSF/UNESCO Free Software Directory --Name[ast]=Direutoriu de software llibre de FSF/UNESCO --Name[be]=Каталог свабоднага праграмнага забеспячэння FSF/UNESCO --Name[be@latin]=Kataloh svabodnych prahramaŭ „FSF/UNESCO” --Name[bg]=Директория със свободен софтуер на FSF/UNESCO --Name[bn]=FSF/UNESCO ফ্রী সফ্‌টওয়্যার ডিরেক্টরি --Name[bn_IN]=FSF/UNESCO মুক্ত সফ্টওয়্যার অভিধান --Name[br]=Renkell meziantoù frank FSF/UNESCO --Name[bs]=Imenik slobodnog softvera ZSS/Unesko --Name[ca]=Directori de programari lliure FSF/UNESCO --Name[ca@valencia]=Directori de programari lliure FSF/UNESCO --Name[cs]=Adresář svobodného softwaru FSF/UNESCO --Name[csb]=Wòlnoprzëstãpny katalog programów FSF/UNESCO --Name[da]=FSF/UNESCO Free Software katalog --Name[de]=FSF/UNESCO Free Software Directory --Name[el]=FSF/UNESCO Free Software Directory --Name[en_GB]=FSF/UNESCO Free Software Directory --Name[eo]=Dosierujoj de liberaj programaroj de FSF/UNESCO --Name[es]=Directorio de software libre de FSF/UNESCO --Name[et]=FSF/UNESCO Free Software Directory --Name[eu]=FSF/UNESCO software-direktorio askea --Name[fa]=واژه‌نامه نرم‌افزار آزاد FSF/UNESCO --Name[fi]=FSF/UNESCO:n vapaiden ohjelmien hakemisto --Name[fr]=Catalogue de logiciels libres FSF / UNESCO --Name[fy]=FSF/UNESCO Free Software Directory --Name[ga]=Eolaire Saorbhogearraí FSF/UNESCO --Name[gl]=Directorio de software libre da FSF/UNESCO --Name[gu]=FSF/UNESCO ફ્રી સોફ્ટવેર ડિરેક્ટરી --Name[he]=מדריך התוכנה החופשית של FSF/UNESCO --Name[hi]=एफएसएफ/यूनेस्को फ्री सॉफ़्टवेयर डिरेक्ट्री --Name[hne]=एफएसएफ/यूनेस्को फ्री साफ्टवेयर डिरेक्टरी --Name[hr]=FSF/UNESCO mapa slobodnog softvera --Name[hsb]=FSF/UNESCO Free Software Directory --Name[hu]=FSF/UNESCO szabadszoftver-gyűjtemény --Name[ia]=FSF/UNESCO Free Software Directory (Directorio de software libere) --Name[id]=Direktori Peranti Lunak Gratis FSF/UNESCO --Name[is]=FSF/UNESCO Free Software Directory --Name[it]=Elenco di software libero di FSF e UNESCO --Name[ja]=FSF/UNESCO フリーソフトウェア ディレクトリ --Name[ka]=FSF/UNESCO თავისუფალი პროგრამების კატალოგი --Name[kk]=FSF/UNESCO ашық бағдарламалық жасау каталогы --Name[km]=ថត​កម្មវិធី​ឥត​គិត​ថ្លៃ​របស់ FSF/UNESCO --Name[kn]=FSF/UNESCO ಮಕ್ತ ತಂತ್ರಾಂಶ ಶಬ್ದಕೋಶ --Name[ko]=FSF/UNESCO 자유 소프트웨어 디렉터리 --Name[ku]=FSF/UNESCO Ferhenga Nivîsbariyê ya Bêpere --Name[lt]=FSF/UNESCO laisvos programinės įrangos aplankas --Name[lv]=FSF/UNESCO brīvās programmatūras krātuve --Name[mai]=एफएसएफ/यूनेस्को फ्री साफ्टवेयर डिरेक्ट्री --Name[mk]=Каталог на слободен софтвер на FSF/UNESCO --Name[ml]=എഫ്എസ്എഫ്/യുനെസ്കോ സ്വതന്ത്ര സോഫ്റ്റ്‌വെയര്‍ ഡയറക്റ്ററി --Name[mr]=FSF/UNESCO ची मोफत सॉफ्टवेअर संचयीका --Name[ms]=Direktori Perisian Percuma FSF/UNESCO --Name[nb]=FSF/UNESCO-katalogen over fri programvare --Name[nds]=FSF/UNESCO-Verteken mit fre'e Programmen --Name[ne]=FSF/UNESCO नि: शुल्क सफ्टवेयर शब्दकोश --Name[nl]=FSF/UNESCO Free Software Directory --Name[nn]=FSF/UNESCO-katalogen over fri programvare --Name[or]=FSF/UNESCO ମୁକ୍ତ ସଫ୍ଟୱେର ଡ଼ିରେକ୍ଟରୀ --Name[pa]=FSF/UNESCO ਮੁਕਤ ਸਾਫਟਵੇਅਰ ਡਾਇਰੈਕਟਰੀ --Name[pl]=Słownik darmowego oprogramowania FSF/UNESCO --Name[pt]=Directoria de Software Livre FSF/UNESCO --Name[pt_BR]=FSF/UNESCO - Diretório de Software Livre --Name[ro]=Director de software liber FSF/UNESCO --Name[ru]=Каталог свободного ПО FSF/UNESCO --Name[se]=FSF/UNESCO Free Software Directory --Name[si]=FSF/UNESCO නිදහස් මෘදුකාංග ශබ්දකෝශය --Name[sk]=FSF/UNESCO Adresár slobodného softvéru --Name[sl]=Imenik prostega programja FSF/UNESCO --Name[sr]=Именик слободног софтвера ЗСС/Унеско --Name[sr@ijekavian]=Именик слободног софтвера ЗСС/Унеско --Name[sr@ijekavianlatin]=Imenik slobodnog softvera ZSS/Unesco --Name[sr@latin]=Imenik slobodnog softvera ZSS/Unesco --Name[sv]=FSF/UNESCO katalog över fri programvara --Name[ta]=FSF/UNESCO இலவச மென்பொருள் அடைவு --Name[te]=FSF/UNESCO ఉచిత సాఫ్‍ట్‌వేర్ డైరెక్టరీ --Name[tg]=Феҳристи нармафзори озод FSF/UNESCO --Name[th]=FSF/UNESCO - ไดเรกทอรีซอฟต์แวร์เสรี --Name[tr]=FSF/UNESCO Ücretsiz Yazılım Dizini --Name[ug]=FSF/UNESCO ھەقسىز يۇمشاق دېتاللار مۇندەرىجىسى --Name[uk]=Словник з вільного програмного забезпечення FSF/UNESCO --Name[vi]=Thư mục Phần mềm Tự do FSF/UNESCO --Name[wa]=Indecse des libes programes FSF/UNESCO --Name[x-test]=xxFSF/UNESCO Free Software Directoryxx --Name[zh_CN]=FSF/UNESCO 自由软件目录 --Name[zh_TW]=FSF/UNESCO 自由軟體目錄 --X-KDE-ServiceTypes=SearchProvider --Keys=fsd --Query=http://directory.fsf.org/search/?query=\\{@} --Query[af]=http://directory.fsf.org/search/?query=\\{@} --Query[ar]=http://directory.fsf.org/search/?query=\\{@} --Query[as]=http://directory.fsf.org/search/?query=\\{@} --Query[ast]=http://directory.fsf.org/search/fsd-search.py?q=\\{@} --Query[be@latin]=http://directory.fsf.org/search/?query=\\{@} --Query[bg]=http://directory.fsf.org/search/?query=\\{@} --Query[bn]=http://directory.fsf.org/search/?query=\\{@} --Query[bn_IN]=http://directory.fsf.org/search/?query=\\{@} --Query[bs]=http://directory.fsf.org/search/?query=\\{@} --Query[ca]=http://directory.fsf.org/search/?query=\\{@} --Query[ca@valencia]=http://directory.fsf.org/search/?query=\\{@} --Query[cs]=http://directory.fsf.org/search/?query=\\{@} --Query[csb]=http://directory.fsf.org/search/?query=\\{@} --Query[da]=http://directory.fsf.org/search/?query=\\{@} --Query[de]=http://directory.fsf.org/search/?query=\\{@} --Query[el]=http://directory.fsf.org/search/fsd-search.py?q=\\{@} --Query[en_GB]=http://directory.fsf.org/search/?query=\\{@} --Query[eo]=http://directory.fsf.org/search/?query=\\{@} --Query[es]=http://directory.fsf.org/search/?query=\\{@} --Query[et]=http://directory.fsf.org/search/?query=\\{@} --Query[eu]=http://directory.fsf.org/search/?query=\\{@} --Query[fa]=http://directory.fsf.org/search/?query=\\{@} --Query[fi]=http://directory.fsf.org/search/?query=\\{@} --Query[fr]=http://directory.fsf.org/search/?query=\\{@} --Query[fy]=http://directory.fsf.org/search/?query=\\{@} --Query[ga]=http://directory.fsf.org/search/?query=\\{@} --Query[gl]=http://directory.fsf.org/search/?query=\\{@} --Query[gu]=http://directory.fsf.org/search/?query=\\{@} --Query[he]=http://directory.fsf.org/search/?query=\\{@} --Query[hi]=http://directory.fsf.org/search/?query=\\{@} --Query[hne]=http://directory.fsf.org/search/?query=\\{@} --Query[hr]=http://directory.fsf.org/search/?query=\\{@} --Query[hsb]=http://directory.fsf.org/search/?query=\\{@} --Query[hu]=http://directory.fsf.org/search/?query=\\{@} --Query[ia]=http://directory.fsf.org/search/?query=\\{@} --Query[id]=http://directory.fsf.org/search/?query=\\{@} --Query[is]=http://directory.fsf.org/search/?query=\\{@} --Query[it]=http://directory.fsf.org/search/?query=\\{@} --Query[ja]=http://directory.fsf.org/search/?query=\\{@} --Query[kk]=http://directory.fsf.org/search/?query=\\{@} --Query[km]=http://directory.fsf.org/search/?query=\\{@} --Query[kn]=http://directory.fsf.org/search/?query=\\{@} --Query[ko]=http://directory.fsf.org/search/?query=\\{@} --Query[ku]=http://directory.fsf.org/search/?query=\\{@} --Query[lt]=http://directory.fsf.org/search/?query=\\{@} --Query[lv]=http://directory.fsf.org/search/?query=\\{@} --Query[mai]=http://directory.fsf.org/search/?query=\\{@} --Query[ml]=http://directory.fsf.org/search/?query=\\{@} --Query[mr]=http://directory.fsf.org/search/?query=\\{@} --Query[nb]=http://directory.fsf.org/search/?query=\\{@} --Query[nds]=http://directory.fsf.org/search/?query=\\{@} --Query[nl]=http://directory.fsf.org/search/?query=\\{@} --Query[nn]=http://directory.fsf.org/search/?query=\\{@} --Query[or]=http://directory.fsf.org/search/?query=\\{@} --Query[pa]=http://directory.fsf.org/search/?query=\\{@} --Query[pl]=http://directory.fsf.org/search/?query=\\{@} --Query[pt]=http://directory.fsf.org/search/?query=\\{@} --Query[pt_BR]=http://directory.fsf.org/search/?query=\\{@} --Query[ro]=http://directory.fsf.org/search/?query=\\{@} --Query[ru]=http://directory.fsf.org/search/?query=\\{@} --Query[si]=http://directory.fsf.org/search/?query=\\{@} --Query[sk]=http://directory.fsf.org/search/?query=\\{@} --Query[sl]=http://directory.fsf.org/search/?query=\\{@} --Query[sr]=http://directory.fsf.org/search/?query=\\{@} --Query[sr@ijekavian]=http://directory.fsf.org/search/?query=\\{@} --Query[sr@ijekavianlatin]=http://directory.fsf.org/search/?query=\\{@} --Query[sr@latin]=http://directory.fsf.org/search/?query=\\{@} --Query[sv]=http://directory.fsf.org/search/?query=\\{@} --Query[ta]=http://directory.fsf.org/search/?query=\\{@} --Query[te]=http://directory.fsf.org/search/?query=\\{@} --Query[tg]=http://directory.fsf.org/search/?query=\\{@} --Query[th]=http://directory.fsf.org/search/?query=\\{@} --Query[tr]=http://directory.fsf.org/search/?query=\\{@} --Query[ug]=http://directory.fsf.org/search/?query=\\{@} --Query[uk]=http://directory.fsf.org/search/?query=\\{@} --Query[uz]=http://directory.fsf.org/search/?query=\\{@} --Query[uz@cyrillic]=http://directory.fsf.org/search/?query=\\{@} --Query[vi]=http://directory.fsf.org/search/?query=\\{@} --Query[wa]=http://directory.fsf.org/search/?query=\\{@} --Query[x-test]=xxhttp://directory.fsf.org/search/?query=\\{@}xx --Query[zh_CN]=http://directory.fsf.org/search/?query=\\{@} --Query[zh_TW]=http://directory.fsf.org/search/?query=\\{@} -- -- -diff --git a/kurifilter-plugins/ikws/searchproviders/github.desktop b/kurifilter-plugins/ikws/searchproviders/github.desktop -deleted file mode 100644 -index 7fe8cca..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/github.desktop -+++ /dev/null -@@ -1,123 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=github,gh --Name=GitHub --Name[ar]=GitHub --Name[ast]=GitHub --Name[bg]=GitHub --Name[bn]=গিট-হাব --Name[bs]=Githab --Name[ca]=GitHub --Name[ca@valencia]=GitHub --Name[cs]=GitHub --Name[da]=GitHub --Name[de]=GitHub --Name[el]=GitHub --Name[en_GB]=GitHub --Name[eo]=GitHub --Name[es]=GitHub --Name[et]=GitHub --Name[eu]=GitHub --Name[fa]=GitHub --Name[fi]=GitHub --Name[fr]=GitHub --Name[ga]=GitHub --Name[gl]=GitHub --Name[gu]=ગીટહબ --Name[he]=GitHub --Name[hi]=गिटहब --Name[hr]=GitHub --Name[hu]=GitHub --Name[ia]=GitHub --Name[id]=GitHub --Name[is]=GitHub --Name[it]=GitHub --Name[ja]=GitHub --Name[kk]=GitHub --Name[km]=GitHub --Name[kn]=ಗಿಟ್ ಹಬ್ --Name[ko]=GitHub --Name[lt]=GitHub --Name[lv]=GitHub --Name[mai]=GitHub --Name[ml]=ഗിറ്റ്ഹബ് --Name[mr]=जिटहब --Name[nb]=GitHub --Name[nds]=GitHub --Name[nl]=GitHub --Name[nn]=GitHub --Name[pa]=GitHub --Name[pl]=GitHub --Name[pt]=GitHub --Name[pt_BR]=GitHub --Name[ro]=GitHub --Name[ru]=GitHub --Name[si]=GitHub --Name[sk]=GitHub --Name[sl]=GitHub --Name[sr]=Гитхаб --Name[sr@ijekavian]=Гитхаб --Name[sr@ijekavianlatin]=GitHub --Name[sr@latin]=GitHub --Name[sv]=GitHub --Name[tg]=GitHub --Name[th]=GitHub --Name[tr]=GitHub --Name[ug]=GitHub --Name[uk]=GitHub --Name[vi]=GitHub --Name[wa]=GitHub --Name[x-test]=xxGitHubxx --Name[zh_CN]=GitHub --Name[zh_TW]=GitHub --Query=https://github.com/search?q=\\{@}&x=0&y=0 --Query[bg]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[bs]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[ca]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[ca@valencia]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[cs]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[da]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[de]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[el]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[es]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[eu]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[fi]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[fr]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[gl]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[hi]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[hu]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[ia]=http://github.com/search?q=\\{@}&x=0&y=0 --Query[id]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[is]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[it]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[ja]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[kk]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[ko]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[lt]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[nb]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[nds]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[nl]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[nn]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[pa]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[pl]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[pt]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[pt_BR]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[ro]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[ru]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[sk]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[sl]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[sr]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[sr@ijekavian]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[sr@ijekavianlatin]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[sr@latin]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[sv]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[tr]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[ug]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[uk]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[wa]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[x-test]=xxhttps://github.com/search?q=\\{@}&x=0&y=0xx --Query[zh_CN]=https://github.com/search?q=\\{@}&x=0&y=0 --Query[zh_TW]=https://github.com/search?q=\\{@}&x=0&y=0 --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/gitorious.desktop b/kurifilter-plugins/ikws/searchproviders/gitorious.desktop -deleted file mode 100644 -index b0f4183..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/gitorious.desktop -+++ /dev/null -@@ -1,123 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=gitorious,gt --Name=Gitorious --Name[ar]=Gitorious --Name[ast]=Gitorious --Name[bg]=Gitorious --Name[bn]=গিটেরিয়াস --Name[bs]=Gitorijus --Name[ca]=Gitorious --Name[ca@valencia]=Gitorious --Name[cs]=Gitorious --Name[da]=Gitorious --Name[de]=Gitorious --Name[el]=Gitorious --Name[en_GB]=Gitorious --Name[eo]=Gitorious --Name[es]=Gitorious --Name[et]=Gitorious --Name[eu]=Gitorious --Name[fa]=Gitorious --Name[fi]=Gitorious --Name[fr]=Gitorious --Name[ga]=Gitorious --Name[gl]=Gitorious --Name[gu]=ગિટોરીઅસ --Name[he]=Gitorious --Name[hi]=गिटोरी --Name[hr]=Gitorious --Name[hu]=Gitorious --Name[ia]=Gitorious --Name[id]=Gitorious --Name[is]=Gitorious --Name[it]=Gitorious --Name[ja]=Gitorious --Name[kk]=Gitorious --Name[km]=Gitorious --Name[kn]=ಗಿಟೋರಿಯಸ್(Gitorious) --Name[ko]=Gitorious --Name[lt]=Gitorious --Name[lv]=Gitorious --Name[mai]=Gitorious --Name[ml]=ഗിറ്റോറിയസ് --Name[mr]=जिटोरिअस --Name[nb]=Gitorious --Name[nds]=Gitorious --Name[nl]=Gitorious --Name[nn]=Gitorious --Name[pa]=ਗਿਟੋਰੀਅਸ --Name[pl]=Gitorious --Name[pt]=Gitorious --Name[pt_BR]=Gitorious --Name[ro]=Gitorious --Name[ru]=Gitorious --Name[si]=Gitorious --Name[sk]=Gitorious --Name[sl]=Gitorious --Name[sr]=Гиторијус --Name[sr@ijekavian]=Гиторијус --Name[sr@ijekavianlatin]=Gitorious --Name[sr@latin]=Gitorious --Name[sv]=Gitorious --Name[tg]=Gitorious --Name[th]=Gitorious --Name[tr]=Gitorious --Name[ug]=Gitorious --Name[uk]=Gitorious --Name[vi]=Gitorious --Name[wa]=Gitorious --Name[x-test]=xxGitoriousxx --Name[zh_CN]=Gitorious --Name[zh_TW]=Gitorious --Query=https://gitorious.org/search?q=\\{@}&commit=Search --Query[bg]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[bs]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[ca]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[ca@valencia]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[cs]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[da]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[de]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[el]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[es]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[eu]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[fi]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[fr]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[gl]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[hi]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[hu]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[ia]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[id]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[is]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[it]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[ja]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[kk]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[ko]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[lt]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[nb]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[nds]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[nl]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[nn]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[pa]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[pl]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[pt]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[pt_BR]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[ro]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[ru]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[sk]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[sl]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[sr]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[sr@ijekavian]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[sr@ijekavianlatin]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[sr@latin]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[sv]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[tr]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[ug]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[uk]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[wa]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[x-test]=xxhttps://gitorious.org/search?q=\\{@}&commit=Searchxx --Query[zh_CN]=https://gitorious.org/search?q=\\{@}&commit=Search --Query[zh_TW]=https://gitorious.org/search?q=\\{@}&commit=Search --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/google.desktop b/kurifilter-plugins/ikws/searchproviders/google.desktop -deleted file mode 100644 -index 53c1305..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/google.desktop -+++ /dev/null -@@ -1,146 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Google --Name[af]=Google --Name[ar]=جوجل --Name[as]=Google --Name[ast]=Google --Name[be]=Google --Name[be@latin]=Google --Name[bg]=Google --Name[bn]=গুগল্ --Name[bn_IN]=Google --Name[br]=Google --Name[bs]=Google --Name[ca]=Google --Name[ca@valencia]=Google --Name[cs]=Google --Name[csb]=Google - szëkôrz starnów WWW --Name[cy]=Google --Name[da]=Google --Name[de]=Google --Name[el]=Google --Name[en_GB]=Google --Name[eo]=Guglo --Name[es]=Google --Name[et]=Google --Name[eu]=Google --Name[fa]=گوگل --Name[fi]=Google --Name[fr]=Google --Name[fy]=Google --Name[ga]=Google --Name[gl]=Google --Name[gu]=ગુગલ --Name[he]=Google --Name[hi]=गूगल --Name[hne]=गूगल --Name[hr]=Google --Name[hsb]=Google --Name[hu]=Google --Name[ia]=Google --Name[id]=Google --Name[is]=Google --Name[it]=Google --Name[ja]=Google --Name[ka]=Google --Name[kk]=Google --Name[km]=ហ្គូហ្គល --Name[kn]=ಗೂಗಲ್ --Name[ko]=Google --Name[ku]=Google --Name[lt]=Google --Name[lv]=Google --Name[mai]=गूगल --Name[mk]=Google --Name[ml]=ഗൂഗിള്‍ --Name[mr]=गूगल --Name[ms]=Google --Name[nb]=Google --Name[nds]=Google --Name[ne]=गुगल --Name[nl]=Google --Name[nn]=Google --Name[or]=Google --Name[pa]=Google --Name[pl]=Google - wyszukiwarka stron WWW --Name[pt]=Google --Name[pt_BR]=Google --Name[ro]=Google --Name[ru]=Google --Name[se]=Google --Name[si]=Google --Name[sk]=Google --Name[sl]=Google --Name[sr]=Гугл --Name[sr@ijekavian]=Гугл --Name[sr@ijekavianlatin]=Google --Name[sr@latin]=Google --Name[sv]=Google --Name[ta]=கூகுல் --Name[te]=గూగుల్ --Name[tg]=Google --Name[th]=กูเกิล --Name[tr]=Google --Name[ug]=گۇگىل(Google) --Name[uk]=Google --Name[uz]=Google --Name[uz@cyrillic]=Google --Name[vi]=Google --Name[wa]=Google --Name[xh]=Google --Name[x-test]=xxGooglexx --Name[zh_CN]=Google --Name[zh_TW]=Google --X-KDE-ServiceTypes=SearchProvider --Keys=gg,google --Query=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[bg]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[bs]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[ca]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[ca@valencia]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[cs]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[da]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[de]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[el]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[es]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[eu]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[fi]=https://www.google.fi/search?q=\\{@}&ie=UTF-8 --Query[fr]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[gl]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[hi]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[hu]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[ia]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[id]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[is]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[it]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[ja]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[kk]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[ko]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[lt]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[nb]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[nds]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[nl]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[nn]=https://www.google.com/search?q=\\{@}&ie=UTF-8&hl=nn --Query[pa]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[pl]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[pt]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[pt_BR]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[ro]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[ru]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[sk]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[sl]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[sr]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[sr@ijekavian]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[sr@ijekavianlatin]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[sr@latin]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[sv]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[tr]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[ug]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[uk]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[wa]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[x-test]=xxhttps://www.google.com/search?q=\\{@}&ie=UTF-8xx --Query[zh_CN]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Query[zh_TW]=https://www.google.com/search?q=\\{@}&ie=UTF-8 --Suggest=http://www.google.com/complete/search?q=\\{@}&output=toolbar --Charset=utf8 -diff --git a/kurifilter-plugins/ikws/searchproviders/google_advanced.desktop b/kurifilter-plugins/ikws/searchproviders/google_advanced.desktop -deleted file mode 100644 -index 8eba3cd..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/google_advanced.desktop -+++ /dev/null -@@ -1,145 +0,0 @@ --[Desktop Entry] --Keys=ggx --Name=Google Advanced Search --Name[af]=Google Gevorderde Soektog --Name[ar]=بحث جوجل المتقدم --Name[as]=Google Advanced Search --Name[ast]=Gueta avanzada de Google --Name[be]=Адмысловы пошук Google --Name[be@latin]=Asablivy pošuk „Google” --Name[bg]=Разширено търсене в Google --Name[bn]=গুগল্ অগ্রসর অনুসন্ধান --Name[bn_IN]=Google-র উন্নত বৈশিষ্ট্য সম্বলিত অনুসন্ধান --Name[br]=Klask Google barek --Name[bs]=Google napredno pretraživanje --Name[ca]=Cerca avançada de Google --Name[ca@valencia]=Cerca avançada de Google --Name[cs]=Rozšířené hledání (Google) --Name[csb]=Google - awansowónô szëkba --Name[cy]=Chwilio Uwch Google --Name[da]=Google avanceret søgning --Name[de]=Erweiterte Google-Suche --Name[el]=Προχωρημένη αναζήτηση του Google --Name[en_GB]=Google Advanced Search --Name[eo]=Detala serĉo de Guglo --Name[es]=Búsqueda avanzada de Google --Name[et]=Google täpsem otsing --Name[eu]=Google-ren bilaketa aurreratua --Name[fa]=جستجوی پیشرفته گوگل --Name[fi]=Googlen tarkennettu haku --Name[fr]=Recherche avancée de Google --Name[fy]=Google Avansearre Sykje --Name[ga]=Cuardach Casta Google --Name[gl]=Busca avanzada de Google --Name[gu]=ગુગલ ઉચ્ચ શોધ --Name[he]=חיפוש מתקדם ב־Google --Name[hi]=गूगल विस्तृत खोज --Name[hne]=गूगल विस्तृत खोज --Name[hr]=Google napredno pretraživanje --Name[hsb]=Google pytanje za pokročenych --Name[hu]=Google részletes keresés --Name[ia]=Google Advanced Search : cerca avantiate de Google --Name[id]=Penelusuran Lanjutan Google --Name[is]=Google - Nánar --Name[it]=Ricerca avanzata di Google --Name[ja]=Google 検索オプション --Name[ka]=Google დეტალური ძიება --Name[kk]=Google кеңейтілген іздеу --Name[km]=ស្វែងរក​កម្រិត​ខ្ពស់​តាម​រយៈ​ហ្គូហ្គល --Name[kn]=ಗೂಗಲ್ ಪ್ರೌಢ ಶೋಧನೆ --Name[ko]=Google 고급 검색 --Name[ku]=Google Lêgerîna Pêşketî --Name[lt]=Išplėsta Google paieška --Name[lv]=Google uzlabotā meklēšana --Name[mai]=गूगल विस्तृत खोज --Name[mk]=Google - напредно пребарување --Name[ml]=ഗൂഗിളില്‍ തിരയുക --Name[mr]=Google विस्तृत शोध --Name[ms]=Carian Lanjutan Google --Name[nb]=Google avansert søk --Name[nds]=Google sien verwiederte Söök --Name[ne]=गुगल उन्नत खोजी --Name[nl]=Google geavanceerd zoeken --Name[nn]=Google avansert søk --Name[or]=Google ଉନ୍ନତ ସନ୍ଧାନ --Name[pa]=Google ਤਕਨੀਕੀ ਖੋਜ --Name[pl]=Google - wyszukiwanie zaawansowane --Name[pt]=Pesquisa Avançada do Google --Name[pt_BR]=Pesquisa avançada do Google --Name[ro]=Căutare avansată Google --Name[ru]=Расширенный поиск в Google --Name[se]=Dárkilis ohcan Google báikkis --Name[si]=Google උසස් සෙවුම --Name[sk]=Pokročilé hľadanie Google --Name[sl]=Napredno iskanje z Google --Name[sr]=Гугл (детаљно) --Name[sr@ijekavian]=Гугл (детаљно) --Name[sr@ijekavianlatin]=Google (detaljno) --Name[sr@latin]=Google (detaljno) --Name[sv]=Google avancerad sökning --Name[ta]=கூகுல் மேம்படுத்தப்பட்ட தேடுதல் --Name[te]=గూగుల్ మరింత నిసిస్టమైన అన్వెషణ --Name[tg]=Ҷустуҷӯи муфассали Google --Name[th]=ค้นหาขั้นสูงด้วยกูเกิล --Name[tr]=Google Gelişmiş Arayıcı --Name[ug]=Google ئالىي ئىزدەش --Name[uk]=Складний пошук у Google --Name[uz]=Google - Ilgʻor qidirish --Name[uz@cyrillic]=Google - Илғор қидириш --Name[vi]=Google Tìm Kiếm Nâng Cao --Name[wa]=Ricweraedje avancî di Google --Name[xh]=Uphendlo Olubhekisa phambili lwe Google --Name[x-test]=xxGoogle Advanced Searchxx --Name[zh_CN]=Google 高级搜索 --Name[zh_TW]=Google 進階搜尋 --Query=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[bg]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[bs]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[ca]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[ca@valencia]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[cs]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[da]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[de]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[el]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[es]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[eu]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[fi]=https://www.google.fi/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[fr]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[gl]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[hi]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[hu]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[ia]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[id]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[is]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[it]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[ja]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[kk]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[ko]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[lt]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[nb]=https://www.google.no/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[nds]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[nl]=https://www.google.nl/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[nn]=https://www.google.com/search?hl=nn&as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[pa]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[pl]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[pt]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[pt_BR]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[ro]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[ru]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[sk]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[sl]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[sr]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[sr@ijekavian]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[sr@ijekavianlatin]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[sr@latin]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[sv]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[tr]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[ug]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[uk]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[wa]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[x-test]=xxhttps://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8xx --Query[zh_CN]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Query[zh_TW]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 --Charset=utf8 --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/google_code.desktop b/kurifilter-plugins/ikws/searchproviders/google_code.desktop -deleted file mode 100644 -index 0d6676e..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/google_code.desktop -+++ /dev/null -@@ -1,122 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=ggc,googlecode,ggcode --Name=Google Code --Name[ar]=شفرة جوجل --Name[ast]=Google Code --Name[bg]=Код в Google --Name[bn]=গুগল কোড --Name[bs]=Google Code --Name[ca]=Google Code --Name[ca@valencia]=Google Code --Name[cs]=Google Code --Name[da]=Google Code --Name[de]=Google Code --Name[el]=Google Code --Name[en_GB]=Google Code --Name[eo]=Guglo Kodo --Name[es]=Google Code --Name[et]=Google Code --Name[eu]=Google Code --Name[fa]=گوگل کد --Name[fi]=Google Code --Name[fr]=Code « Google » --Name[ga]=Cód Google --Name[gl]=Google Code --Name[gu]=ગુગલ કોડ --Name[he]=Google Code --Name[hi]=गूगल कोड --Name[hr]=Google Code --Name[hu]=Google Code --Name[ia]=Google Movies --Name[id]=Google Code --Name[is]=Google kóði --Name[it]=Codice di Google --Name[ja]=Google Code --Name[kk]=Google Code --Name[km]=កូដ​​​ហ្គូហ្គល --Name[kn]=ಗೂಗಲ್ ಕೋಡ್ --Name[ko]=Google 코드 --Name[lt]=Google Kodas --Name[lv]=Google Code --Name[mai]=गूगल कोड --Name[mr]=गूगल कोड --Name[nb]=Google Code --Name[nds]=Google-Kode --Name[nl]=Google Code --Name[nn]=Google Code --Name[pa]=Google ਕੋਡ --Name[pl]=Google - kod źródłowy --Name[pt]=Código do Google --Name[pt_BR]=Google Code --Name[ro]=Cod Google --Name[ru]=Google Code --Name[si]=Google කේතය --Name[sk]=Google Code --Name[sl]=Google Code --Name[sr]=Гугл‑код --Name[sr@ijekavian]=Гугл‑код --Name[sr@ijekavianlatin]=Google‑kod --Name[sr@latin]=Google‑kod --Name[sv]=Google kod --Name[tg]=Рамзи Google --Name[th]=Google Code --Name[tr]=Google Code --Name[ug]=Google Code --Name[uk]=Google Code --Name[vi]=Google Mã --Name[wa]=Google Côde --Name[x-test]=xxGoogle Codexx --Name[zh_CN]=Google Code --Name[zh_TW]=Google Code --Query=https://code.google.com/query/#q=\\{%2520} --Query[bg]=https://code.google.com/query/#q=\\{%2520} --Query[bs]=https://code.google.com/query/#q=\\{%2520} --Query[ca]=https://code.google.com/query/#q=\\{%2520} --Query[ca@valencia]=https://code.google.com/query/#q=\\{%2520} --Query[cs]=https://code.google.com/query/#q=\\{%2520} --Query[da]=https://code.google.com/query/#q=\\{%2520} --Query[de]=https://code.google.com/query/#q=\\{%2520} --Query[el]=https://code.google.com/query/#q=\\{%2520} --Query[es]=https://code.google.com/query/#q=\\{%2520} --Query[eu]=https://code.google.com/query/#q=\\{%2520} --Query[fi]=https://code.google.com/query/#q=\\{%2520} --Query[fr]=https://code.google.com/query/#q=\\{%2520} --Query[gl]=https://code.google.com/query/#q=\\{%2520} --Query[hi]=https://code.google.com/query/#q=\\{%2520} --Query[hu]=https://code.google.com/query/#q=\\{%2520} --Query[ia]=https://code.google.com/query/#q=\\{%2520} --Query[id]=https://code.google.com/query/#q=\\{%2520} --Query[is]=https://code.google.com/query/#q=\\{%2520} --Query[it]=https://code.google.com/query/#q=\\{%2520} --Query[ja]=https://code.google.com/query/#q=\\{%2520} --Query[kk]=https://code.google.com/query/#q=\\{%2520} --Query[ko]=https://code.google.com/query/#q=\\{%2520} --Query[lt]=https://code.google.com/query/#q=\\{%2520} --Query[nb]=https://code.google.com/query/#q=\\{%2520} --Query[nds]=https://code.google.com/query/#q=\\{%2520} --Query[nl]=https://code.google.com/query/#q=\\{%2520} --Query[nn]=https://code.google.com/query/#q=\\{%2520} --Query[pa]=https://code.google.com/query/#q=\\{%2520} --Query[pl]=https://code.google.com/query/#q=\\{%2520} --Query[pt]=https://code.google.com/query/#q=\\{%2520} --Query[pt_BR]=https://code.google.com/query/#q=\\{%2520} --Query[ro]=https://code.google.com/query/#q=\\{%2520} --Query[ru]=https://code.google.com/query/#q=\\{%2520} --Query[sk]=https://code.google.com/query/#q=\\{%2520} --Query[sl]=https://code.google.com/query/#q=\\{%2520} --Query[sr]=https://code.google.com/query/#q=\\{%2520} --Query[sr@ijekavian]=https://code.google.com/query/#q=\\{%2520} --Query[sr@ijekavianlatin]=https://code.google.com/query/#q=\\{%2520} --Query[sr@latin]=https://code.google.com/query/#q=\\{%2520} --Query[sv]=https://code.google.com/query/#q=\\{%2520} --Query[tr]=https://code.google.com/query/#q=\\{%2520} --Query[ug]=https://code.google.com/query/#q=\\{%2520} --Query[uk]=https://code.google.com/query/#q=\\{%2520} --Query[wa]=https://code.google.com/query/#q=\\{%2520} --Query[x-test]=xxhttps://code.google.com/query/#q=\\{%2520}xx --Query[zh_CN]=https://code.google.com/query/#q=\\{%2520} --Query[zh_TW]=https://code.google.com/query/#q=\\{%2520} --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/google_groups.desktop b/kurifilter-plugins/ikws/searchproviders/google_groups.desktop -deleted file mode 100644 -index 59563ea..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/google_groups.desktop -+++ /dev/null -@@ -1,144 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Google Groups --Name[af]=Google Groepe --Name[ar]=مجموعات جوجل --Name[as]=Google Groups --Name[ast]=Grupos de Google --Name[be]=Групы Google --Name[be@latin]=Hrupy „Google” --Name[bg]=Групи в Google --Name[bn]=গুগল্ গ্রুপস --Name[bn_IN]=Google Groups (গ্রুপ) --Name[br]=Stroladoù Google --Name[bs]=Google Grupe --Name[ca]=Grups a Google --Name[ca@valencia]=Grups a Google --Name[cs]=Google - diskuzní skupiny --Name[csb]=Google - archiwa diskùsjowëch karnów --Name[cy]=Grwpiau Google --Name[da]=Google-grupper --Name[de]=Google-Newsgruppen --Name[el]=Ομάδες του Google --Name[en_GB]=Google Groups --Name[eo]=Guglo Grupoj --Name[es]=Grupos de Google --Name[et]=Google uudisegrupid --Name[eu]=Google-ren taldeak --Name[fa]=گروههای گوگل --Name[fi]=Googlen keskusteluryhmät --Name[fr]=Groupes « Google » --Name[fy]=Google Diskusjegroepen --Name[ga]=Grúpaí Google --Name[gl]=Grupos de Google --Name[gu]=ગુગલ સમૂહો --Name[he]=קבוצות דיון ב־Google --Name[hi]=गूगल समूह --Name[hne]=गूगल समूह --Name[hr]=Google Grupe --Name[hsb]=Google Groups --Name[hu]=Google Groups --Name[ia]=Google Groups : Gruppos de Google --Name[id]=Google Grup --Name[is]=Google - Ráðstefnur --Name[it]=Google gruppi --Name[ja]=Google グループ --Name[ka]=Google ჯგუფები --Name[kk]=Google топтары --Name[km]=ក្រុម​ហ្គូហ្គល --Name[kn]=ಗೂಗಲ್ ಗುಂಪುಗಳು --Name[ko]=Google 그룹스 --Name[ku]=Komên Googleyê --Name[lt]=Google grupės --Name[lv]=Google grupas --Name[mai]=गूगल समूह --Name[mk]=Google-групи --Name[ml]=ഗൂഗിള്‍ കൂട്ടങ്ങള്‍ --Name[mr]=Google समूह --Name[ms]=Kumpulan Google --Name[nb]=Google-grupper --Name[nds]=Google-Koppeln --Name[ne]=गुगल समूह --Name[nl]=Google Groepen --Name[nn]=Google Groups --Name[or]=Google Groups --Name[pa]=Google ਗਰੁੱਪ --Name[pl]=Google - archiwum grup dyskusyjnych --Name[pt]=Grupos do Google --Name[pt_BR]=Grupos do Google --Name[ro]=Grupuri Google --Name[ru]=Группы Google --Name[se]=Google Groups --Name[si]=ගූගල් සමූහ --Name[sk]=Diskusné skupiny Google --Name[sl]=Skupine Google --Name[sr]=Гугл‑групе --Name[sr@ijekavian]=Гугл‑групе --Name[sr@ijekavianlatin]=Google-grupe --Name[sr@latin]=Google-grupe --Name[sv]=Google-grupper --Name[ta]=கூகுல் குழுக்கள் --Name[te]=గూగుల్ గుంపులు --Name[tg]=Гурӯҳҳои Google --Name[th]=กลุ่มต่าง ๆ ของกูเกิล --Name[tr]=Google Grupları --Name[ug]=Google گۇرۇپپا --Name[uk]=Групи Google --Name[uz]=Google - Guruhlar --Name[uz@cyrillic]=Google - Гуруҳлар --Name[vi]=Google Nhóm --Name[wa]=Google Groups --Name[xh]=Amaqela e Google --Name[x-test]=xxGoogle Groupsxx --Name[zh_CN]=Google 兴趣小组 --Name[zh_TW]=Google 群組 --X-KDE-ServiceTypes=SearchProvider --Keys=ggg,groups,dj,deja --Query=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[bg]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[bs]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[ca]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[ca@valencia]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[cs]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[da]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[de]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[el]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[es]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[eu]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[fi]=https://groups.google.fi/groups?oi=djq&as_q=\\{@} --Query[fr]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[gl]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[hi]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[hu]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[ia]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[id]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[is]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[it]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[ja]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[kk]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[ko]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[lt]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[nb]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[nds]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[nl]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[nn]=https://groups.google.com/groups?hl=nn&oi=djq&as_q=\\{@} --Query[pa]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[pl]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[pt]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[pt_BR]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[ro]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[ru]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[sk]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[sl]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[sr]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[sr@ijekavian]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[sr@ijekavianlatin]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[sr@latin]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[sv]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[tr]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[ug]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[uk]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[wa]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[x-test]=xxhttps://groups.google.com/groups?oi=djq&as_q=\\{@}xx --Query[zh_CN]=https://groups.google.com/groups?oi=djq&as_q=\\{@} --Query[zh_TW]=https://groups.google.com/groups?oi=djq&as_q=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/google_images.desktop b/kurifilter-plugins/ikws/searchproviders/google_images.desktop -deleted file mode 100644 -index 49038c2..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/google_images.desktop -+++ /dev/null -@@ -1,144 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Google Image Search --Name[af]=Google Beeld Soektog --Name[ar]=بحث صور جوجل --Name[as]=Google ছবিৰৰ অনুনসন্ধান --Name[ast]=Gueta d'imáxenes de Google --Name[be]=Пошук відарысаў Google --Name[be@latin]=Pošuk vyjavaŭ „Google” --Name[bg]=Търсене на изображения в Google --Name[bn]=গুগল্ চিত্র অনুসন্ধান --Name[bn_IN]=Google ছবি অনুসন্ধান --Name[br]=Klask skeudennoù Google --Name[bs]=Google pretraživanje slika --Name[ca]=Cerca d'imatges a Google --Name[ca@valencia]=Cerca d'imatges a Google --Name[cs]=Hledání obrázků (Google) --Name[csb]=Google - szëkba òbrôzków --Name[cy]=Chwilio Delweddau Google --Name[da]=Google billedsøgning --Name[de]=Google-Bildersuche --Name[el]=Αναζήτηση εικόνων του Google --Name[en_GB]=Google Image Search --Name[eo]=Bildoserĉo de Guglo --Name[es]=Búsqueda de imágenes de Google --Name[et]=Google piltide otsing --Name[eu]=Google-ren irudi-bilaketa --Name[fa]=جستجوی تصویر گوگل --Name[fi]=Googlen kuvahaku --Name[fr]=Recherche d'images avec Google --Name[fy]=Google printsjesykjen --Name[ga]=Cuardach Íomhá Google --Name[gl]=Busca de imaxes de Google --Name[gu]=ગુગલ ચિત્ર શોધ --Name[he]=חיפוש תמונות של Google --Name[hi]=गूगल छवि खोज --Name[hne]=गूगल फोटू खोज --Name[hr]=Google pretraživanje slika --Name[hsb]=Google pytanje za wobrazami --Name[hu]=Google képkereső --Name[ia]=Google Image Search : cerca de Imagine de Google --Name[id]=Penelusuran Gambar Google --Name[is]=Google - Myndaleit --Name[it]=Ricerca di immagini di Google --Name[ja]=Google イメージ検索 --Name[ka]=Google ნახატის ძიება --Name[kk]=Google кескіндерді табу --Name[km]=ស្វែងរក​រូបភាព​តាម​រយៈ​ហ្គូហ្គល --Name[kn]=ಗೂಗಲ್ ಚಿತ್ರ ಹುಡುಕಾಟ --Name[ko]=Google 이미지 검색 --Name[ku]=Lêgerîna Wêneyan a Gooleyê --Name[lt]=Google paveikslėlių paieška --Name[lv]=Google attēlu meklēšana --Name[mai]=गूगल छवि खोज --Name[mk]=Google - пребарување на слики --Name[ml]=ഗൂഗിളില്‍ ചിത്രങ്ങള്‍ക്കുള്ള തെരച്ചില്‍ --Name[mr]=Google प्रतिमा शोध --Name[ms]=Carian Imej Google --Name[nb]=Bildesøk i Google --Name[nds]=Google sien Biller-Söök --Name[ne]=गुगल छवि खोजी --Name[nl]=Google afbeeldingen zoeken --Name[nn]=Google biletsøk --Name[or]=Google ପ୍ରତିଛବି ସନ୍ଧାନ --Name[pa]=Google ਚਿੱਤਰ ਖੋਜ --Name[pl]=Google - wyszukiwanie zdjęć --Name[pt]=Pesquisa de Imagens do Google --Name[pt_BR]=Pesquisa de imagens do Google --Name[ro]=Căutare de imagini Google --Name[ru]=Картинки Google --Name[se]=Oza govaid Google báikkis --Name[si]=Google පිංතූර සෙවුම --Name[sk]=Hľadanie obrázkov Google --Name[sl]=Iskanje slik z Google --Name[sr]=Гугл‑слике --Name[sr@ijekavian]=Гугл‑слике --Name[sr@ijekavianlatin]=Google-slike --Name[sr@latin]=Google-slike --Name[sv]=Google bildsökning --Name[ta]=கூகுல் சித்திர தேடு --Name[te]=గూగుల్ బొమ్మల అన్వెషణ --Name[tg]=Ҷустуҷӯи тасвирҳои Google --Name[th]=ค้นหาภาพด้วยกูเกิล --Name[tr]=Google Resim Arayıcı --Name[ug]=Google سۈرەت ئىزدە --Name[uk]=Пошук зображень на Google --Name[uz]=Google - Rasm qidirish --Name[uz@cyrillic]=Google - Расм қидириш --Name[vi]=Tìm kiếm Hình ảnh Google --Name[wa]=Cweraedje d' imådjes avou Google --Name[xh]=Uphendlo Lomfanekiso we Google --Name[x-test]=xxGoogle Image Searchxx --Name[zh_CN]=Google 图像搜索 --Name[zh_TW]=Google 圖片搜尋 --X-KDE-ServiceTypes=SearchProvider --Keys=ggi,images --Query=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[bg]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[bs]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[ca]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[ca@valencia]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[cs]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[da]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[de]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[el]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[es]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[eu]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[fi]=https://www.google.fi/search?site=imghp&tbm=isch&q=\\{@} --Query[fr]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[gl]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[hi]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[hu]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[ia]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[id]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[is]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[it]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[ja]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[kk]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[ko]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[lt]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[nb]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[nds]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[nl]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[nn]=https://www.google.com/search?hl=nn&site=imghp&tbm=isch&q=\\{@} --Query[pa]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[pl]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[pt]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[pt_BR]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[ro]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[ru]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[sk]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[sl]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[sr]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[sr@ijekavian]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[sr@ijekavianlatin]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[sr@latin]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[sv]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[tr]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[ug]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[uk]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[wa]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[x-test]=xxhttps://www.google.com/search?site=imghp&tbm=isch&q=\\{@}xx --Query[zh_CN]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} --Query[zh_TW]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/google_lucky.desktop b/kurifilter-plugins/ikws/searchproviders/google_lucky.desktop -deleted file mode 100644 -index 9cf2c31..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/google_lucky.desktop -+++ /dev/null -@@ -1,144 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Google (I'm Feeling Lucky) --Name[af]=Google (Vat 'n kaans) --Name[ar]=جوجل (أنا محظوظ) --Name[as]=Google (I'm Feeling Lucky) --Name[ast]=Google (Voi tener suerte) --Name[be]=Google (Мне пашанцуе) --Name[be@latin]=Google („Mnie pašancuje”) --Name[bg]=Google ("Чувствам се късметлия") --Name[bn]=গুগল্ (ভাগ্যবান মনে করছি) --Name[bn_IN]=Google (I'm Feeling Lucky) --Name[bs]=Google (Osjećam se sretnim) --Name[ca]=Google (Avui tinc sort!) --Name[ca@valencia]=Google (Hui tinc sort!) --Name[cs]=Google (Zkusím štěstí) --Name[csb]=Google - "Szczestlëwé trafienié" --Name[cy]=Google(Dwi'n Teimlo'n Lwcus) --Name[da]=Google (Jeg føler mig heldig) --Name[de]=Google („Auf gut Glück!“) --Name[el]=Google (Αισθάνομαι τυχερός) --Name[en_GB]=Google (I'm Feeling Lucky) --Name[eo]=Google (mi bonŝancas) --Name[es]=Google (Voy a tener suerte) --Name[et]=Google (Ehk veab) --Name[eu]=Google-ren 'Baietz lehenengoan' --Name[fa]=گوگل )یا شانس و یا اقبال( --Name[fi]=Google (kokeilen onneani) --Name[fr]=Google (J'ai de la chance) --Name[fy]=Google (Ik doch in gok) --Name[ga]=Google (Tá an t-ádh orm inniu) --Name[gl]=Google (Síntome afortunado) --Name[gu]=ગુગલ (આજે હું ખુશ છું) --Name[he]=‏Google (יותר מזל משכל) --Name[hi]=गूगल (आज मेरी क़िस्मत अच्छी है) --Name[hne]=गूगल (आज मोर किसमत चमकत हे) --Name[hr]=Google (osjećam se sretnim) --Name[hsb]=Google (I'm Feeling Lucky) --Name[hu]=Google (Jó napom van) --Name[ia]=Google (Io sente me fortunate) --Name[id]=Google (Saya Lagi Beruntung) --Name[is]=Google (Ég er heppin(n) í dag) --Name[it]=Google (mi sento fortunato) --Name[ja]=Google (I'm Feeling Lucky) --Name[ka]=Google (გამიმართლა) --Name[kk]=Google (Сәтті сынап көрелік) --Name[km]=ហ្គូហ្គល (ខ្ញុំ​មាន​អារម្មណ៍​ថា​សំណាង) --Name[kn]=ಗೂಗಲ್ (ಅದೃಷ್ಟ ಚೆನ್ನಾಗಿದ್ದಂತಿದೆ) --Name[ko]=Google (운 좋은 예감) --Name[ku]=Goole (Ez Bi Siûd im) --Name[lt]=Google (Man sekasi!) --Name[lv]=Google (Es ticu veiksmei) --Name[mai]=गूगल (आइ हमर किस्मत नीक अछि) --Name[mk]=Google Од прва рака --Name[ml]=ഗൂഗിള്‍ (ഞാന്‍ ഭാഗ്യവാനാണെന്നു് തോന്നുന്നു) --Name[mr]=Google (मी नशीबवान आहे) --Name[ms]=Google (Saya Rasa Bertuah) --Name[nb]=Google (prøv lykken) --Name[nds]=Google op goot Glück --Name[ne]=गुगल (म भाग्यमानी अनुभति गरिरहेछु) --Name[nl]=Google (Ik doe een gok) --Name[nn]=Google (Eg prøver lukka) --Name[or]=Google (ଭାଗ୍ୟବାନ ମନେକରୁଅଛି) --Name[pa]=Google (ਮੈਂ ਖੁਸ਼ਨਸੀਬ ਹਾਂ) --Name[pl]=Google - "Szczęśliwy traf" --Name[pt]=Google (Sinto-me Com Sorte) --Name[pt_BR]=Google (Estou com sorte) --Name[ro]=Google (Mă simt norocos) --Name[ru]=Google: Мне повезёт! --Name[se]=Google (Geahččalan lihkku) --Name[si]=Google (I'm Feeling Lucky) --Name[sk]=Google (Skúsim šťastie) --Name[sl]=Google (Počutim se srečnega) --Name[sr]=Гугл (из прве руке) --Name[sr@ijekavian]=Гугл (из прве руке) --Name[sr@ijekavianlatin]=Google (iz prve ruke) --Name[sr@latin]=Google (iz prve ruke) --Name[sv]=Google (Jag har tur) --Name[ta]=கூகுல் (நான் அதிர்ஷ்டசாலியாக உணர்கிறேன்) --Name[te]=Google (నెరుగా వెబ్ లొ ప్రవేశించు) --Name[tg]=Google (Корам барор мегирад!) --Name[th]=กูเกิล (ดีใจจัง ค้นแล้วเจอเลย) --Name[tr]=Google --Name[ug]=Google (يا بايدىن يا سايرامدىن) --Name[uk]=Google (Я — везунчик) --Name[uz]=Google (Omadim borga oʻxshaydi) --Name[uz@cyrillic]=Google (Омадим борга ўхшайди) --Name[vi]=Google (Xem một trang) --Name[wa]=Google (Dji tchai roed dssus) --Name[xh]=Google (I'm Feeling Lucky) --Name[x-test]=xxGoogle (I'm Feeling Lucky)xx --Name[zh_CN]=Google (手气不错) --Name[zh_TW]=Google (好手氣) --X-KDE-ServiceTypes=SearchProvider --Keys=ggl,gglucky --Query=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[bg]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[bs]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[ca]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[ca@valencia]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[cs]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[da]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[de]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[el]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[es]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[eu]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[fi]=https://www.google.fi/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[fr]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[gl]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[hi]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[hu]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[ia]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[id]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[is]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[it]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[ja]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[kk]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[ko]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[lt]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[nb]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[nds]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[nl]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[nn]=https://www.google.com/search?hl=nn&q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[pa]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[pl]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[pt]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[pt_BR]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[ro]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[ru]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[sk]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[sl]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[sr]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[sr@ijekavian]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[sr@ijekavianlatin]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[sr@latin]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[sv]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[tr]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[ug]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[uk]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[wa]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[x-test]=xxhttps://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8xx --Query[zh_CN]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Query[zh_TW]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 --Charset=utf8 -diff --git a/kurifilter-plugins/ikws/searchproviders/google_maps.desktop b/kurifilter-plugins/ikws/searchproviders/google_maps.desktop -deleted file mode 100644 -index fd57945..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/google_maps.desktop -+++ /dev/null -@@ -1,120 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Google Maps --Name[ar]=خرائط جوجل --Name[ast]=Mapes Google --Name[bg]=Карти в Google --Name[bn]=গুগল ম্যাপ --Name[bs]=Google mape --Name[ca]=Google Maps --Name[ca@valencia]=Google Maps --Name[cs]=Google mapy --Name[da]=Google Maps --Name[de]=Google Maps --Name[el]=Google Maps --Name[en_GB]=Google Maps --Name[eo]=Guglo Mapoj --Name[es]=Google Maps --Name[et]=Google Maps --Name[eu]=Google Maps --Name[fa]=نقشه‌های گوگل --Name[fi]=Google Maps (kartat) --Name[fr]=Cartes « Google » --Name[ga]=Mapaí Google --Name[gl]=Google Maps --Name[gu]=ગુગલ નકશાઓ --Name[he]=Google מפות --Name[hi]=गूगल मानचित्र --Name[hr]=Google Maps --Name[hu]=Google térkép --Name[ia]=Google Maps : Mappas de Google --Name[id]=Google Maps --Name[is]=Google Kort --Name[it]=Mappe di Google --Name[ja]=Google Maps --Name[kk]=Google карталаы --Name[km]=ផែនទី​​ហ្គូហ្គល --Name[kn]=ಗೂಗಲ್ ನಕ್ಷೆಗಳು --Name[ko]=Google 지도 --Name[lt]=Google žemėlapiai --Name[lv]=Google Maps --Name[mai]=गूगल नक्सा --Name[mr]=गूगल नकाशे --Name[nb]=Google Maps --Name[nds]=Google-Koorten --Name[nl]=Google Maps --Name[nn]=Google Maps --Name[pa]=Google ਨਕਸ਼ੇ --Name[pl]=Google - mapy --Name[pt]=Google Maps --Name[pt_BR]=Google Maps --Name[ro]=Hărți Google --Name[ru]=Карты Google --Name[si]=ගූගල් සිතියම් --Name[sk]=Google mapy --Name[sl]=Google zemljevidi --Name[sr]=Гугл‑карте --Name[sr@ijekavian]=Гугл‑карте --Name[sr@ijekavianlatin]=Google-karte --Name[sr@latin]=Google-karte --Name[sv]=Google kartor --Name[tg]=Харитаҳои Google --Name[th]=ดูแผนที่ต่าง ๆ ด้วยกูเกิล --Name[tr]=Google Maps --Name[ug]=Google خەرىتە --Name[uk]=Карти Google --Name[vi]=Google Bản Đồ --Name[wa]=Google Mapes --Name[x-test]=xxGoogle Mapsxx --Name[zh_CN]=Google 地图 --Name[zh_TW]=Google 地圖 --X-KDE-ServiceTypes=SearchProvider --Keys=googlemaps,ggmaps,ggm --Query=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[bg]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[bs]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[ca]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[ca@valencia]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[cs]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[da]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[de]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[el]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[es]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[eu]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[fi]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[fr]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[gl]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[hi]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[hu]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[ia]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[id]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[is]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[it]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[ja]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[kk]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[ko]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[lt]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[nb]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[nds]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[nl]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[nn]=https://maps.google.com/maps?hl=nn&q=\\{@}&ie=UTF8&iwloc=addr --Query[pa]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[pl]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[pt]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[pt_BR]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[ro]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[ru]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[sk]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[sl]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[sr]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[sr@ijekavian]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[sr@ijekavianlatin]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[sr@latin]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[sv]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[tr]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[ug]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[uk]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[wa]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[x-test]=xxhttps://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addrxx --Query[zh_CN]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr --Query[zh_TW]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr -diff --git a/kurifilter-plugins/ikws/searchproviders/google_movie.desktop b/kurifilter-plugins/ikws/searchproviders/google_movie.desktop -deleted file mode 100644 -index c49fc7d..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/google_movie.desktop -+++ /dev/null -@@ -1,145 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Google Movies --Name[af]=Google Films --Name[ar]=أفلام جوجل --Name[as]=Google Movies --Name[ast]=Películes de Google --Name[be]=Фільмы Google --Name[be@latin]=Filmy „Google” --Name[bg]=Филми в Google --Name[bn]=গুগল্ মুভিস্ --Name[bn_IN]=Google মুভিস --Name[br]=Filmoù Google --Name[bs]=Google filmovi --Name[ca]=Pel·lícules Google --Name[ca@valencia]=Pel·lícules Google --Name[cs]=Google filmy --Name[csb]=Google - filmë --Name[da]=Google film --Name[de]=Google-Filmesuche --Name[el]=Google ταινίες --Name[en_GB]=Google Movies --Name[eo]=Guglo Filmoj --Name[es]=Películas de Google --Name[et]=Google Movies --Name[eu]=Google Movies --Name[fa]=فیلمهای گوگل --Name[fi]=Googlen elokuvahaku --Name[fr]=Vidéos « Google » --Name[fy]=Google Films --Name[ga]=Scannáin Google --Name[gl]=Google Movies --Name[gu]=ગુગલ ચિત્રપટો --Name[he]=‏Google סרטים --Name[hi]=गूगल सिनेमा --Name[hne]=गूगल सिनेमा --Name[hr]=Google filmovi --Name[hsb]=Google filmy --Name[hu]=Google filmek --Name[ia]=Google Movies --Name[id]=Google Movies --Name[is]=Google kvikmyndir --Name[it]=Film di Google --Name[ja]=Google Movies --Name[ka]=Google ფილმები --Name[kk]=Google фильмдер --Name[km]=ភាព​យន្ត​តាម​​ហ្គូហ្គល --Name[kn]=ಗೂಗಲ್ ಚಲಚ್ಚಿತ್ರಗಳು --Name[ko]=Google 영화 --Name[ku]=Fîlmên Google --Name[lt]=Google filmai --Name[lv]=Google filmas --Name[mai]=गूगल सिनेमा --Name[mk]=Google - филмови --Name[ml]=ഗൂഗിള്‍ ചലചിത്രങ്ങള്‍ --Name[mr]=गूगल सिनेमा --Name[ms]=Wayang Google --Name[nb]=Filmsøk i Google --Name[nds]=Google-Filmen --Name[ne]=गुगल चलचित्र --Name[nl]=Google Movies --Name[nn]=Google filmar --Name[or]=Google ଚଳଚିତ୍ର --Name[pa]=Google ਫਿਲਮਾਂ --Name[pl]=Google - filmy --Name[pt]=Filmes do Google --Name[pt_BR]=Google Movies --Name[ro]=Filme Google --Name[ru]=Киноафиша Google --Name[se]=Google filmmat --Name[si]=Google සිනමා --Name[sk]=Google filmy --Name[sl]=Filmi Google --Name[sr]=Гугл‑филмови --Name[sr@ijekavian]=Гугл‑филмови --Name[sr@ijekavianlatin]=Google-filmovi --Name[sr@latin]=Google-filmovi --Name[sv]=Google filmer --Name[ta]=கூகுல் படங்கள் --Name[te]=గూగుల్ చలనచిత్రాలు --Name[tg]=Видеоҳои Google --Name[th]=ค้นหาภาพยนตร์ด้วยกูเกิล --Name[tr]=Google Filmleri --Name[ug]=Google كىنولار --Name[uk]=Фільми на Google --Name[uz]=Google - Kino --Name[uz@cyrillic]=Google - Кино --Name[vi]=Tìm phim ảnh qua Google --Name[wa]=Google Movies --Name[x-test]=xxGoogle Moviesxx --Name[zh_CN]=Google 电影 --Name[zh_TW]=Google 電影 --X-KDE-ServiceTypes=SearchProvider --Keys=ggmovie --Query=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[bg]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[bs]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[ca]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[ca@valencia]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[cs]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[da]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[de]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[el]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[es]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[eu]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[fi]=http://www.google.fi/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[fr]=http://www.google.fr/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[gl]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[hi]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[hr]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[hu]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[ia]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[id]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[is]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[it]=http://www.google.it/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[ja]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[kk]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[ko]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[lt]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[nb]=http://www.google.no/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[nds]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[nl]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[nn]=http://www.google.com/search?hl=nn&q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[pa]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[pl]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[pt]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[pt_BR]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[ro]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[ru]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[se]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[sk]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[sl]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[sr]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[sr@ijekavian]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[sr@ijekavianlatin]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[sr@latin]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[sv]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[tr]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[ug]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[uk]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[wa]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[x-test]=xxhttp://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8xx --Query[zh_CN]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[zh_TW]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 --Charset=utf8 -diff --git a/kurifilter-plugins/ikws/searchproviders/google_news.desktop b/kurifilter-plugins/ikws/searchproviders/google_news.desktop -deleted file mode 100644 -index 62df7db..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/google_news.desktop -+++ /dev/null -@@ -1,144 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Google News --Name[af]=Google Nuus --Name[ar]=أخبار جوجل --Name[as]=Google News --Name[ast]=Noticies de Google --Name[be]=Навіны Google --Name[be@latin]=Naviny „Google” --Name[bg]=Новини в Google --Name[bn]=গুগল্ সংবাদ --Name[bn_IN]=Google খবরাখবর --Name[br]=Keleier Google --Name[bs]=Google novosti --Name[ca]=Notícies de Google --Name[ca@valencia]=Notícies de Google --Name[cs]=Google News --Name[csb]=Google - nowinë --Name[cy]=Newyddion Google --Name[da]=Google nyheder --Name[de]=Google-Nachrichten --Name[el]=Google νέα --Name[en_GB]=Google News --Name[eo]=Guglo Novaĵoj --Name[es]=Noticias de Google --Name[et]=Google News --Name[eu]=Google News --Name[fa]=اخبار گوگل --Name[fi]=Googlen uutiset --Name[fr]=Actualités « Google » --Name[fy]=Google-nijs --Name[ga]=Nuacht Google --Name[gl]=Novas de Google --Name[gu]=ગુગલ સમાચારો --Name[he]=חדשות Google --Name[hi]=गूगल समाचार --Name[hne]=गूगल समाचार --Name[hr]=Google novosti --Name[hsb]=Google nowiny --Name[hu]=Google hírek --Name[ia]=Google News - Novas de Google --Name[id]=Google News --Name[is]=Google fréttir --Name[it]=Notizie di Google --Name[ja]=Google ニュース --Name[ka]=Google სიახლეები --Name[kk]=Google жаңалықтар --Name[km]=ព័ត៌មាន​តាម​ហ្គូហ្គល --Name[kn]=ಗೂಗಲ್ ವಾರ್ತೆಗಳು --Name[ko]=Google 뉴스 --Name[ku]=Nûçeyên Google --Name[lt]=Google naujienos --Name[lv]=Google ziņas --Name[mai]=गूगल समाचार --Name[mk]=Google Вести --Name[ml]=ഗൂഗിള്‍ വാര്‍ത്തകള്‍ --Name[mr]=गूगल समाचार --Name[ms]=Berita Google --Name[nb]=Google nyheter --Name[nds]=Google-Narichten --Name[ne]=गुगल समाचार --Name[nl]=Google-nieuws --Name[nn]=Google-nyheiter --Name[or]=Google ଖବର --Name[pa]=Google ਖ਼ਬਰਾਂ --Name[pl]=Google - wiadomości --Name[pt]=Notícias Google --Name[pt_BR]=Google News --Name[ro]=Știri Google --Name[ru]=Новости Google --Name[se]=Google ođđasat --Name[si]=Google ප්‍රවෘත්ති --Name[sk]=Google správy --Name[sl]=Google News --Name[sr]=Гугл‑вести --Name[sr@ijekavian]=Гугл‑вести --Name[sr@ijekavianlatin]=Google-vesti --Name[sr@latin]=Google-vesti --Name[sv]=Google diskussionsgrupper --Name[ta]=கூகுல் செய்திகள் --Name[te]=గూగుల్ వార్తలు --Name[tg]=Ахбороти Google --Name[th]=กลุ่มข่าวต่าง ๆ จากกูเกิล --Name[tr]=Google Haberleri --Name[ug]=گۇگىل خەۋەرلىرى --Name[uk]=Новини Google --Name[uz]=Google - Yangiliklar --Name[uz@cyrillic]=Google - Янгиликлар --Name[vi]=Tin tức Google --Name[wa]=Google News --Name[x-test]=xxGoogle Newsxx --Name[zh_CN]=Google 新闻 --Name[zh_TW]=Google 新聞 --X-KDE-ServiceTypes=SearchProvider --Keys=ggn,googlenews --Query=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[bg]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[bs]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[ca]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[ca@valencia]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[cs]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[da]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[de]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[el]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[es]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[eu]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[fi]=https://news.google.fi/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[fr]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[gl]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[hi]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[hu]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[ia]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[id]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[is]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[it]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[ja]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[kk]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[ko]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[lt]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[nb]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[nds]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[nl]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[nn]=https://news.google.com/news?hl=nn&q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[pa]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[pl]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[pt]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[pt_BR]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[ro]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[ru]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[sk]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[sl]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[sr]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[sr@ijekavian]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[sr@ijekavianlatin]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[sr@latin]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[sv]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[tr]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[ug]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[uk]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[wa]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[x-test]=xxhttps://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8xx --Query[zh_CN]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[zh_TW]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 --Charset=utf8 -diff --git a/kurifilter-plugins/ikws/searchproviders/google_shopping.desktop b/kurifilter-plugins/ikws/searchproviders/google_shopping.desktop -deleted file mode 100644 -index 22c4657..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/google_shopping.desktop -+++ /dev/null -@@ -1,100 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Google Shopping --Name[bg]=Пазаруване в Google --Name[bs]=Google‑shopping --Name[ca]=Google Shopping --Name[ca@valencia]=Google Shopping --Name[cs]=Google Shopping --Name[da]=Google Shopping --Name[de]=Google-Shopping --Name[el]=Google Αγορές --Name[es]=Compras de Google --Name[eu]=Google erosketak --Name[fi]=Google Shopping --Name[fr]=Boutique « Google » --Name[gl]=Compras en Google --Name[hi]=गूगल खरीदारी --Name[hu]=Google vásárlás --Name[ia]=Google Shopping --Name[id]=Yahoo Belanja --Name[is]=Google verslun --Name[it]=Acquisti di Google --Name[ja]=Google ショッピング --Name[kk]=Google Shopping --Name[ko]=Google 쇼핑 --Name[lt]=Yahoo parduotuvė --Name[nb]=Google Shopping --Name[nds]=Google - Inköpen --Name[nl]=Google Shopping --Name[nn]=Google Shopping --Name[pa]=ਗੂਗਲ ਖਰੀਦਦਾਰੀ --Name[pl]=Zakupy Google --Name[pt]=Compras do Google --Name[pt_BR]=Google Shopping --Name[ro]=Cumpărături Google --Name[ru]=Google: Покупки --Name[sk]=Google nakupovanie --Name[sl]=Google Shopping --Name[sr]=Гугл‑шопинг --Name[sr@ijekavian]=Гугл‑шопинг --Name[sr@ijekavianlatin]=Google Shopping --Name[sr@latin]=Google Shopping --Name[sv]=Google shopping --Name[tr]=Google Mağaza --Name[ug]=گۇگىل دۇكىنى --Name[uk]=Google Shopping --Name[wa]=Botike Google --Name[x-test]=xxGoogle Shoppingxx --Name[zh_CN]= Yahoo 购物 --Name[zh_TW]=Google Shopping --X-KDE-ServiceTypes=SearchProvider --Keys=ggs,ggshopping --Query=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[bg]=https://www.google.com/search?hl=bg&tbm=shop&q=\\{@} --Query[bs]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[ca]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[ca@valencia]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[cs]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[da]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[de]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[el]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[es]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[eu]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[fi]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[fr]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[gl]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[hi]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[hu]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[ia]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[id]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[is]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[it]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[ja]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[kk]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[ko]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[lt]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[nb]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[nds]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[nl]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[nn]=https://www.google.com/search?hl=nn&hl=en&tbm=shop&q=\\{@} --Query[pa]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[pl]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[pt]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[pt_BR]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[ro]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[ru]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[sk]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[sl]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[sr]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[sr@ijekavian]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[sr@ijekavianlatin]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[sr@latin]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[sv]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[tr]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[ug]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[uk]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[wa]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[x-test]=xxhttps://www.google.com/search?hl=en&tbm=shop&q=\\{@}xx --Query[zh_CN]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} --Query[zh_TW]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/grec.desktop b/kurifilter-plugins/ikws/searchproviders/grec.desktop -deleted file mode 100644 -index 87e9102..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/grec.desktop -+++ /dev/null -@@ -1,162 +0,0 @@ --[Desktop Entry] --Charset=ISO-8859-15 --Hidden=false --Keys=grec --Name=Great Dictionary of the Catalan Language (GRan Enciclopèdia Catalana) --Name[af]=Groot woordeboek van die Catalan Taal --Name[ar]=القاموس الكبير للغة الكاتالونية --Name[as]=Great Dictionary of the Catalan Language (GRan Enciclopèdia Catalana) --Name[ast]=Gran diccionariu de la llingua catalana (Gran Enciclopèdia Catalana) --Name[be]=Вялікі слоўнік каталонскай мовы (GRan Enciclopèdia Catalana) --Name[be@latin]=Vialiki słoŭnik katalanskaje movy (GRan Enciclopèdia Catalana) --Name[bg]=Голям речник на каталонски език (GRan Enciclopèdia Catalana) --Name[bn]=কাটালান ভাষার অভিধান (GRan Enciclopèdia Catalana) --Name[bs]=Veliki rječnik katalonskog jezika (GRan Enciclopèdia Catalana) --Name[ca]=Gran diccionari de la Llengua Catalana (Grup Enciclopèdia Catalana) --Name[ca@valencia]=Gran diccionari de la Llengua Catalana (Grup Enciclopèdia Catalana) --Name[cs]=Velký katalánský slovník (GRan Enciclopèdia Catalana) --Name[csb]=Wiôldżi słowôrz katalońsczégò jãzëka (GRan Enciclopèdia Catalana) --Name[da]=Storartet ordbog for det katalanske sprog (GRan Enciclopèdia Catalana) --Name[de]=Großes Wörterbuch der Katalanischen Sprache (GRan Enciclopèdia Catalana) --Name[el]=Μεγάλο Λεξικό της Καταλανικής Γλώσσας (GRan Enciclopèdia Catalana) --Name[en_GB]=Great Dictionary of the Catalan Language (GRan Enciclopèdia Catalana) --Name[eo]=Granda vortaro de la kataluna lingvo (GRan Enciclopèdia Catalana) --Name[es]=Gran Diccionario del Idioma Catalán (GRan Enciclopèdia Catalana) --Name[et]=Suur katalaani sõnaraamat (GRan Enciclopèdia Catalana) --Name[eu]=Gran Enciclopèdia Catalana entziklopedia --Name[fa]=واژه‌نامه بزرگ زبان کاتالان (GRan Enciclopèdia Catalana) --Name[fi]=Katalaanin suuri sanakirja (GRan Enciclopèdia Catalana) --Name[fr]=Remarquable dictionnaire pour la langue catalane (GRan Enciclopèdia Catalana) --Name[fy]=Great Dictionary of the Catalan Language (GRan Enciclopèdia Catalana) --Name[ga]=OllFhoclóir Catalóinise (GRan Enciclopèdia Catalana) --Name[gl]=GRan Enciclopèdia Catalana --Name[gu]=કેટેલાન ભાષાની મહાન ડિક્શનેરી (GRan Enciclopèdia Catalana) --Name[he]=המילון הגדול של לשפה הקטלאנית (GRan Enciclopèdia Catalana) --Name[hi]=कैटालन भाषा के लिए बढ़िया शब्दकोश (जी-रॅन एनसाइक्लोपीडिया कैटलाना) --Name[hne]=कैटालन भाखा बर बढ़िया सब्दकोस (जी-रॅन एनसाइक्लोपीडिया कैटलाना) --Name[hr]=Veliki rječnik katalonskog jezika (GRan Enciclopèdia Catalana) --Name[hsb]=Wulki słownik katalanšćiny (GRan Enciclopèdia Catalana) --Name[hu]=Katalán nagyszótár (GRan Enciclopèdia Catalana) --Name[ia]=Grande Dictionario de le Linguage Catalan (GRan Enciclopèdia Catalana) --Name[id]=Kamus Besar Bahasa Catalan (GRan Enciclopèdia Catalana) --Name[is]=Stóra orðabók katalónska tungumálsins (GRan Enciclopèdia Catalana) --Name[it]=Grande dizionario della lingua catalana (GRan Enciclopèdia Catalana) --Name[ja]=カタロニア語大辞典 (GRan Enciclopèdia Catalana) --Name[kk]=Каталан тілдің үлкен сөздігі (GRan Enciclopèdia Catalana) --Name[km]=វចនានុក្រម​ដ៏​អស្ចារ្យ​របស់​​ភាសា​កាតាឡាន (GRan Enciclopèdia Catalana) --Name[kn]=ಕಾಟಲನ್ ಭಾಷೆಯ ಒಂದು ಅಮೇಘ ಶಬ್ದಕೋಶ (GRan Enciclopèdia Catalana) --Name[ko]=카탈루냐어 대사전 (GRan Enciclopèdia Catalana) --Name[ku]=Ferhenga Mezin ya Zimanê Katalan (GRan Enciclopèdia Catalana) --Name[lt]=Puikus katalonų kalbos žodynas (GRan Enciclopèdia Catalana) --Name[lv]=Lielā Katalāņu valodas vārdnīca (GRan Enciclopèdia Catalana) --Name[mai]=कैटालन भाषा क' लेल बढिया शब्दकोश (जी-रॅन एनसाइक्लोपीडिया कैटलाना) --Name[mk]=Голем речник на каталонскиот јазик (GRan Enciclopèdia Catalana) --Name[ml]=കറ്റാലന്‍ ഭാഷയുടെ മഹത്തായ നിഘണ്ടു (ഗ്രാന്‍ എന്‍സൈക്ലോപീഡിയ കറ്റാലാന) --Name[mr]=कैटालन भाषा करिता उत्तम शब्दकोश (जीरॅन एनसाइक्लोपीडिया कैटलाना) --Name[ms]=Kamus Besar Bahasa Catalan (GRan Enciclopèdia Catalana) --Name[nb]=Den store, katalanske ordboka (GRan Enciclopèdia Catalana) --Name[nds]=Groot Wöörbook vun de Katalaansche Spraak (GRan Enciclopèdia Catalana) --Name[ne]=क्याटालान भाषाको ठूलो शब्दकोश (GRan इनसाइक्लोपिडीया कातालान) --Name[nl]=Catalaanse Encyclopedie --Name[nn]=Den store, katalanske ordboka (GRan Enciclopèdia Catalana) --Name[or]=କାଟାଲାନ ଭାଷାର ସୁନାମଧନ୍ୟ ଅଭିଧାନ (GRan Enciclopèdia Catalana) --Name[pa]=ਕਾਟਾਲਾਨ ਭਾਸ਼ਾ ਲਈ ਮਹਾਨ ਕੋਸ਼ (GRan ਵਿਸ਼ਵਕੋਸ਼ ਕਾਟਾਲਾਨਾ) --Name[pl]=Wielki słownik języka katalońskiego (GRan Enciclopèdia Catalana) --Name[pt]=Grande Dicionário da Língua Catalã (GRan Enciclopèdia Catalana) --Name[pt_BR]=Grande dicionário do idioma catalão (GRan Enciclopédia Catalana) --Name[ro]=Marea enciclopedie catalană (GRan Enciclopèdia Catalana) --Name[ru]=Большой словарь каталонского языка (GRan Enciclopèdia Catalana) --Name[se]=Katalangiela stuorra sátnegirji (GRan Enciclopèdia Catalana) --Name[si]=Great Dictionary of the Catalan Language (GRan Enciclopèdia Catalana) --Name[sk]=Veľký slovník katalánskeho jazyka (GRan Enciclopèdia Catalana) --Name[sl]=Veliki slovar katalonščine (GRan Enciclopèdia Catalana) --Name[sr]=Велики речник каталонског језика (GRan Enciclopèdia Catalana) --Name[sr@ijekavian]=Велики рјечник каталонског језика (GRan Enciclopèdia Catalana) --Name[sr@ijekavianlatin]=Veliki rječnik katalonskog jezika (GRan Enciclopèdia Catalana) --Name[sr@latin]=Veliki rečnik katalonskog jezika (GRan Enciclopèdia Catalana) --Name[sv]=Stor ordbok för katalanska språket (Gran Enciclopèdia Catalana) --Name[ta]=கேடலன் மொழியின் அகராதி (GRan Enciclopèdia Catalana) --Name[te]=కెటలాన్ భాషయొక్క గొప్ప పదకోశం (GRan Enciclopèdia Catalana) --Name[tg]=Луғати калони забони каталонӣ (Энсиклопедияи каталонӣ GRan) --Name[th]=พจนานุกรมที่ยิ่งใหญ่ของภาษาคาตะลาน (GRan Enciclopèdia Catalana) --Name[tr]=Katalanca Büyük Sözlük (GRan Enciclopèdia Catalana) --Name[ug]=كاتالان تىلىنىڭ بۈيۈك مۇندەرىجىسى (GRan Enciclopèdia Catalana) --Name[uk]=Великий словник каталонської мови (GRan Enciclopèdia Catalana) --Name[vi]=Tra Từ điển Lớn của tiếng Catalan (GRan Enciclopèdia Catalana) --Name[wa]=Grand motî do catalan lingaedje (GRan Enciclopèdia Catalana) --Name[x-test]=xxGreat Dictionary of the Catalan Language (GRan Enciclopèdia Catalana)xx --Name[zh_CN]=Catalan 语言的大目录(GRan Enciclopèdia Catalana) --Name[zh_TW]=很棒的加泰隆尼亞語文字典 (GRan Enciclopèdia Catalana) --Query=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[ar]=http://www.grec.net/cgibin/lexicx.pgm?GECART=\\{@} --Query[ast]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[bg]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[bn]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[bs]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[ca]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[ca@valencia]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[cs]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[csb]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[da]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[de]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[el]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[en_GB]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[eo]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[es]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[et]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[eu]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[fa]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[fi]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[fr]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[fy]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[ga]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[gl]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[gu]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[he]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[hi]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[hr]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[hu]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[ia]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[id]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[is]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[it]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[ja]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[kk]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[km]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[kn]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[ko]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[lt]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[lv]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[mai]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[ml]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[mr]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[nb]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[nds]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[nl]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[nn]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[pa]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[pl]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[pt]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[pt_BR]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[ro]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[ru]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[si]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[sk]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[sl]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[sr]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[sr@ijekavian]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[sr@ijekavianlatin]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[sr@latin]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[sv]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[tg]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[th]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[tr]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[ug]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[uk]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[vi]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[wa]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[x-test]=xxhttp://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@}xx --Query[zh_CN]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --Query[zh_TW]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/hyperdictionary.desktop b/kurifilter-plugins/ikws/searchproviders/hyperdictionary.desktop -deleted file mode 100644 -index c103054..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/hyperdictionary.desktop -+++ /dev/null -@@ -1,184 +0,0 @@ --[Desktop Entry] --Type=Service --Name=HyperDictionary.com --Name[af]=HyperDictionary.com --Name[ar]=HyperDictionary.com --Name[as]=HyperDictionary.com --Name[ast]=HyperDictionary.com --Name[be]=HyperDictionary.com --Name[be@latin]=HyperDictionary.com --Name[bg]=HyperDictionary.com --Name[bn]=HyperDictionary.com --Name[bn_IN]=HyperDictionary.com --Name[br]=HyperDictionary.com --Name[bs]=Hiperrečnik --Name[ca]=HyperDictionary.com --Name[ca@valencia]=HyperDictionary.com --Name[cs]=HyperDictionary.com --Name[csb]=HyperDictionary.com - słowôrz --Name[cy]=HyperDictionary.com --Name[da]=HyperDictionary.com --Name[de]=HyperDictionary.com --Name[el]=HyperDictionary.com --Name[en_GB]=HyperDictionary.com --Name[eo]=HyperDictionary.com --Name[es]=HyperDictionary.com --Name[et]=HyperDictionary.com --Name[eu]=HyperDictionary.com --Name[fa]=HyperDictionary.com --Name[fi]=HyperDictionary.com --Name[fr]=HyperDictionary.com --Name[fy]=HyperDictionary.com --Name[ga]=HyperDictionary.com --Name[gl]=Dicionario Digalego da lingua galega --Name[gu]=હાયપરડિક્શનરી.કોમ --Name[he]=HyperDictionary.com --Name[hi]=हायपर-डिक्शनरी.कॉम --Name[hne]=हायपर-डिक्सनरी.काम --Name[hr]=HyperDictionary.com --Name[hsb]=HyperDictionary.com --Name[hu]=HyperDictionary.com --Name[ia]=HyperDictionary.com --Name[id]=HyperDictionary.com --Name[is]=HyperDictionary.com --Name[it]=HyperDictionary.com --Name[ja]=HyperDictionary.com --Name[ka]=HyperDictionary.com --Name[kk]=HyperDictionary.com --Name[km]=HyperDictionary.com --Name[kn]=HyperDictionary.com --Name[ko]=HyperDictionary.com --Name[ku]=HyperDictionary.com --Name[lt]=HyperDictionary.com --Name[lv]=HyperDictionary.com --Name[mai]=हायपर-डिक्शनरी.काम --Name[mk]=HyperDictionary.com --Name[ml]=HyperDictionary.com --Name[mr]=HyperDictionary.com --Name[ms]=HyperDictionary.com --Name[nb]=HyperDictionary.com --Name[nds]=HyperDictionary.com --Name[ne]=HyperDictionary.com --Name[nl]=HyperDictionary.com --Name[nn]=HyperDictionary.com --Name[or]=HyperDictionary.com --Name[pa]=HyperDictionary.com --Name[pl]=HyperDictionary.com - słownik --Name[pt]=HyperDictionary.com --Name[pt_BR]=HyperDictionary.com --Name[ro]=HyperDictionary.com --Name[ru]=HyperDictionary.com --Name[se]=HyperDictionary.com --Name[si]=HyperDictionary.com --Name[sk]=HyperDictionary.com --Name[sl]=HyperDictionary.com --Name[sr]=Хиперречник --Name[sr@ijekavian]=Хиперрјечник --Name[sr@ijekavianlatin]=Hiperrječnik --Name[sr@latin]=Hiperrečnik --Name[sv]=Hyperdictionary.com --Name[ta]=திறந்த அடைவு --Name[te]=HyperDictionary.com --Name[tg]=HyperDictionary.com --Name[th]=HyperDictionary.com --Name[tr]=HyperDictionary.com --Name[ug]=HyperDictionary.com --Name[uk]=HyperDictionary.com --Name[uz]=HyperDictionary.com --Name[uz@cyrillic]=HyperDictionary.com --Name[vi]=HyperDictionary.com --Name[wa]=HyperDictionary.com --Name[x-test]=xxHyperDictionary.comxx --Name[zh_CN]=HyperDictionary.com --Name[zh_TW]=HyperDictionary.com --X-KDE-ServiceTypes=SearchProvider --Keys=hd,hyperdict --Query=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[af]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[ar]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[as]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[ast]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[be]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[be@latin]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[bg]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[bn]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[bn_IN]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[br]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[bs]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[ca]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[ca@valencia]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[cs]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[csb]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[da]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[de]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[el]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[en_GB]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[eo]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[es]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[et]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[eu]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[fa]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[fi]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[fr]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[fy]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[ga]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[gl]=http://digalego.com/diccionario/html/index.php?op=procesa&buscado=\{@}&opcion=entrada --Query[gu]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[he]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[hi]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[hne]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[hr]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[hsb]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[hu]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[ia]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[id]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[is]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[it]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[ja]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[ka]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[kk]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[km]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[kn]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[ko]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[ku]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[lt]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[lv]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[mai]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[ml]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[mr]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[ms]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[nb]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[nds]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[ne]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[nl]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[nn]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[or]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[pa]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[pl]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[pt]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[pt_BR]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[ro]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[ru]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[se]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[si]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[sk]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[sl]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[sr]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[sr@ijekavian]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[sr@ijekavianlatin]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[sr@latin]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[sv]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[ta]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[te]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[tg]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[th]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[tr]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[ug]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[uk]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[uz]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[uz@cyrillic]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[vi]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[wa]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[x-test]=xxhttp://www.hyperdictionary.com/search.aspx?define=\\{@}xx --Query[zh_CN]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[zh_TW]=http://www.hyperdictionary.com/search.aspx?define=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/hyperdictionary_thesaurus.desktop b/kurifilter-plugins/ikws/searchproviders/hyperdictionary_thesaurus.desktop -deleted file mode 100644 -index fa5415f..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/hyperdictionary_thesaurus.desktop -+++ /dev/null -@@ -1,184 +0,0 @@ --[Desktop Entry] --Type=Service --Name=HyperDictionary.com Thesaurus --Name[af]=HyperDictionary.com Thesaurus --Name[ar]=قاموس مرادفات HyperDictionary.com --Name[as]=HyperDictionary.com Thesaurus --Name[ast]=Tesauro de HyperDictionary.com --Name[be]=Тэзаўрус HyperDictionary.com --Name[be@latin]=Tezaŭrus „HyperDictionary.com” --Name[bg]=Речник на HyperDictionary.com --Name[bn]=HyperDictionary.com থেসরাস (সমার্থক ও বিপরীত শব্দ) --Name[bn_IN]=HyperDictionary.com শব্দকোষ --Name[br]=Tezorus HyperDictionary.com --Name[bs]=Hiperrečnik (sinonimar) --Name[ca]=HyperDictionary.com Thesaurus --Name[ca@valencia]=HyperDictionary.com Thesaurus --Name[cs]=Tezaurus HyperDictionary.com --Name[csb]=HyperDictionary.com - słowôrz blëskòznacznëch słów (thesarus) --Name[cy]=Thesawrws HyperDictionary.com --Name[da]=HyperDictionary.com Thesaurus --Name[de]=HyperDictionary.com: Thesaurus --Name[el]=Θησαυρός λέξεων HyperDictionary.com --Name[en_GB]=HyperDictionary.com Thesaurus --Name[eo]=Tezaŭro de HyperDictionary.com --Name[es]=Tesauro de HyperDictionary.com --Name[et]=HyperDictionary.com tesaurus --Name[eu]=HyperDictionary.com thesaurusa --Name[fa]=فرهنگ جامع HyperDictionary.com --Name[fi]=HyperDictionary.com-synonyymisanakirja --Name[fr]=Thésaurus « HyperDictionary.com » --Name[fy]=HyperDictionary.com Thesaurus --Name[ga]=Teasáras HyperDictionary.com --Name[gl]=Tesauro de HyperDictionary.com --Name[gu]=હાયપરડિક્શનરી.કોમ થિસોરસ --Name[he]=אגרון מילים ‏HyperDictionary.com --Name[hi]=हायपर-डिक्शनरी.कॉम समांतर शब्दकोश --Name[hne]=हायपर-डिक्सनरी.काम समांतर सब्दकोस --Name[hr]=HyperDictionary.com rječnik sinonima --Name[hsb]=HyperDictionary.com tesawrus --Name[hu]=HyperDictionary.com szinonimaszótár --Name[ia]=HyperDictionary.com Thesauro --Name[id]=Tesaurus HyperDictionary.com --Name[is]=HyperDictionary.com samheitaorðabók --Name[it]=Dizionario dei sinonimi e contrari HyperDictionary.com --Name[ja]=HyperDictionary.com シソーラス --Name[ka]=Тезаурус HyperDictionary.com --Name[kk]=HyperDictionary.com тезаурус --Name[km]=កម្រង​វេវចនសព្ទ HyperDictionary.com --Name[kn]=HyperDictionary.com ಸಮಾನ/ವಿರುದ್ಧಾರ್ಥಕ ಪದಕೋಶ (ಥಿಸಾರಸ್) --Name[ko]=HyperDictionary.com 시소러스 --Name[ku]=Navlêkên HyperDictionary.com --Name[lt]=HyperDictionary.com sinonimų žodynas --Name[lv]=HyperDictionary.com tēzaurs --Name[mai]=हायपर-डिक्शनरी.काम समांतर शब्दकोश --Name[mk]=HyperDictionary.com Енциклопедија --Name[ml]=HyperDictionary.com പര്യായനിഘണ്ടു --Name[mr]=हायपर-डिक्शनरी.कॉम शब्दकोश --Name[ms]=HyperDictionary.com Thesaurus --Name[nb]=HyperDictionary.com, synonymordbok --Name[nds]=HyperDictionary.com-Synonümwöörbook --Name[ne]=HyperDictionary.com Thesaurus --Name[nl]=HyperDictionary.com Thesaurus --Name[nn]=HyperDictionary.com Thesaurus --Name[or]=HyperDictionary.com Thesaurus --Name[pa]=HyperDictionary.com ਥੀਸਾਰਸ ਕੋਸ਼ --Name[pl]=HyperDictionary.com - słownik wyrazów bliskoznacznych --Name[pt]=Gramática do HyperDictionary.com --Name[pt_BR]=HyperDictionary.com Thesaurus --Name[ro]=Dicționarul HyperDictionary.com --Name[ru]=Тезаурус HyperDictionary.com --Name[se]=HyperDictionary.com Thesaurus --Name[si]=HyperDictionary.com Thesaurus --Name[sk]=HyperDictionary.com - slovník synoným --Name[sl]=Tezaver HyperDictionary.com --Name[sr]=Хиперречник (синонимар) --Name[sr@ijekavian]=Хиперрјечник (синонимар) --Name[sr@ijekavianlatin]=Hiperrječnik (sinonimar) --Name[sr@latin]=Hiperrečnik (sinonimar) --Name[sv]=HyperDictionary.com synonymlexikon --Name[ta]=HyperDictionary.com சொற்களஞ்சியம் --Name[te]=HyperDictionary.com థెసారెస్ --Name[tg]=Тезаурус HyperDictionary.com --Name[th]=พจนานุกรมคำพ้อง HyperDictionary.com --Name[tr]=HyperDictionary.com Terimler --Name[ug]=HyperDictionary.com خەزىنە --Name[uk]=Словник синонімів HyperDictionary.com --Name[uz]=HyperDictionary.com lugʻati --Name[uz@cyrillic]=HyperDictionary.com луғати --Name[vi]=Từ điển đồng nghĩa HyperDictionary.com --Name[wa]=Motî HyperDictionary.com --Name[x-test]=xxHyperDictionary.com Thesaurusxx --Name[zh_CN]=HyperDictionary.com 宝藏 --Name[zh_TW]=HyperDictionary.com 辭典 --X-KDE-ServiceTypes=SearchProvider --Keys=hdt,hd-ths,hd-thesaurus --Query=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[af]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[ar]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[as]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[ast]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[be]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[be@latin]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[bg]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[bn]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[bn_IN]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[br]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[bs]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[ca]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[ca@valencia]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[cs]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[csb]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[da]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[de]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[el]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[en_GB]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[eo]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[es]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[et]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[eu]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[fa]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[fi]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[fr]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[fy]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[ga]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[gl]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[gu]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[he]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[hi]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[hne]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[hr]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[hsb]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[hu]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[ia]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[id]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[is]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[it]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[ja]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[ka]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[kk]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[km]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[kn]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[ko]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[ku]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[lt]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[lv]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[mai]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[ml]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[mr]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[ms]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[nb]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[nds]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[ne]=http://www.hyperdictionary.com/search.aspx?Dict=Tdefine=\\{@} --Query[nl]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[nn]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[or]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[pa]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[pl]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[pt]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[pt_BR]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[ro]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[ru]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[se]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[si]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[sk]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[sl]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[sr]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[sr@ijekavian]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[sr@ijekavianlatin]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[sr@latin]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[sv]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[ta]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[te]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[tg]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[th]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[tr]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[ug]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[uk]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[uz]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[uz@cyrillic]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[vi]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[wa]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[x-test]=xxhttp://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@}xx --Query[zh_CN]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} --Query[zh_TW]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/ibl.desktop b/kurifilter-plugins/ikws/searchproviders/ibl.desktop -deleted file mode 100644 -index 6dab356..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/ibl.desktop -+++ /dev/null -@@ -1,176 +0,0 @@ --[Desktop Entry] --Charset=iso 8859-15 --Type=Service --Name=Internet Book List --Name[af]=Internet boeklys --Name[ar]=لائحة عناوين الإنترنت --Name[as]=ইন্টাৰ্নে'ট কিতাপৰ তালিকা --Name[ast]=Llista de llibros d'Internet --Name[be]=Спіс інтэрнет-кніг --Name[be@latin]=Internet Book List --Name[bg]=Internet Book List --Name[bn]=ইন্টারনেট বই তালিকা --Name[bn_IN]=ইন্টারনেট বইয়ের তালিকা --Name[bs]=Internet spisak knjiga --Name[ca]=Internet Book List --Name[ca@valencia]=Internet Book List --Name[cs]=Internetový seznam knih --Name[csb]=Lësta internetowich ksążków --Name[da]=Bogliste på internettet --Name[de]=Internet-Buchliste --Name[el]=Λίστα δικτυακών βιβλίων --Name[en_GB]=Internet Book List --Name[eo]=Interreta librolisto --Name[es]=Lista de libros de Internet --Name[et]=Internet Book List --Name[eu]=Internet Book List --Name[fa]=فهرست کتاب اینترنت --Name[fi]=Internet Book List --Name[fr]=Liste de livres sur Internet --Name[fy]=Ynternet boeklist --Name[ga]=Internet Book List --Name[gl]=Lista de libros de Internet --Name[gu]=ઇન્ટરનેટ પુસ્તક યાદી --Name[he]=רשימת הספרים האינטרנטית --Name[hi]=इंटरनेट पुस्तक सूची --Name[hne]=इंटरनेट पुस्तक सूची --Name[hr]=Popis internetskih knjiga --Name[hsb]=Internetowa lisćina knihow --Name[hu]=Internetes könyvlista --Name[ia]=Lista de libro de Internet (Internet Book List) --Name[id]=Senarai Buku Internet --Name[is]=Bókalisti á internetinu --Name[it]=Internet Book List --Name[ja]=Internet Book List --Name[kk]=Интернет кітап тізімі --Name[km]=បញ្ជី​សៀវភៅ​អ៊ីនធឺណិត​ --Name[kn]=ಜಾಲ ಪುಸ್ತಕ ಪಟ್ಟಿ --Name[ko]=인터넷 책 목록 --Name[ku]=Lîsteya Pirtûkên Înternetê --Name[lt]=Interneto knygų sąrašas --Name[lv]=Grāmatu saraksts internetā --Name[mai]=इंटरनेट पुस्तक सूची --Name[mk]=Листа на книги на Интернет --Name[ml]=ഇന്റര്‍നെറ്റ് ബുക്കു് ലിസ്റ്റ് --Name[mr]=इंटरनेट पुस्तक सूची --Name[nb]=Internetts bokliste --Name[nds]=Internet-Booklist --Name[ne]=इन्टरनेट पुस्तक सूची --Name[nl]=Internet-boekenlijst --Name[nn]=Internet Book List --Name[or]=ଇଣ୍ଟରନେଟ ବହି ତାଲିକା --Name[pa]=ਇੰਟਰਨੈੱਟ ਕਿਤਾਬ ਲਿਸਟ --Name[pl]=Lista książek w Internecie --Name[pt]=Lista de Livros na Internet --Name[pt_BR]=Lista de livros na Internet --Name[ro]=Internet Book List --Name[ru]=Интернет-база книг --Name[se]=Interneahta girjelistu --Name[si]=අන්තර්ජාල පොත් ලැයිස්තුව --Name[sk]=Internetový zoznam kníh --Name[sl]=Spletni seznam knjig --Name[sr]=Интернет списак књига --Name[sr@ijekavian]=Интернет списак књига --Name[sr@ijekavianlatin]=Internet spisak knjiga --Name[sr@latin]=Internet spisak knjiga --Name[sv]=Internet boklista --Name[ta]=இணைய புத்தகப் பட்டியல் --Name[te]=ఇంటర్నెట్ పుస్తక జాబిత --Name[tg]=Рӯйхати китобҳои Интернетӣ --Name[th]=รายการหนังสือทางอินเทอร์เน็ต --Name[tr]=Internet Book List --Name[ug]=ئىنتېرنېت كىتاب تىزىمى --Name[uk]=Список книг Internet --Name[vi]=Danh sách cuốn sách Mạng --Name[wa]=Djivêye des lives sol daegntoele --Name[x-test]=xxInternet Book Listxx --Name[zh_CN]=互联网图书列表 --Name[zh_TW]=網際網路書目列表 --X-KDE-ServiceTypes=SearchProvider --Keys=ibl --Query=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[af]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[ar]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[as]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[ast]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[be]=http://www.feedster.com/search.php?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[be@latin]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[bg]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[bn]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[bn_IN]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[bs]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[ca]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[ca@valencia]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[cs]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[csb]=http://www.feedster.com/search.php?q=\\{@}&ie=UTF-8&oe=UTF-8 --Query[da]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[de]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[el]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[en_GB]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[eo]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[es]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[et]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[eu]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[fa]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[fi]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[fr]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[fy]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[ga]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[gl]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[gu]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[he]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[hi]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[hne]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[hr]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[hsb]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[hu]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[ia]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[id]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[is]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[it]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[ja]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[kk]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[km]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[kn]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[ko]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[ku]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[lt]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[lv]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[mai]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[ml]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[mr]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[nb]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[nds]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[ne]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[nl]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[nn]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[or]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[pa]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[pl]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[pt]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[pt_BR]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[ro]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[ru]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[se]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[si]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[sk]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[sl]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[sr]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[sr@ijekavian]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[sr@ijekavianlatin]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[sr@latin]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[sv]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[ta]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[te]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[tg]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[th]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[tr]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[ug]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[uk]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[uz]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[uz@cyrillic]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[vi]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[wa]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[x-test]=xxhttp://www.iblist.com/search/search.php?item=\\{@}&submit=Searchxx --Query[zh_CN]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[zh_TW]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search -diff --git a/kurifilter-plugins/ikws/searchproviders/identica_groups.desktop b/kurifilter-plugins/ikws/searchproviders/identica_groups.desktop -deleted file mode 100644 -index 1752807..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/identica_groups.desktop -+++ /dev/null -@@ -1,123 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=identicagroups,identig,identicag,idg --Name=Identi.ca Groups --Name[ar]=مجموعات Identi.ca --Name[ast]=Grupos Identi.ca --Name[bg]=Групи в Identi.ca --Name[bn]=Identi.ca গোষ্ঠীসমূহ --Name[bs]=Identika-grupe --Name[ca]=Grups a Identi.ca --Name[ca@valencia]=Grups a Identi.ca --Name[cs]=Skupiny Identi.ca --Name[da]=Identi.ca-grupper --Name[de]=Identi.ca Groups --Name[el]=Identi.ca Groups --Name[en_GB]=Identi.ca Groups --Name[eo]=Grupoj de Identi.ko --Name[es]=Grupos de Identi.ca --Name[et]=Identi.ca grupid --Name[eu]=Identi.ca-ren taldeak --Name[fa]=گروههای Identi.ca --Name[fi]=Identi.ca-ryhmähaku --Name[fr]=Groupes « Identi.ca » --Name[ga]=Grúpaí Identi.ca --Name[gl]=Grupos de Identi.ca --Name[gu]=આઈડેન્ટિ.કા સમૂહો --Name[he]=Identi.ca Groups --Name[hi]=Identi.ca समूह --Name[hr]=Grupe na Identi.ci --Name[hu]=Identi.ca csoportok --Name[ia]=Gruppos de Identi.ca --Name[id]=Identi.ca Groups --Name[is]=Identi.ca hópar --Name[it]=Gruppi di Identi.ca --Name[ja]=Identi.ca Groups --Name[kk]=Identi.ca тобтар --Name[km]=ក្រុម​របស់ Identi.ca --Name[kn]=identi.ca ಗುಂಪುಗಳು --Name[ko]=Identi.ca 그룹 --Name[lt]=Identi.ca grupės --Name[lv]=Identi.ca grupas --Name[mai]=Identi.ca समूह --Name[ml]=ഐഡന്റിക്ക ഗ്രൂപ്പുകള്‍ --Name[mr]=Identi.ca ग्रुप्स --Name[nb]=Identi.ca-grupper --Name[nds]=Identi.ca - Koppeln --Name[nl]=Identi.ca Groepen --Name[nn]=Identi.ca-grupper --Name[pa]=Identi.ca ਗਰੁੱਪ --Name[pl]=Grupy Identi.ca --Name[pt]=Grupos do Identi.ca --Name[pt_BR]=Grupos do Identi.ca --Name[ro]=Identi.ca Grupuri --Name[ru]=Identi.ca: группы --Name[si]=Identi.ca සමූහ --Name[sk]=Identi.ca skupiny --Name[sl]=Identi.ca - skupine --Name[sr]=Идентика-групе --Name[sr@ijekavian]=Идентика-групе --Name[sr@ijekavianlatin]=identi.ca‑grupe --Name[sr@latin]=identi.ca‑grupe --Name[sv]=Identi.ca grupper --Name[tg]=Гурӯҳи Identi.ca --Name[th]=กลุ่มต่าง ๆ ของ Identi.ca --Name[tr]=Identi.ca Grupları --Name[ug]=Identi.ca گۇرۇپپىلار --Name[uk]=Групи Identi.ca --Name[vi]=Identi.ca Nhóm --Name[wa]=Identi.ca Groupes --Name[x-test]=xxIdenti.ca Groupsxx --Name[zh_CN]=Identi.ca 群组 --Name[zh_TW]=Identi.ca Groups --Query=https://identi.ca/search/group?q=\\{@} --Query[bg]=https://identi.ca/search/group?q=\\{@} --Query[bs]=https://identi.ca/search/group?q=\\{@} --Query[ca]=https://identi.ca/search/group?q=\\{@} --Query[ca@valencia]=https://identi.ca/search/group?q=\\{@} --Query[cs]=https://identi.ca/search/group?q=\\{@} --Query[da]=https://identi.ca/search/group?q=\\{@} --Query[de]=https://identi.ca/search/group?q=\\{@} --Query[el]=https://identi.ca/search/group?q=\\{@} --Query[es]=https://identi.ca/search/group?q=\\{@} --Query[eu]=https://identi.ca/search/group?q=\\{@} --Query[fi]=https://identi.ca/search/group?q=\\{@} --Query[fr]=https://identi.ca/search/group?q=\\{@} --Query[gl]=https://identi.ca/search/group?q=\\{@} --Query[hi]=https://identi.ca/search/group?q=\\{@} --Query[hu]=https://identi.ca/search/group?q=\\{@} --Query[ia]=https://identi.ca/search/group?q=\\{@} --Query[id]=https://identi.ca/search/group?q=\\{@} --Query[is]=https://identi.ca/search/group?q=\\{@} --Query[it]=https://identi.ca/search/group?q=\\{@} --Query[ja]=https://identi.ca/search/group?q=\\{@} --Query[kk]=https://identi.ca/search/group?q=\\{@} --Query[ko]=https://identi.ca/search/group?q=\\{@} --Query[lt]=https://identi.ca/search/group?q=\\{@} --Query[nb]=https://identi.ca/search/group?q=\\{@} --Query[nds]=https://identi.ca/search/group?q=\\{@} --Query[nl]=https://identi.ca/search/group?q=\\{@} --Query[nn]=https://identi.ca/search/group?q=\\{@} --Query[pa]=https://identi.ca/search/group?q=\\{@} --Query[pl]=https://identi.ca/search/group?q=\\{@} --Query[pt]=https://identi.ca/search/group?q=\\{@} --Query[pt_BR]=https://identi.ca/search/group?q=\\{@} --Query[ro]=https://identi.ca/search/group?q=\\{@} --Query[ru]=https://identi.ca/search/group?q=\\{@} --Query[sk]=https://identi.ca/search/group?q=\\{@} --Query[sl]=https://identi.ca/search/group?q=\\{@} --Query[sr]=https://identi.ca/search/group?q=\\{@} --Query[sr@ijekavian]=https://identi.ca/search/group?q=\\{@} --Query[sr@ijekavianlatin]=https://identi.ca/search/group?q=\\{@} --Query[sr@latin]=https://identi.ca/search/group?q=\\{@} --Query[sv]=https://identi.ca/search/group?q=\\{@} --Query[tr]=https://identi.ca/search/group?q=\\{@} --Query[ug]=https://identi.ca/search/group?q=\\{@} --Query[uk]=https://identi.ca/search/group?q=\\{@} --Query[wa]=https://identi.ca/search/group?q=\\{@} --Query[x-test]=xxhttps://identi.ca/search/group?q=\\{@}xx --Query[zh_CN]=https://identi.ca/search/group?q=\\{@} --Query[zh_TW]=https://identi.ca/search/group?q=\\{@} --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/identica_notices.desktop b/kurifilter-plugins/ikws/searchproviders/identica_notices.desktop -deleted file mode 100644 -index 286bbe8..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/identica_notices.desktop -+++ /dev/null -@@ -1,123 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=identicanotices,identin,idn --Name=Identi.ca Notices --Name[ar]=إشعارات Identi.ca --Name[ast]=Avisos Identi.ca --Name[bg]=Бележки в Identi.ca --Name[bn]=Identi.ca নোটিশ --Name[bs]=Identika-obaveštenja --Name[ca]=Avisos a Identi.ca --Name[ca@valencia]=Avisos a Identi.ca --Name[cs]=Poznámky Identi.ca --Name[da]=Identi.ca-notitser --Name[de]=Identi.ca Notices --Name[el]=Identi.ca Notices --Name[en_GB]=Identi.ca Notices --Name[eo]=Novaĵoj de Identi.ko --Name[es]=Noticias de Identi.ca --Name[et]=Identi.ca teadaanded --Name[eu]=Identi.ca-ren jakinarazpenak --Name[fa]=Identi.ca Notices --Name[fi]=Identi.ca-tekstihaku --Name[fr]=Annonces « Identi.ca » --Name[ga]=Fógraí Identi.ca --Name[gl]=Noticias de Identi.ca --Name[gu]=આઈડેન્ટિ.કા નોંધો --Name[he]=Identi.ca Notices --Name[hi]=Identi.ca नोटिस --Name[hr]=Poruke na Identi.ci --Name[hu]=Identi.ca üzenetek --Name[ia]=Novas de Identi.ca --Name[id]=Identi.ca Notices --Name[is]=Identi.ca tilkynningar --Name[it]=Notifiche di Identi.ca --Name[ja]=Identi.ca Notices --Name[kk]=Identi.ca жазбалары --Name[km]=ចំណាំ​របស់ Identi.ca --Name[kn]=identi.ca ಸೂಚನೆ --Name[ko]=Identi.ca 공지 --Name[lt]=Identi.ca pranešimai --Name[lv]=Identi.ca piezīmes --Name[mai]=Identi.ca सूचना --Name[ml]=ഐഡന്റിക്ക നോട്ടീസുകള്‍ --Name[mr]=Identi.ca सूचना --Name[nb]=Identi.ca notiser --Name[nds]=Identi.ca - Henwiesen --Name[nl]=Identi.ca Notities --Name[nn]=Identi.ca-varsel --Name[pa]=Identi.ca ਨੋਟਿਸ --Name[pl]=Powiadomienia Identi.ca --Name[pt]=Avisos do Identi.ca --Name[pt_BR]=Notícias do Identi.ca --Name[ro]=Notificări Identi.ca --Name[ru]=Identi.ca: записи --Name[si]=Identi.ca දැනුම්දීම් --Name[sk]=Identi.ca poznámky --Name[sl]=Identi.ca - obvestila --Name[sr]=Идентика-обавештења --Name[sr@ijekavian]=Идентика-обавештења --Name[sr@ijekavianlatin]=identi.ca‑obaveštenja --Name[sr@latin]=identi.ca‑obaveštenja --Name[sv]=Identi.ca anslag --Name[tg]=Хабарҳои Identi.ca --Name[th]=การแจ้ง Identi.ca --Name[tr]=Identi.ca Bildirimleri --Name[ug]=Identi.ca ئۇقتۇرۇشلار --Name[uk]=Нотатки Identi.ca --Name[vi]=Identi.ca Chú ý --Name[wa]=Identi.ca Notices --Name[x-test]=xxIdenti.ca Noticesxx --Name[zh_CN]=Identi.ca 通知 --Name[zh_TW]=Identi.ca Notices --Query=https://identi.ca/search/notice?q=\\{@} --Query[bg]=https://identi.ca/search/notice?q=\\{@} --Query[bs]=https://identi.ca/search/notice?q=\\{@} --Query[ca]=https://identi.ca/search/notice?q=\\{@} --Query[ca@valencia]=https://identi.ca/search/notice?q=\\{@} --Query[cs]=https://identi.ca/search/notice?q=\\{@} --Query[da]=https://identi.ca/search/notice?q=\\{@} --Query[de]=https://identi.ca/search/notice?q=\\{@} --Query[el]=https://identi.ca/search/notice?q=\\{@} --Query[es]=https://identi.ca/search/notice?q=\\{@} --Query[eu]=https://identi.ca/search/notice?q=\\{@} --Query[fi]=https://identi.ca/search/notice?q=\\{@} --Query[fr]=https://identi.ca/search/notice?q=\\{@} --Query[gl]=https://identi.ca/search/notice?q=\\{@} --Query[hi]=https://identi.ca/search/notice?q=\\{@} --Query[hu]=https://identi.ca/search/notice?q=\\{@} --Query[ia]=https://identi.ca/search/notice?q=\\{@} --Query[id]=https://identi.ca/search/notice?q=\\{@} --Query[is]=https://identi.ca/search/notice?q=\\{@} --Query[it]=https://identi.ca/search/notice?q=\\{@} --Query[ja]=https://identi.ca/search/notice?q=\\{@} --Query[kk]=https://identi.ca/search/notice?q=\\{@} --Query[ko]=https://identi.ca/search/notice?q=\\{@} --Query[lt]=https://identi.ca/search/notice?q=\\{@} --Query[nb]=https://identi.ca/search/notice?q=\\{@} --Query[nds]=https://identi.ca/search/notice?q=\\{@} --Query[nl]=https://identi.ca/search/notice?q=\\{@} --Query[nn]=https://identi.ca/search/notice?q=\\{@} --Query[pa]=https://identi.ca/search/notice?q=\\{@} --Query[pl]=https://identi.ca/search/notice?q=\\{@} --Query[pt]=https://identi.ca/search/notice?q=\\{@} --Query[pt_BR]=https://identi.ca/search/notice?q=\\{@} --Query[ro]=https://identi.ca/search/notice?q=\\{@} --Query[ru]=https://identi.ca/search/notice?q=\\{@} --Query[sk]=https://identi.ca/search/notice?q=\\{@} --Query[sl]=https://identi.ca/search/notice?q=\\{@} --Query[sr]=https://identi.ca/search/notice?q=\\{@} --Query[sr@ijekavian]=https://identi.ca/search/notice?q=\\{@} --Query[sr@ijekavianlatin]=https://identi.ca/search/notice?q=\\{@} --Query[sr@latin]=https://identi.ca/search/notice?q=\\{@} --Query[sv]=https://identi.ca/search/notice?q=\\{@} --Query[tr]=https://identi.ca/search/notice?q=\\{@} --Query[ug]=https://identi.ca/search/notice?q=\\{@} --Query[uk]=https://identi.ca/search/notice?q=\\{@} --Query[wa]=https://identi.ca/search/notice?q=\\{@} --Query[x-test]=xxhttps://identi.ca/search/notice?q=\\{@}xx --Query[zh_CN]= http://identi.ca/search/notice?q=\\{@} --Query[zh_TW]=https://identi.ca/search/notice?q=\\{@} --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/identica_people.desktop b/kurifilter-plugins/ikws/searchproviders/identica_people.desktop -deleted file mode 100644 -index da09cb1..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/identica_people.desktop -+++ /dev/null -@@ -1,122 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=identicapeople,identip,idp --Name=Identi.ca People --Name[ast]=Xente Identi.ca --Name[bg]=Хора в Identi.ca --Name[bn]=Identi.ca ব্যক্তিসমূহ --Name[bs]=Identika‑ljudi --Name[ca]=Gent a Identi.ca --Name[ca@valencia]=Gent a Identi.ca --Name[cs]=Lidé Identi.ca --Name[da]=Identi.ca-folk --Name[de]=Identi.ca People --Name[el]=Identi.ca People --Name[en_GB]=Identi.ca People --Name[eo]=Presonoj de Identi.ko --Name[es]=Personas de Identi.ca --Name[et]=Identi.ca inimesed --Name[eu]=Identi.ca-ren jendea --Name[fa]=اعضای Identi.ca --Name[fi]=Identi.ca-ihmishaku --Name[fr]=Personne « Identi.ca » --Name[ga]=Daoine Identi.ca --Name[gl]=Xente de Identi.ca --Name[gu]=આઈડેન્ટિ.કા લોકો --Name[he]=Identi.ca People --Name[hi]=Identi.ca लोग --Name[hr]=Ljudi na Identi.ci --Name[hu]=Identi.ca felhasználók --Name[ia]=Gente de Identi.ca --Name[id]=Identi.ca People --Name[is]=Identi.ca fólk --Name[it]=Persone di Identi.ca --Name[ja]=Identi.ca People --Name[kk]=Identi.ca халықы --Name[km]=មនុស្ស Identi.ca --Name[kn]=identi.ca ಜನರು --Name[ko]=Identi.ca 사람 --Name[lt]=Identi.ca žmonės --Name[lv]=Identi.ca cilvēki --Name[mai]=Identi.ca लोकनिसभ --Name[ml]=ഐഡന്റിക്കയിലെ ആളുകള്‍ --Name[mr]=Identi.ca लोक --Name[nb]=Identi.ca folk --Name[nds]=Identi.ca - Lüüd --Name[nl]=Identi.ca Mensen --Name[nn]=Identi.ca-folk --Name[pa]=Identi.ca ਲੋਕ --Name[pl]=Identi.ca People --Name[pt]=Pessoas do Identi.ca --Name[pt_BR]=Pessoas do Identi.ca --Name[ro]=Identi.ca Oameni --Name[ru]=Identi.ca: люди --Name[si]=Identi.ca පුද්ගලයින් --Name[sk]=Identi.ca ľudia --Name[sl]=Identi.ca - ljudje --Name[sr]=Идентика‑људи --Name[sr@ijekavian]=Идентика‑људи --Name[sr@ijekavianlatin]=identi.ca‑ljudi --Name[sr@latin]=identi.ca‑ljudi --Name[sv]=Identi.ca personer --Name[tg]=Мардуми Identi.ca --Name[th]=ผู้คน Identi.ca --Name[tr]=Identi.ca Kişi --Name[ug]=Identi.ca كىشىلەر --Name[uk]=Постаті Identi.ca --Name[vi]=Identi.ca Mọi Người --Name[wa]=Identi.ca Djins --Name[x-test]=xxIdenti.ca Peoplexx --Name[zh_CN]=Identi.ca 人物 --Name[zh_TW]=Identi.ca People --Query=https://identi.ca/search/people?q=\\{@}&search=Search --Query[bg]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[bs]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[ca]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[ca@valencia]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[cs]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[da]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[de]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[el]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[es]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[eu]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[fi]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[fr]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[gl]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[hi]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[hu]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[ia]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[id]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[is]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[it]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[ja]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[kk]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[ko]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[lt]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[nb]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[nds]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[nl]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[nn]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[pa]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[pl]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[pt]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[pt_BR]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[ro]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[ru]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[sk]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[sl]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[sr]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[sr@ijekavian]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[sr@ijekavianlatin]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[sr@latin]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[sv]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[tr]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[ug]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[uk]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[wa]=https://identi.ca/search/people?q=\\{@}&search=Search --Query[x-test]=xxhttps://identi.ca/search/people?q=\\{@}&search=Searchxx --Query[zh_CN]= http://identi.ca/search/people?q=\\{@}&search=Search --Query[zh_TW]=https://identi.ca/search/people?q=\\{@}&search=Search --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/imdb.desktop b/kurifilter-plugins/ikws/searchproviders/imdb.desktop -deleted file mode 100644 -index 3d63c38..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/imdb.desktop -+++ /dev/null -@@ -1,163 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Internet Movie Database --Name[af]=Internet Film Databasis --Name[ar]=قاعدة بيانات الإنترنت للأفلام --Name[as]=ইন্টাৰ্নে'ট বোলছবিৰ তথ্যভঁৰাল --Name[ast]=Base de datos d'internet de películes --Name[be]=База звестак пра фільмы --Name[be@latin]=Sieciŭnaja baza filmaŭ --Name[bg]=Internet Movie Database --Name[bn]=ইন্টারনেট চলচ্চিত্র ডেটাবেস --Name[bn_IN]=ইন্টারনেট ছায়াছবির ডাটাবেস --Name[br]=Stlennvon filmoù Internet --Name[bs]=Internet baza filmova --Name[ca]=Base de dades de pel·lícules a Internet --Name[ca@valencia]=Base de dades de pel·lícules a Internet --Name[cs]=Internetová databáze filmů --Name[csb]=Internetowô baza filmów (IMDB) --Name[cy]=Cronfa Ffilmiau y Rhyngrwyd --Name[da]=Internetfilm-database --Name[de]=Internet-Filmdatenbank --Name[el]=Βάση δεδομένων ταινιών στο διαδίκτυο --Name[en_GB]=Internet Movie Database --Name[eo]=Reta datumbazo de filmoj --Name[es]=Base de datos de internet de películas --Name[et]=Interneti filmide andmebaas --Name[eu]=Interneteko filmeen datu-basea --Name[fa]=دادگان فیلم اینترنت --Name[fi]=Internet Movie Database --Name[fr]=Base de données de films sur Internet --Name[fy]=Ynternetfilm-databank --Name[ga]=Internet Movie Database --Name[gl]=Base de datos de filmes de Internet --Name[gu]=ઇન્ટરનેટ ચિત્રપટ ડેટાબેઝ --Name[he]=מאגר הסרטים האינטרנטי --Name[hi]=इंटरनेट चलचित्र डाटाबेस --Name[hne]=इंटरनेट सनीमा डाटाबेस --Name[hr]=Internetska baza podataka filmova --Name[hsb]=Internetowa datowa baza filmow --Name[hu]=IMDb filmadatbázis --Name[ia]=Internet Movie Database --Name[id]=Basis Data Film Internet --Name[is]=IMDB internet kvikmyndagagnagrunnurinn --Name[it]=Banca dati cinematografica in rete --Name[ja]=インターネット映画データベース --Name[ka]=Internet Movie Database --Name[kk]=Internet фильмдер қоры --Name[km]=មូលដ្ឋាន​ទិន្នន័យ​ភាពយន្ត​តាម​អ៊ីនធឺណិត --Name[kn]=ಜಾಲ ಚಲಚ್ಚಿತ್ರ ದತ್ತಸಂಚಯ --Name[ko]=인터넷 영화 데이터베이스 --Name[ku]=Danegeha Fîlman a Înternetê --Name[lt]=Interneto kino filmų duomenų bazė --Name[lv]=Interneta filmu datubāze --Name[mai]=इंटरनेट चलचित्र डाटाबेस --Name[mk]=Интернет база на филмови --Name[ml]=ഇന്റര്‍നെറ്റിലുള്ള ചലചിത്ര ശേഖരം --Name[mr]=इंटरनेट चलप्रतिमा डेटाबेस --Name[ms]=Pangkalan Data Wayang Internet --Name[nb]=Internett filmdatabase --Name[nds]=Internet-Filmdatenbank --Name[ne]=इन्टरनेट चलचित्र डाटाबेस --Name[nl]=Internet filmdatabase --Name[nn]=Internet Movie Database --Name[or]=ଇଣ୍ଟରନେଟ ଚଳଚିତ୍ର ତଥ୍ୟାବଳୀ --Name[pa]=ਇੰਟਰਨੈੱਟ ਫਿਲਮ ਡਾਟਾਬੇਸ --Name[pl]=Internetowa baza filmów (IMDB) --Name[pt]=Internet Movie Database --Name[pt_BR]=Banco de dados de filmes na Internet --Name[ro]=Bază de date Internet de filme --Name[ru]=Интернет-база кинофильмов (IMDb) --Name[se]=Internet Movie Database --Name[si]=අන්තර්ජාල සිනමා දත්තගබඩාව --Name[sk]=Internetová databáza filmov IMDb --Name[sl]=Internetna zbirka filmov (IMDB) --Name[sr]=Интернет база филмова --Name[sr@ijekavian]=Интернет база филмова --Name[sr@ijekavianlatin]=Internet baza filmova --Name[sr@latin]=Internet baza filmova --Name[sv]=Internet filmdatabas --Name[ta]=இணைய திரைப்பட தரவுத்தளம் --Name[te]=ఇంటర్‌నెట్ చలనచిత్ర డాటాబేస్ --Name[tg]=Маълумоти филмҳои онлайн --Name[th]=ฐานข้อมูลภาพยนตร์ทางอินเทอร์เน็ต --Name[tr]=İnternet Film Veritabanı --Name[ug]=ئىنتېرنېت كىنو ساندىنى --Name[uk]=База даних кінофільмів в Інтернет --Name[uz]=Internetdagi kino maʼlumot bazasi --Name[uz@cyrillic]=Интернетдаги кино маълумот базаси --Name[vi]=Cơ sở dữ liệu phim ảnh trên mạng --Name[wa]=Båze di dnêyes des films sol daegntoele --Name[x-test]=xxInternet Movie Databasexx --Name[zh_CN]=互联网电影数据库 --Name[zh_TW]=Internet 電影資料庫 --X-KDE-ServiceTypes=SearchProvider --Keys=imdb --Query=http://imdb.com/find?s=all&q=\\{@} --Query[ar]=http://imdb.com/Find?\\{@} --Query[ast]=http://imdb.com/find?s=all&q=\\{@} --Query[bg]=http://imdb.com/find?s=all&q=\\{@} --Query[bn]=http://imdb.com/find?s=all&q=\\{@} --Query[bs]=http://imdb.com/find?s=all&q=\\{@} --Query[ca]=http://imdb.com/find?s=all&q=\\{@} --Query[ca@valencia]=http://imdb.com/find?s=all&q=\\{@} --Query[cs]=http://imdb.com/find?s=all&q=\\{@} --Query[da]=http://imdb.com/find?s=all&q=\\{@} --Query[de]=http://imdb.com/find?s=all&q=\\{@} --Query[el]=http://imdb.com/find?s=all&q=\\{@} --Query[en_GB]=http://imdb.com/find?s=all&q=\\{@} --Query[eo]=http://imdb.com/find?s=all&q=\\{@} --Query[es]=http://imdb.com/find?s=all&q=\\{@} --Query[et]=http://imdb.com/find?s=all&q=\\{@} --Query[eu]=http://imdb.com/find?s=all&q=\\{@} --Query[fa]=http://imdb.com/find?s=all&q=\\{@} --Query[fi]=http://imdb.com/find?s=all&q=\\{@} --Query[fr]=http://imdb.com/find?s=all&q=\\{@} --Query[ga]=http://imdb.com/find?s=all&q=\\{@} --Query[gl]=http://imdb.com/find?s=all&q=\\{@} --Query[gu]=http://imdb.com/find?s=all&q=\\{@} --Query[he]=http://imdb.com/find?s=all&q=\\{@} --Query[hi]=http://imdb.com/find?s=all&q=\\{@} --Query[hr]=http://imdb.com/find?s=all&q=\\{@} --Query[hu]=http://imdb.com/find?s=all&q=\\{@} --Query[ia]=http://imdb.com/find?s=all&q=\\{@} --Query[id]=http://imdb.com/find?s=all&q=\\{@} --Query[is]=http://imdb.com/find?s=all&q=\\{@} --Query[it]=http://italian.imdb.com/find?s=all&q=\\{@} --Query[ja]=http://imdb.com/find?s=all&q=\\{@} --Query[kk]=http://imdb.com/find?s=all&q=\\{@} --Query[km]=http://imdb.com/find?s=all&q=\\{@} --Query[kn]=http://imdb.com/find?s=all&q=\\{@} --Query[ko]=http://imdb.com/find?s=all&q=\\{@} --Query[lt]=http://imdb.com/find?s=all&q=\\{@} --Query[lv]=http://imdb.com/find?s=all&q=\\{@} --Query[mai]=http://imdb.com/find?s=all&q=\\{@} --Query[mr]=http://imdb.com/find?s=all&q=\\{@} --Query[nb]=http://imdb.com/find?s=all&q=\\{@} --Query[nds]=http://imdb.com/find?s=all&q=\\{@} --Query[nl]=http://imdb.com/find?s=all&q=\\{@} --Query[nn]=http://imdb.com/find?s=all&q=\\{@} --Query[pa]=http://imdb.com/find?s=all&q=\\{@} --Query[pl]=http://imdb.com/find?s=all&q=\\{@} --Query[pt]=http://imdb.com/find?s=all&q=\\{@} --Query[pt_BR]=http://imdb.com/find?s=all&q=\\{@} --Query[ro]=http://imdb.com/find?s=all&q=\\{@} --Query[ru]=http://imdb.com/find?s=all&q=\\{@} --Query[si]=http://imdb.com/find?s=all&q=\\{@} --Query[sk]=http://imdb.com/find?s=all&q=\\{@} --Query[sl]=http://imdb.com/find?s=all&q=\\{@} --Query[sr]=http://imdb.com/find?s=all&q=\\{@} --Query[sr@ijekavian]=http://imdb.com/find?s=all&q=\\{@} --Query[sr@ijekavianlatin]=http://imdb.com/find?s=all&q=\\{@} --Query[sr@latin]=http://imdb.com/find?s=all&q=\\{@} --Query[sv]=http://imdb.com/find?s=all&q=\\{@} --Query[tg]=http://imdb.com/find?s=all&q=\\{@} --Query[th]=http://imdb.com/find?s=all&q=\\{@} --Query[tr]=http://imdb.com/find?s=all&q=\\{@} --Query[ug]=http://imdb.com/find?s=all&q=\\{@} --Query[uk]=http://imdb.com/find?s=all&q=\\{@} --Query[vi]=http://imdb.com/find?s=all&q=\\{@} --Query[wa]=http://imdb.com/find?s=all&q=\\{@} --Query[x-test]=xxhttp://imdb.com/find?s=all&q=\\{@}xx --Query[zh_CN]=http://imdb.com/find?s=all&q=\\{@} --Query[zh_TW]=http://imdb.com/find?s=all&q=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/it2en.desktop b/kurifilter-plugins/ikws/searchproviders/it2en.desktop -deleted file mode 100644 -index 0e10e66..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/it2en.desktop -+++ /dev/null -@@ -1,183 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=it2en --Name=WordReference.com Translation: Italian to English --Name[af]=WordReference.com Vertaling: Italiaans na Engels --Name[ar]=ترجمة WordReference.com: إيطالي إلى إنجليزي --Name[as]=WordReference.com অনুবাদ: ইটালিয়ানৰ পৰা ইংৰাজী --Name[ast]=WordReference.com Torna: italianu a inglés --Name[be]=WordReference.com Пераклад: з італьянскай на англійскую --Name[be@latin]=Pierakład „WordReference.com”: italjanskaja ➙ anhielskaja --Name[bg]=Превод с WordReference.com — от италиански към английски --Name[bn]=WordReference.com অনুবাদ: ইতালীয় থেকে ইংরাজি --Name[bn_IN]=WordReference.com অনুবাদ: ইটালিয়ান থেকে ইংরাজি --Name[bs]=Vordreferens: sa italijanskog na engleski --Name[ca]=Traducció WordReference.com: Italià - Anglès --Name[ca@valencia]=Traducció WordReference.com: Italià - Anglés --Name[cs]=Překlad WordReference.com: z italštiny do angličtiny --Name[csb]=WordReference.com: italsczi -> anielsczi --Name[cy]=Cyfieithiad WordReference.com: Eidaleg i Saesneg --Name[da]=WordReference.com oversættelse: Italiensk til engelsk --Name[de]=WordReference.com – Übersetzung: Italienisch/Englisch --Name[el]=WordReference.com Μετάφραση: Ιταλικά σε Αγγλικά --Name[en_GB]=WordReference.com Translation: Italian to English --Name[eo]=Tradukado WordReference.com: itale anglen --Name[es]=WordReference.com Traducción: italiano a inglés --Name[et]=WordReference.com tõlkimine: itaalia->inglise --Name[eu]=WordReference.com italieratik ingeleserako itzulpenak --Name[fa]=ترجمه WordReference.com: ایتالیایی به انگلیسی --Name[fi]=WordReference.com-käännös italiasta englanniksi --Name[fr]=Traduction sur WordReference.com : italien vers anglais --Name[fy]=WordReference.com-oersetting: Italiaansk nei Ingelsk --Name[ga]=Aistriúchán WordReference.com: Iodáilis go Béarla --Name[gl]=Tradución WordReference.com: italiano a inglés --Name[gu]=WordReference.com ભાષાંતર: ઇટાલિઅન થી અંગ્રેજી --Name[he]=תרגום WordReference.com: איטלקית לאנגלית --Name[hi]=WordReference.com अनुवादः इतालवी से अंग्रेजी --Name[hne]=वर्डरेफरेंस.काम अनुवादः इतालवी से अंगरेजी --Name[hr]=WordReference.com Prijevod: talijanski na engleski --Name[hsb]=WordReference.com přełožowanje: italsce -> jendźelsce --Name[hu]=WordReference.com fordítás: olaszról angolra --Name[ia]=WordReference.com Traduction: Italiano a Anglese --Name[id]=Terjemahan WordReference.com: Bahasa Italia ke Inggris --Name[is]=WordReference.com þýðing: Ítölsk/ensk --Name[it]=Traduzione WordReference.com: dall'italiano all'inglese --Name[ja]=WordReference.com イタリア語-英語翻訳 --Name[kk]=WordReference.com итальян тілінен ағылшынға аудару --Name[km]=ការ​បកប្រែ WordReference.com ៖ ភាសា​អ៊ីតាលី​ទៅជា​​អង់គ្លេស --Name[kn]=WordReference.com ಅನುವಾದ: ಇಟಾಲಿಯನ್ ನಿಂದ ಇಂಗ್ಲೀಷಿಗೆ --Name[ko]=WordReference.com 번역: 이탈리아어에서 영어로 --Name[ku]=WordReference.com Wergerandin: Îtalî ji Îngilîzî re --Name[lt]=WordReference.com vertimas: iš italų į anglų --Name[lv]=WordReference.com tulkošana: no Itāļu uz Angļu --Name[mai]=WordReference.com अनुवादः इतालवी सँ अंग्रेजी --Name[mk]=WordReference.com превод: од италијански на англиски --Name[ml]=WordReference.com പരിഭാഷ: ഇറ്റാലിയനില്‍ നിന്നും ഇംഗ്ലീഷിലേയ്ക്കു് --Name[mr]=WordReference.com अनुवादः इटालीयन ते अंग्रेजी --Name[nb]=WordReference.com – oversettelse fra italiensk til engelsk --Name[nds]=WordReference.com Översetten: Italieensch na Engelsch --Name[ne]=WordReference.com Translation: इटालियनलाई अङ्ग्रेजीमा --Name[nl]=WordReference.com-vertaling: Italiaans naar Engels --Name[nn]=WordReference.com – omsetjing: italiensk til engelsk --Name[or]=WordReference.com ଅନୁବାଦ: Italian to English --Name[pa]=WordReference.com ਟਰਾਂਸਲੇਟ:ਇਤਾਲਵੀ ਤੋਂ ਅੰਗਰੇਜ਼ੀ --Name[pl]=WordReference.com: włoski -> angielski --Name[pt]=Traduções do WordReference.com: Italiano para Inglês --Name[pt_BR]=WordReference.com - Tradução: italiano para inglês --Name[ro]=Traducere WordReference.com: italiană la engleză --Name[ru]=Переводчик WordReference.com: итальянско-английский --Name[se]=WordReference.com – jorgaleapmi: italialašgielas eŋgelasgillii --Name[si]=WordReference.com පරිවර්ථනය: ඉතාලි සිට ඉංග්‍රීසි බසට --Name[sk]=WordReference.com preklad z taliančiny do angličtiny --Name[sl]=Prevod WordReference.com: italijanščina v angleščino --Name[sr]=Вордреференс: са италијанског на енглески --Name[sr@ijekavian]=Вордреференс: са италијанског на енглески --Name[sr@ijekavianlatin]=WordReference: sa italijanskog na engleski --Name[sr@latin]=WordReference: sa italijanskog na engleski --Name[sv]=Wordreference.com översättning: italienska till engelska --Name[ta]=WordReference.com மொழிபெயர்ப்பு: இத்தாலிய மொழியில் இருந்து ஆங்கிலத்துக்கு --Name[te]=WordReference.com అనువాదము: ఇటాలియన్ నుండి ఇంగ్లీష్ --Name[tg]=Тарҷумаҳои WordReference.com: Итолиёӣ ба англисӣ --Name[th]=บริการแปลภาษาจาก WordReference.com: แปลภาษาอิตาเลียนเป็นอังกฤษ --Name[tr]=WordReference.com Çevirisi: İtalyancadan İngilizceye --Name[ug]=WordReference.com تەرجىمە: ئىتاليانچىدىن ئىنگلىزچىغا --Name[uk]=WordReference.com — переклад з італійської англійською --Name[uz]=WordReference.com tarjima: Italyanchadan Inglizchaga --Name[uz@cyrillic]=WordReference.com таржима: Италянчадан Инглизчага --Name[vi]=WordReference.com Dịch: Tiếng Ý sang tiếng Anh --Name[wa]=WordReference.com ratournaedje di l' itålyin viè l' inglès --Name[x-test]=xxWordReference.com Translation: Italian to Englishxx --Name[zh_CN]=WordReference.com 翻译:意大利语译英语 --Name[zh_TW]=WordReference.com 翻譯: 義大利文至英文 --Query=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[af]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[ar]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[as]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[ast]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[be]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[be@latin]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[bg]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[bn]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[bn_IN]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[br]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[bs]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[ca]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[ca@valencia]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[cs]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[csb]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[da]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[de]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[el]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[en_GB]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[eo]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[es]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[et]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[eu]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[fa]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[fi]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[fr]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[fy]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[ga]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[gl]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[gu]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[he]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[hi]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[hne]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[hr]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[hsb]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[hu]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[ia]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[id]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[is]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[it]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[ja]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[ka]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[kk]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[km]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[kn]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[ko]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[ku]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[lt]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[lv]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[mai]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[ml]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[mr]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[ms]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[nb]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[nds]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[ne]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[nl]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[nn]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[or]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[pa]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[pl]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[pt]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[pt_BR]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[ro]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[ru]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[se]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[si]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[sk]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[sl]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[sr]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[sr@ijekavian]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[sr@ijekavianlatin]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[sr@latin]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[sv]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[ta]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[te]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[tg]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[th]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[tr]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[ug]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[uk]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[uz]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[uz@cyrillic]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[vi]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[wa]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[x-test]=xxhttp://www.wordreference.com/it/en/translation.asp?iten=\\{@}xx --Query[zh_CN]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --Query[zh_TW]=http://www.wordreference.com/it/en/translation.asp?iten=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/jamendo.desktop b/kurifilter-plugins/ikws/searchproviders/jamendo.desktop -deleted file mode 100644 -index 5056c29..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/jamendo.desktop -+++ /dev/null -@@ -1,124 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=jamendo,jmd --Name=Jamendo --Name[ar]=Jamendo --Name[ast]=Jamendo --Name[bg]=Jamendo --Name[bn]=জামেন্ডো --Name[bs]=Džamendo --Name[ca]=Jamendo --Name[ca@valencia]=Jamendo --Name[cs]=Jamendo --Name[da]=Jamendo --Name[de]=Jamendo --Name[el]=Jamendo --Name[en_GB]=Jamendo --Name[eo]=Jamendo --Name[es]=Jamendo --Name[et]=Jamendo --Name[eu]=Jamendo --Name[fa]=Jamendo --Name[fi]=Jamendo --Name[fr]=Jamendo --Name[ga]=Jamendo --Name[gl]=Jamendo --Name[gu]=જમેન્ડો --Name[he]=Jamendo --Name[hi]=जामेंदो --Name[hr]=Jamendo --Name[hu]=Jamendo --Name[ia]=Jamendo --Name[id]=Jamendo --Name[is]=Jamendo --Name[it]=Jamendo --Name[ja]=Jamendo --Name[kk]=Jamendo --Name[km]=Jamendo --Name[kn]=ಜಮೆಂಡೊ(Jamendo) --Name[ko]=Jamendo --Name[lt]=Jamendo --Name[lv]=Jamendo --Name[mai]=जामिनडो --Name[ml]=ജാമെണ്ടോ --Name[mr]=जामेंदो --Name[nb]=Jamendo --Name[nds]=Jamendo --Name[nl]=Jamendo --Name[nn]=Jamendo --Name[pa]=ਜਾਮੀਂਡੋ --Name[pl]=Jamendo --Name[pt]=Jamendo --Name[pt_BR]=Jamendo --Name[ro]=Jamendo --Name[ru]=Jamendo --Name[se]=Gávppašeaddji --Name[si]=Jamendo --Name[sk]=Jamendo --Name[sl]=Jamendo --Name[sr]=Џамендо --Name[sr@ijekavian]=Џамендо --Name[sr@ijekavianlatin]=Jamendo --Name[sr@latin]=Jamendo --Name[sv]=Jamendo --Name[tg]=Jamendo --Name[th]=Jamendo --Name[tr]=Jamendo --Name[ug]=Jamendo --Name[uk]=Jamendo --Name[vi]=Jamendo --Name[wa]=Jamendo --Name[x-test]=xxJamendoxx --Name[zh_CN]=Jamendo --Name[zh_TW]=Jamendo --Query=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[bg]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[bs]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[ca]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[ca@valencia]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[cs]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[da]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[de]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[el]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[es]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[eu]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[fi]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[fr]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[gl]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[hi]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[hu]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[ia]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[id]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[is]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[it]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[ja]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[kk]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[ko]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[lt]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[nb]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[nds]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[nl]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[nn]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[pa]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[pl]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[pt]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[pt_BR]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[ro]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[ru]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[sk]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[sl]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[sr]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[sr@ijekavian]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[sr@ijekavianlatin]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[sr@latin]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[sv]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[tr]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[ug]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[uk]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[wa]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[x-test]=xxhttp://www.jamendo.com/en/search?qs=q=\\{@}xx --Query[zh_CN]=http://www.jamendo.com/en/search?qs=q=\\{@} --Query[zh_TW]=http://www.jamendo.com/en/search?qs=q=\\{@} --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/jeeves.desktop b/kurifilter-plugins/ikws/searchproviders/jeeves.desktop -deleted file mode 100644 -index 8cf79b9..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/jeeves.desktop -+++ /dev/null -@@ -1,184 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Ask Jeeves --Name[af]=Vra Jeeves --Name[ar]=اسأل Jeeves --Name[as]=Ask Jeeves --Name[ast]=Ask Jeeves --Name[be]=Ask Jeeves --Name[be@latin]=Ask Jeeves --Name[bg]=Ask Jeeves --Name[bn]=Ask Jeeves --Name[bn_IN]=Ask Jeeves --Name[br]=Klask digant Jeeves --Name[bs]=Ask Jeeves --Name[ca]=Ask Jeeves --Name[ca@valencia]=Ask Jeeves --Name[cs]=Ask Jeeves --Name[csb]=Ask Jeeves - spëtôj ò cos --Name[cy]=Ask Jeeves --Name[da]=Ask Jeeves --Name[de]=Frag Jeeves --Name[el]=Ask Jeeves --Name[en_GB]=Ask Jeeves --Name[eo]=Demandu Jeeves --Name[es]=Ask Jeeves --Name[et]=Ask Jeeves --Name[eu]=Ask Jeeves --Name[fa]=پرسیدن Jeeves --Name[fi]=Ask Jeeves --Name[fr]=Ask Jeeves --Name[fy]=Ask Jeeves --Name[ga]=Ask Jeeves --Name[gl]=Pregúntalle a Jeeves --Name[gu]=આસ્ક જીવ્સ --Name[he]=Ask Jeeves --Name[hi]=आस्क जीव्स --Name[hne]=आस्क जीव्स --Name[hr]=Pitajte Jeevesa --Name[hsb]=Ask Jeeves --Name[hu]=Ask Jeeves --Name[ia]=Ask Jeeves --Name[id]=Ask Jeeves --Name[is]=Spyrja Jeeves --Name[it]=Ask Jeeves --Name[ja]=Ask Jeeves --Name[ka]=Ask Jeeves --Name[kk]=Ask Jeeves --Name[km]=សួរ Jeeves --Name[kn]=ಜೀವಿಸ್ ನನ್ನುಕೇಳು (ಆಸ್ಕ್ ಜೀವಿಸ್) --Name[ko]=Ask Jeeves --Name[ku]=Ask Jeeves --Name[lt]=Ask Jeeves --Name[lv]=Ask Jeeves --Name[mai]=आस्क जीव्स --Name[mk]=Прашајте го Jeeves --Name[ml]=ആസ്ക് ജീവ്സ് --Name[mr]=आस्क जीव्स --Name[ms]=Ask Jeeves --Name[nb]=Ask Jeeves --Name[nds]=Fraag Jeeves --Name[ne]=आस्क जीभेज --Name[nl]=Ask Jeeves --Name[nn]=Ask Jeeves --Name[pa]=Ask Jeeves --Name[pl]=Ask Jeeves - zapytaj o coś --Name[pt]=Ask Jeeves --Name[pt_BR]=Ask Jeeves --Name[ro]=Ask Jeeves --Name[ru]=Ask Jeeves --Name[se]=Ask Jeeves --Name[si]=Ask Jeeves --Name[sk]=Ask Jeeves --Name[sl]=Ask Jeeves --Name[sr]=Питај Џивса --Name[sr@ijekavian]=Питај Џивса --Name[sr@ijekavianlatin]=Pitaj Jeevesa --Name[sr@latin]=Pitaj Jeevesa --Name[sv]=Ask Jeeves --Name[ta]=ஜீவசை கேள் --Name[te]=Ask Jeeves --Name[tg]=Ask Jeeves --Name[th]=บริการ Ask Jeeves --Name[tr]=Ask Jeeves --Name[ug]=Ask Jeeves --Name[uk]=Ask Jeeves --Name[uz]=Ask Jeeves --Name[uz@cyrillic]=Ask Jeeves --Name[vi]=Hỏi Jeeves --Name[wa]=Ask Jeeves --Name[xh]=Ask Jeeves --Name[x-test]=xxAsk Jeevesxx --Name[zh_CN]=Ask Jeeves --Name[zh_TW]=Ask Jeeves --X-KDE-ServiceTypes=SearchProvider --Keys=ask,jeeves --Query=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[af]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[ar]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[as]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[ast]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[be]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[be@latin]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[bg]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[bn]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[bn_IN]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[br]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[bs]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[ca]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[ca@valencia]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[cs]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[csb]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[da]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[de]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[el]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[en_GB]=http://www.ask.co.uk/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[eo]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[es]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[et]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[eu]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[fa]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[fi]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[fr]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[fy]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[ga]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[gl]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[gu]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[he]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[hi]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[hne]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[hr]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[hsb]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[hu]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[ia]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[id]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[is]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[it]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[ja]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[ka]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[kk]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[km]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[kn]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[ko]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[ku]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[lt]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[lv]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[mai]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[ml]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[mr]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[ms]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[nb]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[nds]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[ne]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[nl]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[nn]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[or]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[pa]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[pl]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[pt]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[pt_BR]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[ro]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[ru]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[se]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[si]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[sk]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[sl]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[sr]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[sr@ijekavian]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[sr@ijekavianlatin]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[sr@latin]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[sv]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[ta]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[te]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[tg]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[th]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[tr]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[ug]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[uk]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[uz]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[uz@cyrillic]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[vi]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[wa]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[x-test]=xxhttp://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@}xx --Query[zh_CN]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} --Query[zh_TW]=http://www.ask.com/main/askJeeves.asp?origin=0&qSource=4&site_name=Jeeves&metasearch=yes&ask=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/kde.desktop b/kurifilter-plugins/ikws/searchproviders/kde.desktop -deleted file mode 100644 -index abc4455..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/kde.desktop -+++ /dev/null -@@ -1,180 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=kde --Icon=kde --Name=KDE API Documentation --Name[af]=KDE API Dokumentasie --Name[ar]=وثائق الواجهة البرمجية لكدي --Name[as]=KDE API Documentation --Name[ast]=Documentación de l'API de KDE --Name[be]=Дакументацыя па KDE API --Name[be@latin]=Dakumenty pra API KDE --Name[bg]=Документация на KDE API --Name[bn]=কে.ডি.ই. এ-পি-আই নির্দেশিকা --Name[bn_IN]=KDE API সংক্রান্ত নথিপত্র --Name[br]=Teuliadur API KDE --Name[bs]=KDE API dokumentacija --Name[ca]=Documentació de l'API de KDE --Name[ca@valencia]=Documentació de l'API de KDE --Name[cs]=KDE API dokumentace --Name[csb]=Dokùmentacëjô API KDE --Name[cy]=Dogfenniaeth API KDE --Name[da]=KDE API Dokumentation --Name[de]=KDE-API-Dokumentation --Name[el]=Τεκμηρίωση KDE API --Name[en_GB]=KDE API Documentation --Name[eo]=Dokumentado de API de KDE --Name[es]=Documentación de la API de KDE --Name[et]=KDE API dokumentatsioon --Name[eu]=KDEren API dokumentazioa --Name[fa]=مستندات KDE ِAPI --Name[fi]=KDE:n API-dokumentaatio --Name[fr]=Documentation de l'API de KDE --Name[fy]=KDE API Dokumintaasje --Name[ga]=Doiciméadú API KDE --Name[gl]=Documentación da API de KDE --Name[gu]=KDE API દસ્તાવેજ --Name[he]=תיעוד ה־API של KDE --Name[hi]=केडीई एपीआई दस्तावेज़ीकरण --Name[hne]=केडीई एपीआई कागद --Name[hr]=KDE API dokumentacija --Name[hsb]=KDE API-dokumentacija --Name[hu]=A KDE API dokumentációja --Name[ia]=Documentation de KDE API --Name[id]=Dokumentasi API KDE --Name[is]=KDE forritunarviðmótsleiðbeiningar --Name[it]=Documentazione dell'API di KDE --Name[ja]=KDE API 文書 --Name[kk]=KDE API құжаттамасы --Name[km]=ឯកសារ API របស់ KDE --Name[kn]=ಕೆಡಿಇ ಎಪಿಐ ದಸ್ತಾವೇಜೀಕರಣ --Name[ko]=KDE API 문서 --Name[ku]=Belgekirina KDE API --Name[lt]=KDE API dokumentacija --Name[lv]=KDE API dokumentācija --Name[mai]=केडीई एपीआई दस्ताबेजीकरण --Name[mk]=KDE API документација --Name[ml]=കെഡിഇ എപിഐ വിവരണം --Name[mr]=केडीई API दस्तऐवजीकरण --Name[ms]=Dokumentasi API KDE --Name[nb]=KDE API-dokumentasjon --Name[nds]=KDE-API-Dokmentatschoon --Name[ne]=केडीई एपीआई मिसिलिकरण --Name[nl]=KDE API Documentatie --Name[nn]=KDE API-dokumentasjon --Name[or]=KDE API ଦଲିଲିକରଣ --Name[pa]=KDE API ਡੌਕੂਮੈਂਟੇਸ਼ਨ --Name[pl]=Dokumentacja API KDE --Name[pt]=Documentação da API do KDE --Name[pt_BR]=Documentação da API do KDE --Name[ro]=Documentația API KDE --Name[ru]=Документация по API KDE --Name[se]=KDE API-dokumentašuvdna --Name[si]=KDE API ප්‍රලේඛනය --Name[sk]=KDE API dokumentácia --Name[sl]=Dokumentacija KDE API --Name[sr]=КДЕ АПИ документација --Name[sr@ijekavian]=КДЕ АПИ документација --Name[sr@ijekavianlatin]=KDE API dokumentacija --Name[sr@latin]=KDE API dokumentacija --Name[sv]=Dokumentation av KDE:s programmeringsgränssnitt --Name[ta]=KDE API ஆவணமாக்கல் --Name[te]=KDE API పత్రికీకరణ --Name[tg]=Китобҳои KDE дар бораи API --Name[th]=เอกสารอธิบาย API ของระบบ KDE --Name[tr]=KDE API Belgeleri --Name[ug]=KDE API پۈتۈكلىرى --Name[uk]=Документація по API KDE --Name[uz]=KDE API boʻyicha qoʻllanmalar --Name[uz@cyrillic]=KDE API бўйича қўлланмалар --Name[vi]=Tài liệu về API của KDE --Name[wa]=Documintåcion di l' API di KDE --Name[x-test]=xxKDE API Documentationxx --Name[zh_CN]=KDE API 文档 --Name[zh_TW]=KDE API 文件 --Query=http://api.kde.org/classmapper.php?class=\\{@} --Query[af]=http://api.kde.org/classmapper.php?class=\\{@} --Query[ar]=http://api.kde.org/classmapper.php?class=\\{@} --Query[as]=http://api.kde.org/classmapper.php?class=\\{@} --Query[ast]=http://api.kde.org/classmapper.php?class=\\{@} --Query[be@latin]=http://api.kde.org/classmapper.php?class=\\{@} --Query[bg]=http://api.kde.org/classmapper.php?class=\\{@} --Query[bn]=http://api.kde.org/classmapper.php?class=\\{@} --Query[bn_IN]=http://api.kde.org/classmapper.php?class=\\{@} --Query[bs]=http://api.kde.org/classmapper.php?class=\\{@} --Query[ca]=http://api.kde.org/classmapper.php?class=\\{@} --Query[ca@valencia]=http://api.kde.org/classmapper.php?class=\\{@} --Query[cs]=http://api.kde.org/classmapper.php?class=\\{@} --Query[csb]=http://api.kde.org/classmapper.php?class=\\{@} --Query[da]=http://api.kde.org/classmapper.php?class=\\{@} --Query[de]=http://api.kde.org/classmapper.php?class=\\{@} --Query[el]=http://developer.kde.org/documentation/library/classmapper.php?class=\\{@} --Query[en_GB]=http://api.kde.org/classmapper.php?class=\\{@} --Query[eo]=http://api.kde.org/classmapper.php?class=\\{@} --Query[es]=http://api.kde.org/classmapper.php?class=\\{@} --Query[et]=http://api.kde.org/classmapper.php?class=\\{@} --Query[eu]=http://api.kde.org/classmapper.php?class=\\{@} --Query[fa]=http://api.kde.org/classmapper.php?class=\\{@} --Query[fi]=http://api.kde.org/classmapper.php?class=\\{@} --Query[fr]=http://api.kde.org/classmapper.php?class=\\{@} --Query[fy]=http://api.kde.org/classmapper.php?class=\\{@} --Query[ga]=http://api.kde.org/classmapper.php?class=\\{@} --Query[gl]=http://api.kde.org/classmapper.php?class=\\{@} --Query[gu]=http://api.kde.org/classmapper.php?class=\\{@} --Query[he]=http://api.kde.org/classmapper.php?class=\\{@} --Query[hi]=http://api.kde.org/classmapper.php?class=\\{@} --Query[hne]=http://api.kde.org/classmapper.php?class=\\{@} --Query[hr]=http://api.kde.org/classmapper.php?class=\\{@} --Query[hsb]=http://api.kde.org/classmapper.php?class=\\{@} --Query[hu]=http://api.kde.org/classmapper.php?class=\\{@} --Query[ia]=http://api.kde.org/classmapper.php?class=\\{@} --Query[id]=http://api.kde.org/classmapper.php?class=\\{@} --Query[is]=http://api.kde.org/classmapper.php?class=\\{@} --Query[it]=http://api.kde.org/classmapper.php?class=\\{@} --Query[ja]=http://api.kde.org/classmapper.php?class=\\{@} --Query[kk]=http://api.kde.org/classmapper.php?class=\\{@} --Query[km]=http://api.kde.org/classmapper.php?class=\\{@} --Query[kn]=http://api.kde.org/classmapper.php?class=\\{@} --Query[ko]=http://api.kde.org/classmapper.php?class=\\{@} --Query[ku]=http://api.kde.org/classmapper.php?class=\\{@} --Query[lt]=http://api.kde.org/classmapper.php?class=\\{@} --Query[lv]=http://api.kde.org/classmapper.php?class=\\{@} --Query[mai]=http://api.kde.org/classmapper.php?class=\\{@} --Query[ml]=http://api.kde.org/classmapper.php?class=\\{@} --Query[mr]=http://api.kde.org/classmapper.php?class=\\{@} --Query[nb]=http://api.kde.org/classmapper.php?class=\\{@} --Query[nds]=http://api.kde.org/classmapper.php?class=\\{@} --Query[nl]=http://api.kde.org/classmapper.php?class=\\{@} --Query[nn]=http://api.kde.org/classmapper.php?class=\\{@} --Query[or]=http://api.kde.org/classmapper.php?class=\\{@} --Query[pa]=http://api.kde.org/classmapper.php?class=\\{@} --Query[pl]=http://api.kde.org/classmapper.php?class=\\{@} --Query[pt]=http://api.kde.org/classmapper.php?class=\\{@} --Query[pt_BR]=http://api.kde.org/classmapper.php?class=\\{@} --Query[ro]=http://api.kde.org/classmapper.php?class=\\{@} --Query[ru]=http://api.kde.org/classmapper.php?class=\\{@} --Query[si]=http://api.kde.org/classmapper.php?class=\\{@} --Query[sk]=http://api.kde.org/classmapper.php?class=\\{@} --Query[sl]=http://api.kde.org/classmapper.php?class=\\{@} --Query[sr]=http://api.kde.org/classmapper.php?class=\\{@} --Query[sr@ijekavian]=http://api.kde.org/classmapper.php?class=\\{@} --Query[sr@ijekavianlatin]=http://api.kde.org/classmapper.php?class=\\{@} --Query[sr@latin]=http://api.kde.org/classmapper.php?class=\\{@} --Query[sv]=http://api.kde.org/classmapper.php?class=\\{@} --Query[ta]=http://api.kde.org/classmapper.php?class=\\{@} --Query[te]=http://api.kde.org/classmapper.php?class=\\{@} --Query[tg]=http://api.kde.org/classmapper.php?class=\\{@} --Query[th]=http://api.kde.org/classmapper.php?class=\\{@} --Query[tr]=http://api.kde.org/classmapper.php?class=\\{@} --Query[ug]=http://api.kde.org/classmapper.php?class=\\{@} --Query[uk]=http://api.kde.org/classmapper.php?class=\\{@} --Query[uz]=http://api.kde.org/classmapper.php?class=\\{@} --Query[uz@cyrillic]=http://api.kde.org/classmapper.php?class=\\{@} --Query[vi]=http://api.kde.org/classmapper.php?class=\\{@} --Query[wa]=http://api.kde.org/classmapper.php?class=\\{@} --Query[x-test]=xxhttp://api.kde.org/classmapper.php?class=\\{@}xx --Query[zh_CN]=http://api.kde.org/classmapper.php?class=\\{@} --Query[zh_TW]=http://api.kde.org/classmapper.php?class=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/kde_apps.desktop b/kurifilter-plugins/ikws/searchproviders/kde_apps.desktop -deleted file mode 100644 -index da30468..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/kde_apps.desktop -+++ /dev/null -@@ -1,184 +0,0 @@ --[Desktop Entry] --Type=Service --Name=KDE App Search --Name[af]=KDE App Soektog --Name[ar]=ابحث عن تطبيقات كدي --Name[as]=KDE App Search --Name[ast]=Gueta d'aplicaciones de KDE --Name[be]=Пошук праграмаў KDE --Name[be@latin]=Pošuk aplikacyjaŭ KDE --Name[bg]=KDE App Search --Name[bn]=কে.ডি.ই. অ্যাপলিকেশন অনুসন্ধান --Name[bn_IN]=KDE অ্যাপ্লিকেশন অনুসন্ধান --Name[bs]=KDE programi --Name[ca]=Cerca d'aplicacions KDE --Name[ca@valencia]=Cerca d'aplicacions KDE --Name[cs]=Vyhledávání KDE aplikací --Name[csb]=Szëkba programów KDE --Name[cy]=KDE App Chwilio --Name[da]=KDE Prog-søgning --Name[de]=KDE-Programmsuche --Name[el]=Αναζήτηση εφαρμογών του KDE --Name[en_GB]=KDE App Search --Name[eo]=Serĉo de aplikaĵoj de KDE --Name[es]=Búsqueda de aplicaciones de KDE --Name[et]=KDE rakenduste otsing --Name[eu]=KDEren aplikazio-bilaketa --Name[fa]=جستجوی کاربرد KDE --Name[fi]=KDE App -haku --Name[fr]=Chercher dans les applications de KDE --Name[fy]=Programma's sykje --Name[ga]=Cuardach Feidhmchláir KDE --Name[gl]=Busca de programas de KDE --Name[gu]=KDE કાર્યક્રમ શોધ --Name[he]=חיפוש יישומי KDE --Name[hi]=केडीई एप खोज --Name[hne]=केडीई एप खोज --Name[hr]=KDE pretraživanje aplikacija --Name[hsb]=KDE App Search --Name[hu]=KDE alkalmazások keresése --Name[ia]=Cerca de KDE App --Name[id]=Pencarian Aplikasi KDE --Name[is]=KDE App Search --Name[it]=Ricerca di applicazioni per KDE --Name[ja]=KDE アプリケーション検索 --Name[ka]=KDE–ს პროგრამების ძებნა --Name[kk]=KDE қолданбаларын табу --Name[km]=ការ​ស្វែងរក​កម្មវិធី​របស់ KDE --Name[kn]=ಕೆಡಿಇ ಅನ್ವಯ (ಅಪ್ಲಿಕೇಶನ್) ಶೋಧ --Name[ko]=KDE 프로그램 검색 --Name[ku]=Lêgerîna Sepanên KDE'yê --Name[lt]=KDE programų paieška --Name[lv]=KDE programmu meklēšana --Name[mai]=केडीई एप खोज --Name[mk]=Пребарување за KDE-апликации --Name[ml]=കെഡിഇയുടെ പ്രയോഗങ്ങള്‍ക്കുള്ള തെരച്ചില്‍ --Name[mr]=केडीई अनुप्रयोग शोध --Name[ms]=Carian Aplikasi KDE --Name[nb]=KDE programsøk --Name[nds]=KDE Programmsöök --Name[ne]=केडीई अनुप्रयोग खोजी --Name[nl]=Programma's zoeken --Name[nn]=KDE Programsøk --Name[or]=KDE ପ୍ରୟୋଗ ସନ୍ଧାନ --Name[pa]=KDE ਕਾਰਜ ਖੋਜ --Name[pl]=Wyszukiwanie programów KDE --Name[pt]=Pesquisa de Aplicações do KDE --Name[pt_BR]=Busca por aplicativos do KDE --Name[ro]=Căutare aplicații KDE --Name[ru]=Поиск приложений KDE --Name[se]=KDE prográmmaohci --Name[si]=KDE යෙදුම් සෙවුම --Name[sk]=Hľadanie aplikácií KDE --Name[sl]=Iskanje programov za KDE --Name[sr]=КДЕ програми --Name[sr@ijekavian]=КДЕ програми --Name[sr@ijekavianlatin]=KDE programi --Name[sr@latin]=KDE programi --Name[sv]=KDE-programsökning --Name[ta]=KDE App தேடுதல் --Name[te]=KDE App శోధన --Name[tg]=Ҷустуҷӯи барномаҳои KDE --Name[th]=ค้นหาโปรแกรม KDE --Name[tr]=KDE Uygulama Arayıcı --Name[ug]=KDE پروگرامما ئىزدە --Name[uk]=Пошук програм KDE --Name[uz]=KDE dasturlarida qidirish --Name[uz@cyrillic]=KDE дастурларида қидириш --Name[vi]=Tìm Ứng dụng KDE --Name[wa]=Programe di cweraedje di KDE --Name[xh]=Uphendlo lwe KDE App --Name[x-test]=xxKDE App Searchxx --Name[zh_CN]=KDE 应用程序搜索 --Name[zh_TW]=KDE 程式搜尋 --X-KDE-ServiceTypes=SearchProvider --Keys=apps,appsy --Query=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[af]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[ar]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[as]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[ast]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[be]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[be@latin]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[bg]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[bn]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[bn_IN]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[br]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[bs]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[ca]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[ca@valencia]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[cs]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[csb]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[da]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[de]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[el]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[en_GB]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[eo]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[es]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[et]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[eu]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[fa]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[fi]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[fr]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[fy]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[ga]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[gl]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[gu]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[he]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[hi]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[hne]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[hr]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[hsb]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[hu]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[ia]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[id]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[is]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[it]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[ja]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[ka]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[kk]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[km]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[kn]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[ko]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[ku]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[lt]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[lv]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[mai]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[ml]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[mr]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[ms]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[nb]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[nds]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[ne]=http://www.kde-apps.org/content/search.php?search=Searchname=\\{@} --Query[nl]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[nn]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[or]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[pa]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[pl]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[pt]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[pt_BR]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[ro]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[ru]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[se]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[si]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[sk]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[sl]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[sr]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[sr@ijekavian]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[sr@ijekavianlatin]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[sr@latin]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[sv]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[ta]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[te]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[tg]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[th]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[tr]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[ug]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[uk]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[uz]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[uz@cyrillic]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[vi]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[wa]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[x-test]=xxhttp://www.kde-apps.org/content/search.php?search=Search&name=\\{@}xx --Query[zh_CN]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[zh_TW]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/kde_forums.desktop b/kurifilter-plugins/ikws/searchproviders/kde_forums.desktop -deleted file mode 100644 -index 0ea9a68..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/kde_forums.desktop -+++ /dev/null -@@ -1,123 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=kdeforums,kforum,kfrm --Name=KDE Forums --Name[ar]=منتديات كدي --Name[ast]=Foros de KDE --Name[bg]=Форуми на KDE --Name[bn]=কে.ডি.ই. ফোরামসমূহ --Name[bs]=Forumi KDE‑a --Name[ca]=Forums del KDE --Name[ca@valencia]=Forums del KDE --Name[cs]=Fóra KDE --Name[da]=KDE Forums --Name[de]=KDE-Foren --Name[el]=KDE Forums --Name[en_GB]=KDE Forums --Name[eo]=Forumoj de KDE --Name[es]=Foros de KDE --Name[et]=KDE foorumid --Name[eu]=KDEren foroak --Name[fa]=انجمنهای کی‌دی‌ای --Name[fi]=KDE:n foorumit --Name[fr]=Forums de KDE --Name[ga]=Fóraim KDE --Name[gl]=Foros de KDE --Name[gu]=કેડીઈ ફોરમ્સ --Name[he]=הפורומים של KDE --Name[hi]=केडीई फोरम --Name[hr]=KDE Forumi --Name[hu]=KDE Forums --Name[ia]=Foros de KDE --Name[id]=KDE Forums --Name[is]=KDE spjallsvæði --Name[it]=Forum di KDE --Name[ja]=KDE フォーラム --Name[kk]=KDE форумдары --Name[km]=វេទិកា​របស់ KDE --Name[kn]=ಕೆಡಿಇ ಚರ್ಚಾವೇದಿಕೆ --Name[ko]=KDE 포럼 --Name[lt]=KDE Forumai --Name[lv]=KDE forumi --Name[mai]=KDE फोरम --Name[ml]=കെഡിഇ ഫോറങ്ങള്‍ --Name[mr]=केडीई फोरम्स --Name[nb]=KDE-forumer --Name[nds]=KDE-Foren --Name[nl]=KDE-forums --Name[nn]=KDE-forum --Name[pa]=KDE ਫੋਰਮ --Name[pl]=Forum KDE --Name[pt]=Fóruns do KDE --Name[pt_BR]=Fóruns do KDE --Name[ro]=Forumurile KDE --Name[ru]=Форумы KDE --Name[si]=KDE ෆෝරම් --Name[sk]=KDE fóra --Name[sl]=KDE-jevi forumi --Name[sr]=Форуми КДЕ‑а --Name[sr@ijekavian]=Форуми КДЕ‑а --Name[sr@ijekavianlatin]=Forumi KDE‑a --Name[sr@latin]=Forumi KDE‑a --Name[sv]=KDE:s forum --Name[tg]=Форумҳои KDE --Name[th]=ฟอรัมของ KDE --Name[tr]=KDE Forumları --Name[ug]=KDE مۇنبىرى --Name[uk]=Форуми KDE --Name[vi]=Diễn đàn KDE --Name[wa]=Foroms di KDE --Name[x-test]=xxKDE Forumsxx --Name[zh_CN]=KDE 社区论坛 --Name[zh_TW]=KDE 論壇 --Query=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[bg]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[bs]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[ca]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[ca@valencia]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[cs]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[da]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[de]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[el]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[es]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[eu]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[fi]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[fr]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[gl]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[hi]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[hu]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[ia]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[id]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[is]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[it]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[ja]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[kk]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[ko]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[lt]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[nb]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[nds]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[nl]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[nn]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[pa]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[pl]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[pt]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[pt_BR]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[ro]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[ru]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[sk]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[sl]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[sr]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[sr@ijekavian]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[sr@ijekavianlatin]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[sr@latin]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[sv]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[tr]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[ug]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[uk]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[wa]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[x-test]=xxhttps://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Searchxx --Query[zh_CN]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --Query[zh_TW]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/kde_look.desktop b/kurifilter-plugins/ikws/searchproviders/kde_look.desktop -deleted file mode 100644 -index d151cf4..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/kde_look.desktop -+++ /dev/null -@@ -1,144 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=kdelook,klook,kdel --Name=KDE Look --Name[ar]=موقع مظهر كدي --Name[ast]=KDE Look --Name[bg]=Изгледи за KDE --Name[bn]=কে.ডি.ই. লুক --Name[bs]=KDE‑izgled --Name[ca]=KDE Look --Name[ca@valencia]=KDE Look --Name[cs]=KDE Look --Name[da]=KDE Look --Name[de]=KDE Look --Name[el]=KDE Look --Name[en_GB]=KDE Look --Name[eo]=Aspekto de KDE --Name[es]=KDE Look --Name[et]=KDE Look --Name[eu]=KDE Look --Name[fa]=ظاهر KDE --Name[fi]=KDE Look --Name[fr]=Apparence de KDE --Name[ga]=KDE Look --Name[gl]=KDE Look --Name[gu]=કેડીઈ લૂક --Name[he]=KDE Look --Name[hi]=केडीई दिखावट --Name[hr]=KDE Look --Name[hu]=KDE Look --Name[ia]=Semblante de KDE --Name[id]=KDE Look --Name[is]=KDE útlit --Name[it]=KDE Look --Name[ja]=KDE Look --Name[kk]=KDE Look --Name[km]=រូបរាង​របស់ KDE --Name[kn]=ಕೆಡಿಇ ನೋಟ --Name[ko]=KDE Look --Name[lt]=KDE Išvaizda --Name[lv]=KDE izskats --Name[mai]=KDE लुक --Name[ml]=കെഡിഇ ലുക്ക് --Name[mr]=केडीई लूक --Name[nb]=KDE utseende --Name[nds]=KDE-Look --Name[nl]=KDE Look --Name[nn]=KDE Look --Name[pa]=KDE ਦਿੱਖ --Name[pl]=KDE Look --Name[pt]=KDE Look --Name[pt_BR]=KDE Look --Name[ro]=KDE Look --Name[ru]=KDE-Look --Name[si]=KDE පෙනුම --Name[sk]=KDE Look --Name[sl]=KDE Look --Name[sr]=КДЕ‑изглед --Name[sr@ijekavian]=КДЕ‑изглед --Name[sr@ijekavianlatin]=KDE‑izgled --Name[sr@latin]=KDE‑izgled --Name[sv]=KDE Look --Name[tg]=Намуди зоҳирии KDE --Name[th]=KDE Look --Name[tr]=KDE Look --Name[ug]=KDE Look --Name[uk]=KDE Look --Name[vi]=KDE Look --Name[wa]=KDE Look (Rivnance) --Name[x-test]=xxKDE Lookxx --Name[zh_CN]=KDE 美化资源站 --Name[zh_TW]=KDE Look --Query=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[ar]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[ast]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[bg]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[bn]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[bs]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[ca]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[ca@valencia]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[cs]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[da]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[de]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[el]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[en_GB]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[eo]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[es]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[et]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[eu]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[fa]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[fi]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[fr]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[ga]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[gl]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[gu]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[he]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[hi]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[hr]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[hu]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[ia]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[id]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[is]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[it]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[ja]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[kk]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[km]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[kn]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[ko]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[lt]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[lv]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[mai]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[ml]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[mr]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[nb]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[nds]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[nl]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[nn]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[pa]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[pl]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[pt]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[pt_BR]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[ro]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[ru]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[si]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[sk]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[sl]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[sr]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[sr@ijekavian]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[sr@ijekavianlatin]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[sr@latin]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[sv]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[tg]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[th]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[tr]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[ug]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[uk]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[vi]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[wa]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[x-test]=xxhttp://www.kde-look.org/content/search.php?search=Search&name=\\{@}xx --Query[zh_CN]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --Query[zh_TW]=http://www.kde-look.org/content/search.php?search=Search&name=\\{@} --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/kde_projects.desktop b/kurifilter-plugins/ikws/searchproviders/kde_projects.desktop -deleted file mode 100644 -index 15fa70b..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/kde_projects.desktop -+++ /dev/null -@@ -1,99 +0,0 @@ --[Desktop Entry] --Type=Service --Name=KDE Projects --Name[bg]=Проекти на KDE --Name[bs]=KDE projekti --Name[ca]=Projectes del KDE --Name[ca@valencia]=Projectes del KDE --Name[cs]=Projekty KDE --Name[da]=KDE projekter --Name[de]=KDE-Projekte --Name[el]=Έργα KDE --Name[es]=Proyectos de KDE --Name[eu]=KDE Proiektuak --Name[fi]=KDE Projects --Name[fr]=Projets de KDE --Name[gl]=Proxectos de KDE --Name[hi]=केडीई परियोजनाएँ --Name[hu]=KDE projektek --Name[ia]=Projectos de KDE --Name[id]=KDE Projects --Name[is]=KDE Verkefni --Name[it]=Progetti KDE --Name[ja]=KDE プロジェクト --Name[kk]=KDE жобалары --Name[ko]=KDE 프로젝트 --Name[nb]=KDE-prosjekter --Name[nds]=KDE-Projekten --Name[nl]=KDE-projecten --Name[nn]=KDE-prosjekt --Name[pa]=ਕੇਡੀਈ ਪਰੋਜੈਕਟ --Name[pl]=Projekty KDE --Name[pt]=Projectos do KDE --Name[pt_BR]=KDE Projects --Name[ro]=Proiecte KDE --Name[ru]=Проекты KDE --Name[sk]=KDE projekty --Name[sl]=Projekti KDE --Name[sr]=Пројекти КДЕ‑а --Name[sr@ijekavian]=Пројекти КДЕ‑а --Name[sr@ijekavianlatin]=Projekti KDE‑a --Name[sr@latin]=Projekti KDE‑a --Name[sv]=KDE-projekt --Name[tr]=KDE Projeleri --Name[ug]=ك د ئې(KDE) قۇرۇلۇشلىرى --Name[uk]=Проекти KDE --Name[wa]=KDE Projects (Pordjets) --Name[x-test]=xxKDE Projectsxx --Name[zh_CN]=KDE 项目 --Name[zh_TW]=KDE 專案 --X-KDE-ServiceTypes=SearchProvider --Keys=kp,kdeprojects --Query=https://projects.kde.org/search?projects=1&q=\\{@} --Query[bg]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[bs]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[ca]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[ca@valencia]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[cs]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[da]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[de]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[el]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[es]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[eu]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[fi]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[fr]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[gl]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[hi]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[hu]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[ia]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[id]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[is]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[it]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[ja]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[kk]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[ko]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[lt]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[nb]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[nds]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[nl]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[nn]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[pa]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[pl]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[pt]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[pt_BR]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[ro]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[ru]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[sk]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[sl]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[sr]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[sr@ijekavian]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[sr@ijekavianlatin]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[sr@latin]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[sv]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[tr]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[ug]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[uk]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[wa]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[x-test]=xxhttps://projects.kde.org/search?projects=1&q=\\{@}xx --Query[zh_CN]=https://projects.kde.org/search?projects=1&q=\\{@} --Query[zh_TW]=https://projects.kde.org/search?projects=1&q=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/kde_techbase.desktop b/kurifilter-plugins/ikws/searchproviders/kde_techbase.desktop -deleted file mode 100644 -index 475fa07..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/kde_techbase.desktop -+++ /dev/null -@@ -1,144 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=kdetechbase,techbase,tb --Name=KDE TechBase --Name[ar]=أخبار كدي --Name[ast]=KDE TechBase --Name[bg]=Техническо ръководство за KDE --Name[bn]=KDE টেক-বেস --Name[bs]=Tehbaza KDE‑a --Name[ca]=KDE TechBase --Name[ca@valencia]=KDE TechBase --Name[cs]=KDE TechBase --Name[da]=KDE TechBase --Name[de]=KDE TechBase --Name[el]=Τεχνική βάση KDE --Name[en_GB]=KDE TechBase --Name[eo]=Novaĵoj de KDE --Name[es]=KDE TechBase --Name[et]=KDE TechBase --Name[eu]=KDE TechBase --Name[fa]=اخبار KDE --Name[fi]=KDE:n TechBase --Name[fr]=Centre technique de KDE --Name[ga]=KDE TechBase --Name[gl]=KDE TechBase --Name[gu]=કેડીઈ ટેકબેઝ --Name[he]=KDE TechBase --Name[hi]=केडीई टेकभार --Name[hr]=KDE TechBase --Name[hu]=KDE TechBase --Name[ia]=KDE TechBase (Base Technic) --Name[id]=KDE TechBase --Name[is]=KDE Tæknigrunnur --Name[it]=KDE TechBase --Name[ja]=KDE TechBase --Name[kk]=KDE TechBase --Name[km]=KDE TechBase --Name[kn]=ಕೆಡಿಇ ಟೆಕ್ ಬೇಸ್ (TechBase) --Name[ko]=KDE TechBase --Name[lt]=KDE TechBase --Name[lv]=KDE TechBase --Name[mai]=केडीई टेकबेस --Name[ml]=കെഡിഇ ടെക്ക്ബേസ് --Name[mr]=केडीई टेकबेस --Name[nb]=KDE TechBase --Name[nds]=KDE-TechBase --Name[nl]=KDE TechBase --Name[nn]=KDE TechBase --Name[pa]=KDE ਟੈਕਬੇਸ --Name[pl]=KDE TechBase --Name[pt]=KDE TechBase --Name[pt_BR]=KDE TechBase --Name[ro]=KDE TechBase --Name[ru]=KDE TechBase --Name[si]=KDE තාක්ෂණික පාදම --Name[sk]=KDE TechBase --Name[sl]=KDE TechBase --Name[sr]=Техбаза КДЕ‑а --Name[sr@ijekavian]=Техбаза КДЕ‑а --Name[sr@ijekavianlatin]=Techbase KDE‑a --Name[sr@latin]=Techbase KDE‑a --Name[sv]=KDE teknikbas --Name[tg]=Маълумоти техникии KDE --Name[th]=KDE TechBase --Name[tr]=KDE TechBase --Name[ug]=KDE TechBase --Name[uk]=TechBase KDE --Name[vi]=KDE TechBase --Name[wa]=KDE TechBase (Tecnike) --Name[x-test]=xxKDE TechBasexx --Name[zh_CN]=KDE 技术信息库 --Name[zh_TW]=KDE TechBase --Query=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ar]=http://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[ast]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[bg]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[bn]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[bs]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ca]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ca@valencia]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[cs]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[da]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[de]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[el]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[en_GB]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[eo]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[es]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[et]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[eu]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[fa]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[fi]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[fr]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ga]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[gl]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[gu]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[he]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[hi]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[hr]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[hu]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ia]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[id]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[is]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[it]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ja]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[kk]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[km]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[kn]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ko]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[lt]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[lv]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[mai]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ml]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[mr]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[nb]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[nds]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[nl]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[nn]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[pa]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[pl]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[pt]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[pt_BR]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ro]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ru]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[si]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[sk]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[sl]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[sr]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[sr@ijekavian]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[sr@ijekavianlatin]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[sr@latin]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[sv]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[tg]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[th]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[tr]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ug]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[uk]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[vi]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[wa]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[x-test]=xxhttp://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Searchxx --Query[zh_CN]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[zh_TW]=http://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/kde_userbase.desktop b/kurifilter-plugins/ikws/searchproviders/kde_userbase.desktop -deleted file mode 100644 -index 5db9a01..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/kde_userbase.desktop -+++ /dev/null -@@ -1,144 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=kdeuserbase,userbase,ub --Name=KDE UserBase --Name[ar]=كتيّب كدي للمستخدمين --Name[ast]=KDE UserBase --Name[bg]=Потребителско ръководство за KDE --Name[bn]=কে.ডি.ই. ইউসার-বেস --Name[bs]=Korisnička baza KDE‑a --Name[ca]=KDE UserBase --Name[ca@valencia]=KDE UserBase --Name[cs]=KDE UserBase --Name[da]=KDE UserBase --Name[de]=KDE UserBase --Name[el]=Βάση χρηστών KDE --Name[en_GB]=KDE UserBase --Name[eo]=Manlibro por uzantoj de KDE --Name[es]=KDE UserBase --Name[et]=KDE UserBase --Name[eu]=KDE UserBase --Name[fa]=KDE UserBase --Name[fi]=KDE:n UserBase --Name[fr]=Centre pour les utilisateurs de KDE --Name[ga]=KDE UserBase --Name[gl]=KDE UserBase --Name[gu]=કેડીઈ વપરાશકર્તામાર્ગદર્શિકા --Name[he]=KDE UserBase --Name[hi]=केडीई उपयोक्ता भार --Name[hr]=KDE UserBase --Name[hu]=KDE UserBase --Name[ia]=KDE UserBase (Base de Usator) --Name[id]=KDE UserBase --Name[is]=KDE Notandagrunnur --Name[it]=KDE UserBase --Name[ja]=KDE UserBase --Name[kk]=KDE UserBase --Name[km]=KDE UserBase --Name[kn]=ಕೆಡಿಇ ಯುಸರ್ ಬೇಸ್ --Name[ko]=KDE UserBase --Name[lt]=KDE UserBase --Name[lv]=KDE UserBase --Name[mai]=केडीई प्रयोक्ता बेस --Name[ml]=കെഡിഇ യൂസര്‍ബേസ് --Name[mr]=केडीई युजरबेस --Name[nb]=Brukerbase for KDE --Name[nds]=KDE-UserBase --Name[nl]=KDE UserBase --Name[nn]=KDE UserBase --Name[pa]=KDE ਯੂਜ਼ਰਬੇਸ --Name[pl]=KDE UserBase --Name[pt]=KDE UserBase --Name[pt_BR]=KDE UserBase --Name[ro]=KDE UserBase --Name[ru]=KDE UserBase --Name[si]=KDE පරිශීලක පාදම --Name[sk]=KDE UserBase --Name[sl]=KDE UserBase --Name[sr]=Корисничка база КДЕ‑а --Name[sr@ijekavian]=Корисничка база КДЕ‑а --Name[sr@ijekavianlatin]=Korisnička baza KDE‑a --Name[sr@latin]=Korisnička baza KDE‑a --Name[sv]=KDE:s användarbas --Name[tg]=Маълумоти корбари KDE --Name[th]=KDE UserBase --Name[tr]=KDE UserBase --Name[ug]=KDE UserBase --Name[uk]=UserBase KDE --Name[vi]=KDE UserBase --Name[wa]=KDE UserBase (Uzeus) --Name[x-test]=xxKDE UserBasexx --Name[zh_CN]=KDE 用户信息库 --Name[zh_TW]=KDE UserBase --Query=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ar]=http://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[ast]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[bg]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[bn]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[bs]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ca]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ca@valencia]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[cs]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[da]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[de]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[el]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[en_GB]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[eo]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[es]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[et]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[eu]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[fa]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[fi]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[fr]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ga]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[gl]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[gu]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[he]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[hi]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[hr]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[hu]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ia]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[id]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[is]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[it]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ja]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[kk]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[km]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[kn]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ko]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[lt]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[lv]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[mai]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ml]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[mr]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[nb]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[nds]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[nl]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[nn]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[pa]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[pl]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[pt]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[pt_BR]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ro]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ru]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[si]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[sk]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[sl]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[sr]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[sr@ijekavian]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[sr@ijekavianlatin]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[sr@latin]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[sv]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[tg]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[th]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[tr]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[ug]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[uk]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[vi]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[wa]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[x-test]=xxhttp://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Searchxx --Query[zh_CN]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --Query[zh_TW]=http://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/leo.desktop b/kurifilter-plugins/ikws/searchproviders/leo.desktop -deleted file mode 100644 -index d1d11bc..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/leo.desktop -+++ /dev/null -@@ -1,184 +0,0 @@ --[Desktop Entry] --Type=Service --Name=LEO-Translate --Name[af]=LEO-Vertaal --Name[ar]=LEO-ترجم --Name[as]=LEO-Translate --Name[ast]=LEO-Translate --Name[be]=LEO-Translate --Name[be@latin]=Pierakład „LEO” --Name[bg]=LEO-превод --Name[bn]=LEO-Translate --Name[bn_IN]=LEO-Translate --Name[bs]=Leo‑prevod --Name[ca]=LEO-Translate --Name[ca@valencia]=LEO-Translate --Name[cs]=LEO-Translate --Name[csb]=LEO - dwastarnowi anielskò-miemiecczi --Name[cy]=LEO-Cyfieithu --Name[da]=LEO-Translate --Name[de]=LEO – Übersetzung --Name[el]=LEO-Translate --Name[en_GB]=LEO-Translate --Name[eo]=LEO-Tradukilo --Name[es]=LEO-Translate --Name[et]=LEO-Translate --Name[eu]=LEO itzulpenak --Name[fa]=LEO - ترجمه کردن --Name[fi]=LEO-käännös --Name[fr]=LEO-Translate --Name[fy]=LEO-oersetting (oersetting: Dûtsk-Ingelsk-Dûtsk) --Name[ga]=Aistriúchán LEO --Name[gl]=Tradución con LEO --Name[gu]=લીઓ-ટ્રાન્સલેટ --Name[he]=תרגום LEO --Name[hi]=लिओ-अनुवाद --Name[hne]=लिओ-अनुवाद --Name[hr]=LEO-Prevođenje --Name[hsb]=LEO-přełožowanje --Name[hu]=LEO-Translate --Name[ia]=LEO-Traduce --Name[id]=LEO-Translate --Name[is]=LEO-þýðandi --Name[it]=Traduzioni LEO --Name[ja]=LEO-Translate --Name[ka]=LEO-Translate --Name[kk]=LEO-аудару --Name[km]=LEO-បកប្រែ --Name[kn]=ಲಿಯೋ-ಅನುವಾದ --Name[ko]=LEO-번역 --Name[ku]=LEO-Wergerandin --Name[lt]=LEO-Translate --Name[lv]=LEO-tulkošana --Name[mai]=लिओ-अनुवाद --Name[mk]=LEO - превод --Name[ml]=ലിയോ-പരിഭാഷ --Name[mr]=लिओ-अनुवाद --Name[ms]=LEO-Terjemah --Name[nb]=LEO-oversetter --Name[nds]=LEO-Översetten --Name[ne]=LEO-अनुवाद --Name[nl]=LEO-Translate (Vertaling Duits-Engels-Duits) --Name[nn]=LEO-Translate --Name[or]=LEO-ଅନୁବାଦ --Name[pa]=LEO-ਟਰਾਂਸਲੇਟ --Name[pl]=LEO - dwustronny słownik angielsko-niemiecki --Name[pt]=LEO-Translate --Name[pt_BR]=LEO-Tradutor --Name[ro]=LEO-Translate --Name[ru]=LEO-Translate --Name[se]=LEO-Translate --Name[si]=LEO-Translate --Name[sk]=LEO-Translate --Name[sl]=LEO-Translate --Name[sr]=Лео‑превод --Name[sr@ijekavian]=Лео‑превод --Name[sr@ijekavianlatin]=Leo‑prevod --Name[sr@latin]=Leo‑prevod --Name[sv]=LEO-Translate --Name[ta]=லியோ-மொழிபெயர்ப்பு --Name[te]=LEO-అనువదించు --Name[tg]=Тарҷумаҳои LEO --Name[th]=บริการแปลภาษาของ LEO --Name[tr]=LEO-Translate --Name[ug]=LEO تەرجىمە --Name[uk]=LEO-Translate --Name[uz]=LEO tarjima --Name[uz@cyrillic]=LEO таржима --Name[vi]=Dịch bằng LEO --Name[wa]=LEO-Translate --Name[xh]=LEO-Guqulela --Name[x-test]=xxLEO-Translatexx --Name[zh_CN]=LEO-Translate --Name[zh_TW]=LEO-Translate --X-KDE-ServiceTypes=SearchProvider --Keys=leo --Query=http://dict.leo.org/?search=\\{@} --Query[af]=http://dict.leo.org/?search=\\{@} --Query[ar]=http://dict.leo.org/?search=\\{@} --Query[as]=http://dict.leo.org/?search=\\{@} --Query[ast]=http://dict.leo.org/?search=\\{@} --Query[be]=http://dict.leo.org/?search=\\{@} --Query[be@latin]=http://dict.leo.org/?search=\\{@} --Query[bg]=http://dict.leo.org/?search=\\{@} --Query[bn]=http://dict.leo.org/?search=\\{@} --Query[bn_IN]=http://dict.leo.org/?search=\\{@} --Query[br]=http://dict.leo.org/?search=\\{@} --Query[bs]=http://dict.lio.org/?search=\\{@} --Query[ca]=http://dict.leo.org/?search=\\{@} --Query[ca@valencia]=http://dict.leo.org/?search=\\{@} --Query[cs]=http://dict.leo.org/?search=\\{@} --Query[csb]=http://dict.leo.org/?search=\\{@} --Query[da]=http://dict.leo.org/?search=\\{@} --Query[de]=http://dict.leo.org/?search=\\{@} --Query[el]=http://dict.leo.org/?search=\\{@} --Query[en_GB]=http://dict.leo.org/?search=\\{@} --Query[eo]=http://dict.leo.org/?search=\\{@} --Query[es]=http://dict.leo.org/?search=\\{@} --Query[et]=http://dict.leo.org/?search=\\{@} --Query[eu]=http://dict.leo.org/?search=\\{@} --Query[fa]=http://dict.leo.org/?search=\\{@} --Query[fi]=http://dict.leo.org/?search=\\{@} --Query[fr]=http://dict.leo.org/?search=\\{@} --Query[fy]=http://dict.leo.org/?search=\\{@} --Query[ga]=http://dict.leo.org/?search=\\{@} --Query[gl]=http://dict.leo.org/?search=\\{@} --Query[gu]=http://dict.leo.org/?search=\\{@} --Query[he]=http://dict.leo.org/?search=\\{@} --Query[hi]=http://dict.leo.org/?search=\\{@} --Query[hne]=http://dict.leo.org/?search=\\{@} --Query[hr]=http://dict.leo.org/?search=\\{@} --Query[hsb]=http://dict.leo.org/?search=\\{@} --Query[hu]=http://dict.leo.org/?search=\\{@} --Query[ia]=http://dict.leo.org/?search=\\{@} --Query[id]=http://dict.leo.org/?search=\\{@} --Query[is]=http://dict.leo.org/?search=\\{@} --Query[it]=http://dict.leo.org/?search=\\{@} --Query[ja]=http://dict.leo.org/?search=\\{@} --Query[ka]=http://dict.leo.org/?search=\\{@} --Query[kk]=http://dict.leo.org/?search=\\{@} --Query[km]=http://dict.leo.org/?search=\\{@} --Query[kn]=http://dict.leo.org/?search=\\{@} --Query[ko]=http://dict.leo.org/?search=\\{@} --Query[ku]=http://dict.leo.org/?search=\\{@} --Query[lt]=http://dict.leo.org/?search=\\{@} --Query[lv]=http://dict.leo.org/?search=\\{@} --Query[mai]=http://dict.leo.org/?search=\\{@} --Query[ml]=http://dict.leo.org/?search=\\{@} --Query[mr]=http://dict.leo.org/?search=\\{@} --Query[ms]=http://dict.leo.org/?search=\\{@} --Query[nb]=http://dict.leo.org/?search=\\{@} --Query[nds]=http://dict.leo.org/?search=\\{@} --Query[ne]=http://dict.leo.org/?search=\\{@} --Query[nl]=http://dict.leo.org/?search=\\{@} --Query[nn]=http://dict.leo.org/?search=\\{@} --Query[or]=http://dict.leo.org/?search=\\{@} --Query[pa]=http://dict.leo.org/?search=\\{@} --Query[pl]=http://dict.leo.org/?search=\\{@} --Query[pt]=http://dict.leo.org/?search=\\{@} --Query[pt_BR]=http://dict.leo.org/?search=\\{@} --Query[ro]=http://dict.leo.org/?search=\\{@} --Query[ru]=http://dict.leo.org/?search=\\{@} --Query[se]=http://dict.leo.org/?search=\\{@} --Query[si]=http://dict.leo.org/?search=\\{@} --Query[sk]=http://dict.leo.org/?search=\\{@} --Query[sl]=http://dict.leo.org/?search=\\{@} --Query[sr]=http://dict.leo.org/?search=\\{@} --Query[sr@ijekavian]=http://dict.leo.org/?search=\\{@} --Query[sr@ijekavianlatin]=http://dict.leo.org/?search=\\{@} --Query[sr@latin]=http://dict.leo.org/?search=\\{@} --Query[sv]=http://dict.leo.org/?search=\\{@} --Query[ta]=http://dict.leo.org/?search=\\{@} --Query[te]=http://dict.leo.org/?search=\\{@} --Query[tg]=http://dict.leo.org/?search=\\{@} --Query[th]=http://dict.leo.org/?search=\\{@} --Query[tr]=http://dict.leo.org/?search=\\{@} --Query[ug]=http://dict.leo.org/?search=\\{@} --Query[uk]=http://dict.leo.org/?search=\\{@} --Query[uz]=http://dict.leo.org/?search=\\{@} --Query[uz@cyrillic]=http://dict.leo.org/?search=\\{@} --Query[vi]=http://dict.leo.org/?search=\\{@} --Query[wa]=http://dict.leo.org/?search=\\{@} --Query[x-test]=xxhttp://dict.leo.org/?search=\\{@}xx --Query[zh_CN]=http://dict.leo.org/?search=\\{@} --Query[zh_TW]=http://dict.leo.org/?search=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/magnatune.desktop b/kurifilter-plugins/ikws/searchproviders/magnatune.desktop -deleted file mode 100644 -index bef9e33..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/magnatune.desktop -+++ /dev/null -@@ -1,144 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=magnatune,mt --Name=Magnatune --Name[ar]=Magnatune --Name[ast]=Magnatune --Name[bg]=Magnatune --Name[bn]=ম্যাগনা-টিউন --Name[bs]=Magnatjun --Name[ca]=Magnatune --Name[ca@valencia]=Magnatune --Name[cs]=Magnatune --Name[da]=Magnatune --Name[de]=Magnatune --Name[el]=Magnatune --Name[en_GB]=Magnatune --Name[eo]=Magnatune --Name[es]=Magnatune --Name[et]=Magnatune --Name[eu]=Magnatune --Name[fa]=Magnatune --Name[fi]=Magnatune --Name[fr]=Magnatune --Name[ga]=Magnatune --Name[gl]=Magnatune --Name[gu]=મેગ્નાટ્યુન --Name[he]=Magnatune --Name[hi]=मेग्नाट्यून --Name[hr]=Magnatune --Name[hu]=Magnatune --Name[ia]=Magnatune --Name[id]=Magnatune --Name[is]=Magnatune --Name[it]=Magnatune --Name[ja]=Magnatune --Name[kk]=Magnatune --Name[km]=Magnatune --Name[kn]=ಮ್ಯಾಗ್ನಾಟ್ಯುನ್ --Name[ko]=Magnatune --Name[lt]=Magnatune --Name[lv]=Magnatune --Name[mai]=Magnatune --Name[ml]=മാഗ്നാട്യൂണ്‍ --Name[mr]=मेग्नाट्युन --Name[nb]=Magnatune --Name[nds]=Magnatune --Name[nl]=Magnatune --Name[nn]=Magnatune --Name[pa]=ਮੰਗਨਟੋਨ --Name[pl]=Magnatune --Name[pt]=Magnatune --Name[pt_BR]=Magnatune --Name[ro]=Magnatune --Name[ru]=Magnatune --Name[si]=Magnatune --Name[sk]=Magnatune --Name[sl]=Magnatune --Name[sr]=Магнатјун --Name[sr@ijekavian]=Магнатјун --Name[sr@ijekavianlatin]=Magnatune --Name[sr@latin]=Magnatune --Name[sv]=Magnatune --Name[tg]=Magnatune --Name[th]=Magnatune --Name[tr]=Magnatune --Name[ug]=Magnatune --Name[uk]=Magnatune --Name[vi]=Magnatune --Name[wa]=Magnatune --Name[x-test]=xxMagnatunexx --Name[zh_CN]=Magnatune --Name[zh_TW]=Magnatune --Query=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[ar]=http://info.alexa.com/search?q=\\{@} --Query[ast]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[bg]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[bn]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[bs]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[ca]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[ca@valencia]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[cs]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[da]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[de]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[el]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[en_GB]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[eo]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[es]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[et]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[eu]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[fa]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[fi]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[fr]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[ga]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[gl]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[gu]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[he]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[hi]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[hr]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[hu]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[ia]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[id]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[is]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[it]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[ja]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[kk]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[km]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[kn]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[ko]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[lt]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[lv]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[mai]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[ml]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[mr]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[nb]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[nds]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[nl]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[nn]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[pa]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[pl]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[pt]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[pt_BR]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[ro]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[ru]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[si]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[sk]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[sl]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[sr]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[sr@ijekavian]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[sr@ijekavianlatin]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[sr@latin]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[sv]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[tg]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[th]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[tr]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[ug]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[uk]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[vi]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[wa]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[x-test]=xxhttp://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0xx --Query[zh_CN]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --Query[zh_TW]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/metacrawler.desktop b/kurifilter-plugins/ikws/searchproviders/metacrawler.desktop -deleted file mode 100644 -index a9d5979..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/metacrawler.desktop -+++ /dev/null -@@ -1,144 +0,0 @@ --[Desktop Entry] --Type=Service --Name=MetaCrawler --Name[af]=Metacrawler --Name[ar]=محرك البحث MetaCrawler --Name[as]=MetaCrawler --Name[ast]=MetaCrawler --Name[be]=MetaCrawler --Name[be@latin]=MetaCrawler --Name[bg]=MetaCrawler --Name[bn]=মেটা-ক্রলার --Name[bn_IN]=MetaCrawler --Name[br]=MetaCrawler --Name[bs]=Metakrouler --Name[ca]=MetaCrawler --Name[ca@valencia]=MetaCrawler --Name[cs]=MetaCrawler --Name[csb]=MetaCrawler - szëkôrz starnów WWW --Name[cy]=MetaCrawler --Name[da]=MetaCrawler --Name[de]=MetaCrawler --Name[el]=MetaCrawler --Name[en_GB]=MetaCrawler --Name[eo]=MetaCrawler --Name[es]=MetaCrawler --Name[et]=MetaCrawler --Name[eu]=MetaCrawler --Name[fa]=MetaCrawler --Name[fi]=MetaCrawler --Name[fr]=MetaCrawler --Name[fy]=MetaCrawler --Name[ga]=MetaCrawler --Name[gl]=MetaCrawler --Name[gu]=મેટાક્રાઉલર --Name[he]=MetaCrawler --Name[hi]=मेटा-क्राउलर --Name[hne]=मेटा-क्राउलर --Name[hr]=MetaCrawler --Name[hsb]=MetaCrawler --Name[hu]=MetaCrawler --Name[ia]=MetaCrawler --Name[id]=MetaCrawler --Name[is]=MetaCrawler --Name[it]=MetaCrawler --Name[ja]=MetaCrawler --Name[ka]=MetaCrawler --Name[kk]=MetaCrawler --Name[km]=MetaCrawler --Name[kn]=ಮೆಟಾ ಕ್ರಾಲರ್ --Name[ko]=MetaCrawler --Name[ku]=MetaCrawler --Name[lt]=MetaCrawler --Name[lv]=MetaCrawler --Name[mai]=मेटा-क्राउलर --Name[mk]=MetaCrawler --Name[ml]=മെറ്റാക്രോളര്‍ --Name[mr]=मेटा क्राउलर --Name[ms]=MetaCrawler --Name[nb]=MetaCrawler --Name[nds]=MetaCrawler --Name[ne]=मेटा क्रवलर --Name[nl]=MetaCrawler --Name[nn]=MetaCrawler --Name[or]=MetaCrawler --Name[pa]=ਮੈਟਾਕਰਾਵਲੀਰ --Name[pl]=MetaCrawler - wyszukiwarka stron WWW --Name[pt]=MetaCrawler --Name[pt_BR]=MetaCrawler --Name[ro]=MetaCrawler --Name[ru]=MetaCrawler --Name[se]=MetaCrawler --Name[si]=MetaCrawler --Name[sk]=MetaCrawler --Name[sl]=MetaCrawler --Name[sr]=Метакроулер --Name[sr@ijekavian]=Метакроулер --Name[sr@ijekavianlatin]=Metakrouler --Name[sr@latin]=Metakrouler --Name[sv]=MetaCrawler --Name[ta]=மெடா க்ராவ்லெர் --Name[te]=మెటా క్రాలర్ --Name[tg]=MetaCrawler --Name[th]=บริการ MetaCrawler --Name[tr]=MetaCrawler --Name[ug]=MetaCrawler --Name[uk]=MetaCrawler --Name[uz]=MetaCrawler --Name[uz@cyrillic]=MetaCrawler --Name[vi]=MetaCrawler --Name[wa]=MetaCrawler --Name[xh]=MetaCrawler --Name[x-test]=xxMetaCrawlerxx --Name[zh_CN]=MetaCrawler --Name[zh_TW]=MetaCrawler --X-KDE-ServiceTypes=SearchProvider --Keys=mc,meta,metacrawler --Query=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[bg]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[bs]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[ca]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[ca@valencia]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[cs]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[da]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[de]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[el]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[es]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[eu]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[fi]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[fr]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[gl]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[hi]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[hu]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[ia]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[id]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[is]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[it]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[ja]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[kk]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[ko]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[lt]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[nb]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[nds]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[nl]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[nn]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[pa]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[pl]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[pt]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[pt_BR]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[ro]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[ru]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[sk]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[sl]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[sr]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[sr@ijekavian]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[sr@ijekavianlatin]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[sr@latin]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[sv]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[tr]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[ug]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[uk]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[wa]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[x-test]=xxhttp://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@}xx --Query[zh_CN]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} --Query[zh_TW]=http://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/msdn.desktop b/kurifilter-plugins/ikws/searchproviders/msdn.desktop -deleted file mode 100644 -index b7ebc7e..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/msdn.desktop -+++ /dev/null -@@ -1,142 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Microsoft Developer Network Search --Name[af]=Microsoft Developer Network Soektog --Name[ar]=بحث شبكة مايكروسوفت للمطورين --Name[as]=Microsoft Developer Network Search --Name[ast]=Rede de gueta del desendolcador de Microsoft --Name[be]=Пошук у сетцы для распрацоўшчыкаў Microsoft --Name[be@latin]=Pošuk „Microsoft Developer Network” --Name[bg]=Търсене в Microsoft Developer Network --Name[bn]=মাইক্রোসফট ডেভেলপার নেটওয়ার্ক অনুসন্ধান --Name[bn_IN]=Microsoft Developer Network Search --Name[bs]=Maicrosoftova razvojna mreža (MSDN) --Name[ca]=Xarxa de cerca del desenvolupador de Microsoft --Name[ca@valencia]=Xarxa de cerca del desenvolupador de Microsoft --Name[cs]=Vyhledávání v Microsoft Developer Network --Name[csb]=MSDN - dostónczi dlô programistów --Name[cy]=Chwilio Rhwydwaith Datblygwyr Microsoft --Name[da]=Søgning i Microsoft Developer Network --Name[de]=Suche im Microsoft Developer Network --Name[el]=Microsoft - δικτυακή αναζήτηση προγραμματιστή --Name[en_GB]=Microsoft Developer Network Search --Name[eo]=Reta serĉo por programistoj de Mikrosofto --Name[es]=Red de búsqueda del desarrollador de Microsoft --Name[et]=Microsoft Developer Network otsing --Name[eu]=Microsoft Developer Network-eko bilaketa --Name[fa]=جستجوی شبکه توسعه‌دهنده مایکروسافت --Name[fi]=Microsoft Developer Network -haku --Name[fr]=Recherche sur le réseau des développeurs Microsoft --Name[fy]=Microsoft Developer Network Search --Name[ga]=Cuardach Microsoft Developer Network --Name[gl]=Busca na rede de desenvolventes de Microsoft --Name[gu]=માઇક્રોસોફ્ટ ડેવલોપર નેટવર્ક શોધ --Name[he]=חיפוש ב־Microsoft Developer Network --Name[hi]=माइक्रोसॉफ्ट डेवलपर नेटवर्क खोज --Name[hne]=माइक्रोसाफ्ट डेवलपर नेटवर्क खोज --Name[hr]=Microsoft Developer Network pretraga --Name[hsb]=Microsoft Developer Network Search --Name[hu]=Microsoft Developer Network Search --Name[ia]=Microsoft Developer Network Search --Name[id]=Pencarian Jaringan Pengembang Microsoft --Name[is]=Microsoft Developer Network leit --Name[it]=Ricerca su Microsoft Developer Network --Name[ja]=Microsoft Developer Network 検索 --Name[kk]=Microsoft Developer Network-те іздеу --Name[km]=ស្វែងរក​តាម​រយៈ​បណ្ដាញ​អ្នក​អភិវឌ្ឍន៍​ម៉ៃក្រូសូហ្វ (Microsoft) --Name[kn]=ಮೈಕ್ರೋಸಾಫ್ಟ್ ವಿಕಸನ ಜಾಲ ಹುಡುಕಾಟ --Name[ko]=Microsoft Developer Network 검색 --Name[ku]=Lêgerîna Torê a Pêşdebirên Microsoftê --Name[lt]=Microsoft Developer Network Paieška --Name[lv]=Meklēt Microsoft izstrādātāju tīklā --Name[mai]=माइक्रोसाफ्ट डेवलपर नेटवर्क खोज --Name[mk]=Microsoft Developer Network Search --Name[ml]=മൈക്രോസോഫ്റ്റ് ഡെവലപ്പര്‍ നെറ്റ്‌വര്‍ക്കില്‍ തെരയുക --Name[mr]=माइक्रोसॉफ्ट डेवलपर संजाळ शोध --Name[ms]=Carian Rangkaian Pembangun Microsoft --Name[nb]=Microsoft Developer Network-søk --Name[nds]=Microsoft Developer Network Search --Name[ne]=माइक्रोसफ्ट विकासकर्ता सञ्जाल खोज्नुहोस् --Name[nl]=Microsoft Developer Network Search --Name[nn]=Microsoft Developer Network-søk --Name[or]=Microsoft ବିକାଶକାରୀ ନେଟୱର୍କ ସନ୍ଧାନ --Name[pa]=ਮਾਈਕਰੋਸਾਫਟ ਖੋਜੀ ਨੈੱਟਵਰਕ ਖੋਜ --Name[pl]=MSDN - zasoby dla programistów --Name[pt]=Pesquisa na Microsoft Developer Network --Name[pt_BR]=Busca no Microsoft Developer Network --Name[ro]=Căutare în Microsoft Developer Network --Name[ru]=Поиск в Microsoft Developer Network --Name[se]=Oza Microsoft Developer Network báikkis --Name[si]=Microsoft සංවර්ධක ජාල සෙවුම --Name[sk]=Hľadanie v Microsoft Developer Network --Name[sl]=Iskalnik po razvijalnem omrežju Microsofta --Name[sr]=Мајкрософтова развојна мрежа (МСДН) --Name[sr@ijekavian]=Мајкрософтова развојна мрежа (МСДН) --Name[sr@ijekavianlatin]=Majkrosoftova razvojna mreža (MSDN) --Name[sr@latin]=Majkrosoftova razvojna mreža (MSDN) --Name[sv]=Sökning i Microsoft Developer Network --Name[ta]=மைக்ரோசாப்ட் டெவலப்பர் வலைத்தள தேடுதல் --Name[te]=Microsoft Developer Network శోధన --Name[tg]=Шабакаи ҷустуҷӯи тараққиёти Microsoft --Name[th]=เครื่องมือค้นหาเกี่ยวกับเครือข่ายผู้พัฒนาของไมโครซอฟต์ --Name[tr]=Microsoft Developer Network Tarayıcı --Name[ug]=مىكروسوفت ئىجادكارلار تورىدىن ئىزدە --Name[uk]=Пошук в Microsoft Developer Network --Name[uz]=Microsoft Developer Network'da qidirish --Name[uz@cyrillic]=Microsoft Developer Network'да қидириш --Name[vi]=Tìm kiếm qua Mạng Nhà phát triển Microsoft --Name[wa]=Cweraedje del rantoele des programeus Microsoft --Name[xh]=Uphendlo Womsebenzi womnatha Wombhekisi phambili we Microsoft --Name[x-test]=xxMicrosoft Developer Network Searchxx --Name[zh_CN]=MSDN 微软开发者网络搜索 --Name[zh_TW]=微軟開發者網路搜尋 --X-KDE-ServiceTypes=SearchProvider --Keys=msdn --Query=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[bg]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[bs]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[ca]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[ca@valencia]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[cs]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[da]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[de]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[el]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[es]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[eu]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[fi]=https://social.msdn.microsoft.com/Search/fi-FI?query=\\{@} --Query[fr]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[gl]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[hi]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[hu]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[ia]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[id]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[is]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[it]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[ja]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[kk]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[ko]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[lt]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[nb]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[nds]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[nl]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[nn]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[pa]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[pl]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[pt]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[pt_BR]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[ro]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[ru]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[sk]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[sl]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[sr]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[sr@ijekavian]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[sr@ijekavianlatin]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[sr@latin]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[sv]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[tr]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[ug]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[uk]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[wa]=https://social.msdn.microsoft.com/Search/fr-BE?query=\\{@} --Query[x-test]=xxhttps://social.msdn.microsoft.com/Search/en-US?query=\\{@}xx --Query[zh_CN]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} --Query[zh_TW]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/multitran-deru.desktop b/kurifilter-plugins/ikws/searchproviders/multitran-deru.desktop -deleted file mode 100644 -index e7a055c..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/multitran-deru.desktop -+++ /dev/null -@@ -1,171 +0,0 @@ --[Desktop Entry] --Charset=cp 1251 --Type=Service --Name=Multitran - Translate Between German and Russian --Name[af]=Multitran - Vertaal tussen Duits en Russies --Name[ar]=المترجم المتعدد بين ألالماني و الروسية --Name[as]=Multitran - জাৰ্মান আৰু ৰুচীয় ভাষাৰ মাজত অনুবাদ --Name[ast]=Multitran - Torna ente alemán y rusu --Name[be@latin]=Pierakład „Multitran”: niamieckaja ➙ rasiejskaja --Name[bg]=Multitran - превод между немски и руски --Name[bn]=মাল্টিট্র্যান - জার্মান থেকে রুশ বা রুশ থেকে জার্মান-এ অনুবাদ করুন --Name[bn_IN]=Multitran - জার্মান ও রাশিয়ানের মধ্যে অনুবাদ করুন --Name[bs]=Multitran: sa nemačkog na ruski --Name[ca]=Multitran - Tradueix entre alemany i rus --Name[ca@valencia]=Multitran - Tradueix entre alemany i rus --Name[cs]=Multitran - překlad mezi němčinou a ruštinou --Name[csb]=Multitran - dolmaczenié: miemiecczi ë rusczi --Name[da]=Multitran - oversæt mellem tysk og russisk --Name[de]=Multitran – Übersetzung: Deutsch/Russisch --Name[el]=Multitran - Μετάφραση μεταξύ Γερμανικών και Ρωσικών --Name[en_GB]=Multitran - Translate Between German and Russian --Name[eo]=Multitran - Traduko inter la germana kaj la rusa --Name[es]=Multitran - Traducción entre alemán y ruso --Name[et]=Multitran - tõlkimine: saksa-vene --Name[eu]=Multitran alemanetik errusierarako itzulpenak --Name[fa]=Multitran - ترجمه بین آلمانی و روسی --Name[fi]=Multitran – käännä saksasta venäjään --Name[fr]=Multitran - Traduction allemand - russe --Name[fy]=Multitran - Oersetting tusken Dútsk en Russysk --Name[ga]=Multitran - Aistriúchán idir Gearmáinis agus Rúisis --Name[gl]=Multitran, tradución entre alemán e ruso --Name[gu]=મલ્ટિટ્રાન - જર્મન અને રશિયન વચ્ચેનું ભાષાંતર --Name[he]=‏Multitran - תרגום בין גרמנית ורוסית --Name[hi]=मल्टीट्रान - जर्मनी तथा रूसी के बीच अनुवाद --Name[hne]=मल्टीट्रान - जर्मनी अउ रूसी के बीच अनुवाद --Name[hr]=Multitran – Prevođenje između njemačkog i ruskog --Name[hsb]=Multitran - přełožowanje z němčiny a rušćiny --Name[hu]=Multitran - Fordítás németről oroszra (mindkét irányban) --Name[ia]=Multitran - Traduce Inter Germano e Russo --Name[id]=Multitran - Penerjemahan Antara Bahasa Jerman dan Rusia --Name[is]=Multitran - Þýða á milli þýsku og rússnesku --Name[it]=Multitran - Traduzioni tra tedesco e russo --Name[ja]=Multitran - ドイツ語-ロシア語間の翻訳 --Name[kk]=Multitran - Неміс және орыс тілдер арасында аудару --Name[km]=Multitran - បកប្រែ​​រវាង​​ភាសា​អាល្លឺម៉ង់​ និង​រុស្ស៊ី --Name[kn]=ಮಲ್ಟಿಟ್ರಾನ್-ಜರ್ಮನ್ ಮತ್ತು ರಷ್ಯನ್ ನಡುವೆ ಅನುವಾದಿಸು --Name[ko]=Multitran - 독일어와 러시아어 사이 번역 --Name[ku]=Multîtran - Wergerandina Di Navbera Almanî û Rûsî de --Name[lt]=Multitran – versti iš vokiečių į rusų ir atvirkščiai --Name[lv]=Multitran - tulkot no Vācu uz Krievu --Name[mai]=Multitran - Translate Between German and Russian --Name[mk]=Multitran - превод меѓу германски и руски --Name[ml]=മള്‍ട്ടിട്രാന്‍ - ജര്‍മനും റഷ്യനും തമ്മില്‍ പരിഭാഷപ്പെടുത്തുക --Name[mr]=मल्टिट्रान - जर्मन व रशियन भाषांतर करा --Name[nb]=Multitran – Oversett mellom tysk og russisk --Name[nds]=Multitran - Översetten twischen Hoochdüütsch un Russ'sch --Name[nl]=Multitran - vertaal van Duits naar Russisch --Name[nn]=Multitran – Omsetjing mellom tysk og russisk --Name[or]=Multitran - ଜର୍ମାନ ଏବଂ ରୁଷିଆନ ମଧ୍ଯରେ ଅନୁବାଦ କରେ --Name[pa]=ਮਲਟੀ-ਟਰਾਂਸ - ਜਰਮਨ ਅਤੇ ਰੂਸੀ ਵਿੱਚ ਟਰਾਂਸਲੇਸ਼ਨ --Name[pl]=Multitran - tłumaczenie między niemieckim a rosyjskim --Name[pt]=Multitran - Traduzir Entre Alemão e Russo --Name[pt_BR]=Multitran - Traduzir de alemão para russo --Name[ro]=Multitran - Traduce între germană și rusă --Name[ru]=Multitran: немецко-русский перевод --Name[si]=Multitran - ජර්මන් හා රුසියානු බස අතර පරිවර්ථනය කරයි --Name[sk]=Multitran - Preklad medzi nemčinou a ruštinou --Name[sl]=Multitran - Prevod med nemščino in ruščino --Name[sr]=Мултитран: са немачког на руски --Name[sr@ijekavian]=Мултитран: са немачког на руски --Name[sr@ijekavianlatin]=Multitran: sa nemačkog na ruski --Name[sr@latin]=Multitran: sa nemačkog na ruski --Name[sv]=Multitran - översätt mellan tyska och ryska --Name[ta]=Multitran - ஜெர்மன் மற்றும் ரஷ்ய மொழிகளுக்கிடையே மொழிபெயர்ப்பு --Name[te]=Multitran - జెర్మన్ మరియు రష్యన్ మద్య అనువదించు --Name[tg]=Multitran - Тарҷумаҳои байни немисӣ ва русӣ --Name[th]=บริการ Multitran - แปลความหมายระหว่างภาษาเยอรมันและภาษารัสเซีย --Name[tr]=Multitran - Almancadan Rusçaya Çeviri --Name[ug]=Multitran - گېرمانچە بىلەن رۇسچە ئارىسىدا تەرجىمە --Name[uk]=Multitran — переклад з німецької російською --Name[uz]=Multitran - Nemischadan Ruschaga tarjima --Name[uz@cyrillic]=Multitran - Немисчадан Русчага таржима --Name[vi]=Multitran - Dịch giữa tiếng Đức và tiếng Nga --Name[wa]=Multitran - Ratoûne inte l' Almand eyet l' Russe --Name[x-test]=xxMultitran - Translate Between German and Russianxx --Name[zh_CN]=Multitran - 在德语和俄语之间互译 --Name[zh_TW]=Multitran - 翻譯德語和俄語 --X-KDE-ServiceTypes=SearchProvider --Keys=mt,mtde --Query=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[ar]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[as]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[ast]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[be@latin]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[bg]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[bn]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[bn_IN]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[bs]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[ca]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[ca@valencia]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[cs]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[csb]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[da]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[de]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[el]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[en_GB]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[eo]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[es]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[et]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[eu]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[fa]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[fi]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[fr]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[fy]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[ga]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[gl]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[gu]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[he]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[hi]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[hne]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[hr]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[hsb]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[hu]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[ia]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[id]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[is]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[it]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[ja]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[kk]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[km]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[kn]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[ko]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[ku]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[lt]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[lv]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[mai]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[ml]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[mr]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[nb]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[nds]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[nl]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[nn]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[or]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[pa]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[pl]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[pt]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[pt_BR]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[ro]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[ru]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[si]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[sk]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[sl]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[sr]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[sr@ijekavian]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[sr@ijekavianlatin]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[sr@latin]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[sv]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[ta]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[te]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[tg]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[th]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[tr]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[ug]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[uk]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[uz]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[uz@cyrillic]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[vi]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[wa]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[x-test]=xxhttp://multitran.ru/c/m.exe?l1=3&s=\\{@}xx --Query[zh_CN]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} --Query[zh_TW]=http://multitran.ru/c/m.exe?l1=3&s=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/multitran-enru.desktop b/kurifilter-plugins/ikws/searchproviders/multitran-enru.desktop -deleted file mode 100644 -index bc13629..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/multitran-enru.desktop -+++ /dev/null -@@ -1,171 +0,0 @@ --[Desktop Entry] --Charset=cp 1251 --Type=Service --Name=Multitran - Translate Between English and Russian --Name[af]=Multitran - Vertaal tussen Engels en Russies --Name[ar]=المترجم المتعدد بين الانجليزية و الروسية --Name[as]=Multitran - ইংৰাজী আৰু ৰুচীয় ভাষাৰ মাজত অনুবাদ --Name[ast]=Multitran - Torna ente inglés y rusu --Name[be@latin]=Pierakład „Multitran”: anhielskaja ➙ rasiejskaja --Name[bg]=Multitran - превод между английски и руски --Name[bn]=মাল্টিট্র্যান - ইংরিজি থেকে রুশ বা রুশ থেকে ইংরিজিতে অনুবাদ করুন --Name[bn_IN]=Multitran - ইংরাজি ও রাশিয়ানের মধ্যে অনুবাদ করুন --Name[bs]=Multitran: sa engleskog na ruski --Name[ca]=Multitran - Tradueix entre anglès i rus --Name[ca@valencia]=Multitran - Tradueix entre anglés i rus --Name[cs]=Multitran - překlad mezi angličtinou a ruštinou --Name[csb]=Multitran - dolmaczenié: anielsczi ë rusczi --Name[da]=Multitran - oversæt mellem engelsk og russisk --Name[de]=Multitran – Übersetzung: Englisch/Russisch --Name[el]=Multitran - Μετάφραση μεταξύ Γαλλικών και Ρωσικών --Name[en_GB]=Multitran - Translate Between English and Russian --Name[eo]=Multitran - Traduko inter la angla kaj la rusa --Name[es]=Multitran - Traducción entre inglés y ruso --Name[et]=Multitran - tõlkimine: inglise-vene --Name[eu]=Multitran ingelesetik errusierarako itzulpenak --Name[fa]=Multitran - Translate Between English and Russian --Name[fi]=Multitran – käännä englannista venäjään --Name[fr]=Multitran - Traduction anglais - russe --Name[fy]=Multitran - Oersetting tusken Ingelsk en Russysk --Name[ga]=Multitran - Aistriúchán idir Béarla agus Rúisis --Name[gl]=Multitran, tradución entre inglés e ruso --Name[gu]=મલ્ટિટ્રાન - અંગ્રેજી અને રશિયન વચ્ચેનું ભાષાંતર --Name[he]=‏Multitran - תרגום בין אנגלית ורוסית --Name[hi]=मल्टीट्रान - रूसी तथा अंग्रेज़ी के बीच अनुवाद --Name[hne]=मल्टीट्रान - अंग्रेजी अउ रूसी के बीच अनुवाद --Name[hr]=Multitran – Prevođenje između engleskog i ruskog --Name[hsb]=Multitran - přełožowanje z jendźelšćiny a rušćiny --Name[hu]=Multitran - Fordítás angolról oroszra (mindkét irányban) --Name[ia]=Multitran - Traduce Inter Anglese e Russo --Name[id]=Multitran - Penerjemahan Antara Bahasa Inggris dan Rusia --Name[is]=Multitran - Þýða á milli ensku og rússnesku --Name[it]=Multitran - Traduzioni tra inglese e russo --Name[ja]=Multitran - 英語-ロシア語間の翻訳 --Name[kk]=LEO - ағылшын және орыс тілдер арасында аудару --Name[km]=Multitran - បក​ប្រែ​រវាង​ភាសា​អង់គ្លេស និង​រុស្ស៊ី --Name[kn]=ಮಲ್ಟಿಟ್ರಾನ್-ಇಂಗ್ಲೀಷ್ ಮತ್ತು ರಷ್ಯನ್ ಗಳ ನಡುವೆ ಅನುವಾದಿಸು --Name[ko]=Multitran - 영어와 러시아어 사이 번역 --Name[ku]=Multîtran - Wergerandina Di Navbera Îngilîzî û Rûsî de --Name[lt]=Multitran – versti iš anglų į rusų ir atvirkščiai --Name[lv]=Multitran - tulkot no Angļu uz Krievu --Name[mai]=Multitran - Translate Between English and Russian --Name[mk]=Multitran - превод меѓу англиски и руски --Name[ml]=മള്‍ട്ടിട്രാന്‍ - ഇംഗ്ലീഷും റഷ്യനും തമ്മില്‍ പരിഭാഷപ്പെടുത്തുക --Name[mr]=मल्टिट्रान - इंग्रजी व रशियन भाषांतर करा --Name[nb]=Multitran – Oversett mellom engelsk og russisk --Name[nds]=Multitran - Översetten twischen Engelsch un Russ'sch --Name[nl]=Multitran - vertaal van Engels naar Russisch --Name[nn]=Multitran – Omsetjing mellom engelsk og russisk --Name[or]=Multitran - ଇରାଜୀ ଏବଂ ରୁସିଆନ ମଧ୍ଯରେ ଅନୁବାଦ କରନ୍ତୁ --Name[pa]=ਮਲਟੀ-ਟਰਾਂਸ - ਅੰਗਰੇਜ਼ੀ ਤੇ ਰੂਸੀ ਵਿੱਚ ਟਰਾਂਸਲੇਸ਼ਨ --Name[pl]=Multitran - tłumaczenie między angielskim i rosyjskim --Name[pt]=Multitran - Traduzir Entre Inglês e Russo --Name[pt_BR]=Multitran - Traduzir de inglês para russo --Name[ro]=Multitran - Traduce între engleză și rusă --Name[ru]=Multitran: англо-русский перевод --Name[si]=Multitran - ඉංග්‍රීසි හා රුසියානු බස අතර පරිවර්ථනය කරයි --Name[sk]=Multitran - Preklad medzi angličtinou a ruštinou --Name[sl]=Multitran - Prevod med angleščino in ruščino --Name[sr]=Мултитран: са енглеског на руски --Name[sr@ijekavian]=Мултитран: са енглеског на руски --Name[sr@ijekavianlatin]=Multitran: sa engleskog na ruski --Name[sr@latin]=Multitran: sa engleskog na ruski --Name[sv]=Multitran - översätt mellan engelska och ryska --Name[ta]=Multitran - ஆங்கிலம் மற்றும் ரஷ்ய மொழிகளுக்கிடையே மொழிபெயர்ப்பு --Name[te]=Multitran - ఇంగ్లీష్ మరియు రష్యన్ మద్య అనువదించు --Name[tg]=Multitran - Тарҷумаҳои байни англисӣ ва русӣ --Name[th]=บริการ Multitran - แปลความหมายระหว่างภาษาอังกฤษและภาษารัสเซีย --Name[tr]=Multitran - Translate Between English and Russian --Name[ug]=Multitran - ئىنگلىزچە بىلەن رۇسچە ئارىسىدا تەرجىمە --Name[uk]=Multitran — переклад з англійської російською --Name[uz]=Multitran - Inglizchadan Ruschaga tarjima --Name[uz@cyrillic]=Multitran - Инглизчадан Русчага таржима --Name[vi]=Multitran - Dịch giữa tiếng Anh và tiếng Nga --Name[wa]=Multitran - Ratoûne inte l' Inglès eyet l' Russe --Name[x-test]=xxMultitran - Translate Between English and Russianxx --Name[zh_CN]=Multitran - 在英语和俄语之间互译 --Name[zh_TW]=Multitran - 翻譯英語和俄語 --X-KDE-ServiceTypes=SearchProvider --Keys=mt,mten --Query=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[ar]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[as]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[ast]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[be@latin]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[bg]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[bn]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[bn_IN]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[bs]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[ca]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[ca@valencia]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[cs]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[csb]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[da]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[de]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[el]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[en_GB]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[eo]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[es]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[et]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[eu]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[fa]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[fi]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[fr]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[fy]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[ga]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[gl]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[gu]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[he]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[hi]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[hne]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[hr]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[hsb]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[hu]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[ia]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[id]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[is]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[it]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[ja]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[kk]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[km]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[kn]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[ko]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[ku]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[lt]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[lv]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[mai]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[ml]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[mr]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[nb]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[nds]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[nl]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[nn]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[or]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[pa]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[pl]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[pt]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[pt_BR]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[ro]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[ru]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[si]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[sk]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[sl]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[sr]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[sr@ijekavian]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[sr@ijekavianlatin]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[sr@latin]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[sv]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[ta]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[te]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[tg]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[th]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[tr]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[ug]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[uk]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[uz]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[uz@cyrillic]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[vi]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[wa]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[x-test]=xxhttp://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@}xx --Query[zh_CN]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} --Query[zh_TW]=http://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/multitran-esru.desktop b/kurifilter-plugins/ikws/searchproviders/multitran-esru.desktop -deleted file mode 100644 -index 65daed6..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/multitran-esru.desktop -+++ /dev/null -@@ -1,171 +0,0 @@ --[Desktop Entry] --Charset=cp 1251 --Type=Service --Name=Multitran - Translate Between Spanish and Russian --Name[af]=Multitran - Vertaal tussen Spaans en Russies --Name[ar]=المترجم المتعدد بين الإسبانية و الروسية --Name[as]=Multitran - হিস্পানীয় আৰু ৰুচীয় ভাষাৰ মাজত অনুবাদ --Name[ast]=Multitran - Torna ente castellanu y rusu --Name[be@latin]=Pierakład „Multitran”: hišpanskaja ➙ rasiejskaja --Name[bg]=Multitran - превод между испански и руски --Name[bn]=মাল্টিট্র্যান - স্প্যানিশ থেকে রুশ বা রুশ থেকে স্প্যানিশ-এ অনুবাদ করুন --Name[bn_IN]=Multitran - স্প্যানিশ ও রাশিয়ানের মধ্যে অনুবাদ করুন --Name[bs]=Multitran: sa španskog na ruski --Name[ca]=Multitran - Tradueix entre espanyol i rus --Name[ca@valencia]=Multitran - Tradueix entre espanyol i rus --Name[cs]=Multitran - překlad mezi španělštinou a ruštinou --Name[csb]=Multitran - dolmaczenié: szpańsczi ë rusczi --Name[da]=Multitran - oversæt mellem spansk og russisk --Name[de]=Multitran – Übersetzung: Spanisch/Russisch --Name[el]=Multitran - Μετάφραση μεταξύ Ρωσικών και Γαλλικών --Name[en_GB]=Multitran - Translate Between Spanish and Russian --Name[eo]=Multitran - Traduko inter la hispana kaj la rusa --Name[es]=Multitran - Traducción entre español y ruso --Name[et]=Multitran - tõlkimine: hispaania-vene --Name[eu]=Multitran gaztelaniatik errusierarako itzulpenak --Name[fa]=Multitran - Translate Between Spanish and Russian --Name[fi]=Multitran – käännä espanjasta venäjään --Name[fr]=Multitran - Traduction espagnol - russe --Name[fy]=Multitran - Oersetting tusken Spaansk en Russysk --Name[ga]=Multitran - Aistriúchán idir Spáinnis agus Rúisis --Name[gl]=Multitran, tradución entre castelán e ruso --Name[gu]=મલ્ટિટ્રાન - સ્પેનિશ અને રશિયન વચ્ચેનું ભાષાંતર --Name[he]=‏Multitran - תרגום בין ספרדית ורוסית --Name[hi]=मल्टीट्रान - रूसी तथा स्पेनी के बीच अनुवाद --Name[hne]=मल्टीट्रान - स्पेनी अउ रूसी के बीच अनुवाद --Name[hr]=Multitran – Prevođenje između španjolskog i ruskog --Name[hsb]=Multitran - přełožowanje ze španšćiny a rušćiny --Name[hu]=Multitran - Fordítás spanyolról oroszra (mindkét irányban) --Name[ia]=Multitran - Traduce Inter Espaniol e Russo --Name[id]=Multitran - Penerjemahan Antara Bahasa Spanyol dan Rusia --Name[is]=Multitran - Þýða á milli spænsku og rússnesku --Name[it]=Multitran - Traduzioni tra spagnolo e russo --Name[ja]=Multitran - スペイン語-ロシア語間の翻訳 --Name[kk]=LEO - испан және орыс тілдер арасында аудару --Name[km]=Multitran - បកប្រែ​រវាង​ភាសា​អេស្ប៉ាញ និង​រុស្ស៊ី --Name[kn]=ಮಲ್ಟಿಟ್ರಾನ್-ಸ್ಪಾನಿಷ್ ಮತ್ತು ರಷ್ಯನ್ ಗಳ ನಡುವೆ ಭಾಷಾಂತರಿಸು --Name[ko]=Multitran - 스페인어와 러시아어 사이 번역 --Name[ku]=Multîtran - Wergerandina Di Navbera Spanyolî û Rûsî de --Name[lt]=Multitran – versti iš ispanų į rusų ir atvirkščiai --Name[lv]=Multitran - tulkot no Spāņu uz Krievu --Name[mai]=Multitran - Translate Between Spanish and Russian --Name[mk]=Multitran - превод меѓу шпански и руски --Name[ml]=മള്‍ട്ടിട്രാന്‍ - സ്പാനിഷും റഷ്യനും തമ്മില്‍ പരിഭാഷപ്പെടുത്തുക --Name[mr]=मल्टिट्रान - स्पेनिश व रशियन भाषांतर करा --Name[nb]=Multitran – Oversett mellom spansk og russisk --Name[nds]=Multitran - Översetten twischen Spaansch un Russ'sch --Name[nl]=Multitran - vertaal van Spaans naar Russisch --Name[nn]=Multitran – Omsetjing mellom spansk og russisk --Name[or]=Multitran - ସ୍ପେନିସ ଏବଂ ରୁସିଆନ ମଧ୍ଯରେ ଅନୁବାଦ କରନ୍ତୁ --Name[pa]=ਮਲਟੀਟਰਾਂਸ - ਸਪੇਨੀ ਤੇ ਰੂਸੀ ਵਿੱਚ ਟਰਾਂਸਲੇਸ਼ਨ --Name[pl]=Multitran - tłumaczenie między hiszpańskim a rosyjskim --Name[pt]=Multitran - Traduzir Entre Espanhol e Russo --Name[pt_BR]=Multitran - Traduzir de espanhol para russo --Name[ro]=Multitran - Traduce între spaniolă și rusă --Name[ru]=Multitran: испанско-русский перевод --Name[si]=Multitran - ස්පාඤ්ඤහා රුසියානු බස අතර පරිවර්ථනය කරයි --Name[sk]=Multitran - Preklad medzi španielčinou a ruštinou --Name[sl]=Multitran - Prevod med španščino in ruščino --Name[sr]=Мултитран: са шпанског на руски --Name[sr@ijekavian]=Мултитран: са шпанског на руски --Name[sr@ijekavianlatin]=Multitran: sa španskog na ruski --Name[sr@latin]=Multitran: sa španskog na ruski --Name[sv]=Multitran - översätt mellan spanska och ryska --Name[ta]=Multitran - ஸ்பானிஷ் மற்றும் ருஷ்ய மொழிகளுக்கிடையே மொழிபெயர்ப்பு --Name[te]=Multitran - స్పానిష్ మరియు రష్యన్ మద్య అనువదించు --Name[tg]=Multitran - Тарҷумаҳои байни испанӣ ва русӣ --Name[th]=บริการ Multitran - แปลภาษาระหว่างภาษาสเปนและภาษารัสเซีย --Name[tr]=Multitran - İspanyolcadan Rusçaya Çeviri --Name[ug]=Multitran - ئىسپانچە بىلەن رۇسچە ئارىسىدا تەرجىمە --Name[uk]=Multitran — переклад з іспанської російською --Name[uz]=Multitran - Ispanchadan Ruschaga tarjima --Name[uz@cyrillic]=Multitran - Испанчадан Русчага таржима --Name[vi]=Multitran - Dịch giữa tiếng Tây Ban Nha và tiếng Nga --Name[wa]=Multitran - Ratoûne inte l' Espagnol eyet l' Russe --Name[x-test]=xxMultitran - Translate Between Spanish and Russianxx --Name[zh_CN]=Multitran - 在西班牙语和俄语之间互译 --Name[zh_TW]=Multitran - 翻譯西班牙語和俄語 --X-KDE-ServiceTypes=SearchProvider --Keys=mt,mtde --Query=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[ar]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[as]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[ast]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[be@latin]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[bg]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[bn]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[bn_IN]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[bs]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[ca]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[ca@valencia]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[cs]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[csb]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[da]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[de]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[el]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[en_GB]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[eo]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[es]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[et]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[eu]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[fa]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[fi]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[fr]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[fy]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[ga]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[gl]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[gu]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[he]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[hi]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[hne]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[hr]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[hsb]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[hu]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[ia]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[id]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[is]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[it]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[ja]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[kk]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[km]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[kn]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[ko]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[ku]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[lt]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[lv]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[mai]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[ml]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[mr]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[nb]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[nds]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[nl]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[nn]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[or]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[pa]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[pl]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[pt]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[pt_BR]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[ro]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[ru]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[si]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[sk]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[sl]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[sr]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[sr@ijekavian]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[sr@ijekavianlatin]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[sr@latin]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[sv]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[ta]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[te]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[tg]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[th]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[tr]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[ug]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[uk]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[uz]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[uz@cyrillic]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[vi]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[wa]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[x-test]=xxhttp://multitran.ru/c/m.exe?l1=5&s=\\{@}xx --Query[zh_CN]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} --Query[zh_TW]=http://multitran.ru/c/m.exe?l1=5&s=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/multitran-frru.desktop b/kurifilter-plugins/ikws/searchproviders/multitran-frru.desktop -deleted file mode 100644 -index b15d105..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/multitran-frru.desktop -+++ /dev/null -@@ -1,171 +0,0 @@ --[Desktop Entry] --Charset=cp 1251 --Type=Service --Name=Multitran - Translate Between French and Russian --Name[af]=Multitran - Vertaal tussen Frans en Russies --Name[ar]=المترجم المتعدد بين الفرنسية و الروسية --Name[as]=Multitran - ফৰাচী আৰু ৰুচীয় ভাষাৰ মাজত অনুবাদ --Name[ast]=Multitran - Torna ente francés y rusu --Name[be@latin]=Pierakład „Multitran”: francuskaja ➙ rasiejskaja --Name[bg]=Multitran - превод между френски и руски --Name[bn]=মাল্টিট্র্যান - ফরাসী থেকে রুশ বা রুশ থেকে ফরাসীতে অনুবাদ করুন --Name[bn_IN]=Multitran - ফ্রেঞ্চ ও রাশিয়ানের মধ্যে অনুবাদ করুন --Name[bs]=Multitran: sa francuskog na ruski --Name[ca]=Multitran - Tradueix entre francès i rus --Name[ca@valencia]=Multitran - Tradueix entre francés i rus --Name[cs]=Multitran - překlad mezi francouzštinou a ruštinou --Name[csb]=Multitran - dolmaczenié: francësczi ë rusczi --Name[da]=Multitran - oversæt mellem fransk og russisk --Name[de]=Multitran – Übersetzung: Französisch/Russisch --Name[el]=Multitran - Μετάφραση μεταξύ Γαλλικών και Ρωσικών --Name[en_GB]=Multitran - Translate Between French and Russian --Name[eo]=Multitran - Traduko inter la franca kaj la rusa --Name[es]=Multitran - Traducción entre francés y ruso --Name[et]=Multitran - tõlkimine: prantsuse-vene --Name[eu]=Multitran frantsesetik errusierarako itzulpenak --Name[fa]=Multitran - Translate Between French and Russian --Name[fi]=Multitran – käännä ranskasta venäjään --Name[fr]=Multitran - Traduction français - russe --Name[fy]=Multitran - Oersetting tusken Frânsk en Russysk --Name[ga]=Multitran - Aistriúchán idir Fraincis agus Rúisis --Name[gl]=Multitran, tradución entre francés e ruso --Name[gu]=મલ્ટિટ્રાન - ફ્રેંચ અને રશિયન વચ્ચેનું ભાષાંતર --Name[he]=‏Multitran - תרגום בין צרפתית ורוסית --Name[hi]=मल्टीट्रान - फ्रांसीसी तथा रूसी के बीच अनुवाद --Name[hne]=मल्टीट्रान - फ्रांसीसी अउ रूसी के बीच अनुवाद --Name[hr]=Multitran – Prevođenje između francuskog i ruskog --Name[hsb]=Multitran - přełožowanje z francošćiny a rušćiny --Name[hu]=Multitran - Fordítás franciáról oroszra (mindkét irányban) --Name[ia]=Multitran - Traduce inter Francese e Russo --Name[id]=Multitran - Penerjemahan Antara Bahasa Perancis dan Rusia --Name[is]=Multitran - Þýða á milli frönsku og rússnesku --Name[it]=Multitran - Traduzioni tra francese e russo --Name[ja]=Multitran - フランス語-ロシア語間の翻訳 --Name[kk]=LEO - француз және орыс тілдер арасында аудару --Name[km]=Multitran - បកប្រែ​រវាង​ភាសា​បារាំង និង​រុស្ស៊ី --Name[kn]=ಮಲ್ಟಿಟ್ರಾನ್ - ಫ್ರೆಂಚ್ ಮತ್ತು ರಷ್ಯನ್ ಗಳ ನಡುವೆ ಭಾಷಾಂತರಿಸು --Name[ko]=Multitran - 프랑스어와 러시아어 사이 번역 --Name[ku]=Multîtran - Wergerandina Di Navbera Fransizî û Rûsî de --Name[lt]=Multitran – versti iš prancūzų į rusų ir atvirkščiai --Name[lv]=Multitran - tulkot no Franču uz Krievu --Name[mai]=Multitran - Translate Between French and Russian --Name[mk]=Multitran - превод меѓу француски и руски --Name[ml]=മള്‍ട്ടിട്രാന്‍ - ഫ്രഞ്ചും റഷ്യനും തമ്മില്‍ പരിഭാഷപ്പെടുത്തുക --Name[mr]=मल्टिट्रान - फ्रेंच व रशियन भाषांतर करा --Name[nb]=Multitran – Oversett mellom fransk og russisk --Name[nds]=Multitran - Översetten twischen Franzöösch un Russ'sch --Name[nl]=Multitran - vertaal van Frans naar Russisch --Name[nn]=Multitran – Omsetjing mellom fransk og russisk --Name[or]=Multitran - ଫ୍ରେଞ୍ଚ ଏବଂ ରୁସିଆନ ମଧ୍ଯରେ ଅନୁବାଦ କରନ୍ତୁ --Name[pa]=ਮਲਟੀ-ਟਰਾਂਸ - ਫਰੈਂਚ ਅਤੇ ਰੂਸੀ ਵਿੱਚ ਟਰਾਂਸਲੇਸ਼ਨ --Name[pl]=Multitran - tłumaczenie między francuskim i rosyjskim --Name[pt]=Multitran - Traduzir Entre Francês e Russo --Name[pt_BR]=Multitran - Traduzir de francês para russo --Name[ro]=Multitran - Traduce între franceză și rusă --Name[ru]=Multitran: французско-русский перевод --Name[si]=Multitran - ප්‍රංශ හා රුසියානු බස අතර පරිවර්ථනය කරයි --Name[sk]=Multitran - Preklad medzi francúzštinou a ruštinou --Name[sl]=Multitran - Prevod med francoščino in ruščino --Name[sr]=Мултитран: са француског на руски --Name[sr@ijekavian]=Мултитран: са француског на руски --Name[sr@ijekavianlatin]=Multitran: sa francuskog na ruski --Name[sr@latin]=Multitran: sa francuskog na ruski --Name[sv]=Multitran - översätt mellan franska och ryska --Name[ta]=Multitran - பிரெஞ்ச் மற்றும் ரஷ்ய மொழிகளுக்கிடையே மொழிபெயர்ப்பு --Name[te]=Multitran - ఫ్రెంచ్ మరియు రష్యన్ మద్య అనువదించుము --Name[tg]=Multitran - Тарҷумаҳои байни франсузӣ ва русӣ --Name[th]=บริการ Multitran - แปลภาษาระหว่างภาษาฝรั่งเศสและภาษารัสเซีย --Name[tr]=Multitran - Fransızcadan Rusçaya Çeviri --Name[ug]=Multitran - فىرانسۇزچە بىلەن رۇسچە ئارىسىدا تەرجىمە --Name[uk]=Multitran — переклад з французької німецькою --Name[uz]=Multitran - Fransuzchadan Ruschaga tarjima --Name[uz@cyrillic]=Multitran - Французчадан Русчага таржима --Name[vi]=Multitran - Dịch giữa tiếng Pháp và tiếng Nga --Name[wa]=Multitran - Ratoûne inte li Francès eyet l' Russe --Name[x-test]=xxMultitran - Translate Between French and Russianxx --Name[zh_CN]=Multitran - 在法语和俄语之间互译 --Name[zh_TW]=Multitran - 翻譯法語和俄語 --X-KDE-ServiceTypes=SearchProvider --Keys=mt,mtde --Query=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[ar]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[as]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[ast]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[be@latin]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[bg]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[bn]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[bn_IN]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[bs]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[ca]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[ca@valencia]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[cs]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[csb]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[da]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[de]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[el]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[en_GB]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[eo]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[es]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[et]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[eu]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[fa]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[fi]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[fr]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[fy]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[ga]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[gl]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[gu]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[he]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[hi]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[hne]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[hr]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[hsb]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[hu]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[ia]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[id]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[is]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[it]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[ja]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[kk]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[km]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[kn]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[ko]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[ku]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[lt]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[lv]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[mai]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[ml]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[mr]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[nb]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[nds]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[nl]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[nn]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[or]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[pa]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[pl]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[pt]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[pt_BR]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[ro]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[ru]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[si]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[sk]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[sl]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[sr]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[sr@ijekavian]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[sr@ijekavianlatin]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[sr@latin]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[sv]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[ta]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[te]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[tg]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[th]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[tr]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[ug]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[uk]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[uz]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[uz@cyrillic]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[vi]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[wa]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[x-test]=xxhttp://multitran.ru/c/m.exe?l1=4&s=\\{@}xx --Query[zh_CN]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} --Query[zh_TW]=http://multitran.ru/c/m.exe?l1=4&s=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/multitran-itru.desktop b/kurifilter-plugins/ikws/searchproviders/multitran-itru.desktop -deleted file mode 100644 -index 38634cd..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/multitran-itru.desktop -+++ /dev/null -@@ -1,171 +0,0 @@ --[Desktop Entry] --Charset=cp 1251 --Type=Service --Name=Multitran - Translate Between Italian and Russian --Name[af]=Multitran - Vertaal tussen Italiaans en Russies --Name[ar]=المترجم المتعدد بين الإيطالية و الروسية --Name[as]=Multitran - ইটালীয় আৰু ৰুচীয় ভাষাৰ মাজত অনুবাদ --Name[ast]=Multitran - Torna ente italianu y rusu --Name[be@latin]=Pierakład „Multitran”: italjanskaja ➙ rasiejskaja --Name[bg]=Multitran - превод между италиански и руски --Name[bn]=মাল্টিট্র্যান - ইতালিয়ান থেকে রুশ বা রুশ থেকে ইতালিয়ান-এ অনুবাদ করুন --Name[bn_IN]=Multitran - ইটালিয়ান ও রাশিয়ানের মধ্যে অনুবাদ করুন --Name[bs]=Multitran: sa italijanskog na ruski --Name[ca]=Multitran - Tradueix entre italià i rus --Name[ca@valencia]=Multitran - Tradueix entre italià i rus --Name[cs]=Multitran - překlad mezi italštinou a ruštinou --Name[csb]=Multitran - dolmaczenié: italsczi ë rusczi --Name[da]=Multitran - oversæt mellem italiensk og russisk --Name[de]=Multitran – Übersetzung: Italienisch/Russisch --Name[el]=Multitran - Μετάφραση μεταξύ Ιταλικών και Ρωσικών --Name[en_GB]=Multitran - Translate Between Italian and Russian --Name[eo]=Multitran - Traduko inter la itala kaj la rusa --Name[es]=Multitran - Traducción entre italiano y ruso --Name[et]=Multitran - tõlkimine: itaalia-vene --Name[eu]=Multitran italieratik errusierarako itzulpenak --Name[fa]=Multitran - Translate Between Italian and Russian --Name[fi]=Multitran – käännä italiasta venäjään --Name[fr]=Multitran - Traduction italien - russe --Name[fy]=Multitran - Oersetting tusken italiaansk en Russysk --Name[ga]=Multitran - Aistriúchán idir Iodáilis agus Rúisis --Name[gl]=Multitran, tradución entre italiano e ruso --Name[gu]=મલ્ટિટ્રાન - ઇટાલિઅન અને રશિયન વચ્ચેનું ભાષાંતર --Name[he]=‏Multitran - תרגום בין איטלקית ורוסית --Name[hi]=मल्टीट्रान - रूसी तथा इतालवी के बीच अनुवाद --Name[hne]=मल्टीट्रान - इतालवी अउ रूसी के बीच अनुवाद --Name[hr]=Multitran – Prevođenje između talijanskog i ruskog --Name[hsb]=Multitran - přełožowanje z italšćiny a rušćiny --Name[hu]=Multitran - Fordítás olaszról oroszra (mindkét irányban) --Name[ia]=Multitran - Traduce inter Italiano e Russo --Name[id]=Multitran - Penerjemahan Antara Bahasa Italia dan Rusia --Name[is]=Multitran - Þýða á milli ítölsku og rússnesku --Name[it]=Multitran - Traduzioni tra italiano e russo --Name[ja]=Multitran - イタリア語-ロシア語間の翻訳 --Name[kk]=LEO - итальян және орыс тілдер арасында аудару --Name[km]=Multitran - បកប្រែ​រវាង​ភាសា​អ៊ីតាលី និង​រុស្ស៊ី --Name[kn]=ಮಲ್ಟಿಟ್ರಾನ್ - ಇಟಾಲಿಯನ್ ಮತ್ತು ರಷ್ಯನ್ ಗಳ ನಡುವೆ ಭಾಷಾಂತರಿಸು --Name[ko]=Multitran - 이탈리아어와 러시아어 사이 번역 --Name[ku]=Multîtran - Wergerandina Di Navbera Îtalî û Rûsî de --Name[lt]=Multitran – versti iš italų į rusų ir atvirkščiai --Name[lv]=Multitran - tulkot no Itāļu uz Krievu --Name[mai]=Multitran - Translate Between Italian and Russian --Name[mk]=Multitran - превод меѓу италијански и руски --Name[ml]=മള്‍ട്ടിട്രാന്‍ - ഇറ്റാലിയനും റഷ്യനും തമ്മില്‍ പരിഭാഷപ്പെടുത്തുക --Name[mr]=मल्टिट्रान - इटालीयन व रशियन भाषांतर करा --Name[nb]=Multitran – Oversett mellom italiensk og russisk --Name[nds]=Multitran - Översetten twischen Italieensch un Russ'sch --Name[nl]=Multitran - vertaal van Italiaans naar Russisch --Name[nn]=Multitran – Omsetjing mellom italiensk og russisk --Name[or]=Multitran - ଇଟାଲିଆନ ଏବଂ ରୁସିଆନ ମଧ୍ଯରେ ଅନୁବାଦ କରନ୍ତୁ --Name[pa]=ਮਲਟੀਟਰਾਂਸ - ਇਤਾਲਵੀ ਅਤੇ ਰੂਸੀ ਵਿੱਚ ਅਨੁਵਾਦ --Name[pl]=Multitran - tłumaczenie między włoskim i rosyjskim --Name[pt]=Multitran - Traduzir Entre Italiano e Russo --Name[pt_BR]=Multitran - Traduzir de italiano para russo --Name[ro]=Multitran - Traduce între italiană și rusă --Name[ru]=Multitran: итальянско-русский перевод --Name[si]=Multitran - ඉතාලි හා රුසියානු බස අතර පරිවර්ථනය කරයි --Name[sk]=Multitran - Preklad medzi taliančinou a ruštinou --Name[sl]=Multitran - Prevod med italijanščino in ruščino --Name[sr]=Мултитран: са италијанског на руски --Name[sr@ijekavian]=Мултитран: са италијанског на руски --Name[sr@ijekavianlatin]=Multitran: sa italijanskog na ruski --Name[sr@latin]=Multitran: sa italijanskog na ruski --Name[sv]=Multitran - översätt mellan italienska och ryska --Name[ta]=Multitran - இதாலிய ரஷ்ய மொழிகளுக்கிடையேயான மொழிபெயர்ப்பு --Name[te]=Multitran - ఇటాలియన్ మరియు రష్యన్ మద్య అనువదించు --Name[tg]=Multitran - Тарҷумаҳои байни итолиёӣ ва русӣ --Name[th]=บริการ Multitran - แปลภาษาระหว่างภาษาอิตาลีและภาษารัสเซีย --Name[tr]=Multitran - İtalyancadan Rusçaya Çeviri --Name[ug]=Multitran - ئىتاليانچە بىلەن رۇسچە ئارىسىدا تەرجىمە --Name[uk]=Multitran — переклад з італійської російською --Name[uz]=Multitran - Italyanchadan Ruschaga tarjima --Name[uz@cyrillic]=Multitran - Италянчадан Русчага таржима --Name[vi]=Multitran - Dịch giữa tiếng Ý và tiếng Nga --Name[wa]=Multitran - Ratoûne inte l' Itålyin eyet l' Russe --Name[x-test]=xxMultitran - Translate Between Italian and Russianxx --Name[zh_CN]=Multitran - 在意大利语和俄语之间互译 --Name[zh_TW]=Multitran - 翻譯義大利語和俄語 --X-KDE-ServiceTypes=SearchProvider --Keys=mt,mtde --Query=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[ar]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[as]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[ast]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[be@latin]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[bg]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[bn]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[bn_IN]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[bs]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[ca]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[ca@valencia]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[cs]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[csb]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[da]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[de]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[el]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[en_GB]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[eo]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[es]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[et]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[eu]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[fa]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[fi]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[fr]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[fy]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[ga]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[gl]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[gu]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[he]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[hi]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[hne]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[hr]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[hsb]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[hu]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[ia]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[id]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[is]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[it]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[ja]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[kk]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[km]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[kn]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[ko]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[ku]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[lt]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[lv]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[mai]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[ml]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[mr]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[nb]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[nds]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[nl]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[nn]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[or]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[pa]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[pl]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[pt]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[pt_BR]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[ro]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[ru]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[si]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[sk]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[sl]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[sr]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[sr@ijekavian]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[sr@ijekavianlatin]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[sr@latin]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[sv]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[ta]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[te]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[tg]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[th]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[tr]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[ug]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[uk]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[uz]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[uz@cyrillic]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[vi]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[wa]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[x-test]=xxhttp://multitran.ru/c/m.exe?l1=23&s=\\{@}xx --Query[zh_CN]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} --Query[zh_TW]=http://multitran.ru/c/m.exe?l1=23&s=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/multitran-nlru.desktop b/kurifilter-plugins/ikws/searchproviders/multitran-nlru.desktop -deleted file mode 100644 -index c803d60..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/multitran-nlru.desktop -+++ /dev/null -@@ -1,171 +0,0 @@ --[Desktop Entry] --Charset=cp 1251 --Type=Service --Name=Multitran - Translate Between Dutch and Russian --Name[af]=Multitran - Vertaal tussen Nederlands en Russies --Name[ar]=المترجم المتعدد بين الألمانية و الروسية --Name[as]=Multitran - ডাচ আৰু ৰুচীয় ভাষাৰ মাজত অনুবাদ --Name[ast]=Multitran - Torna ente danés y rusu --Name[be@latin]=Pierakład „Multitran”: halandzkaja ➙ rasiejskaja --Name[bg]=Multitran - превод между холандски и руски --Name[bn]=মাল্টিট্র্যান - ওলন্দাজ থেকে রুশ বা রুশ থেকে ওলন্দাজে অনুবাদ করুন --Name[bn_IN]=Multitran - ডাচ ও রাশিয়ানের মধ্যে অনুবাদ করুন --Name[bs]=Multitran: sa holandskog na ruski --Name[ca]=Multitran - Tradueix entre holandès i rus --Name[ca@valencia]=Multitran - Tradueix entre holandés i rus --Name[cs]=Multitran - překlad mezi holandštinou a ruštinou --Name[csb]=Multitran - dolmaczenié: dëńsczi ë rusczi --Name[da]=Multitran - oversæt mellem hollandsk og russisk --Name[de]=Multitran – Übersetzung: Niederländisch/Russisch --Name[el]=Multitran - Μετάφραση μεταξύ Ολλανδικών και Ρωσικών --Name[en_GB]=Multitran - Translate Between Dutch and Russian --Name[eo]=Multitran - Traduko inter la nederlanda kaj la rusa --Name[es]=Multitran - Traducción entre danés y ruso --Name[et]=Multitran - tõlkimine: hollandi-vene --Name[eu]=Multitran nederlanderatik errusierarako itzulpenak --Name[fa]=Multitran - Translate Between Dutch and Russian --Name[fi]=Multitran – käännä hollannista venäjään --Name[fr]=Multitran - Traduction néerlandais - russe --Name[fy]=Multitran - Oersetting tusken Nederlâns en Russysk --Name[ga]=Multitran - Aistriúchán idir Ollainnis agus Rúisis --Name[gl]=Multitran, tradución entre holandés e ruso --Name[gu]=મલ્ટિટ્રાન - ડચ અને રશિયન વચ્ચેનું ભાષાંતર --Name[he]=‏Multitran - תרגום בין הולנדית ורוסית --Name[hi]=मल्टीट्रान - डच तथा रूसी के बीच अनुवाद --Name[hne]=मल्टीट्रान - डच अउ रूसी के बीच अनुवाद --Name[hr]=Multitran – Prevođenje između nizozemskog i ruskog --Name[hsb]=Multitran - přełožowanje z nižozemčiny a rušćiny --Name[hu]=Multitran - Fordítás hollandról oroszra (mindkét irányban) --Name[ia]=Multitran - Traduce inter Nederlandese e Russo --Name[id]=Multitran - Penerjemahan Antara Bahasa Belanda dan Rusia --Name[is]=Multitran - Þýða á milli hollensku og rússnesku --Name[it]=Multitran - Traduzioni tra olandese e russo --Name[ja]=Multitran - オランダ語-ロシア語間の翻訳 --Name[kk]=LEO - голланд және орыс тілдер арасында аудару --Name[km]=LEO - បកប្រែ​រវាង​ភាសា​ហុល្លង់ និង​រុស្ស៊ី --Name[kn]=ಮಲ್ಟಿಟ್ರಾನ್ - ಡಚ್ ಮತ್ತು ರಷ್ಯನ್ ಗಳ ನಡುವೆ ಭಾಷಾಂತರಿಸು --Name[ko]=Multitran - 네덜란드어와 러시아어 사이 번역 --Name[ku]=Multîtran - Wergerandina Di Navbera Holandî û Rûsî de --Name[lt]=Multitran – versti iš danų į rusų ir atvirkščiai --Name[lv]=Multitran - tulkot no Nīderlandiešu uz Krievu --Name[mai]=Multitran - Translate Between Dutch and Russian --Name[mk]=Multitran - превод меѓу холандски и руски --Name[ml]=മള്‍ട്ടിട്രാന്‍ - ഡച്ചും റഷ്യനും തമ്മില്‍ പരിഭാഷപ്പെടുത്തുക --Name[mr]=मल्टिट्रान - डच व रशियन भाषांतर करा --Name[nb]=Multitran – Oversett mellom nederlandsk og russisk --Name[nds]=Multitran - Översetten twischen Nedderlannsch un Russ'sch --Name[nl]=Multitran - vertaal van Nederlands naar Russisch --Name[nn]=Multitran – Omsetjing mellom nederlandsk og russisk --Name[or]=Multitran - ଡ଼ଚ ଏବଂ ରୁସିଆନ ମଧ୍ଯରେ ଅନୁବାଦ କରନ୍ତୁ --Name[pa]=ਮਲਟੀਟਰਾਂਸ - ਡੱਚ ਅਤੇ ਰੂਸੀ ਵਿੱਚ ਟਰਾਂਸਲੇਸ਼ਨ --Name[pl]=Multitran - tłumaczenie między duńskim i rosyjskim --Name[pt]=Multitran - Traduzir Entre Holandês e Russo --Name[pt_BR]=Multitran - Traduzir de holandês para russo --Name[ro]=Multitran - Traduce între daneză și rusă --Name[ru]=Multitran: голландско-русский перевод --Name[si]=Multitran - ඕලන්ද හා රුසියානු බස අතර පරිවර්ථනය කරයි --Name[sk]=Multitran - Preklad medzi holandčinou a ruštinou --Name[sl]=Multitran - Prevod med nizozemščino in ruščino --Name[sr]=Мултитран: са холандског на руски --Name[sr@ijekavian]=Мултитран: са холандског на руски --Name[sr@ijekavianlatin]=Multitran: sa holandskog na ruski --Name[sr@latin]=Multitran: sa holandskog na ruski --Name[sv]=Multitran - översätt mellan holländska och ryska --Name[ta]=Multitran - டட்ச் இரஷ்ய மொழிகளுக்கிடையே பெயர்ப்பு --Name[te]=Multitran - డచ్ మరియు రష్యన్ మద్య అనువదించు --Name[tg]=Multitran - Тарҷумаҳои байни ҳоландӣ ва русӣ --Name[th]=บริการ Multitran - แปลภาษาระหว่างภาษาดัตช์และภาษารัสเซีย --Name[tr]=Multitran - Flamancadan Rusçaya Çeviri --Name[ug]=Multitran - گوللاندىيەچە بىلەن رۇسچە ئارىسىدا تەرجىمە --Name[uk]=Multitran — переклад з голландської російською --Name[uz]=Multitran - Gollanchadan Ruschaga tarjima --Name[uz@cyrillic]=Multitran - Голланчадан Русчага таржима --Name[vi]=Multitran - Dịch giữa tiếng Hà Lan và tiếng Nga --Name[wa]=Multitran - Ratoûne inte li Neyerlandès eyet l' Russe --Name[x-test]=xxMultitran - Translate Between Dutch and Russianxx --Name[zh_CN]=Multitran - 在荷兰语和俄语之间互译 --Name[zh_TW]=Multitran - 翻譯荷蘭語和俄語 --X-KDE-ServiceTypes=SearchProvider --Keys=mt,mtde --Query=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[ar]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[as]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[ast]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[be@latin]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[bg]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[bn]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[bn_IN]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[bs]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[ca]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[ca@valencia]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[cs]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[csb]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[da]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[de]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[el]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[en_GB]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[eo]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[es]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[et]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[eu]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[fa]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[fi]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[fr]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[fy]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[ga]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[gl]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[gu]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[he]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[hi]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[hne]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[hr]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[hsb]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[hu]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[ia]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[id]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[is]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[it]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[ja]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[kk]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[km]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[kn]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[ko]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[ku]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[lt]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[lv]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[mai]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[ml]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[mr]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[nb]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[nds]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[nl]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[nn]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[or]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[pa]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[pl]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[pt]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[pt_BR]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[ro]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[ru]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[si]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[sk]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[sl]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[sr]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[sr@ijekavian]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[sr@ijekavianlatin]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[sr@latin]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[sv]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[ta]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[te]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[tg]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[th]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[tr]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[ug]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[uk]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[uz]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[uz@cyrillic]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[vi]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[wa]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[x-test]=xxhttp://multitran.ru/c/m.exe?l1=24&s=\\{@}xx --Query[zh_CN]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} --Query[zh_TW]=http://multitran.ru/c/m.exe?l1=24&s=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/netcraft.desktop b/kurifilter-plugins/ikws/searchproviders/netcraft.desktop -deleted file mode 100644 -index 2ee3967..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/netcraft.desktop -+++ /dev/null -@@ -1,184 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Netcraft --Name[af]=Netcraft --Name[ar]=Netcraft --Name[as]=Netcraft --Name[ast]=Netcraft --Name[be]=Netcraft --Name[be@latin]=Netcraft --Name[bg]=Netcraft --Name[bn]=নেট-ক্রাফ্ট --Name[bn_IN]=Netcraft --Name[br]=Netcraft --Name[bs]=Netkraft --Name[ca]=Netcraft --Name[ca@valencia]=Netcraft --Name[cs]=Netcraft --Name[csb]=Netcraft --Name[cy]=Netcraft --Name[da]=Netcraft --Name[de]=Netcraft --Name[el]=Netcraft --Name[en_GB]=Netcraft --Name[eo]=Netcraft --Name[es]=Netcraft --Name[et]=Netcraft --Name[eu]=Netcraft --Name[fa]=Netcraft --Name[fi]=Netcraft --Name[fr]=Netcraft --Name[fy]=Netcraft --Name[ga]=Netcraft --Name[gl]=Netcraft --Name[gu]=નેટક્રાફ્ટ --Name[he]=Netcraft --Name[hi]=नेटक्राफ्ट --Name[hne]=नेटक्राफ्ट --Name[hr]=Netcraft --Name[hsb]=Netcraft --Name[hu]=Netcraft --Name[ia]=Netcraft --Name[id]=Netcraft --Name[is]=Netcraft --Name[it]=Netcraft --Name[ja]=Netcraft --Name[ka]=Netcraft --Name[kk]=Netcraft --Name[km]=Netcraft --Name[kn]=ನೆಟ್ ಕ್ರಾಫ್ಟ್ --Name[ko]=Netcraft --Name[ku]=Netcraft --Name[lt]=Netcraft --Name[lv]=Netcraft --Name[mai]=नेटक्राफ्ट --Name[mk]=Netcraft --Name[ml]=നെറ്റ്ക്രാഫ്റ്റ് --Name[mr]=नेटक्राफ्ट --Name[ms]=Netcraft --Name[nb]=Netcraft --Name[nds]=Netcraft --Name[ne]=नेटक्राफ्ट --Name[nl]=Netcraft --Name[nn]=Netcraft --Name[or]=Netcraft --Name[pa]=ਨੈੱਟਕਰਾਫਟ --Name[pl]=Netcraft --Name[pt]=Netcraft --Name[pt_BR]=Netcraft --Name[ro]=Netcraft --Name[ru]=Netcraft --Name[se]=Netcraft --Name[si]=Netcraft --Name[sk]=Netcraft --Name[sl]=Netcraft --Name[sr]=Неткрафт --Name[sr@ijekavian]=Неткрафт --Name[sr@ijekavianlatin]=Netcraft --Name[sr@latin]=Netcraft --Name[sv]=Netcraft --Name[ta]=நெட்க்ராஃப்ட் --Name[te]=నెట్ క్రాఫ్ట్ --Name[tg]=Netcraft --Name[th]=บริการ Netcraft --Name[tr]=Netcraft --Name[ug]=Netcraft --Name[uk]=Netcraft --Name[uz]=Netcraft --Name[uz@cyrillic]=Netcraft --Name[vi]=Tra Netcraft --Name[wa]=Netcraft --Name[x-test]=xxNetcraftxx --Name[zh_CN]=Netcraft --Name[zh_TW]=Netcraft --X-KDE-ServiceTypes=SearchProvider --Keys=nc,netcraft --Query=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[af]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[ar]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[as]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[ast]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[be]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[be@latin]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[bg]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[bn]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[bn_IN]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[br]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[bs]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[ca]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[ca@valencia]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[cs]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[csb]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[da]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[de]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[el]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[en_GB]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[eo]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[es]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[et]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[eu]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[fa]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[fi]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[fr]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[fy]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[ga]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[gl]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[gu]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[he]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[hi]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[hne]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[hr]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[hsb]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[hu]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[ia]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[id]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[is]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[it]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[ja]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[ka]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[kk]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[km]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[kn]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[ko]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[ku]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[lt]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[lv]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[mai]=http://uptime.netcraft.com/up/graph?site=\\{ --Query[ml]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[mr]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[ms]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[nb]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[nds]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[ne]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[nl]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[nn]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[or]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[pa]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[pl]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[pt]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[pt_BR]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[ro]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[ru]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[se]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[si]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[sk]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[sl]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[sr]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[sr@ijekavian]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[sr@ijekavianlatin]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[sr@latin]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[sv]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[ta]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[te]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[tg]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[th]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[tr]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[ug]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[uk]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[uz]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[uz@cyrillic]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[vi]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[wa]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[x-test]=xxhttp://uptime.netcraft.com/up/graph?site=\\{@}xx --Query[zh_CN]=http://uptime.netcraft.com/up/graph?site=\\{@} --Query[zh_TW]=http://uptime.netcraft.com/up/graph?site=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/nl-telephone.desktop b/kurifilter-plugins/ikws/searchproviders/nl-telephone.desktop -deleted file mode 100644 -index 9267d0e..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/nl-telephone.desktop -+++ /dev/null -@@ -1,139 +0,0 @@ --[Desktop Entry] --Name=Telephonebook Search Provider --Name[af]=Telefoonbok soektog verskaffer --Name[ar]=مزود بحث دليل الهاتف --Name[as]=Telephonebook Search Provider --Name[ast]=Fornidor de gueta de teléfonos --Name[be]=Пошук тэлефонаў --Name[be@latin]=Pošuk telefonaŭ --Name[bg]=Търсене в телефонен указател --Name[bn]=টেলিফোন-বুক অনুসন্ধান সরবরাহকারী --Name[bs]=Telefonski imenik (Holandija) --Name[ca]=Proveïdor de cerques a la guia de telèfons --Name[ca@valencia]=Proveïdor de cerques a la guia de telèfons --Name[cs]=Poskytovatel prohledávání tel. seznamu --Name[csb]=Szëkôrz Telephonebook --Name[cy]= Darparydd Chwiliadau Llyfr Ffôn --Name[da]=Telefonbog-søgeudbyder --Name[de]=Telefonbuchsuche --Name[el]=Πάροχος αναζήτησης Telephonebook --Name[en_GB]=Telephonebook Search Provider --Name[eo]=Serĉprovizanto de telefonlibro --Name[es]=Proveedor de búsqueda de teléfonos --Name[et]=Hollandi telefoniraamatu otsingumootor --Name[eu]=Detelefoongids telefono-bilatzailea --Name[fa]=فراهم‌کننده جستجوی دفتر تلفن --Name[fi]=Puhelinluettelohaku --Name[fr]=Moteur de recherche « Telephonebook » --Name[fy]=Tillefoanboek-sykmasine --Name[ga]=Cuardach sa Leabhar Teileafóin --Name[gl]=Fornecedor de buscas na guía telefónica --Name[gu]=ટેલ્ફોનબુક સર્ચ પ્રોવાઇડર --Name[he]=חיפוש בספר טלפונים --Name[hi]=टेलिफोनबुक खोज प्रदायक --Name[hne]=टेलिफोनबुक खोज देवइया --Name[hr]=Davatelj usluge pretraživanja imenika --Name[hsb]=Prowider za pytanje w telefonskich knihach --Name[hu]=Telefonkönyv (NL) --Name[ia]=Fornitor de cerca Telephonebook --Name[id]=Penyedia Pencarian Buku Telepon --Name[is]=Leitarvél fyrir símaskrár --Name[it]=Motore di ricerca dell'elenco telefonico --Name[ja]=Telephonebook 検索プロバイダ --Name[ka]=Telephonebook Search Provider --Name[kk]=Телефон кітапшасын іздеу провайдері --Name[km]=ក្រុមហ៊ុន​ផ្ដល់​​ការ​​ស្វែងរក​សៀវភៅ​លេខ​ទូរស័ព្ទ --Name[kn]=ದೂರವಾಣಿ ಪುಸ್ತಕ ಹುಡುಕಾಟ ಪೂರೈಕೆದಾರ --Name[ko]=전화번호부 검색 공급자 --Name[ku]=Peydakera Lêgerîna LênûskaTelefonê --Name[lt]=Telefono knygų paieškos teikėjas --Name[lv]=Tālruņa katalogu meklēšanas sniedzējs --Name[mai]=टेलिफोनबुक खोज प्रदायक --Name[mk]=Telephonebook сервис за пребарување --Name[ml]=ടെലിഫോണ്‍ബുക്ക് തെരച്ചില്‍ സേവനദാതാവു് --Name[mr]=टेलिफोनबुक शोध पुरवठाकर्ता --Name[ms]=Penyedia Carian Buku Telefon --Name[nb]=Søkemotor for telefonkataloger --Name[nds]=Nedderlannsch Telefoonbook --Name[ne]=टेलिफोन पुस्तिका खोजी प्रदायक --Name[nl]=Telefoonboek-zoekmachine --Name[nn]=Søkjemotor for telefonkatalog --Name[pa]=ਟੈਲੀਫੋਨ ਖੋਜ ਪਰੋਵਾਇਡਰ --Name[pl]=Wyszukiwarka Telephonebook --Name[pt]=Motor de Busca de Lista Telefónica --Name[pt_BR]=Provedor de busca de guia telefônico --Name[ro]=Căutare în cartea de telefoane --Name[ru]=Telephonebook Search Provider --Name[se]=Ohcanmotor telefonkatalogaid várás --Name[si]=දුරකථන පොත් සෙවුම් සැපයුම් කරු --Name[sk]=Hľadanie v telefónnom zozname --Name[sl]=Ponudnik iskanja po telefonskem imeniku --Name[sr]=Телефонски именик (Холандија) --Name[sr@ijekavian]=Телефонски именик (Холандија) --Name[sr@ijekavianlatin]=Telefonski imenik (Holandija) --Name[sr@latin]=Telefonski imenik (Holandija) --Name[sv]=Söktjänst för telefonkatalog --Name[ta]=தொலைபேசிபுத்தக தேடுதலை அளிப்பான் --Name[te]=టెలిఫోన్‌బుక్ శోధన కర్త --Name[tg]=Китоби телефонии провайдерҳо --Name[th]=ผู้ให้บริการค้นหาสมุดโทรศัพท์ --Name[tr]=Telefon Defteri Arama Sağlayıcı --Name[ug]=تېلېفون دەپتىرىدىن ئىزدەشنى تەمىنلىگۈچى --Name[uk]=Провайдер пошуку Telephonebook --Name[uz]=Telefonlar daftarida qidirish --Name[uz@cyrillic]=Телефонлар дафтарида қидириш --Name[vi]=Nhà cung cấp dịch vụ Tìm kiếm qua Danh bạ điện thoại --Name[wa]=Ahesseu d' cweraedje dins bultin telefonike --Name[x-test]=xxTelephonebook Search Providerxx --Name[zh_CN]=Telephonebook 搜索提供者 --Name[zh_TW]=電話號碼簿搜尋提供者 --Type=Service --X-KDE-ServiceTypes=SearchProvider --Keys=telnl,telefoon --Query=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[bg]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[bs]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[ca]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[ca@valencia]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[cs]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[da]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[de]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[el]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[es]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[eu]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[fi]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[fr]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[gl]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[hi]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[hu]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[ia]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[id]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[is]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[it]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[ja]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[kk]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[ko]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[nb]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[nds]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[nl]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[nn]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[pa]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[pl]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[pt]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[pt_BR]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[ro]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[ru]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[sk]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[sl]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[sr]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[sr@ijekavian]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[sr@ijekavianlatin]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[sr@latin]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[sv]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[tr]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[ug]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[uk]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[wa]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[x-test]=xxhttp://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2}xx --Query[zh_CN]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} --Query[zh_TW]=http://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} -diff --git a/kurifilter-plugins/ikws/searchproviders/nl-teletekst.desktop b/kurifilter-plugins/ikws/searchproviders/nl-teletekst.desktop -deleted file mode 100644 -index a796a26..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/nl-teletekst.desktop -+++ /dev/null -@@ -1,183 +0,0 @@ --[Desktop Entry] --Name=Teletekst Search Provider --Name[af]=Teleteks soektog verskaffer --Name[ar]=البحث عن مزود التلفزيون النصي --Name[as]=Teletekst Search Provider --Name[ast]=Fornidor de gueta Teletekst --Name[be]=Пошук тэлетэксту --Name[be@latin]=Pošuk teletekstaŭ --Name[bg]=Търсене в телетекст --Name[bn]=Teletekst অনুসন্ধান সরবরাহকারী --Name[bn_IN]=Teletekst অনুসন্ধান ব্যবস্থা উপলব্ধকারী --Name[bs]=Teletekst (Holandija) --Name[ca]=Proveïdor de cerca a Teletekst --Name[ca@valencia]=Proveïdor de cerca a Teletekst --Name[cs]=Poskytovatel Teletekstového prohledávání --Name[csb]=Szëkôrz Teletekst --Name[cy]= Darparwr Chwiliadau Teletekst --Name[da]=Teletekst-søgeudbyder --Name[de]=Teletekst-Suche --Name[el]=Πάροχος αναζήτησης Teletekst --Name[en_GB]=Teletekst Search Provider --Name[eo]=Serĉprovizanto de Teletekst --Name[es]=Proveedor de búsqueda Teletekst --Name[et]=Hollandi teleteksti otsingumootor --Name[eu]=Teletekst bilatzailea --Name[fa]=فراهم‌کننده جستجوی پیام‌نما --Name[fi]=Teleteksti-palveluntarjoaja --Name[fr]=Moteur de recherche « Teletekst » --Name[fy]=Teletekst-sykmasine --Name[ga]=Cuardach Teletekst --Name[gl]=Fornecedor de buscas Teletekst --Name[gu]=ટેલેટક્સ્ટ સર્ચ પ્રોવાઇડર --Name[he]=Teletekst Search Provider --Name[hi]=टेलिटेक्स्ट खोज प्रदायक --Name[hne]=टेलिटेक्स्ट खोज देवइया --Name[hr]=Davatelj usluge pretraživanja teleteksta --Name[hsb]=Prowider za pytanje w teleteksće --Name[hu]=Teletekst keresőszolgáltatás --Name[ia]=Fornitor de cerca Teletekst --Name[id]=Penyedia Pencarian Teletekst --Name[is]=Teletekst leitarvél --Name[it]=Motore di ricerca Teletekst --Name[ja]=Teletekst 検索プロバイダ --Name[ka]=Teletekst ძიების პროვაიდერი --Name[kk]=Teletekst іздеу провайдері --Name[km]=ក្រុមហ៊ុន​ផ្ដល់​ការ​ស្វែងរក​របស់ Teletekst --Name[kn]=Teletekst ಹುಡುಕಾಟ ಪೂರೈಕೆದಾರ --Name[ko]=Teletekst 검색 공급자 --Name[ku]=Peydakera Lêgerîna Telekstê --Name[lt]=Teletekst paieškos teikėjas --Name[lv]=Teleteksta meklēšanas sniedzējs --Name[mai]=टेलिटेक्स्ट खोज प्रदायक --Name[mk]=Телетекст сервис за пребарување --Name[ml]=Teletekst തെരച്ചില്‍ സംവിധാനം --Name[mr]=टेलिटेक्स्ट शोध पुरवठाकर्ता --Name[ms]=Penyedia Carian Teletekst --Name[nb]=Søkemotor for teletekst --Name[nds]=In "Teletekst" söken (Nedderlannen) --Name[ne]=टेलिटेक्स्ट खोजी प्रदायक --Name[nl]=Teletekst-zoekmachine --Name[nn]=Søkjemotoren Teletekst --Name[or]=Teletekst ସନ୍ଧାନ ପ୍ରଦାନକାରୀ --Name[pa]=ਟੇਲੇਟੇਕਸਟ ਖੋਜ ਪਰੋਵਾਇਡਰ --Name[pl]=Wyszukiwarka Teletekst --Name[pt]=Motor de Busca Teletekst --Name[pt_BR]=Provedor de busca Teletekst --Name[ro]=Căutare Teletekst --Name[ru]=Поиск телетекста --Name[se]=Ohcanmotor Teletekst --Name[si]=Teletekst සෙවුම් සැපයුම් කරු --Name[sk]=Poskytovateľ hľadania Teletekst --Name[sl]=Ponudnik iskanja po teletekstu --Name[sr]=Телетекст (Холандија) --Name[sr@ijekavian]=Телетекст (Холандија) --Name[sr@ijekavianlatin]=Teletekst (Holandija) --Name[sr@latin]=Teletekst (Holandija) --Name[sv]=Teletekst söktjänst --Name[ta]=Teletekst தேடுதல் அளிப்பான் --Name[te]=టెలిటెక్‌స్‍ట్ శోధన కర్త --Name[tg]=Провайдери ҷустуҷӯии Teletekst --Name[th]=ผู้ให้บริการการค้นหา Teleteskst --Name[tr]=Teletekst Arama Sağlayıcı --Name[ug]=Teletekst ئىزدەش تەمىنلىگۈچى --Name[uk]=Провайдер пошуку Teletekst --Name[uz]=Teletekstda qidirish --Name[uz@cyrillic]=Телетекстда қидириш --Name[vi]=Nhà cung cấp dịch vụ Tìm kiếm Teletekst --Name[wa]=Ahesseu d' cweraedje dins l' teletecse --Name[x-test]=xxTeletekst Search Providerxx --Name[zh_CN]=Teletekst 搜索提供者 --Name[zh_TW]=Teletekst 搜尋提供者 --Type=Service --X-KDE-ServiceTypes=SearchProvider --Keys=tt,teletekst --Query=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[af]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[ar]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[as]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[ast]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[be]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[be@latin]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[bg]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[bn]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[bn_IN]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[br]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[bs]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[ca]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[ca@valencia]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[cs]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[csb]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[da]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[de]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[el]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[en_GB]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[eo]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[es]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[et]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[eu]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[fa]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[fi]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[fr]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[fy]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[ga]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[gl]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[gu]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[he]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[hi]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[hne]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[hr]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[hsb]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[hu]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[ia]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[id]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[is]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[it]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[ja]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[ka]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[kk]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[km]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[kn]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[ko]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[ku]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[lt]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[lv]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[mai]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[ml]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[mr]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[ms]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[nb]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[nds]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[ne]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[nl]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[nn]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[or]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[pa]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[pl]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[pt]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[pt_BR]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[ro]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[ru]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[se]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[si]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[sk]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[sl]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[sr]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[sr@ijekavian]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[sr@ijekavianlatin]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[sr@latin]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[sv]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[ta]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[te]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[tg]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[th]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[tr]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[ug]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[uk]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[uz]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[uz@cyrillic]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[vi]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[wa]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[x-test]=xxhttp://teletekst.nos.nl/gif/\\{@}-01.htmlxx --Query[zh_CN]=http://teletekst.nos.nl/gif/\\{@}-01.html --Query[zh_TW]=http://teletekst.nos.nl/gif/\\{@}-01.html -diff --git a/kurifilter-plugins/ikws/searchproviders/opendesktop.desktop b/kurifilter-plugins/ikws/searchproviders/opendesktop.desktop -deleted file mode 100644 -index 22f2278..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/opendesktop.desktop -+++ /dev/null -@@ -1,141 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=opendesktop,odesk,od --Name=openDesktop.org --Name[ast]=openDesktop.org --Name[bg]=openDesktop.org --Name[bn]=ওপেন-ডেস্কটপ.অর্গ --Name[bs]=Otvorena površ --Name[ca]=openDesktop.org --Name[ca@valencia]=openDesktop.org --Name[cs]=openDesktop.org --Name[da]=openDesktop.org --Name[de]=openDesktop.org --Name[el]=openDesktop.org --Name[en_GB]=openDesktop.org --Name[eo]=openDesktop.org --Name[es]=openDesktop.org --Name[et]=openDesktop.org --Name[eu]=openDesktop.org --Name[fa]=openDesktop.org --Name[fi]=openDesktop.org --Name[fr]=openDesktop.org --Name[ga]=openDesktop.org --Name[gl]=openDesktop.org --Name[gu]=ઓપનડેસ્કટોપ.ઓર્ગ --Name[he]=openDesktop.org --Name[hi]=openDesktop.org --Name[hr]=openDesktop.org --Name[hu]=openDesktop.org --Name[ia]=openDesktop.org --Name[id]=openDesktop.org --Name[is]=openDesktop.org --Name[it]=openDesktop.org --Name[ja]=openDesktop.org --Name[kk]=openDesktop.org --Name[km]=openDesktop.org --Name[kn]=openDesktop.org --Name[ko]=openDesktop.org --Name[lt]=openDesktop.org --Name[lv]=openDesktop.org --Name[mai]=openDesktop.org --Name[mr]=ओपन डेस्कटॉप.org --Name[nb]=openDesktop.org --Name[nds]=openDesktop.org --Name[nl]=openDesktop.org --Name[nn]=openDesktop.org --Name[pa]=openDesktop.org --Name[pl]=openDesktop.org --Name[pt]=openDesktop.org --Name[pt_BR]=openDesktop.org --Name[ro]=openDesktop.org --Name[ru]=openDesktop.org --Name[si]=openDesktop.org --Name[sk]=openDesktop.org --Name[sl]=openDesktop.org --Name[sr]=Отворена површ --Name[sr@ijekavian]=Отворена површ --Name[sr@ijekavianlatin]=Otvorena površ --Name[sr@latin]=Otvorena površ --Name[sv]=openDesktop.org --Name[tg]=openDesktop.org --Name[th]=openDesktop.org --Name[tr]=openDesktop.org --Name[ug]=openDesktop.org --Name[uk]=openDesktop.org --Name[vi]=openDesktop.org --Name[wa]=openDesktop.org --Name[x-test]=xxopenDesktop.orgxx --Name[zh_CN]=openDesktop.org --Name[zh_TW]=openDesktop.org --Query=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[ar]=http://www.kde-apps.org/content/search.php?search=Search&name=\\{@} --Query[ast]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[bg]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[bn]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[bs]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[ca]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[ca@valencia]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[cs]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[da]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[de]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[el]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[en_GB]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[eo]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[es]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[et]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[eu]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[fa]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[fi]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[fr]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[ga]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[gl]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[gu]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[he]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[hi]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[hr]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[hu]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[ia]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[id]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[is]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[it]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[ja]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[kk]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[km]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[kn]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[ko]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[lt]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[lv]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[mai]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[mr]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[nb]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[nds]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[nl]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[nn]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[pa]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[pl]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[pt]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[pt_BR]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[ro]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[ru]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[si]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[sk]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[sl]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[sr]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[sr@ijekavian]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[sr@ijekavianlatin]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[sr@latin]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[sv]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[tg]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[th]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[tr]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[ug]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[uk]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[vi]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[wa]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[x-test]=xxhttp://www.opendesktop.org/content/search.php?search=Search&name=\\{@}xx --Query[zh_CN]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --Query[zh_TW]=http://www.opendesktop.org/content/search.php?search=Search&name=\\{@} --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/pgpkeys.desktop b/kurifilter-plugins/ikws/searchproviders/pgpkeys.desktop -deleted file mode 100644 -index 201e827..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/pgpkeys.desktop -+++ /dev/null -@@ -1,143 +0,0 @@ --[Desktop Entry] --Keys=pgp,pgpkeys --Name=OpenPGP Key Search --Name[af]=OpenPGP Sleutel Soektog --Name[ar]=البحث عن مفتاح OpenPGP --Name[as]=OpenPGP চাবিৰ অনুসন্ধান --Name[ast]=Gueta de contraseña OpenPGP --Name[be]=Пошук ключа OpenPGP --Name[be@latin]=Pošuk klučoŭ „OpenPGP” --Name[bg]=Търсене на ключ в OpenPGP --Name[bn]=ওপেন-পিজিপি কী (key) অনুসন্ধান --Name[bn_IN]=OpenPGP-কি অনুসন্ধান --Name[bs]=OpenPGP ključevi --Name[ca]=Cerca de claus OpenPGP --Name[ca@valencia]=Cerca de claus OpenPGP --Name[cs]=Vyhledávání OpenPGP klíčů --Name[csb]=Szëkôrz kluczów OpenPGP --Name[cy]=Chwilio Allwedd PGPAgored --Name[da]=OpenPGP-nøglesøgning --Name[de]=Suche nach OpenPGP-Schlüssel --Name[el]=Αναζήτηση κλειδιού OpenPGP --Name[en_GB]=OpenPGP Key Search --Name[eo]=Ŝlosilserĉo de OpenPGP --Name[es]=Búsqueda de clave OpenPGP --Name[et]=OpenPGP võtme otsing --Name[eu]=OpenPGP gako-bilatzailea --Name[fa]=جستجوی کلید OpenPGP --Name[fi]=OpenPGP-avainhaku --Name[fr]=Recherche de clés « OpenPGP » --Name[fy]=Sykje nei OpenPGP-Kaaien --Name[ga]=Cuardach Eochracha OpenPGP --Name[gl]=Busca de chaves de OpenPGP --Name[gu]=OpenPGP કી શોધ --Name[he]=חיפוש מפתחות OpenPGP --Name[hi]=ओपनपीजीपी कुंजी खोज --Name[hne]=ओपनपीजीपी कुंजी खोज --Name[hr]=Pretraživanje OpenPGP ključeva --Name[hsb]=OpenPGP pytanje klučow --Name[hu]=OpenPGP kulcskereső --Name[ia]=Cerca de clave OpenPGP --Name[id]=Pencari Kunci OpenPGP --Name[is]=OpenPGP lykilleit --Name[it]=Ricerca di chiavi OpenPGP --Name[ja]=OpenPGP キー検索 --Name[ka]=OpenPGP კოდის ძიება --Name[kk]=OpenPGP кілттерін табу --Name[km]=ស្វែងរក​កូនសោ​តាម​រយៈ OpenPGP --Name[kn]=ಮುಕ್ತ PGP ಕೀಲಿಕೈ ಹುಡುಕಾಟ --Name[ko]=OpenPGP 키 검색 --Name[ku]=Lêgerîna Mifteya Open PGP --Name[lt]=OpenPGP raktų paieška --Name[lv]=OpenPGP atslēgu meklēšana --Name[mai]=ओपनपीजीपी कुँजी खोज --Name[mk]=Пребарување на OpenPGP клучеви --Name[ml]=ഓപ്പണ്‍പിജിപി (OpenPGP) കീ തെരച്ചില്‍ --Name[mr]=OpenPGP किल्ली शोध --Name[ms]=Carian Kekunci OpenPGP --Name[nb]=OpenPGP nøkkelsøk --Name[nds]=OpenPGP-Slötel-Söök --Name[ne]=खुला PGP कुञ्जी खोजी --Name[nl]=Zoeken naar OpenPGP-sleutels --Name[nn]=OpenPGP-nøkkelsøk --Name[or]=OpenPGP କି ସନ୍ଧାନ --Name[pa]=OpenPGP ਕੁੰਜੀ ਖੋਜ --Name[pl]=Przeszukiwarka kluczy OpenPGP --Name[pt]=Pesquisa de Chaves do OpenPGP --Name[pt_BR]=Busca de chaves OpenPGP --Name[ro]=Căutare chei OpenPGP --Name[ru]=Поиск ключей OpenPGP --Name[se]=Oza OpenPGP-čoavdagiid --Name[si]=OpenPGP යතුරු සෙවුම --Name[sk]=Hľadanie kľúčov OpenPGP --Name[sl]=Iskanje ključa OpenPGP --Name[sr]=ОпенПГП кључеви --Name[sr@ijekavian]=ОпенПГП кључеви --Name[sr@ijekavianlatin]=OpenPGP ključevi --Name[sr@latin]=OpenPGP ključevi --Name[sv]=OpenPGP-nyckelsökning --Name[ta]=OpenPGP வார்த்தை தேடுதல் --Name[te]=OpenPGP కీ శోధన --Name[tg]=Ҷустуҷӯи калидҳои OpenPGP --Name[th]=ค้นหารหัสกุญแจ OpenPGP --Name[tr]=OpenPGP anahtar Arayıcı --Name[ug]=OpenPGP ئاچقۇچلۇق سۆز بويىچە ئىزدە --Name[uk]=Пошук ключів OpenPGP --Name[uz]=OpenPGP kalitlarni qidirish --Name[uz@cyrillic]=OpenPGP калитларни қидириш --Name[vi]=Tìm kiếm khoá OpenPGP --Name[wa]=Cweraedje d' ene clé OpenPGP --Name[xh]=Uphendlo Lwesitshixo se OpenPGP --Name[x-test]=xxOpenPGP Key Searchxx --Name[zh_CN]=OpenPGP 密钥搜索 --Name[zh_TW]=OpenPGP 金鑰搜尋 --Query=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[bg]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[bs]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[ca]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[ca@valencia]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[cs]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[da]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[de]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[el]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[es]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[eu]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[fi]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[fr]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[gl]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[hi]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[hu]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[ia]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[id]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[is]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[it]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[ja]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[kk]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[ko]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[lt]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[nb]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[nds]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[nl]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[nn]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[pa]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[pl]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[pt]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[pt_BR]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[ro]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[ru]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[sk]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[sl]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[sr]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[sr@ijekavian]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[sr@ijekavianlatin]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[sr@latin]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[sv]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[tr]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[ug]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[uk]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[wa]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[x-test]=xxhttp://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindexxx --Query[zh_CN]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --Query[zh_TW]=http://pgp.mit.edu:11371/pks/lookup?search=\\{@}&op=vindex --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/php.desktop b/kurifilter-plugins/ikws/searchproviders/php.desktop -deleted file mode 100644 -index f250666..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/php.desktop -+++ /dev/null -@@ -1,164 +0,0 @@ --[Desktop Entry] --Keys=php --Name=PHP Search --Name[af]=PHP Soektog --Name[ar]=بحث PHP --Name[as]=PHP Search --Name[ast]=Gueta PHP --Name[be]=Пошук PHP --Name[be@latin]=Pošuk dla PHP --Name[bg]=Търсене в PHP --Name[bn]=পি-এইচ-পি অনুসন্ধান --Name[bn_IN]=PHP অনুসন্ধান --Name[br]=Klask PHP --Name[bs]=Priručnik za PHP --Name[ca]=Cerca PHP --Name[ca@valencia]=Cerca PHP --Name[cs]=Vyhledávání PHP --Name[csb]=PHP Szëkba --Name[cy]=Chwilio PHP --Name[da]=PHP-søgning --Name[de]=PHP-Suche --Name[el]=Αναζήτηση PHP --Name[en_GB]=PHP Search --Name[eo]=Serĉo en PHP --Name[es]=Búsqueda PHP --Name[et]=PHP Search --Name[eu]=PHP bilatzailea --Name[fa]=جستجوی PHP --Name[fi]=PHP-haku --Name[fr]=Recherche sur PHP --Name[fy]=PHP-sykaksje --Name[ga]=Cuardach PHP --Name[gl]=Busca de PHP --Name[gu]=PHP શોધ --Name[he]=חיפוש PHP --Name[hi]=पीएचपी खोज --Name[hne]=पीएचपी खोज --Name[hr]=PHP pretraživanje --Name[hsb]=PHP pytanje --Name[hu]=PHP Search --Name[ia]=Cerca PHP --Name[id]=Pencarian PHP --Name[is]=PHP leit --Name[it]=Ricerca PHP --Name[ja]=PHP 検索 --Name[ka]=PHP ძიება --Name[kk]=PHP іздеуі --Name[km]=ការ​ស្វែងរក PHP --Name[kn]=PHP ಹುಡುಕಾಟ --Name[ko]=PHP 검색 --Name[ku]=Lêgerîna PHP'ê --Name[lt]=PHP paieška --Name[lv]=PHP meklēšana --Name[mai]=पीएचपी खोज --Name[mk]=Пребарување за PHP --Name[ml]=പിഎച്പി (PHP) തെരച്ചില്‍ --Name[mr]=PHP शोध --Name[ms]=Carian PHP --Name[nb]=PHP-søk --Name[nds]=PHP-Söök --Name[ne]=PHP खोजी --Name[nl]=PHP-zoekactie --Name[nn]=PHP-søk --Name[or]=PHP ସନ୍ଧାନ --Name[pa]=PHP ਖੋਜ --Name[pl]=PHP (język skryptowy)- dokumentacja --Name[pt]=Pesquisa de PHP --Name[pt_BR]=Busca PHP --Name[ro]=Căutare PHP --Name[ru]=Документация по PHP --Name[se]=PHP-ohcan --Name[si]=PHP සෙවුම --Name[sk]=Hľadanie PHP --Name[sl]=Iskanje po PHP --Name[sr]=Приручник за ПХП --Name[sr@ijekavian]=Приручник за ПХП --Name[sr@ijekavianlatin]=Priručnik za PHP --Name[sr@latin]=Priručnik za PHP --Name[sv]=PHP search --Name[ta]=PHP தேடு --Name[te]=పి హెచ్ పి అన్వెషణ --Name[tg]=Ҷустуҷӯи PHP --Name[th]=ค้นหาเกี่ยวกับ PHP --Name[tr]=PHP Arayıcı --Name[ug]=PHP ئىزدە --Name[uk]=Пошук PHP --Name[uz]=PHP qidirish --Name[uz@cyrillic]=PHP қидириш --Name[vi]=Tìm kiếm PHP --Name[wa]=Cweraedje PHP --Name[xh]=Uphendlo lwe PHP --Name[x-test]=xxPHP Searchxx --Name[zh_CN]=PHP 搜索 --Name[zh_TW]=PHP 搜尋 --Query=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[ar]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[ast]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[bg]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[bn]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[bs]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[ca]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[ca@valencia]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[cs]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[da]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[de]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[el]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[en_GB]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[eo]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[es]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[et]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[eu]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[fa]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[fi]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[fr]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[ga]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[gl]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[gu]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[he]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[hi]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[hr]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[hu]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[ia]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[id]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[is]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[it]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[ja]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[kk]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[km]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[kn]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[ko]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[lt]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[lv]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[ml]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[mr]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[nb]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[nds]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[nl]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[nn]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[pa]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[pl]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[pt]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[pt_BR]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[ro]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[ru]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[si]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[sk]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[sl]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[sr]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[sr@ijekavian]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[sr@ijekavianlatin]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[sr@latin]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[sv]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[tg]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[th]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[tr]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[ug]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[uk]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[vi]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[wa]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[x-test]=xxhttp://www.php.net/manual-lookup.php?pattern=\\{@}xx --Query[zh_CN]=http://www.php.net/manual-lookup.php?pattern=\\{@} --Query[zh_TW]=http://www.php.net/manual-lookup.php?pattern=\\{@}"}&pattern=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/python.desktop b/kurifilter-plugins/ikws/searchproviders/python.desktop -deleted file mode 100644 -index 7921b36..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/python.desktop -+++ /dev/null -@@ -1,144 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=py,python --Name=Python Reference Manual --Name[af]=Python Verwysing Handleiding --Name[ar]=كتيّب Python المرجعي --Name[as]=Python প্ৰসঙ্গৰ হাতপুথি --Name[ast]=Manual de referencia de Python --Name[be]=Падручнік Python --Name[be@latin]=Daviednik dla „Python” --Name[bg]=Python Reference Manual --Name[bn]=পাইথন রেফারেন্স ম্যানুয়াল --Name[bn_IN]=Python রেফারেন্স সহায়িকা --Name[bs]=Referentni priručnik pitona --Name[ca]=Manual de referència de Python --Name[ca@valencia]=Manual de referència de Python --Name[cs]=Manuál jazyka Python --Name[csb]=Python - pòdrãcznik --Name[cy]=Llawlyfr Cyfeiriol Python --Name[da]=Python reference-manual --Name[de]=Python-Handbuch --Name[el]=Εγχειρίδιο αναφοράς Python --Name[en_GB]=Python Reference Manual --Name[eo]=Manlibro de Pitono --Name[es]=Manual de referencia de Python --Name[et]=Python Reference Manual --Name[eu]=Python erreferentzia-eskuliburua --Name[fa]=راهنمای مرجع Python --Name[fi]=Python Reference Manual --Name[fr]=Manuel de référence de Python --Name[fy]=Python Reference Manual --Name[ga]=Lámhleabhar Python --Name[gl]=Manual de referencia de Python --Name[gu]=Python સંદર્ભ ગ્રંથ --Name[he]=המדריך ל־Python --Name[hi]=पायथन रेफरेंस मेनुअल --Name[hne]=पायथन रेफरेंस मेनुअल --Name[hr]=Python referentni priručnik --Name[hsb]=Python-přiručka --Name[hu]=Python referencia-kézikönyv --Name[ia]=Manual de referentia de Python --Name[id]=Manual Referensi Python --Name[is]=Python handbókin --Name[it]=Manuale di riferimento di Python --Name[ja]=Python リファレンスマニュアル --Name[kk]=Python анықтамасы --Name[km]=សៀវភៅ​យោង​របស់ Python --Name[kn]=ಪೈಥಾನ್ ಪರಾಮರ್ಶನ (ರೆಫರೆಂಸ್) ಕೈಪಿಡಿ --Name[ko]=Python 참조 설명서 --Name[ku]=Rêberê Çavkaniya Python --Name[lt]=Python vadovas-žinynas --Name[lv]=Python rokasgrāmata --Name[mai]=पायथन रेफरेंस मेनुअल --Name[mk]=Референтен прирачник за Python --Name[ml]=പൈത്തണ്‍ സഹായക ഗ്രന്ഥം --Name[mr]=पायथन रेफरेंस पुस्तिका --Name[ms]=Manual Rujukan Python --Name[nb]=Referansehåndbok for Python --Name[nds]=Python-Referenzhandbook --Name[ne]=पाइथन सन्दर्भ म्यानुअल --Name[nl]=Python Reference Manual --Name[nn]=Python-referansehandbok --Name[or]=Python ସନ୍ଦର୍ଭ ସହାୟକ ପୁସ୍ତକ --Name[pa]=Python ਹਵਾਲਾ ਦਸਤਾਵੇਜ਼ --Name[pl]=Python (język programowania)- podręcznik --Name[pt]=Manual de Referência do Python --Name[pt_BR]=Manual de referência do Python --Name[ro]=Manualul de referință Python --Name[ru]=Справочник по Python --Name[se]=Python-referánsagiehtagirji --Name[si]=Python යොමු අත්පොත --Name[sk]=Manuál jazyka Python --Name[sl]=Referenčni priročnik za python --Name[sr]=Референтни приручник питона --Name[sr@ijekavian]=Референтни приручник питона --Name[sr@ijekavianlatin]=Referentni priručnik Pythona --Name[sr@latin]=Referentni priručnik Pythona --Name[sv]=Python referensmanual --Name[ta]=பைதான் பார்வை கையேடு --Name[te]=Python సంప్రదింపు మాన్యువల్ --Name[tg]=Дастуруламали Python --Name[th]=คู่มืออ้างอิงภาษาไพธอน --Name[tr]=Python Başvuru El Kitabı --Name[ug]=Python پايدىلىنىش قوللانمىسى --Name[uk]=Довідник з Python --Name[uz]=Python uchun koʻllanma --Name[uz@cyrillic]=Python учун кўлланма --Name[vi]=Sổ tay tham khảo Python --Name[wa]=Manuel di referince di Python --Name[xh]=Ubhekiso lwe Python yesandla --Name[x-test]=xxPython Reference Manualxx --Name[zh_CN]=Python 参考手册 --Name[zh_TW]=Python 參考手冊 --Query=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[bg]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[bs]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[ca]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[ca@valencia]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[cs]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[da]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[de]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[el]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[es]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[eu]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[fi]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[fr]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[gl]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[hi]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[hu]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[ia]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[id]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[is]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[it]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[ja]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[kk]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[ko]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[lt]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[nb]=https://www.google.no/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[nds]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[nl]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[nn]=https://www.google.com/search?hl=nn&sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[pa]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[pl]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[pt]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[pt_BR]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[ro]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[ru]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[sk]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[sl]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[sr]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[sr@ijekavian]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[sr@ijekavianlatin]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[sr@latin]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[sv]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[tr]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[ug]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[uk]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[wa]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[x-test]=xxhttps://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.orgxx --Query[zh_CN]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --Query[zh_TW]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/qt.desktop b/kurifilter-plugins/ikws/searchproviders/qt.desktop -deleted file mode 100644 -index d5233f5..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/qt.desktop -+++ /dev/null -@@ -1,143 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=qt --Name=Latest Qt Online Documentation --Name[af]=Nuutste Qt Aanlyn Dokumentasie --Name[ar]=أحدث وثائق Qt المباشرة --Name[as]=শেহতীয়া Qt অন-লাইন আলেখ্যন --Name[ast]=Cabera documentación Qt en llinia --Name[be]=Найноўшая дакументацыя па Qt --Name[be@latin]=Dakumentacyja dla „Qt” --Name[bg]=Последна документация на Qt --Name[bn]=কিউ-টি অনলাইন ডকুমেন্টেশন --Name[bn_IN]=Qt সংক্রান্ত সাম্প্রতিক নথিপত্র --Name[bs]=Najnovija dokumentacija KuT‑a na vezi --Name[ca]=L'última documentació en línia de Qt --Name[ca@valencia]=L'última documentació en línia de Qt --Name[cs]=Nejnovější online dokumentace Qt --Name[csb]=Slédnô dokùmentacëjô Qt --Name[cy]=Dogfennaeth Diweddar QT Online --Name[da]=Nyeste Qt online-dokumentation --Name[de]=Aktuelle Qt-Online-Dokumentation --Name[el]=Τελευταία τεκμηρίωση του Qt στο διαδίκτυο --Name[en_GB]=Latest Qt Online Documentation --Name[eo]=La plej aktuala reta dokumentado de Qt --Name[es]=Ultima documentación Qt en línea --Name[et]=Qt uusim dokumentatsioon võrgus --Name[eu]=Qt lineako azken dokumentazioa --Name[fa]=آخرین مستندات برخط Qt --Name[fi]=Uusin Qt-dokumentaatio --Name[fr]=La dernière version de la documentation en ligne de Qt --Name[fy]=Nijste Qt Online-dokumintaasje --Name[ga]=Doiciméadú Ar Líne Is Déanaí Qt4 --Name[gl]=Última documentación en liña de Qt --Name[gu]=તાજેતરનાં Qt ઓનલાઇન દસ્તાવેજ --Name[he]=התיעוד המקוון העדכני ביותר של Qt --Name[hi]=नवीनतम क्यूटी आनलाइन दस्तावेज़ --Name[hne]=एकदम नवा क्यूटी आनलाइन कागद --Name[hr]=Najnovija Qt dokumentacija na Internetu --Name[hsb]=Online-dokumentacija najnowšeho Qt --Name[hu]=A legfrissebb webes Qt dokumentáció --Name[ia]=Ultime documentation in linea de Qt --Name[id]=Dokumentasi Daring Qt Terkini --Name[is]=Nýjustu Qt handbækurnar --Name[it]=Ultima documentazione in rete delle Qt --Name[ja]=Qt 最新オンラインドキュメント --Name[kk]=Qt-ның ең жаңа желідегі құжаттамасы --Name[km]=ឯកសារ​ថ្មី​បំផុត​លើ​បណ្ដាញ​របស់ Qt --Name[kn]=ಇತ್ತೀಚಿನ ಕ್ಯೂಟಿ ಜಾಲಲಭ್ಯ ದಸ್ತಾವೇಜೀಕರಣ --Name[ko]=최신 Qt 온라인 문서 --Name[ku]=Belgekirinên Girêdayî ên Qt ên Dawî --Name[lt]=Naujausia Qt dokumentacija tinkle --Name[lv]=Jaunākā Qt dokumentācija tīmeklī --Name[mai]=नवीनतम क्यूटी आनलाइन दस्ताबेज --Name[mk]=Последната Qt-документација на мрежа --Name[ml]=ക്യട്ടിയുടെ ഓണ്‍ലൈനായുള്ള ഏറ്റവും പുതിയ സഹായക്കുറിപ്പുകള്‍ --Name[mr]=नवीनतम Qt ऑनलाइन दस्तऐवज --Name[ms]=Dokumentasi Dalam Talian Kuantiti Terakhir --Name[nb]=Nyeste QT-dokumentasjon på nett --Name[nds]=Niegst Online-Dokmentatschoon vun Qt --Name[ne]=नवीनतम Qt अनलाइन मिसिलीकरण --Name[nl]=Nieuwste Qt Online-documentatie --Name[nn]=Nyaste QT-dokumentasjon på nett --Name[or]=ନୂତନତମ Qt ଅନଲାଇନ ଦଲିଲିକରଣ --Name[pa]=ਤਾਜ਼ਾ Qt ਆਨਲਾਈਨ ਡੌਕੂਮੈਂਟ --Name[pl]=Najnowsza dokumentacja Qt --Name[pt]=Última Documentação 'Online' do Qt --Name[pt_BR]=Documentação on-line recente sobre o Qt --Name[ro]=Documentația Qt on-line --Name[ru]=Документация по последней версии Qt --Name[se]=Ođđamus Qt-dokumentašuvdna fierpmádagas --Name[si]=අළුත්ම Qt මාර්ගගත ලේඛන --Name[sk]=Najnovšia online dokumentácia Qt --Name[sl]=Spletna dokumentacija za najnovejši Qt --Name[sr]=Најновија документација КуТ‑а на вези --Name[sr@ijekavian]=Најновија документација КуТ‑а на вези --Name[sr@ijekavianlatin]=Najnovija dokumentacija Qt‑a na vezi --Name[sr@latin]=Najnovija dokumentacija Qt‑a na vezi --Name[sv]=Senaste Qt-direktdokumentation --Name[ta]=புதிய க்யூ டீ இணை ஆவணப்பதிவு --Name[te]=సరికొత్త Qt ఆన్‌లైన్ పత్రికీకరణ --Name[tg]=Китобҳои навтарини онлайни Qt --Name[th]=เอกสารออนไลน์ล่าสุดเกี่ยวกับ Qt --Name[tr]=Güncel Qt Dokümantasyonu --Name[ug]=ئەڭ يېڭى Qt3 توردىكى پۈتۈكلىرى --Name[uk]=Найсвіжіша документація з Qt у мережі --Name[uz]=Qt uchun koʻllanma --Name[uz@cyrillic]=Qt учун кўлланма --Name[vi]=Tài liệu Trực tuyến Mới nhất của Qt --Name[wa]=Documintåcion di Qt so les fyis --Name[x-test]=xxLatest Qt Online Documentationxx --Name[zh_CN]=最新的 Qt 在线文档 --Name[zh_TW]=最新的 Qt 線上文件 --Query=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[bg]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[bs]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[ca]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[ca@valencia]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[cs]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[da]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[de]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[el]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[es]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[eu]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[fi]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[fr]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[gl]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[hi]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[hu]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[ia]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[id]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[is]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[it]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[ja]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[kk]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[ko]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[lt]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[nb]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[nds]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[nl]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[nn]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[pa]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[pl]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[pt]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[pt_BR]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[ro]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[ru]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[sk]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[sl]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[sr]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[sr@ijekavian]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[sr@ijekavianlatin]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[sr@latin]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[sv]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[tr]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[ug]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[uk]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[wa]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[x-test]=xxhttp://qt-project.org/doc/search/qt-5.0?search=\\{@}xx --Query[zh_CN]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --Query[zh_TW]=http://qt-project.org/doc/search/qt-5.0?search=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/qt4.desktop b/kurifilter-plugins/ikws/searchproviders/qt4.desktop -deleted file mode 100644 -index f0a838e..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/qt4.desktop -+++ /dev/null -@@ -1,100 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Qt4 Documentation --Name[bg]=Документация за Qt4 --Name[bs]=Dokumentacija QT4 --Name[ca]=Documentació de Qt4 --Name[ca@valencia]=Documentació de Qt4 --Name[cs]=Qt4 Documentation --Name[da]=Qt4-dokumentation --Name[de]=Qt4-Dokumentation --Name[el]=Τεκμηρίωση Qt --Name[es]=Documentación de Qt4 --Name[eu]=Qt4 dokumentazioa --Name[fi]=Qt4-dokumentaatio --Name[fr]=Documentation de Qt4 --Name[gl]=Documentación de Qt4 --Name[hi]=क्यूटी4 दस्तावेज़ --Name[hu]=Qt4 dokumentáció --Name[ia]=Documentation de Qt4 --Name[id]=Dokumentasi Qt4 --Name[is]=Qt4 handbækur --Name[it]=Documentazione di Qt4 --Name[ja]=Qt4 ドキュメント --Name[kk]=Qt4 құжаттамасы --Name[ko]=Qt4 문서 --Name[lt]=Qt4 dokumentacija --Name[nb]=Qt4-dokumentasjon --Name[nds]=Qt4-Dokmentatschoon --Name[nl]=Qt4-documentatie --Name[nn]=Qt4-dokumentasjon --Name[pa]=Qt4 ਡੌਕੂਮੈਂਟੇਸ਼ਨ --Name[pl]=Dokumentacja Qt4 --Name[pt]=Documentação do Qt4 --Name[pt_BR]=Documentação do Qt4 --Name[ro]=Documentația Qt4 --Name[ru]=Документация по Qt4 --Name[sk]=Dokumentácia Qt4 --Name[sl]=Dokumentacija za Qt4 --Name[sr]=Документација КуТ‑а 4 --Name[sr@ijekavian]=Документација КуТ‑а 4 --Name[sr@ijekavianlatin]=Dokumentacija Qt‑a 4 --Name[sr@latin]=Dokumentacija Qt‑a 4 --Name[sv]=Qt4-dokumentation --Name[tr]=Qt4 Belgelendirmesi --Name[ug]=Qt4 قوللانمىسى --Name[uk]=Документація з Qt4 --Name[wa]=Documintåcion di Qt4 --Name[x-test]=xxQt4 Documentationxx --Name[zh_CN]=Qt4 文档 --Name[zh_TW]=Qt4 文件 --X-KDE-ServiceTypes=SearchProvider --Keys=qt4 --Query=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[bg]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[bs]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[ca]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[ca@valencia]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[cs]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[da]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[de]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[el]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[es]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[eu]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[fi]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[fr]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[gl]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[hi]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[hu]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[ia]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[id]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[is]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[it]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[ja]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[kk]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[ko]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[lt]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[nb]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[nds]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[nl]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[nn]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[pa]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[pl]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[pt]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[pt_BR]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[ro]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[ru]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[sk]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[sl]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[sr]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[sr@ijekavian]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[sr@ijekavianlatin]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[sr@latin]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[sv]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[tr]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[ug]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[uk]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[wa]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[x-test]=xxhttp://qt-project.org/doc/search/qt-4.8?search=\\{@}xx --Query[zh_CN]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} --Query[zh_TW]=http://qt-project.org/doc/search/qt-4.8?search=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/rae.desktop b/kurifilter-plugins/ikws/searchproviders/rae.desktop -deleted file mode 100644 -index 620d98c..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/rae.desktop -+++ /dev/null -@@ -1,144 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=rae --Name=Dictionary of the Spanish Academy (RAE) --Name[af]=Woordeboek van die Spaanse Akademie (RAE) --Name[ar]=قاموس الأكاديمية الأسبانية (RAE) --Name[as]=Spanish Academy (RAE) ৰ অভিধান --Name[ast]=Diccionariu de la Real Academia de la Lengua Española (RAE) --Name[be]=Слоўнік Іспанскай акадэміі (RAE) --Name[be@latin]=Słoŭnik Hišpanskaj Akademii (RAE) --Name[bg]=Речник на испанската академия (RAE) --Name[bn]=স্প্যানিশ অ্যাকাডেমীর অভিধান (RAE) --Name[bn_IN]=স্প্যানিশ আকাডেমির অভিধান (RAE) --Name[br]=Geriaoueg akadamiezh spaniolek (RAE) --Name[bs]=Rječnik Španske akademije (RAE) --Name[ca]=Diccionari de l'Acadèmia Espanyola (RAE) --Name[ca@valencia]=Diccionari de l'Acadèmia Espanyola (RAE) --Name[cs]=Slovník Špenělské akademie --Name[csb]=Słowôrz Szpańsczi Akademijë (RAE) --Name[cy]=Geiriadur yr Academi Sbaeneg (RAE) --Name[da]=Ordbog fra det spanske akademi (RAE) --Name[de]=Lexikon der spanischen Akademie (RAE) --Name[el]=Λεξικό της ισπανικής ακαδημίας (RAE) --Name[en_GB]=Dictionary of the Spanish Academy (RAE) --Name[eo]=Vortaro de la Hispana Reĝa Akademio --Name[es]=Diccionario de la Real Academia Española (RAE) --Name[et]=Hispaania akadeemia (RAE) sõnaraamat --Name[eu]=RAE Espainiako Errege Akademiaren hiztegia --Name[fa]=واژه‌نامه فرهنگستان اسپانیایی (RAE) --Name[fi]=Espanjan Akatemian sanakirja (RAE) --Name[fr]=Dictionnaire de l'Académie Espagnole (RAE) --Name[fy]=Wurdboek fan de Spaanske akademy (RAE) --Name[ga]=Diccionario de la lengua española (RAE) --Name[gl]=Dicionario da real academia española (RAE) --Name[gu]=સ્પેનિશ એકેદમીની ડિક્શનેરી (RAE) --Name[he]=מילון האקדמיה הספרדית (RAE) --Name[hi]=स्पेनी अकादमी का शब्दकोश(RAE) --Name[hne]=स्पेनी अकादमी के सब्दकोस(RAE) --Name[hr]=Rječnik španjolske akademije (RAE) --Name[hsb]=Słownik španiskeje akademije (RAE) --Name[hu]=A Spanyol Akadémia címjegyzéke (RAE) --Name[ia]=Dictionario de le Academia Espaniol (RAE) --Name[id]=Kamus Akademi Bahasa Spanyol (RAE) --Name[is]=Orðasafn spænsku akademíunnar (RAE) --Name[it]=Dizionario dell'Accademia Spagnola (RAE) --Name[ja]=スペイン大学辞書 --Name[kk]=Испан Академиясының сөздігі (RAE) --Name[km]=វចនានុក្រម​របស់ Spanish Academy (RAE) --Name[kn]=ಸ್ಪಾನಿಷ್ ಅಧ್ಯಯನ ಕೇಂದ್ರದ (ಅಕಾಡಮಿ) (RAE) ಶಬ್ದಕೋಶ --Name[ko]=스페인 아카데미 사전 (RAE) --Name[ku]=Ferhenga Akademiya Spanyolî (RAE) --Name[lt]=Ispanijos akademijos (RAE) žodynas --Name[lv]=Spāņu akadēmijas (RAE) vārdnīca --Name[mai]=स्पेनी अकादमी क' शब्दकोश(RAE) --Name[mk]=Речник на Шпанската академија (RAE) --Name[ml]=സ്പാനിഷ് അക്കാദമിയുടെ (RAE) നിഘണ്ടു --Name[mr]=स्पॅनीश अकादमी चा शब्दकोश (RAE) --Name[ms]=Kamus Akademi Bahasa Sepanyol (RAE) --Name[nb]=Ordboka til det spanske akademiet (RAE) --Name[nds]=Nakieksel vun de Spaansche Akademie (RAE) --Name[ne]=स्प्यानिश प्रतिष्ठानको शब्दकोश (RAE) --Name[nl]=Woordenboek van de Spaanse academie (RAE) --Name[nn]=Ordboka til det spanske akademiet (RAE) --Name[or]=ସ୍ପେନିସ ଏକାଡ଼େମିର ଅଭିଧାନ (RAE) --Name[pa]=ਸਪੇਨੀ ਐਕਡਮੀ ਦਾ ਡਿਕਸ਼ਨਰੀ (RAE) --Name[pl]=Słownik Akademii Hiszpańskiej (RAE) --Name[pt]=Dicionário da Academia Espanhola (RAE) --Name[pt_BR]=Dicionário da Academia Espanhola (RAE) --Name[ro]=Dicționarul Academiei Spaniole (RAE) --Name[ru]=Словарь Испанской Академии (RAE) --Name[se]=Spanialaš akademiija sátnegirji (RAE) --Name[si]=ස්පාඤ්ඤ ඇකඩමියේ (RAE) ශබ්ද කෝශය --Name[sk]=Slovník Španielskej akadémie (RAE) --Name[sl]=Slovar Španske akademije (RAE) --Name[sr]=Речник Шпанске академије (РАЕ) --Name[sr@ijekavian]=Рјечник Шпанске академије (РАЕ) --Name[sr@ijekavianlatin]=Rječnik Španske akademije (RAE) --Name[sr@latin]=Rečnik Španske akademije (RAE) --Name[sv]=Spanska akademins ordbok (RAE) --Name[ta]= ஸ்பெனிஷ் அகேடமியின் அகராதி(RAE) --Name[te]=స్పానిష్ అకాడమి (RAE) యొక్క పదకోశం --Name[tg]=Луғати академияи испанӣ (RAE) --Name[th]=พจนานุกรมของ Spanish Academy (RAE) --Name[tr]=İspanyol Akademisinin Sözlüğü (RAE) --Name[ug]=ئىسپان تىلى ئاكادېمىيىسىنىڭ لۇغىتى(RAE) --Name[uk]=Словник іспанської академії (RAE) --Name[uz]=Ispan akademiyasining (RAE) lugʻati --Name[uz@cyrillic]=Испан академиясининг (RAE) луғати --Name[vi]=Từ điển của Viện hàn lâm Tây Ban Nha (RAE) --Name[wa]=Diccionaire del Royåle Academeye Espagnole (RAE) --Name[x-test]=xxDictionary of the Spanish Academy (RAE)xx --Name[zh_CN]=西班牙学院的字典(RAE) --Name[zh_TW]=西班牙金像獎字典 (RAE) --Query=http://www.rae.es/drae/?val=\\{@} --Query[bg]=http://www.rae.es/drae/?val=\\{@} --Query[bs]=http://www.rae.es/drae/?val=\\{@} --Query[ca]=http://www.rae.es/drae/?val=\\{@} --Query[ca@valencia]=http://www.rae.es/drae/?val=\\{@} --Query[cs]=http://www.rae.es/drae/?val=\\{@} --Query[da]=http://www.rae.es/drae/?val=\\{@} --Query[de]=http://www.rae.es/drae/?val=\\{@} --Query[el]=http://www.rae.es/drae/?val=\\{@} --Query[es]=http://www.rae.es/drae/?val=\\{@} --Query[eu]=http://www.rae.es/drae/?val=\\{@} --Query[fi]=http://www.rae.es/drae/?val=\\{@} --Query[fr]=http://www.rae.es/drae/?val=\\{@} --Query[gl]=http://www.rae.es/drae/?val=\\{@} --Query[hi]=http://www.rae.es/drae/?val=\\{@} --Query[hu]=http://www.rae.es/drae/?val=\\{@} --Query[ia]=http://www.rae.es/drae/?val=\\{@} --Query[id]=http://www.rae.es/drae/?val=\\{@} --Query[is]=http://www.rae.es/drae/?val=\\{@} --Query[it]=http://www.rae.es/drae/?val=\\{@} --Query[ja]=http://www.rae.es/drae/?val=\\{@} --Query[kk]=http://www.rae.es/drae/?val=\\{@} --Query[ko]=http://www.rae.es/drae/?val=\\{@} --Query[lt]=http://www.rae.es/drae/?val=\\{@} --Query[nb]=http://www.rae.es/drae/?val=\\{@} --Query[nds]=http://www.rae.es/drae/?val=\\{@} --Query[nl]=http://www.rae.es/drae/?val=\\{@} --Query[nn]=http://www.rae.es/drae/?val=\\{@} --Query[pa]=http://www.rae.es/drae/?val=\\{@} --Query[pl]=http://www.rae.es/drae/?val=\\{@} --Query[pt]=http://www.rae.es/drae/?val=\\{@} --Query[pt_BR]=http://www.rae.es/drae/?val=\\{@} --Query[ro]=http://www.rae.es/drae/?val=\\{@} --Query[ru]=http://www.rae.es/drae/?val=\\{@} --Query[sk]=http://www.rae.es/drae/?val=\\{@} --Query[sl]=http://www.rae.es/drae/?val=\\{@} --Query[sr]=http://www.rae.es/drae/?val=\\{@} --Query[sr@ijekavian]=http://www.rae.es/drae/?val=\\{@} --Query[sr@ijekavianlatin]=http://www.rae.es/drae/?val=\\{@} --Query[sr@latin]=http://www.rae.es/drae/?val=\\{@} --Query[sv]=http://www.rae.es/drae/?val=\\{@} --Query[tr]=http://www.rae.es/drae/?val=\\{@} --Query[ug]=http://www.rae.es/drae/?val=\\{@} --Query[uk]=http://www.rae.es/drae/?val=\\{@} --Query[wa]=http://www.rae.es/drae/?val=\\{@} --Query[x-test]=xxhttp://www.rae.es/drae/?val=\\{@}xx --Query[zh_CN]=http://www.rae.es/drae/?val=\\{@} --Query[zh_TW]=http://www.rae.es/drae/?val=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/rag.desktop b/kurifilter-plugins/ikws/searchproviders/rag.desktop -deleted file mode 100644 -index 006659b..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/rag.desktop -+++ /dev/null -@@ -1,95 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=rag --Name=Dictionary of the Galician Academy (RAG) --Name[bg]=Речник на галисийската академия (RAG) --Name[bs]=Riječnik Galicijske akademije (RAG) --Name[ca]=Diccionari de l'Acadèmia Gallega (RAG) --Name[ca@valencia]=Diccionari de l'Acadèmia Gallega (RAG) --Name[cs]=Slovník Galicijské akademie (RAG) --Name[da]=Ordbog fra det galisiske akademi (RAG) --Name[de]=Lexikon der galizischen Akademie (RAG) --Name[el]=Λεξικό της γαλικιανής ακαδημίας (RAG) --Name[es]=Diccionario de la Academia Gallega (RAG) --Name[eu]=RAG Galiziako Akademiaren hiztegia --Name[fi]=Galician Akatemian sanakirja (RAG) --Name[fr]=Dictionnaire de l'Académie de Galice (RAG) --Name[gl]=Dicionario da Real Academia Galega (RAG) --Name[hu]=A Gall Akadémia címjegyzéke (RAG) --Name[ia]=Dictionario del Academia Galician (RAG) --Name[id]=Kamus Akademi Galicia (RAG) --Name[is]=Orðasafn galisísku akademíunnar (RAG) --Name[it]=Dizionario dell'Accademia Gallega (RAE) --Name[kk]=Галисия Академиясының сөздігі (RAG) --Name[ko]=갈리시아 아카데미 사전 (RAG) --Name[nb]=Ordboka til det galiciske akademiet (RAG) --Name[nds]=Nakieksel vun de Galizsche Akademie (RAG) --Name[nl]=Woordenboek van de Gallische Academie (RAE) --Name[nn]=Ordboka til det galisiske akademiet (RAG) --Name[pa]=ਗਾਲੀਸੀਅਨ ਐਕਡਮੀ ਦਾ ਡਿਕਸ਼ਨਰੀ (RAG) --Name[pl]=Słownik Akademii Galicyjskiej (RAG) --Name[pt]=Dicionário da Academia Galega (RAG) --Name[pt_BR]=Dicionário da Academia Galega (RAG) --Name[ro]=Dicționarul Academiei Galiciene (RAG) --Name[ru]=Словарь Галисийской Академии (RAG) --Name[sk]=Slovník Galícijskej akadémie (RAG) --Name[sl]=Slovar Galicijske akademije (RAG) --Name[sr]=Речник Галицијске академије (РАГ) --Name[sr@ijekavian]=Речник Галицијске академије (РАГ) --Name[sr@ijekavianlatin]=Rečnik Galicijske akademije (RAG) --Name[sr@latin]=Rečnik Galicijske akademije (RAG) --Name[sv]=Galiciska akademins ordbok (RAG) --Name[tr]=Galiçya Akademisinin Sözlüğü (RAG) --Name[ug]=گالىتسىيان تىلى ئاكادېمىيىسىنىڭ لۇغىتى(RAG) --Name[uk]=Словник галісійської академії (RAG) --Name[x-test]=xxDictionary of the Galician Academy (RAG)xx --Name[zh_CN]=西班牙皇家学院字典(RAG) --Name[zh_TW]=西班牙加里西亞學院字典 (RAG) --Query=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[bg]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[bs]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[ca]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[ca@valencia]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[cs]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[da]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[de]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[el]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[es]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[eu]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[fi]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[fr]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[gl]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[hi]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[hu]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[ia]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[id]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[is]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[it]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[kk]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[ko]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[nb]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[nds]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[nl]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[nn]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[pa]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[pl]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[pt]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[pt_BR]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[ro]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[ru]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[sk]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[sl]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[sr]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[sr@ijekavian]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[sr@ijekavianlatin]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[sr@latin]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[sv]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[tr]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[ug]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[uk]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[x-test]=xxhttp://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@}xx --Query[zh_CN]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --Query[zh_TW]=http://www.realacademiagalega.org/dicionario#searchNoun.do?nounTitle=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/rfc.desktop b/kurifilter-plugins/ikws/searchproviders/rfc.desktop -deleted file mode 100644 -index 13ed7ca..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/rfc.desktop -+++ /dev/null -@@ -1,139 +0,0 @@ --[Desktop Entry] --Keys=rfc,rfcs --Name=IETF Requests for Comments --Name[af]=IETF Versoeke vir Kommentaar --Name[ar]=المطالبة بالتعليق من فريق مهندسي عمل الإنترنت --Name[as]=IETF Requests for Comments --Name[ast]=IETF Requests for Comments --Name[be]=Запыты каментараў IETF --Name[be@latin]=IETF: dakumenty RFC --Name[bg]=IETF Requests for Comments --Name[bn]=IETF Requests for Comments --Name[bs]=IETF‑ovi zahtjevi za komentare --Name[ca]=Requeriments per a comentaris de l'IETF --Name[ca@valencia]=Requeriments per a comentaris de l'IETF --Name[cs]=IETF Requests for Comments --Name[csb]=IETF - dokùmentë RFC (sztandardë ë protokòłë) --Name[cy]=Ceisiadau am Sylwadau IETF --Name[da]=IETF Requests for Comments --Name[de]=IETF Requests for Comments --Name[el]=IETF ερωτήσεις για σχόλια --Name[en_GB]=IETF Requests for Comments --Name[eo]=Postuloj de komentoj IETF --Name[es]=IETF Requests for Comments --Name[et]=IETF Requests for Comments --Name[eu]=IETF Requests for Comments --Name[fa]=درخواست IETF برای توضیحات --Name[fi]=IETF-kommenttipyynnöt (RFC) --Name[fr]=RFC IETF --Name[fy]=IETF Requests for Comments --Name[ga]=Iarratais ar Thrácht IETF --Name[gl]=Pedidos de comentarios da IETF --Name[gu]=IETF રીકવેસ્ટ ફોર કોમેન્ટ્સ --Name[he]=IETF Requests for Comments --Name[hi]=IETF निवेदन, टिप्पणी के लिए --Name[hne]=IETF निवेदन, टिप्पनी बर --Name[hr]=IETF zahtjevi za komentarima --Name[hsb]=IETF-próstwy wo přispomnjenja --Name[hu]=IETF RFC-k (Request for Comments) --Name[ia]=IETF Requestas pro Commentos --Name[id]=Permintaan IETF untuk Komentar --Name[is]=IETF Requests for Comments (RFC) --Name[it]=Richieste di commenti di IETF --Name[ja]=IETF Requests for Comments --Name[kk]=IETF пайымдаманы сұрау (RFC) --Name[km]=សំណើ​សុំ​មតិ​យោបល់​តាម​រយៈ IETF --Name[kn]=IETF ಟೀಕೆಗಳಿಗೆ ಕೋರಿಕೆ (ರಿಕ್ವೆಸ್ಟ್ ಫಾರ್ ಕಾಮೆಂಟ್ಸ್) --Name[ko]=IETF RFC --Name[ku]=Daxwazên IETF ji bo şîroveyan --Name[lt]=IETF Requests for Comments --Name[lv]=IETF komentāru pieprasījumi (RFC) --Name[mai]=IETF निवेदन, टिप्पणी कए लेल --Name[mk]=IETF Барања за коментари (rfc) --Name[ml]=ഐഇടിഎഫ് റിക്വസ്റ്റ് ഫോര്‍ കമന്റ്സ് --Name[mr]=टिप्पणी करिता IETF निवेदन --Name[ms]=Permintaan Komen IETF --Name[nb]=IETF Requests for Comments --Name[nds]=RFCs (IETF-"Requests for Comments") --Name[ne]=टिप्पणीका लागि IETF अनुरोध --Name[nl]=IETF Requests for Comments --Name[nn]=IETF Requests for Comments --Name[or]=IETF Requests for Comments --Name[pa]=ਟਿੱਪਣੀ ਲਈ IETF ਬੇਨਤੀ --Name[pl]=IETF - dokumenty RFC (standardy i protokoły) --Name[pt]=Pedidos de Comentários do IETF --Name[pt_BR]=Requisições de comentários IETF --Name[ro]=RFC-uri IETF --Name[ru]=Поиск по RFC --Name[se]=IETF Requests for Comments --Name[si]=ප්‍රතිචාර සඳහා IETF ඉල්ලීම් --Name[sk]=IETF Requests for Comments --Name[sl]=Zahteve IETF za opombe --Name[sr]=ИЕТФ‑ови захтеви за коментаре --Name[sr@ijekavian]=ИЕТФ‑ови захтјеви за коментаре --Name[sr@ijekavianlatin]=IETF‑ovi zahtjevi za komentare --Name[sr@latin]=IETF‑ovi zahtevi za komentare --Name[sv]=IETF Requests for Comments --Name[ta]=IETF குறிப்புகளுக்கான வேண்டுதல்கள் --Name[te]=వ్యాఖ్యానముల కొరకు IETF అభ్యర్ధనలు --Name[tg]=Дархостҳо барои шарҳҳои IETF --Name[th]=การร้องขอ IETF สำหรับคำอธิบาย --Name[tr]=IETF Yorum istemleri --Name[ug]=IETF باھالاش ئىلتىماسى --Name[uk]=Запит коментарів (RFC) IETF --Name[vi]=Yêu cầu bình luận IETF --Name[wa]=Dimande di rawetes IETF --Name[xh]=Izicelo Zogqabazo ze IETF --Name[x-test]=xxIETF Requests for Commentsxx --Name[zh_CN]=IETF 评论请求 --Name[zh_TW]=IETF RFC 文件 --Query=http://tools.ietf.org/id/\\{@} --Query[bg]=http://tools.ietf.org/id/\\{@} --Query[bs]=http://tools.ietf.org/id/\\{@} --Query[ca]=http://tools.ietf.org/id/\\{@} --Query[ca@valencia]=http://tools.ietf.org/id/\\{@} --Query[cs]=http://tools.ietf.org/id/\\{@} --Query[da]=http://tools.ietf.org/id/\\{@} --Query[de]=http://tools.ietf.org/id/\\{@} --Query[el]=http://tools.ietf.org/id/\\{@} --Query[es]=http://tools.ietf.org/id/\\{@} --Query[eu]=http://tools.ietf.org/id/\\{@} --Query[fi]=http://tools.ietf.org/id/\\{@} --Query[fr]=http://tools.ietf.org/id/\\{@} --Query[gl]=http://tools.ietf.org/id/\\{@} --Query[hi]=http://tools.ietf.org/id/\\{@} --Query[hu]=http://tools.ietf.org/id/\\{@} --Query[ia]=http://tools.ietf.org/id/\\{@} --Query[id]=http://tools.ietf.org/id/\\{@} --Query[is]=http://tools.ietf.org/id/\\{@} --Query[it]=http://tools.ietf.org/id/\\{@} --Query[ja]=http://tools.ietf.org/id/\\{@} --Query[kk]=http://tools.ietf.org/id/\\{@} --Query[ko]=http://tools.ietf.org/id/\\{@} --Query[lt]=http://tools.ietf.org/id/\\{@} --Query[nb]=http://tools.ietf.org/id/\\{@} --Query[nds]=http://tools.ietf.org/id/\\{@} --Query[nl]=http://tools.ietf.org/id/\\{@} --Query[nn]=http://tools.ietf.org/id/\\{@} --Query[pa]=http://tools.ietf.org/id/\\{@} --Query[pl]=http://tools.ietf.org/id/\\{@} --Query[pt]=http://tools.ietf.org/id/\\{@} --Query[pt_BR]=http://tools.ietf.org/id/\\{@} --Query[ro]=http://tools.ietf.org/id/\\{@} --Query[ru]=http://tools.ietf.org/id/\\{@} --Query[sk]=http://tools.ietf.org/id/\\{@} --Query[sl]=http://tools.ietf.org/id/\\{@} --Query[sr]=http://tools.ietf.org/id/\\{@} --Query[sr@ijekavian]=http://tools.ietf.org/id/\\{@} --Query[sr@ijekavianlatin]=http://tools.ietf.org/id/\\{@} --Query[sr@latin]=http://tools.ietf.org/id/\\{@} --Query[sv]=http://tools.ietf.org/id/\\{@} --Query[tr]=http://tools.ietf.org/id/\\{@} --Query[ug]=http://tools.ietf.org/id/\\{@} --Query[uk]=http://tools.ietf.org/id/\\{@} --Query[wa]=http://tools.ietf.org/id/\\{@} --Query[x-test]=xxhttp://tools.ietf.org/id/\\{@}xx --Query[zh_CN]=http://tools.ietf.org/id/\\{@} --Query[zh_TW]=http://tools.ietf.org/id/\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/rpmfind.desktop b/kurifilter-plugins/ikws/searchproviders/rpmfind.desktop -deleted file mode 100644 -index 887e09c..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/rpmfind.desktop -+++ /dev/null -@@ -1,182 +0,0 @@ --[Desktop Entry] --Type=Service --Name=RPM-Find --Name[af]=RPM-Vind --Name[ar]=ابحث - RPM --Name[as]=RPM-Find --Name[ast]=RPM-Find --Name[be]=Пошук RPM --Name[be@latin]=Pošuk pakunka „RPM” --Name[bg]=Търсене на пакети RPM --Name[bn]=RPM-Find --Name[bn_IN]=RPM-Find --Name[br]=RPM-Find --Name[bs]=RPM‑traženje --Name[ca]=RPM-Find --Name[ca@valencia]=RPM-Find --Name[cs]=RPM-Find --Name[csb]=Rpmfind - szëkôrz paczétów RPM --Name[cy]=RPM-Find --Name[da]=RPM-Find --Name[de]=RPM-Suche --Name[el]=RPM-Αναζήτηση --Name[en_GB]=RPM-Find --Name[eo]=RPM-trovilo --Name[es]=RPM-Find --Name[et]=RPM-Find --Name[eu]=RPM bilatzailea --Name[fa]=یافتن RPM --Name[fi]=RPM-haku --Name[fr]=Recherche de paquets RPM --Name[fy]=RPM-Find --Name[ga]=RPM-Find --Name[gl]=RPM-Find --Name[gu]=RPM-શોધ --Name[he]=RPM-Find --Name[hi]=आरपीएम-फाइंड --Name[hne]=आरपीएम-फाइंड --Name[hr]=RPM traženje --Name[hsb]=RPM-Find --Name[hu]=RPM-Find --Name[ia]=RPM-Find --Name[id]=RPM-Find --Name[is]=RPM-leit --Name[it]=Trova RPM --Name[ja]=RPM-Find --Name[ka]=RPM-პოვნა --Name[kk]=RPM-ды табу --Name[km]=រក RPM --Name[kn]=RPM-ಹುಡುಕಾಟ --Name[ko]=RPM 찾기 --Name[ku]=RPM-Find --Name[lt]=RPM-Find --Name[lv]=RPM-Meklēšana --Name[mai]=आरपीएम-फाइंड --Name[mk]=RPM-барање --Name[ml]=RPM-തെരയുക --Name[mr]=TV-फाइंड --Name[ms]=RPM-Find --Name[nb]=RPM-Søk --Name[nds]=RPM-Find --Name[ne]=RPM-फेला पार्नुहोस् --Name[nl]=RPM-Find --Name[nn]=RPM-Find --Name[or]=RPM-Find --Name[pa]=RPM-Find --Name[pl]=Rpmfind - wyszukiwarka pakietów RPM --Name[pt]=RPM-Find --Name[pt_BR]=RPM-Find --Name[ro]=Căutare pachete RPM --Name[ru]=Поиск RPM --Name[se]=RPM-Find --Name[si]=RPM-සෙවුම --Name[sk]=RPM-Find --Name[sl]=RPM-Find --Name[sr]=РПМ‑тражење --Name[sr@ijekavian]=РПМ‑тражење --Name[sr@ijekavianlatin]=RPM‑traženje --Name[sr@latin]=RPM‑traženje --Name[sv]=RPM-Find --Name[ta]=RPM-தேடு --Name[te]=RPM-Find --Name[tg]=Ҷустуҷӯи RPM --Name[th]=บริการค้นหา RPM --Name[tr]=RPM-Find --Name[ug]=RPM-Find --Name[uk]=RPM-Find --Name[uz]=RPM qidirish --Name[uz@cyrillic]=RPM қидириш --Name[vi]=Tìm RPM --Name[wa]=RPM-Find --Name[xh]=RPM-Fumana --Name[x-test]=xxRPM-Findxx --Name[zh_CN]=RPM-Find --Name[zh_TW]=RPM-Find --X-KDE-ServiceTypes=SearchProvider --Keys=rf,rpmfind --Query=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[af]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[ar]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[as]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[ast]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[be]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[be@latin]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[bg]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[bn]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[bn_IN]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[bs]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[ca]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[ca@valencia]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[cs]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[csb]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[da]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[de]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[el]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[en_GB]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[eo]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[es]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[et]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[eu]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[fa]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[fi]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[fr]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[fy]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[ga]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[gl]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[gu]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[he]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[hi]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[hne]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[hr]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[hsb]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[hu]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[ia]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[id]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[is]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[it]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[ja]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[kk]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[km]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[kn]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[ko]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[ku]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[lt]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[lv]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[mai]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[ml]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[mr]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[nb]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[nds]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[ne]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[nl]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[nn]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[or]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[pa]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[pl]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[pt]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[pt_BR]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[ro]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[ru]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[se]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[si]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[sk]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[sl]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[sr]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[sr@ijekavian]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[sr@ijekavianlatin]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[sr@latin]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[sv]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[ta]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[te]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[tg]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[th]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[tr]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[ug]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[uk]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[uz]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[uz@cyrillic]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[vi]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[wa]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[x-test]=xxhttp://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@}xx --Query[zh_CN]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} --Query[zh_TW]=http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/ruby_application_archive.desktop b/kurifilter-plugins/ikws/searchproviders/ruby_application_archive.desktop -deleted file mode 100644 -index 3c5708b..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/ruby_application_archive.desktop -+++ /dev/null -@@ -1,181 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Ruby Application Archive --Name[af]=Ruby Toepassing Argief --Name[ar]=ارشيف تطبيقات روبي --Name[as]=Ruby Application Archive --Name[ast]=Ficheru d'aplicaciones en Ruby --Name[be]=Архіў праграмаў Ruby --Name[be@latin]=Aplikacyi „Ruby” --Name[bg]=Архив на Ruby --Name[bn]=রুবি অ্যাপলিকেশন আর্কাইভ --Name[bn_IN]=Ruby অ্যাপ্লিকেশন আর্কাইভ --Name[br]=Diell arloadoù Ruby --Name[bs]=Arhiva rubijevskih programa --Name[ca]=Arxiu d'aplicacions Ruby --Name[ca@valencia]=Arxiu d'aplicacions Ruby --Name[cs]=Archiv aplikací Ruby --Name[csb]=Ruby - archiwa programów --Name[cy]=Archif Cymhwysiadau Ruby --Name[da]=Ruby programarkiv --Name[de]=Ruby-Anwendungsarchiv --Name[el]=Αρχειοθήκη εφαρμογών Ruby --Name[en_GB]=Ruby Application Archive --Name[eo]=Arkivo de aplikaĵo Ruby --Name[es]=Archivo de aplicaciones en Ruby --Name[et]=Ruby Application Archive --Name[eu]=Ruby Application Archive --Name[fa]=بایگانی کاربرد Ruby --Name[fi]=Ruby-sovellusarkisto --Name[fr]=Archive d'applications Ruby --Name[fy]=Ruby programma-argyf --Name[ga]=Cartlann Feidhmchlár Ruby --Name[gl]=Arquivo de programas en Ruby --Name[gu]=રૂબી કાર્યક્રમ અર્કાઇવ --Name[he]=ארכיון יישומי Ruby --Name[hi]=रूबी अनुप्रयोग आर्काइव --Name[hne]=रूबी अनुपरयोग आर्काइव --Name[hr]=Arhiva Ruby aplikacija --Name[hsb]=Ruby-archiw programow --Name[hu]=Ruby alkalmazásarchívum --Name[ia]=Archivo de application de Ruby --Name[id]=Arsip Aplikasi Ruby --Name[is]=Ruby Application Archive --Name[it]=Archivio di applicazioni Ruby --Name[ja]=Ruby アプリケーションアーカイブ --Name[kk]=Ruby қолданбалар архиві --Name[km]=ប័ណ្ណសារ​កម្មវិធី​មគ្គុទ្ទេសក៍​សូរសព្ទ --Name[kn]=ರೂಬಿ ಅನ್ವಯ ಕಡತಾಗಾರ (ಆರ್ಕೈವ್) --Name[ko]=Ruby 프로그램 저장소 --Name[ku]=Arşîva Sepanên Ruby --Name[lt]=Ruby taikomųjų programų archyvas --Name[lv]=Ruby programmu arhīvs --Name[mai]=रूबी अनुप्रयोग आर्काइव --Name[mk]=Архива со Ruby-апликации --Name[ml]=റൂബി പ്രയോഗങ്ങളുടെ ശേഖരം --Name[mr]=रूबी अनुप्रयोग संग्रह --Name[ms]=Arkib Aplikasi Ruby --Name[nb]=Ruby programarkiv --Name[nds]=Ruby-Programmarchiv --Name[ne]=रुबी अनुप्रयोग सङ्ग्रह --Name[nl]=Ruby programma-archief --Name[nn]=Ruby-programarkiv --Name[or]=Ruby ପ୍ରୟୋଗ ଅଭିଲେଖନ --Name[pa]=Ruby ਕਾਰਜ ਅਕਾਇਵ --Name[pl]=Ruby (język programowania) - programy --Name[pt]=Arquivo de Aplicações Ruby --Name[pt_BR]=Arquivo de aplicativos Ruby --Name[ro]=Arhiva de aplicații Ruby --Name[ru]=Архив приложений Ruby --Name[se]=Ruby-prográmmavuorká --Name[si]=Ruby භාවිතයෙදවුම් සංරක්‍ෂකය --Name[sk]=Archív aplikácií Ruby --Name[sl]=Arhiv programov Ruby --Name[sr]=Архива рубијевских програма --Name[sr@ijekavian]=Архива рубијевских програма --Name[sr@ijekavianlatin]=Arhiva ruby programa --Name[sr@latin]=Arhiva ruby programa --Name[sv]=Ruby Application Archive --Name[ta]=ரூபி பயன்பாட்டு களஞ்சியம் --Name[te]=Ruby అనువర్తన ఆర్చివ్ --Name[tg]=Бойгонии барномаи Ruby --Name[th]=คลังโปรแกรมภาษารูบี้ --Name[tr]=Ruby Uygulama Arşivi --Name[ug]=Ruby پروگرامما ئارخىپى --Name[uk]=Архів програм мовою Ruby --Name[uz]=Ruby dastur arxivi --Name[uz@cyrillic]=Ruby дастур архиви --Name[vi]=Kho lưu trữ ứng dụng Ruby --Name[wa]=Årtchives di programes Ruby --Name[xh]=Indawo ye Ruby yokugcina Isicelo --Name[x-test]=xxRuby Application Archivexx --Name[zh_CN]=Ruby 应用程序档案 --Name[zh_TW]=Ruby 應用程式檔案庫 --X-KDE-ServiceTypes=SearchProvider --Keys=raa --Query=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[af]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[ar]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[as]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[ast]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[be]=http://raa.ruby-lang.org/search.rhtml?search=\\{@} --Query[be@latin]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[bg]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[bn]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[bn_IN]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[bs]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[ca]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[ca@valencia]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[cs]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[csb]=http://raa.ruby-lang.org/search.rhtml?search=\\{@} --Query[da]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[de]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[el]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[en_GB]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[eo]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[es]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[et]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[eu]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[fa]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[fi]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[fr]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[fy]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[ga]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[gl]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[gu]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[he]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[hi]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[hne]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[hr]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[hsb]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[hu]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[ia]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[id]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[is]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[it]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[ja]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[kk]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[km]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[kn]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[ko]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[ku]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[lt]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[lv]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[mai]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[ml]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[mr]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[nb]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[nds]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[ne]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[nl]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[nn]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[or]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[pa]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[pl]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[pt]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[pt_BR]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[ro]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[ru]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[se]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[si]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[sk]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[sl]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[sr]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[sr@ijekavian]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[sr@ijekavianlatin]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[sr@latin]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[sv]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[ta]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[te]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[tg]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[th]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[tr]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[ug]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[uk]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[uz]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[uz@cyrillic]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[vi]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[wa]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[x-test]=xxhttp://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@}xx --Query[zh_CN]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} --Query[zh_TW]=http://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/sourceforge.desktop b/kurifilter-plugins/ikws/searchproviders/sourceforge.desktop -deleted file mode 100644 -index 94eaa42..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/sourceforge.desktop -+++ /dev/null -@@ -1,182 +0,0 @@ --[Desktop Entry] --Keys=sf,sourceforge --Name=SourceForge --Name[af]=Sourceforge --Name[ar]=SourceForge --Name[as]=SourceForge --Name[ast]=SourceForge --Name[be]=SourceForge --Name[be@latin]=SourceForge --Name[bg]=SourceForge --Name[bn]=সোর্স-ফর্জ --Name[bn_IN]=SourceForge --Name[br]=SourceForge --Name[bs]=Sorsfordž --Name[ca]=SourceForge --Name[ca@valencia]=SourceForge --Name[cs]=SourceForge --Name[csb]=SourceForge - ùdbë --Name[cy]=SourceForge --Name[da]=SourceForge --Name[de]=SourceForge --Name[el]=SourceForge --Name[en_GB]=SourceForge --Name[eo]=SourceForge --Name[es]=SourceForge --Name[et]=SourceForge --Name[eu]=SourceForge --Name[fa]=سورس فرج --Name[fi]=SourceForge --Name[fr]=Sourceforge --Name[fy]=SourceForge --Name[ga]=SourceForge --Name[gl]=SourceForge --Name[gu]=સોર્સફોર્જ --Name[he]=SourceForge --Name[hi]=सोर्स-फोर्ज --Name[hne]=सोर्स-फोर्ज --Name[hr]=SourceForge --Name[hsb]=SourceForge --Name[hu]=SourceForge --Name[ia]=SourceForge --Name[id]=SourceForge --Name[is]=SourceForge --Name[it]=SourceForge --Name[ja]=SourceForge --Name[ka]=SourceForge --Name[kk]=SourceForge --Name[km]=SourceForge --Name[kn]=ಸೋರ್ಸ್ ಫೋರ್ಜ್ --Name[ko]=SourceForge --Name[ku]=SourceForge --Name[lt]=SourceForge --Name[lv]=SourceForge --Name[mai]=सोर्स-फोर्ज --Name[mk]=SourceForge --Name[ml]=സോഴ്സ്ഫോര്‍ജ് --Name[mr]=सोर्सफोर्ज --Name[ms]=SourceForge --Name[nb]=SourceForge --Name[nds]=SourceForge --Name[ne]=सोर्स फर्ज --Name[nl]=SourceForge --Name[nn]=SourceForge --Name[or]=SourceForge --Name[pa]=SourceForge --Name[pl]=SourceForge - projekty --Name[pt]=SourceForge --Name[pt_BR]=SourceForge --Name[ro]=SourceForge --Name[ru]=SourceForge --Name[se]=SourceForge --Name[si]=SourceForge --Name[sk]=SourceForge --Name[sl]=SourceForge --Name[sr]=Сорсфорџ --Name[sr@ijekavian]=Сорсфорџ --Name[sr@ijekavianlatin]=SourceForge --Name[sr@latin]=SourceForge --Name[sv]=SourceForge --Name[ta]=மூலத்திருட்டு --Name[te]=సొర్స్ ఫొర్జ్ --Name[tg]=SourceForge --Name[th]=SourceForge --Name[tr]=SourceForge --Name[ug]=SourceForge --Name[uk]=SourceForge --Name[uz]=SourceForge --Name[uz@cyrillic]=SourceForge --Name[vi]=SourceForge --Name[wa]=SourceForge --Name[xh]=SourceForge --Name[x-test]=xxSourceForgexx --Name[zh_CN]=SourceForge --Name[zh_TW]=SourceForge --Query=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[af]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[ar]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[as]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[ast]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[be]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[be@latin]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[bg]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[bn]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[bn_IN]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[bs]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[ca]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[ca@valencia]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[cs]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[csb]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[da]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[de]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[el]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[en_GB]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[eo]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[es]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[et]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[eu]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[fa]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[fi]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[fr]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[fy]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[ga]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[gl]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[gu]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[he]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[hi]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[hne]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[hr]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[hsb]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[hu]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[ia]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[id]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[is]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[it]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[ja]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[kk]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[km]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[kn]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[ko]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[ku]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[lt]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[lv]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[mai]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[ml]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[mr]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[nb]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[nds]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[ne]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[nl]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[nn]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[or]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[pa]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[pl]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[pt]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[pt_BR]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[ro]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[ru]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[se]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[si]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[sk]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[sl]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[sr]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[sr@ijekavian]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[sr@ijekavianlatin]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[sr@latin]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[sv]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[ta]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[te]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[tg]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[th]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[tr]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[ug]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[uk]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[uz]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[uz@cyrillic]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[vi]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[wa]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[x-test]=xxhttp://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@}xx --Query[zh_CN]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --Query[zh_TW]=http://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/technorati.desktop b/kurifilter-plugins/ikws/searchproviders/technorati.desktop -deleted file mode 100644 -index a88f299..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/technorati.desktop -+++ /dev/null -@@ -1,143 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Technorati --Name[af]=Technorati --Name[ar]=Technorati --Name[as]=Technorati --Name[ast]=Technorati --Name[be]=Technorati --Name[be@latin]=Technorati --Name[bg]=Technorati --Name[bn]=টেক্‌নোক্রেটি --Name[bn_IN]=Technorati --Name[br]=Technorati --Name[bs]=Tehnorati --Name[ca]=Technorati --Name[ca@valencia]=Technorati --Name[cs]=Technorati --Name[csb]=Technorati - blodżi --Name[da]=Technorati --Name[de]=Technorati --Name[el]=Technorati --Name[en_GB]=Technorati --Name[eo]=Technorati --Name[es]=Technorati --Name[et]=Technorati --Name[eu]=Technorati --Name[fa]=Technorati --Name[fi]=Technorati --Name[fr]=Technorati --Name[fy]=Technorati --Name[ga]=Technorati --Name[gl]=Technorati --Name[gu]=ટેકનોરાતી --Name[he]=Technorati --Name[hi]=टेक्नोराती --Name[hne]=टेक्नोराती --Name[hr]=Technorati --Name[hsb]=Technorati --Name[hu]=Technorati --Name[ia]=Technorati --Name[id]=Technorati --Name[is]=Technorati --Name[it]=Technorati --Name[ja]=Technorati --Name[ka]=Technorati --Name[kk]=Technorati --Name[km]=Technorati --Name[kn]=ಟೆಕ್ನೋರೆಟಿ --Name[ko]=Technorati --Name[ku]=Technorati --Name[lt]=Technorati paieška --Name[lv]=Technorati --Name[mai]=टेक्नोराती --Name[mk]=Technorati --Name[ml]=ടെക്നോറാറ്റി --Name[mr]=टेक्नोराती --Name[ms]=Technorati --Name[nb]=Technorati --Name[nds]=Technorati --Name[ne]=टेक्नोरती --Name[nl]=Technorati --Name[nn]=Technorati --Name[or]=Technorati --Name[pa]=Technorati --Name[pl]=Technorati --Name[pt]=Technorati --Name[pt_BR]=Technorati --Name[ro]=Technorati --Name[ru]=Technorati --Name[se]=Technorati --Name[si]=Technorati --Name[sk]=Technorati --Name[sl]=Technorati --Name[sr]=Технорати --Name[sr@ijekavian]=Технорати --Name[sr@ijekavianlatin]=Technorati --Name[sr@latin]=Technorati --Name[sv]=Technorati --Name[ta]=Technorati --Name[te]=Technorati --Name[tg]=Technorati --Name[th]=Technorati --Name[tr]=Technorati --Name[ug]=Technorati --Name[uk]=Technorati --Name[uz]=Technorati --Name[uz@cyrillic]=Technorati --Name[vi]=Technorati --Name[wa]=Technorati --Name[x-test]=xxTechnoratixx --Name[zh_CN]=Technorati --Name[zh_TW]=Technorati --X-KDE-ServiceTypes=SearchProvider --Keys=tr,technorati --Query=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[bg]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[bs]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[ca]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[ca@valencia]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[cs]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[da]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[de]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[el]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[es]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[eu]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[fi]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[fr]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[gl]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[hi]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[hu]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[ia]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[id]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[is]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[it]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[ja]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[kk]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[ko]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[lt]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[nb]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[nds]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[nl]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[nn]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[pa]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[pl]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[pt]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[pt_BR]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[ro]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[ru]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[sk]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[sl]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[sr]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[sr@ijekavian]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[sr@ijekavianlatin]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[sr@latin]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[sv]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[tr]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[ug]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[uk]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[wa]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[x-test]=xxhttp://technorati.com/search?return=sites&authority=high&q=\\{@}xx --Query[zh_CN]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Query[zh_TW]=http://technorati.com/search?return=sites&authority=high&q=\\{@} --Charset=utf8 -diff --git a/kurifilter-plugins/ikws/searchproviders/technoratitags.desktop b/kurifilter-plugins/ikws/searchproviders/technoratitags.desktop -deleted file mode 100644 -index d00d752..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/technoratitags.desktop -+++ /dev/null -@@ -1,179 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Technorati Tags --Name[af]=Technorati Tags --Name[ar]=وسوم Technorati --Name[as]=Technorati Tags --Name[ast]=Etiquetes de Technorati --Name[be]=Тэгі Technorati --Name[be@latin]=Technorati Tags --Name[bg]=Етикети в Technorati --Name[bn]=টেক্‌নোক্রেটি ট্যাগ --Name[bn_IN]=Technorati Tags --Name[br]=Liketennoù Technorati --Name[bs]=Tehnoratijeve oznake --Name[ca]=Etiquetes Technorati --Name[ca@valencia]=Etiquetes Technorati --Name[cs]=Technorati značky --Name[csb]=Merczi Technorati --Name[da]=Technorati mærker --Name[de]=Technorati-Themen --Name[el]=Ετικέτες Technorati --Name[en_GB]=Technorati Tags --Name[eo]=Etikedoj de Technorati --Name[es]=Etiquetas de Technorati --Name[et]=Technorati sildid --Name[eu]=Technorati etiketak --Name[fa]=برچسبهای Technorati --Name[fi]=Technorati-tunnisteet --Name[fr]=Balises « Technorati » --Name[fy]=Technorati-markearring --Name[ga]=Clibeanna Technorati --Name[gl]=Etiquetas de Technorati --Name[gu]=ટેકનોરાતી ટેગ્સ --Name[he]=תגיות Technorati --Name[hi]=टेक्नोराती टैग्स --Name[hne]=टेक्नोराती टैग्स --Name[hr]=Technorati oznake --Name[hsb]=Technorati Tags --Name[hu]=Technorati Tags --Name[ia]=Technorati Etiquettas --Name[id]=Tag Technorati --Name[is]=Technorati tög --Name[it]=Etichette di technorati --Name[ja]=Technorati Tag --Name[ka]=Technorati-ს ჭდეები --Name[kk]=Technorati Tags --Name[km]=ស្លាក Technorati --Name[kn]=ಟೆಕ್ನೋರೆಟಿ ತಲೆಚೀಟಿಗಳು (ಟಾಗ್ಸ್) --Name[ko]=Technorati 태그 --Name[ku]=Etîketên Technorati --Name[lt]=Technorati Tags --Name[lv]=Technorati tagi --Name[mai]=टेक्नोराती टैग्स --Name[mk]=Technorati Tags --Name[ml]=ടെക്നോരാറ്റി ടാഗുകള്‍ --Name[mr]=टेक्नोराती टैग्स --Name[nb]=Technorati-tagger --Name[nds]=Technorati-Themas --Name[ne]=टेक्नोरती ट्याग --Name[nl]=Technorati-tags --Name[nn]=Technorati-taggar --Name[or]=Technorati Tags --Name[pa]=Technorati ਟੈਗ --Name[pl]=Znaczniki Technorati --Name[pt]=Marcas do Technorati --Name[pt_BR]=Etiquetas do Technorati --Name[ro]=Etichete Technorati --Name[ru]=Статьи Technorati --Name[se]=Technorati gilkorat --Name[si]=Technorati Tags --Name[sk]=Technorati Tags --Name[sl]=Oznake Technorati --Name[sr]=Техноратијеве ознаке --Name[sr@ijekavian]=Техноратијеве ознаке --Name[sr@ijekavianlatin]=Technoratijeve oznake --Name[sr@latin]=Technoratijeve oznake --Name[sv]=Technorati-taggar --Name[ta]=Technorati Tags --Name[te]=Technorati టాగ్‍స్‌ --Name[tg]=Қайдҳои Technorati --Name[th]=Technorati Tags --Name[tr]=Technorati Etiketleri --Name[ug]=Technorati بەلگە --Name[uk]=Статті Technorati --Name[vi]=Thẻ Technorati --Name[wa]=Tags Technocrati --Name[x-test]=xxTechnorati Tagsxx --Name[zh_CN]=Technorati 标签 --Name[zh_TW]=Technorati Tags --X-KDE-ServiceTypes=SearchProvider --Keys=tags,tag,technoratitags --Query=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[af]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[ar]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[as]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[ast]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[be]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[be@latin]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[bg]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[bn]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[bn_IN]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[br]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[bs]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[ca]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[ca@valencia]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[cs]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[csb]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[da]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[de]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[el]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[en_GB]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[eo]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[es]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[et]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[eu]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[fa]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[fi]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[fr]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[fy]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[ga]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[gl]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[gu]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[he]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[hi]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[hne]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[hr]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[hsb]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[hu]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[ia]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[id]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[is]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[it]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[ja]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[kk]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[km]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[kn]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[ko]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[ku]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[lt]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[lv]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[mai]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[ml]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[mr]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[nb]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[nds]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[ne]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[nl]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[nn]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[or]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[pa]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[pl]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[pt]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[pt_BR]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[ro]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[ru]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[se]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[si]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[sk]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[sl]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[sr]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[sr@ijekavian]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[sr@ijekavianlatin]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[sr@latin]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[sv]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[ta]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[te]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[tg]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[th]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[tr]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[ug]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[uk]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[uz]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[uz@cyrillic]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[vi]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[wa]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[x-test]=xxhttp://technorati.com/tag/\\{@}?sourceid=kde-searchxx --Query[zh_CN]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Query[zh_TW]=http://technorati.com/tag/\\{@}?sourceid=kde-search --Charset=utf8 -diff --git a/kurifilter-plugins/ikws/searchproviders/thesaurus.desktop b/kurifilter-plugins/ikws/searchproviders/thesaurus.desktop -deleted file mode 100644 -index adc0735..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/thesaurus.desktop -+++ /dev/null -@@ -1,183 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Merriam-Webster Thesaurus --Name[af]=Merriam-Webster Thesaurus --Name[ar]=قاموس مرادفات ميريام ويبستر --Name[as]=Merriam-Webster Thesaurus --Name[ast]=Sinónimos Merriam-Webster --Name[be]=Тэзаўрус Merriam-Webster --Name[be@latin]=Tezaŭrus „Merriam-Webster” --Name[bg]=Речник Merriam-Webster --Name[bn]=মেরিয়াম-ওয়েবস্টার থেসরাস --Name[bn_IN]=মেরিয়াম-ওয়েবস্টার শব্দকোষ --Name[br]=Tezorus Merriam-Webster --Name[bs]=Merijam-Vebster (sinonimar) --Name[ca]=Tesaurus Merriam-Webster --Name[ca@valencia]=Tesaurus Merriam-Webster --Name[cs]=Slovník synonym Merriam-Webster --Name[csb]=Merriam-Webster - słowôrz blëskòznacznëch słów (thesaurus) --Name[cy]=Thesawrws Merriam-Webster --Name[da]=Merriam-Webster-begrebsordbog --Name[de]=Merriam-Webster-Thesaurus --Name[el]=Θησαυρός λέξεων Merriam-Webster --Name[en_GB]=Merriam-Webster Thesaurus --Name[eo]=Tezaŭro de Merriam-Webster --Name[es]=Tesauro de Merriam-Webster --Name[et]=Merriam-Websteri tesaurus --Name[eu]=Merriam-Webster thesaurusa --Name[fa]=فرهنگ جامع Merriam-Webster --Name[fi]=Merriam–Webster-synonyymit --Name[fr]=Thésaurus « Merriam-Webster » --Name[fy]=Merriam-Webster Thesaurus --Name[ga]=Teasáras Merriam-Webster --Name[gl]=Tesauro de Merriam-Webster --Name[gu]=મેર્રિયમ-વેબસ્ટર થીસોરસ --Name[he]=אגרון מילים Merriam-Webster --Name[hi]=मरियम-वेबस्टर समांतर शब्दकोश --Name[hne]=मरियम-वेबस्टर समांतर सब्दकोस --Name[hr]=Merriam-Webster rječnik sinonima --Name[hsb]=Merriam-Webster Thesaurus --Name[hu]=Merriam-Webster szinonimaszótár --Name[ia]=Merriam-Webster Thesauro --Name[id]=Tesaurus Merriam-Webster --Name[is]=Merriam-Webster samheitaorðabók --Name[it]=Dizionario dei sinonimi e contrari Merriam-Webster --Name[ja]=Merriam-Webster Thesaurus --Name[kk]=Merriam-Webster тезаурусы --Name[km]=កម្រង​វេវចន​សព្ទ Merriam-Webster --Name[kn]=ಮೆರಿಯಾಮೆ-ವೆಬ್ಸ್ಟರ್ ಸಮಾನ/ವಿರುದ್ಧಾರ್ಥ ಪದಕೋಶ --Name[ko]=Merriam-Webster 시소러스 --Name[ku]=Navlêkên Merriam-Webster --Name[lt]=Merriam-Webster sinonimų žodynas --Name[lv]=Merriam-Webster tēzaurs --Name[mai]=मरियम-वेबस्टर समांतर शब्दकोश --Name[mk]=Merriam-Webster Енциклопедија --Name[ml]=മെറിയാം-വെബ്സ്റ്റര്‍ പര്യായനിഘണ്ടു --Name[mr]=मरियम-वेबस्टर शब्दकोश --Name[ms]=Merriam-Webster Thesaurus --Name[nb]=Merriam-Webster Thesaurus --Name[nds]=Merriam-Webster-Thesaurus --Name[ne]=मेरियम-वेबस्टर पर्यायकोष --Name[nl]=Merriam-Webster Thesaurus --Name[nn]=Merriam-Webster Thesaurus --Name[pa]=Merriam-ਵੈੱਬ ਥੀਸਾਰਸ ਕੋਸ਼ --Name[pl]=Merriam-Webster - słownik wyrazów bliskoznacznych --Name[pt]=Merriam-Gramática do Webster --Name[pt_BR]=Merriam-Webster Thesaurus --Name[ro]=Dicționarul Merriam-Webster --Name[ru]=Тезаурус Merriam-Webster --Name[se]=Merriam-Webster Thesaurus --Name[si]=Merriam-Webster Thesaurus --Name[sk]=Merriam-Webster synonymá --Name[sl]=Merriam-Websterjev tezaver --Name[sr]=Меријам-Вебстер (синонимар) --Name[sr@ijekavian]=Меријам-Вебстер (синонимар) --Name[sr@ijekavianlatin]=Merijam-Vebster (sinonimar) --Name[sr@latin]=Merijam-Vebster (sinonimar) --Name[sv]=Merriam-Websters synonymlexikon --Name[ta]=மெர்ரியம்-வெப்ஸ்டர் சொற்களஞ்சியம் --Name[te]=మెరియమ్-వెబ్‌స్టర్ థెసారెస్ --Name[tg]=Тезауруси Merriam-Webster --Name[th]=พจนานุกรมคำพ้อง Merriam-Webster --Name[tr]=Merriam-Webster Thesaurus --Name[ug]=Merriam-Webster Thesaurus --Name[uk]=Словник синонімів Merriam-Webster --Name[uz]=Merriam-Vebster lugʻati --Name[uz@cyrillic]=Мерриам-Вебстер луғати --Name[vi]=Từ điển đồng nghĩa Merriam-Webster --Name[wa]=Diccionaire Merriam-Webster --Name[xh]=Merriam-Webster Thesaurus --Name[x-test]=xxMerriam-Webster Thesaurusxx --Name[zh_CN]=韦氏辞典 --Name[zh_TW]=韋氏辭典 --X-KDE-ServiceTypes=SearchProvider --Keys=ths,thesaurus --Query=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[af]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[ar]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[as]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[ast]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[be]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[be@latin]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[bg]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[bn]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[bn_IN]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[br]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[bs]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[ca]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[ca@valencia]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[cs]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[csb]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[da]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[de]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[el]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[en_GB]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[eo]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[es]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[et]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[eu]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[fa]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[fi]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[fr]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[fy]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[ga]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[gl]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[gu]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[he]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[hi]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[hne]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[hr]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[hsb]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[hu]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[ia]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[id]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[is]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[it]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[ja]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[ka]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[kk]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[km]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[kn]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[ko]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[ku]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[lt]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[lv]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[mai]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[ml]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[mr]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[ms]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[nb]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[nds]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[ne]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurusva=\\{@} --Query[nl]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[nn]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[or]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[pa]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[pl]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[pt]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[pt_BR]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[ro]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[ru]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[se]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[si]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[sk]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[sl]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[sr]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[sr@ijekavian]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[sr@ijekavianlatin]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[sr@latin]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[sv]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[ta]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[te]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[tg]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[th]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[tr]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[ug]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[uk]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[uz]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[uz@cyrillic]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[vi]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[wa]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[x-test]=xxhttp://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@}xx --Query[zh_CN]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} --Query[zh_TW]=http://www.m-w.com/cgi-bin/thesaurus?book=Thesaurus&va=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/tvtome.desktop b/kurifilter-plugins/ikws/searchproviders/tvtome.desktop -deleted file mode 100644 -index 5c450df..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/tvtome.desktop -+++ /dev/null -@@ -1,183 +0,0 @@ --[Desktop Entry] --Charset=utf8 --Keys=tvtome --Name=TV Tome --Name[af]=TV Tome --Name[ar]=تلفزيون توم --Name[as]=TV Tome --Name[ast]=TV Tome --Name[be]=Хатняе ТБ --Name[be@latin]=TV Tome --Name[bg]=TV Tome --Name[bn]=টিভি টোম --Name[bn_IN]=TV Tome --Name[br]=TV Tome --Name[bs]=TV‑tom --Name[ca]=TV Tome --Name[ca@valencia]=TV Tome --Name[cs]=TV Tome --Name[csb]=TV Tome --Name[da]=TV-Tome --Name[de]=TV Tome --Name[el]=TV Tome --Name[en_GB]=TV Tome --Name[eo]=TV Tome --Name[es]=TV Tome --Name[et]=TV Tome --Name[eu]=TV Tome --Name[fa]=TV Tome --Name[fi]=TV Tome --Name[fr]=TV Tome --Name[fy]=TV Tome --Name[ga]=TV Tome --Name[gl]=TV Tome --Name[gu]=ટીવી ટોમ --Name[he]=TV Tome --Name[hi]=टीवी टोम --Name[hne]=टीवी टोम --Name[hr]=TV Tome --Name[hsb]=TV Tome --Name[hu]=TV Tome --Name[ia]=TV Tome --Name[id]=TV Tome --Name[is]=TV Tome --Name[it]=TV Tome --Name[ja]=TV Tome --Name[ka]=TV Tome --Name[kk]=TV Tome --Name[km]=TV Tome --Name[kn]=ಟಿವಿ ಟೋಮ್ --Name[ko]=TV Tome --Name[ku]=TV Tome --Name[lt]=TV Tome --Name[lv]=TV Tome --Name[mai]=टीवी टोम --Name[mk]=TV Tome --Name[ml]=ടി.വി ടോം --Name[mr]=टीवी टोम --Name[ms]=TV Tome --Name[nb]=Stor TV --Name[nds]=TV Tome --Name[ne]=टीभी टोम --Name[nl]=TV Tome --Name[nn]=Stor TV --Name[or]=TV Tome --Name[pa]=TV Tome --Name[pl]=TV Tome --Name[pt]=TV Tome --Name[pt_BR]=TV Tome --Name[ro]=TV Tome --Name[ru]=TV Tome --Name[se]=TV Tome --Name[si]=TV Tome --Name[sk]=TV Tome --Name[sl]=TV Tome --Name[sr]=ТВ‑том --Name[sr@ijekavian]=ТВ‑том --Name[sr@ijekavianlatin]=TV Tome --Name[sr@latin]=TV Tome --Name[sv]=TV-tome --Name[ta]=TV Tome --Name[te]=టివి టొమ్ --Name[tg]=Барномаҳои телевизионӣ --Name[th]=TV Tome --Name[tr]=TV Kanalları --Name[ug]=TV Tome --Name[uk]=TV Tome --Name[uz]=TV Tome --Name[uz@cyrillic]=TV Tome --Name[vi]=Tra Quyển TV --Name[wa]=TV Tome --Name[x-test]=xxTV Tomexx --Name[zh_CN]=TV Tome --Name[zh_TW]=TV Tome --X-KDE-ServiceTypes=SearchProvider --Query=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[af]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[ar]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[as]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[ast]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[be]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[be@latin]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[bg]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[bn]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[bn_IN]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[br]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[bs]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[ca]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[ca@valencia]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[cs]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[csb]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[da]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[de]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[el]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[en_GB]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[eo]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[es]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[et]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[eu]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[fa]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[fi]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[fr]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[fy]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[ga]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[gl]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[gu]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[he]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[hi]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[hne]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[hr]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[hsb]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[hu]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[ia]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[id]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[is]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[it]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[ja]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[ka]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[kk]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[km]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[kn]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[ko]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[ku]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[lt]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[lv]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[mai]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[ml]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[mr]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[nb]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[nds]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[ne]=http://www.tv.com/search.php?type=11stype=all&qs=\\{@}&x=0&y=0 --Query[nl]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[nn]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[or]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[pa]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[pl]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[pt]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[pt_BR]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[ro]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[ru]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[se]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[si]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[sk]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[sl]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[sr]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[sr@ijekavian]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[sr@ijekavianlatin]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[sr@latin]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[sv]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[ta]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[te]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[tg]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[th]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[tr]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[ug]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[uk]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[uz]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[uz@cyrillic]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[vi]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[wa]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[x-test]=xxhttp://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0xx --Query[zh_CN]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Query[zh_TW]=http://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/urbandictionary.desktop b/kurifilter-plugins/ikws/searchproviders/urbandictionary.desktop -deleted file mode 100644 -index a63c44f..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/urbandictionary.desktop -+++ /dev/null -@@ -1,143 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=urbandictionary,ud --Name=Urban Dictionary --Name[ar]=القاموس المتمدّن --Name[ast]=Urban Dictionary --Name[bg]=Urban Dictionary --Name[bn]=Urban Dictionary --Name[bs]=Urbani rječnik --Name[ca]=Urban Dictionary --Name[ca@valencia]=Urban Dictionary --Name[cs]=Urban Dictionary --Name[da]=Urban Dictionary --Name[de]=Urban Dictionary --Name[el]=Urban Dictionary(Λεξικό) --Name[en_GB]=Urban Dictionary --Name[eo]=Urba vortaro --Name[es]=Diccionario urbano --Name[et]=Urban Dictionary --Name[eu]=Urban Dictionary --Name[fa]=Urban Dictionary --Name[fi]=Urban Dictionary --Name[fr]=Dictionnaire « Urban » --Name[ga]=Urban Dictionary --Name[gl]=Dicionario Urbano --Name[gu]=અર્બન ડિક્શનરી --Name[he]=Urban Dictionary --Name[hi]=शहरी शब्दकोश --Name[hr]=Urbani rječnik --Name[hu]=Urban Dictionary --Name[ia]=Dictionario Urban --Name[id]=Kamus Urban --Name[is]=Urban orðabókin --Name[it]=Dizionario urbano --Name[ja]=Urban Dictionary --Name[kk]=Urban Dictionary --Name[km]=វចនុក្រម Urban --Name[kn]=ಅರ್ಬಾನ್(Urban) ಶಬ್ದಕೋಶ --Name[ko]=Urban Dictionary --Name[lt]=Miesto žodynas --Name[lv]=Urban Dictionary --Name[ml]=അര്‍ബന്‍ നിഘണ്ടു --Name[mr]=अर्बन शब्दकोश --Name[nb]=Urban ordbok --Name[nds]=Urban-Wöörbook --Name[nl]=Urban woordenboek --Name[nn]=Urban Dictionary --Name[pa]=ਅਰਬਨ ਡਿਕਸ਼ਨਰੀ --Name[pl]=Słownik miejski (Urban Dictionary) --Name[pt]=Dicionário Urbano --Name[pt_BR]=Urban Dictionary --Name[ro]=Dicționar urban --Name[ru]=Urban Dictionary --Name[si]=නාගරික ශබ්දකෝෂය --Name[sk]=Slovník Urban --Name[sl]=Urban Dictionary --Name[sr]=Урбани речник --Name[sr@ijekavian]=Урбани речник --Name[sr@ijekavianlatin]=Urbani rečnik --Name[sr@latin]=Urbani rečnik --Name[sv]=Slangordlista --Name[tg]=Луғати шаҳрнишинӣ --Name[th]=พจนานุกรม Urban --Name[tr]=Urban Dictionary --Name[ug]=Urban لۇغىتى --Name[uk]=Urban Dictionary --Name[vi]=Urban Dictionary --Name[wa]=Urban Dictionary --Name[x-test]=xxUrban Dictionaryxx --Name[zh_CN]=都市词典 --Name[zh_TW]=Urban Dictionary --Query=http://www.urbandictionary.com/define.php?term=\\{@} --Query[ar]=http://www.hyperdictionary.com/search.aspx?define=\\{@} --Query[ast]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[bg]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[bn]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[bs]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[ca]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[ca@valencia]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[cs]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[da]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[de]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[el]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[en_GB]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[eo]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[es]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[et]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[eu]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[fa]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[fi]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[fr]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[ga]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[gl]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[gu]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[he]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[hi]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[hr]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[hu]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[ia]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[id]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[is]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[it]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[ja]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[kk]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[km]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[kn]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[ko]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[lt]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[lv]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[mai]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[ml]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[mr]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[nb]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[nds]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[nl]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[nn]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[pa]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[pl]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[pt]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[pt_BR]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[ro]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[ru]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[si]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[sk]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[sl]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[sr]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[sr@ijekavian]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[sr@ijekavianlatin]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[sr@latin]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[sv]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[tg]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[th]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[tr]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[ug]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[uk]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[vi]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[wa]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[x-test]=xxhttp://www.urbandictionary.com/define.php?term=\\{@}xx --Query[zh_CN]=http://www.urbandictionary.com/define.php?term=\\{@} --Query[zh_TW]=http://www.urbandictionary.com/define.php?term=\\{@} --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/uspto.desktop b/kurifilter-plugins/ikws/searchproviders/uspto.desktop -deleted file mode 100644 -index e888974..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/uspto.desktop -+++ /dev/null -@@ -1,184 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=uspto --Name=U.S. Patent Database --Name[af]=Amerikaanse Patente Databasis --Name[ar]=قاعدة بيانات براءات الاختراعات الأمريكية --Name[as]=U.S. Patent Database --Name[ast]=Base de datos de patentes d'EE.XX. --Name[be]=База звестак пра патэнты ЗША --Name[be@latin]=Baza patentaŭ ZŠA --Name[bg]=База от данни с патенти на САЩ --Name[bn]=মার্কিন পেটেন্ট ডেটাবেস --Name[bn_IN]=মার্কিন প্যাটেন্ট ডাটাবেস --Name[bs]=Baza patenata SAD --Name[ca]=Base de dades de patents EUA --Name[ca@valencia]=Base de dades de patents EUA --Name[cs]=Patentová databáze USA --Name[csb]=Baza patentów USA --Name[da]=U.S. Patent-database --Name[de]=U.S.-Patentdatenbank --Name[el]=U.S. Patent Database --Name[en_GB]=U.S. Patent Database --Name[eo]=Datumbazo de usonaj rajtoj --Name[es]=Base de datos de patentes de EE. UU. --Name[et]=USA patentide andmebaas --Name[eu]=AEBko patenteen datu-basea --Name[fa]=دادگان امتیاز امریکایی --Name[fi]=Yhdysvaltojen patenttitietokanta --Name[fr]=Base de données des brevets aux U.S.A --Name[fy]=U.S. Patent-database --Name[ga]=Bunachar Sonraí Paitinní S.A.M. --Name[gl]=Base de datos de patentes dos EEUU --Name[gu]=યુ.એસ. પેટન્ટ ડેટાબેઝ --Name[he]=מאגר הפטנטים של ארה"ב --Name[hi]=यूएस पेटेन्ट डाटाबेस --Name[hne]=यूएस पेटेन्ट डाटाबेस --Name[hr]=Američka patentna baza podataka --Name[hsb]=Datowa baza US-patentow --Name[hu]=Amerikai szabadalmi adatbázis --Name[ia]=U.S. Patent Database --Name[id]=Basis Data Paten AS --Name[is]=Gagnagrunnur einkaleyfisstofu Bandaríkjana --Name[it]=Banca dati dei brevetti USA --Name[ja]=米国特許データベース --Name[ka]=აშშ პატენტების მონაცემთა ბაზა --Name[kk]=АҚШ патенттер қоры --Name[km]=មូលដ្ឋាន​ទិន្នន័យ​ប៉ាតង់​សហរដ្ឋ​អាមេរិក --Name[kn]=ಯು.ಎಸ್ (ಹಕ್ಕು ಪತ್ರ) ಪೇಟೆಂಟ್ ದತ್ತಸಂಚಯ --Name[ko]=미국 특허 데이터베이스 --Name[ku]=Danegeha Patentan a DYA'yê --Name[lt]=JAV patentų duomenų bazė --Name[lv]=ASV patentu datubāze --Name[mai]=यूएस पेटेन्ट डाटाबेस --Name[mk]=База со патенти во САД --Name[ml]=യു.എസ് പേറ്റന്റ് ഡേറ്റാബെയിസ് --Name[mr]=US पेटेन्ट डेटाबेस --Name[ms]=Pangkalan Data Paten A.S. --Name[nb]=US patentdatabase --Name[nds]=Datenbank mit de Patenten vun de USA --Name[ne]=यूएस प्याटेन्ट डेटाबेस --Name[nl]=U.S. Patent-database --Name[nn]=US patentdatabase --Name[or]=U.S. ପ୍ରତ୍ୟକ୍ଷ ତଥ୍ୟାବଳୀ --Name[pa]=U.S. Patent ਡਾਟਾਬੇਸ --Name[pl]=Baza patentów USA --Name[pt]=Base de Dados de Patentes dos EUA --Name[pt_BR]=Banco de dados de patentes dos EUA --Name[ro]=Baza de date de patente S.U.A. --Name[ru]=База патентов США --Name[se]=Amerihká patenta diehtovuođđu --Name[si]=ඇ.එ.ජ පේටන්ට් දත්ත මූලය --Name[sk]=U.S. patentová databáza --Name[sl]=Zbirka patentov U.S. Patent Database --Name[sr]=База патената САД --Name[sr@ijekavian]=База патената САД --Name[sr@ijekavianlatin]=Baza patenata SAD --Name[sr@latin]=Baza patenata SAD --Name[sv]=Förenta staternas patentdatabas --Name[ta]=U.S.காப்புரிமை தரவுதளம் --Name[te]=U.S. పేటెంట్ డాటాబేస్ --Name[tg]=Идораи сабти ихтироъи ИМА --Name[th]=ฐานข้อมูลสิทธิบัตรของสหรัฐอเมริกาฯ --Name[tr]=U.S. Patent Veritabanı --Name[ug]=ئا ق خ خاسنەپ ساندىنى --Name[uk]=База даних патентів в США --Name[uz]=AQSH patent maʼlumot bazasi --Name[uz@cyrillic]=АҚШ патент маълумот базаси --Name[vi]=Cơ sở dữ liệu bằng sáng chế Hoa Kỳ --Name[wa]=Båze di dnêyes des brevets U.S. --Name[x-test]=xxU.S. Patent Databasexx --Name[zh_CN]=美国专利数据库 --Name[zh_TW]=U.S. 專利權資料庫 --Query=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[af]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[ar]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[as]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[ast]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[be]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[be@latin]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[bg]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[bn]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[bn_IN]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[br]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[bs]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[ca]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[ca@valencia]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[cs]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[csb]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[da]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[de]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[el]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[en_GB]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[eo]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[es]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[et]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[eu]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[fa]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[fi]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[fr]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[fy]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[ga]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[gl]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[gu]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[he]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[hi]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[hne]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[hr]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[hsb]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[hu]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[ia]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[id]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[is]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[it]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[ja]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[ka]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[kk]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[km]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[kn]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[ko]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[ku]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[lt]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[lv]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[mai]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[ml]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[mr]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[ms]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[nb]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[nds]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[ne]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[nl]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[nn]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[or]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[pa]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[pl]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[pt]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[pt_BR]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[ro]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[ru]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[se]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[si]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[sk]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[sl]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[sr]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[sr@ijekavian]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[sr@ijekavianlatin]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[sr@latin]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[sv]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[ta]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[te]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[tg]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[th]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[tr]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[ug]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[uk]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[uz]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[uz@cyrillic]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[vi]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[wa]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[x-test]=xxhttp://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50xx --Query[zh_CN]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --Query[zh_TW]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/vimeo.desktop b/kurifilter-plugins/ikws/searchproviders/vimeo.desktop -deleted file mode 100644 -index 6958e35..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/vimeo.desktop -+++ /dev/null -@@ -1,123 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=vimeo,vm --Name=Vimeo --Name[ar]=فيديو Vimeo --Name[ast]=Vimeo --Name[bg]=Vimeo --Name[bn]=ভিমিও --Name[bs]=Vimeo --Name[ca]=Vimeo --Name[ca@valencia]=Vimeo --Name[cs]=Vimeo --Name[da]=Vimeo --Name[de]=Vimeo --Name[el]=Vimeo --Name[en_GB]=Vimeo --Name[eo]=Vimeo --Name[es]=Vimeo --Name[et]=Vimeo --Name[eu]=Vimeo --Name[fa]=Vimeo --Name[fi]=Vimeo --Name[fr]=Vimeo --Name[ga]=Vimeo --Name[gl]=Vimeo --Name[gu]=વિમિઓ --Name[he]=Vimeo --Name[hi]=विमियो --Name[hr]=Vimeo --Name[hu]=Vimeo --Name[ia]=Vimeo --Name[id]=Vimeo --Name[is]=Vimeo --Name[it]=Vimeo --Name[ja]=Vimeo --Name[kk]=Vimeo --Name[km]=Vimeo --Name[kn]=ವಿಮಿಯೊ (Vimeo) --Name[ko]=Vimeo --Name[lt]=Vimeo --Name[lv]=Vimeo --Name[mai]=Vimeo --Name[ml]=വിമിയോ --Name[mr]=विमिओ --Name[nb]=Vimeo --Name[nds]=Vimeo --Name[nl]=Vimeo --Name[nn]=Vimeo --Name[pa]=ਵਿਮੀਓ --Name[pl]=Vimeo --Name[pt]=Vimeo --Name[pt_BR]=Vimeo --Name[ro]=Vimeo --Name[ru]=Vimeo --Name[si]=Vimeo --Name[sk]=Vimeo --Name[sl]=Vimeo --Name[sr]=Вимео --Name[sr@ijekavian]=Вимео --Name[sr@ijekavianlatin]=Vimeo --Name[sr@latin]=Vimeo --Name[sv]=Vimeo --Name[tg]=Vimeo --Name[th]=Vimeo --Name[tr]=Vimeo --Name[ug]=Vimeo --Name[uk]=Vimeo --Name[vi]=Vimeo --Name[wa]=Vimeo --Name[x-test]=xxVimeoxx --Name[zh_CN]=Vimeo --Name[zh_TW]=Vimeo --Query=http://vimeo.com/search?q=\\{@} --Query[bg]=http://vimeo.com/search?q=\\{@} --Query[bs]=http://vimeo.com/search?q=\\{@} --Query[ca]=http://vimeo.com/search?q=\\{@} --Query[ca@valencia]=http://vimeo.com/search?q=\\{@} --Query[cs]=http://vimeo.com/search?q=\\{@} --Query[da]=http://vimeo.com/search?q=\\{@} --Query[de]=http://vimeo.com/search?q=\\{@} --Query[el]=http://vimeo.com/search?q=\\{@} --Query[es]=http://vimeo.com/search?q=\\{@} --Query[eu]=http://vimeo.com/search?q=\\{@} --Query[fi]=http://vimeo.com/search?q=\\{@} --Query[fr]=http://vimeo.com/search?q=\\{@} --Query[gl]=http://vimeo.com/search?q=\\{@} --Query[hi]=http://vimeo.com/search?q=\\{@} --Query[hu]=http://vimeo.com/search?q=\\{@} --Query[ia]=http://vimeo.com/search?q=\\{@} --Query[id]=http://vimeo.com/search?q=\\{@} --Query[is]=http://vimeo.com/search?q=\\{@} --Query[it]=http://vimeo.com/search?q=\\{@} --Query[ja]=http://vimeo.com/search?q=\\{@} --Query[kk]=http://vimeo.com/search?q=\\{@} --Query[ko]=http://vimeo.com/search?q=\\{@} --Query[lt]=http://vimeo.com/search?q=\\{@} --Query[nb]=http://vimeo.com/search?q=\\{@} --Query[nds]=http://vimeo.com/search?q=\\{@} --Query[nl]=http://vimeo.com/search?q=\\{@} --Query[nn]=http://vimeo.com/search?q=\\{@} --Query[pa]=http://vimeo.com/search?q=\\{@} --Query[pl]=http://vimeo.com/search?q=\\{@} --Query[pt]=http://vimeo.com/search?q=\\{@} --Query[pt_BR]=http://vimeo.com/search?q=\\{@} --Query[ro]=http://vimeo.com/search?q=\\{@} --Query[ru]=http://vimeo.com/search?q=\\{@} --Query[sk]=http://vimeo.com/search?q=\\{@} --Query[sl]=http://vimeo.com/search?q=\\{@} --Query[sr]=http://vimeo.com/search?q=\\{@} --Query[sr@ijekavian]=http://vimeo.com/search?q=\\{@} --Query[sr@ijekavianlatin]=http://vimeo.com/search?q=\\{@} --Query[sr@latin]=http://vimeo.com/search?q=\\{@} --Query[sv]=http://vimeo.com/search?q=\\{@} --Query[tr]=http://vimeo.com/search?q=\\{@} --Query[ug]=http://vimeo.com/search?q=\\{@} --Query[uk]=http://vimeo.com/search?q=\\{@} --Query[wa]=http://vimeo.com/search?q=\\{@} --Query[x-test]=xxhttp://vimeo.com/search?q=\\{@}xx --Query[zh_CN]=http://vimeo.com/search?q=\\{@} --Query[zh_TW]=http://vimeo.com/search?q=\\{@} --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/voila.desktop b/kurifilter-plugins/ikws/searchproviders/voila.desktop -deleted file mode 100644 -index 938711b..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/voila.desktop -+++ /dev/null -@@ -1,182 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Voila --Name[af]=Voila --Name[ar]=Voila --Name[as]=Voila --Name[ast]=Voila --Name[be]=Voila --Name[be@latin]=Voila --Name[bg]=Voila --Name[bn]=ভয়লা --Name[bn_IN]=Voila --Name[br]=Voila --Name[bs]=Voila --Name[ca]=Voila --Name[ca@valencia]=Voila --Name[cs]=Voila --Name[csb]=Voila --Name[cy]=Voila --Name[da]=Voila --Name[de]=Voila --Name[el]=Voila --Name[en_GB]=Voila --Name[eo]=Voila --Name[es]=Voila --Name[et]=Voila --Name[eu]=Voila --Name[fa]=Voila --Name[fi]=Voila --Name[fr]=Voila --Name[fy]=Voila --Name[ga]=Voila --Name[gl]=Voila --Name[gu]=વોઇલા --Name[he]=Voila --Name[hi]=वाइला --Name[hne]=वाइला --Name[hr]=Voila --Name[hsb]=Voila --Name[hu]=Voila --Name[ia]=Voila --Name[id]=Voila --Name[is]=Voila --Name[it]=Voila --Name[ja]=Voila --Name[ka]=Voila --Name[kk]=Voila --Name[km]=Voila --Name[kn]=ವೋಯ್ಲಾ --Name[ko]=Voila --Name[ku]=Voila --Name[lt]=Voila --Name[lv]=Voila --Name[mai]=वाइला --Name[mk]=Voila --Name[ml]=വോയിലാ --Name[mr]=वॉइला --Name[ms]=Voila --Name[nb]=Voila --Name[nds]=Voila --Name[ne]=भोइला --Name[nl]=Voila --Name[nn]=Voila --Name[or]=Voila --Name[pa]=ਵੋਈਲਾ --Name[pl]=Voila --Name[pt]=Voila --Name[pt_BR]=Voila --Name[ro]=Voila --Name[ru]=Voila --Name[se]=Voila --Name[si]=Voila --Name[sk]=Voila --Name[sl]=Voila --Name[sr]=Воила --Name[sr@ijekavian]=Воила --Name[sr@ijekavianlatin]=Voila --Name[sr@latin]=Voila --Name[sv]=Voila --Name[ta]=வாய்லா --Name[te]=వొయిలా --Name[tg]=Voila --Name[th]=Voila --Name[tr]=Voila --Name[ug]=Voila --Name[uk]=Voila --Name[uz]=Voila --Name[uz@cyrillic]=Voila --Name[vi]=Tra Voilà --Name[wa]=Voilà --Name[xh]=Voila --Name[x-test]=xxVoilaxx --Name[zh_CN]=Voila --Name[zh_TW]=Voila --X-KDE-ServiceTypes=SearchProvider --Keys=voila --Query=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[af]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[ar]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[as]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[ast]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[be]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[be@latin]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[bg]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[bn]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[bn_IN]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[bs]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[ca]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[ca@valencia]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[cs]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[csb]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[da]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[de]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[el]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[en_GB]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[eo]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[es]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[et]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[eu]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[fa]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[fi]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[fr]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[fy]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[ga]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[gl]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[gu]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[he]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[hi]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[hne]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[hr]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[hsb]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[hu]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[ia]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[id]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[is]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[it]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[ja]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[kk]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[km]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[kn]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[ko]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[ku]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[lt]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[lv]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[mai]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[ml]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[mr]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[nb]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[nds]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[ne]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[nl]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[nn]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[or]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[pa]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[pl]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[pt]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[pt_BR]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[ro]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[ru]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[se]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[si]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[sk]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[sl]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[sr]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[sr@ijekavian]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[sr@ijekavianlatin]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[sr@latin]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[sv]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[ta]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[te]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[tg]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[th]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[tr]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[ug]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[uk]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[uz]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[uz@cyrillic]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[vi]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[wa]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[x-test]=xxhttp://www.voila.com/S/geek?an=1&kw=\\{@}&dt=*xx --Query[zh_CN]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* --Query[zh_TW]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* -diff --git a/kurifilter-plugins/ikws/searchproviders/webster.desktop b/kurifilter-plugins/ikws/searchproviders/webster.desktop -deleted file mode 100644 -index 2c513dc..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/webster.desktop -+++ /dev/null -@@ -1,185 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Merriam-Webster Dictionary --Name[af]=Merriam-Webster Woordeboek --Name[ar]=قاموس ميريام ويبستر --Name[as]=Merriam-Webster Dictionary --Name[ast]=Diccionariu Merriam-Webster --Name[be]=Слоўнік Merriam-Webster --Name[be@latin]=Słoŭnik „Merriam-Webster” --Name[bg]=Речник Merriam-Webster --Name[bn]=মেরিয়াম-ওয়েবস্টার অভিধান --Name[bn_IN]=মেরিয়াম-ওয়েবস্টার অভিধান --Name[br]=Geriaoueg Merriam-Webster --Name[bs]=Merijam-Vebster (rječnik) --Name[ca]=Diccionari Merriam-Webster --Name[ca@valencia]=Diccionari Merriam-Webster --Name[cs]=Slovník Merriam-Webster --Name[csb]=Merriam-Webster - słowôrz --Name[cy]=Geiriadur Merriam-Webster --Name[da]=Merriam-Webster-ordbog --Name[de]=Merriam-Webster-Wörterbuch --Name[el]=Λεξικό Merriam-Webster --Name[en_GB]=Merriam-Webster Dictionary --Name[eo]=Vortaro de Merriam-Webster --Name[es]=Diccionario Merriam-Webster --Name[et]=Merriam-Websteri sõnaraamat --Name[eu]=Merriam-Webster hiztegia --Name[fa]=واژه‌نامه Merriam-Webster --Name[fi]=Merriam–Webster-sanakirja --Name[fr]=Dictionnaire « Merriam-Webster » --Name[fy]=Merriam-Webster Dictionary --Name[ga]=Foclóir Merriam-Webster --Name[gl]=Dicionario Merriam-Webster --Name[gu]=મેર્રીયમ-વેબસ્ટર શબ્દકોશ --Name[he]=מילון Merriam-Webster --Name[hi]=मरियम-वेबस्टर समांतर शब्दकोश --Name[hne]=मरियम-वेबस्टर समांतर सब्दकोस --Name[hr]=Merriam-Webster rječnik --Name[hsb]=Merriam-Webster Dictionary --Name[hu]=Merriam-Webster szótár --Name[ia]=Merriam-Webster Dictionario --Name[id]=Kamus Merriam-Webster --Name[is]=Merriam-Webster orðabókin --Name[it]=Dizionario Merriam-Webster --Name[ja]=Merriam-Webster Dictionary --Name[ka]=Словарь Merriam-Webster --Name[kk]=Merriam-Webster сөздігі --Name[km]=វចនានុក្រម Merriam-Webster --Name[kn]=ಮೆರಿಯಾಮ್-ವೆಬ್ಸ್ಟರ್ ಶಬ್ದಕೋಶ --Name[ko]=Merriam-Webster 사전 --Name[ku]=Ferhenga Merriam-Webster --Name[lt]=Merriam-Webster žodynas --Name[lv]=Merriam-Webster vārdnīca --Name[mai]=मरियम-वेबस्टर समांतर शब्दकोश --Name[mk]=Merriam-Webster Речник --Name[ml]=മെറിയാം-വെബ്സ്റ്റര്‍ നിഘണ്ടു --Name[mr]=मरियम-वेबस्टर शब्दकोश --Name[ms]=Merriam-Webster Dictionary --Name[nb]=Merriam-Webster Dictionary --Name[nds]=Merriam-Webster-Wöörbook --Name[ne]=मेरियम-वेबस्टर शब्दकोश --Name[nl]=Merriam-Webster Dictionary --Name[nn]=Merriam-Webster Dictionary --Name[or]=Merriam-Webster ଅଭିଧାନ --Name[pa]=Merriam-ਵੈਬਸਟੀਰ ਡਿਕਸ਼ਨਰੀ --Name[pl]=Merriam-Webster - słownik --Name[pt]=Merriam-Dicionário do Webster --Name[pt_BR]=Dicionário Merriam-Webster --Name[ro]=Dicționarul Merriam-Webster --Name[ru]=Словарь Merriam-Webster --Name[se]=Merriam-Webster Dictionary --Name[si]=Merriam-Webster Dictionary --Name[sk]=Slovník Merriam-Webster --Name[sl]=Slovar Merriam-Webster --Name[sr]=Меријам-Вебстер (речник) --Name[sr@ijekavian]=Меријам-Вебстер (рјечник) --Name[sr@ijekavianlatin]=Merijam-Vebster (rječnik) --Name[sr@latin]=Merijam-Vebster (rečnik) --Name[sv]=Merriam-Websters ordlexikon --Name[ta]=மெர்ரியம்-வெப்ஸ்டர் அகராதி --Name[te]=మెర్రియం-వెబ్స్టర్ నిఘంటువు --Name[tg]=Луғати Merriam-Webster --Name[th]=พจนานุกรม Merriam-Webster --Name[tr]=Merriam-Webster Sözlüğü --Name[ug]=Merriam-Webster لۇغىتى --Name[uk]=Словник Merriam-Webster --Name[uz]=Merriam-Webster lugʻati --Name[uz@cyrillic]=Merriam-Webster луғати --Name[vi]=Từ điển Merriam-Webster --Name[wa]=Diccionaire inglès Merriam-Webster --Name[xh]= Dikshinari ye Merriam-Webster --Name[x-test]=xxMerriam-Webster Dictionaryxx --Name[zh_CN]=韦氏词典 --Name[zh_TW]=韋氏詞典 --X-KDE-ServiceTypes=SearchProvider --Keys=dict,webster --Query=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[af]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[ar]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[as]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[ast]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[be]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[be@latin]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[bg]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[bn]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[bn_IN]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[br]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[bs]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[ca]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[ca@valencia]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[cs]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[csb]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[da]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[de]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[el]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[en_GB]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[eo]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[es]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[et]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[eu]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[fa]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[fi]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[fr]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[fy]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[ga]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[gl]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[gu]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[he]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[hi]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[hne]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[hr]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[hsb]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[hu]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[ia]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[id]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[is]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[it]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[ja]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[ka]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[kk]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[km]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[kn]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[ko]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[ku]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[lt]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[lv]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[mai]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[ml]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[mr]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[ms]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[nb]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[nds]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[ne]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionaryva=\\{@} --Query[nl]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[nn]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[or]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[pa]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[pl]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[pt]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[pt_BR]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[ro]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[ru]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[se]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[si]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[sk]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[sl]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[sr]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[sr@ijekavian]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[sr@ijekavianlatin]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[sr@latin]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[sv]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[ta]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[te]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[tg]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[th]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[tr]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[ug]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[uk]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[uz]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[uz@cyrillic]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[vi]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[wa]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[x-test]=xxhttp://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@}xx --Query[zh_CN]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} --Query[zh_TW]=http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=\\{@} -diff --git a/kurifilter-plugins/ikws/searchproviders/wikia.desktop b/kurifilter-plugins/ikws/searchproviders/wikia.desktop -deleted file mode 100644 -index a6d955c..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/wikia.desktop -+++ /dev/null -@@ -1,144 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=wikia,wka --Name=Wikia --Name[ar]=ويكيًَا --Name[ast]=Wikia --Name[bg]=Wikia --Name[bn]=উইকিয়া --Name[bs]=Vikija --Name[ca]=Wikia --Name[ca@valencia]=Wikia --Name[cs]=Wikia --Name[da]=Wikia --Name[de]=Wikia --Name[el]=Wikia --Name[en_GB]=Wikia --Name[eo]=Wikia --Name[es]=Wikia --Name[et]=Wikia --Name[eu]=Wikia --Name[fa]=Wikia --Name[fi]=Wikia --Name[fr]=Wikia --Name[ga]=Wikia --Name[gl]=Wikia --Name[gu]=વિકિઆ --Name[he]=Wikia --Name[hi]=विकिया --Name[hr]=Wikia --Name[hu]=Wikia --Name[ia]=Wikia --Name[id]=Wikia --Name[is]=Wikia --Name[it]=Wikia --Name[ja]=Wikia --Name[ka]=Wikia --Name[kk]=Wikia --Name[km]=Wikia --Name[kn]=ವಿಕಿಯಾ --Name[ko]=위키아 --Name[lt]=Wikia --Name[lv]=Wikia --Name[ml]=വിക്കിയ --Name[mr]=विकिआ --Name[nb]=Wikia --Name[nds]=Wikia --Name[nl]=Wikia --Name[nn]=Wikia --Name[pa]=ਵਿਕਿਆ --Name[pl]=Wikia --Name[pt]=Wikia --Name[pt_BR]=Wikia --Name[ro]=Wikia --Name[ru]=Wikia --Name[si]=Wikia --Name[sk]=Wikia --Name[sl]=Wikia --Name[sr]=Викија --Name[sr@ijekavian]=Викија --Name[sr@ijekavianlatin]=Wikia --Name[sr@latin]=Wikia --Name[sv]=Wikia --Name[tg]=Wikia --Name[th]=Wikia --Name[tr]=Wikia --Name[ug]=Wikia --Name[uk]=Wikia --Name[vi]=Wikia --Name[wa]=Wikia --Name[x-test]=xxWikiaxx --Name[zh_CN]=Wikia --Name[zh_TW]=Wikia --Query=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[ar]=http://www.iblist.com/search/search.php?item=\\{@}&submit=Search --Query[ast]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[bg]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[bn]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[bs]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[ca]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[ca@valencia]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[cs]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[da]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[de]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[el]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[en_GB]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[eo]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[es]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[et]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[eu]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[fa]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[fi]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[fr]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[ga]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[gl]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[gu]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[he]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[hi]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[hr]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[hu]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[ia]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[id]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[is]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[it]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[ja]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[kk]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[km]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[kn]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[ko]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[lt]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[lv]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[mai]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[ml]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[mr]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[nb]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[nds]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[nl]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[nn]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[pa]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[pl]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[pt]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[pt_BR]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[ro]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[ru]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[si]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[sk]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[sl]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[sr]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[sr@ijekavian]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[sr@ijekavianlatin]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[sr@latin]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[sv]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[tg]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[th]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[tr]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[ug]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[uk]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[vi]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[wa]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[x-test]=xxhttp://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Searchxx --Query[zh_CN]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --Query[zh_TW]=http://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/wikipedia.desktop b/kurifilter-plugins/ikws/searchproviders/wikipedia.desktop -deleted file mode 100644 -index 014e25d..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/wikipedia.desktop -+++ /dev/null -@@ -1,144 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Wikipedia - The Free Encyclopedia --Name[af]=Wikipedia - Die gratis ensiklopidie --Name[ar]=ويكيبيديا الموسوعة الحرّة --Name[as]=Wikipedia - The Free Encyclopedia --Name[ast]=Wikipedia - La enciclopedia llibre --Name[be]=Wikipedia - Свабодная Энцыклапедыя --Name[be@latin]=Wikipedia: svabodnaja encyklapedyja --Name[bg]=Уикипедия - свободната енциклопедия --Name[bn]=উইকিপেডিয়া - মুক্ত বিশ্বকোষ --Name[bn_IN]=Wikipedia (উইকিপিডিয়া) - মুক্ত বিশ্বকোষ --Name[br]=Wikipedia - Ar geriadur ouiziegezh frank --Name[bs]=Vikipedija — slobodna enciklopedija --Name[ca]=Viquipèdia - L'enciclopèdia lliure --Name[ca@valencia]=Viquipèdia - L'enciclopèdia lliure --Name[cs]=Wikipedia - volně dostupná encyklopedie --Name[csb]=Wikipedijô - wòlnô encyklopedijô --Name[cy]=Wikipedia - Y Gwyddoniadur Rhydd --Name[da]=Wikipedia - Det frie leksikon --Name[de]=Wikipedia – Die freie Enzyklopädie --Name[el]=Wikipedia - Η ελεύθερη εγκυκλοπαίδεια --Name[en_GB]=Wikipedia - The Free Encyclopedia --Name[eo]=Vikipedio - la libera enciklopedio --Name[es]=Wikipedia - La enciclopedia libre --Name[et]=Wikipedia - Vaba entsüklopeedia --Name[eu]=Wikipedia, entziklopedia askea --Name[fa]=Wikipedia - دایره‌المعارف آزاد --Name[fi]=Wikipedia, vapaa tietosanakirja --Name[fr]=Wikipédia - L'encyclopédie libre --Name[fy]=Wikipedia - de frije ensyklopedy --Name[ga]=Vicipéid - An Chiclipéid Shaor --Name[gl]=Wikipedia, a enciclopedia libre --Name[gu]=વિકિપીડિઆ - મુક્ત એન્સાયક્લોપીડિઆ --Name[he]=ויקיפדיה - האנציקלופדיה החופשית --Name[hi]=विकिपेडिया- मुफ्त विश्वकोश --Name[hne]=विकिपीडिया- फोकट विस्वकोस --Name[hr]=Wikipedia – besplatna enciklopedija --Name[hsb]=Wikipedia - Swobodna encyklopedija --Name[hu]=Wikipédia - A szabad enciklopédia --Name[ia]=Wikipedia - Le Encyclopedia Libere e Gratuite --Name[id]=Wikipedia - Ensiklopedia Gratis --Name[is]=Wikipedia - Frjálst alfræðiorðasafn --Name[it]=Wikipedia - L'enciclopedia libera --Name[ja]=Wikipedia - フリーな百科事典 --Name[ka]=ვიკიპედია - ღია ენციკლოპედია --Name[kk]=Wikipedia - ашық энциклопедия --Name[km]=Wikipedia - Encyclopedia ​ឥត​គិត​ថ្លៃ --Name[kn]=ವಿಕಿಪೀಡಿಯಾ - ಮುಕ್ತ ವಿಶ್ವಕೋಶ --Name[ko]=위키백과 - 우리 모두의 백과사전 --Name[ku]=Wîkîpediya - Ensîklopediya Azad --Name[lt]=Wikipedia – laisvoji enciklopedija --Name[lv]=Wikipedia - brīvā enciklopēdija --Name[mai]=विकिपेडिया- मुफ्त विश्वकोश --Name[mk]=Википедија - Слободната енциклопедија --Name[ml]=വിക്കിപീഡിയ - സ്വതന്ത്ര സര്‍വ്വവിജ്ഞാനകോശം --Name[mr]=विकिपेडिया- मोफत विश्वकोश --Name[ms]=Wikipedia - Ensiklopedia Percuma --Name[nb]=Wikipedia – det frie leksikonet --Name[nds]=Wikipedia - dat fre'e Nakieksel (hdt.) --Name[ne]=विकिपिडिया - नि:शुल्क इन्साइक्लोपेडिया --Name[nl]=Wikipedia - de vrije encyclopedie --Name[nn]=Wikipedia – det frie oppslagsverket --Name[or]=Wikipedia - ମୁକ୍ତ ବିଶ୍ୱକୋଶ --Name[pa]=ਵਿੱਕੀਪੀਡਿਆ - ਮੁਫਤ ਵਿਸ਼ਵਕੋਸ਼ --Name[pl]=Wikipedia - otwarta encyklopedia --Name[pt]=Wikipedia - A Enciclopédia Livre --Name[pt_BR]=Wikipédia - a enciclopédia livre --Name[ro]=Wikipedia - Enciclopedia liberă --Name[ru]=Свободная энциклопедия Wikipedia (на русском) --Name[se]=Wikipedia – fridja leksikona --Name[si]=Wikipedia - නිදහස් විශ්ව කෝෂය --Name[sk]=Wikipédia - voľne dostupná encyklopédia --Name[sl]=Wikipedia - Prosta enciklopedija --Name[sr]=Википедија — слободна енциклопедија --Name[sr@ijekavian]=Википедија — слободна енциклопедија --Name[sr@ijekavianlatin]=Wikipedia — slobodna enciklopedija --Name[sr@latin]=Wikipedia — slobodna enciklopedija --Name[sv]=Wikipedia - den fria encyklopedin --Name[ta]=விகிபிடியா - இலவச கலைக்களஞ்சியம் --Name[te]=వికీపీడియా - స్వేఛ్ఛా విజ్ఞాన సర్వస్వము --Name[tg]=Энсиклопедияи озоди Wikipedia --Name[th]=วิกิพีเดีย - สารานุกรมเสรี --Name[tr]=Wikipedia - Ücretsiz Ansiklopedi --Name[ug]=ۋىكىپېدىيە(Wikipedia) - ھەقسىز قامۇس --Name[uk]=Вікіпедія — вільна енциклопедія --Name[uz]=Wikipedia - Erkin ensiklopediya --Name[uz@cyrillic]=Wikipedia - Эркин энциклопедия --Name[vi]=Wikipedia - Từ điển bách khoa toàn thư tự do --Name[wa]=Wikipedia - Li libe eciclopedeye --Name[x-test]=xxWikipedia - The Free Encyclopediaxx --Name[zh_CN]=维基百科 - 免费的百科全书 --Name[zh_TW]=Wikipedia - 免費的 Encyclopedia --X-KDE-ServiceTypes=SearchProvider --Keys=wp --Query=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[bg]=https://bg.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[bs]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[ca]=https://ca.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[ca@valencia]=https://ca.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[cs]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[da]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[de]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[el]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[es]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[eu]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[fi]=https://fi.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[fr]=https://fr.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[gl]=http://gl.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[hi]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[hu]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[ia]=http://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[id]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[is]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[it]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[ja]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[kk]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[ko]=https://ko.wikipedia.org/wiki/특수기능:검색?search=\\{@}&go=Go --Query[lt]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[nb]=https://no.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[nds]=https://de.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[nl]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[nn]=https://nn.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[pa]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[pl]=https://pl.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[pt]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[pt_BR]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[ro]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[ru]=https://ru.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[sk]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[sl]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[sr]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[sr@ijekavian]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[sr@ijekavianlatin]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[sr@latin]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[sv]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[tr]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[ug]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[uk]=http://uk.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[wa]=https://wa.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Potch%C3%AE --Query[x-test]=xxhttps://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Goxx --Query[zh_CN]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Query[zh_TW]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go --Charset=utf8 -diff --git a/kurifilter-plugins/ikws/searchproviders/wiktionary.desktop b/kurifilter-plugins/ikws/searchproviders/wiktionary.desktop -deleted file mode 100644 -index 1786783..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/wiktionary.desktop -+++ /dev/null -@@ -1,142 +0,0 @@ --[Desktop Entry] --Type=Service --Name=Wiktionary - The Free Dictionary --Name[af]=Wiktionary - Die gratis woordeboek --Name[ar]=القاموس المجاني Wiktionary --Name[as]=Wiktionary - The Free Dictionary --Name[ast]=Wiktionary - El diccionariu llibre --Name[be]=Wiktionary - Свабодны Слоўнік --Name[be@latin]=Wikisłoŭnik: svabodny słoŭnik --Name[bg]=Уикиречник - свободният речник --Name[bn]=ইউক্‌শনারি - মুক্ত অভিধান --Name[bn_IN]=Wiktionary - মুক্ত অভিধান --Name[br]=Wiktionary - Ar geriadur frank --Name[bs]=Vikirečnik — slobodni rječnik --Name[ca]=Viccionari - El diccionari lliure --Name[ca@valencia]=Viccionari - El diccionari lliure --Name[cs]=Wiktionary - volně dostupný slovník --Name[csb]=Wiktionary - wòlny słowôrz --Name[da]=Wiktionary - den frie ordbog --Name[de]=Wiktionary – Das freie Wörterbuch --Name[el]=Wiktionary - Το ελεύθερο λεξικό --Name[en_GB]=Wiktionary - The Free Dictionary --Name[eo]=Vikivortaro - la libera vortaro --Name[es]=Wiktionary - El diccionario libre --Name[et]=Wiktionary - Vaba sõnaraamat --Name[eu]=Wiktionary, hiztegi askea --Name[fa]=Wiktionary - واژه‌نامه آزاد --Name[fi]=Wikisanakirja, vapaa sanakirja --Name[fr]=Wiktionary - Le dictionnaire libre --Name[fy]=Wiktionary - It frije wurdboek --Name[ga]=Vicífhoclóir - An Foclóir Saor --Name[gl]=Wiktionary, o dicionario libre --Name[gu]=વીક્ટીઓનેરી - મુક્ત શબ્દકોશ --Name[he]=ויקימילון - המילון החופשי --Name[hi]=विकिपेडिया- मुफ्त विश्वकोश --Name[hne]=विकिपेडिया- फोकट विस्वकोस --Name[hr]=Wiktionary – besplatna enciklopedija --Name[hsb]=Wikisłownik - Swobodny słownik --Name[hu]=Wiktionary --Name[ia]=Wiktionary - Le Dictionario Libere e Gratuite --Name[id]=Wiktionary - Kamus Gratis --Name[is]=Wiktionary - Frjálsa orðabókin --Name[it]=Wiktionary - Il dizionario libero --Name[ja]=Wictionary - フリーな辞書 --Name[ka]=Wiktionary - თავისუფალი ლექსიკონი --Name[kk]=Wiktionary - ашық сөздік --Name[km]=Wikipedia - វចនានុក្រម​ឥត​គិត​ថ្លៃ --Name[kn]=ವಿಕ್ಷನರಿ - ಮುಕ್ತ ಶಬ್ದಕೋಶ --Name[ko]=위키낱말사전 --Name[ku]=Wîkîferheng - Ferhenga Azad --Name[lt]=Wiktionary – laisvasis žodynas --Name[lv]=Wiktionary - brīvā vārdnīca --Name[mai]=विकिपेडिया- मुफ्त विश्वकोश --Name[mk]=Wiktionary - Слободниот речник --Name[ml]=വിക്ഷ്ണറി - സ്വതന്ത്ര നിഘണ്ടു --Name[mr]=विकिपेडिया- मोफत विश्वकोश --Name[nb]=Wiktionary – den frie ordboka --Name[nds]=Wiktionary - dat fre'e Wöörbook (hdt.) --Name[ne]=विक्सनरी - नि:शुल्क शब्दकोश --Name[nl]=Wiktionary - het vrije woordenboek --Name[nn]=Wiktionary – den frie ordboka --Name[or]=Wiktionary - ମୁକ୍ତ ଅଭିଧାନ --Name[pa]=ਵਿੱਕੀਸ਼ਨਰੀ - ਮੁਫਤ ਡਿਕਸ਼ਨਰੀ --Name[pl]=Wiktionary - Otwarty słownik --Name[pt]=Wiktionary - O Dicionário Livre --Name[pt_BR]=Wikcionário - o dicionário livre --Name[ro]=Wiktionary - Dictionarul liber --Name[ru]=Свободный словарь Wiktionary --Name[se]=Wiktinary – fridja sátnegirji --Name[si]=Wiktionary - නිදහස් ශබ්ද කෝශය --Name[sk]=Wiktionary - voľne dostupný slovník --Name[sl]=Wiktionary - Prosti slovar --Name[sr]=Викиречник — слободни речник --Name[sr@ijekavian]=Викирјечник — слободни рјечник --Name[sr@ijekavianlatin]=Wikirečnik — slobodni rječnik --Name[sr@latin]=Wikirečnik — slobodni rečnik --Name[sv]=Wiktionary - den fria ordboken --Name[ta]=விக்சனரி - கட்டற்ற அகராதி --Name[te]=విక్షనరి - స్వేఛ్ఛా పదకోశము --Name[tg]=Луғати озоди Wiktionary --Name[th]=วิกิชันนารี - พจนานุุกรมเสรี --Name[tr]=VikiSözlük - Özgür Sözlük --Name[ug]=Wiktionary - ھەقسىز لۇغەت --Name[uk]=Вікісловник — вільний словник --Name[uz]=Wiktionary - Erkin lugʻat --Name[uz@cyrillic]=Wiktionary - Эркин луғат --Name[vi]=Wiktionary - Từ điển tự do --Name[wa]=L' esplicant motî do walon so Wikipedia --Name[x-test]=xxWiktionary - The Free Dictionaryxx --Name[zh_CN]=维基字典 - 免费的字典 --Name[zh_TW]=Wiktionary - 免費的字典 --X-KDE-ServiceTypes=SearchProvider --Keys=wt,wikt --Query=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[bg]=https://bg.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[bs]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[ca]=https://ca.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[ca@valencia]=https://ca.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[cs]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[da]=https://da.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[de]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[el]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[es]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[eu]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[fi]=https://fi.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[fr]=https://fr.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[gl]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[hi]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[hu]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[ia]=http://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[id]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[is]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[it]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[ja]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[kk]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[ko]=https://ko.wiktionary.org/wiki/특수기능:검색?search=\\{@}&go=Go --Query[lt]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[nb]=https://no.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[nds]=http://de.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[nl]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[nn]=https://nn.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[pa]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[pl]=https://pl.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[pt]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[pt_BR]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[ro]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[ru]=https://ru.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[sk]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[sl]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[sr]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[sr@ijekavian]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[sr@ijekavianlatin]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[sr@latin]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[sv]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[tr]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[ug]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[uk]=https://uk.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[wa]=https://wa.wiktionary.org/w/index.php?search=\\{@}&title=Sipeci%C3%A5s%3ACweri --Query[x-test]=xxhttps://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Goxx --Query[zh_CN]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Query[zh_TW]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go --Charset=utf8 -diff --git a/kurifilter-plugins/ikws/searchproviders/wolfram_alpha.desktop b/kurifilter-plugins/ikws/searchproviders/wolfram_alpha.desktop -deleted file mode 100644 -index 3c17c56..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/wolfram_alpha.desktop -+++ /dev/null -@@ -1,125 +0,0 @@ --[Desktop Entry] --Keys=wa,wolfram --Name=Wolfram Alpha --Name[ar]=ولفرام ألفا --Name[ast]=Wolfram Alpha --Name[bg]=Wolfram Alpha --Name[bn]=উলফ্র্যাম আলফা --Name[bs]=Volframova alfa --Name[ca]=Wolfram Alpha --Name[ca@valencia]=Wolfram Alpha --Name[cs]=Wolfram Alpha --Name[csb]=Wolfram Alpha --Name[da]=Wolfram Alpha --Name[de]=Wolfram Alpha --Name[el]=Wolfram Άλφα --Name[en_GB]=Wolfram Alpha --Name[eo]=Wolfram Alpha --Name[es]=Wolfram Alpha --Name[et]=Wolfram Alpha --Name[eu]=Wolfram Alpha --Name[fa]=Wolfram Alpha --Name[fi]=Wolfram Alpha --Name[fr]=Wolfram Alpha --Name[fy]=Wolfram Alpha --Name[ga]=Wolfram Alpha --Name[gl]=Wolfram Alpha --Name[gu]=વુલ્ફ્રામ આલ્ફા --Name[he]=Wolfram Alpha --Name[hi]=वोल्फ्राम अलफ़ा --Name[hr]=Wolfram Alpha --Name[hu]=Wolfram Alpha --Name[ia]=Wolfram Alpha --Name[id]=Wolfram Alpha --Name[is]=Wolfram Alpha --Name[it]=Wolfram Alpha --Name[ja]=Wolfram Alpha --Name[ka]=Wolfram Alpha --Name[kk]=Wolfram Alpha --Name[km]=Wolfram Alpha --Name[kn]=ವೂಲ್ಫ್ರಾಮ್ ಆಲ್ಫಾ --Name[ko]=울프람 알파 --Name[lt]=Wolfram Alpha --Name[lv]=Wolfram Alpha --Name[mai]=वोल्फॉर्म अल्फा --Name[mk]=Волфрам Алфа --Name[ml]=വുള്‍ഫ്രാം ആല്‍ഫ --Name[mr]=वोल्फ्राम अल्फा --Name[nb]=Wolfram Alpha --Name[nds]=Wolfram Alpha --Name[nl]=Wolfram Alpha --Name[nn]=Wolfram Alpha --Name[pa]=ਵੁਲਫਰਮ ਐਲਫ਼ਾ --Name[pl]=Wolfram Alpha --Name[pt]=Wolfram Alpha --Name[pt_BR]=Wolfram Alpha --Name[ro]=Wolfram Alpha --Name[ru]=Wolfram Alpha --Name[si]=Wolfram Alpha --Name[sk]=Wolfram Alpha --Name[sl]=Wolfram Alpha --Name[sr]=Волфрамова алфа --Name[sr@ijekavian]=Волфрамова алфа --Name[sr@ijekavianlatin]=Volframova alfa --Name[sr@latin]=Volframova alfa --Name[sv]=Wolfram Alpha --Name[tg]=Wolfram Alpha --Name[th]=Wolfram Alpha --Name[tr]=Tungsten Işığı --Name[ug]=Wolfram Alpha --Name[uk]=Wolfram Alpha --Name[vi]=Wolfram Alpha --Name[wa]=Wolfram Alpha --Name[x-test]=xxWolfram Alphaxx --Name[zh_CN]=Wolfram Alpha --Name[zh_TW]=Wolfram Alpha --Query=https://www.wolframalpha.com/input/?i=\\{@} --Query[bg]=https://www.wolframalpha.com/input/?i=\\{@} --Query[bs]=https://www.wolframalpha.com/input/?i=\\{@} --Query[ca]=https://www.wolframalpha.com/input/?i=\\{@} --Query[ca@valencia]=https://www.wolframalpha.com/input/?i=\\{@} --Query[cs]=https://www.wolframalpha.com/input/?i=\\{@} --Query[da]=https://www.wolframalpha.com/input/?i=\\{@} --Query[de]=https://www.wolframalpha.com/input/?i=\\{@} --Query[el]=https://www.wolframalpha.com/input/?i=\\{@} --Query[es]=https://www.wolframalpha.com/input/?i=\\{@} --Query[eu]=https://www.wolframalpha.com/input/?i=\\{@} --Query[fi]=https://www.wolframalpha.com/input/?i=\\{@} --Query[fr]=https://www.wolframalpha.com/input/?i=\\{@} --Query[gl]=https://www.wolframalpha.com/input/?i=\\{@} --Query[hi]=https://www.wolframalpha.com/input/?i=\\{@} --Query[hu]=https://www.wolframalpha.com/input/?i=\\{@} --Query[ia]=http://www.wolframalpha.com/input/?i=\\{@} --Query[id]=https://www.wolframalpha.com/input/?i=\\{@} --Query[is]=https://www.wolframalpha.com/input/?i=\\{@} --Query[it]=https://www.wolframalpha.com/input/?i=\\{@} --Query[ja]=https://www.wolframalpha.com/input/?i=\\{@} --Query[kk]=https://www.wolframalpha.com/input/?i=\\{@} --Query[ko]=https://www.wolframalpha.com/input/?i=\\{@} --Query[lt]=https://www.wolframalpha.com/input/?i=\\{@} --Query[nb]=https://www.wolframalpha.com/input/?i=\\{@} --Query[nds]=https://www.wolframalpha.com/input/?i=\\{@} --Query[nl]=https://www.wolframalpha.com/input/?i=\\{@} --Query[nn]=https://www.wolframalpha.com/input/?i=\\{@} --Query[pa]=https://www.wolframalpha.com/input/?i=\\{@} --Query[pl]=https://www.wolframalpha.com/input/?i=\\{@} --Query[pt]=https://www.wolframalpha.com/input/?i=\\{@} --Query[pt_BR]=https://www.wolframalpha.com/input/?i=\\{@} --Query[ro]=https://www.wolframalpha.com/input/?i=\\{@} --Query[ru]=https://www.wolframalpha.com/input/?i=\\{@} --Query[sk]=https://www.wolframalpha.com/input/?i=\\{@} --Query[sl]=https://www.wolframalpha.com/input/?i=\\{@} --Query[sr]=https://www.wolframalpha.com/input/?i=\\{@} --Query[sr@ijekavian]=https://www.wolframalpha.com/input/?i=\\{@} --Query[sr@ijekavianlatin]=https://www.wolframalpha.com/input/?i=\\{@} --Query[sr@latin]=https://www.wolframalpha.com/input/?i=\\{@} --Query[sv]=https://www.wolframalpha.com/input/?i=\\{@} --Query[tr]=https://www.wolframalpha.com/input/?i=\\{@} --Query[ug]=https://www.wolframalpha.com/input/?i=\\{@} --Query[uk]=https://www.wolframalpha.com/input/?i=\\{@} --Query[wa]=https://www.wolframalpha.com/input/?i=\\{@} --Query[x-test]=xxhttps://www.wolframalpha.com/input/?i=\\{@}xx --Query[zh_CN]= http://www.wolframalpha.com/input/?i=\\{@} --Query[zh_TW]=https://www.wolframalpha.com/input/?i=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/wordref.desktop b/kurifilter-plugins/ikws/searchproviders/wordref.desktop -deleted file mode 100644 -index 4d075ff..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/wordref.desktop -+++ /dev/null -@@ -1,184 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=wordref --Name=WordReference.com English Dictionary --Name[af]=WordReference.com Engelse Woordeboek --Name[ar]=القاموس الإنجليزي من WordReference.com --Name[as]=WordReference.com English Dictionary --Name[ast]=WordReference.com diccionariu d'inglés --Name[be]=WordReference.com Англійскі слоўнік --Name[be@latin]=Anhielski słoŭnik „WordReference.com” --Name[bg]=Английски речник WordReference.com --Name[bn]=WordReference.com ইংরাজি অভিধান --Name[bn_IN]=WordReference.com ইংরাজি অভিধান --Name[br]=Geriaoueg saozneg WordReference.com --Name[bs]=Vordreferens: engleski rječnik --Name[ca]=WordReference.com diccionari anglès --Name[ca@valencia]=WordReference.com diccionari anglés --Name[cs]=Anglický slovník WordReference.com --Name[csb]=WordReference.com: anielsczi słowôrz --Name[cy]=Geiriadur Saesneg WorldReference.com --Name[da]=WordReference.com engelsk ordbog --Name[de]=WordReference.com – Englischwörterbuch --Name[el]=WordReference.com αγγλικό λεξικό --Name[en_GB]=WordReference.com English Dictionary --Name[eo]=Angla vortaro de WordReference.com --Name[es]=WordReference.com diccionario de inglés --Name[et]=WordReference.com inglise keele sõnaraamat --Name[eu]=WordReference.com ingeles-hiztegia --Name[fa]=واژه‌نامه انگلیسی WordReference.com --Name[fi]=WordReference.comin englannin kielen sanasto --Name[fr]=Dictionnaire anglais de WordReference.com --Name[fy]=WordReference.com Ingelsk wurdboek --Name[ga]=Foclóir Béarla WordReference.com --Name[gl]=Dicionario de inglés de WordReference.com --Name[gu]=WordReference.com અંગ્રેજી શબ્દકોશ --Name[he]=‏WordReference.com - מילון אנגלי --Name[hi]=वर्डरेफ़रेंस.कॉम अंग्रेज़ी शब्दकोश --Name[hne]=वर्डरेफरेंस.काम अंगरेजी सब्दकोस --Name[hr]=WordReference.com engleski rječnik --Name[hsb]=WordReference.com English Dictionary --Name[hu]=WordReference.com angol szótár --Name[ia]=WordReference.com Dictionario Anglese --Name[id]=Kamus Bahasa Inggris WordReference.com --Name[is]=WordReference.com ensk orðabók --Name[it]=Dizionario inglese WordReference.com --Name[ja]=WordReference.com 英語辞書 --Name[kk]=WordReference.com ағылшын сөздігі --Name[km]=វចនានុក្រម​អង់គ្លេស WordReference.com --Name[kn]=WordReference.com ಇಂಗ್ಲೀಷ್ ಶಬ್ದಕೋಶ --Name[ko]=WordReference.com 영어 사전 --Name[ku]=Ferhenga Îngilîzî WordReference.com --Name[lt]=WordReference.com anglų kalbos žodynas --Name[lv]=WordReference.com Angļu valodas vārdnīca --Name[mai]=वर्डरेफरेंस.काम अंग्रेजी शब्दकोश --Name[mk]=WordReference.com Англиски речник --Name[ml]=WordReference.com ഇംഗ്ലീഷ് നിഘണ്ടു --Name[mr]=वर्डरेफरेंस.कॉम अंग्रेजी शब्दकोश --Name[nb]=WordReference.com, engelsk ordbok --Name[nds]=WordReference.com Engelsch Nakieksel --Name[ne]=WordReference.com अङ्ग्रेजी शब्दकोश --Name[nl]=WordReference.com Engels woordenboek --Name[nn]=WordReference.com engelsk ordbok --Name[or]=WordReference.com ଇରାଜୀ ଅଭିଧାନ --Name[pa]=WordReference.com ਅੰਗਰੇਜ਼ੀ ਡਿਕਸ਼ਨਰੀ --Name[pl]=WordReference.com: słownik angielski --Name[pt]=Dicionário Inglês WordReference.com --Name[pt_BR]=Dicionário de inglês WordReference.com --Name[ro]=Dicționarul englez WordReference.com --Name[ru]=Английский словарь WordReference.com --Name[se]=WordReference.com eŋgelaš sátnegirji --Name[si]=WordReference.com ඉංග්‍රීසි ශබ්දකෝශය --Name[sk]=Anglický slovník WordReference.com --Name[sl]=Angleški slovar WordReference.com --Name[sr]=Вордреференс: енглески речник --Name[sr@ijekavian]=Вордреференс: енглески рјечник --Name[sr@ijekavianlatin]=WordReference: engleski rječnik --Name[sr@latin]=WordReference: engleski rečnik --Name[sv]=Wordreference.com engelsk ordbok --Name[ta]=WordReference.com ஆங்கில அகராதி --Name[te]=WordReference.com ఇంగ్లీష్ పదకోశం --Name[tg]=Луғати забони англисии WordReference.com --Name[th]=พจนานุกรมอังกฤษ WordReference.com --Name[tr]=WordReference.com İngilizce Sözlük --Name[ug]=WordReference.com ئىنگلىزچە لۇغەت --Name[uk]=Англійський словник WordReference.com --Name[uz]=WordReference.com Inglizcha lugʻat --Name[uz@cyrillic]=WordReference.com Инглизча луғат --Name[vi]=Từ điển tiếng Anh WordReference.com --Name[wa]=WordReference.com diccionaire inglès --Name[x-test]=xxWordReference.com English Dictionaryxx --Name[zh_CN]=WordReference.com 英语字典 --Name[zh_TW]=WordReference.com 英文字典 --Query=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[af]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[ar]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[as]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[ast]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[be]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[be@latin]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[bg]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[bn]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[bn_IN]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[br]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[bs]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[ca]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[ca@valencia]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[cs]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[csb]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[da]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[de]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[el]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[en_GB]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[eo]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[es]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[et]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[eu]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[fa]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[fi]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[fr]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[fy]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[ga]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[gl]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[gu]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[he]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[hi]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[hne]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[hr]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[hsb]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[hu]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[ia]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[id]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[is]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[it]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[ja]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[ka]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[kk]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[km]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[kn]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[ko]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[ku]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[lt]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[lv]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[mai]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[ml]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[mr]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[ms]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[nb]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[nds]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[ne]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[nl]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[nn]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[or]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[pa]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[pl]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[pt]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[pt_BR]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[ro]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[ru]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[se]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[si]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[sk]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[sl]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[sr]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[sr@ijekavian]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[sr@ijekavianlatin]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[sr@latin]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[sv]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[ta]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[te]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[tg]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[th]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[tr]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[ug]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[uk]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[uz]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[uz@cyrillic]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[vi]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[wa]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[x-test]=xxhttp://www.wordreference.com/english/definition.asp?en=\\{@}xx --Query[zh_CN]=http://www.wordreference.com/english/definition.asp?en=\\{@} --Query[zh_TW]=http://www.wordreference.com/english/definition.asp?en=\\{@} --X-KDE-ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/yahoo.desktop b/kurifilter-plugins/ikws/searchproviders/yahoo.desktop -deleted file mode 100644 -index fd06d35..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/yahoo.desktop -+++ /dev/null -@@ -1,143 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=yahoo,yh --Name=Yahoo --Name[ar]=ياهو --Name[ast]=Yahoo --Name[bg]=Yahoo --Name[bn]=ইয়াহু --Name[bs]=Jahu --Name[ca]=Yahoo --Name[ca@valencia]=Yahoo --Name[cs]=Yahoo --Name[da]=Yahoo --Name[de]=Yahoo --Name[el]=Yahoo --Name[en_GB]=Yahoo --Name[eo]=Jahuo --Name[es]=Yahoo --Name[et]=Yahoo --Name[eu]=Yahoo --Name[fa]=یاهو --Name[fi]=Yahoo --Name[fr]=Yahoo --Name[ga]=Yahoo --Name[gl]=Yahoo --Name[gu]=યાહુ --Name[he]=Yahoo --Name[hi]=याहू --Name[hr]=Yahoo --Name[hu]=Yahoo --Name[ia]=Yahoo --Name[id]=Yahoo --Name[is]=Yahoo --Name[it]=Yahoo --Name[ja]=Yahoo --Name[ka]=Yahoo --Name[kk]=Yahoo --Name[km]=យ៉ាហ៊ូ --Name[kn]=ಯಾಹೂ --Name[ko]=Yahoo --Name[lt]=Yahoo --Name[lv]=Yahoo --Name[mai]=याहू --Name[mr]=याहू --Name[nb]=Yahoo --Name[nds]=Yahoo --Name[nl]=Yahoo --Name[nn]=Yahoo --Name[pa]=ਯਾਹੂ --Name[pl]=Yahoo --Name[pt]=Yahoo --Name[pt_BR]=Yahoo --Name[ro]=Yahoo --Name[ru]=Yahoo --Name[se]=Yahoo --Name[si]=Yahoo --Name[sk]=Yahoo --Name[sl]=Yahoo --Name[sr]=Јаху --Name[sr@ijekavian]=Јаху --Name[sr@ijekavianlatin]=Yahoo --Name[sr@latin]=Yahoo --Name[sv]=Yahoo --Name[tg]=Yahoo --Name[th]=Yahoo --Name[tr]=Yahoo --Name[ug]=ياخۇ --Name[uk]=Yahoo --Name[vi]=Yahoo --Name[wa]=Yahoo --Name[x-test]=xxYahooxx --Name[zh_CN]=Yahoo --Name[zh_TW]=Yahoo --Query=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[ar]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[ast]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[bg]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[bn]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[bs]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[ca]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[ca@valencia]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[cs]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[da]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[de]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[el]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[en_GB]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[eo]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[es]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[et]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[eu]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[fa]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[fi]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[fr]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[ga]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[gl]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[gu]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[he]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[hi]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[hr]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[hu]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[ia]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[id]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[is]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[it]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[ja]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[kk]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[km]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[kn]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[ko]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[lt]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[lv]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[mr]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[nb]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[nds]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[nl]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[nn]=http://no.search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[pa]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[pl]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[pt]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[pt_BR]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[ro]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[ru]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[si]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[sk]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[sl]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[sr]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[sr@ijekavian]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[sr@ijekavianlatin]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[sr@latin]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[sv]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[tg]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[th]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[tr]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[ug]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[uk]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[vi]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[wa]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[x-test]=xxhttp://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Searchxx --Query[zh_CN]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --Query[zh_TW]=http://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/yahoo_image.desktop b/kurifilter-plugins/ikws/searchproviders/yahoo_image.desktop -deleted file mode 100644 -index 264ce9e..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/yahoo_image.desktop -+++ /dev/null -@@ -1,143 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=yahooimage,yhi --Name=Yahoo Images --Name[ar]=صور ياهو --Name[ast]=Yahoo Imáxenes --Name[bg]=Изображения в Yahoo --Name[bn]=ইয়াহু ছবি --Name[bs]=Jahu‑slike --Name[ca]=Imatges a Yahoo --Name[ca@valencia]=Imatges a Yahoo --Name[cs]=Obrázky Yahoo --Name[da]=Yahoo Images --Name[de]=Yahoo Images --Name[el]=Yahoo Εικόνες --Name[en_GB]=Yahoo Images --Name[eo]=Bildoj de Jahuo --Name[es]=Imágenes de Yahoo --Name[et]=Yahoo pildid --Name[eu]=Yahoo Images --Name[fa]=تصاویر یاهو --Name[fi]=Yahoon kuvahaku --Name[fr]=Images « Yahoo » --Name[ga]=Íomhánna Yahoo --Name[gl]=Yahoo Imaxes --Name[gu]=Yahoo ઇમેજો --Name[he]=תמונות Yahoo --Name[hi]=याहू छवियाँ --Name[hr]=Yahoo Slike --Name[hu]=Yahoo Images --Name[ia]=Yahoo Images --Name[id]=Yahoo Images --Name[is]=Yahoo myndir --Name[it]=Immagini di Yahoo --Name[ja]=Yahoo Images --Name[kk]=Yahoo кескіндер --Name[km]=រូបភាព​របស់​យ៉ាហ៊ូ --Name[kn]=ಯಾಹೂ ಚಿತ್ರಗಳು --Name[ko]=Yahoo 그림 --Name[lt]=Yahoo paveikslėliai --Name[lv]=Yahoo attēli --Name[mai]=Yahoo चित्र --Name[ml]=യാഹൂ ചിത്രങ്ങള്‍ --Name[mr]=याहू प्रतिमा --Name[nb]=Yahoo bilder --Name[nds]=Yahoo - Biller --Name[nl]=Yahoo afbeeldingen --Name[nn]=Yahoo Images --Name[pa]=ਯਾਹੂ ਚਿੱਤਰ --Name[pl]=Yahoo - obrazy --Name[pt]=Imagens do Yahoo --Name[pt_BR]=Imagens do Yahoo --Name[ro]=Yahoo Imagini --Name[ru]=Yahoo: Картинки --Name[si]=Yahoo පින්තූර --Name[sk]=Yahoo obrázky --Name[sl]=Yahoo - slike --Name[sr]=Јаху‑слике --Name[sr@ijekavian]=Јаху‑слике --Name[sr@ijekavianlatin]=Yahoo-slike --Name[sr@latin]=Yahoo-slike --Name[sv]=Yahoo bilder --Name[tg]=Тасвирҳои Yahoo --Name[th]=Yahoo Images --Name[tr]=Yahoo Resimleri --Name[ug]=ياخۇ سۈرەتلىرى --Name[uk]=Зображення Yahoo --Name[vi]=Yahoo Ảnh --Name[wa]=Yahoo Imådjes --Name[x-test]=xxYahoo Imagesxx --Name[zh_CN]=Yahoo 图像 --Name[zh_TW]=Yahoo Images --Query=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[ar]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[ast]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[bg]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[bn]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[bs]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[ca]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[ca@valencia]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[cs]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[da]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[de]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[el]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[en_GB]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[eo]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[es]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[et]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[eu]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[fa]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[fi]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[fr]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[ga]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[gl]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[gu]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[he]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[hi]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[hr]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[hu]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[ia]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[id]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[is]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[it]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[ja]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[kk]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[km]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[kn]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[ko]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[lt]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[lv]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[ml]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[mr]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[nb]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[nds]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[nl]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[nn]=http://no.images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[pa]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[pl]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[pt]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[pt_BR]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[ro]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[ru]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[si]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[sk]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[sl]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[sr]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[sr@ijekavian]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[sr@ijekavianlatin]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[sr@latin]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[sv]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[tg]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[th]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[tr]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[ug]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[uk]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[vi]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[wa]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[x-test]=xxhttp://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701xx --Query[zh_CN]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --Query[zh_TW]=http://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/yahoo_local.desktop b/kurifilter-plugins/ikws/searchproviders/yahoo_local.desktop -deleted file mode 100644 -index 59870b6..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/yahoo_local.desktop -+++ /dev/null -@@ -1,142 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=yahoolocal,yhl --Name=Yahoo Local --Name[ar]=ياهو المحلي --Name[ast]=Yahoo Llocal --Name[bg]=Локално търсене в Yahoo --Name[bn]=ইয়াহু স্থানীয় --Name[bs]=Jahu‑lokal --Name[ca]=Yahoo Local --Name[ca@valencia]=Yahoo Local --Name[cs]=Yahoo Local --Name[da]=Yahoo Local --Name[de]=Yahoo Local --Name[el]=Yahoo Τοπικό --Name[en_GB]=Yahoo Local --Name[eo]=Lokaloj de Jahuo --Name[es]=Yahoo Local --Name[et]=Yahoo Local --Name[eu]=Yahoo Local --Name[fa]=Yahoo محلی --Name[fi]=Yahoon paikallishaku --Name[fr]=Yahoo Local --Name[ga]=Yahoo Logánta --Name[gl]=Yahoo Local --Name[gu]=યાહુ સ્થાનિક --Name[he]=Yahoo מקומי --Name[hi]=याहू स्थानिक --Name[hr]=Yahoo Local --Name[hu]=Yahoo Local --Name[ia]=Yahoo Local --Name[id]=Yahoo Lokal --Name[is]=Yahoo Local --Name[it]=Yahoo locale --Name[ja]=Yahoo Local --Name[kk]=Yahoo Local --Name[km]=មូលដ្ឋាន​របស់​យ៉ាហ៊ូ --Name[kn]=ಯಾಹೂ ಸ್ಥಳೀಯ --Name[ko]=Yahoo 지역 --Name[lt]=Yahoo Local --Name[lv]=Yahoo Local --Name[ml]=യാഹൂ പ്രാദേശികം --Name[mr]=याहू स्थानिक --Name[nb]=Yahoo lokalt --Name[nds]=Yahoo - Lokaal --Name[nl]=Yahoo lokaal --Name[nn]=Yahoo Local --Name[pa]=ਯਾਹੂ ਲੋਕਲ --Name[pl]=Yahoo - lokalne --Name[pt]=Yahoo Local --Name[pt_BR]=Yahoo Local --Name[ro]=Yahoo Local --Name[ru]=Yahoo: Адреса --Name[si]=පෙදෙසි Yahoo --Name[sk]=Yahoo Local --Name[sl]=Yahoo - krajevno --Name[sr]=Јаху‑локал --Name[sr@ijekavian]=Јаху‑локал --Name[sr@ijekavianlatin]=Yahoo Local --Name[sr@latin]=Yahoo Local --Name[sv]=Yahoo Local --Name[tg]=Минтақаи Yahoo --Name[th]=Yahoo Local --Name[tr]=Yahoo Yerel --Name[ug]=Yahoo يەرلىك --Name[uk]=Yahoo Local --Name[vi]=Yahoo Địa Phương --Name[wa]=Yahoo Coinrece --Name[x-test]=xxYahoo Localxx --Name[zh_CN]=Yahoo 本地信息 --Name[zh_TW]=Yahoo Local --Query=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[ar]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[ast]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[bg]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[bn]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[bs]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[ca]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[ca@valencia]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[cs]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[da]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[de]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[el]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[en_GB]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[eo]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[es]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[et]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[eu]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[fa]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[fi]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[fr]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[ga]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[gl]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[gu]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[he]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[hi]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[hr]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[hu]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[ia]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[id]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[is]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[it]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[ja]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[kk]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[km]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[kn]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[ko]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[lt]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[lv]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[ml]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[mr]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[nb]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[nds]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[nl]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[nn]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[pa]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[pl]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[pt]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[pt_BR]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[ro]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[ru]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[si]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[sk]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[sl]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[sr]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[sr@ijekavian]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[sr@ijekavianlatin]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[sr@latin]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[sv]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[tg]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[th]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[tr]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[ug]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[uk]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[vi]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[wa]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[x-test]=xxhttp://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-imgxx --Query[zh_CN]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --Query[zh_TW]=http://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/yahoo_shopping.desktop b/kurifilter-plugins/ikws/searchproviders/yahoo_shopping.desktop -deleted file mode 100644 -index bcbdc9d..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/yahoo_shopping.desktop -+++ /dev/null -@@ -1,142 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=yahooshopping,yhs --Name=Yahoo Shopping --Name[ar]=تسوق ياهو --Name[ast]=Yahoo Compres --Name[bg]=Пазаруване в Yahoo --Name[bn]=ইয়াহু শপিং --Name[bs]=Jahu‑šoping --Name[ca]=Yahoo Shopping --Name[ca@valencia]=Yahoo Shopping --Name[cs]=Yahoo Shopping --Name[da]=Yahoo Shopping --Name[de]=Yahoo Shopping --Name[el]=Yahoo Αγορές --Name[en_GB]=Yahoo Shopping --Name[eo]=Aĉetado de Jahuo --Name[es]=Compras de Yahoo --Name[et]=Yahoo Shopping --Name[eu]=Yahoo Shopping --Name[fa]=Yahoo خرید --Name[fi]=Yahoo tuotehaku --Name[fr]=Boutique « Yahoo » --Name[ga]=Siopadóireacht Yahoo --Name[gl]=Compras en Yahoo --Name[gu]=યાહુ ખરીદી --Name[he]=קניות Yahoo --Name[hi]=याहू खरीदारी --Name[hr]=Yahoo Shopping --Name[hu]=Yahoo Shopping --Name[ia]=Yahoo Shopping --Name[id]=Yahoo Belanja --Name[is]=Yahoo verslun --Name[it]=Acquisti di Yahoo --Name[ja]=Yahoo Shopping --Name[kk]=Yahoo Shopping --Name[km]=កា​រទិញ​ឥវ៉ាន់​របស់​យ៉ាហ៊ូ --Name[kn]=ಯಾಹೂ ಶಾಪಿಂಗ್ --Name[ko]=Yahoo 쇼핑 --Name[lt]=Yahoo parduotuvė --Name[lv]=Yahoo iepirkšanās --Name[ml]=യാഹൂ ഷോപ്പിങ്ങ് --Name[mr]=याहू खरेदी --Name[nb]=Yahoo Shopping --Name[nds]=Yahoo - Inköpen --Name[nl]=Yahoo Shopping --Name[nn]=Yahoo Shopping --Name[pa]=ਯਾਹੂ ਖਰੀਦਦਾਰੀ --Name[pl]=Yahoo - zakupy --Name[pt]=Compras do Yahoo --Name[pt_BR]=Compras do Yahoo --Name[ro]=Yahoo Cumpărături --Name[ru]=Yahoo: Покупки --Name[si]=Yahoo සාප්පු සවාරි --Name[sk]=Yahoo nakupovanie --Name[sl]=Yahoo - nakupovanje --Name[sr]=Јаху‑шопинг --Name[sr@ijekavian]=Јаху‑шопинг --Name[sr@ijekavianlatin]=Yahoo Shopping --Name[sr@latin]=Yahoo Shopping --Name[sv]=Yahoo shopping --Name[tg]=Мағозаи Yahoo --Name[th]=Yahoo Shopping --Name[tr]=Yahoo Alışveriş --Name[ug]=ياخۇ دۇكىنى --Name[uk]=Yahoo Shopping --Name[vi]=Yahoo Mua Bán --Name[wa]=Yahoo Botikes --Name[x-test]=xxYahoo Shoppingxx --Name[zh_CN]=Yahoo 购物 --Name[zh_TW]=Yahoo Shopping --Query=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[ar]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[ast]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[bg]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[bn]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[bs]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[ca]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[ca@valencia]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[cs]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[da]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[de]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[el]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[en_GB]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[eo]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[es]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[et]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[eu]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[fa]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[fi]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[fr]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[ga]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[gl]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[gu]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[he]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[hi]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[hr]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[hu]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[ia]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[id]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[is]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[it]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[ja]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[kk]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[km]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[kn]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[ko]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[lt]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[lv]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[ml]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[mr]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[nb]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[nds]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[nl]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[nn]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[pa]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[pl]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[pt]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[pt_BR]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[ro]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[ru]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[si]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[sk]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[sl]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[sr]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[sr@ijekavian]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[sr@ijekavianlatin]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[sr@latin]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[sv]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[tg]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[th]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[tr]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[ug]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[uk]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[vi]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[wa]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[x-test]=xxhttp://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701xx --Query[zh_CN]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --Query[zh_TW]=http://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/yahoo_video.desktop b/kurifilter-plugins/ikws/searchproviders/yahoo_video.desktop -deleted file mode 100644 -index 085fd99..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/yahoo_video.desktop -+++ /dev/null -@@ -1,142 +0,0 @@ --[Desktop Entry] --Charset= --Hidden=false --Keys=yahoovideo,yhv --Name=Yahoo Video --Name[ar]=فيديو ياهو --Name[ast]=Yahoo Videu --Name[bg]=Видео в Yahoo --Name[bn]=ইয়াহু ভিডিও --Name[bs]=Jahu‑video --Name[ca]=Yahoo Video --Name[ca@valencia]=Yahoo Video --Name[cs]=Video Yahoo --Name[da]=Yahoo Video --Name[de]=Yahoo Video --Name[el]=Yahoo Βίντεο --Name[en_GB]=Yahoo Video --Name[eo]=Videoj de Jahuo --Name[es]=Vídeos de Yahoo --Name[et]=Yahoo Video --Name[eu]=Yahoo Video --Name[fa]=ویدیوهای یاهو --Name[fi]=Yahoon videohaku --Name[fr]=Vidéos « Yahoo » --Name[ga]=Fís Yahoo --Name[gl]=Yahoo Video --Name[gu]=યાહુ વિડીઓ --Name[he]=Yahoo וידאו --Name[hi]=याहू विडियो --Name[hr]=Yahoo Video --Name[hu]=Yahoo Video --Name[ia]=Yahoo Video --Name[id]=Yahoo Video --Name[is]=Yahoo vídeó --Name[it]=Video di Yahoo --Name[ja]=Yahoo Video --Name[kk]=Yahoo видео --Name[km]=វីដេអូ​របស់យ៉ាហ៊ូ --Name[kn]=ಯಾಹೂ‌ ವೀಡಿಯೊ --Name[ko]=Yahoo 동영상 --Name[lt]=Yahoo Video --Name[lv]=Yahoo video --Name[ml]=യാഹൂ വീഡിയോ --Name[mr]=याहू व्हिडीओ --Name[nb]=Yahoo Video --Name[nds]=Yahoo - Video --Name[nl]=Yahoo Video --Name[nn]=Yahoo Video --Name[pa]=ਯਾਹੂ ਵਿਡੀਓ --Name[pl]=Yahoo - wideo --Name[pt]=Vídeos do Yahoo --Name[pt_BR]=Vídeos do Yahoo --Name[ro]=Yahoo Video --Name[ru]=Yahoo: Видео --Name[si]=Yahoo වීඩියෝ --Name[sk]=Yahoo videá --Name[sl]=Yahoo - video --Name[sr]=Јаху‑видео --Name[sr@ijekavian]=Јаху‑видео --Name[sr@ijekavianlatin]=Yahoo Video --Name[sr@latin]=Yahoo Video --Name[sv]=Yahoo video --Name[tg]=Видеоҳои Yahoo --Name[th]=Yahoo Video --Name[tr]=Yahoo Video --Name[ug]=ياخۇ سىنى --Name[uk]=Відео Yahoo --Name[vi]=Yahoo Phim --Name[wa]=Yahoo Videyo --Name[x-test]=xxYahoo Videoxx --Name[zh_CN]=Yahoo 视频 --Name[zh_TW]=Yahoo Video --Query=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[ar]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[ast]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[bg]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[bn]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[bs]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[ca]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[ca@valencia]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[cs]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[da]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[de]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[el]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[en_GB]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[eo]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[es]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[et]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[eu]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[fa]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[fi]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[fr]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[ga]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[gl]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[gu]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[he]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[hi]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[hr]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[hu]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[ia]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[id]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[is]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[it]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[ja]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[kk]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[km]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[kn]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[ko]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[lt]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[lv]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[ml]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[mr]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[nb]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[nds]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[nl]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[nn]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[pa]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[pl]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[pt]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[pt_BR]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[ro]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[ru]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[si]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[sk]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[sl]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[sr]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[sr@ijekavian]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[sr@ijekavianlatin]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[sr@latin]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[sv]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[tg]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[th]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[tr]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[ug]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[uk]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[vi]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[wa]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[x-test]=xxhttp://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701xx --Query[zh_CN]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --Query[zh_TW]=http://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 --ServiceTypes=SearchProvider --Type=Service -diff --git a/kurifilter-plugins/ikws/searchproviders/youtube.desktop b/kurifilter-plugins/ikws/searchproviders/youtube.desktop -deleted file mode 100644 -index 8a5f6af..0000000 ---- a/kurifilter-plugins/ikws/searchproviders/youtube.desktop -+++ /dev/null -@@ -1,122 +0,0 @@ --[Desktop Entry] --Keys=yt,youtube --Name=YouTube --Name[ar]=يوتوب --Name[ast]=YouTube --Name[bg]=YouTube --Name[bn]=ইউ-টিউভ --Name[bs]=Jutjub --Name[ca]=YouTube --Name[ca@valencia]=YouTube --Name[cs]=YouTube --Name[da]=YouTube --Name[de]=YouTube --Name[el]=YouTube --Name[en_GB]=YouTube --Name[eo]=Jutjubo --Name[es]=YouTube --Name[et]=YouTube --Name[eu]=YouTube --Name[fa]=YouTube --Name[fi]=YouTube --Name[fr]=YouTube --Name[ga]=YouTube --Name[gl]=YouTube --Name[gu]=યુટ્યુબ --Name[he]=YouTube --Name[hi]=यूट्यूब --Name[hr]=YouTube --Name[hu]=YouTube --Name[ia]=YouTube --Name[id]=YouTube --Name[is]=YouTube --Name[it]=YouTube --Name[ja]=YouTube --Name[kk]=YouTube --Name[km]=YouTube --Name[kn]=ಯೂಟ್ಯೂಬ್ --Name[ko]=YouTube --Name[lt]=YouTube --Name[lv]=YouTube --Name[mai]=YouTube --Name[ml]=യുട്യൂബ് --Name[mr]=यूट्यूब --Name[nb]=YouTube --Name[nds]=YouTube --Name[nl]=YouTube --Name[nn]=YouTube --Name[pa]=ਯੂਟਿਊਬ --Name[pl]=YouTube --Name[pt]=YouTube --Name[pt_BR]=YouTube --Name[ro]=YouTube --Name[ru]=YouTube --Name[si]=YouTube --Name[sk]=YouTube --Name[sl]=YouTube --Name[sr]=Јутјуб --Name[sr@ijekavian]=Јутјуб --Name[sr@ijekavianlatin]=YouTube --Name[sr@latin]=YouTube --Name[sv]=YouTube --Name[tg]=YouTube --Name[th]=บริการวีดิโอผ่าน YouTube --Name[tr]=YouTube --Name[ug]=YouTube --Name[uk]=YouTube --Name[vi]=YouTube --Name[wa]=YouTube --Name[x-test]=xxYouTubexx --Name[zh_CN]=YouTube --Name[zh_TW]=YouTube --Query=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[bg]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[bs]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[ca]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[ca@valencia]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[cs]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[da]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[de]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[el]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[es]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[eu]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[fi]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[fr]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[gl]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[hi]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[hu]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[ia]=http://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[id]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[is]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[it]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[ja]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[kk]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[ko]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[lt]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[nb]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[nds]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[nl]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[nn]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[pa]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[pl]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[pt]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[pt_BR]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[ro]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[ru]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[sk]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[sl]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[sr]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[sr@ijekavian]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[sr@ijekavianlatin]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[sr@latin]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[sv]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[tr]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[ug]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[uk]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[wa]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[x-test]=xxhttps://www.youtube.com/results?search_query=\\{@}&search_type=&aq=fxx --Query[zh_CN]= http://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --Query[zh_TW]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f --ServiceTypes=SearchProvider --Type=Service --Charset=utf8 -diff --git a/kurifilter-plugins/localdomain/CMakeLists.txt b/kurifilter-plugins/localdomain/CMakeLists.txt -deleted file mode 100644 -index 7c58b84..0000000 ---- a/kurifilter-plugins/localdomain/CMakeLists.txt -+++ /dev/null -@@ -1,11 +0,0 @@ --set(localdomainurifilter_PART_SRCS localdomainurifilter.cpp ) -- --add_library(localdomainurifilter MODULE ${localdomainurifilter_PART_SRCS}) -- --target_link_libraries(localdomainurifilter KF5::KIOWidgets) -- --install(TARGETS localdomainurifilter DESTINATION ${PLUGIN_INSTALL_DIR}) -- --########### install files ############### -- --install(FILES localdomainurifilter.desktop DESTINATION ${SERVICES_INSTALL_DIR}) -diff --git a/kurifilter-plugins/localdomain/localdomainurifilter.cpp b/kurifilter-plugins/localdomain/localdomainurifilter.cpp -deleted file mode 100644 -index 446a7ac..0000000 ---- a/kurifilter-plugins/localdomain/localdomainurifilter.cpp -+++ /dev/null -@@ -1,83 +0,0 @@ --/* -- localdomainfilter.cpp -- -- This file is part of the KDE project -- Copyright (C) 2002 Lubos Lunak -- Copyright (C) 2010 Dawit Alemayehu -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program. If not, see . --*/ -- --#include "localdomainurifilter.h" -- --#include --#include -- --#include --#include -- --#define QL1C(x) QLatin1Char(x) --#define QL1S(x) QLatin1String(x) -- --#define HOSTPORT_PATTERN "[a-zA-Z0-9][a-zA-Z0-9+-]*(?:\\:[0-9]{1,5})?(?:/[\\w:@&=+$,-.!~*'()]*)*" -- --/** -- * IMPORTANT: If you change anything here, please run the regression test -- * ../tests/kurifiltertest -- */ --LocalDomainUriFilter::LocalDomainUriFilter( QObject *parent, const QVariantList & /*args*/ ) -- :KUriFilterPlugin( "localdomainurifilter", parent ), -- m_hostPortPattern(QL1S(HOSTPORT_PATTERN)) --{ --} -- --bool LocalDomainUriFilter::filterUri(KUriFilterData& data) const --{ -- const QUrl url = data.uri(); -- const QString protocol = url.scheme(); -- -- // When checking for local domain just validate it is indeed a local domain, -- // but do not modify the hostname! See bug# -- if ((protocol.isEmpty() || !KProtocolInfo::isKnownProtocol(protocol)) && -- m_hostPortPattern.exactMatch(data.typedString())) { -- -- QString host (data.typedString().left(data.typedString().indexOf(QL1C('/')))); -- const int pos = host.indexOf(QL1C(':')); -- if (pos > -1) -- host.truncate(pos); // Remove port number -- -- if (exists(host)) { -- QString scheme (data.defaultUrlScheme()); -- if (scheme.isEmpty()) -- scheme = QL1S("http://"); -- setFilteredUri(data, QUrl(scheme + data.typedString())); -- setUriType(data, KUriFilterData::NetProtocol); -- return true; -- } -- } -- -- return false; --} -- --bool LocalDomainUriFilter::exists(const QString& host) const --{ -- QHostInfo hostInfo = resolveName (host, 1500); -- return (hostInfo.error() == QHostInfo::NoError); --} -- -- --K_PLUGIN_FACTORY(LocalDomainUriFilterFactory, registerPlugin();) --K_EXPORT_PLUGIN(LocalDomainUriFilterFactory("kcmkurifilt")) -- --#include "localdomainurifilter.moc" -diff --git a/kurifilter-plugins/localdomain/localdomainurifilter.desktop b/kurifilter-plugins/localdomain/localdomainurifilter.desktop -deleted file mode 100644 -index 63b7dc5..0000000 ---- a/kurifilter-plugins/localdomain/localdomainurifilter.desktop -+++ /dev/null -@@ -1,96 +0,0 @@ --[Desktop Entry] --Type=Service --Name=LocalDomainFilter --Name[af]=Plaaslike domein filter --Name[ar]=مرشح المجال المحلي --Name[as]=LocalDomainFilter --Name[ast]=FiltrudeDominiuLlocal --Name[be]=LocalDomainFilter --Name[be@latin]=LocalDomainFilter --Name[bg]=LocalDomainFilter --Name[bn]=LocalDomainFilter --Name[bn_IN]=LocalDomainFilter --Name[bs]=Filter lokalnog domena --Name[ca]=Filtre de dominis locals --Name[ca@valencia]=Filtre de dominis locals --Name[cs]=Filtr pro lokální doménu --Name[csb]=Filter môlowi domenë --Name[cy]=HidlParthLleol --Name[da]=LocalDomainFilter --Name[de]=LocalDomainFilter --Name[el]=Φίλτρο τοπικού τομέα --Name[en_GB]=LocalDomainFilter --Name[eo]=LocalDomainFilter --Name[es]=LocalDomainFilter --Name[et]=LocalDomainFilter --Name[eu]=LocalDomainFilter --Name[fa]=LocalDomainFilter --Name[fi]=LocalDomainFilter --Name[fr]=Filtre de domaine local --Name[fy]=Lokaaldomeinfilter --Name[ga]=LocalDomainFilter --Name[gl]=LocalDomainFilter --Name[gu]=સ્થાનિકડોમેઇનગાળક --Name[he]=LocalDomainFilter --Name[hi]=लोकल-डोमेन-फ़िल्टर --Name[hne]=लोकल-डोमेन-फिल्टर --Name[hr]=Filtar lokalnih domena --Name[hsb]=LocalDomainFilter --Name[hu]=HelyiTartománySzűrő --Name[ia]=LocalDomainFilter --Name[id]=LocalDomainFilter --Name[is]=LocalDomainFilter --Name[it]=Filtro di dominio locale --Name[ja]=LocalDomainFilter --Name[ka]=LocalDomainFilter --Name[kk]=LocalDomainFilter --Name[km]=LocalDomainFilter --Name[kn]=LocalDomainFilter --Name[ko]=LocalDomainFilter --Name[ku]=LocalDomainFilter --Name[lt]=LocalDomainFilter --Name[lv]=LokāloDomēnuFiltrs --Name[mai]=लोकल-डोमेन-फिल्टर --Name[mk]=LocalDomainFilter --Name[ml]=ലോക്കല്‍ഡൊമൈന്‍ഫില്‍ട്ടര്‍ --Name[mr]=स्थानिक क्षेत्र गाळणी --Name[ms]=LocalDomainFilter --Name[nb]=LocalDomainFilter --Name[nds]=Filter för LocalDomain --Name[ne]=स्थानीय डोमेन फिल्टर --Name[nl]=Lokaaldomeinfilter --Name[nn]=LocalDomainFilter --Name[or]=LocalDomainFilter --Name[pa]=ਲੋਕਲ ਡੋਮੇਨ ਫਿਲਟਰ --Name[pl]=Filtr lokalnej domeny --Name[pt]=LocalDomainFilter --Name[pt_BR]=Filtro de domínio local --Name[ro]=Filtru de domeniu local --Name[ru]=LocalDomainFilter --Name[se]=LocalDomainFilter --Name[si]=දේශීය ඩොමේන පෙරහන --Name[sk]=Filter lokálnej domény --Name[sl]=FilterLokalneDomene --Name[sr]=Филтер локалног домена --Name[sr@ijekavian]=Филтер локалног домена --Name[sr@ijekavianlatin]=Filter lokalnog domena --Name[sr@latin]=Filter lokalnog domena --Name[sv]=Filter för lokal domän --Name[ta]=LocalDomainFilter --Name[te]=LocalDomainFilter --Name[tg]=LocalDomainFilter --Name[th]=ตัวกรองโดเมนท้องถื่น --Name[tr]=LocalDomainFilter --Name[ug]=يەرلىك دائىرە سۈزگۈچ --Name[uk]=Фільтр локальних доменів --Name[uz]=LocalDomainFilter --Name[uz@cyrillic]=LocalDomainFilter --Name[vi]=LocalDomainFilter --Name[wa]=Passete Dominne coinrece --Name[xh]=LocalDomainFilter --Name[x-test]=xxLocalDomainFilterxx --Name[zh_CN]=本地域名过滤 --Name[zh_TW]=區域網域過濾器 --X-KDE-Library=localdomainurifilter --X-KDE-ServiceTypes=KUriFilter/Plugin --InitialPreference=2 -diff --git a/kurifilter-plugins/localdomain/localdomainurifilter.h b/kurifilter-plugins/localdomain/localdomainurifilter.h -deleted file mode 100644 -index 1b13c30..0000000 ---- a/kurifilter-plugins/localdomain/localdomainurifilter.h -+++ /dev/null -@@ -1,51 +0,0 @@ --/* -- localdomainurifilter.h -- -- This file is part of the KDE project -- Copyright (C) 2002 Lubos Lunak -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program. If not, see . --*/ -- --#ifndef LOCALDOMAINURIFILTER_H --#define LOCALDOMAINURIFILTER_H -- --#include -- --#include -- --class QHostInfo; --class QEventLoop; -- --/* -- This filter takes care of hostnames in the local search domain. -- If you're in domain domain.org which has a host intranet.domain.org -- and the typed URI is just intranet, check if there's a host -- intranet.domain.org and if yes, it's a network URI. --*/ --class LocalDomainUriFilter : public KUriFilterPlugin --{ -- Q_OBJECT -- -- public: -- LocalDomainUriFilter( QObject* parent, const QVariantList& args ); -- virtual bool filterUri( KUriFilterData &data ) const; -- -- private: -- bool exists(const QString&) const; -- -- QRegExp m_hostPortPattern; --}; -- --#endif -diff --git a/kurifilter-plugins/shorturi/CMakeLists.txt b/kurifilter-plugins/shorturi/CMakeLists.txt -deleted file mode 100644 -index c3e9ed1..0000000 ---- a/kurifilter-plugins/shorturi/CMakeLists.txt -+++ /dev/null -@@ -1,12 +0,0 @@ --add_library(kshorturifilter MODULE kshorturifilter.cpp) -- --target_link_libraries(kshorturifilter KF5::I18n KF5::KIOWidgets KF5::KDE4Support) -- --install(TARGETS kshorturifilter DESTINATION ${PLUGIN_INSTALL_DIR} ) -- -- --########### install files ############### -- --install( FILES kshorturifilter.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) --install( FILES kshorturifilterrc DESTINATION ${CONFIG_INSTALL_DIR} ) -- -diff --git a/kurifilter-plugins/shorturi/Messages.sh b/kurifilter-plugins/shorturi/Messages.sh -deleted file mode 100755 -index 88461cf..0000000 ---- a/kurifilter-plugins/shorturi/Messages.sh -+++ /dev/null -@@ -1,2 +0,0 @@ --#! /usr/bin/env bash --$XGETTEXT *.cpp -o $podir/kshorturifilter.pot -diff --git a/kurifilter-plugins/shorturi/kshorturifilter.cpp b/kurifilter-plugins/shorturi/kshorturifilter.cpp -deleted file mode 100644 -index 0429b0b..0000000 ---- a/kurifilter-plugins/shorturi/kshorturifilter.cpp -+++ /dev/null -@@ -1,573 +0,0 @@ --/* -*- c-basic-offset: 2 -*- -- -- kshorturifilter.h -- -- This file is part of the KDE project -- Copyright (C) 2000 Dawit Alemayehu -- Copyright (C) 2000 Malte Starostik -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program; if not, write to the Free Software -- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. --*/ -- --#include "kshorturifilter.h" -- --#include --#include -- --#include --#include --#include --#include --#include --#include --#include --#include -- --#define QL1S(x) QLatin1String(x) --#define QL1C(x) QLatin1Char(x) -- --namespace { --QLoggingCategory category("org.kde.kurifilter-plugins"); --} -- -- /** -- * IMPORTANT: -- * If you change anything here, please run the regression test -- * ../tests/kurifiltertest. -- * -- * If you add anything here, make sure to add a corresponding -- * test code to ../tests/kurifiltertest. -- */ -- --typedef QMap EntryMap; -- --static QRegExp sEnvVarExp (QL1S("\\$[a-zA-Z_][a-zA-Z0-9_]*")); -- --static bool isPotentialShortURL(const QString& cmd) --{ -- // Host names and IPv4 address... -- if (cmd.contains(QLatin1Char('.'))) { -- return true; -- } -- -- // IPv6 Address... -- if (cmd.startsWith(QLatin1Char('[')) && cmd.contains(QLatin1Char(':'))) { -- return true; -- } -- -- return false; --} -- --static QString removeArgs( const QString& _cmd ) --{ -- QString cmd( _cmd ); -- -- if( cmd[0] != '\'' && cmd[0] != '"' ) -- { -- // Remove command-line options (look for first non-escaped space) -- int spacePos = 0; -- -- do -- { -- spacePos = cmd.indexOf( ' ', spacePos+1 ); -- } while ( spacePos > 1 && cmd[spacePos - 1] == '\\' ); -- -- if( spacePos > 0 ) -- { -- cmd = cmd.left( spacePos ); -- //qCDebug(category) << "spacePos=" << spacePos << " returning " << cmd; -- } -- } -- -- return cmd; --} -- --KShortUriFilter::KShortUriFilter( QObject *parent, const QVariantList & /*args*/ ) -- :KUriFilterPlugin( "kshorturifilter", parent ) --{ -- QDBusConnection::sessionBus().connect(QString(), "/", "org.kde.KUriFilterPlugin", -- "configure", this, SLOT(configure())); -- configure(); --} -- --bool KShortUriFilter::filterUri( KUriFilterData& data ) const --{ -- /* -- * Here is a description of how the shortURI deals with the supplied -- * data. First it expands any environment variable settings and then -- * deals with special shortURI cases. These special cases are the "smb:" -- * URL scheme which is very specific to KDE, "#" and "##" which are -- * shortcuts for man:/ and info:/ protocols respectively. It then handles -- * local files. Then it checks to see if the URL is valid and one that is -- * supported by KDE's IO system. If all the above checks fails, it simply -- * lookups the URL in the user-defined list and returns without filtering -- * if it is not found. TODO: the user-defined table is currently only manually -- * hackable and is missing a config dialog. -- */ -- -- //QUrl url = data.uri(); -- QString cmd = data.typedString(); -- -- // Replicate what KUrl(cmd) did in KDE4. This could later be folded into the checks further down... -- QUrl url(cmd); -- if (cmd.startsWith('/')) { -- url = QUrl::fromLocalFile(cmd); -- } -- -- // WORKAROUND: Allow the use of '@' in the username component of a URL since -- // other browsers such as firefox in their infinite wisdom allow such blatant -- // violations of RFC 3986. BR# 69326/118413. -- if (cmd.count(QLatin1Char('@')) > 1) { -- const int lastIndex = cmd.lastIndexOf(QLatin1Char('@')); -- // Percent encode all but the last '@'. -- QString encodedCmd = QUrl::toPercentEncoding(cmd.left(lastIndex), ":/"); -- encodedCmd += cmd.mid(lastIndex); -- QUrl u (encodedCmd); -- if (u.isValid()) { -- cmd = encodedCmd; -- url = u; -- } -- } -- -- const bool isMalformed = !url.isValid(); -- QString protocol = url.scheme(); -- -- qCDebug(category) << cmd; -- -- // Fix misparsing of "foo:80", QUrl thinks "foo" is the protocol and "80" is the path. -- // However, be careful not to do that for valid hostless URLs, e.g. file:///foo! -- if (!protocol.isEmpty() && url.host().isEmpty() && !url.path().isEmpty() -- && cmd.contains(':') && !KProtocolInfo::protocols().contains(protocol)) { -- protocol.clear(); -- } -- -- //qCDebug(category) << "url=" << url << "cmd=" << cmd << "isMalformed=" << isMalformed; -- -- if (!isMalformed && -- (protocol.length() == 4) && -- (protocol != QLatin1String("http")) && -- (protocol[0]=='h') && -- (protocol[1]==protocol[2]) && -- (protocol[3]=='p')) -- { -- // Handle "encrypted" URLs like: h++p://www.kde.org -- url.setScheme( QLatin1String("http")); -- setFilteredUri( data, url); -- setUriType( data, KUriFilterData::NetProtocol ); -- return true; -- } -- -- // TODO: Make this a bit more intelligent for Minicli! There -- // is no need to make comparisons if the supplied data is a local -- // executable and only the argument part, if any, changed! (Dawit) -- // You mean caching the last filtering, to try and reuse it, to save stat()s? (David) -- -- const QString starthere_proto = QL1S("start-here:"); -- if (cmd.indexOf(starthere_proto) == 0 ) -- { -- setFilteredUri( data, QUrl("system:/") ); -- setUriType( data, KUriFilterData::LocalDir ); -- return true; -- } -- -- // Handle MAN & INFO pages shortcuts... -- const QString man_proto = QL1S("man:"); -- const QString info_proto = QL1S("info:"); -- if( cmd[0] == '#' || -- cmd.indexOf( man_proto ) == 0 || -- cmd.indexOf( info_proto ) == 0 ) -- { -- if( cmd.left(2) == QL1S("##") ) -- cmd = QL1S("info:/") + cmd.mid(2); -- else if ( cmd[0] == '#' ) -- cmd = QL1S("man:/") + cmd.mid(1); -- -- else if ((cmd==info_proto) || (cmd==man_proto)) -- cmd+='/'; -- -- setFilteredUri( data, QUrl( cmd )); -- setUriType( data, KUriFilterData::Help ); -- return true; -- } -- -- // Detect UNC style (aka windows SMB) URLs -- if ( cmd.startsWith( QLatin1String( "\\\\") ) ) -- { -- // make sure path is unix style -- cmd.replace('\\', '/'); -- cmd.prepend( QLatin1String( "smb:" ) ); -- setFilteredUri( data, QUrl( cmd )); -- setUriType( data, KUriFilterData::NetProtocol ); -- return true; -- } -- -- bool expanded = false; -- -- // Expanding shortcut to HOME URL... -- QString path; -- QString ref; -- QString query; -- QString nameFilter; -- -- if (QUrl(cmd).isRelative() && QDir::isRelativePath(cmd)) { -- path = cmd; -- //qCDebug(category) << "path=cmd=" << path; -- } else { -- if (url.isLocalFile()) -- { -- //qCDebug(category) << "hasRef=" << url.hasFragment(); -- // Split path from ref/query -- // but not for "/tmp/a#b", if "a#b" is an existing file, -- // or for "/tmp/a?b" (#58990) -- if( ( url.hasFragment() || !url.query().isEmpty() ) -- && !url.path().endsWith(QL1S("/")) ) // /tmp/?foo is a namefilter, not a query -- { -- path = url.path(); -- ref = url.fragment(); -- //qCDebug(category) << "isLocalFile set path to " << stringDetails( path ); -- //qCDebug(category) << "isLocalFile set ref to " << stringDetails( ref ); -- query = url.query(); -- if (path.isEmpty() && !url.host().isEmpty()) -- path = '/'; -- } -- else -- { -- path = cmd; -- //qCDebug(category) << "(2) path=cmd=" << path; -- } -- } -- } -- -- if( path[0] == '~' ) -- { -- int slashPos = path.indexOf('/'); -- if( slashPos == -1 ) -- slashPos = path.length(); -- if( slashPos == 1 ) // ~/ -- { -- path.replace ( 0, 1, QDir::homePath() ); -- } -- else // ~username/ -- { -- const QString userName (path.mid( 1, slashPos-1 )); -- KUser user (userName); -- if( user.isValid() && !user.homeDir().isEmpty()) -- { -- path.replace (0, slashPos, user.homeDir()); -- } -- else -- { -- if (user.isValid()) { -- setErrorMsg(data, i18n("%1 does not have a home folder.", userName)); -- } else { -- setErrorMsg(data, i18n("There is no user called %1.", userName)); -- } -- setUriType( data, KUriFilterData::Error ); -- // Always return true for error conditions so -- // that other filters will not be invoked !! -- return true; -- } -- } -- expanded = true; -- } -- else if ( path[0] == '$' ) { -- // Environment variable expansion. -- if ( sEnvVarExp.indexIn( path ) == 0 ) -- { -- QByteArray exp = qgetenv( path.mid( 1, sEnvVarExp.matchedLength() - 1 ).toLocal8Bit().data() ); -- if (!exp.isEmpty()) { -- path.replace( 0, sEnvVarExp.matchedLength(), QFile::decodeName(exp) ); -- expanded = true; -- } -- } -- } -- -- if ( expanded || cmd.startsWith( '/' ) ) -- { -- // Look for #ref again, after $ and ~ expansion (testcase: $QTDIR/doc/html/functions.html#s) -- // Can't use QUrl here, setPath would escape it... -- const int pos = path.indexOf('#'); -- if ( pos > -1 ) -- { -- const QString newPath = path.left( pos ); -- if ( QFile::exists( newPath ) ) -- { -- ref = path.mid( pos + 1 ); -- path = newPath; -- //qCDebug(category) << "Extracted ref: path=" << path << " ref=" << ref; -- } -- } -- } -- -- -- -- bool isLocalFullPath = QDir::isAbsolutePath(path); -- -- // Checking for local resource match... -- // Determine if "uri" is an absolute path to a local resource OR -- // A local resource with a supplied absolute path in KUriFilterData -- const QString abs_path = data.absolutePath(); -- -- const bool canBeAbsolute = (protocol.isEmpty() && !abs_path.isEmpty()); -- const bool canBeLocalAbsolute = (canBeAbsolute && abs_path[0] =='/' && !isMalformed); -- bool exists = false; -- -- /*qCDebug(category) << "abs_path=" << abs_path -- << "protocol=" << protocol -- << "canBeAbsolute=" << canBeAbsolute -- << "canBeLocalAbsolute=" << canBeLocalAbsolute -- << "isLocalFullPath=" << isLocalFullPath;*/ -- -- KDE_struct_stat buff; -- if ( canBeLocalAbsolute ) -- { -- QString abs = QDir::cleanPath( abs_path ); -- // combine absolute path (abs_path) and relative path (cmd) into abs_path -- int len = path.length(); -- if( (len==1 && path[0]=='.') || (len==2 && path[0]=='.' && path[1]=='.') ) -- path += '/'; -- //qCDebug(category) << "adding " << abs << " and " << path; -- abs = QDir::cleanPath(abs + '/' + path); -- //qCDebug(category) << "checking whether " << abs << " exists."; -- // Check if it exists -- if( KDE::stat( abs, &buff ) == 0 ) -- { -- path = abs; // yes -> store as the new cmd -- exists = true; -- isLocalFullPath = true; -- } -- } -- -- if (isLocalFullPath && !exists && !isMalformed) { -- exists = ( KDE::stat( path, &buff ) == 0 ); -- -- if ( !exists ) { -- // Support for name filter (/foo/*.txt), see also KonqMainWindow::detectNameFilter -- // If the app using this filter doesn't support it, well, it'll simply error out itself -- int lastSlash = path.lastIndexOf( '/' ); -- if ( lastSlash > -1 && path.indexOf( ' ', lastSlash ) == -1 ) // no space after last slash, otherwise it's more likely command-line arguments -- { -- QString fileName = path.mid( lastSlash + 1 ); -- QString testPath = path.left( lastSlash + 1 ); -- if ( ( fileName.indexOf( '*' ) != -1 || fileName.indexOf( '[' ) != -1 || fileName.indexOf( '?' ) != -1 ) -- && KDE::stat( testPath, &buff ) == 0 ) -- { -- nameFilter = fileName; -- //qCDebug(category) << "Setting nameFilter to " << nameFilter; -- path = testPath; -- exists = true; -- } -- } -- } -- } -- -- //qCDebug(category) << "path =" << path << " isLocalFullPath=" << isLocalFullPath << " exists=" << exists; -- if( exists ) -- { -- QUrl u = QUrl::fromLocalFile(path); -- //qCDebug(category) << "ref=" << stringDetails(ref) << " query=" << stringDetails(query); -- u.setFragment(ref); -- u.setQuery(query); -- -- if (!KUrlAuthorized::authorizeUrlAction( QLatin1String("open"), QUrl(), u)) -- { -- // No authorization, we pretend it's a file will get -- // an access denied error later on. -- setFilteredUri( data, u ); -- setUriType( data, KUriFilterData::LocalFile ); -- return true; -- } -- -- // Can be abs path to file or directory, or to executable with args -- bool isDir = S_ISDIR( buff.st_mode ); -- if( !isDir && access ( QFile::encodeName(path).data(), X_OK) == 0 ) -- { -- //qCDebug(category) << "Abs path to EXECUTABLE"; -- setFilteredUri( data, u ); -- setUriType( data, KUriFilterData::Executable ); -- return true; -- } -- -- // Open "uri" as file:/xxx if it is a non-executable local resource. -- if( isDir || S_ISREG( buff.st_mode ) ) -- { -- //qCDebug(category) << "Abs path as local file or directory"; -- if ( !nameFilter.isEmpty() ) -- u.setPath( u.path() + '/' + nameFilter ); -- setFilteredUri( data, u ); -- setUriType( data, ( isDir ) ? KUriFilterData::LocalDir : KUriFilterData::LocalFile ); -- return true; -- } -- -- // Should we return LOCAL_FILE for non-regular files too? -- qCDebug(category) << "File found, but not a regular file nor dir... socket?"; -- } -- -- if( data.checkForExecutables()) -- { -- // Let us deal with possible relative URLs to see -- // if it is executable under the user's $PATH variable. -- // We try hard to avoid parsing any possible command -- // line arguments or options that might have been supplied. -- QString exe = removeArgs( cmd ); -- //qCDebug(category) << "findExe with" << exe; -- -- if (!QStandardPaths::findExecutable( exe ).isNull() ) -- { -- //qCDebug(category) << "EXECUTABLE exe=" << exe; -- setFilteredUri( data, QUrl::fromLocalFile( exe )); -- // check if we have command line arguments -- if( exe != cmd ) -- setArguments(data, cmd.right(cmd.length() - exe.length())); -- setUriType( data, KUriFilterData::Executable ); -- return true; -- } -- } -- -- // Process URLs of known and supported protocols so we don't have -- // to resort to the pattern matching scheme below which can possibly -- // slow things down... -- if ( !isMalformed && !isLocalFullPath && !protocol.isEmpty() ) -- { -- //qCDebug(category) << "looking for protocol " << protocol; -- if ( KProtocolInfo::isKnownProtocol( protocol ) ) -- { -- setFilteredUri( data, url ); -- if ( protocol == QL1S("man") || protocol == QL1S("help") ) -- setUriType( data, KUriFilterData::Help ); -- else -- setUriType( data, KUriFilterData::NetProtocol ); -- return true; -- } -- } -- -- // Short url matches -- if ( !cmd.contains( ' ' ) ) -- { -- // Okay this is the code that allows users to supply custom matches for -- // specific URLs using Qt's regexp class. This is hard-coded for now. -- // TODO: Make configurable at some point... -- Q_FOREACH(const URLHint& hint, m_urlHints) -- { -- if (hint.regexp.indexIn(cmd) == 0) -- { -- //qCDebug(category) << "match - prepending" << (*it).prepend; -- const QString cmdStr = hint.prepend + cmd; -- QUrl url(cmdStr); -- if (KProtocolInfo::isKnownProtocol(url)) -- { -- setFilteredUri( data, url ); -- setUriType( data, hint.type ); -- return true; -- } -- } -- } -- -- // No protocol and not malformed means a valid short URL such as kde.org or -- // user@192.168.0.1. However, it might also be valid only because it lacks -- // the scheme component, e.g. www.kde,org (illegal ',' before 'org'). The -- // check below properly deciphers the difference between the two and sends -- // back the proper result. -- if (protocol.isEmpty() && isPotentialShortURL(cmd)) -- { -- QString urlStr = data.defaultUrlScheme(); -- if (urlStr.isEmpty()) -- urlStr = m_strDefaultUrlScheme; -- -- const int index = urlStr.indexOf(QL1C(':')); -- if (index == -1 || !KProtocolInfo::isKnownProtocol(urlStr.left(index))) -- urlStr += QL1S("://"); -- urlStr += cmd; -- -- QUrl url (urlStr); -- if (url.isValid()) -- { -- setFilteredUri(data, url); -- setUriType(data, KUriFilterData::NetProtocol); -- } -- else if (KProtocolInfo::isKnownProtocol(url.scheme())) -- { -- setFilteredUri(data, data.uri()); -- setUriType(data, KUriFilterData::Error); -- } -- return true; -- } -- } -- -- // If we previously determined that the URL might be a file, -- // and if it doesn't exist, then error -- if( isLocalFullPath && !exists ) -- { -- QUrl u = QUrl::fromLocalFile(path); -- u.setFragment(ref); -- -- if (!KUrlAuthorized::authorizeUrlAction( QL1S("open"), QUrl(), u)) -- { -- // No authorization, we pretend it exists and will get -- // an access denied error later on. -- setFilteredUri( data, u ); -- setUriType( data, KUriFilterData::LocalFile ); -- return true; -- } -- //qCDebug(category) << "fileNotFound -> ERROR"; -- setErrorMsg( data, i18n( "The file or folder %1 does not exist.", data.uri().toDisplayString() ) ); -- setUriType( data, KUriFilterData::Error ); -- return true; -- } -- -- // If we reach this point, we cannot filter this thing so simply return false -- // so that other filters, if present, can take a crack at it. -- return false; --} -- --KCModule* KShortUriFilter::configModule( QWidget*, const char* ) const --{ -- return 0; //new KShortUriOptions( parent, name ); --} -- --QString KShortUriFilter::configName() const --{ --// return i18n("&ShortURLs"); we don't have a configModule so no need for a configName that confuses translators -- return KUriFilterPlugin::configName(); --} -- --void KShortUriFilter::configure() --{ -- KConfig config( objectName() + QL1S( "rc"), KConfig::NoGlobals ); -- KConfigGroup cg( config.group("") ); -- -- m_strDefaultUrlScheme = cg.readEntry( "DefaultProtocol", QString("http://") ); -- const EntryMap patterns = config.entryMap( QL1S("Pattern") ); -- const EntryMap protocols = config.entryMap( QL1S("Protocol") ); -- KConfigGroup typeGroup(&config, "Type"); -- -- for( EntryMap::ConstIterator it = patterns.begin(); it != patterns.end(); ++it ) -- { -- QString protocol = protocols[it.key()]; -- if (!protocol.isEmpty()) -- { -- int type = typeGroup.readEntry(it.key(), -1); -- if (type > -1 && type <= KUriFilterData::Unknown) -- m_urlHints.append( URLHint(it.value(), protocol, static_cast(type) ) ); -- else -- m_urlHints.append( URLHint(it.value(), protocol) ); -- } -- } --} -- --K_PLUGIN_FACTORY(KShortUriFilterFactory, registerPlugin();) --K_EXPORT_PLUGIN(KShortUriFilterFactory("kcmkurifilt")) -- --#include "kshorturifilter.moc" -diff --git a/kurifilter-plugins/shorturi/kshorturifilter.desktop b/kurifilter-plugins/shorturi/kshorturifilter.desktop -deleted file mode 100644 -index d422f41..0000000 ---- a/kurifilter-plugins/shorturi/kshorturifilter.desktop -+++ /dev/null -@@ -1,97 +0,0 @@ --[Desktop Entry] --Type=Service --Name=ShortURIFilter --Name[af]=KortURIfilter --Name[ar]=مرشح الرابط القصير --Name[as]=ShortURIFilter --Name[ast]=Peñera d'URI curties --Name[be]=ShortURIFilter --Name[be@latin]=ShortURIFilter --Name[bg]=ShortURIFilter --Name[bn]=ShortURIFilter --Name[bn_IN]=ShortURIFilter --Name[br]=SilURLBerr --Name[bs]=Filter kratkih URI‑ja --Name[ca]=Filtre d'URI curta --Name[ca@valencia]=Filtre d'URI curta --Name[cs]=ShortURIFilter --Name[csb]=Filter krótczich URI --Name[cy]=HidlURIByr --Name[da]=KortURIFilter --Name[de]=Kurz-URL-Filter --Name[el]=Φίλτρο σύντομων URI --Name[en_GB]=ShortURIFilter --Name[eo]=ShortURIFilter --Name[es]=ShortURIFilter --Name[et]=Lühi-URL-ide filter --Name[eu]=ShortURIFilter --Name[fa]=ShortURIFilter --Name[fi]=ShortURIFilter --Name[fr]=Filtres d'URL courtes --Name[fy]=ShortURIFilter --Name[ga]=ShortURIFilter --Name[gl]=ShortURIFilter --Name[gu]=ટૂંકુંURIગાળક --Name[he]=ShortURIFilter --Name[hi]=शॉर्ट-यूआरआई-फ़िल्टर --Name[hne]=सार्ट-यूआरआई-फिल्टर --Name[hr]=Filtar kratkih URI-a --Name[hsb]=ShortURIFilter --Name[hu]=RövidURISzűrő --Name[ia]=ShortURIFilter --Name[id]=ShortURIFilter --Name[is]=ShortURIFilter --Name[it]=Filtro di URI brevi --Name[ja]=ShortURIFilter --Name[ka]=ShortURIFilter --Name[kk]=ShortURIFilter --Name[km]=ShortURIFilter --Name[kn]=ShortURIFilter --Name[ko]=ShortURIFilter --Name[ku]=ShortURIFilter --Name[lt]=ShortURIFilter --Name[lv]=ĪssURIFiltrs --Name[mai]=शार्ट-यूआरआई-फिल्टर --Name[mk]=ShortURIFilter --Name[ml]=ഷോര്‍ട്ട്‌യുആര്‍ഐഫില്‍ട്ടര്‍ --Name[mr]=शॉर्ट URI गाळणी --Name[ms]=ShortURIFilter --Name[nb]=ShortURIFilter --Name[nds]=KortURI-Filter --Name[ne]=छोटो यूआरआई फिल्टर --Name[nl]=ShortURIFilter --Name[nn]=ShortURIFilter --Name[or]=ShortURIFilter --Name[pa]=ShortURI ਫਿਲਟਰ --Name[pl]=Filtr Krótkich URI --Name[pt]=ShortURIFilter --Name[pt_BR]=Filtro URI --Name[ro]=Filtru de URI-uri scurte --Name[ru]=ShortURIFilter --Name[se]=ShortURIFilter --Name[si]=කෙටි URI පෙරණය --Name[sk]=KrátkyURIFilter --Name[sl]=FilterZaKratkeURI --Name[sr]=Филтер кратких УРИ‑ја --Name[sr@ijekavian]=Филтер кратких УРИ‑ја --Name[sr@ijekavianlatin]=Filter kratkih URI‑ja --Name[sr@latin]=Filter kratkih URI‑ja --Name[sv]=Kortwebbadressfilter --Name[ta]=ShortURIFilter --Name[te]=ShortURIFilter --Name[tg]=ShortURIFilter --Name[th]=ShortURIFilter --Name[tr]=KısaURISüzgeci --Name[ug]=قىسقا URI سۈزگۈچ --Name[uk]=Фільтр коротких URI --Name[uz]=ShortURIFilter --Name[uz@cyrillic]=ShortURIFilter --Name[vi]=ShortURIFilter --Name[wa]=Passete Coûte URI --Name[xh]=ShortURIFilter --Name[x-test]=xxShortURIFilterxx --Name[zh_CN]=短 URI 过滤 --Name[zh_TW]=短 URI 過濾器 --X-KDE-Library=kshorturifilter --X-KDE-ServiceTypes=KUriFilter/Plugin --InitialPreference=5 -diff --git a/kurifilter-plugins/shorturi/kshorturifilter.h b/kurifilter-plugins/shorturi/kshorturifilter.h -deleted file mode 100644 -index 1ddd802..0000000 ---- a/kurifilter-plugins/shorturi/kshorturifilter.h -+++ /dev/null -@@ -1,108 +0,0 @@ --/* -- kshorturifilter.h -- -- This file is part of the KDE project -- Copyright (C) 2000 Dawit Alemayehu -- Copyright (C) 2000 Malte Starostik -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program; if not, write to the Free Software -- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. --*/ -- --#ifndef KSHORTURIFILTER_H --#define KSHORTURIFILTER_H -- --#include --#include --#include -- --#include -- -- --/** --* This is short URL filter class. --* --* @short A filter that converts short URLs into fully qualified ones. --* --* @author Dawit Alemayehu --* @author Malte Starostik --*/ --class KShortUriFilter : public KUriFilterPlugin --{ -- Q_OBJECT --public: -- -- /** -- * Creates a Short URI filter object -- * -- * @param parent the parent of this class. -- * @param name the internal name for this object. -- */ -- explicit KShortUriFilter( QObject *parent = 0, const QVariantList &args = QVariantList() ); -- -- /** -- * Destructor -- */ -- virtual ~KShortUriFilter() {} -- -- /** -- * Converts short URIs into fully qualified valid URIs -- * whenever possible. -- * -- * Parses any given invalid URI to determine whether it -- * is a known short URI and converts it to its fully -- * qualified version. -- * -- * @param data the data to be filtered -- * @return true if the url has been filtered -- */ -- virtual bool filterUri( KUriFilterData &data ) const; -- -- /** -- * Returns the name of the config module for -- * this plugin. -- * -- * @return the name of the config module. -- */ -- virtual QString configName() const; -- -- /** -- * Returns an instance of the module used to configure -- * this object. -- * -- * @return the config module -- */ -- virtual KCModule* configModule( QWidget*, const char* ) const; -- --public Q_SLOTS: -- void configure(); -- --private: -- -- struct URLHint -- { -- URLHint() {} -- URLHint( QString r, QString p, -- KUriFilterData::UriTypes t = KUriFilterData::NetProtocol ) -- : regexp(QRegExp(r)), prepend(p), type(t) {} -- QRegExp regexp; // if this matches, then... -- QString prepend; // ...prepend this to the url -- KUriFilterData::UriTypes type; -- }; -- -- QList m_urlHints; -- QString m_strDefaultUrlScheme; --}; -- --#endif -diff --git a/kurifilter-plugins/shorturi/kshorturifilterrc b/kurifilter-plugins/shorturi/kshorturifilterrc -deleted file mode 100644 -index f10b6a0..0000000 ---- a/kurifilter-plugins/shorturi/kshorturifilterrc -+++ /dev/null -@@ -1,7 +0,0 @@ --[Pattern] --kdemailto=^(\\w+)(?:[.]\\w+)?@(\\w+)(?:[.]\\w+)+$ --kdeftp=^ftp(?:\\.\\w+)?\\.\\D{2,}(?:[0-9]{1,5})? -- --[Protocol] --kdemailto=mailto: --kdeftp=ftp:// -diff --git a/kurifilter-plugins/tests/CMakeLists.txt b/kurifilter-plugins/tests/CMakeLists.txt -deleted file mode 100644 -index 7bff503..0000000 ---- a/kurifilter-plugins/tests/CMakeLists.txt -+++ /dev/null -@@ -1,7 +0,0 @@ --set(kurifiltertest_SRCS kurifiltertest.cpp) -- --add_executable(kurifiltertest ${kurifiltertest_SRCS}) --target_link_libraries(kurifiltertest KF5::KIOWidgets Qt5::Test KF5::KDE4Support) -- --ecm_mark_as_test(kurifiltertest) --add_test(kurifiltertest kurifiltertest) -diff --git a/kurifilter-plugins/tests/kurifiltertest.cpp b/kurifilter-plugins/tests/kurifiltertest.cpp -deleted file mode 100644 -index a638162..0000000 ---- a/kurifilter-plugins/tests/kurifiltertest.cpp -+++ /dev/null -@@ -1,395 +0,0 @@ --/* -- * Copyright (C) 2002, 2003 David Faure -- * -- * This library is free software; you can redistribute it and/or -- * modify it under the terms of the GNU Library General Public -- * License version 2 as published by the Free Software Foundation; -- * -- * This library is distributed in the hope that it will be useful, -- * but WITHOUT ANY WARRANTY; without even the implied warranty of -- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -- * Library General Public License for more details. -- * -- * You should have received a copy of the GNU Library General Public License -- * along with this library; see the file COPYING.LIB. If not, write to -- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -- * Boston, MA 02110-1301, USA. -- */ -- --#include "kurifiltertest.h" --#include "qtest_kde.h" -- --#include --#include --#include --#include --#include --#include --#include --#include --#include -- --#include --#include --#include -- --#include -- --QTEST_KDEMAIN( KUriFilterTest, NoGUI ) -- --static const char * const s_uritypes[] = { "NetProtocol", "LOCAL_FILE", "LOCAL_DIR", "EXECUTABLE", "HELP", "SHELL", "BLOCKED", "ERROR", "UNKNOWN" }; --#define NO_FILTERING -2 -- --static void filter( const char* u, const char * expectedResult = 0, int expectedUriType = -1, const QStringList& list = QStringList(), const char * abs_path = 0, bool checkForExecutables = true ) --{ -- QString a = QString::fromUtf8( u ); -- KUriFilterData * filterData = new KUriFilterData; -- filterData->setData( a ); -- filterData->setCheckForExecutables( checkForExecutables ); -- -- if( abs_path ) -- { -- filterData->setAbsolutePath( QLatin1String( abs_path ) ); -- kDebug() << "Filtering: " << a << " with abs_path=" << abs_path; -- } -- else -- kDebug() << "Filtering: " << a; -- -- if (KUriFilter::self()->filterUri(*filterData, list)) -- { -- if ( expectedUriType == NO_FILTERING ) { -- kError() << u << "Did not expect filtering. Got" << filterData->uri(); -- QVERIFY( expectedUriType != NO_FILTERING ); // fail the test -- } -- -- // Copied from minicli... -- QString cmd; -- QUrl uri = filterData->uri(); -- -- if ( uri.isLocalFile() && !uri.hasFragment() && !uri.hasQuery() && -- (filterData->uriType() != KUriFilterData::NetProtocol)) -- cmd = uri.toLocalFile(); -- else -- cmd = uri.url(); -- -- switch( filterData->uriType() ) -- { -- case KUriFilterData::LocalFile: -- case KUriFilterData::LocalDir: -- kDebug() << "*** Result: Local Resource => '" -- << filterData->uri().toLocalFile() << "'" << endl; -- break; -- case KUriFilterData::Help: -- kDebug() << "*** Result: Local Resource => '" -- << filterData->uri().url() << "'" << endl; -- break; -- case KUriFilterData::NetProtocol: -- kDebug() << "*** Result: Network Resource => '" -- << filterData->uri().url() << "'" << endl; -- break; -- case KUriFilterData::Shell: -- case KUriFilterData::Executable: -- if( filterData->hasArgsAndOptions() ) -- cmd += filterData->argsAndOptions(); -- kDebug() << "*** Result: Executable/Shell => '" << cmd << "'"; -- break; -- case KUriFilterData::Error: -- kDebug() << "*** Result: Encountered error => '" << cmd << "'"; -- kDebug() << "Reason:" << filterData->errorMsg(); -- break; -- default: -- kDebug() << "*** Result: Unknown or invalid resource."; -- } -- -- if ( expectedUriType != -1 && expectedUriType != filterData->uriType() ) -- { -- kError() << u << "Got URI type" << s_uritypes[filterData->uriType()] -- << "expected" << s_uritypes[expectedUriType]; -- QCOMPARE( s_uritypes[filterData->uriType()], -- s_uritypes[expectedUriType] ); -- } -- -- if ( expectedResult ) -- { -- // Hack for other locales than english, normalize google hosts to google.com -- cmd = cmd.replace( QRegExp( "www\\.google\\.[^/]*/" ), "www.google.com/" ); -- QString expected = QString::fromUtf8( expectedResult ); -- if (cmd != expected) { -- kError() << u; -- QCOMPARE( cmd, expected ); -- } -- } -- } -- else -- { -- if ( expectedUriType == NO_FILTERING ) -- kDebug() << "*** No filtering required."; -- else -- { -- kDebug() << "*** Could not be filtered."; -- if( expectedUriType != filterData->uriType() ) -- { -- QCOMPARE( s_uritypes[filterData->uriType()], -- s_uritypes[expectedUriType] ); -- } -- } -- } -- -- delete filterData; -- kDebug() << "-----"; --} -- --static void testLocalFile( const QString& filename ) --{ -- QFile tmpFile( filename ); // Yeah, I know, security risk blah blah. This is a test prog! -- -- if ( tmpFile.open( QIODevice::ReadWrite ) ) -- { -- QByteArray fname = QFile::encodeName( tmpFile.fileName() ); -- filter(fname, fname, KUriFilterData::LocalFile); -- tmpFile.close(); -- tmpFile.remove(); -- } -- else -- kDebug() << "Couldn't create " << tmpFile.fileName() << ", skipping test"; --} -- --static char s_delimiter = ':'; // the alternative is ' ' -- --KUriFilterTest::KUriFilterTest() --{ -- minicliFilters << "kshorturifilter" << "kurisearchfilter" << "localdomainurifilter"; -- qtdir = getenv("QTDIR"); -- home = getenv("HOME"); -- kdehome = getenv("KDEHOME"); --} -- --void KUriFilterTest::init() --{ -- kDebug() ; -- setenv( "KDE_FORK_SLAVES", "yes", true ); // simpler, for the final cleanup -- -- // Allow testing of the search engine using both delimiters... -- const char* envDelimiter = ::getenv( "KURIFILTERTEST_DELIMITER" ); -- if ( envDelimiter ) -- s_delimiter = envDelimiter[0]; -- -- // Many tests check the "default search engine" feature. -- // There is no default search engine by default (since it was annoying when making typos), -- // so the user has to set it up, which we do here. -- { -- KConfigGroup cfg( KSharedConfig::openConfig( "kuriikwsfilterrc", KConfig::SimpleConfig ), "General" ); -- cfg.writeEntry( "DefaultWebShortcut", "google" ); -- cfg.writeEntry( "Verbose", true ); -- cfg.writeEntry( "KeywordDelimiter", QString(s_delimiter) ); -- cfg.sync(); -- } -- -- // Enable verbosity for debugging -- { -- KSharedConfig::openConfig("kshorturifilterrc", KConfig::SimpleConfig )->group(QString()).writeEntry( "Verbose", true ); -- } -- -- KStandardDirs::makeDir( kdehome+"/urifilter" ); --} -- --void KUriFilterTest::noFiltering() --{ -- // URI that should require no filtering -- filter( "http://www.kde.org", "http://www.kde.org", KUriFilterData::NetProtocol ); -- filter( "http://www.kde.org/developer//index.html", "http://www.kde.org/developer//index.html", KUriFilterData::NetProtocol ); -- filter( "file:///", "file:///", KUriFilterData::NetProtocol ); -- filter( "file:///etc", "file:///etc", KUriFilterData::NetProtocol ); -- filter( "file:///etc/passwd", "file:///etc/passwd", KUriFilterData::NetProtocol ); --} -- --void KUriFilterTest::localFiles() --{ -- filter( "/", "/", KUriFilterData::LocalDir ); -- filter( "/", "/", KUriFilterData::LocalDir, QStringList( "kshorturifilter" ) ); -- if (QFile::exists(QDir::homePath() + QLatin1String("/.bashrc"))) -- filter( "~/.bashrc", QDir::homePath().toLocal8Bit()+"/.bashrc", KUriFilterData::LocalFile, QStringList( "kshorturifilter" ) ); -- filter( "~", QDir::homePath().toLocal8Bit(), KUriFilterData::LocalDir, QStringList( "kshorturifilter" ), "/tmp" ); -- filter( "~bin", 0, KUriFilterData::LocalDir, QStringList( "kshorturifilter" ) ); -- filter( "~does_not_exist", 0, KUriFilterData::Error, QStringList( "kshorturifilter" ) ); -- -- // Absolute Path tests for kshorturifilter -- const QStringList kshorturifilter( QString("kshorturifilter") ); -- filter( "./", kdehome+"/share", KUriFilterData::LocalDir, kshorturifilter, kdehome+"/share/" ); // cleanPath removes the trailing slash -- filter( "../", kdehome, KUriFilterData::LocalDir, kshorturifilter, kdehome+"/share" ); -- filter( "config", kdehome+"/share/config", KUriFilterData::LocalDir, kshorturifilter, kdehome+"/share" ); -- // Invalid URLs -- filter( "http://a[b]", "http://a[b]", KUriFilterData::Unknown, kshorturifilter, "/" ); --} -- --void KUriFilterTest::refOrQuery() --{ -- // URL with reference -- filter( "http://www.kde.org/index.html#q8", "http://www.kde.org/index.html#q8", KUriFilterData::NetProtocol ); -- // local file with reference -- filter( "file:/etc/passwd#q8", "file:///etc/passwd#q8", KUriFilterData::LocalFile ); -- filter( "file:///etc/passwd#q8", "file:///etc/passwd#q8", KUriFilterData::LocalFile ); -- filter( "/etc/passwd#q8", "file:///etc/passwd#q8", KUriFilterData::LocalFile ); -- // local file with query (can be used by javascript) -- filter( "file:/etc/passwd?foo=bar", "file:///etc/passwd?foo=bar", KUriFilterData::LocalFile ); -- testLocalFile( "/tmp/kurifiltertest?foo" ); // local file with ? in the name (#58990) -- testLocalFile( "/tmp/kurlfiltertest#foo" ); // local file with '#' in the name -- testLocalFile( "/tmp/kurlfiltertest#foo?bar" ); // local file with both -- testLocalFile( "/tmp/kurlfiltertest?foo#bar" ); // local file with both, the other way round --} -- --void KUriFilterTest::shortUris() --{ -- // hostnames are lowercased by QUrl -- filter( "http://www.myDomain.commyPort/ViewObjectRes//Default:name=hello", -- "http://www.mydomain.commyport/ViewObjectRes//Default:name=hello", KUriFilterData::NetProtocol); -- filter( "ftp://ftp.kde.org", "ftp://ftp.kde.org", KUriFilterData::NetProtocol ); -- filter( "ftp://username@ftp.kde.org:500", "ftp://username@ftp.kde.org:500", KUriFilterData::NetProtocol ); -- -- // ShortURI/LocalDomain filter tests. NOTE: any of these tests can fail -- // if you have specified your own patterns in kshorturifilterrc. For -- // examples, see $KDEDIR/share/config/kshorturifilterrc . -- filter( "linuxtoday.com", "http://linuxtoday.com", KUriFilterData::NetProtocol ); -- filter( "LINUXTODAY.COM", "http://linuxtoday.com", KUriFilterData::NetProtocol ); -- filter( "kde.org", "http://kde.org", KUriFilterData::NetProtocol ); -- filter( "ftp.kde.org", "ftp://ftp.kde.org", KUriFilterData::NetProtocol ); -- filter( "ftp.kde.org:21", "ftp://ftp.kde.org:21", KUriFilterData::NetProtocol ); -- filter( "cr.yp.to", "http://cr.yp.to", KUriFilterData::NetProtocol ); -- filter( "www.kde.org:21", "http://www.kde.org:21", KUriFilterData::NetProtocol ); -- filter( "foobar.local:8000", "http://foobar.local:8000", KUriFilterData::NetProtocol ); -- filter( "foo@bar.com", "mailto:foo@bar.com", KUriFilterData::NetProtocol ); -- filter( "firstname.lastname@x.foo.bar", "mailto:firstname.lastname@x.foo.bar", KUriFilterData::NetProtocol ); -- filter( "www.123.foo", "http://www.123.foo", KUriFilterData::NetProtocol ); -- filter( "user@www.123.foo:3128", "http://user@www.123.foo:3128", KUriFilterData::NetProtocol ); -- filter( "ftp://user@user@www.123.foo:3128", "ftp://user%40user@www.123.foo:3128", KUriFilterData::NetProtocol ); -- filter( "user@user@www.123.foo:3128", "http://user%40user@www.123.foo:3128", KUriFilterData::NetProtocol ); -- -- // IPv4 address formats... -- filter( "user@192.168.1.0:3128", "http://user@192.168.1.0:3128", KUriFilterData::NetProtocol ); -- filter( "127.0.0.1", "http://127.0.0.1", KUriFilterData::NetProtocol ); -- filter( "127.0.0.1:3128", "http://127.0.0.1:3128", KUriFilterData::NetProtocol ); -- filter( "127.1", "http://127.1", KUriFilterData::NetProtocol ); -- filter( "127.0.1", "http://127.0.1", KUriFilterData::NetProtocol ); -- -- // IPv6 address formats (taken from RFC 2732)... -- filter("[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html", "http://[fedc:ba98:7654:3210:fedc:ba98:7654:3210]:80/index.html", KUriFilterData::NetProtocol ); -- filter("[1080:0:0:0:8:800:200C:417A]/index.html", "http://[1080:0:0:0:8:800:200c:417a]/index.html", KUriFilterData::NetProtocol ); -- filter("[3ffe:2a00:100:7031::1]", "http://[3ffe:2a00:100:7031::1]", KUriFilterData::NetProtocol ); -- filter("[1080::8:800:200C:417A]/foo", "http://[1080::8:800:200c:417a]/foo", KUriFilterData::NetProtocol ); -- filter("[::192.9.5.5]/ipng", "http://[::192.9.5.5]/ipng", KUriFilterData::NetProtocol ); -- filter("[::FFFF:129.144.52.38]:80/index.html", "http://[::ffff:129.144.52.38]:80/index.html", KUriFilterData::NetProtocol ); -- filter("[2010:836B:4179::836B:4179]", "http://[2010:836b:4179::836b:4179]", KUriFilterData::NetProtocol ); -- -- // Local domain filter - If you uncomment these test, make sure you -- // you adjust it based on the localhost entry in your /etc/hosts file. -- // filter( "localhost:3128", "http://localhost.localdomain:3128", KUriFilterData::NetProtocol ); -- // filter( "localhost", "http://localhost.localdomain", KUriFilterData::NetProtocol ); -- // filter( "localhost/~blah", "http://localhost.localdomain/~blah", KUriFilterData::NetProtocol ); -- -- filter( "user@host.domain", "mailto:user@host.domain", KUriFilterData::NetProtocol ); // new in KDE-3.2 -- -- // Windows style SMB (UNC) URL. Should be converted into the valid smb format... -- filter( "\\\\mainserver\\share\\file", "smb://mainserver/share/file" , KUriFilterData::NetProtocol ); -- -- // KDE3: was not be filtered at all. All valid protocols of this form were be ignored. -- // KDE4: parsed as "network protocol", seems fine to me (DF) -- filter( "ftp:" , "ftp:", KUriFilterData::NetProtocol ); -- filter( "http:" , "http:", KUriFilterData::NetProtocol ); -- -- // The default search engine is set to 'Google' -- //this may fail if your DNS knows domains KDE or FTP -- filter( "gg:", "", KUriFilterData::NetProtocol ); // see bug 56218 -- filter( "KDE", "https://www.google.com/search?q=KDE&ie=UTF-8", KUriFilterData::NetProtocol ); -- filter( "HTTP", "https://www.google.com/search?q=HTTP&ie=UTF-8", KUriFilterData::NetProtocol ); --} -- --void KUriFilterTest::executables() --{ -- // Executable tests - No IKWS in minicli -- filter( "cp", "cp", KUriFilterData::Executable, minicliFilters ); -- filter( "ktraderclient5", "ktraderclient5", KUriFilterData::Executable, minicliFilters ); -- filter( "KDE", "KDE", NO_FILTERING, minicliFilters ); -- filter( "I/dont/exist", "I/dont/exist", NO_FILTERING, minicliFilters ); //krazy:exclude=spelling -- filter( "/I/dont/exist", 0, KUriFilterData::Error, minicliFilters ); //krazy:exclude=spelling -- filter( "/I/dont/exist#a", 0, KUriFilterData::Error, minicliFilters ); //krazy:exclude=spelling -- filter( "ktraderclient5 --help", "ktraderclient5 --help", KUriFilterData::Executable, minicliFilters ); // the args are in argsAndOptions() -- filter( "/usr/bin/gs", "/usr/bin/gs", KUriFilterData::Executable, minicliFilters ); -- filter( "/usr/bin/gs -q -option arg1", "/usr/bin/gs -q -option arg1", KUriFilterData::Executable, minicliFilters ); // the args are in argsAndOptions() -- -- // Typing 'cp' or any other valid unix command in konq's location bar should result in -- // a search using the default search engine -- // 'ls' is a bit of a special case though, due to the toplevel domain called 'ls' -- filter( "cp", "https://www.google.com/search?q=cp&ie=UTF-8", KUriFilterData::NetProtocol, -- QStringList(), 0, false /* don't check for executables, see konq_misc.cc */ ); --} -- --void KUriFilterTest::environmentVariables() --{ -- // ENVIRONMENT variable -- setenv( "SOMEVAR", "/somevar", 0 ); -- setenv( "ETC", "/etc", 0 ); -- -- filter( "$SOMEVAR/kdelibs/kio", 0, KUriFilterData::Error ); // note: this dir doesn't exist... -- filter( "$ETC/passwd", "/etc/passwd", KUriFilterData::LocalFile ); -- QString qtdocPath = qtdir+"/doc/html/functions.html"; -- if (QFile::exists(qtdocPath)) { -- QString expectedUrl = QUrl::fromLocalFile(qtdocPath).toString()+"#s"; -- filter( "$QTDIR/doc/html/functions.html#s", expectedUrl.toUtf8(), KUriFilterData::LocalFile ); -- } -- filter( "http://www.kde.org/$USER", "http://www.kde.org/$USER", KUriFilterData::NetProtocol ); // no expansion -- -- filter( "$KDEHOME/share", kdehome+"/share", KUriFilterData::LocalDir ); -- KStandardDirs::makeDir( kdehome+"/urifilter/a+plus" ); -- filter( "$KDEHOME/urifilter/a+plus", kdehome+"/urifilter/a+plus", KUriFilterData::LocalDir ); -- -- // BR 27788 -- KStandardDirs::makeDir( kdehome+"/share/Dir With Space" ); -- filter( "$KDEHOME/share/Dir With Space", kdehome+"/share/Dir With Space", KUriFilterData::LocalDir ); -- -- // support for name filters (BR 93825) -- filter( "$KDEHOME/*.txt", kdehome+"/*.txt", KUriFilterData::LocalDir ); -- filter( "$KDEHOME/[a-b]*.txt", kdehome+"/[a-b]*.txt", KUriFilterData::LocalDir ); -- filter( "$KDEHOME/a?c.txt", kdehome+"/a?c.txt", KUriFilterData::LocalDir ); -- filter( "$KDEHOME/?c.txt", kdehome+"/?c.txt", KUriFilterData::LocalDir ); -- // but let's check that a directory with * in the name still works -- KStandardDirs::makeDir( kdehome+"/share/Dir*With*Stars" ); -- filter( "$KDEHOME/share/Dir*With*Stars", kdehome+"/share/Dir*With*Stars", KUriFilterData::LocalDir ); -- KStandardDirs::makeDir( kdehome+"/share/Dir?QuestionMark" ); -- filter( "$KDEHOME/share/Dir?QuestionMark", kdehome+"/share/Dir?QuestionMark", KUriFilterData::LocalDir ); -- KStandardDirs::makeDir( kdehome+"/share/Dir[Bracket" ); -- filter( "$KDEHOME/share/Dir[Bracket", kdehome+"/share/Dir[Bracket", KUriFilterData::LocalDir ); -- -- filter( "$HOME/$KDEDIR/kdebase/kcontrol/ebrowsing", 0, KUriFilterData::Error ); -- filter( "$1/$2/$3", "https://www.google.com/search?q=%241%2F%242%2F%243&ie=UTF-8", KUriFilterData::NetProtocol ); // can be used as bogus or valid test. Currently triggers default search, i.e. google -- filter( "$$$$", "https://www.google.com/search?q=%24%24%24%24&ie=UTF-8", KUriFilterData::NetProtocol ); // worst case scenarios. -- -- if (!qtdir.isEmpty()) { -- filter( "$QTDIR", qtdir, KUriFilterData::LocalDir, QStringList( "kshorturifilter" ) ); //use specific filter. -- } -- filter( "$HOME", home, KUriFilterData::LocalDir, QStringList( "kshorturifilter" ) ); //use specific filter. --} -- --void KUriFilterTest::internetKeywords() --{ -- QString sc; -- filter( sc.sprintf("gg%cfoo bar",s_delimiter).toUtf8(), "https://www.google.com/search?q=foo+bar&ie=UTF-8", KUriFilterData::NetProtocol ); -- filter( sc.sprintf("bug%c55798", s_delimiter).toUtf8(), "https://bugs.kde.org/show_bug.cgi?id=55798", KUriFilterData::NetProtocol ); -- -- filter( sc.sprintf("gg%cC++", s_delimiter).toUtf8(), "https://www.google.com/search?q=C%2B%2B&ie=UTF-8", KUriFilterData::NetProtocol ); -- filter( sc.sprintf("gg%cC#", s_delimiter).toUtf8(), "https://www.google.com/search?q=C%23&ie=UTF-8", KUriFilterData::NetProtocol ); -- filter( sc.sprintf("ya%cfoo bar was here", s_delimiter).toUtf8(), 0, -1 ); // this triggers default search, i.e. google -- filter( sc.sprintf("gg%cwww.kde.org", s_delimiter).toUtf8(), "https://www.google.com/search?q=www.kde.org&ie=UTF-8", KUriFilterData::NetProtocol ); -- filter( QString::fromUtf8("gg%1é").arg(s_delimiter).toUtf8() /*eaccent in utf8*/, "https://www.google.com/search?q=%C3%A9&ie=UTF-8", KUriFilterData::NetProtocol ); -- filter( QString::fromUtf8("gg%1прйвет").arg(s_delimiter).toUtf8() /* greetings in russian utf-8*/, "https://www.google.com/search?q=%D0%BF%D1%80%D0%B9%D0%B2%D0%B5%D1%82&ie=UTF-8", KUriFilterData::NetProtocol ); --} -- --void KUriFilterTest::localdomain() --{ -- const QString host = QHostInfo::localHostName(); -- if (host.isEmpty()) { -- const QString expected = QLatin1String("http://") + host; -- filter(host.toUtf8(), expected.toUtf8(), KUriFilterData::NetProtocol, QStringList() << "localdomainurifilter", 0, false); -- } --} -- --#include "kurifiltertest.moc" -diff --git a/kurifilter-plugins/tests/kurifiltertest.h b/kurifilter-plugins/tests/kurifiltertest.h -deleted file mode 100644 -index 0afd555..0000000 ---- a/kurifilter-plugins/tests/kurifiltertest.h -+++ /dev/null -@@ -1,51 +0,0 @@ --/* -- * Copyright (C) 2006 David Faure -- * -- * This library is free software; you can redistribute it and/or -- * modify it under the terms of the GNU Library General Public -- * License version 2 as published by the Free Software Foundation; -- * -- * This library is distributed in the hope that it will be useful, -- * but WITHOUT ANY WARRANTY; without even the implied warranty of -- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -- * Library General Public License for more details. -- * -- * You should have received a copy of the GNU Library General Public License -- * along with this library; see the file COPYING.LIB. If not, write to -- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -- * Boston, MA 02110-1301, USA. -- */ -- --#ifndef KURIFILTERTEST_H --#define KURIFILTERTEST_H -- --#include --#include --#include -- --class KUriFilterTest : public QObject --{ -- Q_OBJECT --public: -- KUriFilterTest(); -- --private slots: -- void init(); -- void noFiltering(); -- void localFiles(); -- void shortUris(); -- void refOrQuery(); -- void executables(); -- void environmentVariables(); -- void internetKeywords(); -- void localdomain(); -- --private: -- QStringList minicliFilters; -- QByteArray qtdir; -- QByteArray home; -- QByteArray kdehome; -- --}; -- --#endif -diff --git a/man/kio_man.cpp b/man/kio_man.cpp -index 0971534..e134b93 100644 ---- a/man/kio_man.cpp -+++ b/man/kio_man.cpp -@@ -26,27 +26,26 @@ - #include - - #include -+#include - #include - #include - #include - #include - #include - #include -+#include - #include - -+#include -+#include - #include --#include - #include --#include --#include --#include - #include - - #include "kio_man.moc" - #include "man2html.h" - #include - #include --#include - - using namespace KIO; - -@@ -90,7 +89,7 @@ bool parseUrl(const QString& _url, QString &title, QString §ion) - QString url = _url; - url = url.trimmed(); - if (url.isEmpty() || url.at(0) == '/') { -- if (url.isEmpty() || KStandardDirs::exists(url)) { -+ if (url.isEmpty() || QFile::exists(url)) { - // man:/usr/share/man/man1/ls.1.gz is a valid file - title = url; - return true; -@@ -133,7 +132,7 @@ MANProtocol::MANProtocol(const QByteArray &pool_socket, const QByteArray &app_so - { - assert(!_self); - _self = this; -- const QString common_dir = KGlobal::dirs()->findResourceDir( "html", "en/kdoctools5-common/kde-default.css" ); -+ const QString common_dir = QStandardPaths::locate(QStandardPaths::GenericDataLocation, "doc/HTML/en/kdoctools5-common/kde-default.css" ); - const QString strPath=QString( "file:%1/en/kdoctools5-common" ).arg( common_dir ); - m_cssPath=strPath.toLocal8Bit(); // ### TODO encode for CSS - section_names << "0" << "0p" << "1" << "1p" << "2" << "3" << "3n" << "3p" << "4" << "5" << "6" << "7" -@@ -698,7 +697,8 @@ extern "C" - - int Q_DECL_EXPORT kdemain( int argc, char **argv ) { - -- KComponentData componentData("kio_man"); -+ QCoreApplication app(argc, argv); -+ app.setApplicationName(QLatin1String("kio_man")); - - kDebug(7107) << "STARTING"; - -@@ -1413,12 +1413,12 @@ void MANProtocol::getProgramPath() - if (!mySgml2RoffPath.isEmpty()) - return; - -- mySgml2RoffPath = KStandardDirs::findExe("sgml2roff"); -+ mySgml2RoffPath = QStandardPaths::findExecutable("sgml2roff"); - if (!mySgml2RoffPath.isEmpty()) - return; - - /* sgml2roff isn't found in PATH. Check some possible locations where it may be found. */ -- mySgml2RoffPath = KStandardDirs::findExe("sgml2roff", QString(SGML2ROFF_DIRS)); -+ mySgml2RoffPath = QStandardPaths::findExecutable("sgml2roff", QStringList(QLatin1String(SGML2ROFF_DIRS))); - if (!mySgml2RoffPath.isEmpty()) - return; - -diff --git a/man/kmanpart.cpp b/man/kmanpart.cpp -index 7aa6708..fb250ba 100644 ---- a/man/kmanpart.cpp -+++ b/man/kmanpart.cpp -@@ -19,23 +19,20 @@ - - #include "kmanpart.h" - --#include -+#include -+#include - #include --#include - #include --#include - --#include - #include - #include - - static KAboutData createAboutData() - { -- return KAboutData("kmanpart", "kio_man", i18n("KMan"), KDE_VERSION_STRING); -+ return KAboutData("kmanpart", i18n("KMan"), KDE_VERSION_STRING); - } - - K_PLUGIN_FACTORY(KManPartFactory, registerPlugin();) --K_EXPORT_PLUGIN(KManPartFactory(createAboutData())) - - - KManPart::KManPart(QWidget * parentWidget, QObject* parent, const QVariantList&) -diff --git a/man/man2html.cpp b/man/man2html.cpp -index 65ee0b7..51e2ade 100644 ---- a/man/man2html.cpp -+++ b/man/man2html.cpp -@@ -140,8 +140,7 @@ - #else - # include - # include --# include --# include -+# include - # include - # include - # define BYTEARRAY(x) x -diff --git a/man/tests/kio_man_test.cpp b/man/tests/kio_man_test.cpp -index bdf5427..eccf6da 100644 ---- a/man/tests/kio_man_test.cpp -+++ b/man/tests/kio_man_test.cpp -@@ -5,8 +5,8 @@ - #include "kio_man.h" - - --#include --#include -+#include -+#include - - - class kio_man_test : public MANProtocol -diff --git a/network/ioslave/network.protocol b/network/ioslave/network.protocol -index d735646..1e10cc6 100644 ---- a/network/ioslave/network.protocol -+++ b/network/ioslave/network.protocol -@@ -4,6 +4,8 @@ protocol=network - input=none - output=filesystem - -+X-DocPath=kioslave5/network/index.html -+ - Icon=network-workgroup - Description=A kioslave to browse the network - Description[ar]=خادم دخل وخرج كدي لتصفح الشبكة -diff --git a/nfs/CMakeLists.txt b/nfs/CMakeLists.txt -index 1ce0553..dfc6eae 100644 ---- a/nfs/CMakeLists.txt -+++ b/nfs/CMakeLists.txt -@@ -1,5 +1,5 @@ - add_library(kio_nfs MODULE kio_nfs.cpp mount_xdr.c nfs_prot_xdr.c) --target_link_libraries(kio_nfs KF5::KIOCore KF5::KDE4Support) -+target_link_libraries(kio_nfs KF5::KIOCore KF5::I18n) - - install(TARGETS kio_nfs DESTINATION ${PLUGIN_INSTALL_DIR} ) - -diff --git a/nfs/kio_nfs.cpp b/nfs/kio_nfs.cpp -index 5f36d95..293df25 100644 ---- a/nfs/kio_nfs.cpp -+++ b/nfs/kio_nfs.cpp -@@ -47,13 +47,10 @@ - - #include - #include --//Added by qt3to4: --#include -- --#include --#include --#include -+#include -+#include - -+#include - #include - #include - -@@ -108,19 +105,20 @@ int x_getdomainname(char *name, size_t len) - } - //#endif - -+Q_DECLARE_LOGGING_CATEGORY(LOG_KIO_NFS) -+Q_LOGGING_CATEGORY(LOG_KIO_NFS, "kde.kio-nfs") -+ - - extern "C" { int Q_DECL_EXPORT kdemain(int argc, char **argv); } - - int kdemain( int argc, char **argv ) - { -- KComponentData componentData( "kio_nfs" ); -- - if (argc != 4) - { - fprintf(stderr, "Usage: kio_nfs protocol domain-socket1 domain-socket2\n"); - exit(-1); - } -- kDebug(7121) << "NFS: kdemain: starting"; -+ qCDebug(LOG_KIO_NFS) << "NFS: kdemain: starting"; - - NFSProtocol slave(argv[2], argv[3]); - slave.dispatchLoop(); -@@ -228,7 +226,7 @@ NFSProtocol::NFSProtocol (const QByteArray &pool, const QByteArray &app ) - ,m_sock(-1) - ,m_lastCheck(time(0)) - { -- kDebug(7121)<<"NFS::NFS: -"<MAXFHAGE) - { -- kDebug(7121)<<"removing"; -+ qCDebug(LOG_KIO_NFS)<<"removing"; - m_handleCache.remove(it); - if (it==lastIt) - { -@@ -264,7 +262,7 @@ NFSProtocol::~NFSProtocol() - lastIt=it; - it++; - }; -- kDebug(7121)<<"left items: "<MAXFHAGE) checkForOldFHs(); - - stripTrailingSlash(path); -- kDebug(7121)<<"getting FH for -"<cl_auth = authunix_create(hostName.data(), geteuid(), getegid(), 0, 0); - total_timeout.tv_sec = 20; - total_timeout.tv_usec = 0; -@@ -444,7 +442,7 @@ void NFSProtocol::openConnection() - fhstatus fhStatus; - bool atLeastOnceSucceeded(false); - for(; exportlist!=0;exportlist = exportlist->ex_next) { -- kDebug(7121) << "found export: " << exportlist->ex_dir; -+ qCDebug(LOG_KIO_NFS) << "found export: " << exportlist->ex_dir; - - memset(&fhStatus, 0, sizeof(fhStatus)); - clnt_stat = clnt_call(m_client, MOUNTPROC_MNT,(xdrproc_t) xdr_dirpath, (char*)(&(exportlist->ex_dir)), -@@ -492,7 +490,7 @@ void NFSProtocol::openConnection() - } - m_client->cl_auth = authunix_create(hostName.data(),geteuid(),getegid(),0,0); - connected(); -- kDebug(7121)<<"openConnection succeeded"; -+ qCDebug(LOG_KIO_NFS)<<"openConnection succeeded"; - } - - void NFSProtocol::listDir( const QUrl& _url) -@@ -513,7 +511,7 @@ void NFSProtocol::listDir( const QUrl& _url) - if (m_client==0) return; - if (isRoot(path)) - { -- kDebug(7121)<<"listing root"; -+ qCDebug(LOG_KIO_NFS)<<"listing root"; - totalSize( m_exportedDirs.count()); - //in this case we don't need to do a real listdir - UDSEntry entry; -@@ -521,7 +519,7 @@ void NFSProtocol::listDir( const QUrl& _url) - { - entry.clear(); - entry.insert( KIO::UDSEntry::UDS_NAME, (*it) ); -- kDebug(7121)<<"listing "<<(*it); -+ qCDebug(LOG_KIO_NFS)<<"listing "<<(*it); - createVirtualDirEntry(entry); - listEntry( entry ); - } -@@ -530,7 +528,7 @@ void NFSProtocol::listDir( const QUrl& _url) - } - - QStringList filesToList; -- kDebug(7121)<<"getting subdir -"<1) && (tmpPath[0]=='/')) tmpPath=tmpPath.mid(1); - // We can't stat root, but we know it's a dir -@@ -662,7 +660,7 @@ void NFSProtocol::stat( const QUrl & url) - // no size - statEntry( entry ); - finished(); -- kDebug(7121)<<"succeeded"; -+ qCDebug(LOG_KIO_NFS)<<"succeeded"; - return; - } - -@@ -679,7 +677,7 @@ void NFSProtocol::stat( const QUrl & url) - QByteArray tmpStr=QFile::encodeName(path); - dirargs.name=tmpStr.data(); - -- kDebug(7121)<<"calling rpc: FH: -"<0) - { -@@ -1166,7 +1164,7 @@ void NFSProtocol::get( const QUrl& url ) - void NFSProtocol::put( const QUrl& url, int _mode, KIO::JobFlags flags ) - { - QString destPath( url.path()); -- kDebug( 7121 ) << "Put -" << destPath <<"-"; -+ qCDebug(LOG_KIO_NFS) << "Put -" << destPath <<"-"; - /*QString dest_part( dest_orig ); - dest_part += ".part";*/ - -@@ -1181,7 +1179,7 @@ void NFSProtocol::put( const QUrl& url, int _mode, KIO::JobFlags flags ) - - NFSFileHandle destFH; - destFH=getFileHandle(destPath); -- kDebug(7121)<<"file handle for -"<0) - { -@@ -1460,7 +1458,7 @@ void NFSProtocol::copy( const QUrl &src, const QUrl &dest, int _mode, KIO::JobFl - clnt_stat = clnt_call(m_client, NFSPROC_WRITE, - (xdrproc_t) xdr_writeargs, (char*)&writeArgs, - (xdrproc_t) xdr_attrstat, (char*)&attrStat,total_timeout); -- //kDebug(7121)<<"written"; -+ //qCDebug(LOG_KIO_NFS)<<"written"; - if (!checkForError(clnt_stat,attrStat.status,destPath)) return; - writeArgs.offset+=bytesRead; - } -@@ -1472,13 +1470,13 @@ void NFSProtocol::copy( const QUrl &src, const QUrl &dest, int _mode, KIO::JobFl - //TODO why isn't this even called ? - void NFSProtocol::symlink( const QString &target, const QUrl &dest, KIO::JobFlags ) - { -- kDebug(7121)<<"symlinking "; -+ qCDebug(LOG_KIO_NFS)<<"symlinking "; - QString destPath=dest.path(); - stripTrailingSlash(destPath); - - QString parentDir, fileName; - getLastPart(destPath,fileName, parentDir); -- kDebug(7121)<<"symlinking "<