You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/12/18 16:40:09 UTC

svn commit: r1551982 [6/18] - in /cordova/site/public/docs/en: 3.0.0/ 3.3.0/ edge/

Modified: cordova/site/public/docs/en/3.3.0/cordova_media_media.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/cordova_media_media.md.html?rev=1551982&r1=1551981&r2=1551982&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/cordova_media_media.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/cordova_media_media.md.html Wed Dec 18 15:40:06 2013
@@ -17,18 +17,16 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-        <meta name="generator" content="joDoc">
-
-        <title>Apache Cordova API Documentation</title>
-
-        <link rel="stylesheet" type="text/css" href="index.css">
-        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-    </head>
-    <body>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+<meta name="generator" content="joDoc">
+<title>Apache Cordova API Documentation</title>
+<link rel="stylesheet" type="text/css" href="index.css">
+<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+</head>
+<body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -94,8 +92,7 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select>
-            </small>
+</optgroup></select></small>
         </div>
         <div id="subheader">
             <h1>Media</h1>
@@ -228,7 +225,9 @@ specification for media capture, and is 
 A future implementation will adhere to the latest W3C specification
 and may deprecate the current APIs.</p>
 
-<h2><a name="Media_parameters">Parameters</a></h2>
+<h2>
+<a name="Media_parameters">Parameters</a>
+</h2>
 
 <ul>
 <li><p><strong>src</strong>: A URI containing the audio content. <em>(DOMString)</em></p></li>
@@ -236,8 +235,9 @@ and may deprecate the current APIs.</p>
 <li><p><strong><a href="cordova_media_media.md.html#mediaError">mediaError</a></strong>: (Optional) The callback that executes if an error occurs. <em>(Function)</em></p></li>
 <li><p><strong>mediaStatus</strong>: (Optional) The callback that executes to indicate status changes. <em>(Function)</em></p></li>
 </ul>
-
-<h2><a name="Media_constants">Constants</a></h2>
+<h2>
+<a name="Media_constants">Constants</a>
+</h2>
 
 <p>The following constants are reported as the only parameter to the
 <code>mediaStatus</code> callback:</p>
@@ -254,8 +254,9 @@ and may deprecate the current APIs.</p>
 <li>
 <code><a href="cordova_media_media.md.html#Media">Media</a>.MEDIA_STOPPED</code>  = 4;</li>
 </ul>
-
-<h2><a name="Media_methods">Methods</a></h2>
+<h2>
+<a name="Media_methods">Methods</a>
+</h2>
 
 <ul>
 <li><p><code><a href="cordova_media_media.md.html#media.getCurrentPosition">media.getCurrentPosition</a></code>: Returns the current position within an audio file.</p></li>
@@ -269,8 +270,9 @@ and may deprecate the current APIs.</p>
 <li><p><code><a href="cordova_media_media.md.html#media.stopRecord">media.stopRecord</a></code>: Stop recording an audio file.</p></li>
 <li><p><code><a href="cordova_media_media.md.html#media.stop">media.stop</a></code>: Stop playing an audio file.</p></li>
 </ul>
-
-<h2><a name="Media_additional_readonly_parameters">Additional ReadOnly Parameters</a></h2>
+<h2>
+<a name="Media_additional_readonly_parameters">Additional ReadOnly Parameters</a>
+</h2>
 
 <ul>
 <li>
@@ -282,8 +284,9 @@ and may deprecate the current APIs.</p>
 </li>
 <li><p><strong>duration</strong>: The duration of the media, in seconds.</p></li>
 </ul>
-
-<h2><a name="Media_supported_platforms">Supported Platforms</a></h2>
+<h2>
+<a name="Media_supported_platforms">Supported Platforms</a>
+</h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -294,8 +297,9 @@ and may deprecate the current APIs.</p>
 <li>Tizen</li>
 <li>Windows 8</li>
 </ul>
-
-<h2><a name="Media_accessing_the_feature">Accessing the Feature</a></h2>
+<h2>
+<a name="Media_accessing_the_feature">Accessing the Feature</a>
+</h2>
 
 <p>As of version 3.0, Cordova implements device-level APIs as <em>plugins</em>.
 Use the CLI's <code>plugin</code> command, described in <a href="#The%20Command-Line%0AInterface">The Command-Line
@@ -371,19 +375,18 @@ platform-specific configuration settings
 <p>Reference: <a class="external" href="http://msdn.microsoft.com/en-us/library/ff769509%28v=vs.92%29.aspx">Application Manifest for Windows Phone</a></p>
 </li>
 </ul>
-
 <p>Some platforms may support this feature without requiring any special
 configuration.  See <a href="guide_support_index.md.html#Platform%20Support">Platform Support</a> for an overview.</p>
 
-<h2><a name="Media_windows_phone_quirks">Windows Phone Quirks</a></h2>
+<h2>
+<a name="Media_windows_phone_quirks">Windows Phone Quirks</a>
+</h2>
 
 <ul>
 <li><p>Only one media file can be played back at a time.</p></li>
 <li><p>There are strict restrictions on how your application interacts with other media. See the <a class="external" href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh184838(v=vs.92).aspx">Microsoft documentation for details</a>.</p></li>
 </ul>
-
 <hr>
-
 <h1><a name="media.getCurrentPosition">media.getCurrentPosition</a></h1>
 
 <p>Returns the current position within an audio file.</p>
@@ -391,20 +394,25 @@ configuration.  See <a href="guide_suppo
 <pre class="prettyprint"><code><a href="cordova_media_media.md.html#media.getCurrentPosition">media.getCurrentPosition</a>(mediaSuccess, [<a href="cordova_media_media.md.html#mediaError">mediaError</a>]);
 </code></pre>
 
-<h2><a name="media.getCurrentPosition_parameters">Parameters</a></h2>
+<h2>
+<a name="media.getCurrentPosition_parameters">Parameters</a>
+</h2>
 
 <ul>
 <li><p><strong>mediaSuccess</strong>: The callback that is passed the current position in seconds.</p></li>
 <li><p><strong><a href="cordova_media_media.md.html#mediaError">mediaError</a></strong>: (Optional) The callback to execute if an error occurs.</p></li>
 </ul>
-
-<h2><a name="media.getCurrentPosition_description">Description</a></h2>
+<h2>
+<a name="media.getCurrentPosition_description">Description</a>
+</h2>
 
 <p>An asynchronous function that returns the current position of the
 underlying audio file of a <code><a href="cordova_media_media.md.html#Media">Media</a></code> object. Also updates the <code><a href="cordova_media_media.md.html#Media">Media</a></code>
 object's <code>position</code> parameter.</p>
 
-<h2><a name="media.getCurrentPosition_supported_platforms">Supported Platforms</a></h2>
+<h2>
+<a name="media.getCurrentPosition_supported_platforms">Supported Platforms</a>
+</h2>
 
 <ul>
 <li><p>Android</p></li>
@@ -414,8 +422,9 @@ object's <code>position</code> parameter
 <li><p>Tizen</p></li>
 <li><p>Windows 8</p></li>
 </ul>
-
-<h2><a name="media.getCurrentPosition_quick_example">Quick Example</a></h2>
+<h2>
+<a name="media.getCurrentPosition_quick_example">Quick Example</a>
+</h2>
 
 <pre class="prettyprint"><code>// Audio player
 //
@@ -439,7 +448,9 @@ var mediaTimer = setInterval(function ()
 }, 1000);
 </code></pre>
 
-<h2><a name="media.getCurrentPosition_full_example">Full Example</a></h2>
+<h2>
+<a name="media.getCurrentPosition_full_example">Full Example</a>
+</h2>
 
 <pre class="prettyprint"><code>    &lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                   "http://www.w3.org/TR/html4/strict.dtd"&gt;
