• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

はてなハイク・キーワードの検索と入力アプリ


コミットメタ情報

リビジョン81488b20bab7b5d59cd4cdb0310ac751762eccca (tree)
日時2012-09-08 02:12:23
作者Kodakana <kodakana@linu...>
コミッターKodakana

ログメッセージ

README 作成。

変更サマリ

差分

--- /dev/null
+++ b/README
@@ -0,0 +1,56 @@
1+Kigo
2+---------------------------------
3+##これは何か
4+
5+Kigo は Android 用はてなハイク投稿支援ツールです。はてなのミニブログ「はてなハイク」のキーワードを
6+検索し、クリップボードにコピーしたり、件名に入れてメールを作成、ウェブブラウザで開くなどの操作ができます。
7+
8+##動作要件
9+
10+インターネット接続可能な Android 1.6 以上の OS を搭載した機器。
11+
12+##使い方
13+
14+Kigo を起動すると、最初に現在のホットキーワードが一覧表示されます。検索欄に語句を入力して検索ボタンを
15+押すと、その語句を含むキーワードが一覧表示されます。一覧の各項目をタップすると、そのキーワードをクリップボードに
16+コピーします。また、長押しすると表示されるメニューから以下の操作が可能です。
17+
18+ * コピー(キーワードをクリップボードにコピーする)
19+ * 送信(キーワードを件名に入れてメールを作成する)
20+ * 開く(キーワードのページをウェブブラウザで開く)
21+ * 情報(キーワードの情報を表示する)
22+ * 関連(キーワードの関連キーワードを表示する)
23+
24+##設定
25+
26+オプションメニューから設定画面を開いて各種の設定を変更できます。
27+
28+ * アプリケーションの設定
29+ * 叩いたとき(項目をタップしたときの動作を「コピー」「送信」「開く」から選択する)
30+ * 文字の大きさ(一覧表示の文字の大きさを選択する)
31+ * ハイクのホスト(h.hatena.ne.jp か h.hatena.com から利用するホストを選択する)
32+ * 送信の雛形
33+ * To:(「送信」操作の際に自動的にメールの宛先に入れるアドレスを入力する)
34+ * CC:(「送信」操作の際にメールを同時に送る別のメールアドレス)
35+ * BCC:(「送信」操作の際にメールを同時に送るが、別の宛先へは送信したことを知らせないアドレス)
36+
37+##権限
38+
39+Kigo はインターネット接続とネットワーク接続状態の確認のための権限を要求します。
40+Android のバージョンによっては、インストール時にこれ以外の権限を許可するように表示される場合がありますが、
41+互換性のために OS によって要求されるものであり、Kigo はそれらの権限は使用しません。
42+
43+##許諾条件
44+
45+このプログラムはフリーソフトウェアです。あなたはこれを、フリーソフトウェア財団によって発行された
46+GNU 一般公衆利用許諾書(バージョン3か、それ以降のバージョンのうちどれか)が定める条件の下で
47+再頒布または改変することができます。
48+
49+このプログラムは有用であることを願って頒布されますが、*全くの無保証*です。商業可能性の保証や
50+特定目的への適合性は、言外に示されたものも含め、全く存在しません。
51+詳しくは[GNU 一般公衆利用許諾書]( http://www.gnu.org/copyleft/gpl.html )をご覧ください。
52+
53+##ソースコード
54+
55+このプログラムのソースコードは http://sourceforge.jp/users/kodakana/pf/kigo/scm/ から
56+取得できます。
\ No newline at end of file
--- /dev/null
+++ b/REDME_EN
@@ -0,0 +1,51 @@
1+Kigo
2+---------------------------------
3+##What is this?
4+
5+Kigo is a post to Hatena Haiku supporting tool for Android. You can do a keyword to search for "Hatena Haiku" mini-blog of Hatena, You can copy the clipboard or to create an email put in the subject line, such as opening a web browser.
6+
7+##System Requirements
8+
9+Devices that can be connected to the Internet, with Android 1.6 or higher.
10+
11+##Usage
12+
13+When you launch the Kigo, current hot keywords are listed first.
14+Enter a word in the input field, and press the find button, that word contains keyword is listed.
15+When you tap each item in the list, you will be copied to the clipboard that keyword.
16+In addition, the following operations are available from the menu that appears when you press and hold.
17+
18+ * Copu(Copy to the clipboard that keyword)
19+ * Send(Create a mail subject line put that keyword)
20+ * Open(Point your web browser at the page of that keyword)
21+ * Info(Displays information of that keyword)
22+ * Relateds(Displays the related keywords of that keyword)
23+
24+##Settings
25+
26+You can change various settings from the Options menu to open the setting screen.
27+
28+ * Application Settings
29+ * Tap Behavour(Select from the "Open" "send" copy "," what happens when you tap an item)
30+ * Font Size(Select the size of a font in the list)
31+ * Haiku Host(Select the host that you want to use from h.hatena.ne.jp or h.hatena.com)
32+ * Send Template
33+ * To:(During the "Send" operation, the address is automatically placed in the email To field)
34+ * CC:(Same as above)
35+ * BCC:(..)
36+
37+##Permissions
38+
39+Kigo is to request permission for an Internet connection and check the status of the network connection.
40+Depending on the version of Android, which may be displayed to allow the permissions other than this during the installation, it is one that is required by the OS for compatibility, Kigo are those permissions are not used.
41+
42+##License
43+
44+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 3 of the License, or (at your option) any later version.
45+
46+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. For more information, please read the [GNU General Public License]( http://www.gnu.org/copyleft/gpl.html ).
47+
48+##Source Code
49+
50+Can be obtained from http://sourceforge.jp/users/kodakana/pf/kigo/scm/ The source code of this program.
51+