aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorrhenium <re4k@re4k.info>2013-05-20 21:11:39 +0900
committerrhenium <re4k@re4k.info>2013-05-20 21:11:39 +0900
commit6a886664a51b8aada7d40e81190cdc5485fe605b (patch)
treec1ec73d17190358bd957945d7268ef2e2ed3242d /app
parent68067759446f9101b92932f81f55c698bb54047a (diff)
downloadaclog-6a886664a51b8aada7d40e81190cdc5485fe605b.tar.gz
update about, about/api
Diffstat (limited to 'app')
-rw-r--r--app/views/about/api.html.haml7
-rw-r--r--app/views/about/index.html.haml17
2 files changed, 19 insertions, 5 deletions
diff --git a/app/views/about/api.html.haml b/app/views/about/api.html.haml
index 8a1e6ff..9e8882f 100644
--- a/app/views/about/api.html.haml
+++ b/app/views/about/api.html.haml
@@ -1,5 +1,10 @@
%p
- すべて GET です
+ **ドキュメントは書き直します**
+%p
+ すべての API は GET です。
+%p
+ 鍵垢のページは OAuth Echo を使います。
+ X-Auth-Service-Provider は https://api.twitter.com/1.1/account/verify_credentials.json です
%h4 /api/tweets/show
%dl
%dd ツイート表示
diff --git a/app/views/about/index.html.haml b/app/views/about/index.html.haml
index 2a59ce6..a604ca4 100644
--- a/app/views/about/index.html.haml
+++ b/app/views/about/index.html.haml
@@ -1,13 +1,22 @@
%h1 aclog
%p
- UserStreams で登録ユーザーのふぁぼり・ふぁぼられ・RTを集めて表示するサービスです。
+ aclog は Twitter でのふぁぼ・RTを集めて表示するサービスです
%p
- API も提供する予定です。about → api を見てください(まだ開発中であり、変更がある可能性もあります)
+ 鍵垢の場合は自分またはフォロワーのみがツイートが見れるようになっています。
+%p
+ JSON の API も提供しています。API については
+ = link_to "こちら", about_api_path
+ を参照してください。
+%p
+ RSS にも対応しています。例:
+ %ul
+ %li= link_to "/cn/timeline.rss", "/cn/timeline.rss"
+ %li= link_to "/cn/discoveries.rss", "/cn/discoveries.rss"
%h4
- 今後の予定(2013/05/04)
+ 今後の予定(2013/05/20)
%ul
%li 通知を細かく設定できるように
- %li ふぁぼったー・Favstar からのデータの取り込み
+ %li ふぁぼったー・Favstar などからのデータの取り込み
%p
= link_to "ツイート", "https://twitter.com/share", class: "twitter-share-button", data: {text: "ふぁぼられ収集サービス aclog", count: "none", url: "http://aclog.koba789.com"}
%hr