mbtweet

sample search timeline
検索タイムラインのサンプル

Twitter client application mbtweet is currentry alpha development stage.
mbtweet is pure HTML5 Web Application.

Twitterクライアント「mbtweet」は現在α版です。
mbtweetはHTML5で作成されたHTML Webアプリケーションです。

Install

Follow instruction at mbtweet authentication page.
mbtweet app works with OAuth on Twitter API authentication.
mbtweet app runs on latest WebKit browsers (Safari 4 and Chrome 4 beta).

インストール

mbtweet認証ページから認証を行ってください。
mbtweetはTwitterのOAuth認証を通して動作します。
mbtweetの動作環境は、Safari 4およびChrome 4です。

Features

  1. Multi colmn timelines.
    mbtweet shows multi column timelines in browser window. All timelines fetches latest statuses in some minutes.
  2. Preset timelines.
    Home, Mentions, Favorites, ReTweets, saved Searches and your subscribed lists launcher on Dock.
  3. Conversation chains.
    mbtweet is capable of showing conversation chains with considering in_reply_to_status_id's.
  4. Media supports.
    mbtweet shows thumbnail images on tweets.
  5. Pure HTML5 Application.
    mbtweet has no server process. All program runs inside on your launchng Web browser. All your activity and personal data are handled only with your browser , media services and twitter servers.
  6. Geolocation viewer
  7. Translation
    mbtweet is capable for translationg 55 or more languages into your locale language with using Google Translation API.
  8. API Rate monitor
  9. Local language search
    mbtweet shows your local language search with S+clicking saved search menu, hashtags and S+Return on search column.
  10. Legacy RT.
    Clicking "ReTweet" buton with holding S serves old style RT.

機能

  1. マルチコラムタイムライン
    mbtweetでは複数のコラムで複数のタイムラインを同時に確認することができます。
  2. プリセットタイムライン
    ホーム、メンション、お気に入り、リツイート、保存された検索項目、リストを下部のドックから開くことができます。
  3. 会話チェーン
    返信による会話チェーンを表示することができます(現状は一度読み込んだツイートのみ会話として取り込みます)。
  4. メディアサポート
    twitpicやyfrog、Flickrなどから投稿された画像をサムネイル表示します。
  5. HTML5 Webアプリケーション
    mbtweetは独自のサーバプロセスを一切持ちません。mbtweetで扱う全ての個人情報とステータス、タイムライン表示に用いている情報は、Twitterのサーバやメディアサービスの提供サーバとあなたのブラウザが直接取得しています。
  6. 位置情報サポート
  7. 翻訳機能
    mbtweetはGoogle Translation APIを用いて50以上の言語をブラウザの設定言語に翻訳することができます。
  8. Twitter API残数表示
  9. ローカル言語で検索
    S+ハッシュタグをクリック、S+保存された検索項目を選択、検索コラムでS+Returnとすることで、ブラウザの設定言語に絞り込み検索を行います。
  10. 旧RTスタイル
    Sキーを押しながらReTweetボタンをクリックすると、旧いいスタイルのRTを作成することができます。

History

Contact

コンタクト

License

ライセンス

mbtweet app components are published under MIT License.
Copyright © 2010 Taiyo Fujii.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


including codes
---------
oauth.js
Copyright 2008 Netflix, Inc.

Licensed under the Apache License, Version 2.0 (the "License")

you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-------------
sha1.js
A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined
in FIPS PUB 180-1
Version 2.1a Copyright Paul Johnston 2000 - 2002.
Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
Distributed under the BSD License
See http://pajhome.org.uk/crypt/md5 for details.