Gist Ubiquitifier
This is a service for enabling us to publish your Ubiquity commands without any servers which host the HTML file for installing the commands.
Gist上のJavaScriptコードをUbiquityコマンド化してインストール可能にするサービスです。
これを利用することで、Ubiquityコマンドインストール用のHTMLファイルを設置するサーバを持っていない場合でも、コマンドを公開することができます。
At first, you make a JavaScript snippet including Ubiquity commands on the Gist. If the URL of the page is as follows,
the URL of installation page is as follows.
You can also specify the name of the command by adding name parameter to the query string, like this.
http://ubiquity.s21g.com/7630?name=s21g-blog-search
And it is able to add more parameters like this, if you want.
まずは、Gist 上でUbiquityコマンドをJavaScriptで登録します。例えば、Gist上のURIが
の場合、
がインストールページなります。 コマンド名は、nameパラメータで指定できます。
http://ubiquity.s21g.com/7630?name=s21g-blog-search
必要であれば、このように、いくらでもパラメータを追加することが可能です。