Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7A4BDC74E for ; Tue, 29 Jan 2013 02:34:43 +0000 (UTC) Received: (qmail 49144 invoked by uid 500); 29 Jan 2013 02:34:43 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 49056 invoked by uid 500); 29 Jan 2013 02:34:43 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 49006 invoked by uid 99); 29 Jan 2013 02:34:41 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2013 02:34:41 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B216F826A58; Tue, 29 Jan 2013 02:34:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: gtanner@apache.org To: commits@cordova.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [3/4] js commit: removed reference to Ripple in readme Message-Id: <20130129023441.B216F826A58@tyr.zones.apache.org> Date: Tue, 29 Jan 2013 02:34:41 +0000 (UTC) removed reference to Ripple in readme This is no longer needed as Ripple just works now :-) Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/840e56a6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/840e56a6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/840e56a6 Branch: refs/heads/master Commit: 840e56a6766559cb6326fd2b42cb0066705209c0 Parents: dd45b30 Author: Dan Silivestru Authored: Sat Jan 26 12:31:02 2013 -0500 Committer: Gord Tanner Committed: Mon Jan 28 21:33:49 2013 -0500 ---------------------------------------------------------------------- README.md | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/840e56a6/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index f348e7b..f3a3d47 100644 --- a/README.md +++ b/README.md @@ -137,17 +137,6 @@ Build the .js file and drop it in as a replacement for cordova.js. - Bada (WAC implementation) - Windows 8 ( experimental work in progress ) -## Ripple - -Load this in Ripple to play with it. You will have to use the cordova prototype branch to better simulate the phone environment and use this javascript rather than Ripple's emulated code. - - git clone git@github.com:blackberry-webworks/Ripple-UI.git - git checkout winnie.the.pooh - ./configure - jake - -and then load the unpacked extension in chrome in the pkg/chromium folder. Use the cordova.proto platform in ripple. - # Adding a New Platform 1. Add your platform as a directory under the `lib` folder.