Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Add a README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus Sanchez-Palencia committed Sep 19, 2013
1 parent 3eea94f commit f5eebe3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Introduction
The Tizen Extensions Crosswalk (t-e-c) implements the
Tizen Web APIs (https://developer.tizen.org/documentation/web-api-reference)
on top of the Crosswalk app runtime (https://crosswalk-project.org/) and
its Extensions framework.

This is an open source project started by the Intel Open Source Technology Center
(http://www.01.org).

## Documents
Check out our [Wiki](https://github.com/crosswalk-project/tizen-extensions-crosswalk/wiki).

## Coding Style
JavaScript: We use Google's Closure Linter for checking our JavaScript coding sytle.
It is used in --strict mode but with max_line_length set to 100 columns.
Please ALWAYS run tools/js_lint.sh before submitting patches.

C++: We use cpplint. Please ALWAYS run tools/check-coding-style before submitting patches.

## License
This project's code uses the BSD license, see our `LICENSE` file.
File renamed without changes.

0 comments on commit f5eebe3

Please sign in to comment.