You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/10/07 02:21:44 UTC

svn commit: r1707174 [11/26] - in /cordova/site/public: ./ docs/de/3.1.0/cordova/accelerometer/ docs/de/3.1.0/cordova/camera/ docs/de/3.1.0/cordova/camera/parameter/ docs/de/3.1.0/cordova/compass/ docs/de/3.1.0/cordova/compass/parameters/ docs/de/3.1.0...

Modified: cordova/site/public/docs/en/2.6.0/cordova/media/media.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/media/media.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.6.0/cordova/media/media.html (original)
+++ cordova/site/public/docs/en/2.6.0/cordova/media/media.html Wed Oct  7 00:21:01 2015
@@ -1340,15 +1340,15 @@
 <h2>Methods</h2>
 
 <ul>
-<li><a href="%5Bmedia.getCurrentPosition%5D(media.getCurrentPosition.html).html">media.getCurrentPosition</a>: Returns the current position within an audio file.</li>
-<li><a href="%5Bmedia.getDuration%5D(media.getDuration.html).html">media.getDuration</a>: Returns the duration of an audio file.</li>
-<li><a href="%5Bmedia.play%5D(media.play.html).html">media.play</a>: Start or <a href="../events/events.resume.html">resume</a> playing audio file.</li>
-<li><a href="%5Bmedia.pause%5D(media.pause.html).html">media.pause</a>: Pause playing audio file.</li>
-<li><a href="%5Bmedia.release%5D(media.release.html).html">media.release</a>: Releases the underlying OS&#39;es audio resources.</li>
-<li><a href="%5Bmedia.seekTo%5D(media.seekTo.html).html">media.seekTo</a>: Moves the position within the audio file.</li>
-<li><a href="%5Bmedia.startRecord%5D(media.startRecord.html).html">media.startRecord</a>: Start recording audio file.</li>
-<li><a href="%5Bmedia.stopRecord%5D(media.stopRecord.html).html">media.stopRecord</a>: Stop recording audio file.</li>
-<li><a href="%5Bmedia.stop%5D(media.stop.html).html">media.stop</a>: Stop playing audio file.</li>
+<li><a href="media.getCurrentPosition.html">media.getCurrentPosition</a>: Returns the current position within an audio file.</li>
+<li><a href="media.getDuration.html">media.getDuration</a>: Returns the duration of an audio file.</li>
+<li><a href="media.play.html">media.play</a>: Start or <a href="../events/events.resume.html">resume</a> playing audio file.</li>
+<li><a href="media.pause.html">media.pause</a>: Pause playing audio file.</li>
+<li><a href="media.release.html">media.release</a>: Releases the underlying OS&#39;es audio resources.</li>
+<li><a href="media.seekTo.html">media.seekTo</a>: Moves the position within the audio file.</li>
+<li><a href="media.startRecord.html">media.startRecord</a>: Start recording audio file.</li>
+<li><a href="media.stopRecord.html">media.stopRecord</a>: Stop recording audio file.</li>
+<li><a href="media.stop.html">media.stop</a>: Stop playing audio file.</li>
 </ul>
 
 <h2>Additional ReadOnly Parameters</h2>

Modified: cordova/site/public/docs/en/2.6.0/cordova/notification/notification.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/cordova/notification/notification.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.6.0/cordova/notification/notification.html (original)
+++ cordova/site/public/docs/en/2.6.0/cordova/notification/notification.html Wed Oct  7 00:21:01 2015
@@ -1316,11 +1316,11 @@
 <h2>Methods</h2>
 
 <ul>
-<li><a href="%5Bnotification.alert%5D(notification.alert.html).html">notification.alert</a></li>
-<li><a href="%5Bnotification.confirm%5D(notification.confirm.html).html">notification.confirm</a></li>
-<li><a href="%5Bnotification.prompt%5D(notification.prompt.html).html">notification.prompt</a></li>
-<li><a href="%5Bnotification.beep%5D(notification.beep.html).html">notification.beep</a></li>
-<li><a href="%5Bnotification.vibrate%5D(notification.vibrate.html).html">notification.vibrate</a></li>
+<li><a href="notification.alert.html">notification.alert</a></li>
+<li><a href="notification.confirm.html">notification.confirm</a></li>
+<li><a href="notification.prompt.html">notification.prompt</a></li>
+<li><a href="notification.beep.html">notification.beep</a></li>
+<li><a href="notification.vibrate.html">notification.vibrate</a></li>
 </ul>
 
 <h2>Permissions</h2>

Modified: cordova/site/public/docs/en/2.6.0/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.6.0/page_index.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.6.0/page_index.html (original)
+++ cordova/site/public/docs/en/2.6.0/page_index.html Wed Oct  7 00:21:01 2015
@@ -1324,7 +1324,7 @@ var keywordIndex = [
 
     {
         url: "/docs/en/2.6.0/cordova/media/capture/MediaFile.getFormatData.html",
-        name: "[MediaFile]([MediaFile](MediaFile.html).html).getFormatData"
+        name: "[MediaFile](MediaFile.html).getFormatData"
     }
     
     ,

Modified: cordova/site/public/docs/en/2.7.0/cordova/accelerometer/accelerometer.clearWatch.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/accelerometer/accelerometer.clearWatch.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/accelerometer/accelerometer.clearWatch.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/accelerometer/accelerometer.clearWatch.html Wed Oct  7 00:21:01 2015
@@ -1314,7 +1314,7 @@
 <div class="highlight"><pre><code class="language-text" data-lang="text">navigator.accelerometer.clearWatch(watchID);
 </code></pre></div>
 <ul>
-<li><strong>watchID</strong>: The ID returned by <code class="prettyprint">[accelerometer.watchAcceleration]([accelerometer.watchAcceleration](accelerometer.watchAcceleration.html).html)</code>.</li>
+<li><strong>watchID</strong>: The ID returned by <code class="prettyprint">[accelerometer.watchAcceleration](accelerometer.watchAcceleration.html)</code>.</li>
 </ul>
 
 <h2>Supported Platforms</h2>

Modified: cordova/site/public/docs/en/2.7.0/cordova/accelerometer/accelerometer.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/accelerometer/accelerometer.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/accelerometer/accelerometer.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/accelerometer/accelerometer.html Wed Oct  7 00:21:01 2015
@@ -1316,9 +1316,9 @@
 <h2>Methods</h2>
 
 <ul>
-<li><a href="%5Baccelerometer.getCurrentAcceleration%5D(accelerometer.getCurrentAcceleration.html).html">accelerometer.getCurrentAcceleration</a></li>
-<li><a href="%5Baccelerometer.watchAcceleration%5D(accelerometer.watchAcceleration.html).html">accelerometer.watchAcceleration</a></li>
-<li><a href="%5Baccelerometer.clearWatch%5D(accelerometer.clearWatch.html).html">accelerometer.clearWatch</a></li>
+<li><a href="accelerometer.getCurrentAcceleration.html">accelerometer.getCurrentAcceleration</a></li>
+<li><a href="accelerometer.watchAcceleration.html">accelerometer.watchAcceleration</a></li>
+<li><a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a></li>
 </ul>
 
 <h2>Arguments</h2>

Modified: cordova/site/public/docs/en/2.7.0/cordova/accelerometer/accelerometer.watchAcceleration.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/accelerometer/accelerometer.watchAcceleration.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/accelerometer/accelerometer.watchAcceleration.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/accelerometer/accelerometer.watchAcceleration.html Wed Oct  7 00:21:01 2015
@@ -1321,7 +1321,7 @@
 
 <p>The <code class="prettyprint">accelerometer.watchAcceleration</code> gets the device&#39;s current acceleration at a regular interval. Each time the <code class="prettyprint">[Acceleration](acceleration/acceleration.html)</code> is retrieved, the <code class="prettyprint">[accelerometerSuccess](parameters/accelerometerSuccess.html)</code> callback function is executed. Specify the interval in milliseconds via the <code class="prettyprint">frequency</code> parameter in the <code class="prettyprint">acceleratorOptions</code> object.</p>
 
-<p>The returned watch ID references the accelerometer watch interval. The watch ID can be used with <code class="prettyprint">[accelerometer.clearWatch]([accelerometer.clearWatch](accelerometer.clearWatch.html).html)</code> to stop watching the accelerometer.</p>
+<p>The returned watch ID references the accelerometer watch interval. The watch ID can be used with <code class="prettyprint">[accelerometer.clearWatch](accelerometer.clearWatch.html)</code> to stop watching the accelerometer.</p>
 
 <h2>Supported Platforms</h2>
 

Modified: cordova/site/public/docs/en/2.7.0/cordova/camera/camera.cleanup.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/camera/camera.cleanup.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/camera/camera.cleanup.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/camera/camera.cleanup.html Wed Oct  7 00:21:01 2015
@@ -1315,7 +1315,7 @@
 </code></pre></div>
 <h2>Description</h2>
 
-<p>Cleans up the image files stored in the temporary storage location, when the function <code class="prettyprint">[camera.getPicture]([camera.getPicture](camera.getPicture.html).html)</code> is used with  <code class="prettyprint">[Camera](camera.html).sourceType = [Camera](camera.html).PictureSourceType.CAMERA</code> and <code class="prettyprint">[Camera](camera.html).destinationType = [Camera](camera.html).DestinationType.FILE_URI</code></p>
+<p>Cleans up the image files stored in the temporary storage location, when the function <code class="prettyprint">[camera.getPicture](camera.getPicture.html)</code> is used with  <code class="prettyprint">[Camera](camera.html).sourceType = [Camera](camera.html).PictureSourceType.CAMERA</code> and <code class="prettyprint">[Camera](camera.html).destinationType = [Camera](camera.html).DestinationType.FILE_URI</code></p>
 
 <h2>Supported Platforms</h2>
 

Modified: cordova/site/public/docs/en/2.7.0/cordova/camera/camera.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/camera/camera.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/camera/camera.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/camera/camera.html Wed Oct  7 00:21:01 2015
@@ -1316,8 +1316,8 @@
 <h2>Methods</h2>
 
 <ul>
-<li><a href="%5Bcamera.getPicture%5D(camera.getPicture.html).html">camera.getPicture</a></li>
-<li><a href="%5Bcamera.cleanup%5D(camera.cleanup.html).html">camera.cleanup</a></li>
+<li><a href="camera.getPicture.html">camera.getPicture</a></li>
+<li><a href="camera.cleanup.html">camera.cleanup</a></li>
 </ul>
 
 <h2>Permissions</h2>

Modified: cordova/site/public/docs/en/2.7.0/cordova/camera/parameter/CameraPopoverHandle.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/camera/parameter/CameraPopoverHandle.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/camera/parameter/CameraPopoverHandle.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/camera/parameter/CameraPopoverHandle.html Wed Oct  7 00:21:01 2015
@@ -1331,7 +1331,7 @@
 <p><strong>Parameters:</strong></p>
 
 <ul>
-<li>cameraPopoverOptions - the <a href="%5BCameraPopoverOptions%5D(CameraPopoverOptions.html).html">CameraPopoverOptions</a> specifying the new position</li>
+<li>cameraPopoverOptions - the <a href="CameraPopoverOptions.html">CameraPopoverOptions</a> specifying the new position</li>
 </ul>
 
 <h2>Quick <a href="../../storage/storage.opendatabase.html">Example</a></h2>

Modified: cordova/site/public/docs/en/2.7.0/cordova/camera/parameter/cameraOptions.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/camera/parameter/cameraOptions.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/camera/parameter/cameraOptions.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/camera/parameter/cameraOptions.html Wed Oct  7 00:21:01 2015
@@ -1357,7 +1357,7 @@
 <p>};</p></li>
 <li><p><strong>correctOrientation:</strong> Rotate the image to correct for the orientation of the device during capture. (<code class="prettyprint">Boolean</code>)</p></li>
 <li><p><strong>saveToPhotoAlbum:</strong> Save the image to the photo album on the device after capture. (<code class="prettyprint">Boolean</code>)</p></li>
