You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2021/04/29 11:26:41 UTC

svn commit: r1889290 - in /cordova/site/public: docs/en/dev/guide/cli/index.html docs/en/dev/reference/cordova-plugin-file/index.html feed.xml

Author: janpio
Date: Thu Apr 29 11:26:41 2021
New Revision: 1889290

URL: http://svn.apache.org/viewvc?rev=1889290&view=rev
Log:
Updated docs

Modified:
    cordova/site/public/docs/en/dev/guide/cli/index.html
    cordova/site/public/docs/en/dev/reference/cordova-plugin-file/index.html
    cordova/site/public/feed.xml

Modified: cordova/site/public/docs/en/dev/guide/cli/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/guide/cli/index.html?rev=1889290&r1=1889289&r2=1889290&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/guide/cli/index.html (original)
+++ cordova/site/public/docs/en/dev/guide/cli/index.html Thu Apr 29 11:26:41 2021
@@ -2448,9 +2448,7 @@ module will automatically be downloaded
    otherwise restricted directories such as
    <code>/usr/local/share</code>. If you are using the optional
    nvm/nave tool or have write access to the install directory,
-   you may be able to omit the <code>sudo</code> prefix. There are
-   <a href="http://justjs.com/posts/npm-link-developing-your-own-npm-modules-without-tears">more tips</a>
-   available on using <code>npm</code> without <code>sudo</code>, if you desire to do that.</p></li>
+   you may be able to omit the <code>sudo</code> prefix.</p></li>
 <li><p>on Windows:</p>
 <div class="highlight"><pre><code class="language-" data-lang="">   C:\&gt;npm install -g cordova
 </code></pre></div></li>

Modified: cordova/site/public/docs/en/dev/reference/cordova-plugin-file/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-file/index.html?rev=1889290&r1=1889289&r2=1889290&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/reference/cordova-plugin-file/index.html (original)
+++ cordova/site/public/docs/en/dev/reference/cordova-plugin-file/index.html Thu Apr 29 11:26:41 2021
@@ -2473,9 +2473,9 @@ Although most of the plugin code was wri
 <p>For an overview of other storage options, refer to Cordova&#39;s
 <a href="http://cordova.apache.org/docs/en/latest/cordova/storage/storage.html">storage guide</a>.</p>
 
-<p>This plugin defines global <code>cordova.file</code> object.</p>
+<p>This plugin defines a global <code>cordova.file</code> object.</p>
 
-<p>Although in the global scope, it is not available until after the <code>deviceready</code> event.</p>
+<p>Although the object is in the global scope, it is not available to applications until after the <code>deviceready</code> event fires.</p>
 <div class="highlight"><pre><code class="language-" data-lang="">document.addEventListener("deviceready", onDeviceReady, false);
 function onDeviceReady() {
     console.log(cordova.file);

Modified: cordova/site/public/feed.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1889290&r1=1889289&r2=1889290&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Thu Apr 29 11:26:41 2021
@@ -6,8 +6,8 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 13 Apr 2021 05:34:11 +0000</pubDate>
-    <lastBuildDate>Tue, 13 Apr 2021 05:34:11 +0000</lastBuildDate>
+    <pubDate>Thu, 29 Apr 2021 11:00:40 +0000</pubDate>
+    <lastBuildDate>Thu, 29 Apr 2021 11:00:40 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org