You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by he...@apache.org on 2013/03/13 21:37:06 UTC

git commit: remove default README

Updated Branches:
  refs/heads/master 68340ce43 -> efbd0eddd


remove default README


Project: http://git-wip-us.apache.org/repos/asf/cordova-labs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-labs/commit/efbd0edd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-labs/tree/efbd0edd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-labs/diff/efbd0edd

Branch: refs/heads/master
Commit: efbd0eddd7a070d4431c104b34c5f30c5d6717ca
Parents: 68340ce
Author: hermwong <he...@gmail.com>
Authored: Wed Mar 13 13:30:24 2013 -0700
Committer: hermwong <he...@gmail.com>
Committed: Wed Mar 13 13:30:24 2013 -0700

----------------------------------------------------------------------
 README.md |   22 ----------------------
 1 files changed, 0 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-labs/blob/efbd0edd/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
deleted file mode 100644
index 2d78d3a..0000000
--- a/README.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# Cordova Laboratory
-
-> Caution: Safety Goggles are Recommended!
-
-## Purpose
-
-The purpose of this repo is for experimental code. Examples include demo apps,
-native api explorations, or anything really that does not fit in an existing Cordova platform.
-
-## Project Organization
-
-> Everyone works on a branch
-
-`master` branch should *never* have content.
-
-Each project should create a separate branch to work on. There are major benefits
-to this practice:
-
-- Each project has an isolate git history, which allows for easy migration to
-  a new git repository;
-- Working directory is not polluted with the files of other projects.
-- Projects will not step on each others toes.