Author: steven
Date: Thu Jan 25 19:07:28 2018
New Revision: 1822220

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

Modified:
    cordova/site/public/docs/en/dev/config_ref/index.html
    cordova/site/public/docs/en/dev/guide/platforms/win8/index.html
    
cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html
    
cordova/site/public/docs/en/dev/reference/cordova-plugin-media-capture/index.html
    cordova/site/public/feed.xml

Modified: cordova/site/public/docs/en/dev/config_ref/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/config_ref/index.html?rev=1822220&r1=1822219&r2=1822220&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/config_ref/index.html (original)
+++ cordova/site/public/docs/en/dev/config_ref/index.html Thu Jan 25 19:07:28 
2018
@@ -2772,7 +2772,7 @@ platform. See <a href="images.html">Cust
 <td><em>Default: Cordova.Example</em> <br/>  Package name for Windows.</td>
 </tr>
 <tr>
-<td>defaultlocale <br /> <mark>iOS</mark> <mark>Windows</mark></td>
+<td>defaultlocale <br /> <mark>iOS</mark></td>
 <td>Specified the default language of the app, as an IANA language code.</td>
 </tr>
 <tr>

Modified: cordova/site/public/docs/en/dev/guide/platforms/win8/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/guide/platforms/win8/index.html?rev=1822220&r1=1822219&r2=1822220&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/guide/platforms/win8/index.html (original)
+++ cordova/site/public/docs/en/dev/guide/platforms/win8/index.html Thu Jan 25 
19:07:28 2018
@@ -2700,15 +2700,15 @@
                     <h1>Windows Platform Guide</h1>
 
 <p>This guide shows how to set up your SDK development environment to build
-and deploy Cordova apps for Windows 8.1, Windows Phone 8.1, and
-Windows 10 Universal App Platform.  It shows how to use either shell tools
+and deploy Cordova apps Windows 10 (Universal Windows Platform [= UWP], 
formerly known as Universal App Platform [= UAP]), 
+Windows 8.1 and Windows Phone 8.1.  It shows how to use either shell tools
 to generate and build apps, or the cross-platform Cordova CLI. (See the <a 
href="../../overview/index.html#development-paths">Overview</a> for a 
comparison of these
 development options.) This section also shows how to modify Cordova apps
 within Visual Studio. Regardless of <a 
href="../../overview/index.html#development-paths">which</a> approach you take, 
you need to
 install the Visual Studio SDK, as described below.</p>
 
-<p>Developers wishing to target Windows Phone 8 should use the wp8 platform,
-see <a href="../wp8/index.html">Windows Phone 8 Platform Guide</a> for details 
(Warning, the wp8 platform is deprecated).</p>
+<p>Note: Developers wishing to target Windows Phone 8 (instead of 8.1!) should 
use the <code>wp8</code> platform,
+see <a href="../wp8/index.html">Windows Phone 8 Platform Guide</a> for details 
(Warning, the <code>wp8</code> platform is deprecated).</p>
 
 <p>Cordova WebViews running on Windows rely on Internet Explorer 11 (Windows 
8.1 and Windows Phone 8.1) as
 their rendering engine, so as a practical matter you can use IE&#39;s
@@ -2719,23 +2719,20 @@ on how to support IE along with comparab
 
 <h2>Requirements and Support</h2>
 
-<p>To develop apps for Windows platform you need:</p>
+<p>To develop apps for Windows 10:</p>
 
 <ul>
-<li><p>A Windows 8.1, 32 or 64-bit machine (<em>Home</em>, <em>Pro</em>, or 
<em>Enterprise</em> editions)
-with minimum 4 GB of RAM along with <a 
href="http://www.visualstudio.com/downloads";>Visual Studio 2015</a>
-or Visual Studio 2013.  An evaluation version of Windows 8.1 Enterprise is
-available from the
-<a href="https://technet.microsoft.com/evalcenter/hh699156.aspx";>Microsoft 
Developer Network</a>.</p></li>
-<li><p>For the Windows Phone emulators, Windows 8.1 (x64) Professional edition 
or higher,
-and a processor that supports <a 
href='https://msdn.microsoft.com/en-us/library/windows/apps/ff626524(v=vs.105).aspx#hyperv'>Client
 Hyper-V and Second Level Address Translation (SLAT)</a>.</p></li>
