Merge pull request #348 from sragavan/mediaserver-api
[platform/framework/web/tizen-extensions-crosswalk.git] / README.md
1 ## Introduction
2 The Tizen Extensions Crosswalk (t-e-c) implements the
3 Tizen Web APIs (https://developer.tizen.org/documentation/web-api-reference)
4 on top of the Crosswalk app runtime (https://crosswalk-project.org/) and
5 its Extensions framework.
6
7 This is an open source project started by the Intel Open Source Technology Center
8 (http://www.01.org).
9
10 ## Documents
11 Check out our [Wiki](https://github.com/crosswalk-project/tizen-extensions-crosswalk/wiki).
12
13 ## Coding Style
14 JavaScript: We use Google's Closure Linter for checking our JavaScript coding sytle.
15 It is used in --strict mode but with max_line_length set to 100 columns.
16 Please ALWAYS run tools/js_lint.sh before submitting patches.
17
18 C++: We use cpplint. Please ALWAYS run tools/check-coding-style before submitting patches.
19
20 ## License
21 This project's code uses the BSD license, see our `LICENSE` file.