Skip to content

Commit 8405f69

Browse files
Merge branch 'master' of github.com:treefrogframework/treefrog-framework
2 parents 316eccf + 9c9b85d commit 8405f69

File tree

2 files changed

+38
-34
lines changed

2 files changed

+38
-34
lines changed

README.ja

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
TreeFrog Framework
2-
==================
1+
小さくて、パワフル、そして高性能
2+
===========================
33

44
TreeFrog Framework は、C++によるフルスタックの高速Webアプリケーションフレーム
55
ワークです。
@@ -12,29 +12,37 @@ C++/Qt で作られたサーバサイドのフレームワークであるので
1212

1313
特徴
1414
----
15-
16-
* 高いパフォーマンス : ユーザにとってWebアプリケーションは早いほうがいい!
17-
* C++ のフレームワーク : 高速に動作する Web アプリケーションを手に入れよう
18-
* テンプレートシステム : テンプレートとプレゼンテーションロジックを完全に分離
19-
* フルスタック : 一通りのモジュールがそろっているのですぐに始められる
20-
* クロスプラットフォーム : Windows, Mac OS X, Linux で同じコードが動作
21-
* MVC アーキテクチャ : モデル・ビュー・コントローラの3つに分割
15+
* 高いパフォーマンス : 高度に最適化されたC++アプリケーションサーバエンジン
2216
* O/R マッピング : 複雑で面倒なデータベースアクセスを隠蔽
23-
* URLルーティング : URL とアクションの関連付けをファイルに記述する必要がない
17+
* テンプレートシステム : テンプレートとプレゼンテーションロジックを完全に分離
18+
* DB サポート : MySQL, PostgreSQL, ODBC, SQLite, Oracle, DB2,
19+
  InterBase, MongoDB
20+
* WebSocket サポート : アプリケーションサーバとの全二重通信を提供
2421
* ジェネレータ : 「足場」となるソースコードや Makefile を自動で生成
22+
* クロスプラットフォーム : Windows, Mac OS X, Linux で同じコードが動作
2523
* Ajax サポート : JSON、XML、プレインテキストを非同期で送信
26-
* NoSQLデータベース対応 : MongoDBに対応
2724
* オープンソースソフトウェア : New BSD License
2825

2926

27+
要件
28+
----
29+
Qt による qmake ビルドシステム採用
30+
3031
Webサイト
3132
---------
3233
http://www.treefrogframework.org/ja/
3334

35+
リリース
36+
------
37+
https://github.com/treefrogframework/treefrog-framework/releases
3438

35-
MongoDBとの連携
36-
-------------
39+
ドキュメント
40+
----------
41+
こちらのサイトでどうぞ
42+
http://www.treefrogframework.org/documents
3743

44+
MongoDB サポート
45+
-------------
3846
TreeFrog Framework は、10gen社の支援によるMongoDBのC言語ドライバを使って、
3947
MongoDB とデータの受け渡しをします。そのドライバのソースコードは本パッケージに
4048
含まれています。詳細は README をご覧ください。

README.md

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,38 @@
1-
TreeFrog Framework
2-
==================
1+
Small but Powerful and Efficient
2+
================================
33

44
TreeFrog Framework is a high-speed and full-stack web application framework
55
based on C++ and Qt. Web applications can run faster than that of lightweight
66
programming language. In application development, it provides an O/R mapping
77
system and template system on an MVC architecture, aims to achieve high
88
productivity through the policy of convention over configuration.
99

10-
Requirements
11-
------------
12-
TreeFrog uses the qt qmake build system.
13-
1410
Features
1511
--------
16-
17-
* High performance - High-speed web application is much better for users!
18-
* Framework written in C++ - Web application can be developed in C++ lang
12+
* High performance - Highly optimized Application server engine of C++
13+
* O/R mapping - Conceals complex and troublesome database accesses
1914
* Template system - Completely divided templates and presentation logic
20-
* Full-stack - Most modules included
15+
* Support for many DB - MySQL, PostgreSQL, ODBC, SQLite, Oracle, DB2,
16+
InterBase and MongoDB
17+
* Support WebSocket - Providing full-duplex communications channels
18+
* Generator - Generates scaffolds and Makefiles automatically
2119
* Cross-platform - Windows, Mac OS X, Linux, etc. Same source code can
22-
work on other platforms
23-
* MVC architecture
24-
* O/R mapping - Conceals complex and troublesome database accesses
25-
* Routing system - No need to write the routing rules one by one into a
26-
configuration file
27-
* Generator - Automatically generates scaffolds and Makefiles
28-
* Ajax support - JSON, XML and Plain text available
29-
* NoSQL database support - MongoDB support
20+
work on other platforms
21+
* Ajax support - JSON, XML and Plain text available
3022
* OSS - New BSD License
3123

32-
Releases
33-
--------
34-
https://github.com/treefrogframework/treefrog-framework/releases
24+
Requirements
25+
------------
26+
TreeFrog uses the qt qmake build system.
3527

3628
Web Site
3729
--------
3830
http://www.treefrogframework.org/
3931

32+
Releases
33+
--------
34+
https://github.com/treefrogframework/treefrog-framework/releases
35+
4036
Documents
4137
---------
4238
Get addtional information on the site:

0 commit comments

Comments
 (0)