+<li>Windows 8.1 or Windows 10, 32- or 64-bit, along with
+<a href="http://www.visualstudio.com/downloads";>Visual Studio 2015</a> or 
higher.</li>
 </ul>
 
-<p>To develop apps for Windows 10:</p>
+<p>To develop apps for Windows 8.1 you need:</p>
 
 <ul>
-<li>Windows 8.1 or Windows 10, 32- or 64-bit, along with
-<a href="http://www.visualstudio.com/downloads";>Visual Studio 2015</a> or 
higher.</li>
+<li>Windows 8.1, 32 or 64-bit, along with <a 
href="http://www.visualstudio.com/downloads";>Visual Studio 2015</a>
+or Visual Studio 2013.</li>
+<li>For the Windows Phone emulators, Windows 8.1 (x64) Professional edition or 
higher,
+and a processor that supports <a 
href="https://msdn.microsoft.com/en-us/library/windows/apps/ff626524(v=vs.105).aspx#hyperv">Client
 Hyper-V and Second Level Address Translation (SLAT)</a></li>
 </ul>
 
 <p>App compatibility is determined by the OS that the app targeted.  Apps are 
forwardly-compatible
@@ -2744,13 +2741,13 @@ an app built for 8.1 can run on 10.</p>
 
 <p>Cordova apps targeting Windows can be developed on a Mac, either by running 
a
 virtual machine environment or by using Boot Camp to dual-boot a
-Windows 8.1 partition. Consult these resources to set up the required
+Windows partition. Consult these resources to set up the required
 Windows development environment on a Mac:</p>
 
 <ul>
-<li><p><a 
href="http://msdn.microsoft.com/en-US/library/windows/apps/jj945426";>VMWare 
Fusion</a></p></li>
-<li><p><a 
href="http://msdn.microsoft.com/en-US/library/windows/apps/jj945424";>Parallels 
Desktop</a></p></li>
-<li><p><a 
href="http://msdn.microsoft.com/en-US/library/windows/apps/jj945423";>Boot 
Camp</a></p></li>
+<li><a 
href="http://msdn.microsoft.com/en-US/library/windows/apps/jj945426";>VMWare 
Fusion</a></li>
+<li><a 
href="http://msdn.microsoft.com/en-US/library/windows/apps/jj945424";>Parallels 
Desktop</a></li>
+<li><a 
href="http://msdn.microsoft.com/en-US/library/windows/apps/jj945423";>Boot 
Camp</a></li>
 </ul>
 
 <h2>Installing the Requirements</h2>
@@ -2769,14 +2766,25 @@ requirements listed above.</p>
 
 <p>After installation, you should be ready to develop apps targetting Windows 
platform. Refer to <a href="../../cli/index.html">Create your first app</a> 
guide for details.</p>
 
-<p>By default the <code>cordova build</code> command produces two packages: 
Windows 8.1 and Windows Phone 8.1.
-To upgrade Windows package to version 10 the following configuration setting 
must be
-added to configuration file (<code>config.xml</code>).</p>
-<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span 
class="nt">&lt;preference</span> <span class="na">name=</span><span 
class="s">"windows-target-version"</span> <span class="na">value=</span><span 
class="s">"10.0"</span> <span class="nt">/&gt;</span>
+<p>By default the <code>cordova build</code> command produces one package for 
Windows 10.</p>
+
+<h4>Target version configuration</h4>
+
+<p>If you want to build Windows 8.1 and Windows Phone 8.1 packages by default, 
you have to target <code>8.1</code> and the following configuration setting 
must be added to configuration file (<code>config.xml</code>).</p>
+<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span 
class="nt">&lt;preference</span> <span class="na">name=</span><span 
class="s">"windows-target-version"</span> <span class="na">value=</span><span 
class="s">"8.1"</span> <span class="nt">/&gt;</span>
 </code></pre></div>
-<p>Once you add this setting <code>build</code> command will start producing 
Windows 10 packages.</p>
+<p>Once you add this setting the <code>build</code> command will start 
producing Windows 8.1 and Windows Phone 8.1 packages.</p>
 