-<li><p><strong>popoverOptions:</strong> iOS only options to specify popover location in iPad.  Defined in <a href="%5BCameraPopoverOptions%5D(CameraPopoverOptions.html).html">CameraPopoverOptions</a>.</p></li>
+<li><p><strong>popoverOptions:</strong> iOS only options to specify popover location in iPad.  Defined in <a href="CameraPopoverOptions.html">CameraPopoverOptions</a>.</p></li>
 <li><p><strong>cameraDirection:</strong> Choose the camera to use (front- or back-facing).  Defined in navigator.camera.Direction (<code class="prettyprint">Number</code>)</p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">Camera.Direction = {
     BACK : 0,           // Use the back-facing camera

Modified: cordova/site/public/docs/en/2.7.0/cordova/camera/parameter/cameraSuccess.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/camera/parameter/cameraSuccess.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/camera/parameter/cameraSuccess.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/camera/parameter/cameraSuccess.html Wed Oct  7 00:21:01 2015
@@ -1318,7 +1318,7 @@
 <h2>Parameters</h2>
 
 <ul>
-<li><strong>imageData:</strong> Base64 encoding of the image data, OR the image file URI, depending on <code class="prettyprint">[cameraOptions]([cameraOptions](cameraOptions.html).html)</code> used. (<code class="prettyprint">String</code>)</li>
+<li><strong>imageData:</strong> Base64 encoding of the image data, OR the image file URI, depending on <code class="prettyprint">[cameraOptions](cameraOptions.html)</code> used. (<code class="prettyprint">String</code>)</li>
 </ul>
 
 <h2><a href="../../storage/storage.opendatabase.html">Example</a></h2>

Modified: cordova/site/public/docs/en/2.7.0/cordova/compass/compass.clearWatch.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/compass/compass.clearWatch.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/compass/compass.clearWatch.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/compass/compass.clearWatch.html Wed Oct  7 00:21:01 2015
@@ -1314,7 +1314,7 @@
 <div class="highlight"><pre><code class="language-text" data-lang="text">navigator.compass.clearWatch(watchID);
 </code></pre></div>
 <ul>
-<li><strong>watchID</strong>: The ID returned by <code class="prettyprint">[compass.watchHeading]([compass.watchHeading](compass.watchHeading.html).html)</code>.</li>
+<li><strong>watchID</strong>: The ID returned by <code class="prettyprint">[compass.watchHeading](compass.watchHeading.html)</code>.</li>
 </ul>
 
 <h2>Supported Platforms</h2>

Modified: cordova/site/public/docs/en/2.7.0/cordova/compass/compass.clearWatchFilter.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/compass/compass.clearWatchFilter.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/compass/compass.clearWatchFilter.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/compass/compass.clearWatchFilter.html Wed Oct  7 00:21:01 2015
@@ -1310,7 +1310,7 @@
         <div id="page-toc-source">
             <h1>compass.clearWatchFilter</h1>
 
-<p>No longer supported as of 1.6.  See <code class="prettyprint">[compass.clearWatch]([compass.clearWatch](compass.clearWatch.html).html)</code>.</p>
+<p>No longer supported as of 1.6.  See <code class="prettyprint">[compass.clearWatch](compass.clearWatch.html)</code>.</p>
 
 
         </div>

Modified: cordova/site/public/docs/en/2.7.0/cordova/compass/compass.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/compass/compass.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/compass/compass.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/compass/compass.html Wed Oct  7 00:21:01 2015
@@ -1316,10 +1316,10 @@
 <h2>Methods</h2>
 
 <ul>
-<li><a href="%5Bcompass.getCurrentHeading%5D(compass.getCurrentHeading.html).html">compass.getCurrentHeading</a></li>
-<li><a href="%5Bcompass.watchHeading%5D(compass.watchHeading.html).html">compass.watchHeading</a></li>
-<li><a href="%5Bcompass.clearWatch%5D(compass.clearWatch.html).html">compass.clearWatch</a></li>
-<li><a href="%5Bcompass.watchHeadingFilter%5D(compass.watchHeadingFilter.html).html">compass.watchHeadingFilter</a>  (obsolete)</li>
+<li><a href="compass.getCurrentHeading.html">compass.getCurrentHeading</a></li>
+<li><a href="compass.watchHeading.html">compass.watchHeading</a></li>
+<li><a href="compass.clearWatch.html">compass.clearWatch</a></li>
+<li><a href="compass.watchHeadingFilter.html">compass.watchHeadingFilter</a>     (obsolete)</li>
 <li>compass.clearWatchFilter      (obsolete)</li>
 </ul>
 

Modified: cordova/site/public/docs/en/2.7.0/cordova/compass/compass.watchHeading.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/compass/compass.watchHeading.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/compass/compass.watchHeading.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/compass/compass.watchHeading.html Wed Oct  7 00:21:01 2015
@@ -1319,7 +1319,7 @@
 
 <p>The <code class="prettyprint">compass.watchHeading</code> gets the device&#39;s current heading at a regular interval. Each time the heading is retrieved, the <code class="prettyprint">headingSuccess</code> callback function is executed. Specify the interval in milliseconds via the <code class="prettyprint">frequency</code> parameter in the <code class="prettyprint">[compassOptions](parameters/compassOptions.html)</code> object.</p>
 
-<p>The returned watch ID references references the compass watch interval. The watch ID can be used with <code class="prettyprint">[compass.clearWatch]([compass.clearWatch](compass.clearWatch.html).html)</code> to stop watching the compass.</p>
+<p>The returned watch ID references references the compass watch interval. The watch ID can be used with <code class="prettyprint">[compass.clearWatch](compass.clearWatch.html)</code> to stop watching the compass.</p>
 
 <h2>Supported Platforms</h2>
 
@@ -1412,7 +1412,7 @@ var watchID = navigator.compass.watchHea
 </code></pre></div>
 <h2>iOS Quirks</h2>
 
-<p>In iOS <code class="prettyprint">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 <code class="prettyprint">headingSuccess</code> callback function is called. Specify the degrees of change via the <code class="prettyprint">filter</code> parameter in the <code class="prettyprint">[compassOptions](parameters/compassOptions.html)</code> object.  Clear the watch as normal by passing the returned watch ID to <code class="prettyprint">[compass.clearWatch]([compass.clearWatch](compass.clearWatch.html).html)</code>.  This functionality replaces the previously separate, iOS only functions, watchHeadingFilter and clearWatchFilter, which were removed in 1.6.</p>
+<p>In iOS <code class="prettyprint">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 <code class="prettyprint">headingSuccess</code> callback function is called. Specify the degrees of change via the <code class="prettyprint">filter</code> parameter in the <code class="prettyprint">[compassOptions](parameters/compassOptions.html)</code> object.  Clear the watch as normal by passing the returned watch ID to <code class="prettyprint">[compass.clearWatch](compass.clearWatch.html)</code>.  This functionality replaces the previously separate, iOS only functions, watchHeadingFilter and clearWatchFilter, which were removed in 1.6.</p>
 
 <p>In iOS only one watchHeading can be in effect at one time.  If a watchHeading via filter is in effect, calling getCurrentHeading or watchHeading will use the existing filter value for specifying heading changes. On iOS watching heading changes via a filter is more efficient than via time.</p>
 

Modified: cordova/site/public/docs/en/2.7.0/cordova/compass/compass.watchHeadingFilter.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/compass/compass.watchHeadingFilter.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/compass/compass.watchHeadingFilter.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/compass/compass.watchHeadingFilter.html Wed Oct  7 00:21:01 2015
@@ -1310,7 +1310,7 @@
         <div id="page-toc-source">
             <h1>compass.watchHeadingFilter</h1>
 
-<p>No longer supported as of 1.6, see <code class="prettyprint">[compass.watchHeading]([compass.watchHeading](compass.watchHeading.html).html)</code> for equivalent functionality.</p>
+<p>No longer supported as of 1.6, see <code class="prettyprint">[compass.watchHeading](compass.watchHeading.html)</code> for equivalent functionality.</p>
 
 
         </div>

