This branch is officially beta release brunch, however |
<!--toc--> |
|
- It is stable and working version of CppCMS in |
terms bugs, support and so on. |
## Disclaimer |
|
It is significantly better tested then CppCMS 0.0.x, |
as it has much better unit test cover and is tested |
automatically every night on many platforms. |
This branch is officially release candidate brunch, however |
|
- It is unstable in terms of API that may be changed |
until official 1.x.x release which is going to keep |
backward compatible API and ABI till next major release. |
It is stable and working version of CppCMS in |
terms bugs, support and so on. |
|
So some of CppCMS's API is still may change in backward |
incompatible way, that is why it is called "beta-version" |
and currently numbered as 0.99.x. |
It is significantly better tested then CppCMS 0.0.x, |
as it has much better unit test cover and is tested |
automatically every night on many platforms. |
|
This version is the recommended version and |
it is actually used by most of CppCMS framework users. |
it is actually used by most of CppCMS framework users |
and it would become stable very soon. |
|
## General |
|
- [What is new in CppCMS 1.x.x?](/wikipp/en/page/cppcms_1x_whats_new) |
- [Supported Compilers and Platforms](/wikipp/en/page/cppcms_1x_platforms) |
- [Releases](/wikipp/en/page/releases_1x) |
- [About the CppCMS versioning scheme](/wikipp/en/page/cppcms_versioning_scheme) |
|
## Installation |
|
- [Build Instructions](/wikipp/en/page/cppcms_1x_build) |
- [Migration to new version](/wikipp/en/page/cppcms_1x_migration) |
- [Troubleshooting](/wikipp/en/page/cppcms_1x_build_troubleshooting) |
|
|
## Introduction Tutorials |
## Tutorials |
|
### Introduction |
|
- [Hello World](/wikipp/en/page/cppcms_1x_tut_hello) |
- [Starting With Templates](/wikipp/en/page/cppcms_1x_tut_hello_templates) |
- [URL Dispatching and Mapping](/wikipp/en/page/cppcms_1x_tut_url_mapping) |
- [Applications Hierarchy](/wikipp/en/page/cppcms_1x_tut_hierarchy) |
- Templates Inheritance |
- [Forms](/wikipp/en/page/cppcms_1x_forms) |
- [Sessions](/wikipp/en/page/cppcms_1x_sessions) |
- [Basic Caching](/wikipp/en/page/cppcms_1x_basic_caching) |
- [Serialization](/wikipp/en/page/cppcms_1x_serialization) |
- [JSON](/wikipp/en/page/cppcms_1x_json) |
- [JSON-RPC](/wikipp/en/page/cppcms_1x_json_rpc) |
- Advanced Caching |
- Asynchronous web applications - COMET |
- Internationalization and Localization |
|
### Comet Programming |
|
- Asynchronous Web Applications - Chat |
- Asynchronous JSON-RPC |
|
### Advanced |
|
- Advanced Caching |
- Asynchronous I/O |
- Internationalization and Localization |
- Designing web applications for high performance |
|
## Reference |
|
- [API Reference](/cppcms_ref_v0_99/) |
- [CppCMS Template System](/wikipp/en/page/cppcms_1x_templates) |
- [Configuration File Reference](/wikipp/en/page/cppcms_1x_config) |
|
## Concepts |
|
- [Event Loop](/wikipp/en/page/cppcms_1x_event_loop) |
- [Understanding Application Lifetime](/wikipp/en/page/cppcms_1x_application_lifetime) |
- [Thread Safety](/wikipp/en/page/thread_safety) |
|
|
## Web Server Configuration |
|
- [Running CppCMS with Web Servers](/wikipp/en/page/cppcms_1x_tut_web_server_config) |
- [How to run the application at the root of the web server](/wikipp/en/page/run_application_web_server_root) |
|
## Misk |
|
- [Customize your 404 page](/wikipp/en/page/cppcms_1x_tut_404) |
- [Howto](/wikipp/en/page/cppcms_1x_howto) |
- [Plugin Architecture](/wikipp/en/page/cppcms_1x_plugin_architecture) |
|
## Developers Documentation |
|
- [Tasks](/wikipp/en/page/cppcms_1x_tasks) |
- [Internals](/wikipp/en/page/cppcms_1x_internals) |
- [Coding Standards](/wikipp/en/page/cppcms_1x_coding_standards) |