-<h3>Considerations for target Windows version</h3>
+<h4>Overriding configuration with the --appx parameter</h4>
+
+<p>You may decide that you want to build a particular version of your 
application targeting a particular OS (for example, you might have set that you 
want to target Windows 10, but you want to build for Windows Phone 8.1).  To do 
this, you can use the <code>--appx</code> parameter:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova build 
windows -- --appx=8.1-phone
+</code></pre></div>
+<p>The build system will ignore the preference set in config.xml for the 
target Windows version and strictly build a package for Windows Phone 8.1.</p>
+
+<p>Valid values for the <code>--appx</code> flag are <code>8.1-win</code>, 
<code>8.1-phone</code>, and <code>uap</code> (for Windows 10 Universal Apps).  
These options also apply to the <code>cordova run</code> command.</p>
+
+<h4>Considerations for target Windows version</h4>
 
 <p>Windows 10 supports a new &quot;Remote&quot; mode for Cordova apps (and 
HTML apps in general). This mode enables
 apps to have much more freedom with respect to use of DOM manipulation and 
common web patterns such as the use
@@ -2787,24 +2795,10 @@ the <a href="#understanding-remote-mode-
 <p>When using Remote Mode, developers are encouraged to apply a Content 
Security Policy (CSP) to their application
 to prevent script injection attacks.</p>
 
-<h3>The --appx parameter</h3>
-
-<p>You may decide that you want to build a particular version of your 
application targeting a particular OS (for example, you might have set that you 
want to target Windows 10, but you want to build for Windows Phone 8.1).  To do 
this, you can use the <code>--appx</code> parameter:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">cordova build 
windows -- --appx=8.1-phone
-</code></pre></div>
-<p>The build system will ignore the preference set in config.xml for the 
target Windows version and strictly build a package for Windows Phone 8.1.</p>
-
-<p>Valid values for the <code>--appx</code> flag are <code>8.1-win</code>, 
<code>8.1-phone</code>, and <code>uap</code> (for Windows 10 Universal Apps).  
These options also apply to the <code>cordova run</code> command.</p>
-
 <h3>Deploy options</h3>
 
 <p>To deploy Windows package:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">cordova run 
windows -- --win  # explicitly specify Windows as deployment target
-cordova run windows # `run` uses Windows package by default
-</code></pre></div>
-<p>To deploy Windows Phone package:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">cordova run 
windows -- --phone  # deploy app to Windows Phone 8.1 emulator
-cordova run windows --device -- --phone  # deploy app to connected device
+<div class="highlight"><pre><code class="language-" data-lang="">cordova run 
windows
 </code></pre></div>
 <p>This command will give you the list of all available targets:</p>
 <div class="highlight"><pre><code class="language-" data-lang="">cordova run 
windows --list
@@ -2814,6 +2808,18 @@ cordova run windows --device -- --phone
 </code></pre></div>
 <p>You can also use <strong>cordova run --help</strong> to see additional 
build and run options.</p>
 
+<h4>Deploy options when targetting Windows (Phone) 8.1</h4>
+
+<p>With Windows (Phone) 8.1 packages you have more options for deployment.</p>
+
+<p>To deploy Windows 8.1 package:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova run 
windows -- --win  # explicitly specify Windows as deployment target
+cordova run windows # `run` uses Windows package by default
+</code></pre></div>
+<p>To deploy Windows Phone 8.1 package:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova run 
windows -- --phone  # deploy app to Windows Phone 8.1 emulator
+cordova run windows --device -- --phone  # deploy app to connected device
+</code></pre></div>
 <h3>Using Visual Studio to deploy the app</h3>
 
 <p>Once you build a Cordova app, you can open it with
@@ -3052,7 +3058,7 @@ or AngularJS directly in your code, with
 capabilities when certifying your app in the Windows Store.  The removal of 
these capabilities usually doesn&#39;t
 prevent accessing certain functionality, but it might require the use of a 
different combination of APIs or tactics.</p>
 
-<h2>Effect of Remote Mode on capabilities</h2>
+<h3>Effect of Remote Mode on capabilities</h3>
 
 <p>The following capabilities are unavailable when deploying your Remote Mode 
application to the Windows Store:</p>
 

Modified: 
cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html?rev=1822220&r1=1822219&r2=1822220&view=diff
==============================================================================
--- 
cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html
 (original)
