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 C9429108DA for ; Thu, 26 Sep 2013 16:32:21 +0000 (UTC) Received: (qmail 19884 invoked by uid 500); 26 Sep 2013 16:32:16 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 19782 invoked by uid 500); 26 Sep 2013 16:32:13 -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 19719 invoked by uid 99); 26 Sep 2013 16:32:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Sep 2013 16:32:11 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of csantana23@gmail.com designates 209.85.212.173 as permitted sender) Received: from [209.85.212.173] (HELO mail-wi0-f173.google.com) (209.85.212.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Sep 2013 16:32:07 +0000 Received: by mail-wi0-f173.google.com with SMTP id hq15so7351208wib.0 for ; Thu, 26 Sep 2013 09:31:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=juaJpXZ2IyxBHV3jybQoValnbyxT3b5Rl+IQn4uudIQ=; b=XDfpvETC1mB7tSmUNNRbajuY0vFlVMICgCLkOB6XW3xeNcUhuciNuYIIHC9SaF+74w RI+ih1dq6Ni1kwPCOO29JNpBB1D7mCk/DdzgDFGfoSWnnKEsYULQ6TLWRpTi/QQsyi4/ 6gXKpvJzl7v2Vg+7lvOwMvNzsImX1t2EhKdco4aAFG4p375BhGGGVqyFAmjxhAyGtAwP tAMAX+2Pb/kaERRZZIirbWiQedvrodY5gxk3LREEUy6ugOh3NgnU8GJC44e0iWpZRKMD eVQyLcJGaw171tAhIu6oA++pK70gwnnENiG+XJefApYjxhmSn0p22LiXIuzh6+p8vGQl EWcg== MIME-Version: 1.0 X-Received: by 10.180.182.15 with SMTP id ea15mr28087278wic.16.1380213105920; Thu, 26 Sep 2013 09:31:45 -0700 (PDT) Received: by 10.194.39.36 with HTTP; Thu, 26 Sep 2013 09:31:45 -0700 (PDT) In-Reply-To: References: Date: Thu, 26 Sep 2013 12:31:45 -0400 Message-ID: Subject: Re: config.xml discussion, we need to talk From: Carlos Santana To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=047d7b62535ae4961204e74be7e7 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b62535ae4961204e74be7e7 Content-Type: text/plain; charset=ISO-8859-1 I agree with Jesse proposal. 1. Clean up ghost copies of config.xml 2. Document a single Table in docs/config_ref_index.md.html Two columns "CLI", "Not CLI" location of config.xml to be edit by user --Carlos On Thu, Sep 26, 2013 at 12:03 PM, Jesse wrote: > Personally, when I refer to the www folder I am referring to the folder as > part of the app package at runtime, which is usually the same as the device > specific project layout. > > iOS: AppRoot/www > wp7: AppRoot/www > wp8: AppRoot/www > windows8: AppRoot/www > Android: AppRoot/assets/www ? > > The fact that even the www folder can live in different places on different > devices implies that it is okay for config.xml to live in different places > also. > I don't think it would be worthwhile to move files at loadtime, as Joe > warns. > I also don't think it is worth having a build time script to 'magically' > move files around before they get packaged. > > > @purplecabbage > risingj.com > > > On Thu, Sep 26, 2013 at 8:57 AM, Joe Bowser wrote: > > > On Thu, Sep 26, 2013 at 8:53 AM, Lindsey Simon wrote: > > > > > > When you say www are you referring to project/www or > > > project/platform/android/assets/www? > > > > > > > That's the kicker, isn't it? If you're using the CLI, we're talking > > project/www, but not everyone uses the CLI, or should use the CLI. I > > think we should tell people not using the CLI where it's located on > > each of the platforms. The CLI can play pretend with the spec, and > > the platforms can move on with actually making things more usable. > > > -- Carlos Santana --047d7b62535ae4961204e74be7e7--