Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AC62F10F74 for ; Fri, 26 Jul 2013 16:15:51 +0000 (UTC) Received: (qmail 24659 invoked by uid 500); 26 Jul 2013 16:15:49 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 24597 invoked by uid 500); 26 Jul 2013 16:15:48 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 24585 invoked by uid 99); 26 Jul 2013 16:15:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jul 2013 16:15:47 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of msierra@adobe.com designates 64.18.1.181 as permitted sender) Received: from [64.18.1.181] (HELO exprod6og101.obsmtp.com) (64.18.1.181) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jul 2013 16:15:40 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob101.postini.com ([64.18.5.12]) with SMTP ID DSNKUfKglgH7UqIJIlYBuyjVxuP+4JiWARk+@postini.com; Fri, 26 Jul 2013 09:15:19 PDT Received: from inner-relay-2.corp.adobe.com (mail-321.sea.adobe.com [153.32.1.52]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r6QGFHAI010743 for ; Fri, 26 Jul 2013 09:15:17 -0700 (PDT) Received: from SJ1SWM219.corp.adobe.com (sj1swm219.corp.adobe.com [10.5.77.61]) by inner-relay-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r6QGFFw7017993 for ; Fri, 26 Jul 2013 09:15:16 -0700 (PDT) Received: from nambx08.corp.adobe.com ([10.8.189.94]) by SJ1SWM219.corp.adobe.com ([fe80::d55c:7209:7a34:fcf7%11]) with mapi; Fri, 26 Jul 2013 09:15:15 -0700 From: Michael Sierra To: "dev@cordova.apache.org" Date: Fri, 26 Jul 2013 09:12:04 -0700 Subject: RE: Is Formatting issue fixed? Thread-Topic: Is Formatting issue fixed? Thread-Index: Ac6J3hHmdqGzMxFoQeO4pCs62GO6sgAPMywu Message-ID: <35C02676BF7FD84F92417E42E09DD8DCBCF41B576B@nambx08.corp.adobe.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org The fix is in & regenerated at phonegap.com, not yet on apache.org. Sorry,= will remember to preview next time! --Mike S ________________________________________ From: Sharif Ahmed [sharifducse@gmail.com] Sent: Friday, July 26, 2013 4:56 AM To: dev Subject: Is Formatting issue fixed? In the The Command-line Interface, one of the Add Feature section looks like this: Accelerometer, compass, and geolocation: $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion.git $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation.g= it $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git I want to re-format it like this: Accelerometer, compass, and geolocation: $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion.git $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation.g= it $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git Is this fixed already? I have checked guide/cli/index.md and it seems fixed, but I don't see the result in the docs. Please let me know.