+++ 
cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html
 Thu Jan 25 19:07:28 2018
@@ -2833,9 +2833,13 @@ instance, or the system browser.</p>
 <li><strong>hidden</strong>: set to <code>yes</code> to create the browser and 
load the page, but not show it. The loadstop event fires when loading is 
complete. Omit or set to <code>no</code> (default) to have the browser open and 
load normally.</li>
 <li><strong>clearcache</strong>: set to <code>yes</code> to have the 
browser&#39;s cookie cache cleared before the new window is opened</li>
 <li><strong>clearsessioncache</strong>: set to <code>yes</code> to have the 
session cookie cache cleared before the new window is opened</li>
-<li><strong>closebuttoncaption</strong>: set to a string to use as the close 
buttons caption instead of a X. Note that you need to localize this value 
yourself.</li>
+<li><strong>closebuttoncaption</strong>: set to a string to use as the close 
button&#39;s caption instead of a X. Note that you need to localize this value 
yourself.</li>
 <li><strong>closebuttoncolor</strong>: set to a valid hex color string, for 
example: <code>#00ff00</code>, and it will change the
 close button color from default, regardless of being a text or default X. Only 
has effect if user has location set to <code>yes</code>.</li>
+<li><strong>footer</strong>: set to <code>yes</code> to show a close button in 
the footer similar to the iOS <strong>Done</strong> button. 
+The close button will appear the same as for the header hence use 
<strong>closebuttoncaption</strong> and <strong>closebuttoncolor</strong> to 
set its properties.</li>
+<li><strong>footercolor</strong>: set to a valid hex color string, for example 
<code>#00ff00</code> or <code>#CC00ff00</code> (<code>#aarrggbb</code>) , and 
it will change the footer color from default.
+Only has effect if user has <strong>footer</strong> set to 
<code>yes</code>.</li>
 <li><strong>hardwareback</strong>: set to <code>yes</code> to use the hardware 
back button to navigate backwards through the <code>InAppBrowser</code>&#39;s 
history. If there is no previous page, the <code>InAppBrowser</code> will 
close.  The default value is <code>yes</code>, so you must set it to 
<code>no</code> if you want the back button to simply close the 
InAppBrowser.</li>
 <li><strong>hidenavigationbuttons</strong>: set to <code>yes</code> to hide 
the navigation buttons on the location toolbar, only has effect if user has 
location set to <code>yes</code>. The default value is <code>no</code>.</li>
 <li><strong>hideurlbar</strong>: set to <code>yes</code> to hide the url bar 
on the location toolbar, only has effect if user has location set to 
<code>yes</code>. The default value is <code>no</code>.</li>

Modified: 
cordova/site/public/docs/en/dev/reference/cordova-plugin-media-capture/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-media-capture/index.html?rev=1822220&r1=1822219&r2=1822220&view=diff
==============================================================================
--- 
cordova/site/public/docs/en/dev/reference/cordova-plugin-media-capture/index.html
 (original)
+++ 
cordova/site/public/docs/en/dev/reference/cordova-plugin-media-capture/index.html
 Thu Jan 25 19:07:28 2018
@@ -2775,7 +2775,7 @@ function onDeviceReady() {
     console.log(navigator.device.capture);
 }
 </code></pre></div>
-<p>Report issues with this plugin on the <a 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Media%20Capture%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC";>Apache
 Cordova issue tracker</a></p>
+<p>Report issues with this plugin on the <a 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22cordova-plugin-media-capture%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC";>Apache
 Cordova issue tracker</a></p>
 
 <h2>Installation</h2>
 <div class="highlight"><pre><code class="language-" data-lang="">cordova 
plugin add cordova-plugin-media-capture

Modified: cordova/site/public/feed.xml
URL: 
http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1822220&r1=1822219&r2=1822220&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Thu Jan 25 19:07:28 2018
@@ -6,8 +6,8 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Mon, 22 Jan 2018 22:59:36 +0000</pubDate>
-    <lastBuildDate>Mon, 22 Jan 2018 22:59:36 +0000</lastBuildDate>
+    <pubDate>Thu, 25 Jan 2018 18:42:43 +0000</pubDate>
+    <lastBuildDate>Thu, 25 Jan 2018 18:42:43 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to