@@ -544,7 +555,6 @@ var mediaTimer = setInterval(function ()
 </code></pre>
 
 <hr>
-
 <h1><a name="media.getDuration">media.getDuration</a></h1>
 
 <p>Returns the duration of an audio file.</p>
@@ -552,13 +562,17 @@ var mediaTimer = setInterval(function ()
 <pre class="prettyprint"><code><a href="cordova_media_media.md.html#media.getDuration">media.getDuration</a>();
 </code></pre>
 
-<h2><a name="media.getDuration_description">Description</a></h2>
+<h2>
+<a name="media.getDuration_description">Description</a>
+</h2>
 
 <p>The <code><a href="cordova_media_media.md.html#media.getDuration">media.getDuration</a></code> method executes synchronously, returning the
 duration of the audio file in seconds, if known.  If the duration is
 unknown, it returns a value of -1.</p>
 
-<h2><a name="media.getDuration_supported_platforms">Supported Platforms</a></h2>
+<h2>
+<a name="media.getDuration_supported_platforms">Supported Platforms</a>
+</h2>
 
 <ul>
 <li>Android</li>
@@ -568,8 +582,9 @@ unknown, it returns a value of -1.</p>
 <li>Tizen</li>
 <li>Windows 8</li>
 </ul>
-
-<h2><a name="media.getDuration_quick_example">Quick Example</a></h2>
+<h2>
+<a name="media.getDuration_quick_example">Quick Example</a>
+</h2>
 
 <pre class="prettyprint"><code>// Audio player
 //
@@ -590,7 +605,9 @@ var timerDur = setInterval(function() {
 }, 100);
 </code></pre>
 
-<h2><a name="media.getDuration_full_example">Full Example</a></h2>
+<h2>
+<a name="media.getDuration_full_example">Full Example</a>
+</h2>
 
 <pre class="prettyprint"><code>    &lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd"&gt;
@@ -695,7 +712,6 @@ var timerDur = setInterval(function() {
 </code></pre>
 
 <hr>
-
 <h1><a name="media.pause">media.pause</a></h1>
 
 <p>Pauses playing an audio file.</p>
@@ -703,11 +719,15 @@ var timerDur = setInterval(function() {
 <pre class="prettyprint"><code><a href="cordova_media_media.md.html#media.pause">media.pause</a>();
 </code></pre>
 
-<h2><a name="media.pause_description">Description</a></h2>
+<h2>
+<a name="media.pause_description">Description</a>
+</h2>
 
 <p>The <code><a href="cordova_media_media.md.html#media.pause">media.pause</a></code> method executes synchronously, and pauses playing an audio file.</p>
 
-<h2><a name="media.pause_supported_platforms">Supported Platforms</a></h2>
+<h2>
+<a name="media.pause_supported_platforms">Supported Platforms</a>
+</h2>
 
 <ul>
 <li>Android</li>
@@ -717,8 +737,9 @@ var timerDur = setInterval(function() {
 <li>Tizen</li>
 <li>Windows 8</li>
 </ul>
-
-<h2><a name="media.pause_quick_example">Quick Example</a></h2>
+<h2>
+<a name="media.pause_quick_example">Quick Example</a>
+</h2>
 
 <pre class="prettyprint"><code>// Play audio
 //
@@ -741,7 +762,9 @@ function playAudio(url) {
 }
 </code></pre>
 
-<h2><a name="media.pause_full_example">Full Example</a></h2>
+<h2>
+<a name="media.pause_full_example">Full Example</a>
+</h2>
 
 <pre class="prettyprint"><code>    &lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd"&gt;
@@ -846,7 +869,6 @@ function playAudio(url) {
 </code></pre>
 
 <hr>
-
 <h1><a name="media.play">media.play</a></h1>
 
 <p>Starts or resumes playing an audio file.</p>
@@ -854,12 +876,16 @@ function playAudio(url) {
 <pre class="prettyprint"><code><a href="cordova_media_media.md.html#media.play">media.play</a>();
 </code></pre>
 
-<h2><a name="media.play_description">Description</a></h2>
+<h2>
+<a name="media.play_description">Description</a>
+</h2>
 
 <p>The <code><a href="cordova_media_media.md.html#media.play">media.play</a></code> method executes synchronously, and starts or resumes
 playing an audio file.</p>
 
-<h2><a name="media.play_supported_platforms">Supported Platforms</a></h2>
+<h2>
+<a name="media.play_supported_platforms">Supported Platforms</a>
+</h2>
 
 <ul>
 <li>Android</li>
@@ -869,8 +895,9 @@ playing an audio file.</p>
 <li>Tizen</li>
 <li>Windows 8</li>
 </ul>
-
-<h2><a name="media.play_quick_example">Quick Example</a></h2>
+<h2>
+<a name="media.play_quick_example">Quick Example</a>
+</h2>
 
 <pre class="prettyprint"><code>// Play audio
 //
@@ -891,7 +918,9 @@ function playAudio(url) {
 }
 </code></pre>
 
-<h2><a name="media.play_full_example">Full Example</a></h2>
+<h2>
+<a name="media.play_full_example">Full Example</a>
+</h2>
 
 <pre class="prettyprint"><code>    &lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd"&gt;
@@ -996,7 +1025,9 @@ function playAudio(url) {
     &lt;/html&gt;
 </code></pre>
 
-<h2><a name="media.play_ios_quirks">iOS Quirks</a></h2>
+<h2>
+<a name="media.play_ios_quirks">iOS Quirks</a>
+</h2>
 
 <ul>
 <li>
@@ -1027,9 +1058,7 @@ myMedia.play()  // first looks for file 
 </code></pre>
 </li>
 </ul>
-
 <hr>
-
 <h1><a name="media.release">media.release</a></h1>
 
 <p>Releases the underlying operating system's audio resources.</p>
@@ -1037,7 +1066,9 @@ myMedia.play()  // first looks for file 
 <pre class="prettyprint"><code><a href="cordova_media_media.md.html#media.release">media.release</a>();
 </code></pre>
 
-<h2><a name="media.release_description">Description</a></h2>
+<h2>
+<a name="media.release_description">Description</a>
+</h2>
 
 <p>The <code><a href="cordova_media_media.md.html#media.release">media.release</a></code> method executes synchronously, releasing the
 underlying operating system's audio resources.  This is particularly
@@ -1045,7 +1076,9 @@ important for Android, since there are a
 instances for media playback. Applications should call the <code>release</code>
 function for any <code><a href="cordova_media_media.md.html#Media">Media</a></code> resource that is no longer needed.</p>
 
-<h2><a name="media.release_supported_platforms">Supported Platforms</a></h2>
+<h2>
+<a name="media.release_supported_platforms">Supported Platforms</a>
+</h2>
 
 <ul>
 <li>Android</li>
@@ -1055,8 +1088,9 @@ function for any <code><a href="cordova_
 <li>Tizen</li>
 <li>Windows 8</li>
 </ul>
-
-<h2><a name="media.release_quick_example">Quick Example</a></h2>
+<h2>
+<a name="media.release_quick_example">Quick Example</a>
+</h2>
 
 <pre class="prettyprint"><code>// Audio player
 //
@@ -1067,7 +1101,9 @@ my_media.stop();
 my_media.release();
 </code></pre>
 
-<h2><a name="media.release_full_example">Full Example</a></h2>
+<h2>
+<a name="media.release_full_example">Full Example</a>
+</h2>
 
 <pre class="prettyprint"><code>    &lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd"&gt;
@@ -1172,7 +1208,6 @@ my_media.release();
 </code></pre>
 
 <hr>
-
 <h1><a name="media.seekTo">media.seekTo</a></h1>
 
 <p>Sets the current position within an audio file.</p>
@@ -1180,20 +1215,25 @@ my_media.release();
 <pre class="prettyprint"><code><a href="cordova_media_media.md.html#media.seekTo">media.seekTo</a>(milliseconds);
 </code></pre>
 
-<h2><a name="media.seekTo_parameters">Parameters</a></h2>
+<h2>
+<a name="media.seekTo_parameters">Parameters</a>
+</h2>
 
 <ul>
 <li>
 <strong>milliseconds</strong>: The position to set the playback position within the audio, in milliseconds.</li>
 </ul>
-
-<h2><a name="media.seekTo_description">Description</a></h2>
+<h2>
+<a name="media.seekTo_description">Description</a>
+</h2>
 
 <p>The <code><a href="cordova_media_media.md.html#media.seekTo">media.seekTo</a></code> executes asynchronously, updating the current
 playback position within an audio file referenced by a <code><a href="cordova_media_media.md.html#Media">Media</a></code>
 object. Also updates the <code><a href="cordova_media_media.md.html#Media">Media</a></code> object's <code>position</code> parameter.</p>
 
-<h2><a name="media.seekTo_supported_platforms">Supported Platforms</a></h2>
+<h2>
+<a name="media.seekTo_supported_platforms">Supported Platforms</a>
+</h2>
 
 <ul>
 <li>Android</li>
@@ -1203,8 +1243,9 @@ object. Also updates the <code><a href="
 <li>Tizen</li>
 <li>Windows 8</li>
 </ul>
-
-<h2><a name="media.seekTo_quick_example">Quick Example</a></h2>
+<h2>
+<a name="media.seekTo_quick_example">Quick Example</a>
+</h2>
 
 <pre class="prettyprint"><code>// Audio player
 //
@@ -1216,7 +1257,9 @@ setTimeout(function() {
 }, 5000);
 </code></pre>
 
-<h2><a name="media.seekTo_full_example">Full Example</a></h2>
+<h2>
+<a name="media.seekTo_full_example">Full Example</a>
+</h2>
 
 <pre class="prettyprint"><code>    &lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
                           "http://www.w3.org/TR/html4/strict.dtd"&gt;
@@ -1313,14 +1356,14 @@ setTimeout(function() {
     &lt;/html&gt;
 </code></pre>
 
-<h2><a name="media.seekTo_blackberry_10_quirks">BlackBerry 10 Quirks</a></h2>
+<h2>
+<a name="media.seekTo_blackberry_10_quirks">BlackBerry 10 Quirks</a>
+</h2>
 
 <ul>
 <li>Not supported on BlackBerry OS 5 devices.</li>
 </ul>
-
 <hr>
-
 <h1><a name="media.setVolume">media.setVolume</a></h1>
 
 <p>Set the volume for an audio file.</p>
@@ -1328,25 +1371,31 @@ setTimeout(function() {
 <pre class="prettyprint"><code><a href="cordova_media_media.md.html#media.setVolume">media.setVolume</a>(volume);
 </code></pre>
 
-<h2><a name="media.setVolume_parameters">Parameters</a></h2>
+<h2>
+<a name="media.setVolume_parameters">Parameters</a>
+</h2>
 
 <ul>
 <li>
 <strong>volume</strong>: The volume to set for playback.  The value must be within the range of 0.0 to 1.0.</li>
 </ul>
-
-<h2><a name="media.setVolume_description">Description</a></h2>
+<h2>
+<a name="media.setVolume_description">Description</a>
+</h2>
 
 <p>Function <code><a href="cordova_media_media.md.html#media.setVolume">media.setVolume</a></code> is an asynchronous function that sets the volume during audio playback.</p>
 
-<h2><a name="media.setVolume_supported_platforms">Supported Platforms</a></h2>
+<h2>
+<a name="media.setVolume_supported_platforms">Supported Platforms</a>
+</h2>
 
 <ul>
 <li>Android</li>
 <li>iOS</li>
 </ul>
-
-<h2><a name="media.setVolume_quick_example">Quick Example</a></h2>
+<h2>
+<a name="media.setVolume_quick_example">Quick Example</a>
+</h2>
 
 <pre class="prettyprint"><code>// Play audio
 //
@@ -1377,7 +1426,9 @@ function playAudio(url) {
 }
 </code></pre>
 
-<h2><a name="media.setVolume_full_example">Full Example</a></h2>
+<h2>
+<a name="media.setVolume_full_example">Full Example</a>
+</h2>
 
 <pre class="prettyprint"><code>    &lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd"&gt;
@@ -1483,7 +1534,6 @@ function playAudio(url) {
 </code></pre>
 
 <hr>
-
 <h1><a name="media.startRecord">media.startRecord</a></h1>
 
 <p>Starts recording an audio file.</p>
@@ -1491,12 +1541,16 @@ function playAudio(url) {
 <pre class="prettyprint"><code><a href="cordova_media_media.md.html#media.startRecord">media.startRecord</a>();
 </code></pre>
 
-<h2><a name="media.startRecord_description">Description</a></h2>
+<h2>
+<a name="media.startRecord_description">Description</a>
+</h2>
 
 <p>The <code><a href="cordova_media_media.md.html#media.startRecord">media.startRecord</a></code> method executes synchronously, starts a
 recording for an audio file.</p>
 
-<h2><a name="media.startRecord_supported_platforms">Supported Platforms</a></h2>
+<h2>
+<a name="media.startRecord_supported_platforms">Supported Platforms</a>
+</h2>
 
 <ul>
 <li>Android</li>
@@ -1504,8 +1558,9 @@ recording for an audio file.</p>
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-
-<h2><a name="media.startRecord_quick_example">Quick Example</a></h2>
+<h2>
+<a name="media.startRecord_quick_example">Quick Example</a>
+</h2>
 
 <pre class="prettyprint"><code>// Record audio
 //
@@ -1527,7 +1582,9 @@ function recordAudio() {
 }
 </code></pre>
 
-<h2><a name="media.startRecord_full_example">Full Example</a></h2>
+<h2>
+<a name="media.startRecord_full_example">Full Example</a>
+</h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -1596,13 +1653,16 @@ function recordAudio() {
 &lt;/html&gt;
 </code></pre>
 
-<h2><a name="media.startRecord_android_quirks">Android Quirks</a></h2>
+<h2>
+<a name="media.startRecord_android_quirks">Android Quirks</a>
+</h2>
 
 <ul>
 <li>Android devices record audio in Adaptive Multi-Rate format. The specified file should end with a <em>.amr</em> extension.</li>
 </ul>
-
-<h2><a name="media.startRecord_ios_quirks">iOS Quirks</a></h2>
+<h2>
+<a name="media.startRecord_ios_quirks">iOS Quirks</a>
+</h2>
 
 <ul>
 <li><p>iOS only records to files of type <em>.wav</em> and returns an error if the file name extension is not correct.</p></li>
@@ -1614,15 +1674,14 @@ function recordAudio() {
 </code></pre>
 </li>
 </ul>
-
-<h2><a name="media.startRecord_tizen_quirks">Tizen Quirks</a></h2>
+<h2>
+<a name="media.startRecord_tizen_quirks">Tizen Quirks</a>
+</h2>
 
 <ul>
 <li>Not supported on Tizen devices.</li>
 </ul>
-
 <hr>
-
 <h1><a name="media.stop">media.stop</a></h1>
 
 <p>Stops playing an audio file.</p>
@@ -1630,12 +1689,16 @@ function recordAudio() {
 <pre class="prettyprint"><code><a href="cordova_media_media.md.html#media.stop">media.stop</a>();
 </code></pre>
 
-<h2><a name="media.stop_description">Description</a></h2>
+<h2>
+<a name="media.stop_description">Description</a>
+</h2>
 
 <p>The <code><a href="cordova_media_media.md.html#media.stop">media.stop</a></code> method executes synchronously to stop playing an
 audio file.</p>
 
-<h2><a name="media.stop_supported_platforms">Supported Platforms</a></h2>
+<h2>
+<a name="media.stop_supported_platforms">Supported Platforms</a>
+</h2>
 
 <ul>
 <li>Android</li>
@@ -1645,8 +1708,9 @@ audio file.</p>
 <li>Tizen</li>
 <li>Windows 8</li>
 </ul>
-
-<h2><a name="media.stop_quick_example">Quick Example</a></h2>
+<h2>
+<a name="media.stop_quick_example">Quick Example</a>
+</h2>
 
 <pre class="prettyprint"><code>// Play audio
 //
@@ -1673,7 +1737,9 @@ function playAudio(url) {
 }
 </code></pre>
 
-<h2><a name="media.stop_full_example">Full Example</a></h2>
+<h2>
+<a name="media.stop_full_example">Full Example</a>
+</h2>
 
 <pre class="prettyprint"><code>    &lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd"&gt;
@@ -1778,7 +1844,6 @@ function playAudio(url) {
 </code></pre>
 
 <hr>
-
 <h1><a name="media.stopRecord">media.stopRecord</a></h1>
 
 <p>Stops recording an audio file.</p>
@@ -1786,12 +1851,16 @@ function playAudio(url) {
 <pre class="prettyprint"><code><a href="cordova_media_media.md.html#media.stopRecord">media.stopRecord</a>();
 </code></pre>
 
-<h2><a name="media.stopRecord_description">Description</a></h2>
+<h2>
+<a name="media.stopRecord_description">Description</a>
+</h2>
 
 <p>The <code><a href="cordova_media_media.md.html#media.stopRecord">media.stopRecord</a></code> method executes synchronously, stopping the
 recording of an audio file.</p>
 
-<h2><a name="media.stopRecord_supported_platforms">Supported Platforms</a></h2>
+<h2>
+<a name="media.stopRecord_supported_platforms">Supported Platforms</a>
+</h2>
 
 <ul>
 <li>Android</li>
@@ -1799,8 +1868,9 @@ recording of an audio file.</p>
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-
-<h2><a name="media.stopRecord_quick_example">Quick Example</a></h2>
+<h2>
+<a name="media.stopRecord_quick_example">Quick Example</a>
+</h2>
 
 <pre class="prettyprint"><code>// Record audio
 //
@@ -1828,7 +1898,9 @@ function recordAudio() {
 }
 </code></pre>
 
-<h2><a name="media.stopRecord_full_example">Full Example</a></h2>
+<h2>
+<a name="media.stopRecord_full_example">Full Example</a>
+</h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -1897,27 +1969,30 @@ function recordAudio() {
 &lt;/html&gt;
 </code></pre>
 
-<h2><a name="media.stopRecord_tizen_quirks">Tizen Quirks</a></h2>
+<h2>
+<a name="media.stopRecord_tizen_quirks">Tizen Quirks</a>
+</h2>
 
 <ul>
 <li>Not supported on Tizen devices.</li>
 </ul>
-
 <hr>
-
 <h1><a name="MediaError">MediaError</a></h1>
 
 <p>A <code><a href="cordova_media_media.md.html#MediaError">MediaError</a></code> object is returned to the <code><a href="cordova_media_media.md.html#mediaError">mediaError</a></code> callback
 function when an error occurs.</p>
 
-<h2><a name="MediaError_properties">Properties</a></h2>
+<h2>
+<a name="MediaError_properties">Properties</a>
+</h2>
 
 <ul>
 <li><p><strong>code</strong>: One of the predefined error codes listed below.</p></li>
 <li><p><strong>message</strong>: An error message describing the details of the error.</p></li>
 </ul>
-
-<h2><a name="MediaError_constants">Constants</a></h2>
+<h2>
+<a name="MediaError_constants">Constants</a>
+</h2>
 
 <ul>
 <li><code><a href="cordova_media_media.md.html#MediaError">MediaError</a>.MEDIA_ERR_ABORTED</code></li>
@@ -1925,14 +2000,14 @@ function when an error occurs.</p>
 <li><code><a href="cordova_media_media.md.html#MediaError">MediaError</a>.MEDIA_ERR_DECODE</code></li>
 <li><code><a href="cordova_media_media.md.html#MediaError">MediaError</a>.MEDIA_ERR_NONE_SUPPORTED</code></li>
 </ul>
-
-<h2><a name="MediaError_description">Description</a></h2>
+<h2>
+<a name="MediaError_description">Description</a>
+</h2>
 
 <p>The <code><a href="cordova_media_media.md.html#MediaError">MediaError</a></code> object is passed to a <code><a href="cordova_media_media.md.html#mediaError">mediaError</a></code> callback function
 when an error occurs.</p>
 
 <hr>
-
 <h1><a name="mediaError">mediaError</a></h1>
 
 <p>A user-specified callback function that executes when there is an
@@ -1943,19 +2018,19 @@ error in media functions.</p>
 }
 </code></pre>
 
-<h2><a name="mediaError_parameters">Parameters</a></h2>
+<h2>
+<a name="mediaError_parameters">Parameters</a>
+</h2>
 
 <ul>
 <li>
 <strong>error</strong>: The error returned by the device. <em>(<a href="cordova_media_media.md.html#MediaError">MediaError</a>)</em>
 </li>
 </ul>
-
-            </div>
+</div>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script>
-        <script type="text/javascript" src="prettify/prettify.js"></script>
-    </body>
+        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
+</body>
 </html>

Modified: cordova/site/public/docs/en/3.3.0/cordova_notification_notification.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/cordova_notification_notification.md.html?rev=1551982&r1=1551981&r2=1551982&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/cordova_notification_notification.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/cordova_notification_notification.md.html Wed Dec 18 15:40:06 2013
@@ -17,18 +17,16 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-        <meta name="generator" content="joDoc">
-
-        <title>Apache Cordova API Documentation</title>
-
-        <link rel="stylesheet" type="text/css" href="index.css">
-        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-    </head>
-    <body>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+<meta name="generator" content="joDoc">
+<title>Apache Cordova API Documentation</title>
+<link rel="stylesheet" type="text/css" href="index.css">
+<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+</head>
+<body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -94,8 +92,7 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select>
-            </small>
+</optgroup></select></small>
         </div>
         <div id="subheader">
             <h1>Notification</h1>
@@ -183,7 +180,9 @@
   <p>Visual, audible, and tactile device notifications.</p>
 </blockquote>
 
-<h2><a name="Notification_methods">Methods</a></h2>
+<h2>
+<a name="Notification_methods">Methods</a>
+</h2>
 
 <ul>
 <li><code><a href="cordova_notification_notification.md.html#notification.alert">notification.alert</a></code></li>
@@ -192,8 +191,9 @@
 <li><code><a href="cordova_notification_notification.md.html#notification.beep">notification.beep</a></code></li>
 <li><code><a href="cordova_notification_notification.md.html#notification.vibrate">notification.vibrate</a></code></li>
 </ul>
-
-<h2><a name="Notification_accessing_the_feature">Accessing the Feature</a></h2>
+<h2>
+<a name="Notification_accessing_the_feature">Accessing the Feature</a>
+</h2>
 
 <p>As of version 3.0, Cordova implements device-level APIs as <em>plugins</em>.
 Use the CLI's <code>plugin</code> command, described in <a href="#The%20Command-Line%0AInterface">The Command-Line
@@ -260,12 +260,10 @@ platform-specific configuration settings
 </code></pre>
 </li>
 </ul>
-
 <p>Some platforms may support this feature without requiring any special
 configuration.  See <a href="guide_support_index.md.html#Platform%20Support">Platform Support</a> for an overview.</p>
 
 <hr>
-
 <h1><a name="notification.alert">notification.alert</a></h1>
 
 <p>Shows a custom alert or dialog box.</p>
@@ -279,14 +277,17 @@ configuration.  See <a href="guide_suppo
 <li><p><strong>title</strong>: Dialog title. <em>(String)</em> (Optional, defaults to <code>Alert</code>)</p></li>
 <li><p><strong>buttonName</strong>: Button name. <em>(String)</em> (Optional, defaults to <code>OK</code>)</p></li>
 </ul>
-
-<h2><a name="notification.alert_description">Description</a></h2>
+<h2>
+<a name="notification.alert_description">Description</a>
+</h2>
 
 <p>Most Cordova implementations use a native dialog box for this feature,
 but some platforms use the browser's <code>alert</code> function, which is
 typically less customizable.</p>
 
-<h2><a name="notification.alert_supported_platforms">Supported Platforms</a></h2>
+<h2>
+<a name="notification.alert_supported_platforms">Supported Platforms</a>
+</h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -297,8 +298,9 @@ typically less customizable.</p>
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-
-<h2><a name="notification.alert_quick_example">Quick Example</a></h2>
+<h2>
+<a name="notification.alert_quick_example">Quick Example</a>
+</h2>
 
 <pre class="prettyprint"><code>// Amazon Fire OS / Android / BlackBerry 10 (OS 5.0 and higher) / iOS / Tizen
 //
@@ -314,7 +316,9 @@ navigator.<a href="cordova_notification_
 );
 </code></pre>
 
-<h2><a name="notification.alert_full_example">Full Example</a></h2>
+<h2>
+<a name="notification.alert_full_example">Full Example</a>
+</h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -358,7 +362,9 @@ navigator.<a href="cordova_notification_
 &lt;/html&gt;
 </code></pre>
 
-<h2><a name="notification.alert_windows_phone_7_and_8_quirks">Windows Phone 7 and 8 Quirks</a></h2>
+<h2>
+<a name="notification.alert_windows_phone_7_and_8_quirks">Windows Phone 7 and 8 Quirks</a>
+</h2>
 
 <ul>
 <li>
@@ -369,9 +375,7 @@ navigator.<a href="cordova_notification_
 </li>
 <li><p>Both <code>alert</code> and <code>confirm</code> are non-blocking calls, results of which are only available asynchronously.</p></li>
 </ul>
-
 <hr>
-
 <h1><a name="notification.confirm">notification.confirm</a></h1>
 
 <p>Displays a customizable confirmation dialog box.</p>
@@ -385,13 +389,16 @@ navigator.<a href="cordova_notification_
 <li><p><strong>title</strong>: Dialog title. <em>(String)</em> (Optional, defaults to <code>Confirm</code>)</p></li>
 <li><p><strong>buttonLabels</strong>: Array of strings specifying button labels. <em>(Array)</em>  (Optional, defaults to [<code>OK,Cancel</code>])</p></li>
 </ul>
-
-<h2><a name="notification.confirm_description">Description</a></h2>
+<h2>
+<a name="notification.confirm_description">Description</a>
+</h2>
 
 <p>The <code><a href="cordova_notification_notification.md.html#notification.confirm">notification.confirm</a></code> method displays a native dialog box that is
 more customizable than the browser's <code>confirm</code> function.</p>
 
-<h2><a name="notification.confirm_confirmcallback">confirmCallback</a></h2>
+<h2>
+<a name="notification.confirm_confirmcallback">confirmCallback</a>
+</h2>
 
 <p>The <code>confirmCallback</code> executes when the user presses one of the
 buttons in the confirmation dialog box.</p>
@@ -400,7 +407,9 @@ buttons in the confirmation dialog box.<
 index of the pressed button. Note that the index uses one-based
 indexing, so the value is <code>1</code>, <code>2</code>, <code>3</code>, etc.</p>
 
-<h2><a name="notification.confirm_supported_platforms">Supported Platforms</a></h2>
+<h2>
+<a name="notification.confirm_supported_platforms">Supported Platforms</a>
+</h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -411,8 +420,9 @@ indexing, so the value is <code>1</code>
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-
-<h2><a name="notification.confirm_quick_example">Quick Example</a></h2>
+<h2>
+<a name="notification.confirm_quick_example">Quick Example</a>
+</h2>
 
 <pre class="prettyprint"><code>// process the confirmation dialog result
 function onConfirm(buttonIndex) {
@@ -431,7 +441,9 @@ function showConfirm() {
 }
 </code></pre>
 
-<h2><a name="notification.confirm_full_example">Full Example</a></h2>
+<h2>
+<a name="notification.confirm_full_example">Full Example</a>
+</h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -475,7 +487,9 @@ function showConfirm() {
 &lt;/html&gt;
 </code></pre>
 
-<h2><a name="notification.confirm_windows_phone_7_and_8_quirks">Windows Phone 7 and 8 Quirks</a></h2>
+<h2>
+<a name="notification.confirm_windows_phone_7_and_8_quirks">Windows Phone 7 and 8 Quirks</a>
+</h2>
 
 <ul>
 <li>
@@ -486,9 +500,7 @@ function showConfirm() {
 </li>
 <li><p>Calls to <code>alert</code> and <code>confirm</code> are non-blocking, so the result is only available asynchronously.</p></li>
 </ul>
-
 <hr>
-
 <h1><a name="notification.prompt">notification.prompt</a></h1>
 
 <p>Shows a customizable prompt dialog box.</p>
@@ -503,13 +515,16 @@ function showConfirm() {
 <li><p><strong>buttonLabels</strong>: Array of strings specifying button labels <em>(Array)</em> (Optional, defaults to <code>["OK","Cancel"]</code>)</p></li>
 <li><p><strong>defaultText</strong>: Default textbox input value (<code>String</code>) (Optional, Default: empty string)</p></li>
 </ul>
-
-<h2><a name="notification.prompt_description">Description</a></h2>
+<h2>
+<a name="notification.prompt_description">Description</a>
+</h2>
 
 <p>The <code><a href="cordova_notification_notification.md.html#notification.prompt">notification.prompt</a></code> method displays a native dialog box that is
 more customizable than the browser's <code>prompt</code> function.</p>
 
-<h2><a name="notification.prompt_promptcallback">promptCallback</a></h2>
+<h2>
+<a name="notification.prompt_promptcallback">promptCallback</a>
+</h2>
 
 <p>The <code>promptCallback</code> executes when the user presses one of the buttons
 in the prompt dialog box. The <code>results</code> object passed to the callback
@@ -519,16 +534,18 @@ contains the following properties:</p>
 <li><p><strong>buttonIndex</strong>: The index of the pressed button. <em>(Number)</em> Note that the index uses one-based indexing, so the value is <code>1</code>, <code>2</code>, <code>3</code>, etc.</p></li>
 <li><p><strong>input1</strong>: The text entered in the prompt dialog box. <em>(String)</em></p></li>
 </ul>
-
-<h2><a name="notification.prompt_supported_platforms">Supported Platforms</a></h2>
+<h2>
+<a name="notification.prompt_supported_platforms">Supported Platforms</a>
+</h2>
 
 <ul>
 <li>Amazon Fire OS</li>
 <li>Android</li>
 <li>iOS</li>
 </ul>
-
-<h2><a name="notification.prompt_quick_example">Quick Example</a></h2>
+<h2>
+<a name="notification.prompt_quick_example">Quick Example</a>
+</h2>
 
 <pre class="prettyprint"><code>// process the promp dialog results
 function onPrompt(results) {
@@ -548,7 +565,9 @@ function showPrompt() {
 }
 </code></pre>
 
-<h2><a name="notification.prompt_full_example">Full Example</a></h2>
+<h2>
+<a name="notification.prompt_full_example">Full Example</a>
+</h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -593,15 +612,15 @@ function showPrompt() {
 &lt;/html&gt;
 </code></pre>
 
-<h2><a name="notification.prompt_android_quirks">Android Quirks</a></h2>
+<h2>
+<a name="notification.prompt_android_quirks">Android Quirks</a>
+</h2>
 
 <ul>
 <li><p>Android supports a maximum of three buttons, and ignores any more than that.</p></li>
 <li><p>On Android 3.0 and later, buttons are displayed in reverse order for devices that use the Holo theme.</p></li>
 </ul>
-
 <hr>
-
 <h1><a name="notification.beep">notification.beep</a></h1>
 
 <p>The device plays a beep sound.</p>
@@ -614,8 +633,9 @@ function showPrompt() {
 <strong>times</strong>: The number of times to repeat the beep. <em>(Number)</em>
 </li>
 </ul>
-
-<h2><a name="notification.beep_supported_platforms">Supported Platforms</a></h2>
+<h2>
+<a name="notification.beep_supported_platforms">Supported Platforms</a>
+</h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -626,14 +646,17 @@ function showPrompt() {
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-
-<h2><a name="notification.beep_quick_example">Quick Example</a></h2>
+<h2>
+<a name="notification.beep_quick_example">Quick Example</a>
+</h2>
 
 <pre class="prettyprint"><code>// Beep twice!
 navigator.<a href="cordova_notification_notification.md.html#notification.beep">notification.beep</a>(2);
 </code></pre>
 
-<h2><a name="notification.beep_full_example">Full Example</a></h2>
+<h2>
+<a name="notification.beep_full_example">Full Example</a>
+</h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -685,33 +708,36 @@ navigator.<a href="cordova_notification_
 &lt;/html&gt;
 </code></pre>
 
-<h2><a name="notification.beep_amazon_fire_os_quirks">Amazon Fire OS Quirks</a></h2>
+<h2>
+<a name="notification.beep_amazon_fire_os_quirks">Amazon Fire OS Quirks</a>
+</h2>
 
 <ul>
 <li>Amazon Fire OS plays the default <strong><a href="cordova_notification_notification.md.html#Notification">Notification</a> Sound</strong> specified under the <strong>Settings/Display &amp; Sound</strong> panel.</li>
 </ul>
-
-<h2><a name="notification.beep_android_quirks">Android Quirks</a></h2>
+<h2>
+<a name="notification.beep_android_quirks">Android Quirks</a>
+</h2>
 
 <ul>
 <li>Android plays the default <strong><a href="cordova_notification_notification.md.html#Notification">Notification</a> ringtone</strong> specified under the <strong>Settings/Sound &amp; Display</strong> panel.</li>
 </ul>
-
-<h2><a name="notification.beep_windows_phone_7_and_8_quirks">Windows Phone 7 and 8 Quirks</a></h2>
+<h2>
+<a name="notification.beep_windows_phone_7_and_8_quirks">Windows Phone 7 and 8 Quirks</a>
+</h2>
 
 <ul>
 <li>Relies on a generic beep file from the Cordova distribution.</li>
 </ul>
-
-<h2><a name="notification.beep_tizen_quirks">Tizen Quirks</a></h2>
+<h2>
+<a name="notification.beep_tizen_quirks">Tizen Quirks</a>
+</h2>
 
 <ul>
 <li><p>Tizen implements beeps by playing an audio file via the media API.</p></li>
 <li><p>The beep file must be short, must be located in a <code>sounds</code> subdirectory of the application's root directory, and must be named <code>beep.wav</code>.</p></li>
 </ul>
-
 <hr>
-
 <h1><a name="notification.vibrate">notification.vibrate</a></h1>
 
 <p>Vibrates the device for the specified amount of time.</p>
@@ -724,8 +750,9 @@ navigator.<a href="cordova_notification_
 <strong>time</strong>: Milliseconds to vibrate the device, where 1000 milliseconds equals 1 second. <em>(Number)</em>
 </li>
 </ul>
-
-<h2><a name="notification.vibrate_supported_platforms">Supported Platforms</a></h2>
+<h2>
+<a name="notification.vibrate_supported_platforms">Supported Platforms</a>
+</h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -734,15 +761,18 @@ navigator.<a href="cordova_notification_
 <li>iOS</li>
 <li>Windows Phone 7 and 8</li>
 </ul>
-
-<h2><a name="notification.vibrate_quick_example">Quick Example</a></h2>
+<h2>
+<a name="notification.vibrate_quick_example">Quick Example</a>
+</h2>
 
 <pre class="prettyprint"><code>// Vibrate for 2.5 seconds
 //
 navigator.<a href="cordova_notification_notification.md.html#notification.vibrate">notification.vibrate</a>(2500);
 </code></pre>
 
-<h2><a name="notification.vibrate_full_example">Full Example</a></h2>
+<h2>
+<a name="notification.vibrate_full_example">Full Example</a>
+</h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -794,7 +824,9 @@ navigator.<a href="cordova_notification_
 &lt;/html&gt;
 </code></pre>
 
-<h2><a name="notification.vibrate_ios_quirks">iOS Quirks</a></h2>
+<h2>
+<a name="notification.vibrate_ios_quirks">iOS Quirks</a>
+</h2>
 
 <ul>
 <li>
@@ -805,12 +837,10 @@ navigator.<a href="cordova_notification_
 </code></pre>
 </li>
 </ul>
-
-            </div>
+</div>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script>
-        <script type="text/javascript" src="prettify/prettify.js"></script>
-    </body>
+        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
+</body>
 </html>

Modified: cordova/site/public/docs/en/3.3.0/cordova_splashscreen_splashscreen.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/cordova_splashscreen_splashscreen.md.html?rev=1551982&r1=1551981&r2=1551982&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/cordova_splashscreen_splashscreen.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/cordova_splashscreen_splashscreen.md.html Wed Dec 18 15:40:06 2013
@@ -17,18 +17,16 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-        <meta name="generator" content="joDoc">
-
-        <title>Apache Cordova API Documentation</title>
-
-        <link rel="stylesheet" type="text/css" href="index.css">
-        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-    </head>
-    <body>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+<meta name="generator" content="joDoc">
+<title>Apache Cordova API Documentation</title>
+<link rel="stylesheet" type="text/css" href="index.css">
+<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+</head>
+<body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -94,8 +92,7 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select>
-            </small>
+</optgroup></select></small>
         </div>
         <div id="subheader">
             <h1>Splashscreen</h1>
@@ -162,14 +159,17 @@
   <p>Displays and hides the application's splash screen.</p>
 </blockquote>
 
-<h2><a name="Splashscreen_methods">Methods</a></h2>
+<h2>
+<a name="Splashscreen_methods">Methods</a>
+</h2>
 
 <ul>
 <li><a href="cordova_splashscreen_splashscreen.md.html#splashscreen.show">splashscreen.show</a></li>
 <li><a href="cordova_splashscreen_splashscreen.md.html#splashscreen.hide">splashscreen.hide</a></li>
 </ul>
-
-<h2><a name="Splashscreen_accessing_the_feature">Accessing the Feature</a></h2>
+<h2>
+<a name="Splashscreen_accessing_the_feature">Accessing the Feature</a>
+</h2>
 
 <p>As of version 3.0, Cordova implements device-level APIs as <em>plugins</em>.
 Use the CLI's <code>plugin</code> command, described in <a href="#The%20Command-Line%0AInterface">The Command-Line
@@ -216,14 +216,12 @@ platform-specific configuration settings
 </code></pre>
 </li>
 </ul>
-
 <p>Some platforms may support this feature without requiring any special
 configuration.  See <a href="guide_support_index.md.html#Platform%20Support">Platform Support</a> for an overview.</p>
 
 <p>See <a href="config_ref_images.md.html#Icons%20and%20Splash%20Screens">Icons and Splash Screens</a> for information on how to configures these images.</p>
 
 <hr>
-
 <h1><a name="splashscreen.show">splashscreen.show</a></h1>
 
 <p>Displays the splash screen.</p>
@@ -231,11 +229,15 @@ configuration.  See <a href="guide_suppo
 <pre class="prettyprint"><code>navigator.<a href="cordova_splashscreen_splashscreen.md.html#splashscreen.show">splashscreen.show</a>();
 </code></pre>
 
-<h2><a name="splashscreen.show_description">Description</a></h2>
+<h2>
+<a name="splashscreen.show_description">Description</a>
+</h2>
 
 <p>This method displays the application's splash screen.</p>
 
-<h2><a name="splashscreen.show_supported_platforms">Supported Platforms</a></h2>
+<h2>
+<a name="splashscreen.show_supported_platforms">Supported Platforms</a>
+</h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -244,13 +246,16 @@ configuration.  See <a href="guide_suppo
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-
-<h2><a name="splashscreen.show_quick_example">Quick Example</a></h2>
+<h2>
+<a name="splashscreen.show_quick_example">Quick Example</a>
+</h2>
 
 <pre class="prettyprint"><code>navigator.<a href="cordova_splashscreen_splashscreen.md.html#splashscreen.show">splashscreen.show</a>();
 </code></pre>
 
-<h2><a name="splashscreen.show_full_example">Full Example</a></h2>
+<h2>
+<a name="splashscreen.show_full_example">Full Example</a>
+</h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -291,7 +296,6 @@ unlikely you need to call <code>navigato
 splash screen visible for app startup.</p>
 
 <hr>
-
 <h1><a name="splashscreen.hide">splashscreen.hide</a></h1>
 
 <p>Dismiss the splash screen.</p>
@@ -299,11 +303,15 @@ splash screen visible for app startup.</
 <pre class="prettyprint"><code>navigator.<a href="cordova_splashscreen_splashscreen.md.html#splashscreen.hide">splashscreen.hide</a>();
 </code></pre>
 
-<h2><a name="splashscreen.hide_description">Description</a></h2>
+<h2>
+<a name="splashscreen.hide_description">Description</a>
+</h2>
 
 <p>This method dismisses the application's splash screen.</p>
 
-<h2><a name="splashscreen.hide_supported_platforms">Supported Platforms</a></h2>
+<h2>
+<a name="splashscreen.hide_supported_platforms">Supported Platforms</a>
+</h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -313,13 +321,16 @@ splash screen visible for app startup.</
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-
-<h2><a name="splashscreen.hide_quick_example">Quick Example</a></h2>
+<h2>
+<a name="splashscreen.hide_quick_example">Quick Example</a>
+</h2>
 
 <pre class="prettyprint"><code>navigator.<a href="cordova_splashscreen_splashscreen.md.html#splashscreen.hide">splashscreen.hide</a>();
 </code></pre>
 
-<h2><a name="splashscreen.hide_full_example">Full Example</a></h2>
+<h2>
+<a name="splashscreen.hide_full_example">Full Example</a>
+</h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -347,12 +358,16 @@ splash screen visible for app startup.</
 &lt;/html&gt;
 </code></pre>
 
-<h2><a name="splashscreen.hide_blackberry_10_quirk">BlackBerry 10 Quirk</a></h2>
+<h2>
+<a name="splashscreen.hide_blackberry_10_quirk">BlackBerry 10 Quirk</a>
+</h2>
 
 <p>The <code>config.xml</code> file's <code>AutoHideSplashScreen</code> setting must be
 <code>false</code>. </p>
 
-<h2><a name="splashscreen.hide_ios_quirk">iOS Quirk</a></h2>
+<h2>
+<a name="splashscreen.hide_ios_quirk">iOS Quirk</a>
+</h2>
 
 <p>The <code>config.xml</code> file's <code>AutoHideSplashScreen</code> setting must be
 <code>false</code>. To delay hiding the splash screen for two seconds, add a
@@ -367,7 +382,6 @@ timer such as the following in the <code
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script>
-        <script type="text/javascript" src="prettify/prettify.js"></script>
-    </body>
+        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
+</body>
 </html>

Modified: cordova/site/public/docs/en/3.3.0/cordova_storage_storage.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/cordova_storage_storage.md.html?rev=1551982&r1=1551981&r2=1551982&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/cordova_storage_storage.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/cordova_storage_storage.md.html Wed Dec 18 15:40:06 2013
@@ -17,18 +17,16 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-        <meta name="generator" content="joDoc">
-
-        <title>Apache Cordova API Documentation</title>
-
-        <link rel="stylesheet" type="text/css" href="index.css">
-        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-    </head>
-    <body>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+<meta name="generator" content="joDoc">
+<title>Apache Cordova API Documentation</title>
+<link rel="stylesheet" type="text/css" href="index.css">
+<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+</head>
+<body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -94,8 +92,7 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select>
-            </small>
+</optgroup></select></small>
         </div>
         <div id="subheader">
             <h1>Storage</h1>
@@ -157,7 +154,9 @@ See
 <a class="external" href="http://www.html5rocks.com/en/features/storage">html5rocks</a>.
 for a more complete overview and examples.</p>
 
-<h2><a name="Storage_localstorage">LocalStorage</a></h2>
+<h2>
+<a name="Storage_localstorage">LocalStorage</a>
+</h2>
 
 <p>Also known as <em>web storage</em>, <em>simple storage</em>, or by its alternate
 <em>session storage</em> interface, this API provides synchronous key/value
@@ -168,7 +167,9 @@ Refer to <a class="external" href="http:
 to use <code>setItem</code> or <code>getItem</code> rather than access keys directly from
 the storage object, as in <code>window.localStorage.someKey</code>.</p>
 
-<h2><a name="Storage_websql">WebSQL</a></h2>
+<h2>
+<a name="Storage_websql">WebSQL</a>
+</h2>
 
 <p>This API is available in the underlying WebView.
 The <a class="external" href="http://dev.w3.org/html5/webdatabase/">Web SQL Database Specification</a>
@@ -182,8 +183,9 @@ offers more full-featured database table
 <li>iOS</li>
 <li>Tizen</li>
 </ul>
-
-<h2><a name="Storage_indexeddb">IndexedDB</a></h2>
+<h2>
+<a name="Storage_indexeddb">IndexedDB</a>
+</h2>
 
 <p>This API is available in the underlying WebView.
 <a class="external" href="http://www.w3.org/TR/IndexedDB/">Indexed DB</a> offers more features
@@ -195,8 +197,9 @@ than LocalStorage but fewer than WebSQL.
 <li>Windows Phone 8</li>
 <li>BlackBerry 10</li>
 </ul>
-
-<h2><a name="Storage_plugin_based_options">Plugin-Based Options</a></h2>
+<h2>
+<a name="Storage_plugin_based_options">Plugin-Based Options</a>
+</h2>
 
 <p>In addition to the storage APIs listed above, the <a href="cordova_file_file.md.html#File">File</a> API allows you
 to cache data on the local file system.  Other
@@ -207,7 +210,6 @@ options.</p>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script>
-        <script type="text/javascript" src="prettify/prettify.js"></script>
-    </body>
+        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
+</body>
 </html>

Modified: cordova/site/public/docs/en/3.3.0/guide_appdev_privacy_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_appdev_privacy_index.md.html?rev=1551982&r1=1551981&r2=1551982&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_appdev_privacy_index.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_appdev_privacy_index.md.html Wed Dec 18 15:40:06 2013
@@ -17,18 +17,16 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-        <meta name="generator" content="joDoc">
-
-        <title>Apache Cordova API Documentation</title>
-
-        <link rel="stylesheet" type="text/css" href="index.css">
-        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-    </head>
-    <body>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+<meta name="generator" content="joDoc">
+<title>Apache Cordova API Documentation</title>
+<link rel="stylesheet" type="text/css" href="index.css">
+<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+</head>
+<body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -94,8 +92,7 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select>
-            </small>
+</optgroup></select></small>
         </div>
         <div id="subheader">
             <h1>Privacy Guide</h1>
@@ -220,7 +217,6 @@ it is stored on the device or on your ba
 also develop an appropriate data retention policy that is
 implemented within the app and on your backend servers.</p></li>
 </ul>
-
 <p>Following are some additional helpful mobile privacy guides for developers:</p>
 
 <ul>
@@ -230,12 +226,10 @@ implemented within the app and on your b
 <li><p>Federal Trade Commission, <a class="external" href="http://www.ftc.gov/os/2013/02/130201mobileprivacyreport.pdf">Mobile Privacy Disclosures: Building Trust Through Transparency</a></p></li>
 <li><p>Future of Privacy Forum, <a class="external" href="http://www.applicationprivacy.org">Application Privacy</a> Website</p></li>
 </ul>
-
-            </div>
+</div>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script>
-        <script type="text/javascript" src="prettify/prettify.js"></script>
-    </body>
+        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
+</body>
 </html>

Modified: cordova/site/public/docs/en/3.3.0/guide_appdev_whitelist_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_appdev_whitelist_index.md.html?rev=1551982&r1=1551981&r2=1551982&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_appdev_whitelist_index.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_appdev_whitelist_index.md.html Wed Dec 18 15:40:06 2013
@@ -17,18 +17,16 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-        <meta name="generator" content="joDoc">
-
-        <title>Apache Cordova API Documentation</title>
-
-        <link rel="stylesheet" type="text/css" href="index.css">
-        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-    </head>
-    <body>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+<meta name="generator" content="joDoc">
+<title>Apache Cordova API Documentation</title>
+<link rel="stylesheet" type="text/css" href="index.css">
+<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+</head>
+<body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -94,8 +92,7 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select>
-            </small>
+</optgroup></select></small>
         </div>
         <div id="subheader">
             <h1>Whitelist Guide</h1>
@@ -204,13 +201,16 @@ on each platform.)</p>
 <p>This is the default value for newly created CLI projects.</p>
 </li>
 </ul>
-
-<h2><a name="Whitelist%20Guide_amazon_fire_os_whitelisting">Amazon Fire OS Whitelisting</a></h2>
+<h2>
+<a name="Whitelist%20Guide_amazon_fire_os_whitelisting">Amazon Fire OS Whitelisting</a>
+</h2>
 
 <p>Platform-specific whitelisting rules are found in
 <code>res/xml/config.xml</code>.</p>
 
-<h2><a name="Whitelist%20Guide_android_whitelisting">Android Whitelisting</a></h2>
+<h2>
+<a name="Whitelist%20Guide_android_whitelisting">Android Whitelisting</a>
+</h2>
 
 <p>Platform-specific whitelisting rules are found in
 <code>res/xml/config.xml</code>.</p>
@@ -224,7 +224,9 @@ application.</p>
 page to open in the default browser rather than within the
 application.  (Compare this to iOS's behavior noted below.)</p>
 
-<h2><a name="Whitelist%20Guide_ios_whitelisting">iOS Whitelisting</a></h2>
+<h2>
+<a name="Whitelist%20Guide_ios_whitelisting">iOS Whitelisting</a>
+</h2>
 
 <p>The platform's whitelisting rules are found in the named application
 directory's <code>config.xml</code> file.</p>
@@ -244,7 +246,9 @@ all subdomains and top-level domains suc
 domains via <code>href</code> hyperlink on iOS prevents the page from opening at
 all.</p>
 
-<h2><a name="Whitelist%20Guide_blackberry_10_whitelisting">BlackBerry 10 Whitelisting</a></h2>
+<h2>
+<a name="Whitelist%20Guide_blackberry_10_whitelisting">BlackBerry 10 Whitelisting</a>
+</h2>
 
 <p>The whitelisting rules are found in <code>www/config.xml</code>.</p>
 
@@ -281,11 +285,12 @@ protocol:</p>
 <p><access origin="*" subdomains="true"></access></p>
 </li>
 </ul>
-
 <p>(For more information on support, see BlackBerry's documentation on the
 <a class="external" href="https://developer.blackberry.com/html5/documentation/ww_developing/Access_element_834677_11.html">access element</a>.)</p>
 
-<h2><a name="Whitelist%20Guide_ios_changes_in_3_1_0">iOS Changes in 3.1.0</a></h2>
+<h2>
+<a name="Whitelist%20Guide_ios_changes_in_3_1_0">iOS Changes in 3.1.0</a>
+</h2>
 
 <p>Prior to version 3.1.0, Cordova-iOS included some non-standard extensions to the domain whilelisting scheme supported by other Cordova platforms. As of 3.1.0, the iOS whitelist now conforms to the resource whitelist syntax described at the top of this document. If you upgrade from pre-3.1.0, and you were using these extensions, you may have to change your <code>config.xml</code> file in order to continue whitelisting the same set of resources as before.</p>
 
@@ -296,13 +301,16 @@ protocol:</p>
 <li><p><code>http://apache.*</code> (wildcard at end of domain): This would previously match all top-level-domains, including all possible two-letter TLDs (but not useful domains like .co.uk). Include a line for each TLD which you actually control, and need to whitelist.</p></li>
 <li><p><code>h*t*://ap*he.o*g</code> (wildcards for random missing letters): These are no longer supported; change to include a line for each domain and protocol that you actually need to whitelist.</p></li>
 </ul>
-
-<h2><a name="Whitelist%20Guide_windows_phone_whitelisting">Windows Phone Whitelisting</a></h2>
+<h2>
+<a name="Whitelist%20Guide_windows_phone_whitelisting">Windows Phone Whitelisting</a>
+</h2>
 
 <p>The whitelisting rules for Windows Phone 7 and 8 are found in the
 app's <code>config.xml</code> file.</p>
 
-<h2><a name="Whitelist%20Guide_tizen_whitelisting">Tizen Whitelisting</a></h2>
+<h2>
+<a name="Whitelist%20Guide_tizen_whitelisting">Tizen Whitelisting</a>
+</h2>
 
 <p>Whitelisting rules are found in the app's <code>config.xml</code> file. The
 platform relies on the same <code>subdomains</code> attribute as the BlackBerry
@@ -314,7 +322,6 @@ platform.
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script>
-        <script type="text/javascript" src="prettify/prettify.js"></script>
-    </body>
+        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
+</body>
 </html>

Modified: cordova/site/public/docs/en/3.3.0/guide_cli_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_cli_index.md.html?rev=1551982&r1=1551981&r2=1551982&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_cli_index.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_cli_index.md.html Wed Dec 18 15:40:06 2013
@@ -17,18 +17,16 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-        <meta name="generator" content="joDoc">
-
-        <title>Apache Cordova API Documentation</title>
-
-        <link rel="stylesheet" type="text/css" href="index.css">
-        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-    </head>
-    <body>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+<meta name="generator" content="joDoc">
+<title>Apache Cordova API Documentation</title>
+<link rel="stylesheet" type="text/css" href="index.css">
+<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+</head>
+<body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -94,8 +92,7 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select>
-            </small>
+</optgroup></select></small>
         </div>
         <div id="subheader">
             <h1>The Command-Line Interface</h1>
@@ -163,7 +160,9 @@ is the main tool to use for the cross-pl
 of the various workflows.)  However, you can also use the CLI to initialize project code, after
 which you use various platforms' SDKs and shell tools for continued development.</p>
 
-<h2><a name="The%20Command-Line%20Interface_prerequisites">Prerequisites</a></h2>
+<h2>
+<a name="The%20Command-Line%20Interface_prerequisites">Prerequisites</a>
+</h2>
 
 <p>Before running any command-line tools, you need to install SDKs for
 each platform you wish to target.
@@ -183,7 +182,6 @@ platform's SDK. The CLI supports the fol
 <li>Windows 8       (Windows)</li>
 <li>Firefox OS      (Mac, Linux, Windows)</li>
 </ul>
-
 <p>On the Mac, the command-line is available via the <em>Terminal</em>
 application. On the PC, it's available as <em>Command Prompt</em> under
 <em>Accessories</em>.</p>
@@ -217,8 +215,9 @@ globally installed npm modules. On Windo
 <code>/usr/local/share/npm</code>.</p>
 </li>
 </ol>
-
-<h2><a name="The%20Command-Line%20Interface_create_the_app">Create the App</a></h2>
+<h2>
+<a name="The%20Command-Line%20Interface_create_the_app">Create the App</a>
+</h2>
 
 <p>Go to the directory where you maintain your source code, and run a
 command such as the following:</p>
@@ -241,7 +240,9 @@ provides your project with a reverse dom
 <code>HelloWorld</code> provides the application's display text. You can edit
 both of these values later in the <code>config.xml</code> file.</p>
 
-<h2><a name="The%20Command-Line%20Interface_add_platforms">Add Platforms</a></h2>
+<h2>
+<a name="The%20Command-Line%20Interface_add_platforms">Add Platforms</a>
+</h2>
 
 <p>All subsequent commands need to be run within the project's directory,
 or any subdirectories within its scope:</p>
@@ -314,7 +315,9 @@ then switch to an SDK for native work.</
 <p>Read on if you wish to use the cross-platform workflow approach (the CLI) for the entire
 development cycle.</p>
 
-<h2><a name="The%20Command-Line%20Interface_build_the_app">Build the App</a></h2>
+<h2>
+<a name="The%20Command-Line%20Interface_build_the_app">Build the App</a>
+</h2>
 
 <p>By default, the <code>cordova create</code> script generates a skeletal web-based
 application whose home page is the project's <code>www/index.html</code> file.
@@ -346,8 +349,10 @@ an alternative to modify and compile the
 Cordova generates within <code>platforms/ios</code>. You can use the same
 approach with other platforms' SDKs.</p>
 
-<h2><a name="The%20Command-Line%20Interface_test_the_app_on_an_emulator_or_device">Test the App on an Emulator or Device
-</a></h2>
+<h2>
+<a name="The%20Command-Line%20Interface_test_the_app_on_an_emulator_or_device">Test the App on an Emulator or Device
+</a>
+</h2>
 
 <p>SDKs for mobile platforms often come bundled with emulators that
 execute a device image, so that you can launch the app from the home
@@ -390,7 +395,9 @@ the device, and perhaps add a USB driver
 environmnent.
 See <a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a> for details on each platform's requirements.</p>
 
-<h2><a name="The%20Command-Line%20Interface_add_plugin_features">Add Plugin Features</a></h2>
+<h2>
+<a name="The%20Command-Line%20Interface_add_plugin_features">Add Plugin Features</a>
+</h2>
 
 <p>When you build and view a new project, the default application that
 appears doesn't do very much. You can modify the app in many ways to
@@ -505,7 +512,6 @@ $ cordova plugin add org.apache.cordova.
 </code></pre>
 </li>
 </ul>
-
 <p>Use <code>plugin ls</code> (or <code>plugin list</code>, or <code>plugin</code> by itself) to view
 currently installed plugins. Each displays by its identifier:</p>
 
@@ -527,7 +533,9 @@ argument for each command:</p>
 <pre class="prettyprint"><code>    $ cordova plugin add org.apache.cordova.console org.apache.cordova.device
 </code></pre>
 
-<h2><a name="The%20Command-Line%20Interface_advanced_plugin_options">Advanced Plugin Options</a></h2>
+<h2>
+<a name="The%20Command-Line%20Interface_advanced_plugin_options">Advanced Plugin Options</a>
+</h2>
 
 <p>When adding a plugin, several options allow you to specify from where
 to fetch the plugin. The examples above use a well-known
@@ -576,7 +584,9 @@ contains the <code>plugin.xml</code> fil
 <pre class="prettyprint"><code>    $ cordova plugin add ../my_plugin_dir
 </code></pre>
 
-<h2><a name="The%20Command-Line%20Interface_using_merges_to_customize_each_platform">Using merges to Customize Each Platform</a></h2>
+<h2>
+<a name="The%20Command-Line%20Interface_using_merges_to_customize_each_platform">Using merges to Customize Each Platform</a>
+</h2>
 
 <p>While Cordova allows you to easily deploy an app for many different
 platforms, sometimes you need to add customizations.  In that case,
@@ -611,7 +621,6 @@ example:</p>
 </code></pre>
 </li>
 </ul>
-
 <p>When you rebuild the project, the Android version features the custom
 font size, while others remain unchanged.</p>
 
@@ -622,7 +631,9 @@ graphic into the iOS interface, stored i
 instead capture <code><a href="cordova_events_events.md.html#backbutton">backbutton</a></code> events from the corresponding hardware
 button.</p>
 
-<h2><a name="The%20Command-Line%20Interface_help_commands">Help Commands</a></h2>
+<h2>
+<a name="The%20Command-Line%20Interface_help_commands">Help Commands</a>
+</h2>
 
 <p>Cordova features a couple of global commands, which may help you if
 you get stuck or experience a problem.  The <code>help</code> command displays
@@ -645,7 +656,9 @@ a local <code>info.txt</code> file.</p>
 <p><strong>NOTE</strong>: Currently, only details on iOS and Android platforms are
 available.</p>
 
-<h2><a name="The%20Command-Line%20Interface_updating_cordova_and_your_project">Updating Cordova and Your Project</a></h2>
+<h2>
+<a name="The%20Command-Line%20Interface_updating_cordova_and_your_project">Updating Cordova and Your Project</a>
+</h2>
 
 <p>After installing the <code>cordova</code> utility, you can always update it to
 the latest version by running the following command:</p>
@@ -690,7 +703,6 @@ you're building:</p>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script>
-        <script type="text/javascript" src="prettify/prettify.js"></script>
-    </body>
+        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
+</body>
 </html>

Modified: cordova/site/public/docs/en/3.3.0/guide_hybrid_plugins_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_hybrid_plugins_index.md.html?rev=1551982&r1=1551981&r2=1551982&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_hybrid_plugins_index.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_hybrid_plugins_index.md.html Wed Dec 18 15:40:06 2013
@@ -17,18 +17,16 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-        <meta name="generator" content="joDoc">
-
-        <title>Apache Cordova API Documentation</title>
-
-        <link rel="stylesheet" type="text/css" href="index.css">
-        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-    </head>
-    <body>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+<meta name="generator" content="joDoc">
+<title>Apache Cordova API Documentation</title>
+<link rel="stylesheet" type="text/css" href="index.css">
+<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+</head>
+<body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -94,8 +92,7 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select>
-            </small>
+</optgroup></select></small>
         </div>
         <div id="subheader">
             <h1>Plugin Development Guide</h1>
@@ -172,7 +169,9 @@ is best to look over
 <a class="external" href="https://github.com/apache/cordova-android/tree/master/framework/src/org/apache/cordova">existing plugins</a>
 for guidance.</p>
 
-<h2><a name="Plugin%20Development%20Guide_building_a_plugin">Building a Plugin</a></h2>
+<h2>
+<a name="Plugin%20Development%20Guide_building_a_plugin">Building a Plugin</a>
+</h2>
 
 <p>Application developers use the CLI's <code>plugin add</code> command (discussed
 in <a href="guide_cli_index.md.html#The%20Command-Line%20Interface">The Command-Line Interface</a>) to apply a plugin to a project. The
@@ -219,7 +218,9 @@ the platform-specific <code>config.xml</
 the additional code library.  The <code>header-file</code> and <code>source-file</code> tags
 specify the path to the library's component files.</p>
 
-<h2><a name="Plugin%20Development%20Guide_validating_a_plugin">Validating a Plugin</a></h2>
+<h2>
+<a name="Plugin%20Development%20Guide_validating_a_plugin">Validating a Plugin</a>
+</h2>
 
 <p>You can use the <code>plugman</code> utility to check whether the plugin installs
 correctly for each platform.  Install <code>plugman</code> with the following
@@ -247,7 +248,9 @@ dependencies load properly:</p>
 For information on how to actually <em>debug</em> plugins, see each
 platform's native interface listed at the bottom of this page.</p>
 
-<h2><a name="Plugin%20Development%20Guide_the_javascript_interface">The JavaScript Interface</a></h2>
+<h2>
+<a name="Plugin%20Development%20Guide_the_javascript_interface">The JavaScript Interface</a>
+</h2>
 
 <p>The JavaScript provides the front-facing interface, making it perhaps
 the most important part of the plugin.  You can structure your
@@ -280,8 +283,9 @@ guides listed below.</p></li>
 <li><p><code>[/* arguments */]</code>: An array of arguments to pass into the native
 environment.</p></li>
 </ul>
-
-<h2><a name="Plugin%20Development%20Guide_sample_javascript">Sample JavaScript</a></h2>
+<h2>
+<a name="Plugin%20Development%20Guide_sample_javascript">Sample JavaScript</a>
+</h2>
 
 <p>This example shows one way to implement the plugin's JavaScript
 interface:</p>
@@ -312,7 +316,9 @@ callback function <code>window.echo</cod
 the error callback, it simply calls the success callback and passes it
 a default string.</p>
 
-<h2><a name="Plugin%20Development%20Guide_native_interfaces">Native Interfaces</a></h2>
+<h2>
+<a name="Plugin%20Development%20Guide_native_interfaces">Native Interfaces</a>
+</h2>
 
 <p>Once you define JavaScript for your plugin, you need to complement it
 with at least one native implementation. Details for each platform are
@@ -325,10 +331,11 @@ listed below, and each builds on the sim
 <li><a href="guide_platforms_blackberry10_plugin.md.html#BlackBerry%2010%20Plugins">BlackBerry 10 Plugins</a></li>
 <li><a href="guide_platforms_wp8_plugin.md.html#Windows%20Phone%20Plugins">Windows Phone Plugins</a></li>
 </ul>
-
 <p>The Tizen platform does not support plugins.</p>
 
-<h2><a name="Plugin%20Development%20Guide_publishing_plugins">Publishing Plugins</a></h2>
+<h2>
+<a name="Plugin%20Development%20Guide_publishing_plugins">Publishing Plugins</a>
+</h2>
 
 <p>Once you develop your plugin, you may want to publish and share it
 with the community. You can publish your plugin to the cordova
@@ -354,7 +361,6 @@ commands.</p>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script>
-        <script type="text/javascript" src="prettify/prettify.js"></script>
-    </body>
+        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
+</body>
 </html>

Modified: cordova/site/public/docs/en/3.3.0/guide_hybrid_webviews_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_hybrid_webviews_index.md.html?rev=1551982&r1=1551981&r2=1551982&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_hybrid_webviews_index.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_hybrid_webviews_index.md.html Wed Dec 18 15:40:06 2013
@@ -17,18 +17,16 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-        <meta name="generator" content="joDoc">
-
-        <title>Apache Cordova API Documentation</title>
-
-        <link rel="stylesheet" type="text/css" href="index.css">
-        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-    </head>
-    <body>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+<meta name="generator" content="joDoc">
+<title>Apache Cordova API Documentation</title>
+<link rel="stylesheet" type="text/css" href="index.css">
+<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+</head>
+<body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -94,8 +92,7 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select>
-            </small>
+</optgroup></select></small>
         </div>
         <div id="subheader">
             <h1>Embedding WebViews</h1>
@@ -160,12 +157,10 @@ supported platforms:</p>
 <li><a href="guide_platforms_android_webview.md.html#Android%20WebViews">Android WebViews</a></li>
 <li><a href="guide_platforms_ios_webview.md.html#iOS%20WebViews">iOS WebViews</a></li>
 </ul>
-
-            </div>
+</div>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script>
-        <script type="text/javascript" src="prettify/prettify.js"></script>
-    </body>
+        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
+</body>
 </html>

Modified: cordova/site/public/docs/en/3.3.0/guide_overview_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_overview_index.md.html?rev=1551982&r1=1551981&r2=1551982&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_overview_index.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_overview_index.md.html Wed Dec 18 15:40:06 2013
@@ -17,18 +17,16 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-        <meta name="generator" content="joDoc">
-
-        <title>Apache Cordova API Documentation</title>
-
-        <link rel="stylesheet" type="text/css" href="index.css">
-        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-    </head>
-    <body>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+<meta name="generator" content="joDoc">
+<title>Apache Cordova API Documentation</title>
+<link rel="stylesheet" type="text/css" href="index.css">
+<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+</head>
+<body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -94,8 +92,7 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select>
-            </small>
+</optgroup></select></small>
         </div>
         <div id="subheader">
             <h1>Overview</h1>
@@ -166,8 +163,9 @@ components with a <em>WebView</em> (brow
 device-level APIs, or if you want to develop a plugin interface
 between native and WebView components.</p></li>
 </ul>
-
-<h2><a name="Overview_basic_components">Basic Components</a></h2>
+<h2>
+<a name="Overview_basic_components">Basic Components</a>
+</h2>
 
 <p>Cordova applications rely on a common <code>config.xml</code> file that provides
 information about the app and specifies parameters affecting how it
@@ -190,7 +188,9 @@ hybrid application that mixes the WebVie
 components.  Cordova provides a <em>plugin</em> interface for these
 components to communicate with each other.</p>
 
-<h2><a name="Overview_development_paths">Development Paths</a></h2>
+<h2>
+<a name="Overview_development_paths">Development Paths</a>
+</h2>
 
 <p>As of version 3.0, you can use two basic workflows to create
 a mobile application. While you can accomplish the same
@@ -251,7 +251,6 @@ applications and run them in an SDK-base
 For comprehensive testing, you can also generate application files
 and install them directly on a device.</p></li>
 </ul>
-
 <p>At any point in the development cycle, you can switch to using more of the <em>Native Platform
 Dev</em> workflow. The platform-specific SDK tools provided may provide a richer set of
 options. (See the <a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a> for details about each platform's SDK tool set.)</p>
@@ -267,7 +266,6 @@ also build the app's configuration file 
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script>
-        <script type="text/javascript" src="prettify/prettify.js"></script>
-    </body>
+        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
+</body>
 </html>

Modified: cordova/site/public/docs/en/3.3.0/guide_platforms_amazonfireos_config.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_platforms_amazonfireos_config.md.html?rev=1551982&r1=1551981&r2=1551982&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_platforms_amazonfireos_config.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_platforms_amazonfireos_config.md.html Wed Dec 18 15:40:06 2013
@@ -17,18 +17,16 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-        <meta name="generator" content="joDoc">
-
-        <title>Apache Cordova API Documentation</title>
-
-        <link rel="stylesheet" type="text/css" href="index.css">
-        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-    </head>
-    <body>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+<meta name="generator" content="joDoc">
+<title>Apache Cordova API Documentation</title>
+<link rel="stylesheet" type="text/css" href="index.css">
+<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+</head>
+<body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -94,8 +92,7 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select>
-            </small>
+</optgroup></select></small>
         </div>
         <div id="subheader">
             <h1>Amazon Fire OS Configuration</h1>
@@ -205,12 +202,10 @@ time the splash screen image displays.</
 </code></pre>
 </li>
 </ul>
-
-            </div>
+</div>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script>
-        <script type="text/javascript" src="prettify/prettify.js"></script>
-    </body>
+        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
+</body>
 </html>