From 250f3fd2cbe5f57881a859ede77d12559c300bfd Mon Sep 17 00:00:00 2001 From: Hyunjin Park Date: Thu, 30 Jul 2015 07:46:10 +0900 Subject: [PATCH] remove useless doc Change-Id: I5c485e0058394d33534443980bc955f0a90bd467 --- README.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index ac11daa..0000000 --- a/README.md +++ /dev/null @@ -1,21 +0,0 @@ -## 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. -- 2.7.4