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 [14/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/3.1.0/cordova/geolocation/geolocation.watchPosition.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.1.0/cordova/geolocation/geolocation.watchPosition.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.1.0/cordova/geolocation/geolocation.watchPosition.html (original)
+++ cordova/site/public/docs/en/3.1.0/cordova/geolocation/geolocation.watchPosition.html Wed Oct  7 00:21:01 2015
@@ -1336,7 +1336,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/3.1.0/cordova/geolocation/parameters/geolocation.options.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.1.0/cordova/geolocation/parameters/geolocation.options.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.1.0/cordova/geolocation/parameters/geolocation.options.html (original)
+++ cordova/site/public/docs/en/3.1.0/cordova/geolocation/parameters/geolocation.options.html Wed Oct  7 00:21:01 2015
@@ -1328,7 +1328,7 @@
 
 <ul>
 <li><p><strong>enableHighAccuracy</strong>: Provides a hint that the application needs the best possible results. By default, the device attempts 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></p></li>
-<li><p><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 executes. 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 is passed a <code class="prettyprint">[PositionError](../PositionError/positionError.html).TIMEOUT</code> error code. (Note that 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></p></li>
+<li><p><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 executes. 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 is passed a <code class="prettyprint">[PositionError](../PositionError/positionError.html).TIMEOUT</code> error code. (Note that when used in conjunction with <code class="prettyprint">[geolocation.watchPosition](../geolocation.watchPosition.html)</code>, the <code class="prettyprint">[geolocationError](geolocationError.html)</code> cal
 lback could be called on an interval every <code class="prettyprint">timeout</code> milliseconds!) <em>(Number)</em></p></li>
 <li><p><strong>maximumAge</strong>: Accept a cached position whose age is no greater than the specified time in milliseconds. <em>(Number)</em></p></li>
 </ul>
 

Modified: cordova/site/public/docs/en/3.1.0/cordova/globalization/globalization.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.1.0/cordova/globalization/globalization.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.1.0/cordova/globalization/globalization.html (original)
+++ cordova/site/public/docs/en/3.1.0/cordova/globalization/globalization.html Wed Oct  7 00:21:01 2015
@@ -1331,18 +1331,18 @@ locale and timezone.</p>
 <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/3.1.0/cordova/inappbrowser/inappbrowser.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.1.0/cordova/inappbrowser/inappbrowser.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.1.0/cordova/inappbrowser/inappbrowser.html (original)
+++ cordova/site/public/docs/en/3.1.0/cordova/inappbrowser/inappbrowser.html Wed Oct  7 00:21:01 2015
@@ -1320,7 +1320,7 @@
             <h1>InAppBrowser</h1>
 
 <blockquote>
-<p>The <code class="prettyprint">InAppBrowser</code> is a web browser view that displays when calling <code class="prettyprint">[window.open]([window.open](window.open.html).html)()</code>, or when opening a link formed as <code class="prettyprint">&lt;a target=&quot;_blank&quot;&gt;</code>.</p>
+<p>The <code class="prettyprint">InAppBrowser</code> is a web browser view that displays when calling <code class="prettyprint">[window.open](window.open.html)()</code>, or when opening a link formed as <code class="prettyprint">&lt;a target=&quot;_blank&quot;&gt;</code>.</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>
@@ -1329,7 +1329,7 @@ and cannot access Cordova APIs.</p>
 
 <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/3.1.0/cordova/media/capture/CaptureCB.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.1.0/cordova/media/capture/CaptureCB.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.1.0/cordova/media/capture/CaptureCB.html (original)
+++ cordova/site/public/docs/en/3.1.0/cordova/media/capture/CaptureCB.html Wed Oct  7 00:21:01 2015
@@ -1332,7 +1332,7 @@ At this point a media file has been capt
 exited the media capture application, or the capture limit has been
 reached.</p>
 
-<p>Each <code class="prettyprint">[MediaFile]([MediaFile](MediaFile.html).html)</code> object describes a captured media file.</p>
+<p>Each <code class="prettyprint">[MediaFile](MediaFile.html)</code> object describes a captured media file.</p>
 
 <h2>Quick Example</h2>
 <div class="highlight"><pre><code class="language-text" data-lang="text">// capture callback

Modified: cordova/site/public/docs/en/3.1.0/cordova/media/capture/CaptureErrorCB.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.1.0/cordova/media/capture/CaptureErrorCB.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.1.0/cordova/media/capture/CaptureErrorCB.html (original)
+++ cordova/site/public/docs/en/3.1.0/cordova/media/capture/CaptureErrorCB.html Wed Oct  7 00:21:01 2015
@@ -1332,7 +1332,7 @@ media capture operation. Failure scenari
 application is busy, a capture operation is already taking place, or
 the user cancels the operation before any media files are captured.</p>
 
-<p>This function executes with a <code class="prettyprint">[CaptureError]([CaptureError](CaptureError.html).html)</code> object containing an
+<p>This function executes with a <code class="prettyprint">[CaptureError](CaptureError.html)</code> object containing an
 appropriate error <code class="prettyprint">code</code>.</p>
 
 <h2>Quick Example</h2>

Modified: cordova/site/public/docs/en/3.1.0/cordova/media/capture/MediaFile.getFormatData.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.1.0/cordova/media/capture/MediaFile.getFormatData.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.1.0/cordova/media/capture/MediaFile.getFormatData.html (original)
+++ cordova/site/public/docs/en/3.1.0/cordova/media/capture/MediaFile.getFormatData.html Wed Oct  7 00:21:01 2015
@@ -1332,7 +1332,7 @@
 
 <p>This function asynchronously attempts to retrieve the format
 information for the media file.  If successful, it invokes the
-<code class="prettyprint">MediaFileDataSuccessCB</code> callback with a <code class="prettyprint">[MediaFileData]([MediaFileData](MediaFileData.html).html)</code> object.  If
+<code class="prettyprint">MediaFileDataSuccessCB</code> callback with a <code class="prettyprint">[MediaFileData](MediaFileData.html)</code> object.  If
 the attempt fails, this function invokes the <code class="prettyprint">MediaFileDataErrorCB</code>
 callback.</p>
 
@@ -1349,17 +1349,17 @@ callback.</p>
 <h2>BlackBerry WebWorks Quirks</h2>
 
 <p>Does not provide an API for information about media files, so all
-<code class="prettyprint">[MediaFileData]([MediaFileData](MediaFileData.html).html)</code> objects return with default values.</p>
+<code class="prettyprint">[MediaFileData](MediaFileData.html)</code> objects return with default values.</p>
 
 <h2>Android Quirks</h2>
 
 <p>The API to access media file format information is limited, so not all
-<code class="prettyprint">[MediaFileData]([MediaFileData](MediaFileData.html).html)</code> properties are supported.</p>
+<code class="prettyprint">[MediaFileData](MediaFileData.html)</code> properties are supported.</p>
 
 <h2>iOS Quirks</h2>
 
 <p>The API to access media file format information is limited, so not all
-<code class="prettyprint">[MediaFileData]([MediaFileData](MediaFileData.html).html)</code> properties are supported.</p>
+<code class="prettyprint">[MediaFileData](MediaFileData.html)</code> properties are supported.</p>
 
 
         </div>

Modified: cordova/site/public/docs/en/3.1.0/cordova/media/capture/MediaFileData.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.1.0/cordova/media/capture/MediaFileData.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.1.0/cordova/media/capture/MediaFileData.html (original)
+++ cordova/site/public/docs/en/3.1.0/cordova/media/capture/MediaFileData.html Wed Oct  7 00:21:01 2015
@@ -1337,7 +1337,7 @@
 <h2>BlackBerry WebWorks Quirks</h2>
 
 <p>No API provides format information for media files, so the
-<code class="prettyprint">MediaFileData</code> object returned by <code class="prettyprint">[MediaFile.getFormatData]([MediaFile]([MediaFile](MediaFile.html).html).getFormatData.html)</code> features
+<code class="prettyprint">MediaFileData</code> object returned by <code class="prettyprint">[MediaFile.getFormatData]([MediaFile](MediaFile.html).getFormatData.html)</code> features
 the following default values:</p>
 
 <ul>

Modified: cordova/site/public/docs/en/3.1.0/cordova/media/capture/capture.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.1.0/cordova/media/capture/capture.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.1.0/cordova/media/capture/capture.html (original)
+++ cordova/site/public/docs/en/3.1.0/cordova/media/capture/capture.html Wed Oct  7 00:21:01 2015
@@ -1346,10 +1346,10 @@ see the <a href="../../../guide/appdev/p
 <li><a href="captureImageOptions.html">CaptureImageOptions</a></li>
 <li><a href="captureVideoOptions.html">CaptureVideoOptions</a></li>
 <li>CaptureCallback</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="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>
@@ -1358,7 +1358,7 @@ see the <a href="../../../guide/appdev/p
 <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/3.1.0/cordova/media/capture/captureAudio.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.1.0/cordova/media/capture/captureAudio.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.1.0/cordova/media/capture/captureAudio.html (original)
+++ cordova/site/public/docs/en/3.1.0/cordova/media/capture/captureAudio.html Wed Oct  7 00:21:01 2015
@@ -1340,10 +1340,10 @@ value is specified, it defaults to one (
 terminates after the user records a single audio clip.</p>
 
 <p>When the capture operation finishes, the <code class="prettyprint">CaptureCallback</code> executes
-with an array of <code class="prettyprint">[MediaFile]([MediaFile](MediaFile.html).html)</code> objects describing each captured audio
+with an array of <code class="prettyprint">[MediaFile](MediaFile.html)</code> objects describing each captured audio
 clip file.  If the user terminates the operation before an audio clip
-is captured, the <code class="prettyprint">CaptureErrorCallback</code> executes with a <code class="prettyprint">[CaptureError]([CaptureError](CaptureError.html).html)</code>
-object, featuring the <code class="prettyprint">[CaptureError]([CaptureError](CaptureError.html).html).CAPTURE_NO_MEDIA_FILES</code> error
+is captured, the <code class="prettyprint">CaptureErrorCallback</code> executes with a <code class="prettyprint">[CaptureError](CaptureError.html)</code>
+object, featuring the <code class="prettyprint">[CaptureError](CaptureError.html).CAPTURE_NO_MEDIA_FILES</code> error
 code.</p>
 
 <h2>Supported Platforms</h2>
@@ -1436,7 +1436,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 audio recordings. The app receives a <code class="prettyprint">[CaptureError]([CaptureError](CaptureError.html).html).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 audio recordings. The app receives a <code class="prettyprint">[CaptureError](CaptureError.html).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/3.1.0/cordova/media/capture/captureImage.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.1.0/cordova/media/capture/captureImage.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.1.0/cordova/media/capture/captureImage.html (original)
+++ cordova/site/public/docs/en/3.1.0/cordova/media/capture/captureImage.html Wed Oct  7 00:21:01 2015
@@ -1339,11 +1339,11 @@ application, or the maximum number of re
 specified, it defaults to one (1), and the capture operation
 terminates after the user captures a single image.</p>
 
-<p>When the capture operation finishes, it invokes the <code class="prettyprint">[CaptureCB]([CaptureCB](CaptureCB.html).html)</code>
-callback with an array of <code class="prettyprint">[MediaFile]([MediaFile](MediaFile.html).html)</code> objects describing each captured
+<p>When the capture operation finishes, it invokes the <code class="prettyprint">[CaptureCB](CaptureCB.html)</code>
+callback with an array of <code class="prettyprint">[MediaFile](MediaFile.html)</code> objects describing each captured
 image file.  If the user terminates the operation before capturing an
-image, the <code class="prettyprint">[CaptureErrorCB]([CaptureErrorCB](CaptureErrorCB.html).html)</code> callback executes with a <code class="prettyprint">[CaptureError]([CaptureError](CaptureError.html).html)</code>
-object featuring a <code class="prettyprint">[CaptureError]([CaptureError](CaptureError.html).html).CAPTURE_NO_MEDIA_FILES</code> error code.</p>
+image, the <code class="prettyprint">[CaptureErrorCB](CaptureErrorCB.html)</code> callback executes with a <code class="prettyprint">[CaptureError](CaptureError.html)</code>
+object featuring a <code class="prettyprint">[CaptureError](CaptureError.html).CAPTURE_NO_MEDIA_FILES</code> error code.</p>
 
 <h2>Supported Platforms</h2>
 

Modified: cordova/site/public/docs/en/3.1.0/cordova/media/capture/captureVideo.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.1.0/cordova/media/capture/captureVideo.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.1.0/cordova/media/capture/captureVideo.html (original)
+++ cordova/site/public/docs/en/3.1.0/cordova/media/capture/captureVideo.html Wed Oct  7 00:21:01 2015
@@ -1339,12 +1339,12 @@ by <code class="prettyprint">[CaptureVid
 value is specified, it defaults to one (1), and the capture operation
 terminates after the user records a single video clip.</p>
 
-<p>When the capture operation finishes, it the <code class="prettyprint">[CaptureCB]([CaptureCB](CaptureCB.html).html)</code> callback
-executes with an array of <code class="prettyprint">[MediaFile]([MediaFile](MediaFile.html).html)</code> objects describing each captured
+<p>When the capture operation finishes, it the <code class="prettyprint">[CaptureCB](CaptureCB.html)</code> callback
+executes with an array of <code class="prettyprint">[MediaFile](MediaFile.html)</code> objects describing each captured
 video clip file.  If the user terminates the operation before
-capturing a video clip, the <code class="prettyprint">[CaptureErrorCB]([CaptureErrorCB](CaptureErrorCB.html).html)</code> callback executes with a
-<code class="prettyprint">[CaptureError]([CaptureError](CaptureError.html).html)</code> object featuring a
-<code class="prettyprint">[CaptureError]([CaptureError](CaptureError.html).html).CAPTURE_NO_MEDIA_FILES</code> error code.</p>
+capturing a video clip, the <code class="prettyprint">[CaptureErrorCB](CaptureErrorCB.html)</code> callback executes with a
+<code class="prettyprint">[CaptureError](CaptureError.html)</code> object featuring a
+<code class="prettyprint">[CaptureError](CaptureError.html).CAPTURE_NO_MEDIA_FILES</code> error code.</p>
 
 <h2>Supported Platforms</h2>
 
@@ -1436,7 +1436,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 video recordings. The app receives a <code class="prettyprint">[CaptureError]([CaptureError](CaptureError.html).html).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 video recordings. The app receives a <code class="prettyprint">[CaptureError](CaptureError.html).CAPTURE_NOT_SUPPORTED</code> error code if the application is not installed on the device.</li>
 </ul>
 
 

Modified: cordova/site/public/docs/en/3.1.0/cordova/media/media.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.1.0/cordova/media/media.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.1.0/cordova/media/media.html (original)
+++ cordova/site/public/docs/en/3.1.0/cordova/media/media.html Wed Oct  7 00:21:01 2015
@@ -1354,16 +1354,16 @@ and may deprecate the current APIs.</p>
 <h2>Methods</h2>
 
 <ul>
-<li><p><code class="prettyprint">[media.getCurrentPosition]([media.getCurrentPosition](media.getCurrentPosition.html).html)</code>: Returns the current position within an audio file.</p></li>
-<li><p><code class="prettyprint">[media.getDuration]([media.getDuration](media.getDuration.html).html)</code>: Returns the duration of an audio file.</p></li>
-<li><p><code class="prettyprint">[media.play]([media.play](media.play.html).html)</code>: Start or <a href="../events/events.resume.html">resume</a> playing an audio file.</p></li>
-<li><p><code class="prettyprint">[media.pause]([media.pause](media.pause.html).html)</code>: Pause playback of an audio file.</p></li>
-<li><p><code class="prettyprint">[media.release]([media.release](media.release.html).html)</code>: Releases the underlying operating system&#39;s audio resources.</p></li>
-<li><p><code class="prettyprint">[media.seekTo]([media.seekTo](media.seekTo.html).html)</code>: Moves the position within the audio file.</p></li>
-<li><p><code class="prettyprint">[media.setVolume]([media.setVolume](media.setVolume.html).html)</code>: Set the volume for audio playback.</p></li>
-<li><p><code class="prettyprint">[media.startRecord]([media.startRecord](media.startRecord.html).html)</code>: Start recording an audio file.</p></li>
-<li><p><code class="prettyprint">[media.stopRecord]([media.stopRecord](media.stopRecord.html).html)</code>: Stop recording an audio file.</p></li>
-<li><p><code class="prettyprint">[media.stop]([media.stop](media.stop.html).html)</code>: Stop playing an audio file.</p></li>
+<li><p><code class="prettyprint">[media.getCurrentPosition](media.getCurrentPosition.html)</code>: Returns the current position within an audio file.</p></li>
+<li><p><code class="prettyprint">[media.getDuration](media.getDuration.html)</code>: Returns the duration of an audio file.</p></li>
+<li><p><code class="prettyprint">[media.play](media.play.html)</code>: Start or <a href="../events/events.resume.html">resume</a> playing an audio file.</p></li>
+<li><p><code class="prettyprint">[media.pause](media.pause.html)</code>: Pause playback of an audio file.</p></li>
+<li><p><code class="prettyprint">[media.release](media.release.html)</code>: Releases the underlying operating system&#39;s audio resources.</p></li>
+<li><p><code class="prettyprint">[media.seekTo](media.seekTo.html)</code>: Moves the position within the audio file.</p></li>
+<li><p><code class="prettyprint">[media.setVolume](media.setVolume.html)</code>: Set the volume for audio playback.</p></li>
+<li><p><code class="prettyprint">[media.startRecord](media.startRecord.html)</code>: Start recording an audio file.</p></li>
+<li><p><code class="prettyprint">[media.stopRecord](media.stopRecord.html)</code>: Stop recording an audio file.</p></li>
+<li><p><code class="prettyprint">[media.stop](media.stop.html)</code>: Stop playing an audio file.</p></li>
 </ul>
 
 <h2>Additional ReadOnly Parameters</h2>

Modified: cordova/site/public/docs/en/3.1.0/cordova/notification/notification.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.1.0/cordova/notification/notification.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.1.0/cordova/notification/notification.html (original)
+++ cordova/site/public/docs/en/3.1.0/cordova/notification/notification.html Wed Oct  7 00:21:01 2015
@@ -1326,11 +1326,11 @@
 <h2>Methods</h2>
 
 <ul>
-<li><code class="prettyprint">[notification.alert]([notification.alert](notification.alert.html).html)</code></li>
-<li><code class="prettyprint">[notification.confirm]([notification.confirm](notification.confirm.html).html)</code></li>
-<li><code class="prettyprint">[notification.prompt]([notification.prompt](notification.prompt.html).html)</code></li>
-<li><code class="prettyprint">[notification.beep]([notification.beep](notification.beep.html).html)</code></li>
-<li><code class="prettyprint">[notification.vibrate]([notification.vibrate](notification.vibrate.html).html)</code></li>
+<li><code class="prettyprint">[notification.alert](notification.alert.html)</code></li>
+<li><code class="prettyprint">[notification.confirm](notification.confirm.html)</code></li>
+<li><code class="prettyprint">[notification.prompt](notification.prompt.html)</code></li>
+<li><code class="prettyprint">[notification.beep](notification.beep.html)</code></li>
+<li><code class="prettyprint">[notification.vibrate](notification.vibrate.html)</code></li>
 </ul>
 
 <h2>Accessing the Feature</h2>

Modified: cordova/site/public/docs/en/3.1.0/cordova/splashscreen/splashscreen.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.1.0/cordova/splashscreen/splashscreen.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.1.0/cordova/splashscreen/splashscreen.html (original)
+++ cordova/site/public/docs/en/3.1.0/cordova/splashscreen/splashscreen.html Wed Oct  7 00:21:01 2015
@@ -1326,8 +1326,8 @@
 <h2>Methods</h2>
 
 <ul>
-<li><a href="%5Bsplashscreen.show%5D(splashscreen.show.html).html">splashscreen.show</a></li>
-<li><a href="%5Bsplashscreen.hide%5D(splashscreen.hide.html).html">splashscreen.hide</a></li>
+<li><a href="splashscreen.show.html">splashscreen.show</a></li>
+<li><a href="splashscreen.hide.html">splashscreen.hide</a></li>
 </ul>
 
 <h2>Accessing the Feature</h2>

Modified: cordova/site/public/docs/en/3.2.0/cordova/accelerometer/accelerometer.clearWatch.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/accelerometer/accelerometer.clearWatch.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/accelerometer/accelerometer.clearWatch.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/accelerometer/accelerometer.clearWatch.html Wed Oct  7 00:21:01 2015
@@ -1386,7 +1386,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/3.2.0/cordova/accelerometer/accelerometer.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/accelerometer/accelerometer.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/accelerometer/accelerometer.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/accelerometer/accelerometer.html Wed Oct  7 00:21:01 2015
@@ -1388,9 +1388,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/3.2.0/cordova/accelerometer/accelerometer.watchAcceleration.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/accelerometer/accelerometer.watchAcceleration.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/accelerometer/accelerometer.watchAcceleration.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/accelerometer/accelerometer.watchAcceleration.html Wed Oct  7 00:21:01 2015
@@ -1400,7 +1400,7 @@ interval in milliseconds via the <code c
 <code class="prettyprint">frequency</code> parameter.</p>
 
 <p>The returned watch ID references the accelerometer&#39;s watch interval,
-and can be used with <code class="prettyprint">[accelerometer.clearWatch]([accelerometer.clearWatch](accelerometer.clearWatch.html).html)</code> to stop watching the
+and 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/3.2.0/cordova/camera/camera.cleanup.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/camera/camera.cleanup.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/camera/camera.cleanup.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/camera/camera.cleanup.html Wed Oct  7 00:21:01 2015
@@ -1389,7 +1389,7 @@ storage.</p>
 <h2>Description</h2>
 
 <p>Removes intermediate image files that are kept in temporary storage
-after calling <code class="prettyprint">[camera.getPicture]([camera.getPicture](camera.getPicture.html).html)</code>. Applies only when the value of
+after calling <code class="prettyprint">[camera.getPicture](camera.getPicture.html)</code>. Applies only when the value of
 <code class="prettyprint">[Camera](camera.html).sourceType</code> equals <code class="prettyprint">[Camera](camera.html).PictureSourceType.CAMERA</code> and the
 <code class="prettyprint">[Camera](camera.html).destinationType</code> equals <code class="prettyprint">[Camera](camera.html).DestinationType.FILE_URI</code>.</p>
 

Modified: cordova/site/public/docs/en/3.2.0/cordova/camera/camera.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/camera/camera.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/camera/camera.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/camera/camera.html Wed Oct  7 00:21:01 2015
@@ -1400,8 +1400,8 @@ obtaining the user&#39;s permission (e.g
 <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>Accessing the Feature</h2>

Modified: cordova/site/public/docs/en/3.2.0/cordova/camera/parameter/CameraPopoverHandle.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/camera/parameter/CameraPopoverHandle.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/camera/parameter/CameraPopoverHandle.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/camera/parameter/CameraPopoverHandle.html Wed Oct  7 00:21:01 2015
@@ -1403,7 +1403,7 @@
 <p><strong>Parameters</strong>:</p>
 
 <ul>
-<li><code class="prettyprint">cameraPopoverOptions</code>: the <code class="prettyprint">[CameraPopoverOptions]([CameraPopoverOptions](CameraPopoverOptions.html).html)</code> that specify the new position</li>
+<li><code class="prettyprint">cameraPopoverOptions</code>: the <code class="prettyprint">[CameraPopoverOptions](CameraPopoverOptions.html)</code> that specify the new position</li>
 </ul>
 
 <h2>Quick Example</h2>

Modified: cordova/site/public/docs/en/3.2.0/cordova/camera/parameter/cameraOptions.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/camera/parameter/cameraOptions.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/camera/parameter/cameraOptions.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/camera/parameter/cameraOptions.html Wed Oct  7 00:21:01 2015
@@ -1429,7 +1429,7 @@
 <p>};</p></li>
 <li><p><strong>correctOrientation</strong>: Rotate the image to correct for the orientation of the device during capture. <em>(Boolean)</em></p></li>
 <li><p><strong>saveToPhotoAlbum</strong>: Save the image to the photo album on the device after capture. <em>(Boolean)</em></p></li>
-<li><p><strong>popoverOptions</strong>: iOS-only options that specify popover location in iPad.  Defined in <code class="prettyprint">[CameraPopoverOptions]([CameraPopoverOptions](CameraPopoverOptions.html).html)</code>.</p></li>
+<li><p><strong>popoverOptions</strong>: iOS-only options that specify popover location in iPad.  Defined in <code class="prettyprint">[CameraPopoverOptions](CameraPopoverOptions.html)</code>.</p></li>
 <li><p><strong>cameraDirection</strong>: Choose the camera to use (front- or back-facing).  Defined in <code class="prettyprint">navigator.camera.Direction</code> <em>(Number)</em></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/3.2.0/cordova/camera/parameter/cameraSuccess.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/camera/parameter/cameraSuccess.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/camera/parameter/cameraSuccess.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/camera/parameter/cameraSuccess.html Wed Oct  7 00:21:01 2015
@@ -1390,7 +1390,7 @@
 <h2>Parameters</h2>
 
 <ul>
-<li><strong>imageData</strong>: Base64 encoding of the image data, <em>or</em> the image file URI, depending on <code class="prettyprint">[cameraOptions]([cameraOptions](cameraOptions.html).html)</code> in effect. <em>(String)</em></li>
+<li><strong>imageData</strong>: Base64 encoding of the image data, <em>or</em> the image file URI, depending on <code class="prettyprint">[cameraOptions](cameraOptions.html)</code> in effect. <em>(String)</em></li>
 </ul>
 
 <h2>Example</h2>

Modified: cordova/site/public/docs/en/3.2.0/cordova/compass/compass.clearWatch.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/compass/compass.clearWatch.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/compass/compass.clearWatch.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/compass/compass.clearWatch.html Wed Oct  7 00:21:01 2015
@@ -1386,7 +1386,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/3.2.0/cordova/compass/compass.clearWatchFilter.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/compass/compass.clearWatchFilter.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/compass/compass.clearWatchFilter.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/compass/compass.clearWatchFilter.html Wed Oct  7 00:21:01 2015
@@ -1382,7 +1382,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/3.2.0/cordova/compass/compass.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/compass/compass.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/compass/compass.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/compass/compass.html Wed Oct  7 00:21:01 2015
@@ -1388,11 +1388,11 @@
 <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="%5Bcompass.clearWatchFilter%5D(compass.clearWatchFilter.html).html">compass.clearWatchFilter</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><a href="compass.clearWatchFilter.html">compass.clearWatchFilter</a>   (obsolete)</li>
 </ul>
 
 <h2>Arguments</h2>

Modified: cordova/site/public/docs/en/3.2.0/cordova/compass/compass.watchHeading.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/compass/compass.watchHeading.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/compass/compass.watchHeading.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/compass/compass.watchHeading.html Wed Oct  7 00:21:01 2015
@@ -1398,7 +1398,7 @@ in milliseconds via the <code class="pre
 object.</p>
 
 <p>The returned watch ID 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>
+ID can be used with <code class="prettyprint">[compass.clearWatch](compass.clearWatch.html)</code> to stop watching the compass.</p>
 
 <h2>Supported Platforms</h2>
 
@@ -1499,7 +1499,7 @@ the heading changes by the specified num
 <code class="prettyprint">headingSuccess</code> callback function executes. 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 usual by passing the returned watch ID to
-<code class="prettyprint">[compass.clearWatch]([compass.clearWatch](compass.clearWatch.html).html)</code>.  This functionality replaces the previously
+<code class="prettyprint">[compass.clearWatch](compass.clearWatch.html)</code>.  This functionality replaces the previously
 separate, iOS-only <code class="prettyprint">watchHeadingFilter</code> and <code class="prettyprint">clearWatchFilter</code>
 functions, which were removed in version 1.6.</p>
 

Modified: cordova/site/public/docs/en/3.2.0/cordova/compass/compass.watchHeadingFilter.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/compass/compass.watchHeadingFilter.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/compass/compass.watchHeadingFilter.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/compass/compass.watchHeadingFilter.html Wed Oct  7 00:21:01 2015
@@ -1382,7 +1382,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/3.2.0/cordova/compass/parameters/compassHeading.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/compass/parameters/compassHeading.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/compass/parameters/compassHeading.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/compass/parameters/compassHeading.html Wed Oct  7 00:21:01 2015
@@ -1382,7 +1382,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.</p>
+<p>A <code class="prettyprint">CompassHeading</code> object is returned to the <code class="prettyprint">[compassSuccess](compassSuccess.html)</code> callback function.</p>
 
 <h2>Properties</h2>
 
@@ -1395,7 +1395,7 @@
 
 <h2>Description</h2>
 
-<p>The <code class="prettyprint">CompassHeading</code> object is returned to 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 <code class="prettyprint">[compassSuccess](compassSuccess.html)</code> callback function.</p>
 
 <h2>Amazon Fire OS Quirks</h2>
 

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

Modified: cordova/site/public/docs/en/3.2.0/cordova/connection/connection.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/connection/connection.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/connection/connection.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/connection/connection.html Wed Oct  7 00:21:01 2015
@@ -1388,7 +1388,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/3.2.0/cordova/contacts/contacts.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/contacts/contacts.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/contacts/contacts.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/contacts/contacts.html Wed Oct  7 00:21:01 2015
@@ -1405,8 +1405,8 @@ contact data.  For more information, ple
 <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/3.2.0/cordova/device/device.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/device/device.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/device/device.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/device/device.html Wed Oct  7 00:21:01 2015
@@ -1388,12 +1388,12 @@
 <h2>Properties</h2>
 
 <ul>
-<li><a href="%5Bdevice.model%5D(device.model.html).html">device.model</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.name%5D(device.name.html).html">device.name</a></li>
+<li><a href="device.model.html">device.model</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.name.html">device.name</a></li>
 </ul>
 
 <h2>Variable Scope</h2>

Modified: cordova/site/public/docs/en/3.2.0/cordova/device/device.name.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/device/device.name.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/device/device.name.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/device/device.name.html Wed Oct  7 00:21:01 2015
@@ -1382,7 +1382,7 @@
         <div id="page-toc-source">
             <h1>device.name</h1>
 
-<p><strong>WARNING</strong>: <code class="prettyprint">device.name</code> is deprecated as of version 2.3.0. Use <code class="prettyprint">[device.model]([device.model](device.model.html).html)</code> instead.</p>
+<p><strong>WARNING</strong>: <code class="prettyprint">device.name</code> is deprecated as of version 2.3.0. Use <code class="prettyprint">[device.model](device.model.html)</code> 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;
@@ -1453,13 +1453,13 @@ var name = device.name;
 <h2>Windows Phone 7 and 8 Quirks</h2>
 
 <ul>
-<li>Returns the <a href="%5Bdevice.model%5D(device.model.html).html">device.model</a> specified by the manufacturer. For example, the Samsung Focus returns <code class="prettyprint">SGH-i917</code>.</li>
+<li>Returns the <a href="device.model.html">device.model</a> specified by the manufacturer. For example, the Samsung Focus returns <code class="prettyprint">SGH-i917</code>.</li>
 </ul>
 
 <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, <code class="prettyprint">TIZEN</code></li>
+<li>Returns the <a href="device.model.html">device.model</a> assigned by the vendor, for example, <code class="prettyprint">TIZEN</code></li>
 </ul>
 
 

Modified: cordova/site/public/docs/en/3.2.0/cordova/geolocation/geolocation.clearWatch.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/geolocation/geolocation.clearWatch.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/geolocation/geolocation.clearWatch.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/geolocation/geolocation.clearWatch.html Wed Oct  7 00:21:01 2015
@@ -1395,7 +1395,7 @@
 <h2>Description</h2>
 
 <p>The <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
+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/3.2.0/cordova/geolocation/geolocation.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/geolocation/geolocation.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/geolocation/geolocation.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/geolocation/geolocation.html Wed Oct  7 00:21:01 2015
@@ -1414,9 +1414,9 @@ see the <a href="../../guide/appdev/priv
 <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/3.2.0/cordova/geolocation/geolocation.watchPosition.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/geolocation/geolocation.watchPosition.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/geolocation/geolocation.watchPosition.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/geolocation/geolocation.watchPosition.html Wed Oct  7 00:21:01 2015
@@ -1398,7 +1398,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/3.2.0/cordova/geolocation/parameters/geolocation.options.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/geolocation/parameters/geolocation.options.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/geolocation/parameters/geolocation.options.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/geolocation/parameters/geolocation.options.html Wed Oct  7 00:21:01 2015
@@ -1390,7 +1390,7 @@
 
 <ul>
 <li><p><strong>enableHighAccuracy</strong>: Provides a hint that the application needs the best possible results. By default, the device attempts 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></p></li>
-<li><p><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 executes. 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 is passed a <code class="prettyprint">[PositionError](../PositionError/positionError.html).TIMEOUT</code> error code. (Note that 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></p></li>
+<li><p><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 executes. 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 is passed a <code class="prettyprint">[PositionError](../PositionError/positionError.html).TIMEOUT</code> error code. (Note that when used in conjunction with <code class="prettyprint">[geolocation.watchPosition](../geolocation.watchPosition.html)</code>, the <code class="prettyprint">[geolocationError](geolocationError.html)</code> cal
 lback could be called on an interval every <code class="prettyprint">timeout</code> milliseconds!) <em>(Number)</em></p></li>
 <li><p><strong>maximumAge</strong>: Accept a cached position whose age is no greater than the specified time in milliseconds. <em>(Number)</em></p></li>
 </ul>
 

Modified: cordova/site/public/docs/en/3.2.0/cordova/globalization/globalization.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/globalization/globalization.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/globalization/globalization.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/globalization/globalization.html Wed Oct  7 00:21:01 2015
@@ -1393,18 +1393,18 @@ locale and timezone.</p>
 <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/3.2.0/cordova/inappbrowser/inappbrowser.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/inappbrowser/inappbrowser.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/inappbrowser/inappbrowser.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/inappbrowser/inappbrowser.html Wed Oct  7 00:21:01 2015
@@ -1382,7 +1382,7 @@
             <h1>InAppBrowser</h1>
 
 <blockquote>
-<p>The <code class="prettyprint">InAppBrowser</code> is a web browser view that displays when calling <code class="prettyprint">[window.open]([window.open](window.open.html).html)()</code>, or when opening a link formed as <code class="prettyprint">&lt;a target=&quot;_blank&quot;&gt;</code>.</p>
+<p>The <code class="prettyprint">InAppBrowser</code> is a web browser view that displays when calling <code class="prettyprint">[window.open](window.open.html)()</code>, or when opening a link formed as <code class="prettyprint">&lt;a target=&quot;_blank&quot;&gt;</code>.</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>
@@ -1391,7 +1391,7 @@ and can&#39;t access Cordova APIs.</p>
 
 <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/3.2.0/cordova/media/capture/CaptureCB.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/media/capture/CaptureCB.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/media/capture/CaptureCB.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/media/capture/CaptureCB.html Wed Oct  7 00:21:01 2015
@@ -1394,7 +1394,7 @@ At this point a media file has been capt
 exited the media capture application, or the capture limit has been
 reached.</p>
 
-<p>Each <code class="prettyprint">[MediaFile]([MediaFile](MediaFile.html).html)</code> object describes a captured media file.</p>
+<p>Each <code class="prettyprint">[MediaFile](MediaFile.html)</code> object describes a captured media file.</p>
 
 <h2>Quick Example</h2>
 <div class="highlight"><pre><code class="language-text" data-lang="text">// capture callback

Modified: cordova/site/public/docs/en/3.2.0/cordova/media/capture/CaptureErrorCB.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/media/capture/CaptureErrorCB.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/media/capture/CaptureErrorCB.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/media/capture/CaptureErrorCB.html Wed Oct  7 00:21:01 2015
@@ -1394,7 +1394,7 @@ media capture operation. Failure scenari
 application is busy, a capture operation is already taking place, or
 the user cancels the operation before any media files are captured.</p>
 
-<p>This function executes with a <code class="prettyprint">[CaptureError]([CaptureError](CaptureError.html).html)</code> object containing an
+<p>This function executes with a <code class="prettyprint">[CaptureError](CaptureError.html)</code> object containing an
 appropriate error <code class="prettyprint">code</code>.</p>
 
 <h2>Quick Example</h2>

Modified: cordova/site/public/docs/en/3.2.0/cordova/media/capture/MediaFile.getFormatData.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/media/capture/MediaFile.getFormatData.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/media/capture/MediaFile.getFormatData.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/media/capture/MediaFile.getFormatData.html Wed Oct  7 00:21:01 2015
@@ -1394,7 +1394,7 @@
 
 <p>This function asynchronously attempts to retrieve the format
 information for the media file.  If successful, it invokes the
-<code class="prettyprint">MediaFileDataSuccessCB</code> callback with a <code class="prettyprint">[MediaFileData]([MediaFileData](MediaFileData.html).html)</code> object.  If
+<code class="prettyprint">MediaFileDataSuccessCB</code> callback with a <code class="prettyprint">[MediaFileData](MediaFileData.html)</code> object.  If
 the attempt fails, this function invokes the <code class="prettyprint">MediaFileDataErrorCB</code>
 callback.</p>
 
@@ -1412,22 +1412,22 @@ callback.</p>
 <h2>Amazon Fire OS Quirks</h2>
 
 <p>The API to access media file format information is limited, so not all
-<code class="prettyprint">[MediaFileData]([MediaFileData](MediaFileData.html).html)</code> properties are supported.</p>
+<code class="prettyprint">[MediaFileData](MediaFileData.html)</code> properties are supported.</p>
 
 <h2>BlackBerry WebWorks Quirks</h2>
 
 <p>Does not provide an API for information about media files, so all
-<code class="prettyprint">[MediaFileData]([MediaFileData](MediaFileData.html).html)</code> objects return with default values.</p>
+<code class="prettyprint">[MediaFileData](MediaFileData.html)</code> objects return with default values.</p>
 
 <h2>Android Quirks</h2>
 
 <p>The API to access media file format information is limited, so not all
-<code class="prettyprint">[MediaFileData]([MediaFileData](MediaFileData.html).html)</code> properties are supported.</p>
+<code class="prettyprint">[MediaFileData](MediaFileData.html)</code> properties are supported.</p>
 
 <h2>iOS Quirks</h2>
 
 <p>The API to access media file format information is limited, so not all
-<code class="prettyprint">[MediaFileData]([MediaFileData](MediaFileData.html).html)</code> properties are supported.</p>
+<code class="prettyprint">[MediaFileData](MediaFileData.html)</code> properties are supported.</p>
 
 
         </div>

Modified: cordova/site/public/docs/en/3.2.0/cordova/media/capture/MediaFileData.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/media/capture/MediaFileData.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/media/capture/MediaFileData.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/media/capture/MediaFileData.html Wed Oct  7 00:21:01 2015
@@ -1399,7 +1399,7 @@
 <h2>BlackBerry WebWorks Quirks</h2>
 
 <p>No API provides format information for media files, so the
-<code class="prettyprint">MediaFileData</code> object returned by <code class="prettyprint">[MediaFile.getFormatData]([MediaFile]([MediaFile](MediaFile.html).html).getFormatData.html)</code> features
+<code class="prettyprint">MediaFileData</code> object returned by <code class="prettyprint">[MediaFile.getFormatData]([MediaFile](MediaFile.html).getFormatData.html)</code> features
 the following default values:</p>
 
 <ul>

Modified: cordova/site/public/docs/en/3.2.0/cordova/media/capture/capture.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/media/capture/capture.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/media/capture/capture.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/media/capture/capture.html Wed Oct  7 00:21:01 2015
@@ -1408,10 +1408,10 @@ see the <a href="../../../guide/appdev/p
 <li><a href="captureImageOptions.html">CaptureImageOptions</a></li>
 <li><a href="captureVideoOptions.html">CaptureVideoOptions</a></li>
 <li>CaptureCallback</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="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>
@@ -1420,7 +1420,7 @@ see the <a href="../../../guide/appdev/p
 <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/3.2.0/cordova/media/capture/captureAudio.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/media/capture/captureAudio.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/media/capture/captureAudio.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/media/capture/captureAudio.html Wed Oct  7 00:21:01 2015
@@ -1402,10 +1402,10 @@ value is specified, it defaults to one (
 terminates after the user records a single audio clip.</p>
 
 <p>When the capture operation finishes, the <code class="prettyprint">CaptureCallback</code> executes
-with an array of <code class="prettyprint">[MediaFile]([MediaFile](MediaFile.html).html)</code> objects describing each captured audio
+with an array of <code class="prettyprint">[MediaFile](MediaFile.html)</code> objects describing each captured audio
 clip file.  If the user terminates the operation before an audio clip
-is captured, the <code class="prettyprint">CaptureErrorCallback</code> executes with a <code class="prettyprint">[CaptureError]([CaptureError](CaptureError.html).html)</code>
-object, featuring the <code class="prettyprint">[CaptureError]([CaptureError](CaptureError.html).html).CAPTURE_NO_MEDIA_FILES</code> error
+is captured, the <code class="prettyprint">CaptureErrorCallback</code> executes with a <code class="prettyprint">[CaptureError](CaptureError.html)</code>
+object, featuring the <code class="prettyprint">[CaptureError](CaptureError.html).CAPTURE_NO_MEDIA_FILES</code> error
 code.</p>
 
 <h2>Supported Platforms</h2>
@@ -1499,7 +1499,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 audio recordings. The app receives a <code class="prettyprint">[CaptureError]([CaptureError](CaptureError.html).html).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 audio recordings. The app receives a <code class="prettyprint">[CaptureError](CaptureError.html).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/3.2.0/cordova/media/capture/captureImage.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/media/capture/captureImage.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/media/capture/captureImage.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/media/capture/captureImage.html Wed Oct  7 00:21:01 2015
@@ -1401,11 +1401,11 @@ application, or the maximum number of re
 specified, it defaults to one (1), and the capture operation
 terminates after the user captures a single image.</p>
 
-<p>When the capture operation finishes, it invokes the <code class="prettyprint">[CaptureCB]([CaptureCB](CaptureCB.html).html)</code>
-callback with an array of <code class="prettyprint">[MediaFile]([MediaFile](MediaFile.html).html)</code> objects describing each captured
+<p>When the capture operation finishes, it invokes the <code class="prettyprint">[CaptureCB](CaptureCB.html)</code>
+callback with an array of <code class="prettyprint">[MediaFile](MediaFile.html)</code> objects describing each captured
 image file.  If the user terminates the operation before capturing an
-image, the <code class="prettyprint">[CaptureErrorCB]([CaptureErrorCB](CaptureErrorCB.html).html)</code> callback executes with a <code class="prettyprint">[CaptureError]([CaptureError](CaptureError.html).html)</code>
-object featuring a <code class="prettyprint">[CaptureError]([CaptureError](CaptureError.html).html).CAPTURE_NO_MEDIA_FILES</code> error code.</p>
+image, the <code class="prettyprint">[CaptureErrorCB](CaptureErrorCB.html)</code> callback executes with a <code class="prettyprint">[CaptureError](CaptureError.html)</code>
+object featuring a <code class="prettyprint">[CaptureError](CaptureError.html).CAPTURE_NO_MEDIA_FILES</code> error code.</p>
 
 <h2>Supported Platforms</h2>
 

Modified: cordova/site/public/docs/en/3.2.0/cordova/media/capture/captureVideo.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/media/capture/captureVideo.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/media/capture/captureVideo.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/media/capture/captureVideo.html Wed Oct  7 00:21:01 2015
@@ -1401,12 +1401,12 @@ by <code class="prettyprint">[CaptureVid
 value is specified, it defaults to one (1), and the capture operation
 terminates after the user records a single video clip.</p>
 
-<p>When the capture operation finishes, it the <code class="prettyprint">[CaptureCB]([CaptureCB](CaptureCB.html).html)</code> callback
-executes with an array of <code class="prettyprint">[MediaFile]([MediaFile](MediaFile.html).html)</code> objects describing each captured
+<p>When the capture operation finishes, it the <code class="prettyprint">[CaptureCB](CaptureCB.html)</code> callback
+executes with an array of <code class="prettyprint">[MediaFile](MediaFile.html)</code> objects describing each captured
 video clip file.  If the user terminates the operation before
-capturing a video clip, the <code class="prettyprint">[CaptureErrorCB]([CaptureErrorCB](CaptureErrorCB.html).html)</code> callback executes with a
-<code class="prettyprint">[CaptureError]([CaptureError](CaptureError.html).html)</code> object featuring a
-<code class="prettyprint">[CaptureError]([CaptureError](CaptureError.html).html).CAPTURE_NO_MEDIA_FILES</code> error code.</p>
+capturing a video clip, the <code class="prettyprint">[CaptureErrorCB](CaptureErrorCB.html)</code> callback executes with a
+<code class="prettyprint">[CaptureError](CaptureError.html)</code> object featuring a
+<code class="prettyprint">[CaptureError](CaptureError.html).CAPTURE_NO_MEDIA_FILES</code> error code.</p>
 
 <h2>Supported Platforms</h2>
 
@@ -1499,7 +1499,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 video recordings. The app receives a <code class="prettyprint">[CaptureError]([CaptureError](CaptureError.html).html).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 video recordings. The app receives a <code class="prettyprint">[CaptureError](CaptureError.html).CAPTURE_NOT_SUPPORTED</code> error code if the application is not installed on the device.</li>
 </ul>
 
 

Modified: cordova/site/public/docs/en/3.2.0/cordova/media/media.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/media/media.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/media/media.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/media/media.html Wed Oct  7 00:21:01 2015
@@ -1416,16 +1416,16 @@ and may deprecate the current APIs.</p>
 <h2>Methods</h2>
 
 <ul>
-<li><p><code class="prettyprint">[media.getCurrentPosition]([media.getCurrentPosition](media.getCurrentPosition.html).html)</code>: Returns the current position within an audio file.</p></li>
-<li><p><code class="prettyprint">[media.getDuration]([media.getDuration](media.getDuration.html).html)</code>: Returns the duration of an audio file.</p></li>
-<li><p><code class="prettyprint">[media.play]([media.play](media.play.html).html)</code>: Start or <a href="../events/events.resume.html">resume</a> playing an audio file.</p></li>
-<li><p><code class="prettyprint">[media.pause]([media.pause](media.pause.html).html)</code>: Pause playback of an audio file.</p></li>
-<li><p><code class="prettyprint">[media.release]([media.release](media.release.html).html)</code>: Releases the underlying operating system&#39;s audio resources.</p></li>
-<li><p><code class="prettyprint">[media.seekTo]([media.seekTo](media.seekTo.html).html)</code>: Moves the position within the audio file.</p></li>
-<li><p><code class="prettyprint">[media.setVolume]([media.setVolume](media.setVolume.html).html)</code>: Set the volume for audio playback.</p></li>
-<li><p><code class="prettyprint">[media.startRecord]([media.startRecord](media.startRecord.html).html)</code>: Start recording an audio file.</p></li>
-<li><p><code class="prettyprint">[media.stopRecord]([media.stopRecord](media.stopRecord.html).html)</code>: Stop recording an audio file.</p></li>
-<li><p><code class="prettyprint">[media.stop]([media.stop](media.stop.html).html)</code>: Stop playing an audio file.</p></li>
+<li><p><code class="prettyprint">[media.getCurrentPosition](media.getCurrentPosition.html)</code>: Returns the current position within an audio file.</p></li>
+<li><p><code class="prettyprint">[media.getDuration](media.getDuration.html)</code>: Returns the duration of an audio file.</p></li>
+<li><p><code class="prettyprint">[media.play](media.play.html)</code>: Start or <a href="../events/events.resume.html">resume</a> playing an audio file.</p></li>
+<li><p><code class="prettyprint">[media.pause](media.pause.html)</code>: Pause playback of an audio file.</p></li>
+<li><p><code class="prettyprint">[media.release](media.release.html)</code>: Releases the underlying operating system&#39;s audio resources.</p></li>
+<li><p><code class="prettyprint">[media.seekTo](media.seekTo.html)</code>: Moves the position within the audio file.</p></li>
+<li><p><code class="prettyprint">[media.setVolume](media.setVolume.html)</code>: Set the volume for audio playback.</p></li>
+<li><p><code class="prettyprint">[media.startRecord](media.startRecord.html)</code>: Start recording an audio file.</p></li>
+<li><p><code class="prettyprint">[media.stopRecord](media.stopRecord.html)</code>: Stop recording an audio file.</p></li>
+<li><p><code class="prettyprint">[media.stop](media.stop.html)</code>: Stop playing an audio file.</p></li>
 </ul>
 
 <h2>Additional ReadOnly Parameters</h2>

Modified: cordova/site/public/docs/en/3.2.0/cordova/notification/notification.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/notification/notification.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/notification/notification.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/notification/notification.html Wed Oct  7 00:21:01 2015
@@ -1388,11 +1388,11 @@
 <h2>Methods</h2>
 
 <ul>
-<li><code class="prettyprint">[notification.alert]([notification.alert](notification.alert.html).html)</code></li>
-<li><code class="prettyprint">[notification.confirm]([notification.confirm](notification.confirm.html).html)</code></li>
-<li><code class="prettyprint">[notification.prompt]([notification.prompt](notification.prompt.html).html)</code></li>
-<li><code class="prettyprint">[notification.beep]([notification.beep](notification.beep.html).html)</code></li>
-<li><code class="prettyprint">[notification.vibrate]([notification.vibrate](notification.vibrate.html).html)</code></li>
+<li><code class="prettyprint">[notification.alert](notification.alert.html)</code></li>
+<li><code class="prettyprint">[notification.confirm](notification.confirm.html)</code></li>
+<li><code class="prettyprint">[notification.prompt](notification.prompt.html)</code></li>
+<li><code class="prettyprint">[notification.beep](notification.beep.html)</code></li>
+<li><code class="prettyprint">[notification.vibrate](notification.vibrate.html)</code></li>
 </ul>
 
 <h2>Accessing the Feature</h2>

Modified: cordova/site/public/docs/en/3.2.0/cordova/splashscreen/splashscreen.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.2.0/cordova/splashscreen/splashscreen.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.2.0/cordova/splashscreen/splashscreen.html (original)
+++ cordova/site/public/docs/en/3.2.0/cordova/splashscreen/splashscreen.html Wed Oct  7 00:21:01 2015
@@ -1388,8 +1388,8 @@
 <h2>Methods</h2>
 
 <ul>
-<li><a href="%5Bsplashscreen.show%5D(splashscreen.show.html).html">splashscreen.show</a></li>
-<li><a href="%5Bsplashscreen.hide%5D(splashscreen.hide.html).html">splashscreen.hide</a></li>
+<li><a href="splashscreen.show.html">splashscreen.show</a></li>
+<li><a href="splashscreen.hide.html">splashscreen.hide</a></li>
 </ul>
 
 <h2>Accessing the Feature</h2>

Modified: cordova/site/public/docs/en/3.3.0/cordova/accelerometer/accelerometer.clearWatch.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/cordova/accelerometer/accelerometer.clearWatch.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/cordova/accelerometer/accelerometer.clearWatch.html (original)
+++ cordova/site/public/docs/en/3.3.0/cordova/accelerometer/accelerometer.clearWatch.html Wed Oct  7 00:21:01 2015
@@ -1386,7 +1386,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/3.3.0/cordova/accelerometer/accelerometer.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/cordova/accelerometer/accelerometer.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/cordova/accelerometer/accelerometer.html (original)
+++ cordova/site/public/docs/en/3.3.0/cordova/accelerometer/accelerometer.html Wed Oct  7 00:21:01 2015
@@ -1388,9 +1388,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/3.3.0/cordova/accelerometer/accelerometer.watchAcceleration.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/cordova/accelerometer/accelerometer.watchAcceleration.html?rev=1707174&r1=1707173&r2=1707174&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/cordova/accelerometer/accelerometer.watchAcceleration.html (original)
+++ cordova/site/public/docs/en/3.3.0/cordova/accelerometer/accelerometer.watchAcceleration.html Wed Oct  7 00:21:01 2015
@@ -1400,7 +1400,7 @@ interval in milliseconds via the <code c
 <code class="prettyprint">frequency</code> parameter.</p>
 
 <p>The returned watch ID references the accelerometer&#39;s watch interval,
-and can be used with <code class="prettyprint">[accelerometer.clearWatch]([accelerometer.clearWatch](accelerometer.clearWatch.html).html)</code> to stop watching the
+and can be used with <code class="prettyprint">[accelerometer.clearWatch](accelerometer.clearWatch.html)</code> to stop watching the
 accelerometer.</p>
 
 <h2>Supported Platforms</h2>




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