forked from QupZilla/qupzilla
-
Notifications
You must be signed in to change notification settings - Fork 0
Home (日本語)
sys9kdr edited this page Aug 11, 2012
·
1 revision
###プロジェクトについて
QupZilla は新しい、高速で安全でオープンソースのWWWブラウザです。 QupZilla は GPL version 3 と(任意の)それ以降のパージョンでライセンスされています。
このプロジェクトは当初は Qt と C++ について学習するための教育的な目的のためのものでした。
シンプルなブラウザを書く(作成する)という基本的なアイディアが、毎日の使用に耐えうる高速ブラウザを作り上げました。現時点では、QupZilla は Firefox のような巨大なブラウザを置き換える存在にはなっていません。
しかし、高速で軽量で軽快な Web ブラウザとして確実に他のブラウザの代替となりえます。
QupZilla のメンテナンスや開発はプロジェクトオーナーである David Rosca <[email protected]>
によっておもになされています。そして主にグラフィックスや翻訳の分野で協力してくれるコントリビューターがいます。
###機能 すべてのバージョンで QupZilla は新機能の導入を行っています。最近では QupZilla はブラウザの基本的な機能のほとんどを実装しています。さらに QupZilla はいくつもの興味深い機能を持っています。
- 高速起動 - QupZilla は電光石火のスピードで使用可能になります
- 軽快なブラウジング - QWebKit コアがQupZilla の高速なページレンダリングを支えます
- SSL証明書マネージャ - 通知なしで、問題のあるSSL証明書を使用するページに訪れることはありません
- 検索エンジンマネージャ - オープンサーチとサジェストをサポート
- ブラウザーテーマ - テーマサポートによって、簡単にあなたのブラウザの見た目をユニークに変えられます!
- Speed Dial - あなたのお気に入りのページに簡単にアクセス
- Windows 7 API - QupZilla は Windows 7 のタスクバー上でのジャンプリストや背景のぼかしに対応しています
- クロスプラットフォーム - すべてのメジャーなプラットフォームをサポート、どこでも QupZilla が使えます
- 拡張機能 - AdBlock、 GreaseMonkey、 mouse gesture、 Access Keys Navigation などが使用可能です
QupZilla の操作にコマンドラインインターフェイスが使用できます
使い方: qupzilla [options] URL
QupZilla options:
-h or --help print this message
-a or --authors print QupZilla authors
-v or --version print QupZilla version
-p=PROFILE or --profile=PROFILE start with specified profile
-ne or --no-extensions start without extensions
Options to control running QupZilla:
-nt or --new-tab open new tab
-nw or --new-window open new window
-pb or --private-browsing start private browsing
-dm or --download-manager show download manager
-ct=URL or --current-tab=URL open URL in current tab
-ow=URL or --open-window=URL open URL in new window
Example: qupzilla http://www.google.com
will run QupZilla with google.com page
(or add tab with google.com if already running)
##開発に参加したい! QupZilla の開発に貢献したいなら、気兼ねなく私(作者)に [email protected] 連絡して情報をえるか、ただ fork してくださるだけでかまいません。
現時点では、これらに協力してくれる方がいてくれれば幸いです:
Available pages:
- Translating - How to translate
- Themes - How to develop themes
- Plugins - How to develop plugins
- Changelog - Full changelog
- Bug reports - Read before open issue
- FAQ - Frequently asked questions
- Authors - Contributors list
- Contact - Developers contact