Modified: cordova/site/public/docs/en/2.7.0/cordova/compass/parameters/compassHeading.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/compass/parameters/compassHeading.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/compass/parameters/compassHeading.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/compass/parameters/compassHeading.html Wed Oct  7 00:21:01 2015
@@ -1310,7 +1310,7 @@
         <div id="page-toc-source">
             <h1>compassHeading</h1>
 
-<p>A <code class="prettyprint">CompassHeading</code> object is returned to the <code class="prettyprint">[compassSuccess]([compassSuccess](compassSuccess.html).html)</code> callback function when an error occurs.</p>
+<p>A <code class="prettyprint">CompassHeading</code> object is returned to the <code class="prettyprint">[compassSuccess](compassSuccess.html)</code> callback function when an error occurs.</p>
 
 <h2>Properties</h2>
 
@@ -1323,7 +1323,7 @@
 
 <h2>Description</h2>
 
-<p>The <code class="prettyprint">CompassHeading</code> object is returned to the user through the <code class="prettyprint">[compassSuccess]([compassSuccess](compassSuccess.html).html)</code> callback function.</p>
+<p>The <code class="prettyprint">CompassHeading</code> object is returned to the user through the <code class="prettyprint">[compassSuccess](compassSuccess.html)</code> callback function.</p>
 
 <h2>Android Quirks</h2>
 

Modified: cordova/site/public/docs/en/2.7.0/cordova/compass/parameters/compassSuccess.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/compass/parameters/compassSuccess.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/compass/parameters/compassSuccess.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/compass/parameters/compassSuccess.html Wed Oct  7 00:21:01 2015
@@ -1310,7 +1310,7 @@
         <div id="page-toc-source">
             <h1>compassSuccess</h1>
 
-<p>onSuccess callback function that provides the compass heading information via a <a href="%5BcompassHeading%5D(compassHeading.html).html">compassHeading</a> object.</p>
+<p>onSuccess callback function that provides the compass heading information via a <a href="compassHeading.html">compassHeading</a> object.</p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">function(heading) {
     // Do something
 }

Modified: cordova/site/public/docs/en/2.7.0/cordova/connection/connection.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/connection/connection.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/connection/connection.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/connection/connection.html Wed Oct  7 00:21:01 2015
@@ -1318,7 +1318,7 @@
 <h2>Properties</h2>
 
 <ul>
-<li><a href="%5Bconnection.type%5D(connection.type.html).html">connection.type</a></li>
+<li><a href="connection.type.html">connection.type</a></li>
 </ul>
 
 <h2>Constants</h2>

Modified: cordova/site/public/docs/en/2.7.0/cordova/contacts/contacts.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/contacts/contacts.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/contacts/contacts.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/contacts/contacts.html Wed Oct  7 00:21:01 2015
@@ -1316,8 +1316,8 @@
 <h2>Methods</h2>
 
 <ul>
-<li><a href="%5Bcontacts.create%5D(contacts.create.html).html">contacts.create</a></li>
-<li><a href="%5Bcontacts.find%5D(contacts.find.html).html">contacts.find</a></li>
+<li><a href="contacts.create.html">contacts.create</a></li>
+<li><a href="contacts.find.html">contacts.find</a></li>
 </ul>
 
 <h2>Arguments</h2>

Modified: cordova/site/public/docs/en/2.7.0/cordova/device/device.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/device/device.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/device/device.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/device/device.html Wed Oct  7 00:21:01 2015
@@ -1316,12 +1316,12 @@
 <h2>Properties</h2>
 
 <ul>
-<li><a href="%5Bdevice.name%5D(device.name.html).html">device.name</a></li>
-<li><a href="%5Bdevice.cordova%5D(device.cordova.html).html">device.cordova</a></li>
-<li><a href="%5Bdevice.platform%5D(device.platform.html).html">device.platform</a></li>
-<li><a href="%5Bdevice.uuid%5D(device.uuid.html).html">device.uuid</a></li>
-<li><a href="%5Bdevice.version%5D(device.version.html).html">device.version</a></li>
-<li><a href="%5Bdevice.model%5D(device.model.html).html">device.model</a></li>
+<li><a href="device.name.html">device.name</a></li>
+<li><a href="device.cordova.html">device.cordova</a></li>
+<li><a href="device.platform.html">device.platform</a></li>
+<li><a href="device.uuid.html">device.uuid</a></li>
+<li><a href="device.version.html">device.version</a></li>
+<li><a href="device.model.html">device.model</a></li>
 </ul>
 
 <h2>Variable Scope</h2>

Modified: cordova/site/public/docs/en/2.7.0/cordova/device/device.name.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/device/device.name.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/device/device.name.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/device/device.name.html Wed Oct  7 00:21:01 2015
@@ -1310,7 +1310,7 @@
         <div id="page-toc-source">
             <h1>device.name</h1>
 
-<p>WARNING: device.name is deprecated as of version 2.3.0, use <a href="%5Bdevice.model%5D(device.model.html).html">device.model</a> instead</p>
+<p>WARNING: device.name is deprecated as of version 2.3.0, use <a href="device.model.html">device.model</a> instead</p>
 
 <p>Get the device&#39;s model name.</p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">var string = device.name;
@@ -1399,7 +1399,7 @@ var name = device.name;
 <h2>Tizen Quirks</h2>
 
 <ul>
-<li>returns the <a href="%5Bdevice.model%5D(device.model.html).html">device.model</a> assigned by the vendor. For example &#39;TIZEN&#39;</li>
+<li>returns the <a href="device.model.html">device.model</a> assigned by the vendor. For example &#39;TIZEN&#39;</li>
 </ul>
 
 

Modified: cordova/site/public/docs/en/2.7.0/cordova/geolocation/geolocation.clearWatch.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/geolocation/geolocation.clearWatch.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/geolocation/geolocation.clearWatch.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/geolocation/geolocation.clearWatch.html Wed Oct  7 00:21:01 2015
@@ -1321,7 +1321,7 @@
 
 <h2>Description</h2>
 
-<p><code class="prettyprint">geolocation.clearWatch</code> stops watching changes to the device&#39;s location by clearing the <code class="prettyprint">[geolocation.watchPosition]([geolocation.watchPosition](geolocation.watchPosition.html).html)</code> referenced by <code class="prettyprint">watchID</code>.</p>
+<p><code class="prettyprint">geolocation.clearWatch</code> stops watching changes to the device&#39;s location by clearing the <code class="prettyprint">[geolocation.watchPosition](geolocation.watchPosition.html)</code> referenced by <code class="prettyprint">watchID</code>.</p>
 
 <h2>Supported Platforms</h2>
 

Modified: cordova/site/public/docs/en/2.7.0/cordova/geolocation/geolocation.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/geolocation/geolocation.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/geolocation/geolocation.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/geolocation/geolocation.html Wed Oct  7 00:21:01 2015
@@ -1320,9 +1320,9 @@
 <h2>Methods</h2>
 
 <ul>
-<li><a href="%5Bgeolocation.getCurrentPosition%5D(geolocation.getCurrentPosition.html).html">geolocation.getCurrentPosition</a></li>
-<li><a href="%5Bgeolocation.watchPosition%5D(geolocation.watchPosition.html).html">geolocation.watchPosition</a></li>
-<li><a href="%5Bgeolocation.clearWatch%5D(geolocation.clearWatch.html).html">geolocation.clearWatch</a></li>
+<li><a href="geolocation.getCurrentPosition.html">geolocation.getCurrentPosition</a></li>
+<li><a href="geolocation.watchPosition.html">geolocation.watchPosition</a></li>
+<li><a href="geolocation.clearWatch.html">geolocation.clearWatch</a></li>
 </ul>
 
 <h2>Arguments</h2>

Modified: cordova/site/public/docs/en/2.7.0/cordova/geolocation/geolocation.watchPosition.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/geolocation/geolocation.watchPosition.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/geolocation/geolocation.watchPosition.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/geolocation/geolocation.watchPosition.html Wed Oct  7 00:21:01 2015
@@ -1326,7 +1326,7 @@
 <h2>Returns</h2>
 
 <ul>
-<li><strong>String</strong>: returns a watch id that references the watch position interval. The watch id should be used with <code class="prettyprint">[geolocation.clearWatch]([geolocation.clearWatch](geolocation.clearWatch.html).html)</code> to stop watching for changes in position.</li>
+<li><strong>String</strong>: returns a watch id that references the watch position interval. The watch id should be used with <code class="prettyprint">[geolocation.clearWatch](geolocation.clearWatch.html)</code> to stop watching for changes in position.</li>
 </ul>
 
 <h2>Description</h2>

Modified: cordova/site/public/docs/en/2.7.0/cordova/geolocation/parameters/geolocation.options.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/geolocation/parameters/geolocation.options.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/geolocation/parameters/geolocation.options.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/geolocation/parameters/geolocation.options.html Wed Oct  7 00:21:01 2015
@@ -1318,7 +1318,7 @@
 
 <ul>
 <li><strong>enableHighAccuracy:</strong> Provides a hint that the application would like to receive the best possible results. By default, the device will attempt to retrieve a <code class="prettyprint">[Position](../Position/position.html)</code> using network-based methods. Setting this property to <code class="prettyprint">true</code> tells the framework to use more accurate methods, such as satellite positioning. <em>(Boolean)</em></li>
-<li><strong>timeout:</strong> The maximum length of time (milliseconds) that is allowed to pass from the call to <code class="prettyprint">[geolocation.getCurrentPosition](../geolocation.getCurrentPosition.html)</code> or <code class="prettyprint">[geolocation.watchPosition](../geolocation.watchPosition.html)</code> until the corresponding <code class="prettyprint">[geolocationSuccess]([geolocationSuccess](geolocationSuccess.html).html)</code> callback is invoked. If the <code class="prettyprint">[geolocationSuccess]([geolocationSuccess](geolocationSuccess.html).html)</code> callback is not invoked within this time, the <code class="prettyprint">[geolocationError]([geolocationError](geolocationError.html).html)</code> callback will be invoked with a <code class="prettyprint">[PositionError](../PositionError/positionError.html).TIMEOUT</code> error code. NOTE: when used in conjunction with <code class="prettyprint">[geolocation.watchPosition](../geolocation.watchPosition.html)</code>
 , the <code class="prettyprint">[geolocationError]([geolocationError](geolocationError.html).html)</code> callback could be called on an interval every <code class="prettyprint">timeout</code> milliseconds! <em>(Number)</em></li>
