mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
kurifilter-plugins: specify charset for providers that assume/require one
also updated cia and google_movie providers URLs Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8b82a12866
commit
6ba5c0114a
5 changed files with 8 additions and 6 deletions
|
@ -86,7 +86,8 @@ Name[wa]=World Fact Book del CIA
|
||||||
Name[x-test]=xxCIA World Fact Bookxx
|
Name[x-test]=xxCIA World Fact Bookxx
|
||||||
Name[zh_CN]=CIA World Fact Book
|
Name[zh_CN]=CIA World Fact Book
|
||||||
Name[zh_TW]=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=https://www.cia.gov/search/?q=\\{@}&oe=UTF-8&ie=UTF-8
|
||||||
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[x-test]=xxhttps://www.cia.gov/search/?q=\\{@}&oe=UTF-8&ie=UTF-8xx
|
||||||
X-KDE-ServiceTypes=SearchProvider
|
X-KDE-ServiceTypes=SearchProvider
|
||||||
Type=Service
|
Type=Service
|
||||||
|
Charset=UTF-8
|
||||||
|
|
|
@ -72,3 +72,4 @@ X-KDE-ServiceTypes=SearchProvider
|
||||||
Keys=googlemaps,ggmaps,ggm
|
Keys=googlemaps,ggmaps,ggm
|
||||||
Query=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr
|
Query=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr
|
||||||
Query[x-test]=xxhttps://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addrxx
|
Query[x-test]=xxhttps://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addrxx
|
||||||
|
Charset=UTF-8
|
||||||
|
|
|
@ -93,6 +93,6 @@ Name[zh_CN]=Google 电影
|
||||||
Name[zh_TW]=Google 電影
|
Name[zh_TW]=Google 電影
|
||||||
X-KDE-ServiceTypes=SearchProvider
|
X-KDE-ServiceTypes=SearchProvider
|
||||||
Keys=ggmovie
|
Keys=ggmovie
|
||||||
Query=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8&tbm=vid
|
Query=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8&tbm=vid
|
||||||
Query[x-test]=xxhttp://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8tbm=vidxx
|
Query[x-test]=xxhttps://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8tbm=vidxx
|
||||||
Charset=UTF-8
|
Charset=UTF-8
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Charset=
|
Charset=UTF-8
|
||||||
Hidden=false
|
Hidden=false
|
||||||
Keys=yahoo,yh
|
Keys=yahoo,yh
|
||||||
Name=Yahoo
|
Name=Yahoo
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Charset=
|
Charset=UTF-8
|
||||||
Hidden=false
|
Hidden=false
|
||||||
Keys=yahooshopping,yhs
|
Keys=yahooshopping,yhs
|
||||||
Name=Yahoo Shopping
|
Name=Yahoo Shopping
|
||||||
|
|
Loading…
Add table
Reference in a new issue