You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2013/12/27 16:20:16 UTC

svn commit: r1553682 - in /cordova/site: README.md public/docs/en/3.3.0/guide_platforms_ubuntu_index.md.html public/docs/en/edge/guide_cli_index.md.html public/docs/en/edge/guide_platforms_ubuntu_index.md.html

Author: marcelk
Date: Fri Dec 27 15:20:16 2013
New Revision: 1553682

URL: http://svn.apache.org/r1553682
Log:
CB-5700: push out changes from git

Modified:
    cordova/site/README.md
    cordova/site/public/docs/en/3.3.0/guide_platforms_ubuntu_index.md.html
    cordova/site/public/docs/en/edge/guide_cli_index.md.html
    cordova/site/public/docs/en/edge/guide_platforms_ubuntu_index.md.html

Modified: cordova/site/README.md
URL: http://svn.apache.org/viewvc/cordova/site/README.md?rev=1553682&r1=1553681&r2=1553682&view=diff
==============================================================================
--- cordova/site/README.md (original)
+++ cordova/site/README.md Fri Dec 27 15:20:16 2013
@@ -47,6 +47,9 @@ How to update the docs
     # copy the rendered docs from `cordova-docs` to `cordova-website`
     $ rsync -av --exclude='.svn*' public/ ../cordova-website/public/docs
 
+    # now move to the site directory
+    $ cd ../cordova-website
+
     # if you are adding a new version of cordova docs, don't forget to:
     $ svn add public/docs/my_lang/my_new_version
 

Modified: cordova/site/public/docs/en/3.3.0/guide_platforms_ubuntu_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_platforms_ubuntu_index.md.html?rev=1553682&r1=1553681&r2=1553682&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_platforms_ubuntu_index.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_platforms_ubuntu_index.md.html Fri Dec 27 15:20:16 2013
@@ -198,9 +198,9 @@ to your Ubuntu system:</p>
 $ sudo apt-get update
 </code></pre>
 
-<p>Install packages:</p>
+<p>Install cordova-cli package (and its dependencies):</p>
 
-<pre class="prettyprint"><code>$ sudo apt-get install cordova-cli nodejs-legacy npm cmake debhelper libx11-dev libicu-dev pkg-config qtbase5-dev qtchooser qtdeclarative5-dev qtfeedback5-dev qtlocation5-dev qtmultimedia5-dev qtpim5-dev qtsensors5-dev qtsystems5-dev
+<pre class="prettyprint"><code>$ sudo apt-get install cordova-cli
 </code></pre>
 
 <h2>

Modified: cordova/site/public/docs/en/edge/guide_cli_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_cli_index.md.html?rev=1553682&r1=1553681&r2=1553682&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_cli_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_cli_index.md.html Fri Dec 27 15:20:16 2013
@@ -214,17 +214,28 @@ command such as the following:</p>
 <p>It may take some time for the command to complete, so be patient. Running
 the command with the <code>-d</code> option displays information about its progress.</p>
 
-<p>The first argument specifies a <em>hello</em> directory to be generated
-for your project. Its <code>www</code> subdirectory houses your application's
+<p>The first argument <em>hello</em> specifies a directory to be generated
+for your project. This directory should not already exist, Cordova will
+create it for you. Its <code>www</code> subdirectory houses your application's
 home page, along with various resources under <code>css</code>, <code>js</code>, and <code>img</code>,
 which follow common web development file-naming conventions. The
 <code>config.xml</code> file contains important metadata needed to generate and
 distribute the application.</p>
 
-<p>The other two arguments are optional: the <code>com.example.hello</code> argument
-provides your project with a reverse domain-style identifier, and the
-<code>HelloWorld</code> provides the application's display text. You can edit
-both of these values later in the <code>config.xml</code> file.</p>
+<p>The second argument <code>com.example.hello</code>
+provides your project with a reverse domain-style identifier. This argument
+is optional, but only if you also omit the third argument, since the arguments
+are positional. You can edit
+this value later in the <code>config.xml</code> file, but do be aware that there may
+be code generated outside of <code>config.xml</code> using this value, such as Java
+package names. The default value is <code>io.cordova.hellocordova</code>, but it is
+recommended that you select an appropriate value.</p>
+
+<p>The third argument <code>HelloWorld</code> provides the application's display title.
+This argument is optional. You can edit this value later in the <code>config.xml</code>
+file, but do be aware that there may be code generated outside of <code>config.xml</code>
+using this value, such as Java class names. The default value is <code>HelloCordova</code>,
+but it is recommended that you select an appropriate value.</p>
 
 <h2>
 <a name="The%20Command-Line%20Interface_add_platforms">Add Platforms</a>

Modified: cordova/site/public/docs/en/edge/guide_platforms_ubuntu_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_ubuntu_index.md.html?rev=1553682&r1=1553681&r2=1553682&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_ubuntu_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_ubuntu_index.md.html Fri Dec 27 15:20:16 2013
@@ -185,9 +185,9 @@ to your Ubuntu system:</p>
 $ sudo apt-get update
 </code></pre>
 
-<p>Install packages:</p>
+<p>Install cordova-cli package (and its dependencies):</p>
 
-<pre class="prettyprint"><code>$ sudo apt-get install cordova-cli nodejs-legacy npm cmake debhelper libx11-dev libicu-dev pkg-config qtbase5-dev qtchooser qtdeclarative5-dev qtfeedback5-dev qtlocation5-dev qtmultimedia5-dev qtpim5-dev qtsensors5-dev qtsystems5-dev
+<pre class="prettyprint"><code>$ sudo apt-get install cordova-cli
 </code></pre>
 
 <h2>