+<li><strong>timeout:</strong> The maximum length of time (milliseconds) that is allowed to pass from the call to <code class="prettyprint">[geolocation.getCurrentPosition](../geolocation.getCurrentPosition.html)</code> or <code class="prettyprint">[geolocation.watchPosition](../geolocation.watchPosition.html)</code> until the corresponding <code class="prettyprint">[geolocationSuccess](geolocationSuccess.html)</code> callback is invoked. If the <code class="prettyprint">[geolocationSuccess](geolocationSuccess.html)</code> callback is not invoked within this time, the <code class="prettyprint">[geolocationError](geolocationError.html)</code> callback will be invoked with a <code class="prettyprint">[PositionError](../PositionError/positionError.html).TIMEOUT</code> error code. NOTE: when used in conjunction with <code class="prettyprint">[geolocation.watchPosition](../geolocation.watchPosition.html)</code>, the <code class="prettyprint">[geolocationError](geolocationError.html)</code
 > callback could be called on an interval every <code class="prettyprint">timeout</code> milliseconds! <em>(Number)</em></li>
 <li><strong>maximumAge:</strong> Accept a cached position whose age is no greater than the specified time in milliseconds. <em>(Number)</em></li>
 </ul>
 

Modified: cordova/site/public/docs/en/2.7.0/cordova/globalization/globalization.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/globalization/globalization.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/globalization/globalization.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/globalization/globalization.html Wed Oct  7 00:21:01 2015
@@ -1320,18 +1320,18 @@
 <h2>Methods</h2>
 
 <ul>
-<li><a href="%5Bglobalization.getPreferredLanguage%5D(globalization.getPreferredLanguage.html).html">globalization.getPreferredLanguage</a></li>
-<li><a href="%5Bglobalization.getLocaleName%5D(globalization.getLocaleName.html).html">globalization.getLocaleName</a></li>
-<li><a href="%5Bglobalization.dateToString%5D(globalization.dateToString.html).html">globalization.dateToString</a></li>
-<li><a href="%5Bglobalization.stringToDate%5D(globalization.stringToDate.html).html">globalization.stringToDate</a></li>
-<li><a href="%5Bglobalization.getDatePattern%5D(globalization.getDatePattern.html).html">globalization.getDatePattern</a></li>
-<li><a href="%5Bglobalization.getDateNames%5D(globalization.getDateNames.html).html">globalization.getDateNames</a></li>
-<li><a href="%5Bglobalization.isDayLightSavingsTime%5D(globalization.isDayLightSavingsTime.html).html">globalization.isDayLightSavingsTime</a></li>
-<li><a href="%5Bglobalization.getFirstDayOfWeek%5D(globalization.getFirstDayOfWeek.html).html">globalization.getFirstDayOfWeek</a></li>
-<li><a href="%5Bglobalization.numberToString%5D(globalization.numberToString.html).html">globalization.numberToString</a></li>
-<li><a href="%5Bglobalization.stringToNumber%5D(globalization.stringToNumber.html).html">globalization.stringToNumber</a></li>
-<li><a href="%5Bglobalization.getNumberPattern%5D(globalization.getNumberPattern.html).html">globalization.getNumberPattern</a></li>
-<li><a href="%5Bglobalization.getCurrencyPattern%5D(globalization.getCurrencyPattern.html).html">globalization.getCurrencyPattern</a></li>
+<li><a href="globalization.getPreferredLanguage.html">globalization.getPreferredLanguage</a></li>
+<li><a href="globalization.getLocaleName.html">globalization.getLocaleName</a></li>
+<li><a href="globalization.dateToString.html">globalization.dateToString</a></li>
+<li><a href="globalization.stringToDate.html">globalization.stringToDate</a></li>
+<li><a href="globalization.getDatePattern.html">globalization.getDatePattern</a></li>
+<li><a href="globalization.getDateNames.html">globalization.getDateNames</a></li>
+<li><a href="globalization.isDayLightSavingsTime.html">globalization.isDayLightSavingsTime</a></li>
+<li><a href="globalization.getFirstDayOfWeek.html">globalization.getFirstDayOfWeek</a></li>
+<li><a href="globalization.numberToString.html">globalization.numberToString</a></li>
+<li><a href="globalization.stringToNumber.html">globalization.stringToNumber</a></li>
+<li><a href="globalization.getNumberPattern.html">globalization.getNumberPattern</a></li>
+<li><a href="globalization.getCurrencyPattern.html">globalization.getCurrencyPattern</a></li>
 </ul>
 
 <h2>Variable Scope</h2>

Modified: cordova/site/public/docs/en/2.7.0/cordova/inappbrowser/inappbrowser.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/inappbrowser/inappbrowser.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/inappbrowser/inappbrowser.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/inappbrowser/inappbrowser.html Wed Oct  7 00:21:01 2015
@@ -1310,13 +1310,13 @@
             <h1>InAppBrowser</h1>
 
 <blockquote>
