You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/05/24 23:29:27 UTC

svn commit: r1745411 [3/26] - in /cordova/site/public: ./ announcements/2016/04/27/ blog/ docs/de/3.1.0/cordova/contacts/ContactField/ docs/de/3.1.0/cordova/media/ docs/de/3.1.0/cordova/notification/ docs/en/1.5.0/phonegap/contacts/ContactField/ docs/e...

Modified: cordova/site/public/docs/en/2.9.0/cordova/compass/compass.watchHeading.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.9.0/cordova/compass/compass.watchHeading.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.9.0/cordova/compass/compass.watchHeading.html (original)
+++ cordova/site/public/docs/en/2.9.0/cordova/compass/compass.watchHeading.html Tue May 24 23:29:23 2016
@@ -1964,7 +1964,8 @@ var watchID = navigator.compass.watchHea
   <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span>
 </code></pre></div>
-<h2>iOS Quirks
+<h2>iOS Quirks</h2>
+
 <p>In iOS <code>compass.watchHeading</code> can also get the device&#39;s current
 heading when it changes by a specified number of degrees. Each time
 the heading changes by the specified number of degrees or more, the

Modified: cordova/site/public/docs/en/2.9.0/cordova/contacts/ContactAddress/contactaddress.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.9.0/cordova/contacts/ContactAddress/contactaddress.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.9.0/cordova/contacts/ContactAddress/contactaddress.html (original)
+++ cordova/site/public/docs/en/2.9.0/cordova/contacts/ContactAddress/contactaddress.html Tue May 24 23:29:23 2016
@@ -1971,7 +1971,8 @@ navigator.contacts.find(filter, onSucces
   <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span>
 </code></pre></div>
-<h2>Android 2.X Quirks
+<h2>Android 2.X Quirks</h2>
+
 <ul>
 <li><strong>pref</strong>: Not supported, returning <code>false</code> on Android 2.X devices.</li>
 </ul>

Modified: cordova/site/public/docs/en/2.9.0/cordova/contacts/ContactName/contactname.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.9.0/cordova/contacts/ContactName/contactname.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.9.0/cordova/contacts/ContactName/contactname.html (original)
+++ cordova/site/public/docs/en/2.9.0/cordova/contacts/ContactName/contactname.html Tue May 24 23:29:23 2016
@@ -1954,7 +1954,8 @@ navigator.contacts.find(filter, onSucces
   <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span>
 </code></pre></div>
-<h2>Android Quirks
+<h2>Android Quirks</h2>
+
 <ul>
 <li><strong>formatted</strong>: Partially supported, and read-only.  Returns a concatenation of <code>honorificPrefix</code>, <code>givenName</code>, <code>middleName</code>, <code>familyName</code>, and <code>honorificSuffix</code>.</li>
 </ul>

Modified: cordova/site/public/docs/en/2.9.0/cordova/inappbrowser/inappbrowser.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.9.0/cordova/inappbrowser/inappbrowser.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.9.0/cordova/inappbrowser/inappbrowser.html (original)
+++ cordova/site/public/docs/en/2.9.0/cordova/inappbrowser/inappbrowser.html Tue May 24 23:29:23 2016
@@ -2140,7 +2140,8 @@ evaluated.</li>
 </ul></li>
 </ul>
 
-<h2>Supported Platforms
+<h2>Supported Platforms</h2>
+
 <ul>
 <li>Android</li>
 <li>iOS</li>
@@ -2222,7 +2223,8 @@ ref.addEventListener('loadstop', functio
 <li>iOS</li>
 </ul>
 
-<h2>Quick <a href="../storage/storage.opendatabase.html">Example</a><div class="highlight"><pre><code class="language-" data-lang="">var ref = window.open('http://apache.org', '_blank', 'location=yes');
+<h2>Quick <a href="../storage/storage.opendatabase.html">Example</a></h2>
+<div class="highlight"><pre><code class="language-" data-lang="">var ref = window.open('http://apache.org', '_blank', 'location=yes');
 ref.addEventListener('loadstop', function() {
     ref.insertCSS({file: "mystyles.css"});
 });

Modified: cordova/site/public/docs/en/2.9.0/cordova/inappbrowser/window.open.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.9.0/cordova/inappbrowser/window.open.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.9.0/cordova/inappbrowser/window.open.html (original)
+++ cordova/site/public/docs/en/2.9.0/cordova/inappbrowser/window.open.html Tue May 24 23:29:23 2016
@@ -1903,7 +1903,7 @@ instance, or the system browser.</p>
 <li><strong>closebuttoncaption</strong> - set to a string that will be the caption for the &quot;Done&quot; button.</li>
 </ul>
 
-iOS only</h2>
+<h2>iOS only</h2>
 
 <ul>
 <li><strong>closebuttoncaption</strong> - set to a string that will be the caption for the &quot;Done&quot; button. Note that you will have to localize this value yourself.</li>

Modified: cordova/site/public/docs/en/2.9.0/cordova/notification/notification.alert.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.9.0/cordova/notification/notification.alert.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.9.0/cordova/notification/notification.alert.html (original)
+++ cordova/site/public/docs/en/2.9.0/cordova/notification/notification.alert.html Tue May 24 23:29:23 2016
@@ -1940,7 +1940,8 @@ navigator.notification.alert(
   <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span>
 </code></pre></div>
-<h2>Windows Phone 7 and 8 Quirks
+<h2>Windows Phone 7 and 8 Quirks</h2>
+
 <ul>
 <li><p>There is no built-in browser alert, but you can bind one as follows to call <code>alert()</code> in the global scope:</p>
 <div class="highlight"><pre><code class="language-" data-lang="">window.alert = navigator.notification.alert;

Modified: cordova/site/public/docs/en/2.9.0/cordova/notification/notification.confirm.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.9.0/cordova/notification/notification.confirm.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.9.0/cordova/notification/notification.confirm.html (original)
+++ cordova/site/public/docs/en/2.9.0/cordova/notification/notification.confirm.html Tue May 24 23:29:23 2016
@@ -1951,7 +1951,8 @@ function showConfirm() {
   <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span>
 </code></pre></div>
-<h2>Windows Phone 7 and 8 Quirks
+<h2>Windows Phone 7 and 8 Quirks</h2>
+
 <ul>
 <li><p>There is no built-in browser function for <code>window.confirm</code>, but you can bind it by assigning:</p>
 <div class="highlight"><pre><code class="language-" data-lang="">window.confirm = navigator.notification.confirm;

Modified: cordova/site/public/docs/en/3.0.0/cordova/contacts/ContactOrganization/contactorganization.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/cordova/contacts/ContactOrganization/contactorganization.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/cordova/contacts/ContactOrganization/contactorganization.html (original)
+++ cordova/site/public/docs/en/3.0.0/cordova/contacts/ContactOrganization/contactorganization.html Tue May 24 23:29:23 2016
@@ -1915,7 +1915,8 @@ navigator.contacts.find(filter, onSucces
 <li><strong>pref</strong>: Not supported by Android 2.X devices, returning <code>false</code>.</li>
 </ul>
 
-<h2>BlackBerry WebWorks (OS 5.0 and higher) Quirks
+<h2>BlackBerry WebWorks (OS 5.0 and higher) Quirks</h2>
+
 <ul>
 <li><p><strong>pref</strong>: Not supported by BlackBerry devices, returning <code>false</code>.</p></li>
 <li><p><strong>type</strong>: Not supported by BlackBerry devices, returning <code>null</code>.</p></li>

Modified: cordova/site/public/docs/en/3.0.0/cordova/events/events.offline.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/cordova/events/events.offline.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/cordova/events/events.offline.html (original)
+++ cordova/site/public/docs/en/3.0.0/cordova/events/events.offline.html Tue May 24 23:29:23 2016
@@ -1876,10 +1876,12 @@ function onOffline() {
   <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span>
 </code></pre></div>
-<h2>iOS Quirks
+<h2>iOS Quirks</h2>
+
 <p>During initial startup, the first offline event (if applicable) takes at least a second to fire.</p>
 
-<h2>Windows Phone 7 Quirks
+<h2>Windows Phone 7 Quirks</h2>
+
 <p>When running in the Emulator, the <code>connection.status</code> is always unknown, so this event does <em>not</em> fire.</p>
 
 <h2>Windows Phone 8 Quirks</h2>

Modified: cordova/site/public/docs/en/3.0.0/cordova/events/events.online.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/cordova/events/events.online.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/cordova/events/events.online.html (original)
+++ cordova/site/public/docs/en/3.0.0/cordova/events/events.online.html Tue May 24 23:29:23 2016
@@ -1885,7 +1885,8 @@ at least a second to fire, prior to whic
 
 <p>When running in the Emulator, the <code>connection.status</code> is always unknown, so this event will <em>not</em> fire.</p>
 
-<h2>Windows Phone 8 Quirks
+<h2>Windows Phone 8 Quirks</h2>
+
 <p>The Emulator reports the <a href="../connection/connection.type.html">connection.type</a> as <code>Cellular</code>, which does not change, so events will <em>not</em> fire.</p>
 
 

Modified: cordova/site/public/docs/en/3.0.0/cordova/media/media.startRecord.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/cordova/media/media.startRecord.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/cordova/media/media.startRecord.html (original)
+++ cordova/site/public/docs/en/3.0.0/cordova/media/media.startRecord.html Tue May 24 23:29:23 2016
@@ -1914,7 +1914,8 @@ function recordAudio() {
   <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span>
 </code></pre></div>
-<h2>Android Quirks
+<h2>Android Quirks</h2>
+
 <ul>
 <li>Android devices record audio in Adaptive Multi-Rate format. The specified file should end with a <em>.amr</em> extension.</li>
 </ul>

Modified: cordova/site/public/docs/en/3.0.0/cordova/notification/notification.beep.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/cordova/notification/notification.beep.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/cordova/notification/notification.beep.html (original)
+++ cordova/site/public/docs/en/3.0.0/cordova/notification/notification.beep.html Tue May 24 23:29:23 2016
@@ -1886,7 +1886,8 @@ navigator.notification.beep(2);
 <li>Android plays the default <strong>Notification ringtone</strong> specified under the <strong>Settings/Sound &amp; Display</strong> panel.</li>
 </ul>
 
-<h2>Windows Phone 7 and 8 Quirks
+<h2>Windows Phone 7 and 8 Quirks</h2>
+
 <ul>
 <li>Relies on a generic beep file from the Cordova distribution.</li>
 </ul>

Modified: cordova/site/public/docs/en/3.1.0/cordova/contacts/ContactField/contactfield.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.1.0/cordova/contacts/ContactField/contactfield.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.1.0/cordova/contacts/ContactField/contactfield.html (original)
+++ cordova/site/public/docs/en/3.1.0/cordova/contacts/ContactField/contactfield.html Tue May 24 23:29:23 2016
@@ -1927,7 +1927,8 @@ string.</p>
   <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span>
 </code></pre></div>
-<h2>Android Quirks
+<h2>Android Quirks</h2>
+
 <ul>
 <li><strong>pref</strong>: Not supported, returning <code>false</code>.</li>
 </ul>

Modified: cordova/site/public/docs/en/3.1.0/cordova/events/events.online.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.1.0/cordova/events/events.online.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.1.0/cordova/events/events.online.html (original)
+++ cordova/site/public/docs/en/3.1.0/cordova/events/events.online.html Tue May 24 23:29:23 2016
@@ -1876,7 +1876,7 @@ function onOnline() {
   <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span>
 </code></pre></div>
-iOS Quirks</h2>
+<h2>iOS Quirks</h2>
 
 <p>During initial startup, the first <code>online</code> event (if applicable) takes
 at least a second to fire, prior to which <code>[connection.type](../connection/connection.type.html)</code> is

Modified: cordova/site/public/docs/en/3.1.0/cordova/file/filereader/filereader.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.1.0/cordova/file/filereader/filereader.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.1.0/cordova/file/filereader/filereader.html (original)
+++ cordova/site/public/docs/en/3.1.0/cordova/file/filereader/filereader.html Tue May 24 23:29:23 2016
@@ -2017,7 +2017,7 @@ var fail = function (error) {
 
 entry.file(win, fail);
 </code></pre></div>
-readAsArrayBuffer</h2>
+<h2>readAsArrayBuffer</h2>
 
 <p>Currently supported on iOS and Android only.</p>
 

Modified: cordova/site/public/docs/en/3.1.0/cordova/file/filewriter/filewriter.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.1.0/cordova/file/filewriter/filewriter.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.1.0/cordova/file/filewriter/filewriter.html (original)
+++ cordova/site/public/docs/en/3.1.0/cordova/file/filewriter/filewriter.html Tue May 24 23:29:23 2016
@@ -1831,7 +1831,7 @@
 <ul>
 <li><p><strong>onprogress</strong>: Called while writing the file, reporting progress in terms of <code>progress.loaded</code>/<code>progress.total</code>. <em>(Function)</em></p>
 
-<h2>Methods</li>
+<h2>Methods</h2></li>
 <li><p><strong>abort</strong>: Aborts writing the file.</p></li>
 <li><p><strong>seek</strong>: Moves the file pointer to the specified byte.</p></li>
 <li><p><strong>truncate</strong>: Shortens the file to the specified length.</p></li>

Modified: cordova/site/public/docs/en/3.2.0/cordova/connection/connection.type.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/connection/connection.type.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/connection/connection.type.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/connection/connection.type.html Tue May 24 23:29:23 2016
@@ -1969,7 +1969,7 @@ checkConnection();
 available at its original location, but is deprecated and will
 eventually be removed.</p>
 
-iOS Quirks</h2>
+<h2>iOS Quirks</h2>
 
 <ul>
 <li>iOS can&#39;t detect the type of cellular network connection.

Modified: cordova/site/public/docs/en/3.2.0/cordova/device/device.model.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/device/device.model.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/device/device.model.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/device/device.model.html Tue May 24 23:29:23 2016
@@ -1958,7 +1958,8 @@ var model = device.model;
   <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span>
 </code></pre></div>
-<h2>Android Quirks
+<h2>Android Quirks</h2>
+
 <ul>
 <li>Gets the <a href="http://developer.android.com/reference/android/os/Build.html#PRODUCT">product name</a> instead of the <a href="http://developer.android.com/reference/android/os/Build.html#MODEL">model name</a>, which is often the production code name. For example, the Nexus One returns <code>Passion</code>, and Motorola Droid returns <code>voles</code>.</li>
 </ul>

Modified: cordova/site/public/docs/en/3.2.0/cordova/events/events.online.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/events/events.online.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/events/events.online.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/events/events.online.html Tue May 24 23:29:23 2016
@@ -1948,7 +1948,8 @@ function onOnline() {
   <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span>
 </code></pre></div>
-<h2>iOS Quirks
+<h2>iOS Quirks</h2>
+
 <p>During initial startup, the first <code>online</code> event (if applicable) takes
 at least a second to fire, prior to which <code>[connection.type](../connection/connection.type.html)</code> is
 <code>UNKNOWN</code>.</p>

Modified: cordova/site/public/docs/en/3.2.0/cordova/file/filewriter/filewriter.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/file/filewriter/filewriter.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/file/filewriter/filewriter.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/file/filewriter/filewriter.html Tue May 24 23:29:23 2016
@@ -1903,7 +1903,7 @@
 <ul>
 <li><p><strong>onprogress</strong>: Called while writing the file, reporting progress in terms of <code>progress.loaded</code>/<code>progress.total</code>. <em>(Function)</em></p>
 
-<h2>Methods</li>
+<h2>Methods</h2></li>
 <li><p><strong>abort</strong>: Aborts writing the file.</p></li>
 <li><p><strong>seek</strong>: Moves the file pointer to the specified byte.</p></li>
 <li><p><strong>truncate</strong>: Shortens the file to the specified length.</p></li>

Modified: cordova/site/public/docs/en/3.2.0/cordova/media/media.stopRecord.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/media/media.stopRecord.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/media/media.stopRecord.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/media/media.stopRecord.html Tue May 24 23:29:23 2016
@@ -1992,7 +1992,8 @@ function recordAudio() {
   <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span>
 </code></pre></div>
-<h2>Tizen Quirks
+<h2>Tizen Quirks</h2>
+
 <ul>
 <li>Not supported on Tizen devices.</li>
 </ul>

Modified: cordova/site/public/docs/en/3.3.0/cordova/connection/connection.type.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/cordova/connection/connection.type.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/cordova/connection/connection.type.html (original)
+++ cordova/site/public/docs/en/3.3.0/cordova/connection/connection.type.html Tue May 24 23:29:23 2016
@@ -1990,7 +1990,8 @@ eventually be removed.</p>
 </ul></li>
 </ul>
 
-<h2>Tizen Quirks
+<h2>Tizen Quirks</h2>
+
 <ul>
 <li>Tizen can only detect a WiFi or cellular connection.
 

Modified: cordova/site/public/docs/en/3.3.0/cordova/contacts/Contact/contact.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/cordova/contacts/Contact/contact.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/cordova/contacts/Contact/contact.html (original)
+++ cordova/site/public/docs/en/3.3.0/cordova/contacts/Contact/contact.html Tue May 24 23:29:23 2016
@@ -2075,7 +2075,8 @@ function onError(contactError) {
 <li><p><strong>categories</strong>:  This property is currently not supported, returning <code>null</code>.</p></li>
 </ul>
 
-<h2>Windows Phone 7 and 8 Quirks
+<h2>Windows Phone 7 and 8 Quirks</h2>
+
 <ul>
 <li><p><strong>displayName</strong>: When creating a contact, the value provided for the display name parameter differs from the display name retrieved when finding the contact.</p></li>
 <li><p><strong>urls</strong>: When creating a contact, users can input and save more than one web address, but only one is available when searching the contact.</p></li>

Modified: cordova/site/public/docs/en/3.3.0/cordova/contacts/ContactName/contactname.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/cordova/contacts/ContactName/contactname.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/cordova/contacts/ContactName/contactname.html (original)
+++ cordova/site/public/docs/en/3.3.0/cordova/contacts/ContactName/contactname.html Tue May 24 23:29:23 2016
@@ -1996,7 +1996,7 @@ navigator.contacts.find(filter, onSucces
 <li><p><strong>honorificSuffix</strong>: Not supported, returning <code>null</code>.</p></li>
 </ul>
 
-iOS Quirks</h2>
+<h2>iOS Quirks</h2>
 
 <ul>
 <li><strong>formatted</strong>: Partially supported.  Returns iOS Composite Name, but is read-only.</li>

Modified: cordova/site/public/docs/en/3.3.0/cordova/device/device.platform.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/cordova/device/device.platform.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/cordova/device/device.platform.html (original)
+++ cordova/site/public/docs/en/3.3.0/cordova/device/device.platform.html Tue May 24 23:29:23 2016
@@ -1935,7 +1935,7 @@ var devicePlatform = device.platform;
   <span class="nt">&lt;/body&gt;</span>
 <span class="nt">&lt;/html&gt;</span>
 </code></pre></div>
-Windows Phone 7 Quirks</h2>
+<h2>Windows Phone 7 Quirks</h2>
 
 <p>Windows Phone 7 devices report the platform as <code>WinCE</code>.</p>
 

Modified: cordova/site/public/docs/en/3.3.0/cordova/events/events.online.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/cordova/events/events.online.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/cordova/events/events.online.html (original)
+++ cordova/site/public/docs/en/3.3.0/cordova/events/events.online.html Tue May 24 23:29:23 2016
@@ -1958,7 +1958,7 @@ at least a second to fire, prior to whic
 
 <p>When running in the Emulator, the <code>connection.status</code> is always unknown, so this event does <em>not</em> fire.</p>
 
-Windows Phone 8 Quirks</h2>
+<h2>Windows Phone 8 Quirks</h2>
 
 <p>The Emulator reports the <a href="../connection/connection.type.html">connection.type</a> as <code>Cellular</code>, which does not change, so events does <em>not</em> fire.</p>
 

Modified: cordova/site/public/docs/en/3.3.0/cordova/file/filewriter/filewriter.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/cordova/file/filewriter/filewriter.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/cordova/file/filewriter/filewriter.html (original)
+++ cordova/site/public/docs/en/3.3.0/cordova/file/filewriter/filewriter.html Tue May 24 23:29:23 2016
@@ -1903,7 +1903,7 @@
 <ul>
 <li><p><strong>onprogress</strong>: Called while writing the file, reporting progress in terms of <code>progress.loaded</code>/<code>progress.total</code>. <em>(Function)</em></p>
 
-<h2>Methods</li>
+<h2>Methods</h2></li>
 <li><p><strong>abort</strong>: Aborts writing the file.</p></li>
 <li><p><strong>seek</strong>: Moves the file pointer to the specified byte.</p></li>
 <li><p><strong>truncate</strong>: Shortens the file to the specified length.</p></li>

Modified: cordova/site/public/docs/en/3.3.0/cordova/inappbrowser/inappbrowser.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/cordova/inappbrowser/inappbrowser.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/cordova/inappbrowser/inappbrowser.html (original)
+++ cordova/site/public/docs/en/3.3.0/cordova/inappbrowser/inappbrowser.html Tue May 24 23:29:23 2016
@@ -2258,7 +2258,8 @@ evaluated.</li>
 <li>iOS</li>
 </ul>
 
-<h2>Quick Example<div class="highlight"><pre><code class="language-" data-lang="">var ref = window.open('http://apache.org', '_blank', 'location=yes');
+<h2>Quick Example</h2>
+<div class="highlight"><pre><code class="language-" data-lang="">var ref = window.open('http://apache.org', '_blank', 'location=yes');
 ref.addEventListener('loadstop', function() {
     ref.executeScript({file: "myscript.js"});
 });

Modified: cordova/site/public/docs/en/6.x/cordova/storage/storage.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/6.x/cordova/storage/storage.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/6.x/cordova/storage/storage.html (original)
+++ cordova/site/public/docs/en/6.x/cordova/storage/storage.html Tue May 24 23:29:23 2016
@@ -2882,8 +2882,9 @@ good search performance.</li>
 <li>Limited total amount of storage (typically around 5MB).</li>
 </ul>
 
-<h2>Plugin-Based Options
-FileSystem API</h3>
+<h2>Plugin-Based Options</h2>
+
+<h3>FileSystem API</h3>
 
 <p>The FileSystem API was a W3C spec that was implemented by Chrome, but not other
 browsers. It provides APIs to store and retrieve data on the local file system,

Modified: cordova/site/public/docs/en/6.x/reference/cordova-plugin-contacts/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/6.x/reference/cordova-plugin-contacts/index.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/6.x/reference/cordova-plugin-contacts/index.html (original)
+++ cordova/site/public/docs/en/6.x/reference/cordova-plugin-contacts/index.html Tue May 24 23:29:23 2016
@@ -3265,7 +3265,7 @@ string.</p>
 <li><strong>pref</strong>: Not supported, returning <code>false</code>.</li>
 </ul>
 
-BlackBerry 10 Quirks</h3>
+<h3>BlackBerry 10 Quirks</h3>
 
 <ul>
 <li><p><strong>type</strong>: Partially supported.  Used for phone numbers.</p></li>
@@ -3449,7 +3449,7 @@ properties.  A <code>Contact</code> obje
 <li><p>Fields <strong>name</strong> and <strong>title</strong> stored in <strong>org</strong> and <strong>jobTitle</strong>.</p></li>
 </ul>
 
-iOS Quirks</h3>
+<h3>iOS Quirks</h3>
 
 <ul>
 <li><p><strong>pref</strong>: Not supported on iOS devices, returning <code>false</code>.</p></li>

Modified: cordova/site/public/docs/en/6.x/reference/cordova-plugin-file-transfer/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/6.x/reference/cordova-plugin-file-transfer/index.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/6.x/reference/cordova-plugin-file-transfer/index.html (original)
+++ cordova/site/public/docs/en/6.x/reference/cordova-plugin-file-transfer/index.html Tue May 24 23:29:23 2016
@@ -3087,7 +3087,8 @@ multi-part POST or PUT request, and to d
 </code></pre></div>
 <p>As you saw previously, you can call FileEntry.toURL() instead to just display the downloaded image (skip the file read).</p>
 
-<h2>Upload a File <a name="uploadFile"></a>
+<h2>Upload a File <a name="uploadFile"></a></h2>
+
 <p>When you upload a File using the File-Transfer plugin, use the File plugin to provide files for upload (again, they must be FileEntry objects). Before you can upload anything, create a file for upload using the <code>getFile</code> method of DirectoryEntry. In this example, create the file in the application&#39;s cache (fs.root). Then call the app&#39;s writeFile function so you have some content to upload.</p>
 <div class="highlight"><pre><code class="language-js" data-lang="js"><span class="kd">function</span> <span class="nx">onUploadFile</span><span class="p">()</span> <span class="p">{</span>
     <span class="nb">window</span><span class="p">.</span><span class="nx">requestFileSystem</span><span class="p">(</span><span class="nb">window</span><span class="p">.</span><span class="nx">TEMPORARY</span><span class="p">,</span> <span class="mi">5</span> <span class="o">*</span> <span class="mi">1024</span> <span class="o">*</span> <span class="mi">1024</span><span class="p">,</span> <span class="kd">function</span> <span class="p">(</span><span class="nx">fs</span><span class="p">)</span> <span class="p">{</span>

Modified: cordova/site/public/docs/en/6.x/reference/cordova-plugin-file/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/6.x/reference/cordova-plugin-file/index.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/6.x/reference/cordova-plugin-file/index.html (original)
+++ cordova/site/public/docs/en/6.x/reference/cordova-plugin-file/index.html Tue May 24 23:29:23 2016
@@ -3856,7 +3856,8 @@ filesystems to be installed. By default,
 <p>If you are using some platform-specific URIs instead of a FileEntry and you want to display an image, you may need to include the main part of the URI in the Content-Security-Policy <meta> element in index.html. For example, on Windows 10, you can include <code>ms-appdata:</code> in your <meta> element. Here is an example.</p>
 <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Security-Policy"</span> <span class="na">content=</span><span class="s">"default-src 'self' data: gap: ms-appdata: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *"</span><span class="nt">&gt;</span>
 </code></pre></div>
-<h2>Create Directories <a name="createDir"></a>
+<h2>Create Directories <a name="createDir"></a></h2>
+
 <p>In the code here, you create directories in the root of the app storage location. You could use this code with any writable storage location (that is, any DirectoryEntry). Here, you write to the application cache (assuming that you used window.TEMPORARY to get your FileSystem object) by passing fs.root into this function.</p>
 
 <p>This code creates the /NewDirInRoot/images folder in the application cache. For platform-specific values, look at <em>File System Layouts</em>.</p>

Modified: cordova/site/public/docs/en/6.x/reference/cordova-plugin-splashscreen/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/6.x/reference/cordova-plugin-splashscreen/index.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/6.x/reference/cordova-plugin-splashscreen/index.html (original)
+++ cordova/site/public/docs/en/6.x/reference/cordova-plugin-splashscreen/index.html Tue May 24 23:29:23 2016
@@ -2858,7 +2858,7 @@ to hide the splash-screen spinner.</li>
 <li>In iOS, the splashscreen images are called launch images. These images are mandatory on iOS.</li>
 </ul>
 
-Windows Quirks</h3>
+<h3>Windows Quirks</h3>
 
 <ul>
 <li><code>SplashScreenSpinnerColor</code> (string, defaults to system accent color): hash, rgb notation or CSS color name.</li>
@@ -2879,7 +2879,8 @@ Windows Quirks</h3>
 <li>splashscreen.hide</li>
 </ul>
 
-<h2>splashscreen.hide
+<h2>splashscreen.hide</h2>
+
 <p>Dismiss the splash screen.</p>
 <div class="highlight"><pre><code class="language-js" data-lang="js"><span class="nx">navigator</span><span class="p">.</span><span class="nx">splashscreen</span><span class="p">.</span><span class="nx">hide</span><span class="p">();</span>
 </code></pre></div>

Modified: cordova/site/public/docs/en/dev/config_ref/images.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/config_ref/images.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/config_ref/images.html (original)
+++ cordova/site/public/docs/en/dev/config_ref/images.html Tue May 24 23:29:23 2016
@@ -734,7 +734,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-battery-status/index.html">
-                Battery Status
+                cordova-plugin-battery-status
             </a>
             
         
@@ -749,7 +749,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-camera/index.html">
-                Camera
+                cordova-plugin-camera
             </a>
             
         
@@ -764,7 +764,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-console/index.html">
-                Console
+                cordova-plugin-console
             </a>
             
         
@@ -779,7 +779,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-contacts/index.html">
-                Contacts
+                cordova-plugin-contacts
             </a>
             
         
@@ -794,7 +794,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-device/index.html">
-                Device
+                cordova-plugin-device
             </a>
             
         
@@ -809,7 +809,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-device-motion/index.html">
-                Device Motion
+                cordova-plugin-device-motion
             </a>
             
         
@@ -824,7 +824,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-device-orientation/index.html">
-                Device Orientation
+                cordova-plugin-device-orientation
             </a>
             
         
@@ -839,7 +839,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-dialogs/index.html">
-                Dialogs
+                cordova-plugin-dialogs
             </a>
             
         
@@ -854,7 +854,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-file/index.html">
-                File
+                cordova-plugin-file
             </a>
             
         
@@ -869,7 +869,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-file-transfer/index.html">
-                File Transfer
+                cordova-plugin-file-transfer
             </a>
             
         
@@ -884,7 +884,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-geolocation/index.html">
-                Geolocation
+                cordova-plugin-geolocation
             </a>
             
         
@@ -899,7 +899,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-globalization/index.html">
-                Globalization
+                cordova-plugin-globalization
             </a>
             
         
@@ -914,7 +914,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-inappbrowser/index.html">
-                Inappbrowser
+                cordova-plugin-inappbrowser
             </a>
             
         
@@ -929,7 +929,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-media/index.html">
-                Media
+                cordova-plugin-media
             </a>
             
         
@@ -944,7 +944,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-media-capture/index.html">
-                Media Capture
+                cordova-plugin-media-capture
             </a>
             
         
@@ -959,7 +959,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-network-information/index.html">
-                Network Information
+                cordova-plugin-network-information
             </a>
             
         
@@ -974,7 +974,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-splashscreen/index.html">
-                Splashscreen
+                cordova-plugin-splashscreen
             </a>
             
         
@@ -989,7 +989,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-vibration/index.html">
-                Vibration
+                cordova-plugin-vibration
             </a>
             
         
@@ -1004,7 +1004,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-statusbar/index.html">
-                Statusbar
+                cordova-plugin-statusbar
             </a>
             
         
@@ -1019,7 +1019,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-whitelist/index.html">
-                Whitelist
+                cordova-plugin-whitelist
             </a>
             
         
@@ -1034,7 +1034,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-legacy-whitelist/index.html">
-                Legacy Whitelist
+                cordova-plugin-legacy-whitelist
             </a>
             
         
@@ -1388,7 +1388,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-battery-status/index.html">
-        Battery Status
+        cordova-plugin-battery-status
     </a>
 </li>
 
@@ -1397,7 +1397,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-camera/index.html">
-        Camera
+        cordova-plugin-camera
     </a>
 </li>
 
@@ -1406,7 +1406,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-console/index.html">
-        Console
+        cordova-plugin-console
     </a>
 </li>
 
@@ -1415,7 +1415,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-contacts/index.html">
-        Contacts
+        cordova-plugin-contacts
     </a>
 </li>
 
@@ -1424,7 +1424,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-device/index.html">
-        Device
+        cordova-plugin-device
     </a>
 </li>
 
@@ -1433,7 +1433,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-device-motion/index.html">
-        Device Motion
+        cordova-plugin-device-motion
     </a>
 </li>
 
@@ -1442,7 +1442,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-device-orientation/index.html">
-        Device Orientation
+        cordova-plugin-device-orientation
     </a>
 </li>
 
@@ -1451,7 +1451,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-dialogs/index.html">
-        Dialogs
+        cordova-plugin-dialogs
     </a>
 </li>
 
@@ -1460,7 +1460,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-file/index.html">
-        File
+        cordova-plugin-file
     </a>
 </li>
 
@@ -1469,7 +1469,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-file-transfer/index.html">
-        File Transfer
+        cordova-plugin-file-transfer
     </a>
 </li>
 
@@ -1478,7 +1478,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-geolocation/index.html">
-        Geolocation
+        cordova-plugin-geolocation
     </a>
 </li>
 
@@ -1487,7 +1487,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-globalization/index.html">
-        Globalization
+        cordova-plugin-globalization
     </a>
 </li>
 
@@ -1496,7 +1496,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-inappbrowser/index.html">
-        Inappbrowser
+        cordova-plugin-inappbrowser
     </a>
 </li>
 
@@ -1505,7 +1505,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-media/index.html">
-        Media
+        cordova-plugin-media
     </a>
 </li>
 
@@ -1514,7 +1514,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-media-capture/index.html">
-        Media Capture
+        cordova-plugin-media-capture
     </a>
 </li>
 
@@ -1523,7 +1523,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-network-information/index.html">
-        Network Information
+        cordova-plugin-network-information
     </a>
 </li>
 
@@ -1532,7 +1532,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-splashscreen/index.html">
-        Splashscreen
+        cordova-plugin-splashscreen
     </a>
 </li>
 
@@ -1541,7 +1541,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-vibration/index.html">
-        Vibration
+        cordova-plugin-vibration
     </a>
 </li>
 
@@ -1550,7 +1550,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-statusbar/index.html">
-        Statusbar
+        cordova-plugin-statusbar
     </a>
 </li>
 
@@ -1559,7 +1559,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-whitelist/index.html">
-        Whitelist
+        cordova-plugin-whitelist
     </a>
 </li>
 
@@ -1568,7 +1568,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-legacy-whitelist/index.html">
-        Legacy Whitelist
+        cordova-plugin-legacy-whitelist
     </a>
 </li>
 

Modified: cordova/site/public/docs/en/dev/config_ref/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/config_ref/index.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/config_ref/index.html (original)
+++ cordova/site/public/docs/en/dev/config_ref/index.html Tue May 24 23:29:23 2016
@@ -734,7 +734,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-battery-status/index.html">
-                Battery Status
+                cordova-plugin-battery-status
             </a>
             
         
@@ -749,7 +749,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-camera/index.html">
-                Camera
+                cordova-plugin-camera
             </a>
             
         
@@ -764,7 +764,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-console/index.html">
-                Console
+                cordova-plugin-console
             </a>
             
         
@@ -779,7 +779,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-contacts/index.html">
-                Contacts
+                cordova-plugin-contacts
             </a>
             
         
@@ -794,7 +794,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-device/index.html">
-                Device
+                cordova-plugin-device
             </a>
             
         
@@ -809,7 +809,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-device-motion/index.html">
-                Device Motion
+                cordova-plugin-device-motion
             </a>
             
         
@@ -824,7 +824,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-device-orientation/index.html">
-                Device Orientation
+                cordova-plugin-device-orientation
             </a>
             
         
@@ -839,7 +839,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-dialogs/index.html">
-                Dialogs
+                cordova-plugin-dialogs
             </a>
             
         
@@ -854,7 +854,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-file/index.html">
-                File
+                cordova-plugin-file
             </a>
             
         
@@ -869,7 +869,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-file-transfer/index.html">
-                File Transfer
+                cordova-plugin-file-transfer
             </a>
             
         
@@ -884,7 +884,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-geolocation/index.html">
-                Geolocation
+                cordova-plugin-geolocation
             </a>
             
         
@@ -899,7 +899,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-globalization/index.html">
-                Globalization
+                cordova-plugin-globalization
             </a>
             
         
@@ -914,7 +914,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-inappbrowser/index.html">
-                Inappbrowser
+                cordova-plugin-inappbrowser
             </a>
             
         
@@ -929,7 +929,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-media/index.html">
-                Media
+                cordova-plugin-media
             </a>
             
         
@@ -944,7 +944,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-media-capture/index.html">
-                Media Capture
+                cordova-plugin-media-capture
             </a>
             
         
@@ -959,7 +959,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-network-information/index.html">
-                Network Information
+                cordova-plugin-network-information
             </a>
             
         
@@ -974,7 +974,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-splashscreen/index.html">
-                Splashscreen
+                cordova-plugin-splashscreen
             </a>
             
         
@@ -989,7 +989,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-vibration/index.html">
-                Vibration
+                cordova-plugin-vibration
             </a>
             
         
@@ -1004,7 +1004,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-statusbar/index.html">
-                Statusbar
+                cordova-plugin-statusbar
             </a>
             
         
@@ -1019,7 +1019,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-whitelist/index.html">
-                Whitelist
+                cordova-plugin-whitelist
             </a>
             
         
@@ -1034,7 +1034,7 @@
     <li>
         
             <a class="" href="../reference/cordova-plugin-legacy-whitelist/index.html">
-                Legacy Whitelist
+                cordova-plugin-legacy-whitelist
             </a>
             
         
@@ -1388,7 +1388,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-battery-status/index.html">
-        Battery Status
+        cordova-plugin-battery-status
     </a>
 </li>
 
@@ -1397,7 +1397,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-camera/index.html">
-        Camera
+        cordova-plugin-camera
     </a>
 </li>
 
@@ -1406,7 +1406,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-console/index.html">
-        Console
+        cordova-plugin-console
     </a>
 </li>
 
@@ -1415,7 +1415,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-contacts/index.html">
-        Contacts
+        cordova-plugin-contacts
     </a>
 </li>
 
@@ -1424,7 +1424,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-device/index.html">
-        Device
+        cordova-plugin-device
     </a>
 </li>
 
@@ -1433,7 +1433,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-device-motion/index.html">
-        Device Motion
+        cordova-plugin-device-motion
     </a>
 </li>
 
@@ -1442,7 +1442,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-device-orientation/index.html">
-        Device Orientation
+        cordova-plugin-device-orientation
     </a>
 </li>
 
@@ -1451,7 +1451,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-dialogs/index.html">
-        Dialogs
+        cordova-plugin-dialogs
     </a>
 </li>
 
@@ -1460,7 +1460,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-file/index.html">
-        File
+        cordova-plugin-file
     </a>
 </li>
 
@@ -1469,7 +1469,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-file-transfer/index.html">
-        File Transfer
+        cordova-plugin-file-transfer
     </a>
 </li>
 
@@ -1478,7 +1478,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-geolocation/index.html">
-        Geolocation
+        cordova-plugin-geolocation
     </a>
 </li>
 
@@ -1487,7 +1487,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-globalization/index.html">
-        Globalization
+        cordova-plugin-globalization
     </a>
 </li>
 
@@ -1496,7 +1496,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-inappbrowser/index.html">
-        Inappbrowser
+        cordova-plugin-inappbrowser
     </a>
 </li>
 
@@ -1505,7 +1505,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-media/index.html">
-        Media
+        cordova-plugin-media
     </a>
 </li>
 
@@ -1514,7 +1514,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-media-capture/index.html">
-        Media Capture
+        cordova-plugin-media-capture
     </a>
 </li>
 
@@ -1523,7 +1523,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-network-information/index.html">
-        Network Information
+        cordova-plugin-network-information
     </a>
 </li>
 
@@ -1532,7 +1532,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-splashscreen/index.html">
-        Splashscreen
+        cordova-plugin-splashscreen
     </a>
 </li>
 
@@ -1541,7 +1541,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-vibration/index.html">
-        Vibration
+        cordova-plugin-vibration
     </a>
 </li>
 
@@ -1550,7 +1550,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-statusbar/index.html">
-        Statusbar
+        cordova-plugin-statusbar
     </a>
 </li>
 
@@ -1559,7 +1559,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-whitelist/index.html">
-        Whitelist
+        cordova-plugin-whitelist
     </a>
 </li>
 
@@ -1568,7 +1568,7 @@
 
 <li>
     <a class="" href="../reference/cordova-plugin-legacy-whitelist/index.html">
-        Legacy Whitelist
+        cordova-plugin-legacy-whitelist
     </a>
 </li>
 

Modified: cordova/site/public/docs/en/dev/cordova/events/events.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/cordova/events/events.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/cordova/events/events.html (original)
+++ cordova/site/public/docs/en/dev/cordova/events/events.html Tue May 24 23:29:23 2016
@@ -734,7 +734,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-battery-status/index.html">
-                Battery Status
+                cordova-plugin-battery-status
             </a>
             
         
@@ -749,7 +749,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-camera/index.html">
-                Camera
+                cordova-plugin-camera
             </a>
             
         
@@ -764,7 +764,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-console/index.html">
-                Console
+                cordova-plugin-console
             </a>
             
         
@@ -779,7 +779,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-contacts/index.html">
-                Contacts
+                cordova-plugin-contacts
             </a>
             
         
@@ -794,7 +794,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-device/index.html">
-                Device
+                cordova-plugin-device
             </a>
             
         
@@ -809,7 +809,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-device-motion/index.html">
-                Device Motion
+                cordova-plugin-device-motion
             </a>
             
         
@@ -824,7 +824,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-device-orientation/index.html">
-                Device Orientation
+                cordova-plugin-device-orientation
             </a>
             
         
@@ -839,7 +839,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-dialogs/index.html">
-                Dialogs
+                cordova-plugin-dialogs
             </a>
             
         
@@ -854,7 +854,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-file/index.html">
-                File
+                cordova-plugin-file
             </a>
             
         
@@ -869,7 +869,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-file-transfer/index.html">
-                File Transfer
+                cordova-plugin-file-transfer
             </a>
             
         
@@ -884,7 +884,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-geolocation/index.html">
-                Geolocation
+                cordova-plugin-geolocation
             </a>
             
         
@@ -899,7 +899,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-globalization/index.html">
-                Globalization
+                cordova-plugin-globalization
             </a>
             
         
@@ -914,7 +914,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-inappbrowser/index.html">
-                Inappbrowser
+                cordova-plugin-inappbrowser
             </a>
             
         
@@ -929,7 +929,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-media/index.html">
-                Media
+                cordova-plugin-media
             </a>
             
         
@@ -944,7 +944,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-media-capture/index.html">
-                Media Capture
+                cordova-plugin-media-capture
             </a>
             
         
@@ -959,7 +959,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-network-information/index.html">
-                Network Information
+                cordova-plugin-network-information
             </a>
             
         
@@ -974,7 +974,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-splashscreen/index.html">
-                Splashscreen
+                cordova-plugin-splashscreen
             </a>
             
         
@@ -989,7 +989,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-vibration/index.html">
-                Vibration
+                cordova-plugin-vibration
             </a>
             
         
@@ -1004,7 +1004,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-statusbar/index.html">
-                Statusbar
+                cordova-plugin-statusbar
             </a>
             
         
@@ -1019,7 +1019,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-whitelist/index.html">
-                Whitelist
+                cordova-plugin-whitelist
             </a>
             
         
@@ -1034,7 +1034,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-legacy-whitelist/index.html">
-                Legacy Whitelist
+                cordova-plugin-legacy-whitelist
             </a>
             
         
@@ -1388,7 +1388,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-battery-status/index.html">
-        Battery Status
+        cordova-plugin-battery-status
     </a>
 </li>
 
@@ -1397,7 +1397,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-camera/index.html">
-        Camera
+        cordova-plugin-camera
     </a>
 </li>
 
@@ -1406,7 +1406,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-console/index.html">
-        Console
+        cordova-plugin-console
     </a>
 </li>
 
@@ -1415,7 +1415,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-contacts/index.html">
-        Contacts
+        cordova-plugin-contacts
     </a>
 </li>
 
@@ -1424,7 +1424,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-device/index.html">
-        Device
+        cordova-plugin-device
     </a>
 </li>
 
@@ -1433,7 +1433,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-device-motion/index.html">
-        Device Motion
+        cordova-plugin-device-motion
     </a>
 </li>
 
@@ -1442,7 +1442,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-device-orientation/index.html">
-        Device Orientation
+        cordova-plugin-device-orientation
     </a>
 </li>
 
@@ -1451,7 +1451,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-dialogs/index.html">
-        Dialogs
+        cordova-plugin-dialogs
     </a>
 </li>
 
@@ -1460,7 +1460,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-file/index.html">
-        File
+        cordova-plugin-file
     </a>
 </li>
 
@@ -1469,7 +1469,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-file-transfer/index.html">
-        File Transfer
+        cordova-plugin-file-transfer
     </a>
 </li>
 
@@ -1478,7 +1478,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-geolocation/index.html">
-        Geolocation
+        cordova-plugin-geolocation
     </a>
 </li>
 
@@ -1487,7 +1487,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-globalization/index.html">
-        Globalization
+        cordova-plugin-globalization
     </a>
 </li>
 
@@ -1496,7 +1496,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-inappbrowser/index.html">
-        Inappbrowser
+        cordova-plugin-inappbrowser
     </a>
 </li>
 
@@ -1505,7 +1505,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-media/index.html">
-        Media
+        cordova-plugin-media
     </a>
 </li>
 
@@ -1514,7 +1514,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-media-capture/index.html">
-        Media Capture
+        cordova-plugin-media-capture
     </a>
 </li>
 
@@ -1523,7 +1523,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-network-information/index.html">
-        Network Information
+        cordova-plugin-network-information
     </a>
 </li>
 
@@ -1532,7 +1532,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-splashscreen/index.html">
-        Splashscreen
+        cordova-plugin-splashscreen
     </a>
 </li>
 
@@ -1541,7 +1541,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-vibration/index.html">
-        Vibration
+        cordova-plugin-vibration
     </a>
 </li>
 
@@ -1550,7 +1550,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-statusbar/index.html">
-        Statusbar
+        cordova-plugin-statusbar
     </a>
 </li>
 
@@ -1559,7 +1559,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-whitelist/index.html">
-        Whitelist
+        cordova-plugin-whitelist
     </a>
 </li>
 
@@ -1568,7 +1568,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-legacy-whitelist/index.html">
-        Legacy Whitelist
+        cordova-plugin-legacy-whitelist
     </a>
 </li>
 

Modified: cordova/site/public/docs/en/dev/cordova/storage/storage.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/cordova/storage/storage.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/cordova/storage/storage.html (original)
+++ cordova/site/public/docs/en/dev/cordova/storage/storage.html Tue May 24 23:29:23 2016
@@ -734,7 +734,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-battery-status/index.html">
-                Battery Status
+                cordova-plugin-battery-status
             </a>
             
         
@@ -749,7 +749,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-camera/index.html">
-                Camera
+                cordova-plugin-camera
             </a>
             
         
@@ -764,7 +764,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-console/index.html">
-                Console
+                cordova-plugin-console
             </a>
             
         
@@ -779,7 +779,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-contacts/index.html">
-                Contacts
+                cordova-plugin-contacts
             </a>
             
         
@@ -794,7 +794,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-device/index.html">
-                Device
+                cordova-plugin-device
             </a>
             
         
@@ -809,7 +809,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-device-motion/index.html">
-                Device Motion
+                cordova-plugin-device-motion
             </a>
             
         
@@ -824,7 +824,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-device-orientation/index.html">
-                Device Orientation
+                cordova-plugin-device-orientation
             </a>
             
         
@@ -839,7 +839,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-dialogs/index.html">
-                Dialogs
+                cordova-plugin-dialogs
             </a>
             
         
@@ -854,7 +854,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-file/index.html">
-                File
+                cordova-plugin-file
             </a>
             
         
@@ -869,7 +869,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-file-transfer/index.html">
-                File Transfer
+                cordova-plugin-file-transfer
             </a>
             
         
@@ -884,7 +884,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-geolocation/index.html">
-                Geolocation
+                cordova-plugin-geolocation
             </a>
             
         
@@ -899,7 +899,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-globalization/index.html">
-                Globalization
+                cordova-plugin-globalization
             </a>
             
         
@@ -914,7 +914,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-inappbrowser/index.html">
-                Inappbrowser
+                cordova-plugin-inappbrowser
             </a>
             
         
@@ -929,7 +929,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-media/index.html">
-                Media
+                cordova-plugin-media
             </a>
             
         
@@ -944,7 +944,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-media-capture/index.html">
-                Media Capture
+                cordova-plugin-media-capture
             </a>
             
         
@@ -959,7 +959,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-network-information/index.html">
-                Network Information
+                cordova-plugin-network-information
             </a>
             
         
@@ -974,7 +974,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-splashscreen/index.html">
-                Splashscreen
+                cordova-plugin-splashscreen
             </a>
             
         
@@ -989,7 +989,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-vibration/index.html">
-                Vibration
+                cordova-plugin-vibration
             </a>
             
         
@@ -1004,7 +1004,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-statusbar/index.html">
-                Statusbar
+                cordova-plugin-statusbar
             </a>
             
         
@@ -1019,7 +1019,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-whitelist/index.html">
-                Whitelist
+                cordova-plugin-whitelist
             </a>
             
         
@@ -1034,7 +1034,7 @@
     <li>
         
             <a class="" href="../../reference/cordova-plugin-legacy-whitelist/index.html">
-                Legacy Whitelist
+                cordova-plugin-legacy-whitelist
             </a>
             
         
@@ -1388,7 +1388,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-battery-status/index.html">
-        Battery Status
+        cordova-plugin-battery-status
     </a>
 </li>
 
@@ -1397,7 +1397,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-camera/index.html">
-        Camera
+        cordova-plugin-camera
     </a>
 </li>
 
@@ -1406,7 +1406,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-console/index.html">
-        Console
+        cordova-plugin-console
     </a>
 </li>
 
@@ -1415,7 +1415,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-contacts/index.html">
-        Contacts
+        cordova-plugin-contacts
     </a>
 </li>
 
@@ -1424,7 +1424,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-device/index.html">
-        Device
+        cordova-plugin-device
     </a>
 </li>
 
@@ -1433,7 +1433,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-device-motion/index.html">
-        Device Motion
+        cordova-plugin-device-motion
     </a>
 </li>
 
@@ -1442,7 +1442,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-device-orientation/index.html">
-        Device Orientation
+        cordova-plugin-device-orientation
     </a>
 </li>
 
@@ -1451,7 +1451,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-dialogs/index.html">
-        Dialogs
+        cordova-plugin-dialogs
     </a>
 </li>
 
@@ -1460,7 +1460,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-file/index.html">
-        File
+        cordova-plugin-file
     </a>
 </li>
 
@@ -1469,7 +1469,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-file-transfer/index.html">
-        File Transfer
+        cordova-plugin-file-transfer
     </a>
 </li>
 
@@ -1478,7 +1478,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-geolocation/index.html">
-        Geolocation
+        cordova-plugin-geolocation
     </a>
 </li>
 
@@ -1487,7 +1487,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-globalization/index.html">
-        Globalization
+        cordova-plugin-globalization
     </a>
 </li>
 
@@ -1496,7 +1496,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-inappbrowser/index.html">
-        Inappbrowser
+        cordova-plugin-inappbrowser
     </a>
 </li>
 
@@ -1505,7 +1505,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-media/index.html">
-        Media
+        cordova-plugin-media
     </a>
 </li>
 
@@ -1514,7 +1514,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-media-capture/index.html">
-        Media Capture
+        cordova-plugin-media-capture
     </a>
 </li>
 
@@ -1523,7 +1523,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-network-information/index.html">
-        Network Information
+        cordova-plugin-network-information
     </a>
 </li>
 
@@ -1532,7 +1532,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-splashscreen/index.html">
-        Splashscreen
+        cordova-plugin-splashscreen
     </a>
 </li>
 
@@ -1541,7 +1541,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-vibration/index.html">
-        Vibration
+        cordova-plugin-vibration
     </a>
 </li>
 
@@ -1550,7 +1550,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-statusbar/index.html">
-        Statusbar
+        cordova-plugin-statusbar
     </a>
 </li>
 
@@ -1559,7 +1559,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-whitelist/index.html">
-        Whitelist
+        cordova-plugin-whitelist
     </a>
 </li>
 
@@ -1568,7 +1568,7 @@
 
 <li>
     <a class="" href="../../reference/cordova-plugin-legacy-whitelist/index.html">
-        Legacy Whitelist
+        cordova-plugin-legacy-whitelist
     </a>
 </li>
 
@@ -2890,8 +2890,9 @@ good search performance.</li>
 <li>Limited total amount of storage (typically around 5MB).</li>
 </ul>
 
-<h2>Plugin-Based Options
-FileSystem API</h3>
+<h2>Plugin-Based Options</h2>
+
+<h3>FileSystem API</h3>
 
 <p>The FileSystem API was a W3C spec that was implemented by Chrome, but not other
 browsers. It provides APIs to store and retrieve data on the local file system,

Modified: cordova/site/public/docs/en/dev/guide/appdev/hooks/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/guide/appdev/hooks/index.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/guide/appdev/hooks/index.html (original)
+++ cordova/site/public/docs/en/dev/guide/appdev/hooks/index.html Tue May 24 23:29:23 2016
@@ -734,7 +734,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-battery-status/index.html">
-                Battery Status
+                cordova-plugin-battery-status
             </a>
             
         
@@ -749,7 +749,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-camera/index.html">
-                Camera
+                cordova-plugin-camera
             </a>
             
         
@@ -764,7 +764,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-console/index.html">
-                Console
+                cordova-plugin-console
             </a>
             
         
@@ -779,7 +779,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-contacts/index.html">
-                Contacts
+                cordova-plugin-contacts
             </a>
             
         
@@ -794,7 +794,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-device/index.html">
-                Device
+                cordova-plugin-device
             </a>
             
         
@@ -809,7 +809,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-device-motion/index.html">
-                Device Motion
+                cordova-plugin-device-motion
             </a>
             
         
@@ -824,7 +824,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-device-orientation/index.html">
-                Device Orientation
+                cordova-plugin-device-orientation
             </a>
             
         
@@ -839,7 +839,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-dialogs/index.html">
-                Dialogs
+                cordova-plugin-dialogs
             </a>
             
         
@@ -854,7 +854,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-file/index.html">
-                File
+                cordova-plugin-file
             </a>
             
         
@@ -869,7 +869,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-file-transfer/index.html">
-                File Transfer
+                cordova-plugin-file-transfer
             </a>
             
         
@@ -884,7 +884,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-geolocation/index.html">
-                Geolocation
+                cordova-plugin-geolocation
             </a>
             
         
@@ -899,7 +899,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-globalization/index.html">
-                Globalization
+                cordova-plugin-globalization
             </a>
             
         
@@ -914,7 +914,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-inappbrowser/index.html">
-                Inappbrowser
+                cordova-plugin-inappbrowser
             </a>
             
         
@@ -929,7 +929,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-media/index.html">
-                Media
+                cordova-plugin-media
             </a>
             
         
@@ -944,7 +944,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-media-capture/index.html">
-                Media Capture
+                cordova-plugin-media-capture
             </a>
             
         
@@ -959,7 +959,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-network-information/index.html">
-                Network Information
+                cordova-plugin-network-information
             </a>
             
         
@@ -974,7 +974,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-splashscreen/index.html">
-                Splashscreen
+                cordova-plugin-splashscreen
             </a>
             
         
@@ -989,7 +989,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-vibration/index.html">
-                Vibration
+                cordova-plugin-vibration
             </a>
             
         
@@ -1004,7 +1004,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-statusbar/index.html">
-                Statusbar
+                cordova-plugin-statusbar
             </a>
             
         
@@ -1019,7 +1019,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-whitelist/index.html">
-                Whitelist
+                cordova-plugin-whitelist
             </a>
             
         
@@ -1034,7 +1034,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-legacy-whitelist/index.html">
-                Legacy Whitelist
+                cordova-plugin-legacy-whitelist
             </a>
             
         
@@ -1388,7 +1388,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-battery-status/index.html">
-        Battery Status
+        cordova-plugin-battery-status
     </a>
 </li>
 
@@ -1397,7 +1397,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-camera/index.html">
-        Camera
+        cordova-plugin-camera
     </a>
 </li>
 
@@ -1406,7 +1406,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-console/index.html">
-        Console
+        cordova-plugin-console
     </a>
 </li>
 
@@ -1415,7 +1415,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-contacts/index.html">
-        Contacts
+        cordova-plugin-contacts
     </a>
 </li>
 
@@ -1424,7 +1424,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-device/index.html">
-        Device
+        cordova-plugin-device
     </a>
 </li>
 
@@ -1433,7 +1433,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-device-motion/index.html">
-        Device Motion
+        cordova-plugin-device-motion
     </a>
 </li>
 
@@ -1442,7 +1442,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-device-orientation/index.html">
-        Device Orientation
+        cordova-plugin-device-orientation
     </a>
 </li>
 
@@ -1451,7 +1451,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-dialogs/index.html">
-        Dialogs
+        cordova-plugin-dialogs
     </a>
 </li>
 
@@ -1460,7 +1460,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-file/index.html">
-        File
+        cordova-plugin-file
     </a>
 </li>
 
@@ -1469,7 +1469,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-file-transfer/index.html">
-        File Transfer
+        cordova-plugin-file-transfer
     </a>
 </li>
 
@@ -1478,7 +1478,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-geolocation/index.html">
-        Geolocation
+        cordova-plugin-geolocation
     </a>
 </li>
 
@@ -1487,7 +1487,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-globalization/index.html">
-        Globalization
+        cordova-plugin-globalization
     </a>
 </li>
 
@@ -1496,7 +1496,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-inappbrowser/index.html">
-        Inappbrowser
+        cordova-plugin-inappbrowser
     </a>
 </li>
 
@@ -1505,7 +1505,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-media/index.html">
-        Media
+        cordova-plugin-media
     </a>
 </li>
 
@@ -1514,7 +1514,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-media-capture/index.html">
-        Media Capture
+        cordova-plugin-media-capture
     </a>
 </li>
 
@@ -1523,7 +1523,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-network-information/index.html">
-        Network Information
+        cordova-plugin-network-information
     </a>
 </li>
 
@@ -1532,7 +1532,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-splashscreen/index.html">
-        Splashscreen
+        cordova-plugin-splashscreen
     </a>
 </li>
 
@@ -1541,7 +1541,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-vibration/index.html">
-        Vibration
+        cordova-plugin-vibration
     </a>
 </li>
 
@@ -1550,7 +1550,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-statusbar/index.html">
-        Statusbar
+        cordova-plugin-statusbar
     </a>
 </li>
 
@@ -1559,7 +1559,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-whitelist/index.html">
-        Whitelist
+        cordova-plugin-whitelist
     </a>
 </li>
 
@@ -1568,7 +1568,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-legacy-whitelist/index.html">
-        Legacy Whitelist
+        cordova-plugin-legacy-whitelist
     </a>
 </li>
 

Modified: cordova/site/public/docs/en/dev/guide/appdev/privacy/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/guide/appdev/privacy/index.html?rev=1745411&r1=1745410&r2=1745411&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/guide/appdev/privacy/index.html (original)
+++ cordova/site/public/docs/en/dev/guide/appdev/privacy/index.html Tue May 24 23:29:23 2016
@@ -734,7 +734,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-battery-status/index.html">
-                Battery Status
+                cordova-plugin-battery-status
             </a>
             
         
@@ -749,7 +749,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-camera/index.html">
-                Camera
+                cordova-plugin-camera
             </a>
             
         
@@ -764,7 +764,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-console/index.html">
-                Console
+                cordova-plugin-console
             </a>
             
         
@@ -779,7 +779,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-contacts/index.html">
-                Contacts
+                cordova-plugin-contacts
             </a>
             
         
@@ -794,7 +794,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-device/index.html">
-                Device
+                cordova-plugin-device
             </a>
             
         
@@ -809,7 +809,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-device-motion/index.html">
-                Device Motion
+                cordova-plugin-device-motion
             </a>
             
         
@@ -824,7 +824,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-device-orientation/index.html">
-                Device Orientation
+                cordova-plugin-device-orientation
             </a>
             
         
@@ -839,7 +839,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-dialogs/index.html">
-                Dialogs
+                cordova-plugin-dialogs
             </a>
             
         
@@ -854,7 +854,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-file/index.html">
-                File
+                cordova-plugin-file
             </a>
             
         
@@ -869,7 +869,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-file-transfer/index.html">
-                File Transfer
+                cordova-plugin-file-transfer
             </a>
             
         
@@ -884,7 +884,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-geolocation/index.html">
-                Geolocation
+                cordova-plugin-geolocation
             </a>
             
         
@@ -899,7 +899,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-globalization/index.html">
-                Globalization
+                cordova-plugin-globalization
             </a>
             
         
@@ -914,7 +914,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-inappbrowser/index.html">
-                Inappbrowser
+                cordova-plugin-inappbrowser
             </a>
             
         
@@ -929,7 +929,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-media/index.html">
-                Media
+                cordova-plugin-media
             </a>
             
         
@@ -944,7 +944,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-media-capture/index.html">
-                Media Capture
+                cordova-plugin-media-capture
             </a>
             
         
@@ -959,7 +959,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-network-information/index.html">
-                Network Information
+                cordova-plugin-network-information
             </a>
             
         
@@ -974,7 +974,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-splashscreen/index.html">
-                Splashscreen
+                cordova-plugin-splashscreen
             </a>
             
         
@@ -989,7 +989,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-vibration/index.html">
-                Vibration
+                cordova-plugin-vibration
             </a>
             
         
@@ -1004,7 +1004,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-statusbar/index.html">
-                Statusbar
+                cordova-plugin-statusbar
             </a>
             
         
@@ -1019,7 +1019,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-whitelist/index.html">
-                Whitelist
+                cordova-plugin-whitelist
             </a>
             
         
@@ -1034,7 +1034,7 @@
     <li>
         
             <a class="" href="../../../reference/cordova-plugin-legacy-whitelist/index.html">
-                Legacy Whitelist
+                cordova-plugin-legacy-whitelist
             </a>
             
         
@@ -1388,7 +1388,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-battery-status/index.html">
-        Battery Status
+        cordova-plugin-battery-status
     </a>
 </li>
 
@@ -1397,7 +1397,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-camera/index.html">
-        Camera
+        cordova-plugin-camera
     </a>
 </li>
 
@@ -1406,7 +1406,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-console/index.html">
-        Console
+        cordova-plugin-console
     </a>
 </li>
 
@@ -1415,7 +1415,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-contacts/index.html">
-        Contacts
+        cordova-plugin-contacts
     </a>
 </li>
 
@@ -1424,7 +1424,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-device/index.html">
-        Device
+        cordova-plugin-device
     </a>
 </li>
 
@@ -1433,7 +1433,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-device-motion/index.html">
-        Device Motion
+        cordova-plugin-device-motion
     </a>
 </li>
 
@@ -1442,7 +1442,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-device-orientation/index.html">
-        Device Orientation
+        cordova-plugin-device-orientation
     </a>
 </li>
 
@@ -1451,7 +1451,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-dialogs/index.html">
-        Dialogs
+        cordova-plugin-dialogs
     </a>
 </li>
 
@@ -1460,7 +1460,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-file/index.html">
-        File
+        cordova-plugin-file
     </a>
 </li>
 
@@ -1469,7 +1469,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-file-transfer/index.html">
-        File Transfer
+        cordova-plugin-file-transfer
     </a>
 </li>
 
@@ -1478,7 +1478,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-geolocation/index.html">
-        Geolocation
+        cordova-plugin-geolocation
     </a>
 </li>
 
@@ -1487,7 +1487,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-globalization/index.html">
-        Globalization
+        cordova-plugin-globalization
     </a>
 </li>
 
@@ -1496,7 +1496,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-inappbrowser/index.html">
-        Inappbrowser
+        cordova-plugin-inappbrowser
     </a>
 </li>
 
@@ -1505,7 +1505,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-media/index.html">
-        Media
+        cordova-plugin-media
     </a>
 </li>
 
@@ -1514,7 +1514,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-media-capture/index.html">
-        Media Capture
+        cordova-plugin-media-capture
     </a>
 </li>
 
@@ -1523,7 +1523,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-network-information/index.html">
-        Network Information
+        cordova-plugin-network-information
     </a>
 </li>
 
@@ -1532,7 +1532,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-splashscreen/index.html">
-        Splashscreen
+        cordova-plugin-splashscreen
     </a>
 </li>
 
@@ -1541,7 +1541,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-vibration/index.html">
-        Vibration
+        cordova-plugin-vibration
     </a>
 </li>
 
@@ -1550,7 +1550,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-statusbar/index.html">
-        Statusbar
+        cordova-plugin-statusbar
     </a>
 </li>
 
@@ -1559,7 +1559,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-whitelist/index.html">
-        Whitelist
+        cordova-plugin-whitelist
     </a>
 </li>
 
@@ -1568,7 +1568,7 @@
 
 <li>
     <a class="" href="../../../reference/cordova-plugin-legacy-whitelist/index.html">
-        Legacy Whitelist
+        cordova-plugin-legacy-whitelist
     </a>
 </li>
 




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