You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/08/13 22:08:59 UTC

svn commit: r1513633 - in /cordova/site/public/docs/en/edge: cordova_file_file.md.html guide_overview_index.md.html

Author: mwbrooks
Date: Tue Aug 13 20:08:58 2013
New Revision: 1513633

URL: http://svn.apache.org/r1513633
Log:
Update documentation.

Modified:
    cordova/site/public/docs/en/edge/cordova_file_file.md.html
    cordova/site/public/docs/en/edge/guide_overview_index.md.html

Modified: cordova/site/public/docs/en/edge/cordova_file_file.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/cordova_file_file.md.html?rev=1513633&r1=1513632&r2=1513633&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/cordova_file_file.md.html (original)
+++ cordova/site/public/docs/en/edge/cordova_file_file.md.html Tue Aug 13 20:08:58 2013
@@ -277,6 +277,12 @@ Interface</a>, to add or remove this fea
     $ cordova plugin rm org.apache.cordova.core.file
 </code></pre>
 
+<p>To use the file-transfer plugin you must add that separately.</p>
+
+<pre class="prettyprint"><code>    $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git
+    $ cordova plugin rm org.apache.cordova.core.file-transfer
+</code></pre>
+
 <p>These commands apply to all targeted platforms, but modify the
 platform-specific configuration settings described below:</p>
 

Modified: cordova/site/public/docs/en/edge/guide_overview_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_overview_index.md.html?rev=1513633&r1=1513632&r2=1513633&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_overview_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_overview_index.md.html Tue Aug 13 20:08:58 2013
@@ -384,8 +384,10 @@ CLI's shorthand stubs.)</p>
         <td data-col="blackberry" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios" class="y"></td>
-        <td data-col="winphone7" class="p">(no <a href="cordova_file_file.md.html#FileTransfer">FileTransfer</a>)</td>
-        <td data-col="winphone8" class="p">(no <a href="cordova_file_file.md.html#FileTransfer">FileTransfer</a>)</td>
+        <td data-col="winphone7" class="p">no <a href="cordova_file_file.md.html#FileTransfer">FileTransfer</a>
+</td>
+        <td data-col="winphone8" class="p">no <a href="cordova_file_file.md.html#FileTransfer">FileTransfer</a>
+</td>
         <td data-col="win8" class="y"></td>
         <td data-col="tizen" class="n"></td>
     </tr>