-<p>The InAppBrowser is a web-browser that is shown in your app when you use the <code class="prettyprint">[window.open]([window.open](window.open.html).html)</code> call.</p>
+<p>The InAppBrowser is a web-browser that is shown in your app when you use the <code class="prettyprint">[window.open](window.open.html)</code> call.</p>
 </blockquote>
 <div class="highlight"><pre><code class="language-text" data-lang="text">var ref = window.open(&#39;http://apache.org&#39;, &#39;_blank&#39;, &#39;location=yes&#39;);
 </code></pre></div>
 <h2>Description</h2>
 
-<p>The object returned from a call to <code class="prettyprint">[window.open]([window.open](window.open.html).html)</code>.</p>
+<p>The object returned from a call to <code class="prettyprint">[window.open](window.open.html)</code>.</p>
 
 <h2>Methods</h2>
 

Modified: cordova/site/public/docs/en/2.7.0/cordova/media/capture/CaptureCB.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/media/capture/CaptureCB.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/media/capture/CaptureCB.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/media/capture/CaptureCB.html Wed Oct  7 00:21:01 2015
@@ -1319,7 +1319,7 @@
 
 <p>This function is invoked after a successful capture operation has completed.  This means a media file has been captured, and either the user has exited the media capture application, or the capture limit has been reached.</p>
 
-<p>Each <a href="%5BMediaFile%5D(MediaFile.html).html">MediaFile</a> object describes a captured media file.  </p>
+<p>Each <a href="MediaFile.html">MediaFile</a> object describes a captured media file.  </p>
 
 <h2>Quick <a href="../../storage/storage.opendatabase.html">Example</a></h2>
 <div class="highlight"><pre><code class="language-text" data-lang="text">// capture callback

Modified: cordova/site/public/docs/en/2.7.0/cordova/media/capture/CaptureErrorCB.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/media/capture/CaptureErrorCB.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/media/capture/CaptureErrorCB.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/media/capture/CaptureErrorCB.html Wed Oct  7 00:21:01 2015
@@ -1319,7 +1319,7 @@
 
 <p>This function is invoked if an error occurs when trying to launch a media capture operation and the capture application is busy, if an error occurs while the capture operation is taking place, or if the capture operation has been canceled by the user before any media files have been captured.</p>
 
-<p>This function is invoked with a <a href="%5BCaptureError%5D(CaptureError.html).html">CaptureError</a> object containing an appropriate error code.</p>
+<p>This function is invoked with a <a href="CaptureError.html">CaptureError</a> object containing an appropriate error code.</p>
 
 <h2>Quick <a href="../../storage/storage.opendatabase.html">Example</a></h2>
 <div class="highlight"><pre><code class="language-text" data-lang="text">// capture error callback

Modified: cordova/site/public/docs/en/2.7.0/cordova/media/capture/MediaFile.getFormatData.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/media/capture/MediaFile.getFormatData.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/media/capture/MediaFile.getFormatData.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/media/capture/MediaFile.getFormatData.html Wed Oct  7 00:21:01 2015
@@ -1308,7 +1308,7 @@
         
 
         <div id="page-toc-source">
-            <h1><a href="%5BMediaFile%5D(MediaFile.html).html">MediaFile</a>.getFormatData</h1>
+            <h1><a href="MediaFile.html">MediaFile</a>.getFormatData</h1>
 
 <blockquote>
 <p>Retrieves format information about the media capture file.</p>
@@ -1320,7 +1320,7 @@
 </code></pre></div>
 <h2>Description</h2>
 
-<p>This function asynchronously attempts to retrieve the format information for the media file.  If successful, it invokes the MediaFileDataSuccessCB callback with a <a href="%5BMediaFileData%5D(MediaFileData.html).html">MediaFileData</a> object.  If the attempt fails, this function will invoke the MediaFileDataErrorCB callback.</p>
+<p>This function asynchronously attempts to retrieve the format information for the media file.  If successful, it invokes the MediaFileDataSuccessCB callback with a <a href="MediaFileData.html">MediaFileData</a> object.  If the attempt fails, this function will invoke the MediaFileDataErrorCB callback.</p>
 
 <h2>Supported Platforms</h2>
 
@@ -1334,15 +1334,15 @@
 
 <h2>BlackBerry WebWorks Quirks</h2>
 
-<p>There is no API that provides format information of media files.  Therefore, all <a href="%5BMediaFileData%5D(MediaFileData.html).html">MediaFileData</a> objects will be returned with default values.  See <a href="%5BMediaFileData%5D(MediaFileData.html).html">MediaFileData</a> documentation.</p>
+<p>There is no API that provides format information of media files.  Therefore, all <a href="MediaFileData.html">MediaFileData</a> objects will be returned with default values.  See <a href="MediaFileData.html">MediaFileData</a> documentation.</p>
 
 <h2>Android Quirks</h2>
 
-<p>The API for retrieving media file format information is limited.  Therefore, not all <a href="%5BMediaFileData%5D(MediaFileData.html).html">MediaFileData</a> properties are supported.  See <a href="%5BMediaFileData%5D(MediaFileData.html).html">MediaFileData</a> documentation.</p>
+<p>The API for retrieving media file format information is limited.  Therefore, not all <a href="MediaFileData.html">MediaFileData</a> properties are supported.  See <a href="MediaFileData.html">MediaFileData</a> documentation.</p>
 
 <h2>iOS Quirks</h2>
 
-<p>The API for retrieving media file format information is limited.  Therefore, not all <a href="%5BMediaFileData%5D(MediaFileData.html).html">MediaFileData</a> properties are supported.  See <a href="%5BMediaFileData%5D(MediaFileData.html).html">MediaFileData</a> documentation.</p>
+<p>The API for retrieving media file format information is limited.  Therefore, not all <a href="MediaFileData.html">MediaFileData</a> properties are supported.  See <a href="MediaFileData.html">MediaFileData</a> documentation.</p>
 
 
         </div>

Modified: cordova/site/public/docs/en/2.7.0/cordova/media/capture/MediaFileData.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/media/capture/MediaFileData.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/media/capture/MediaFileData.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/media/capture/MediaFileData.html Wed Oct  7 00:21:01 2015
@@ -1326,7 +1326,7 @@
 
 <h2>BlackBerry WebWorks Quirks</h2>
 
-<p>There is no API that provides format information of media files.  So the MediaFileData object returned by the <a href="%5BMediaFile%5D(%5BMediaFile%5D(MediaFile.html).html).getFormatData.html">MediaFile.getFormatData</a> function will have the following default values:</p>
+<p>There is no API that provides format information of media files.  So the MediaFileData object returned by the <a href="%5BMediaFile%5D(MediaFile.html).getFormatData.html">MediaFile.getFormatData</a> function will have the following default values:</p>
 
 <ul>
 <li><strong>codecs:</strong> Not supported. The attribute will always be null.</li>

Modified: cordova/site/public/docs/en/2.7.0/cordova/media/capture/capture.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/media/capture/capture.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/media/capture/capture.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/media/capture/capture.html Wed Oct  7 00:21:01 2015
@@ -1320,11 +1320,11 @@
 <li><a href="captureAudioOptions.html">CaptureAudioOptions</a></li>
 <li><a href="captureImageOptions.html">CaptureImageOptions</a></li>
 <li><a href="captureVideoOptions.html">CaptureVideoOptions</a></li>
-<li><a href="%5BCaptureCB%5D(CaptureCB.html).html">CaptureCB</a></li>
-<li><a href="%5BCaptureErrorCB%5D(CaptureErrorCB.html).html">CaptureErrorCB</a></li>
-<li><a href="%5BConfigurationData%5D(ConfigurationData.html).html">ConfigurationData</a></li>
-<li><a href="%5BMediaFile%5D(MediaFile.html).html">MediaFile</a></li>
-<li><a href="%5BMediaFileData%5D(MediaFileData.html).html">MediaFileData</a></li>
+<li><a href="CaptureCB.html">CaptureCB</a></li>
+<li><a href="CaptureErrorCB.html">CaptureErrorCB</a></li>
+<li><a href="ConfigurationData.html">ConfigurationData</a></li>
+<li><a href="MediaFile.html">MediaFile</a></li>
+<li><a href="MediaFileData.html">MediaFileData</a></li>
 </ul>
 
 <h2>Methods</h2>
@@ -1333,7 +1333,7 @@
 <li><a href="captureAudio.html">capture.captureAudio</a></li>
 <li><a href="captureImage.html">capture.captureImage</a></li>
 <li><a href="captureVideo.html">capture.captureVideo</a></li>
-<li><a href="%5BMediaFile%5D(%5BMediaFile%5D(MediaFile.html).html).getFormatData.html">MediaFile.getFormatData</a></li>
+<li><a href="%5BMediaFile%5D(MediaFile.html).getFormatData.html">MediaFile.getFormatData</a></li>
 </ul>
 
 <h2>Scope</h2>

Modified: cordova/site/public/docs/en/2.7.0/cordova/media/capture/captureAudio.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/media/capture/captureAudio.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/media/capture/captureAudio.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/media/capture/captureAudio.html Wed Oct  7 00:21:01 2015
@@ -1314,7 +1314,7 @@
 <p>Start the audio recorder application and return information about captured audio clip file(s).</p>
 </blockquote>
 <div class="highlight"><pre><code class="language-text" data-lang="text">navigator.device.capture.captureAudio( 
-    [CaptureCB]([CaptureCB](CaptureCB.html).html) captureSuccess, [CaptureErrorCB]([CaptureErrorCB](CaptureErrorCB.html).html) captureError,  [CaptureAudioOptions options]
+    [CaptureCB](CaptureCB.html) captureSuccess, [CaptureErrorCB](CaptureErrorCB.html) captureError,  [CaptureAudioOptions options]
 );
 </code></pre></div>
 <h2>Description</h2>
@@ -1323,7 +1323,7 @@
 
 <p>The capture operation ends when either the user exits the audio recording application, or the maximum number of recordings, specified by the <strong>limit</strong> parameter in <a href="captureAudioOptions.html">CaptureAudioOptions</a>, has been reached.  If no value is provided for the <strong>limit</strong> parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single audio clip.</p>
 
-<p>When the capture operation is finished, it will invoke the <a href="%5BCaptureCB%5D(CaptureCB.html).html">CaptureCB</a> callback with an array of <a href="%5BMediaFile%5D(MediaFile.html).html">MediaFile</a> objects describing each captured audio clip file.  If the operation is terminated by the user before an audio clip is captured, the <a href="%5BCaptureErrorCB%5D(CaptureErrorCB.html).html">CaptureErrorCB</a> callback will be invoked with a <a href="%5BCaptureError%5D(CaptureError.html).html">CaptureError</a> object with the <a href="%5BCaptureError%5D(CaptureError.html).html">CaptureError</a>.<code class="prettyprint">CAPTURE_NO_MEDIA_FILES</code> error code.</p>
+<p>When the capture operation is finished, it will invoke the <a href="CaptureCB.html">CaptureCB</a> callback with an array of <a href="MediaFile.html">MediaFile</a> objects describing each captured audio clip file.  If the operation is terminated by the user before an audio clip is captured, the <a href="CaptureErrorCB.html">CaptureErrorCB</a> callback will be invoked with a <a href="CaptureError.html">CaptureError</a> object with the <a href="CaptureError.html">CaptureError</a>.<code class="prettyprint">CAPTURE_NO_MEDIA_FILES</code> error code.</p>
 
 <h2>Supported Platforms</h2>
 
@@ -1415,7 +1415,7 @@ navigator.device.capture.captureAudio(ca
 <h2>BlackBerry WebWorks Quirks</h2>
 
 <ul>
-<li>Cordova for BlackBerry WebWorks attempts to launch the <strong>Voice Notes Recorder</strong> application, provided by RIM, to capture the audio recordings.  The developer will receive a <a href="%5BCaptureError%5D(CaptureError.html).html">CaptureError</a>.<code class="prettyprint">CAPTURE_NOT_SUPPORTED</code> error code if the application is not installed on the device.</li>
+<li>Cordova for BlackBerry WebWorks attempts to launch the <strong>Voice Notes Recorder</strong> application, provided by RIM, to capture the audio recordings.  The developer will receive a <a href="CaptureError.html">CaptureError</a>.<code class="prettyprint">CAPTURE_NOT_SUPPORTED</code> error code if the application is not installed on the device.</li>
 </ul>
 
 <h2>iOS Quirks</h2>

Modified: cordova/site/public/docs/en/2.7.0/cordova/media/capture/captureImage.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/media/capture/captureImage.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/media/capture/captureImage.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/media/capture/captureImage.html Wed Oct  7 00:21:01 2015
@@ -1314,7 +1314,7 @@
 <p>Start the camera application and return information about captured image file(s).</p>
 </blockquote>
 <div class="highlight"><pre><code class="language-text" data-lang="text">navigator.device.capture.captureImage( 
-    [CaptureCB]([CaptureCB](CaptureCB.html).html) captureSuccess, [CaptureErrorCB]([CaptureErrorCB](CaptureErrorCB.html).html) captureError, [CaptureImageOptions options]
+    [CaptureCB](CaptureCB.html) captureSuccess, [CaptureErrorCB](CaptureErrorCB.html) captureError, [CaptureImageOptions options]
 );
 </code></pre></div>
 <h2>Description</h2>
@@ -1323,7 +1323,7 @@
 
 <p>The capture operation ends when either the user exits the camera application, or the maximum number of images, specified by the <strong>limit</strong> parameter in <a href="captureImageOptions.html">CaptureImageOptions</a>, has been reached.  If no value is provided for the <strong>limit</strong> parameter, a default value of one (1) is used, and the capture operation will terminate after the user captures a single image.</p>
 
-<p>When the capture operation is finished, it will invoke the <a href="%5BCaptureCB%5D(CaptureCB.html).html">CaptureCB</a> callback with an array of <a href="%5BMediaFile%5D(MediaFile.html).html">MediaFile</a> objects describing each captured image file.  If the operation is terminated by the user before an image is captured, the <a href="%5BCaptureErrorCB%5D(CaptureErrorCB.html).html">CaptureErrorCB</a> callback will be invoked with a <a href="%5BCaptureError%5D(CaptureError.html).html">CaptureError</a> object with the <a href="%5BCaptureError%5D(CaptureError.html).html">CaptureError</a>.<code class="prettyprint">CAPTURE_NO_MEDIA_FILES</code> error code.</p>
+<p>When the capture operation is finished, it will invoke the <a href="CaptureCB.html">CaptureCB</a> callback with an array of <a href="MediaFile.html">MediaFile</a> objects describing each captured image file.  If the operation is terminated by the user before an image is captured, the <a href="CaptureErrorCB.html">CaptureErrorCB</a> callback will be invoked with a <a href="CaptureError.html">CaptureError</a> object with the <a href="CaptureError.html">CaptureError</a>.<code class="prettyprint">CAPTURE_NO_MEDIA_FILES</code> error code.</p>
 
 <h2>Supported Platforms</h2>
 

Modified: cordova/site/public/docs/en/2.7.0/cordova/media/capture/captureVideo.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/media/capture/captureVideo.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/media/capture/captureVideo.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/media/capture/captureVideo.html Wed Oct  7 00:21:01 2015
@@ -1314,7 +1314,7 @@
 <p>Start the video recorder application and return information about captured video clip file(s).</p>
 </blockquote>
 <div class="highlight"><pre><code class="language-text" data-lang="text">navigator.device.capture.captureVideo( 
-    [CaptureCB]([CaptureCB](CaptureCB.html).html) captureSuccess, [CaptureErrorCB]([CaptureErrorCB](CaptureErrorCB.html).html) captureError, [CaptureVideoOptions options]
+    [CaptureCB](CaptureCB.html) captureSuccess, [CaptureErrorCB](CaptureErrorCB.html) captureError, [CaptureVideoOptions options]
 );
 </code></pre></div>
 <h2>Description</h2>
@@ -1323,7 +1323,7 @@
 
 <p>The capture operation ends when either the user exits the video recording application, or the maximum number of recordings, specified by the <strong>limit</strong> parameter in <a href="captureVideoOptions.html">CaptureVideoOptions</a>, has been reached.  If no value is provided for the <strong>limit</strong> parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single video clip.</p>
 
-<p>When the capture operation is finished, it will invoke the <a href="%5BCaptureCB%5D(CaptureCB.html).html">CaptureCB</a> callback with an array of <a href="%5BMediaFile%5D(MediaFile.html).html">MediaFile</a> objects describing each captured video clip file.  If the operation is terminated by the user before an video clip is captured, the <a href="%5BCaptureErrorCB%5D(CaptureErrorCB.html).html">CaptureErrorCB</a> callback will be invoked with a <a href="%5BCaptureError%5D(CaptureError.html).html">CaptureError</a> object with the <a href="%5BCaptureError%5D(CaptureError.html).html">CaptureError</a>.<code class="prettyprint">CAPTURE_NO_MEDIA_FILES</code> error code.</p>
+<p>When the capture operation is finished, it will invoke the <a href="CaptureCB.html">CaptureCB</a> callback with an array of <a href="MediaFile.html">MediaFile</a> objects describing each captured video clip file.  If the operation is terminated by the user before an video clip is captured, the <a href="CaptureErrorCB.html">CaptureErrorCB</a> callback will be invoked with a <a href="CaptureError.html">CaptureError</a> object with the <a href="CaptureError.html">CaptureError</a>.<code class="prettyprint">CAPTURE_NO_MEDIA_FILES</code> error code.</p>
 
 <h2>Supported Platforms</h2>
 
@@ -1416,7 +1416,7 @@ navigator.device.capture.captureVideo(ca
 <h2>BlackBerry WebWorks Quirks</h2>
 
 <ul>
-<li>Cordova for BlackBerry WebWorks attempts to launch the <strong>Video Recorder</strong> application, provided by RIM, to capture the video recordings.  The developer will receive a <a href="%5BCaptureError%5D(CaptureError.html).html">CaptureError</a>.<code class="prettyprint">CAPTURE_NOT_SUPPORTED</code> error code if the application is not installed on the device.</li>
+<li>Cordova for BlackBerry WebWorks attempts to launch the <strong>Video Recorder</strong> application, provided by RIM, to capture the video recordings.  The developer will receive a <a href="CaptureError.html">CaptureError</a>.<code class="prettyprint">CAPTURE_NOT_SUPPORTED</code> error code if the application is not installed on the device.</li>
 </ul>
 
 <h2>Bada 2.x Quirks</h2>

Modified: cordova/site/public/docs/en/2.7.0/cordova/media/media.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/media/media.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/media/media.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/media/media.html Wed Oct  7 00:21:01 2015
@@ -1340,15 +1340,15 @@
 <h2>Methods</h2>
 
 <ul>
-<li><a href="%5Bmedia.getCurrentPosition%5D(media.getCurrentPosition.html).html">media.getCurrentPosition</a>: Returns the current position within an audio file.</li>
-<li><a href="%5Bmedia.getDuration%5D(media.getDuration.html).html">media.getDuration</a>: Returns the duration of an audio file.</li>
-<li><a href="%5Bmedia.play%5D(media.play.html).html">media.play</a>: Start or <a href="../events/events.resume.html">resume</a> playing audio file.</li>
-<li><a href="%5Bmedia.pause%5D(media.pause.html).html">media.pause</a>: Pause playing audio file.</li>
-<li><a href="%5Bmedia.release%5D(media.release.html).html">media.release</a>: Releases the underlying OS&#39;es audio resources.</li>
-<li><a href="%5Bmedia.seekTo%5D(media.seekTo.html).html">media.seekTo</a>: Moves the position within the audio file.</li>
-<li><a href="%5Bmedia.startRecord%5D(media.startRecord.html).html">media.startRecord</a>: Start recording audio file.</li>
-<li><a href="%5Bmedia.stopRecord%5D(media.stopRecord.html).html">media.stopRecord</a>: Stop recording audio file.</li>
-<li><a href="%5Bmedia.stop%5D(media.stop.html).html">media.stop</a>: Stop playing audio file.</li>
+<li><a href="media.getCurrentPosition.html">media.getCurrentPosition</a>: Returns the current position within an audio file.</li>
+<li><a href="media.getDuration.html">media.getDuration</a>: Returns the duration of an audio file.</li>
+<li><a href="media.play.html">media.play</a>: Start or <a href="../events/events.resume.html">resume</a> playing audio file.</li>
+<li><a href="media.pause.html">media.pause</a>: Pause playing audio file.</li>
+<li><a href="media.release.html">media.release</a>: Releases the underlying OS&#39;es audio resources.</li>
+<li><a href="media.seekTo.html">media.seekTo</a>: Moves the position within the audio file.</li>
+<li><a href="media.startRecord.html">media.startRecord</a>: Start recording audio file.</li>
+<li><a href="media.stopRecord.html">media.stopRecord</a>: Stop recording audio file.</li>
+<li><a href="media.stop.html">media.stop</a>: Stop playing audio file.</li>
 </ul>
 
 <h2>Additional ReadOnly Parameters</h2>

Modified: cordova/site/public/docs/en/2.7.0/cordova/notification/notification.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/cordova/notification/notification.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/cordova/notification/notification.html (original)
+++ cordova/site/public/docs/en/2.7.0/cordova/notification/notification.html Wed Oct  7 00:21:01 2015
@@ -1316,11 +1316,11 @@
 <h2>Methods</h2>
 
 <ul>
-<li><a href="%5Bnotification.alert%5D(notification.alert.html).html">notification.alert</a></li>
-<li><a href="%5Bnotification.confirm%5D(notification.confirm.html).html">notification.confirm</a></li>
-<li><a href="%5Bnotification.prompt%5D(notification.prompt.html).html">notification.prompt</a></li>
-<li><a href="%5Bnotification.beep%5D(notification.beep.html).html">notification.beep</a></li>
-<li><a href="%5Bnotification.vibrate%5D(notification.vibrate.html).html">notification.vibrate</a></li>
+<li><a href="notification.alert.html">notification.alert</a></li>
+<li><a href="notification.confirm.html">notification.confirm</a></li>
+<li><a href="notification.prompt.html">notification.prompt</a></li>
+<li><a href="notification.beep.html">notification.beep</a></li>
+<li><a href="notification.vibrate.html">notification.vibrate</a></li>
 </ul>
 
 <h2>Permissions</h2>

Modified: cordova/site/public/docs/en/2.7.0/page_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.7.0/page_index.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.7.0/page_index.html (original)
+++ cordova/site/public/docs/en/2.7.0/page_index.html Wed Oct  7 00:21:01 2015
@@ -1324,7 +1324,7 @@ var keywordIndex = [
 
     {
         url: "/docs/en/2.7.0/cordova/media/capture/MediaFile.getFormatData.html",
-        name: "[MediaFile]([MediaFile](MediaFile.html).html).getFormatData"
+        name: "[MediaFile](MediaFile.html).getFormatData"
     }
     
     ,

Modified: cordova/site/public/docs/en/2.8.0/cordova/accelerometer/accelerometer.clearWatch.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.8.0/cordova/accelerometer/accelerometer.clearWatch.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.8.0/cordova/accelerometer/accelerometer.clearWatch.html (original)
+++ cordova/site/public/docs/en/2.8.0/cordova/accelerometer/accelerometer.clearWatch.html Wed Oct  7 00:21:01 2015
@@ -1332,7 +1332,7 @@
 <div class="highlight"><pre><code class="language-text" data-lang="text">navigator.accelerometer.clearWatch(watchID);
 </code></pre></div>
 <ul>
-<li><strong>watchID</strong>: The ID returned by <code class="prettyprint">[accelerometer.watchAcceleration]([accelerometer.watchAcceleration](accelerometer.watchAcceleration.html).html)</code>.</li>
+<li><strong>watchID</strong>: The ID returned by <code class="prettyprint">[accelerometer.watchAcceleration](accelerometer.watchAcceleration.html)</code>.</li>
 </ul>
 
 <h2>Supported Platforms</h2>

Modified: cordova/site/public/docs/en/2.8.0/cordova/accelerometer/accelerometer.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.8.0/cordova/accelerometer/accelerometer.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.8.0/cordova/accelerometer/accelerometer.html (original)
+++ cordova/site/public/docs/en/2.8.0/cordova/accelerometer/accelerometer.html Wed Oct  7 00:21:01 2015
@@ -1334,9 +1334,9 @@
 <h2>Methods</h2>
 
 <ul>
-<li><a href="%5Baccelerometer.getCurrentAcceleration%5D(accelerometer.getCurrentAcceleration.html).html">accelerometer.getCurrentAcceleration</a></li>
-<li><a href="%5Baccelerometer.watchAcceleration%5D(accelerometer.watchAcceleration.html).html">accelerometer.watchAcceleration</a></li>
-<li><a href="%5Baccelerometer.clearWatch%5D(accelerometer.clearWatch.html).html">accelerometer.clearWatch</a></li>
+<li><a href="accelerometer.getCurrentAcceleration.html">accelerometer.getCurrentAcceleration</a></li>
+<li><a href="accelerometer.watchAcceleration.html">accelerometer.watchAcceleration</a></li>
+<li><a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a></li>
 </ul>
 
 <h2>Arguments</h2>

Modified: cordova/site/public/docs/en/2.8.0/cordova/accelerometer/accelerometer.watchAcceleration.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.8.0/cordova/accelerometer/accelerometer.watchAcceleration.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.8.0/cordova/accelerometer/accelerometer.watchAcceleration.html (original)
+++ cordova/site/public/docs/en/2.8.0/cordova/accelerometer/accelerometer.watchAcceleration.html Wed Oct  7 00:21:01 2015
@@ -1339,7 +1339,7 @@
 
 <p>The <code class="prettyprint">accelerometer.watchAcceleration</code> gets the device&#39;s current acceleration at a regular interval. Each time the <code class="prettyprint">[Acceleration](acceleration/acceleration.html)</code> is retrieved, the <code class="prettyprint">[accelerometerSuccess](parameters/accelerometerSuccess.html)</code> callback function is executed. Specify the interval in milliseconds via the <code class="prettyprint">frequency</code> parameter in the <code class="prettyprint">acceleratorOptions</code> object.</p>
 
-<p>The returned watch ID references the accelerometer watch interval. The watch ID can be used with <code class="prettyprint">[accelerometer.clearWatch]([accelerometer.clearWatch](accelerometer.clearWatch.html).html)</code> to stop watching the accelerometer.</p>
+<p>The returned watch ID references the accelerometer watch interval. The watch ID can be used with <code class="prettyprint">[accelerometer.clearWatch](accelerometer.clearWatch.html)</code> to stop watching the accelerometer.</p>
 
 <h2>Supported Platforms</h2>
 

Modified: cordova/site/public/docs/en/2.8.0/cordova/camera/camera.cleanup.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.8.0/cordova/camera/camera.cleanup.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.8.0/cordova/camera/camera.cleanup.html (original)
+++ cordova/site/public/docs/en/2.8.0/cordova/camera/camera.cleanup.html Wed Oct  7 00:21:01 2015
@@ -1333,7 +1333,7 @@
 </code></pre></div>
 <h2>Description</h2>
 
-<p>Cleans up the image files stored in the temporary storage location, when the function <code class="prettyprint">[camera.getPicture]([camera.getPicture](camera.getPicture.html).html)</code> is used with  <code class="prettyprint">[Camera](camera.html).sourceType = [Camera](camera.html).PictureSourceType.CAMERA</code> and <code class="prettyprint">[Camera](camera.html).destinationType = [Camera](camera.html).DestinationType.FILE_URI</code></p>
+<p>Cleans up the image files stored in the temporary storage location, when the function <code class="prettyprint">[camera.getPicture](camera.getPicture.html)</code> is used with  <code class="prettyprint">[Camera](camera.html).sourceType = [Camera](camera.html).PictureSourceType.CAMERA</code> and <code class="prettyprint">[Camera](camera.html).destinationType = [Camera](camera.html).DestinationType.FILE_URI</code></p>
 
 <h2>Supported Platforms</h2>
 

Modified: cordova/site/public/docs/en/2.8.0/cordova/camera/camera.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.8.0/cordova/camera/camera.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.8.0/cordova/camera/camera.html (original)
+++ cordova/site/public/docs/en/2.8.0/cordova/camera/camera.html Wed Oct  7 00:21:01 2015
@@ -1336,8 +1336,8 @@
 <h2>Methods</h2>
 
 <ul>
-<li><a href="%5Bcamera.getPicture%5D(camera.getPicture.html).html">camera.getPicture</a></li>
-<li><a href="%5Bcamera.cleanup%5D(camera.cleanup.html).html">camera.cleanup</a></li>
+<li><a href="camera.getPicture.html">camera.getPicture</a></li>
+<li><a href="camera.cleanup.html">camera.cleanup</a></li>
 </ul>
 
 <h2>Permissions</h2>

Modified: cordova/site/public/docs/en/2.8.0/cordova/camera/parameter/CameraPopoverHandle.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.8.0/cordova/camera/parameter/CameraPopoverHandle.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.8.0/cordova/camera/parameter/CameraPopoverHandle.html (original)
+++ cordova/site/public/docs/en/2.8.0/cordova/camera/parameter/CameraPopoverHandle.html Wed Oct  7 00:21:01 2015
@@ -1349,7 +1349,7 @@
 <p><strong>Parameters:</strong></p>
 
 <ul>
-<li>cameraPopoverOptions - the <a href="%5BCameraPopoverOptions%5D(CameraPopoverOptions.html).html">CameraPopoverOptions</a> specifying the new position</li>
+<li>cameraPopoverOptions - the <a href="CameraPopoverOptions.html">CameraPopoverOptions</a> specifying the new position</li>
 </ul>
 
 <h2>Quick <a href="../../storage/storage.opendatabase.html">Example</a></h2>

Modified: cordova/site/public/docs/en/2.8.0/cordova/camera/parameter/cameraOptions.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.8.0/cordova/camera/parameter/cameraOptions.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.8.0/cordova/camera/parameter/cameraOptions.html (original)
+++ cordova/site/public/docs/en/2.8.0/cordova/camera/parameter/cameraOptions.html Wed Oct  7 00:21:01 2015
@@ -1375,7 +1375,7 @@
 <p>};</p></li>
 <li><p><strong>correctOrientation:</strong> Rotate the image to correct for the orientation of the device during capture. (<code class="prettyprint">Boolean</code>)</p></li>
 <li><p><strong>saveToPhotoAlbum:</strong> Save the image to the photo album on the device after capture. (<code class="prettyprint">Boolean</code>)</p></li>
-<li><p><strong>popoverOptions:</strong> iOS only options to specify popover location in iPad.  Defined in <a href="%5BCameraPopoverOptions%5D(CameraPopoverOptions.html).html">CameraPopoverOptions</a>.</p></li>
+<li><p><strong>popoverOptions:</strong> iOS only options to specify popover location in iPad.  Defined in <a href="CameraPopoverOptions.html">CameraPopoverOptions</a>.</p></li>
 <li><p><strong>cameraDirection:</strong> Choose the camera to use (front- or back-facing).  Defined in navigator.camera.Direction (<code class="prettyprint">Number</code>)</p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">Camera.Direction = {
     BACK : 0,           // Use the back-facing camera

Modified: cordova/site/public/docs/en/2.8.0/cordova/camera/parameter/cameraSuccess.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.8.0/cordova/camera/parameter/cameraSuccess.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.8.0/cordova/camera/parameter/cameraSuccess.html (original)
+++ cordova/site/public/docs/en/2.8.0/cordova/camera/parameter/cameraSuccess.html Wed Oct  7 00:21:01 2015
@@ -1336,7 +1336,7 @@
 <h2>Parameters</h2>
 
 <ul>
-<li><strong>imageData:</strong> Base64 encoding of the image data, OR the image file URI, depending on <code class="prettyprint">[cameraOptions]([cameraOptions](cameraOptions.html).html)</code> used. (<code class="prettyprint">String</code>)</li>
+<li><strong>imageData:</strong> Base64 encoding of the image data, OR the image file URI, depending on <code class="prettyprint">[cameraOptions](cameraOptions.html)</code> used. (<code class="prettyprint">String</code>)</li>
 </ul>
 
 <h2><a href="../../storage/storage.opendatabase.html">Example</a></h2>

Modified: cordova/site/public/docs/en/2.8.0/cordova/compass/compass.clearWatch.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.8.0/cordova/compass/compass.clearWatch.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.8.0/cordova/compass/compass.clearWatch.html (original)
+++ cordova/site/public/docs/en/2.8.0/cordova/compass/compass.clearWatch.html Wed Oct  7 00:21:01 2015
@@ -1332,7 +1332,7 @@
 <div class="highlight"><pre><code class="language-text" data-lang="text">navigator.compass.clearWatch(watchID);
 </code></pre></div>
 <ul>
-<li><strong>watchID</strong>: The ID returned by <code class="prettyprint">[compass.watchHeading]([compass.watchHeading](compass.watchHeading.html).html)</code>.</li>
+<li><strong>watchID</strong>: The ID returned by <code class="prettyprint">[compass.watchHeading](compass.watchHeading.html)</code>.</li>
 </ul>
 
 <h2>Supported Platforms</h2>

Modified: cordova/site/public/docs/en/2.8.0/cordova/compass/compass.clearWatchFilter.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.8.0/cordova/compass/compass.clearWatchFilter.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.8.0/cordova/compass/compass.clearWatchFilter.html (original)
+++ cordova/site/public/docs/en/2.8.0/cordova/compass/compass.clearWatchFilter.html Wed Oct  7 00:21:01 2015
@@ -1328,7 +1328,7 @@
         <div id="page-toc-source">
             <h1>compass.clearWatchFilter</h1>
 
-<p>No longer supported as of 1.6.  See <code class="prettyprint">[compass.clearWatch]([compass.clearWatch](compass.clearWatch.html).html)</code>.</p>
+<p>No longer supported as of 1.6.  See <code class="prettyprint">[compass.clearWatch](compass.clearWatch.html)</code>.</p>
 
 
         </div>

Modified: cordova/site/public/docs/en/2.8.0/cordova/compass/compass.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.8.0/cordova/compass/compass.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.8.0/cordova/compass/compass.html (original)
+++ cordova/site/public/docs/en/2.8.0/cordova/compass/compass.html Wed Oct  7 00:21:01 2015
@@ -1334,10 +1334,10 @@
 <h2>Methods</h2>
 
 <ul>
-<li><a href="%5Bcompass.getCurrentHeading%5D(compass.getCurrentHeading.html).html">compass.getCurrentHeading</a></li>
-<li><a href="%5Bcompass.watchHeading%5D(compass.watchHeading.html).html">compass.watchHeading</a></li>
-<li><a href="%5Bcompass.clearWatch%5D(compass.clearWatch.html).html">compass.clearWatch</a></li>
-<li><a href="%5Bcompass.watchHeadingFilter%5D(compass.watchHeadingFilter.html).html">compass.watchHeadingFilter</a>  (obsolete)</li>
+<li><a href="compass.getCurrentHeading.html">compass.getCurrentHeading</a></li>
+<li><a href="compass.watchHeading.html">compass.watchHeading</a></li>
+<li><a href="compass.clearWatch.html">compass.clearWatch</a></li>
+<li><a href="compass.watchHeadingFilter.html">compass.watchHeadingFilter</a>     (obsolete)</li>
 <li>compass.clearWatchFilter      (obsolete)</li>
 </ul>
 

Modified: cordova/site/public/docs/en/2.8.0/cordova/compass/compass.watchHeading.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.8.0/cordova/compass/compass.watchHeading.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.8.0/cordova/compass/compass.watchHeading.html (original)
+++ cordova/site/public/docs/en/2.8.0/cordova/compass/compass.watchHeading.html Wed Oct  7 00:21:01 2015
@@ -1337,7 +1337,7 @@
 
 <p>The <code class="prettyprint">compass.watchHeading</code> gets the device&#39;s current heading at a regular interval. Each time the heading is retrieved, the <code class="prettyprint">headingSuccess</code> callback function is executed. Specify the interval in milliseconds via the <code class="prettyprint">frequency</code> parameter in the <code class="prettyprint">[compassOptions](parameters/compassOptions.html)</code> object.</p>
 
-<p>The returned watch ID references references the compass watch interval. The watch ID can be used with <code class="prettyprint">[compass.clearWatch]([compass.clearWatch](compass.clearWatch.html).html)</code> to stop watching the compass.</p>
+<p>The returned watch ID references references the compass watch interval. The watch ID can be used with <code class="prettyprint">[compass.clearWatch](compass.clearWatch.html)</code> to stop watching the compass.</p>
 
 <h2>Supported Platforms</h2>
 
@@ -1430,7 +1430,7 @@ var watchID = navigator.compass.watchHea
 </code></pre></div>
 <h2>iOS Quirks</h2>
 
-<p>In iOS <code class="prettyprint">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 <code class="prettyprint">headingSuccess</code> callback function is called. Specify the degrees of change via the <code class="prettyprint">filter</code> parameter in the <code class="prettyprint">[compassOptions](parameters/compassOptions.html)</code> object.  Clear the watch as normal by passing the returned watch ID to <code class="prettyprint">[compass.clearWatch]([compass.clearWatch](compass.clearWatch.html).html)</code>.  This functionality replaces the previously separate, iOS only functions, watchHeadingFilter and clearWatchFilter, which were removed in 1.6.</p>
+<p>In iOS <code class="prettyprint">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 <code class="prettyprint">headingSuccess</code> callback function is called. Specify the degrees of change via the <code class="prettyprint">filter</code> parameter in the <code class="prettyprint">[compassOptions](parameters/compassOptions.html)</code> object.  Clear the watch as normal by passing the returned watch ID to <code class="prettyprint">[compass.clearWatch](compass.clearWatch.html)</code>.  This functionality replaces the previously separate, iOS only functions, watchHeadingFilter and clearWatchFilter, which were removed in 1.6.</p>
 
 <p>In iOS only one watchHeading can be in effect at one time.  If a watchHeading via filter is in effect, calling getCurrentHeading or watchHeading will use the existing filter value for specifying heading changes. On iOS watching heading changes via a filter is more efficient than via time.</p>
 

Modified: cordova/site/public/docs/en/2.8.0/cordova/compass/compass.watchHeadingFilter.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.8.0/cordova/compass/compass.watchHeadingFilter.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.8.0/cordova/compass/compass.watchHeadingFilter.html (original)
+++ cordova/site/public/docs/en/2.8.0/cordova/compass/compass.watchHeadingFilter.html Wed Oct  7 00:21:01 2015
@@ -1328,7 +1328,7 @@
         <div id="page-toc-source">
             <h1>compass.watchHeadingFilter</h1>
 
-<p>No longer supported as of 1.6, see <code class="prettyprint">[compass.watchHeading]([compass.watchHeading](compass.watchHeading.html).html)</code> for equivalent functionality.</p>
+<p>No longer supported as of 1.6, see <code class="prettyprint">[compass.watchHeading](compass.watchHeading.html)</code> for equivalent functionality.</p>
 
 
         </div>

Modified: cordova/site/public/docs/en/2.8.0/cordova/compass/parameters/compassHeading.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.8.0/cordova/compass/parameters/compassHeading.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.8.0/cordova/compass/parameters/compassHeading.html (original)
+++ cordova/site/public/docs/en/2.8.0/cordova/compass/parameters/compassHeading.html Wed Oct  7 00:21:01 2015
@@ -1328,7 +1328,7 @@
         <div id="page-toc-source">
             <h1>compassHeading</h1>
 
-<p>A <code class="prettyprint">CompassHeading</code> object is returned to the <code class="prettyprint">[compassSuccess]([compassSuccess](compassSuccess.html).html)</code> callback function when an error occurs.</p>
+<p>A <code class="prettyprint">CompassHeading</code> object is returned to the <code class="prettyprint">[compassSuccess](compassSuccess.html)</code> callback function when an error occurs.</p>
 
 <h2>Properties</h2>
 
@@ -1341,7 +1341,7 @@
 
 <h2>Description</h2>
 
-<p>The <code class="prettyprint">CompassHeading</code> object is returned to the user through the <code class="prettyprint">[compassSuccess]([compassSuccess](compassSuccess.html).html)</code> callback function.</p>
+<p>The <code class="prettyprint">CompassHeading</code> object is returned to the user through the <code class="prettyprint">[compassSuccess](compassSuccess.html)</code> callback function.</p>
 
 <h2>Android Quirks</h2>
 

Modified: cordova/site/public/docs/en/2.8.0/cordova/compass/parameters/compassSuccess.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.8.0/cordova/compass/parameters/compassSuccess.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.8.0/cordova/compass/parameters/compassSuccess.html (original)
+++ cordova/site/public/docs/en/2.8.0/cordova/compass/parameters/compassSuccess.html Wed Oct  7 00:21:01 2015
@@ -1328,7 +1328,7 @@
         <div id="page-toc-source">
             <h1>compassSuccess</h1>
 
-<p>onSuccess callback function that provides the compass heading information via a <a href="%5BcompassHeading%5D(compassHeading.html).html">compassHeading</a> object.</p>
+<p>onSuccess callback function that provides the compass heading information via a <a href="compassHeading.html">compassHeading</a> object.</p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">function(heading) {
     // Do something
 }

Modified: cordova/site/public/docs/en/2.8.0/cordova/connection/connection.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.8.0/cordova/connection/connection.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.8.0/cordova/connection/connection.html (original)
+++ cordova/site/public/docs/en/2.8.0/cordova/connection/connection.html Wed Oct  7 00:21:01 2015
@@ -1336,7 +1336,7 @@
 <h2>Properties</h2>
 
 <ul>
-<li><a href="%5Bconnection.type%5D(connection.type.html).html">connection.type</a></li>
+<li><a href="connection.type.html">connection.type</a></li>
 </ul>
 
 <h2>Constants</h2>

Modified: cordova/site/public/docs/en/2.8.0/cordova/contacts/contacts.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.8.0/cordova/contacts/contacts.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.8.0/cordova/contacts/contacts.html (original)
+++ cordova/site/public/docs/en/2.8.0/cordova/contacts/contacts.html Wed Oct  7 00:21:01 2015
@@ -1336,8 +1336,8 @@
 <h2>Methods</h2>
 
 <ul>
-<li><a href="%5Bcontacts.create%5D(contacts.create.html).html">contacts.create</a></li>
-<li><a href="%5Bcontacts.find%5D(contacts.find.html).html">contacts.find</a></li>
+<li><a href="contacts.create.html">contacts.create</a></li>
+<li><a href="contacts.find.html">contacts.find</a></li>
 </ul>
 
 <h2>Arguments</h2>

Modified: cordova/site/public/docs/en/2.8.0/cordova/device/device.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.8.0/cordova/device/device.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/2.8.0/cordova/device/device.html (original)
+++ cordova/site/public/docs/en/2.8.0/cordova/device/device.html Wed Oct  7 00:21:01 2015
@@ -1334,12 +1334,12 @@
 <h2>Properties</h2>
 
 <ul>
-<li><a href="%5Bdevice.name%5D(device.name.html).html">device.name</a></li>
-<li><a href="%5Bdevice.cordova%5D(device.cordova.html).html">device.cordova</a></li>
-<li><a href="%5Bdevice.platform%5D(device.platform.html).html">device.platform</a></li>
-<li><a href="%5Bdevice.uuid%5D(device.uuid.html).html">device.uuid</a></li>
-<li><a href="%5Bdevice.version%5D(device.version.html).html">device.version</a></li>
-<li><a href="%5Bdevice.model%5D(device.model.html).html">device.model</a></li>
+<li><a href="device.name.html">device.name</a></li>
+<li><a href="device.cordova.html">device.cordova</a></li>
+<li><a href="device.platform.html">device.platform</a></li>
+<li><a href="device.uuid.html">device.uuid</a></li>
+<li><a href="device.version.html">device.version</a></li>
+<li><a href="device.model.html">device.model</a></li>
 </ul>
 
 <h2>Variable Scope</h2>




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