Difference between revisions of "Cloudpinyin"

From Fcitx
Jump to navigation Jump to search
(Marked this version for translation)
Line 2: Line 2:
  
 
<translate>
 
<translate>
 +
<!--T:1-->
 
{{infobox module
 
{{infobox module
 
|name                  = cloudpinyin
 
|name                  = cloudpinyin
Line 12: Line 13:
 
}}
 
}}
  
== Intro ==
+
== Intro == <!--T:2-->
 
Cloudpinyin is Fcitx addon that will add one candidate word to your pinyin list. It current support four provider, [[wikipedia:Sogou|Sogou]], [[wikipedia:Tencent|QQ]], [[wikipedia:Baidu|Baidu]], [[wikipedia:Google|Google]]. By default the trigger length is 10, you can set it shorter. And it use a memory-based cache to cache recent result.
 
Cloudpinyin is Fcitx addon that will add one candidate word to your pinyin list. It current support four provider, [[wikipedia:Sogou|Sogou]], [[wikipedia:Tencent|QQ]], [[wikipedia:Baidu|Baidu]], [[wikipedia:Google|Google]]. By default the trigger length is 10, you can set it shorter. And it use a memory-based cache to cache recent result.
  
== Usage ==
+
== Usage == <!--T:3-->
 
When you are using any pinyin related input method, when your pinyin string length is over the threshold, it will send a request the provider server and fetch the result back. There will be a place holder "..." when the word is loading.
 
When you are using any pinyin related input method, when your pinyin string length is over the threshold, it will send a request the provider server and fetch the result back. There will be a place holder "..." when the word is loading.
  
 +
<!--T:4-->
 
If the word is already appeared in the candidate list, it will be removed.
 
If the word is already appeared in the candidate list, it will be removed.
  
== Trick ==
+
== Trick == <!--T:5-->
 
=== Set HTTP proxy ===
 
=== Set HTTP proxy ===
 
Simply set  
 
Simply set  
Line 26: Line 28:
 
     export https_proxy=http://ip:port
 
     export https_proxy=http://ip:port
  
 +
<!--T:6-->
 
Before Fcitx run.
 
Before Fcitx run.
  
== Potential Security Issue ==
+
== Potential Security Issue == <!--T:7-->
 
In spite of Google, all providers do not support SSL (by the way, you need to update to 0.2.1 to use SSL with Google), and you might not trust the provider, since the data you typed might have some private info. So think about it before use cloudpinyin.
 
In spite of Google, all providers do not support SSL (by the way, you need to update to 0.2.1 to use SSL with Google), and you might not trust the provider, since the data you typed might have some private info. So think about it before use cloudpinyin.
  
 +
<!--T:8-->
 
[[Category:Addon]]
 
[[Category:Addon]]
 
</translate>
 
</translate>

Revision as of 04:06, 8 April 2012

Other languages:
cloudpinyin
Version 0.2.1
Dependency curl
Written In C
License GPLv2
Type module
Website http://github.com/fcitx/fcitx-cloudpinyin

Intro

Cloudpinyin is Fcitx addon that will add one candidate word to your pinyin list. It current support four provider, Sogou, QQ, Baidu, Google. By default the trigger length is 10, you can set it shorter. And it use a memory-based cache to cache recent result.

Usage

When you are using any pinyin related input method, when your pinyin string length is over the threshold, it will send a request the provider server and fetch the result back. There will be a place holder "..." when the word is loading.

If the word is already appeared in the candidate list, it will be removed.

Trick

Set HTTP proxy

Simply set

   export http_proxy=http://ip:port
   export https_proxy=http://ip:port

Before Fcitx run.

Potential Security Issue

In spite of Google, all providers do not support SSL (by the way, you need to update to 0.2.1 to use SSL with Google), and you might not trust the provider, since the data you typed might have some private info. So think about it before use cloudpinyin.