Modified: cordova/site/public/blog/releases/2013/07/23/cordova-3.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/blog/releases/2013/07/23/cordova-3.html?rev=1626799&r1=1626798&r2=1626799&view=diff
==============================================================================
--- cordova/site/public/blog/releases/2013/07/23/cordova-3.html (original)
+++ cordova/site/public/blog/releases/2013/07/23/cordova-3.html Mon Sep 22 
14:58:59 2014
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+    <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,13 +12,13 @@
     -->
     <title>Apache Cordova 3.0</title>
     <!-- syntax highlighting CSS -->
-    <link rel="stylesheet" href="/css/syntax.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css">
     <!-- Custom CSS -->
-    <link rel="stylesheet" href="/css/main.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/main.css">
 
     <!-- Cordova CSS -->
-    <link rel="stylesheet" type="text/css" href="/css/master.css">
-    <script src="/js/smooth.pack.js" type="text/javascript"></script>
+    <link rel="stylesheet" type="text/css" 
href="//cordova.apache.org/css/master.css">
+    <script src="//cordova.apache.org/js/smooth.pack.js" 
type="text/javascript"></script>
     <script type="text/javascript">
       var _gaq = _gaq || [];
       _gaq.push(['_setAccount', 'UA-94271-30']);
@@ -37,25 +37,25 @@
 </a>
 <div id="header">
     <div class="wrap">
-        <a class="logo" href="/#top"></a>
+        <a class="logo" href="//cordova.apache.org/#top"></a>
         <div class="menu">
-            <a href="/#about">About</a>
-            <a href="/#news">News</a>
-            <a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</a>
+            <a href="//cordova.apache.org/#about">About</a>
+            <a href="//cordova.apache.org/#news">News</a>
+            <a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</a>
             <a href="http://plugins.cordova.io/";>Plugins</a>
-            <a href="/#links">Quick Links</a>
-            <a href="/#contribute">Contribute</a>
-            <a href="/#mailing-list">Mailing List</a>
+            <a href="//cordova.apache.org/#links">Quick Links</a>
+            <a href="//cordova.apache.org/#contribute">Contribute</a>
+            <a href="//cordova.apache.org/#mailing-list">Mailing List</a>
         </div>
         <form class="menu-dropdown">
             <select onchange="location = 
this.options[this.selectedIndex].value;">
-                <option value="/#about">About</option>
-                <option value="/#news">News</option>
-                <option 
value="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</option>
+                <option value="//cordova.apache.org/#about">About</option>
+                <option value="//cordova.apache.org/#news">News</option>
+                <option 
value="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</option>
                 <option value="http://plugins.cordova.io/";>Plugins</option>
-                <option value="/#links">Quick Links</option>
-                <option value="/#contribute">Contribute</option>
-                <option value="/#mailing-list">Mailing List</option>
+                <option value="//cordova.apache.org/#links">Quick 
Links</option>
+                <option 
value="//cordova.apache.org/#contribute">Contribute</option>
+                <option value="//cordova.apache.org/#mailing-list">Mailing 
List</option>
             </select>
         </form>
     </div>
@@ -162,7 +162,7 @@ plugman --platform android --project . -
         <div class="list-container">
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a href="/index.html#about">About 
Cordova<span></span></a></li>
+                <li><a href="//cordova.apache.org/index.html#about">About 
Cordova<span></span></a></li>
 
                 
                 <li><a 
href="http://projects.apache.org/projects/cordova.html";>Apache Project 
Page<span></span></a></li>
@@ -170,13 +170,13 @@ plugman --platform android --project . -
                 <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License<span></span></a></li>
                 
 
-                <li><a href="/artwork.html">Artwork<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li>
             </ul>
 
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a 
href="/index.html#download">Download<span></span></a></li>
-                <li><a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation<span></span></a></li>
 
                 
                 <li><a href="https://git-wip-us.apache.org/repos/asf";>Source 
Code<span></span></a></li>
@@ -186,7 +186,7 @@ plugman --platform android --project . -
                 <li><a 
href="http://wiki.apache.org/cordova/";>Wiki<span></span></a></li>
                 
 
-                <li><a href="/index.html#mailing-list">Mailing 
List<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#mailing-list">Mailing 
List<span></span></a></li>
 
                 <li><a 
href="http://stackoverflow.com/tags/cordova";>Support<span></span></a></li>
             </ul>

Modified: cordova/site/public/blog/releases/2013/10/02/cordova-31.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/blog/releases/2013/10/02/cordova-31.html?rev=1626799&r1=1626798&r2=1626799&view=diff
==============================================================================
--- cordova/site/public/blog/releases/2013/10/02/cordova-31.html (original)
+++ cordova/site/public/blog/releases/2013/10/02/cordova-31.html Mon Sep 22 
14:58:59 2014
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+    <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,13 +12,13 @@
     -->
     <title>Apache Cordova 3.1</title>
     <!-- syntax highlighting CSS -->
-    <link rel="stylesheet" href="/css/syntax.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css">
     <!-- Custom CSS -->
-    <link rel="stylesheet" href="/css/main.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/main.css">
 
     <!-- Cordova CSS -->
-    <link rel="stylesheet" type="text/css" href="/css/master.css">
-    <script src="/js/smooth.pack.js" type="text/javascript"></script>
+    <link rel="stylesheet" type="text/css" 
href="//cordova.apache.org/css/master.css">
+    <script src="//cordova.apache.org/js/smooth.pack.js" 
type="text/javascript"></script>
     <script type="text/javascript">
       var _gaq = _gaq || [];
       _gaq.push(['_setAccount', 'UA-94271-30']);
@@ -37,25 +37,25 @@
 </a>
 <div id="header">
     <div class="wrap">
-        <a class="logo" href="/#top"></a>
+        <a class="logo" href="//cordova.apache.org/#top"></a>
         <div class="menu">
-            <a href="/#about">About</a>
-            <a href="/#news">News</a>
-            <a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</a>
+            <a href="//cordova.apache.org/#about">About</a>
+            <a href="//cordova.apache.org/#news">News</a>
+            <a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</a>
             <a href="http://plugins.cordova.io/";>Plugins</a>
-            <a href="/#links">Quick Links</a>
-            <a href="/#contribute">Contribute</a>
-            <a href="/#mailing-list">Mailing List</a>
+            <a href="//cordova.apache.org/#links">Quick Links</a>
+            <a href="//cordova.apache.org/#contribute">Contribute</a>
+            <a href="//cordova.apache.org/#mailing-list">Mailing List</a>
         </div>
         <form class="menu-dropdown">
             <select onchange="location = 
this.options[this.selectedIndex].value;">
-                <option value="/#about">About</option>
-                <option value="/#news">News</option>
-                <option 
value="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</option>
+                <option value="//cordova.apache.org/#about">About</option>
+                <option value="//cordova.apache.org/#news">News</option>
+                <option 
value="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</option>
                 <option value="http://plugins.cordova.io/";>Plugins</option>
-                <option value="/#links">Quick Links</option>
-                <option value="/#contribute">Contribute</option>
-                <option value="/#mailing-list">Mailing List</option>
+                <option value="//cordova.apache.org/#links">Quick 
Links</option>
+                <option 
value="//cordova.apache.org/#contribute">Contribute</option>
+                <option value="//cordova.apache.org/#mailing-list">Mailing 
List</option>
             </select>
         </form>
     </div>
@@ -268,7 +268,7 @@ cordova platform update android</code></
         <div class="list-container">
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a href="/index.html#about">About 
Cordova<span></span></a></li>
+                <li><a href="//cordova.apache.org/index.html#about">About 
Cordova<span></span></a></li>
 
                 
                 <li><a 
href="http://projects.apache.org/projects/cordova.html";>Apache Project 
Page<span></span></a></li>
@@ -276,13 +276,13 @@ cordova platform update android</code></
                 <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License<span></span></a></li>
                 
 
-                <li><a href="/artwork.html">Artwork<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li>
             </ul>
 
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a 
href="/index.html#download">Download<span></span></a></li>
-                <li><a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation<span></span></a></li>
 
                 
                 <li><a href="https://git-wip-us.apache.org/repos/asf";>Source 
Code<span></span></a></li>
@@ -292,7 +292,7 @@ cordova platform update android</code></
                 <li><a 
href="http://wiki.apache.org/cordova/";>Wiki<span></span></a></li>
                 
 
-                <li><a href="/index.html#mailing-list">Mailing 
List<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#mailing-list">Mailing 
List<span></span></a></li>
 
                 <li><a 
href="http://stackoverflow.com/tags/cordova";>Support<span></span></a></li>
             </ul>

Modified: cordova/site/public/blog/releases/2013/11/06/cordova-291.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/blog/releases/2013/11/06/cordova-291.html?rev=1626799&r1=1626798&r2=1626799&view=diff
==============================================================================
--- cordova/site/public/blog/releases/2013/11/06/cordova-291.html (original)
+++ cordova/site/public/blog/releases/2013/11/06/cordova-291.html Mon Sep 22 
14:58:59 2014
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+    <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,13 +12,13 @@
     -->
     <title>Apache Cordova 2.9.1</title>
     <!-- syntax highlighting CSS -->
-    <link rel="stylesheet" href="/css/syntax.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css">
     <!-- Custom CSS -->
-    <link rel="stylesheet" href="/css/main.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/main.css">
 
     <!-- Cordova CSS -->
-    <link rel="stylesheet" type="text/css" href="/css/master.css">
-    <script src="/js/smooth.pack.js" type="text/javascript"></script>
+    <link rel="stylesheet" type="text/css" 
href="//cordova.apache.org/css/master.css">
+    <script src="//cordova.apache.org/js/smooth.pack.js" 
type="text/javascript"></script>
     <script type="text/javascript">
       var _gaq = _gaq || [];
       _gaq.push(['_setAccount', 'UA-94271-30']);
@@ -37,25 +37,25 @@
 </a>
 <div id="header">
     <div class="wrap">
-        <a class="logo" href="/#top"></a>
+        <a class="logo" href="//cordova.apache.org/#top"></a>
         <div class="menu">
-            <a href="/#about">About</a>
-            <a href="/#news">News</a>
-            <a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</a>
+            <a href="//cordova.apache.org/#about">About</a>
+            <a href="//cordova.apache.org/#news">News</a>
+            <a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</a>
             <a href="http://plugins.cordova.io/";>Plugins</a>
-            <a href="/#links">Quick Links</a>
-            <a href="/#contribute">Contribute</a>
-            <a href="/#mailing-list">Mailing List</a>
+            <a href="//cordova.apache.org/#links">Quick Links</a>
+            <a href="//cordova.apache.org/#contribute">Contribute</a>
+            <a href="//cordova.apache.org/#mailing-list">Mailing List</a>
         </div>
         <form class="menu-dropdown">
             <select onchange="location = 
this.options[this.selectedIndex].value;">
-                <option value="/#about">About</option>
-                <option value="/#news">News</option>
-                <option 
value="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</option>
+                <option value="//cordova.apache.org/#about">About</option>
+                <option value="//cordova.apache.org/#news">News</option>
+                <option 
value="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</option>
                 <option value="http://plugins.cordova.io/";>Plugins</option>
-                <option value="/#links">Quick Links</option>
-                <option value="/#contribute">Contribute</option>
-                <option value="/#mailing-list">Mailing List</option>
+                <option value="//cordova.apache.org/#links">Quick 
Links</option>
+                <option 
value="//cordova.apache.org/#contribute">Contribute</option>
+                <option value="//cordova.apache.org/#mailing-list">Mailing 
List</option>
             </select>
         </form>
     </div>
@@ -246,7 +246,7 @@
         <div class="list-container">
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a href="/index.html#about">About 
Cordova<span></span></a></li>
+                <li><a href="//cordova.apache.org/index.html#about">About 
Cordova<span></span></a></li>
 
                 
                 <li><a 
href="http://projects.apache.org/projects/cordova.html";>Apache Project 
Page<span></span></a></li>
@@ -254,13 +254,13 @@
                 <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License<span></span></a></li>
                 
 
-                <li><a href="/artwork.html">Artwork<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li>
             </ul>
 
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a 
href="/index.html#download">Download<span></span></a></li>
-                <li><a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation<span></span></a></li>
 
                 
                 <li><a href="https://git-wip-us.apache.org/repos/asf";>Source 
Code<span></span></a></li>
@@ -270,7 +270,7 @@
                 <li><a 
href="http://wiki.apache.org/cordova/";>Wiki<span></span></a></li>
                 
 
-                <li><a href="/index.html#mailing-list">Mailing 
List<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#mailing-list">Mailing 
List<span></span></a></li>
 
                 <li><a 
href="http://stackoverflow.com/tags/cordova";>Support<span></span></a></li>
             </ul>

Modified: cordova/site/public/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1626799&r1=1626798&r2=1626799&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Mon Sep 22 14:58:59 2014
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+    <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,13 +12,13 @@
     -->
     <title>Apache Cordova</title>
     <!-- syntax highlighting CSS -->
-    <link rel="stylesheet" href="/css/syntax.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css">
     <!-- Custom CSS -->
-    <link rel="stylesheet" href="/css/main.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/main.css">
 
     <!-- Cordova CSS -->
-    <link rel="stylesheet" type="text/css" href="/css/master.css">
-    <script src="/js/smooth.pack.js" type="text/javascript"></script>
+    <link rel="stylesheet" type="text/css" 
href="//cordova.apache.org/css/master.css">
+    <script src="//cordova.apache.org/js/smooth.pack.js" 
type="text/javascript"></script>
     <script type="text/javascript">
       var _gaq = _gaq || [];
       _gaq.push(['_setAccount', 'UA-94271-30']);
@@ -37,25 +37,25 @@
 </a>
 <div id="header">
     <div class="wrap">
-        <a class="logo" href="/#top"></a>
+        <a class="logo" href="//cordova.apache.org/#top"></a>
         <div class="menu">
-            <a href="/#about">About</a>
-            <a href="/#news">News</a>
-            <a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</a>
+            <a href="//cordova.apache.org/#about">About</a>
+            <a href="//cordova.apache.org/#news">News</a>
+            <a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</a>
             <a href="http://plugins.cordova.io/";>Plugins</a>
-            <a href="/#links">Quick Links</a>
-            <a href="/#contribute">Contribute</a>
-            <a href="/#mailing-list">Mailing List</a>
+            <a href="//cordova.apache.org/#links">Quick Links</a>
+            <a href="//cordova.apache.org/#contribute">Contribute</a>
+            <a href="//cordova.apache.org/#mailing-list">Mailing List</a>
         </div>
         <form class="menu-dropdown">
             <select onchange="location = 
this.options[this.selectedIndex].value;">
-                <option value="/#about">About</option>
-                <option value="/#news">News</option>
-                <option 
value="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</option>
+                <option value="//cordova.apache.org/#about">About</option>
+                <option value="//cordova.apache.org/#news">News</option>
+                <option 
value="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</option>
                 <option value="http://plugins.cordova.io/";>Plugins</option>
-                <option value="/#links">Quick Links</option>
-                <option value="/#contribute">Contribute</option>
-                <option value="/#mailing-list">Mailing List</option>
+                <option value="//cordova.apache.org/#links">Quick 
Links</option>
+                <option 
value="//cordova.apache.org/#contribute">Contribute</option>
+                <option value="//cordova.apache.org/#mailing-list">Mailing 
List</option>
             </select>
         </form>
     </div>
@@ -75,7 +75,7 @@
         </ul>
         <div class="button-container">
 
-            <a class="button" href="#download">DOWNLOAD<label>Cordova version 
3.6.1</label></a>
+            <a class="button" href="#download">DOWNLOAD<label>Cordova version 
3.6.0</label></a>
 
         </div>
     </div>
@@ -89,7 +89,7 @@
     <p>And because these JavaScript APIs are consistent across multiple device 
platforms and built on web standards, the app should be portable to other 
device platforms with minimal to no changes.</p>
     <p>Apps using Cordova are still packaged as apps using the platform SDKs, 
and can be made available for installation from each device's app store.</p>
     <p>Cordova provides a set of uniform JavaScript libraries that can be 
invoked, with device-specific native backing code for those JavaScript 
libraries. Cordova is available for the following platforms: iOS, Android, 
Blackberry, Windows Phone, Palm WebOS, Bada, and Symbian.</p>
-    <p>If you want to use Cordova in your mobile application, take a look at 
our <a href="http://cordova.apache.org/docs/en/3.6.1/";>documentation</a>. It 
includes Getting Started guides, the JavaScript APIs reference and examples, 
instructions on Upgrading from previous versions of Cordova, how to write your 
own Cordova plugin, and more. The selector in the top-right corner of the 
documentation will let you pick different Cordova versions and language 
translations. And there is a <a href="http://plugins.cordova.io";>registry</a> 
of third-party plugins that can be used in your mobile application.</p>
+    <p>If you want to use Cordova in your mobile application, take a look at 
our <a href="http://cordova.apache.org/docs/en/3.6.0/";>documentation</a>. It 
includes Getting Started guides, the JavaScript APIs reference and examples, 
instructions on Upgrading from previous versions of Cordova, how to write your 
own Cordova plugin, and more. The selector in the top-right corner of the 
documentation will let you pick different Cordova versions and language 
translations. And there is a <a href="http://plugins.cordova.io";>registry</a> 
of third-party plugins that can be used in your mobile application.</p>
     <p>Apache Cordova graduated in October 2012 as a top level project within 
the Apache Software Foundation (ASF). Through the ASF, future Cordova 
development will ensure open stewardship of the project. It will always remain 
free and open source under the Apache License, Version 2.0.
 </p>
     <p>Some additional information may be found on our <a 
href="http://projects.apache.org/projects/cordova.html";>Apache project 
page</a>.</p>
@@ -101,7 +101,41 @@
   <h2>News <a href="/rss.xml" style="font-size:12pt; 
margin-left:10px">Subscribe</a></h2>
   <ul class="posts">
     
-      <li><span>13 Aug 2014</span> &raquo; <a 
href="/news/2014/08/13/tools-update.html">Tools Release: August 13, 2014</a>
+      <li><span>08 Sep 2014</span> &raquo; <a 
href="//cordova.apache.org/announcements/2014/09/08/cordova-361.html">Apache 
Cordova 3.6</a>
+      
+<p>We are happy to announce that <code>Apache Cordova 3.6</code> has been 
released!</p>
+
+<p>Most notable changes include:</p>
+
+<ul>
+<li>Android and Amazon FireOS platforms include a new whitelist for 
controlling the launch of external applications via intents. Also support for 
gradle was added.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6761";>CB-6761</a> 
Android: Fix native-&gt;JS bridge ceasing to fire when page changes and online 
is set to false and the JS loads quickly</li>
+
+<li>Windows8 platform is now called Windows to indicate the support for 
windows universal apps. The windows8/windows platform now supports building 
apps targeting Windows 8.1 and Windows Phone 8.1 in addition to Windows 8 which 
was originally supported (see documentation for new –win and –phone Command 
Line switches).</li>
+
+<li>For targeting Windows Phone 8.0, the wp8 is still supported.</li>
+
+<li>Support for Windows Universal Apps is being added.</li>
+</ul>
+
+<p>To upgrade: (replace <code>android</code> with the platform you want to 
update):</p>
+
+<pre><code>npm install -g cordova
+cd my_project
+cordova platform update android</code></pre>
+
+<p>For non-CLI projects or for pre-3.0 projects, refer to the <a 
href="http://cordova.apache.org/docs/en/3.6.0/guide_platforms_index.md.html";>upgrade
 guides</a>.</p>
+
+<h2 id="if_this_is_363_where_are_360_361_and_362">If this is 3.6.3, where are 
3.6.0, 3.6.1, and 3.6.2?</h2>
+
+<p>While preparing the 3.6.0 release, the release candidates were published to 
a write-once repository. When it was discovered that the release candidates 
needed to be updated, we were unable to modify the write-once repository, so we 
were forced to bump the version number. This is why all the 3.6 cadence release 
items are labelled as “3.6.3”. So 3.6.3 is the first release of the 3.6.x 
version. Apologies for the confusion.</p>
+
+<h2 id="whats_new_in_android">What’s new in Android</h2>
+
+      <div style="padding-bottom:2em"><a 
href="//cordova.apache.org/announcements/2014/09/08/cordova-361.html">Read 
More</a></div>
+    
+      <li><span>13 Aug 2014</span> &raquo; <a 
href="//cordova.apache.org/news/2014/08/13/tools-update.html">Tools Release: 
August 13, 2014</a>
       
 <p>An updated version of <code>cordova</code> and <code>cordova-lib</code> are 
available starting today.</p>
 
@@ -117,9 +151,9 @@
 
 <p>These contain only one minor function change, which is related to the 
recent release of <a 
href="http://cordova.apache.org/announcements/2014/08/04/android-351.html";>Cordova
 Android 3.5.1</a>. Before today’s update, when adding the Android platform 
to a project, by default it would use version 3.5.0 of Cordova Android. In 
order to get the latest 3.5.1 of Cordova Android, you would need to manually 
specify the 3.5.1 version number on the <code>platform add</code> command. 
Today’s update changes the default version of Cordova Android used when 
adding the Android platform to a project, so that you no longer need to 
manually specify the 3.5.1 version number to get the 3.5.1 version. You’ll 
now get 3.5.1 by default.</p>
 
-      <div style="padding-bottom:2em"><a 
href="/news/2014/08/13/tools-update.html">Read More</a></div>
+      <div style="padding-bottom:2em"><a 
href="//cordova.apache.org/news/2014/08/13/tools-update.html">Read 
More</a></div>
     
-      <li><span>11 Aug 2014</span> &raquo; <a 
href="/news/2014/08/11/plugins-release.html">Plugins Release: August 11, 
2014</a>
+      <li><span>11 Aug 2014</span> &raquo; <a 
href="//cordova.apache.org/news/2014/08/11/plugins-release.html">Plugins 
Release: August 11, 2014</a>
       
 <p>The following plugins were updated today:</p>
 
@@ -186,22 +220,12 @@ cordova plugin add org.apache.cordova.fi
 
 <p>Other changes include:</p>
 
-      <div style="padding-bottom:2em"><a 
href="/news/2014/08/11/plugins-release.html">Read More</a></div>
-    
-      <li><span>06 Aug 2014</span> &raquo; <a 
href="/announcements/2014/08/06/android-351-update.html">Apache Cordova Android 
3.5.1 Update</a>
-      
-<p>On Monday, we released Cordova Android 3.5.1, to address a couple of 
security issues. Afterwards, talking with the original researchers, we realized 
that the text of the security announcement that went out wasn’t quite right, 
so we’ve amended it.</p>
-
-<p>You can read the amended blog post <a 
href="http://cordova.apache.org/announcements/2014/08/04/android-351.html";>here</a>.</p>
-
-<p>The issue in CVE-2014-3502 is that Cordova applications would, by default, 
pass any URLs that they couldn’t load to the Android intent system for 
handling. This lets developers construct URLs that open email applications, 
maps, or send SMS messages, or even open web pages in the system browser, but 
it also allowed malicious URLs that could potentially open other applications 
on the device. This meant that if someone could execute their own JavaScript in 
your application, that they could use other applications on the device to 
“phone home” with the user’s data. This is why we are recommending that 
all Android developers upgrade to Cordova 3.5.1.</p>
-
-      <div style="padding-bottom:2em"><a 
href="/announcements/2014/08/06/android-351-update.html">Read More</a></div>
+      <div style="padding-bottom:2em"><a 
href="//cordova.apache.org/news/2014/08/11/plugins-release.html">Read 
More</a></div>
     
   </ul>
   
   <p>
-  <a href="/blog" style="font-weight:bold">See all entries</a>
+  <a href="//cordova.apache.org/blog" style="font-weight:bold">See all 
entries</a>
   </p>
   
 </div>
@@ -399,8 +423,8 @@ cordova plugin add org.apache.cordova.fi
 
 <div class="wrap download-pane">
     <h2 class="icon icon-download">Download &amp; Archives</h2>
-    <p>It is recommended that the cordova CLI be installed from npm rather 
than downloading this .zip version.  For more information on installing the npm 
version see the <a 
href="http://cordova.apache.org/docs/en/3.6.1//guide_cli_index.md.html#The%20Command-Line%20Interface";>Command-Line
 Interface</a> section of the documentation. </p>
-    <p>You can find our release zips with corresponding OpenPGPkeys, MD5 and 
SHA files on the <a onclick="_gaq.push(['_trackEvent', 'Download', '3.6.1'])" 
href="https://www.apache.org/dist/cordova/";>Apache Cordova dist page</a>.</p>
+    <p>It is recommended that the cordova CLI be installed from npm rather 
than downloading this .zip version.  For more information on installing the npm 
version see the <a 
href="http://cordova.apache.org/docs/en/3.6.0//guide_cli_index.md.html#The%20Command-Line%20Interface";>Command-Line
 Interface</a> section of the documentation. </p>
+    <p>You can find our release zips with corresponding OpenPGPkeys, MD5 and 
SHA files on the <a onclick="_gaq.push(['_trackEvent', 'Download', '3.6.0'])" 
href="https://www.apache.org/dist/cordova/";>Apache Cordova dist page</a>.</p>
 
     <p>Our <a href="artwork.html">artwork</a> is also available.</p>
     <p>Older versions can be downloaded from the <a 
href="http://archive.apache.org/dist/cordova/";>archive</a>.</p>
@@ -477,7 +501,7 @@ cordova plugin add org.apache.cordova.fi
         <div class="list-container">
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a href="/index.html#about">About 
Cordova<span></span></a></li>
+                <li><a href="//cordova.apache.org/index.html#about">About 
Cordova<span></span></a></li>
 
                 
                 <li><a 
href="http://projects.apache.org/projects/cordova.html";>Apache Project 
Page<span></span></a></li>
@@ -485,13 +509,13 @@ cordova plugin add org.apache.cordova.fi
                 <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License<span></span></a></li>
                 
 
-                <li><a href="/artwork.html">Artwork<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li>
             </ul>
 
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a 
href="/index.html#download">Download<span></span></a></li>
-                <li><a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation<span></span></a></li>
 
                 
                 <li><a href="https://git-wip-us.apache.org/repos/asf";>Source 
Code<span></span></a></li>
@@ -501,7 +525,7 @@ cordova plugin add org.apache.cordova.fi
                 <li><a 
href="http://wiki.apache.org/cordova/";>Wiki<span></span></a></li>
                 
 
-                <li><a href="/index.html#mailing-list">Mailing 
List<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#mailing-list">Mailing 
List<span></span></a></li>
 
                 <li><a 
href="http://stackoverflow.com/tags/cordova";>Support<span></span></a></li>
             </ul>

Modified: cordova/site/public/news/2013/09/06/last-week.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/news/2013/09/06/last-week.html?rev=1626799&r1=1626798&r2=1626799&view=diff
==============================================================================
--- cordova/site/public/news/2013/09/06/last-week.html (original)
+++ cordova/site/public/news/2013/09/06/last-week.html Mon Sep 22 14:58:59 2014
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+    <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,13 +12,13 @@
     -->
     <title>Last Week in Cordova</title>
     <!-- syntax highlighting CSS -->
-    <link rel="stylesheet" href="/css/syntax.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css">
     <!-- Custom CSS -->
-    <link rel="stylesheet" href="/css/main.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/main.css">
 
     <!-- Cordova CSS -->
-    <link rel="stylesheet" type="text/css" href="/css/master.css">
-    <script src="/js/smooth.pack.js" type="text/javascript"></script>
+    <link rel="stylesheet" type="text/css" 
href="//cordova.apache.org/css/master.css">
+    <script src="//cordova.apache.org/js/smooth.pack.js" 
type="text/javascript"></script>
     <script type="text/javascript">
       var _gaq = _gaq || [];
       _gaq.push(['_setAccount', 'UA-94271-30']);
@@ -37,25 +37,25 @@
 </a>
 <div id="header">
     <div class="wrap">
-        <a class="logo" href="/#top"></a>
+        <a class="logo" href="//cordova.apache.org/#top"></a>
         <div class="menu">
-            <a href="/#about">About</a>
-            <a href="/#news">News</a>
-            <a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</a>
+            <a href="//cordova.apache.org/#about">About</a>
+            <a href="//cordova.apache.org/#news">News</a>
+            <a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</a>
             <a href="http://plugins.cordova.io/";>Plugins</a>
-            <a href="/#links">Quick Links</a>
-            <a href="/#contribute">Contribute</a>
-            <a href="/#mailing-list">Mailing List</a>
+            <a href="//cordova.apache.org/#links">Quick Links</a>
+            <a href="//cordova.apache.org/#contribute">Contribute</a>
+            <a href="//cordova.apache.org/#mailing-list">Mailing List</a>
         </div>
         <form class="menu-dropdown">
             <select onchange="location = 
this.options[this.selectedIndex].value;">
-                <option value="/#about">About</option>
-                <option value="/#news">News</option>
-                <option 
value="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</option>
+                <option value="//cordova.apache.org/#about">About</option>
+                <option value="//cordova.apache.org/#news">News</option>
+                <option 
value="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</option>
                 <option value="http://plugins.cordova.io/";>Plugins</option>
-                <option value="/#links">Quick Links</option>
-                <option value="/#contribute">Contribute</option>
-                <option value="/#mailing-list">Mailing List</option>
+                <option value="//cordova.apache.org/#links">Quick 
Links</option>
+                <option 
value="//cordova.apache.org/#contribute">Contribute</option>
+                <option value="//cordova.apache.org/#mailing-list">Mailing 
List</option>
             </select>
         </form>
     </div>
@@ -118,7 +118,7 @@
         <div class="list-container">
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a href="/index.html#about">About 
Cordova<span></span></a></li>
+                <li><a href="//cordova.apache.org/index.html#about">About 
Cordova<span></span></a></li>
 
                 
                 <li><a 
href="http://projects.apache.org/projects/cordova.html";>Apache Project 
Page<span></span></a></li>
@@ -126,13 +126,13 @@
                 <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License<span></span></a></li>
                 
 
-                <li><a href="/artwork.html">Artwork<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li>
             </ul>
 
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a 
href="/index.html#download">Download<span></span></a></li>
-                <li><a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation<span></span></a></li>
 
                 
                 <li><a href="https://git-wip-us.apache.org/repos/asf";>Source 
Code<span></span></a></li>
@@ -142,7 +142,7 @@
                 <li><a 
href="http://wiki.apache.org/cordova/";>Wiki<span></span></a></li>
                 
 
-                <li><a href="/index.html#mailing-list">Mailing 
List<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#mailing-list">Mailing 
List<span></span></a></li>
 
                 <li><a 
href="http://stackoverflow.com/tags/cordova";>Support<span></span></a></li>
             </ul>

Modified: cordova/site/public/news/2013/09/13/last-week.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/news/2013/09/13/last-week.html?rev=1626799&r1=1626798&r2=1626799&view=diff
==============================================================================
--- cordova/site/public/news/2013/09/13/last-week.html (original)
+++ cordova/site/public/news/2013/09/13/last-week.html Mon Sep 22 14:58:59 2014
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+    <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,13 +12,13 @@
     -->
     <title>Last Week in Cordova: FirefoxOS, Translations, bug fixes</title>
     <!-- syntax highlighting CSS -->
-    <link rel="stylesheet" href="/css/syntax.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css">
     <!-- Custom CSS -->
-    <link rel="stylesheet" href="/css/main.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/main.css">
 
     <!-- Cordova CSS -->
-    <link rel="stylesheet" type="text/css" href="/css/master.css">
-    <script src="/js/smooth.pack.js" type="text/javascript"></script>
+    <link rel="stylesheet" type="text/css" 
href="//cordova.apache.org/css/master.css">
+    <script src="//cordova.apache.org/js/smooth.pack.js" 
type="text/javascript"></script>
     <script type="text/javascript">
       var _gaq = _gaq || [];
       _gaq.push(['_setAccount', 'UA-94271-30']);
@@ -37,25 +37,25 @@
 </a>
 <div id="header">
     <div class="wrap">
-        <a class="logo" href="/#top"></a>
+        <a class="logo" href="//cordova.apache.org/#top"></a>
         <div class="menu">
-            <a href="/#about">About</a>
-            <a href="/#news">News</a>
-            <a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</a>
+            <a href="//cordova.apache.org/#about">About</a>
+            <a href="//cordova.apache.org/#news">News</a>
+            <a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</a>
             <a href="http://plugins.cordova.io/";>Plugins</a>
-            <a href="/#links">Quick Links</a>
-            <a href="/#contribute">Contribute</a>
-            <a href="/#mailing-list">Mailing List</a>
+            <a href="//cordova.apache.org/#links">Quick Links</a>
+            <a href="//cordova.apache.org/#contribute">Contribute</a>
+            <a href="//cordova.apache.org/#mailing-list">Mailing List</a>
         </div>
         <form class="menu-dropdown">
             <select onchange="location = 
this.options[this.selectedIndex].value;">
-                <option value="/#about">About</option>
-                <option value="/#news">News</option>
-                <option 
value="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</option>
+                <option value="//cordova.apache.org/#about">About</option>
+                <option value="//cordova.apache.org/#news">News</option>
+                <option 
value="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</option>
                 <option value="http://plugins.cordova.io/";>Plugins</option>
-                <option value="/#links">Quick Links</option>
-                <option value="/#contribute">Contribute</option>
-                <option value="/#mailing-list">Mailing List</option>
+                <option value="//cordova.apache.org/#links">Quick 
Links</option>
+                <option 
value="//cordova.apache.org/#contribute">Contribute</option>
+                <option value="//cordova.apache.org/#mailing-list">Mailing 
List</option>
             </select>
         </form>
     </div>
@@ -110,7 +110,7 @@
         <div class="list-container">
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a href="/index.html#about">About 
Cordova<span></span></a></li>
+                <li><a href="//cordova.apache.org/index.html#about">About 
Cordova<span></span></a></li>
 
                 
                 <li><a 
href="http://projects.apache.org/projects/cordova.html";>Apache Project 
Page<span></span></a></li>
@@ -118,13 +118,13 @@
                 <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License<span></span></a></li>
                 
 
-                <li><a href="/artwork.html">Artwork<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li>
             </ul>
 
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a 
href="/index.html#download">Download<span></span></a></li>
-                <li><a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation<span></span></a></li>
 
                 
                 <li><a href="https://git-wip-us.apache.org/repos/asf";>Source 
Code<span></span></a></li>
@@ -134,7 +134,7 @@
                 <li><a 
href="http://wiki.apache.org/cordova/";>Wiki<span></span></a></li>
                 
 
-                <li><a href="/index.html#mailing-list">Mailing 
List<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#mailing-list">Mailing 
List<span></span></a></li>
 
                 <li><a 
href="http://stackoverflow.com/tags/cordova";>Support<span></span></a></li>
             </ul>

Modified: cordova/site/public/news/2013/10/01/plugins-release.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/news/2013/10/01/plugins-release.html?rev=1626799&r1=1626798&r2=1626799&view=diff
==============================================================================
--- cordova/site/public/news/2013/10/01/plugins-release.html (original)
+++ cordova/site/public/news/2013/10/01/plugins-release.html Mon Sep 22 
14:58:59 2014
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+    <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,13 +12,13 @@
     -->
     <title>Plugins Release: October 1st, 2013</title>
     <!-- syntax highlighting CSS -->
-    <link rel="stylesheet" href="/css/syntax.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css">
     <!-- Custom CSS -->
-    <link rel="stylesheet" href="/css/main.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/main.css">
 
     <!-- Cordova CSS -->
-    <link rel="stylesheet" type="text/css" href="/css/master.css">
-    <script src="/js/smooth.pack.js" type="text/javascript"></script>
+    <link rel="stylesheet" type="text/css" 
href="//cordova.apache.org/css/master.css">
+    <script src="//cordova.apache.org/js/smooth.pack.js" 
type="text/javascript"></script>
     <script type="text/javascript">
       var _gaq = _gaq || [];
       _gaq.push(['_setAccount', 'UA-94271-30']);
@@ -37,25 +37,25 @@
 </a>
 <div id="header">
     <div class="wrap">
-        <a class="logo" href="/#top"></a>
+        <a class="logo" href="//cordova.apache.org/#top"></a>
         <div class="menu">
-            <a href="/#about">About</a>
-            <a href="/#news">News</a>
-            <a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</a>
+            <a href="//cordova.apache.org/#about">About</a>
+            <a href="//cordova.apache.org/#news">News</a>
+            <a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</a>
             <a href="http://plugins.cordova.io/";>Plugins</a>
-            <a href="/#links">Quick Links</a>
-            <a href="/#contribute">Contribute</a>
-            <a href="/#mailing-list">Mailing List</a>
+            <a href="//cordova.apache.org/#links">Quick Links</a>
+            <a href="//cordova.apache.org/#contribute">Contribute</a>
+            <a href="//cordova.apache.org/#mailing-list">Mailing List</a>
         </div>
         <form class="menu-dropdown">
             <select onchange="location = 
this.options[this.selectedIndex].value;">
-                <option value="/#about">About</option>
-                <option value="/#news">News</option>
-                <option 
value="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</option>
+                <option value="//cordova.apache.org/#about">About</option>
+                <option value="//cordova.apache.org/#news">News</option>
+                <option 
value="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</option>
                 <option value="http://plugins.cordova.io/";>Plugins</option>
-                <option value="/#links">Quick Links</option>
-                <option value="/#contribute">Contribute</option>
-                <option value="/#mailing-list">Mailing List</option>
+                <option value="//cordova.apache.org/#links">Quick 
Links</option>
+                <option 
value="//cordova.apache.org/#contribute">Contribute</option>
+                <option value="//cordova.apache.org/#mailing-list">Mailing 
List</option>
             </select>
         </form>
     </div>
@@ -129,7 +129,7 @@ cordova plugin add org.apache.cordova.ca
         <div class="list-container">
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a href="/index.html#about">About 
Cordova<span></span></a></li>
+                <li><a href="//cordova.apache.org/index.html#about">About 
Cordova<span></span></a></li>
 
                 
                 <li><a 
href="http://projects.apache.org/projects/cordova.html";>Apache Project 
Page<span></span></a></li>
@@ -137,13 +137,13 @@ cordova plugin add org.apache.cordova.ca
                 <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License<span></span></a></li>
                 
 
-                <li><a href="/artwork.html">Artwork<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li>
             </ul>
 
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a 
href="/index.html#download">Download<span></span></a></li>
-                <li><a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation<span></span></a></li>
 
                 
                 <li><a href="https://git-wip-us.apache.org/repos/asf";>Source 
Code<span></span></a></li>
@@ -153,7 +153,7 @@ cordova plugin add org.apache.cordova.ca
                 <li><a 
href="http://wiki.apache.org/cordova/";>Wiki<span></span></a></li>
                 
 
-                <li><a href="/index.html#mailing-list">Mailing 
List<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#mailing-list">Mailing 
List<span></span></a></li>
 
                 <li><a 
href="http://stackoverflow.com/tags/cordova";>Support<span></span></a></li>
             </ul>

Modified: cordova/site/public/news/2013/10/10/plugins-release.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/news/2013/10/10/plugins-release.html?rev=1626799&r1=1626798&r2=1626799&view=diff
==============================================================================
--- cordova/site/public/news/2013/10/10/plugins-release.html (original)
+++ cordova/site/public/news/2013/10/10/plugins-release.html Mon Sep 22 
14:58:59 2014
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+    <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,13 +12,13 @@
     -->
     <title>Plugins Release: October 10th, 2013</title>
     <!-- syntax highlighting CSS -->
-    <link rel="stylesheet" href="/css/syntax.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css">
     <!-- Custom CSS -->
-    <link rel="stylesheet" href="/css/main.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/main.css">
 
     <!-- Cordova CSS -->
-    <link rel="stylesheet" type="text/css" href="/css/master.css">
-    <script src="/js/smooth.pack.js" type="text/javascript"></script>
+    <link rel="stylesheet" type="text/css" 
href="//cordova.apache.org/css/master.css">
+    <script src="//cordova.apache.org/js/smooth.pack.js" 
type="text/javascript"></script>
     <script type="text/javascript">
       var _gaq = _gaq || [];
       _gaq.push(['_setAccount', 'UA-94271-30']);
@@ -37,25 +37,25 @@
 </a>
 <div id="header">
     <div class="wrap">
-        <a class="logo" href="/#top"></a>
+        <a class="logo" href="//cordova.apache.org/#top"></a>
         <div class="menu">
-            <a href="/#about">About</a>
-            <a href="/#news">News</a>
-            <a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</a>
+            <a href="//cordova.apache.org/#about">About</a>
+            <a href="//cordova.apache.org/#news">News</a>
+            <a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</a>
             <a href="http://plugins.cordova.io/";>Plugins</a>
-            <a href="/#links">Quick Links</a>
-            <a href="/#contribute">Contribute</a>
-            <a href="/#mailing-list">Mailing List</a>
+            <a href="//cordova.apache.org/#links">Quick Links</a>
+            <a href="//cordova.apache.org/#contribute">Contribute</a>
+            <a href="//cordova.apache.org/#mailing-list">Mailing List</a>
         </div>
         <form class="menu-dropdown">
             <select onchange="location = 
this.options[this.selectedIndex].value;">
-                <option value="/#about">About</option>
-                <option value="/#news">News</option>
-                <option 
value="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</option>
+                <option value="//cordova.apache.org/#about">About</option>
+                <option value="//cordova.apache.org/#news">News</option>
+                <option 
value="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</option>
                 <option value="http://plugins.cordova.io/";>Plugins</option>
-                <option value="/#links">Quick Links</option>
-                <option value="/#contribute">Contribute</option>
-                <option value="/#mailing-list">Mailing List</option>
+                <option value="//cordova.apache.org/#links">Quick 
Links</option>
+                <option 
value="//cordova.apache.org/#contribute">Contribute</option>
+                <option value="//cordova.apache.org/#mailing-list">Mailing 
List</option>
             </select>
         </form>
     </div>
@@ -161,7 +161,7 @@ cordova plugin add org.apache.cordova.ca
         <div class="list-container">
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a href="/index.html#about">About 
Cordova<span></span></a></li>
+                <li><a href="//cordova.apache.org/index.html#about">About 
Cordova<span></span></a></li>
 
                 
                 <li><a 
href="http://projects.apache.org/projects/cordova.html";>Apache Project 
Page<span></span></a></li>
@@ -169,13 +169,13 @@ cordova plugin add org.apache.cordova.ca
                 <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License<span></span></a></li>
                 
 
-                <li><a href="/artwork.html">Artwork<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li>
             </ul>
 
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a 
href="/index.html#download">Download<span></span></a></li>
-                <li><a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation<span></span></a></li>
 
                 
                 <li><a href="https://git-wip-us.apache.org/repos/asf";>Source 
Code<span></span></a></li>
@@ -185,7 +185,7 @@ cordova plugin add org.apache.cordova.ca
                 <li><a 
href="http://wiki.apache.org/cordova/";>Wiki<span></span></a></li>
                 
 
-                <li><a href="/index.html#mailing-list">Mailing 
List<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#mailing-list">Mailing 
List<span></span></a></li>
 
                 <li><a 
href="http://stackoverflow.com/tags/cordova";>Support<span></span></a></li>
             </ul>

Modified: cordova/site/public/news/2013/10/21/cordova-registry.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/news/2013/10/21/cordova-registry.html?rev=1626799&r1=1626798&r2=1626799&view=diff
==============================================================================
--- cordova/site/public/news/2013/10/21/cordova-registry.html (original)
+++ cordova/site/public/news/2013/10/21/cordova-registry.html Mon Sep 22 
14:58:59 2014
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+    <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,13 +12,13 @@
     -->
     <title>Cordova's Plugin Registry</title>
     <!-- syntax highlighting CSS -->
-    <link rel="stylesheet" href="/css/syntax.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css">
     <!-- Custom CSS -->
-    <link rel="stylesheet" href="/css/main.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/main.css">
 
     <!-- Cordova CSS -->
-    <link rel="stylesheet" type="text/css" href="/css/master.css">
-    <script src="/js/smooth.pack.js" type="text/javascript"></script>
+    <link rel="stylesheet" type="text/css" 
href="//cordova.apache.org/css/master.css">
+    <script src="//cordova.apache.org/js/smooth.pack.js" 
type="text/javascript"></script>
     <script type="text/javascript">
       var _gaq = _gaq || [];
       _gaq.push(['_setAccount', 'UA-94271-30']);
@@ -37,25 +37,25 @@
 </a>
 <div id="header">
     <div class="wrap">
-        <a class="logo" href="/#top"></a>
+        <a class="logo" href="//cordova.apache.org/#top"></a>
         <div class="menu">
-            <a href="/#about">About</a>
-            <a href="/#news">News</a>
-            <a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</a>
+            <a href="//cordova.apache.org/#about">About</a>
+            <a href="//cordova.apache.org/#news">News</a>
+            <a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</a>
             <a href="http://plugins.cordova.io/";>Plugins</a>
-            <a href="/#links">Quick Links</a>
-            <a href="/#contribute">Contribute</a>
-            <a href="/#mailing-list">Mailing List</a>
+            <a href="//cordova.apache.org/#links">Quick Links</a>
+            <a href="//cordova.apache.org/#contribute">Contribute</a>
+            <a href="//cordova.apache.org/#mailing-list">Mailing List</a>
         </div>
         <form class="menu-dropdown">
             <select onchange="location = 
this.options[this.selectedIndex].value;">
-                <option value="/#about">About</option>
-                <option value="/#news">News</option>
-                <option 
value="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</option>
+                <option value="//cordova.apache.org/#about">About</option>
+                <option value="//cordova.apache.org/#news">News</option>
+                <option 
value="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</option>
                 <option value="http://plugins.cordova.io/";>Plugins</option>
-                <option value="/#links">Quick Links</option>
-                <option value="/#contribute">Contribute</option>
-                <option value="/#mailing-list">Mailing List</option>
+                <option value="//cordova.apache.org/#links">Quick 
Links</option>
+                <option 
value="//cordova.apache.org/#contribute">Contribute</option>
+                <option value="//cordova.apache.org/#mailing-list">Mailing 
List</option>
             </select>
         </form>
     </div>
@@ -128,7 +128,7 @@
         <div class="list-container">
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a href="/index.html#about">About 
Cordova<span></span></a></li>
+                <li><a href="//cordova.apache.org/index.html#about">About 
Cordova<span></span></a></li>
 
                 
                 <li><a 
href="http://projects.apache.org/projects/cordova.html";>Apache Project 
Page<span></span></a></li>
@@ -136,13 +136,13 @@
                 <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License<span></span></a></li>
                 
 
-                <li><a href="/artwork.html">Artwork<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li>
             </ul>
 
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a 
href="/index.html#download">Download<span></span></a></li>
-                <li><a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation<span></span></a></li>
 
                 
                 <li><a href="https://git-wip-us.apache.org/repos/asf";>Source 
Code<span></span></a></li>
@@ -152,7 +152,7 @@
                 <li><a 
href="http://wiki.apache.org/cordova/";>Wiki<span></span></a></li>
                 
 
-                <li><a href="/index.html#mailing-list">Mailing 
List<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#mailing-list">Mailing 
List<span></span></a></li>
 
                 <li><a 
href="http://stackoverflow.com/tags/cordova";>Support<span></span></a></li>
             </ul>

Modified: cordova/site/public/news/2013/10/28/plugins-release.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/news/2013/10/28/plugins-release.html?rev=1626799&r1=1626798&r2=1626799&view=diff
==============================================================================
--- cordova/site/public/news/2013/10/28/plugins-release.html (original)
+++ cordova/site/public/news/2013/10/28/plugins-release.html Mon Sep 22 
14:58:59 2014
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+    <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,13 +12,13 @@
     -->
     <title>CLI, Plugman & Plugins Release: Oct 28, 2013</title>
     <!-- syntax highlighting CSS -->
-    <link rel="stylesheet" href="/css/syntax.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css">
     <!-- Custom CSS -->
-    <link rel="stylesheet" href="/css/main.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/main.css">
 
     <!-- Cordova CSS -->
-    <link rel="stylesheet" type="text/css" href="/css/master.css">
-    <script src="/js/smooth.pack.js" type="text/javascript"></script>
+    <link rel="stylesheet" type="text/css" 
href="//cordova.apache.org/css/master.css">
+    <script src="//cordova.apache.org/js/smooth.pack.js" 
type="text/javascript"></script>
     <script type="text/javascript">
       var _gaq = _gaq || [];
       _gaq.push(['_setAccount', 'UA-94271-30']);
@@ -37,25 +37,25 @@
 </a>
 <div id="header">
     <div class="wrap">
-        <a class="logo" href="/#top"></a>
+        <a class="logo" href="//cordova.apache.org/#top"></a>
         <div class="menu">
-            <a href="/#about">About</a>
-            <a href="/#news">News</a>
-            <a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</a>
+            <a href="//cordova.apache.org/#about">About</a>
+            <a href="//cordova.apache.org/#news">News</a>
+            <a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</a>
             <a href="http://plugins.cordova.io/";>Plugins</a>
-            <a href="/#links">Quick Links</a>
-            <a href="/#contribute">Contribute</a>
-            <a href="/#mailing-list">Mailing List</a>
+            <a href="//cordova.apache.org/#links">Quick Links</a>
+            <a href="//cordova.apache.org/#contribute">Contribute</a>
+            <a href="//cordova.apache.org/#mailing-list">Mailing List</a>
         </div>
         <form class="menu-dropdown">
             <select onchange="location = 
this.options[this.selectedIndex].value;">
-                <option value="/#about">About</option>
-                <option value="/#news">News</option>
-                <option 
value="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</option>
+                <option value="//cordova.apache.org/#about">About</option>
+                <option value="//cordova.apache.org/#news">News</option>
+                <option 
value="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</option>
                 <option value="http://plugins.cordova.io/";>Plugins</option>
-                <option value="/#links">Quick Links</option>
-                <option value="/#contribute">Contribute</option>
-                <option value="/#mailing-list">Mailing List</option>
+                <option value="//cordova.apache.org/#links">Quick 
Links</option>
+                <option 
value="//cordova.apache.org/#contribute">Contribute</option>
+                <option value="//cordova.apache.org/#mailing-list">Mailing 
List</option>
             </select>
         </form>
     </div>
@@ -157,7 +157,7 @@ cordova platform update android</code></
         <div class="list-container">
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a href="/index.html#about">About 
Cordova<span></span></a></li>
+                <li><a href="//cordova.apache.org/index.html#about">About 
Cordova<span></span></a></li>
 
                 
                 <li><a 
href="http://projects.apache.org/projects/cordova.html";>Apache Project 
Page<span></span></a></li>
@@ -165,13 +165,13 @@ cordova platform update android</code></
                 <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License<span></span></a></li>
                 
 
-                <li><a href="/artwork.html">Artwork<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li>
             </ul>
 
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a 
href="/index.html#download">Download<span></span></a></li>
-                <li><a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation<span></span></a></li>
 
                 
                 <li><a href="https://git-wip-us.apache.org/repos/asf";>Source 
Code<span></span></a></li>
@@ -181,7 +181,7 @@ cordova platform update android</code></
                 <li><a 
href="http://wiki.apache.org/cordova/";>Wiki<span></span></a></li>
                 
 
-                <li><a href="/index.html#mailing-list">Mailing 
List<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#mailing-list">Mailing 
List<span></span></a></li>
 
                 <li><a 
href="http://stackoverflow.com/tags/cordova";>Support<span></span></a></li>
             </ul>

Modified: cordova/site/public/news/2013/12/04/plugins-release.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/news/2013/12/04/plugins-release.html?rev=1626799&r1=1626798&r2=1626799&view=diff
==============================================================================
--- cordova/site/public/news/2013/12/04/plugins-release.html (original)
+++ cordova/site/public/news/2013/12/04/plugins-release.html Mon Sep 22 
14:58:59 2014
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+    <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,13 +12,13 @@
     -->
     <title>Plugins Release: Dec 4, 2013</title>
     <!-- syntax highlighting CSS -->
-    <link rel="stylesheet" href="/css/syntax.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css">
     <!-- Custom CSS -->
-    <link rel="stylesheet" href="/css/main.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/main.css">
 
     <!-- Cordova CSS -->
-    <link rel="stylesheet" type="text/css" href="/css/master.css">
-    <script src="/js/smooth.pack.js" type="text/javascript"></script>
+    <link rel="stylesheet" type="text/css" 
href="//cordova.apache.org/css/master.css">
+    <script src="//cordova.apache.org/js/smooth.pack.js" 
type="text/javascript"></script>
     <script type="text/javascript">
       var _gaq = _gaq || [];
       _gaq.push(['_setAccount', 'UA-94271-30']);
@@ -37,25 +37,25 @@
 </a>
 <div id="header">
     <div class="wrap">
-        <a class="logo" href="/#top"></a>
+        <a class="logo" href="//cordova.apache.org/#top"></a>
         <div class="menu">
-            <a href="/#about">About</a>
-            <a href="/#news">News</a>
-            <a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</a>
+            <a href="//cordova.apache.org/#about">About</a>
+            <a href="//cordova.apache.org/#news">News</a>
+            <a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</a>
             <a href="http://plugins.cordova.io/";>Plugins</a>
-            <a href="/#links">Quick Links</a>
-            <a href="/#contribute">Contribute</a>
-            <a href="/#mailing-list">Mailing List</a>
+            <a href="//cordova.apache.org/#links">Quick Links</a>
+            <a href="//cordova.apache.org/#contribute">Contribute</a>
+            <a href="//cordova.apache.org/#mailing-list">Mailing List</a>
         </div>
         <form class="menu-dropdown">
             <select onchange="location = 
this.options[this.selectedIndex].value;">
-                <option value="/#about">About</option>
-                <option value="/#news">News</option>
-                <option 
value="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</option>
+                <option value="//cordova.apache.org/#about">About</option>
+                <option value="//cordova.apache.org/#news">News</option>
+                <option 
value="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</option>
                 <option value="http://plugins.cordova.io/";>Plugins</option>
-                <option value="/#links">Quick Links</option>
-                <option value="/#contribute">Contribute</option>
-                <option value="/#mailing-list">Mailing List</option>
+                <option value="//cordova.apache.org/#links">Quick 
Links</option>
+                <option 
value="//cordova.apache.org/#contribute">Contribute</option>
+                <option value="//cordova.apache.org/#mailing-list">Mailing 
List</option>
             </select>
         </form>
     </div>
@@ -127,7 +127,7 @@ cordova plugin add org.apache.cordova.vi
         <div class="list-container">
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a href="/index.html#about">About 
Cordova<span></span></a></li>
+                <li><a href="//cordova.apache.org/index.html#about">About 
Cordova<span></span></a></li>
 
                 
                 <li><a 
href="http://projects.apache.org/projects/cordova.html";>Apache Project 
Page<span></span></a></li>
@@ -135,13 +135,13 @@ cordova plugin add org.apache.cordova.vi
                 <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License<span></span></a></li>
                 
 
-                <li><a href="/artwork.html">Artwork<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li>
             </ul>
 
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a 
href="/index.html#download">Download<span></span></a></li>
-                <li><a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation<span></span></a></li>
 
                 
                 <li><a href="https://git-wip-us.apache.org/repos/asf";>Source 
Code<span></span></a></li>
@@ -151,7 +151,7 @@ cordova plugin add org.apache.cordova.vi
                 <li><a 
href="http://wiki.apache.org/cordova/";>Wiki<span></span></a></li>
                 
 
-                <li><a href="/index.html#mailing-list">Mailing 
List<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#mailing-list">Mailing 
List<span></span></a></li>
 
                 <li><a 
href="http://stackoverflow.com/tags/cordova";>Support<span></span></a></li>
             </ul>

Modified: cordova/site/public/news/2014/01/02/plugins-release.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/news/2014/01/02/plugins-release.html?rev=1626799&r1=1626798&r2=1626799&view=diff
==============================================================================
--- cordova/site/public/news/2014/01/02/plugins-release.html (original)
+++ cordova/site/public/news/2014/01/02/plugins-release.html Mon Sep 22 
14:58:59 2014
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+    <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,13 +12,13 @@
     -->
     <title>Plugins Release: Jan 2, 2014</title>
     <!-- syntax highlighting CSS -->
-    <link rel="stylesheet" href="/css/syntax.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css">
     <!-- Custom CSS -->
-    <link rel="stylesheet" href="/css/main.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/main.css">
 
     <!-- Cordova CSS -->
-    <link rel="stylesheet" type="text/css" href="/css/master.css">
-    <script src="/js/smooth.pack.js" type="text/javascript"></script>
+    <link rel="stylesheet" type="text/css" 
href="//cordova.apache.org/css/master.css">
+    <script src="//cordova.apache.org/js/smooth.pack.js" 
type="text/javascript"></script>
     <script type="text/javascript">
       var _gaq = _gaq || [];
       _gaq.push(['_setAccount', 'UA-94271-30']);
@@ -37,25 +37,25 @@
 </a>
 <div id="header">
     <div class="wrap">
-        <a class="logo" href="/#top"></a>
+        <a class="logo" href="//cordova.apache.org/#top"></a>
         <div class="menu">
-            <a href="/#about">About</a>
-            <a href="/#news">News</a>
-            <a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</a>
+            <a href="//cordova.apache.org/#about">About</a>
+            <a href="//cordova.apache.org/#news">News</a>
+            <a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</a>
             <a href="http://plugins.cordova.io/";>Plugins</a>
-            <a href="/#links">Quick Links</a>
-            <a href="/#contribute">Contribute</a>
-            <a href="/#mailing-list">Mailing List</a>
+            <a href="//cordova.apache.org/#links">Quick Links</a>
+            <a href="//cordova.apache.org/#contribute">Contribute</a>
+            <a href="//cordova.apache.org/#mailing-list">Mailing List</a>
         </div>
         <form class="menu-dropdown">
             <select onchange="location = 
this.options[this.selectedIndex].value;">
-                <option value="/#about">About</option>
-                <option value="/#news">News</option>
-                <option 
value="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</option>
+                <option value="//cordova.apache.org/#about">About</option>
+                <option value="//cordova.apache.org/#news">News</option>
+                <option 
value="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</option>
                 <option value="http://plugins.cordova.io/";>Plugins</option>
-                <option value="/#links">Quick Links</option>
-                <option value="/#contribute">Contribute</option>
-                <option value="/#mailing-list">Mailing List</option>
+                <option value="//cordova.apache.org/#links">Quick 
Links</option>
+                <option 
value="//cordova.apache.org/#contribute">Contribute</option>
+                <option value="//cordova.apache.org/#mailing-list">Mailing 
List</option>
             </select>
         </form>
     </div>
@@ -211,7 +211,7 @@ cordova plugin add org.apache.cordova.vi
         <div class="list-container">
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a href="/index.html#about">About 
Cordova<span></span></a></li>
+                <li><a href="//cordova.apache.org/index.html#about">About 
Cordova<span></span></a></li>
 
                 
                 <li><a 
href="http://projects.apache.org/projects/cordova.html";>Apache Project 
Page<span></span></a></li>
@@ -219,13 +219,13 @@ cordova plugin add org.apache.cordova.vi
                 <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License<span></span></a></li>
                 
 
-                <li><a href="/artwork.html">Artwork<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li>
             </ul>
 
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a 
href="/index.html#download">Download<span></span></a></li>
-                <li><a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation<span></span></a></li>
 
                 
                 <li><a href="https://git-wip-us.apache.org/repos/asf";>Source 
Code<span></span></a></li>
@@ -235,7 +235,7 @@ cordova plugin add org.apache.cordova.vi
                 <li><a 
href="http://wiki.apache.org/cordova/";>Wiki<span></span></a></li>
                 
 
-                <li><a href="/index.html#mailing-list">Mailing 
List<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#mailing-list">Mailing 
List<span></span></a></li>
 
                 <li><a 
href="http://stackoverflow.com/tags/cordova";>Support<span></span></a></li>
             </ul>

Modified: cordova/site/public/news/2014/01/31/tools-release.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/news/2014/01/31/tools-release.html?rev=1626799&r1=1626798&r2=1626799&view=diff
==============================================================================
--- cordova/site/public/news/2014/01/31/tools-release.html (original)
+++ cordova/site/public/news/2014/01/31/tools-release.html Mon Sep 22 14:58:59 
2014
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+    <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,13 +12,13 @@
     -->
     <title>Tools Release: Jan 31, 2014</title>
     <!-- syntax highlighting CSS -->
-    <link rel="stylesheet" href="/css/syntax.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css">
     <!-- Custom CSS -->
-    <link rel="stylesheet" href="/css/main.css">
+    <link rel="stylesheet" href="//cordova.apache.org/css/main.css">
 
     <!-- Cordova CSS -->
-    <link rel="stylesheet" type="text/css" href="/css/master.css">
-    <script src="/js/smooth.pack.js" type="text/javascript"></script>
+    <link rel="stylesheet" type="text/css" 
href="//cordova.apache.org/css/master.css">
+    <script src="//cordova.apache.org/js/smooth.pack.js" 
type="text/javascript"></script>
     <script type="text/javascript">
       var _gaq = _gaq || [];
       _gaq.push(['_setAccount', 'UA-94271-30']);
@@ -37,25 +37,25 @@
 </a>
 <div id="header">
     <div class="wrap">
-        <a class="logo" href="/#top"></a>
+        <a class="logo" href="//cordova.apache.org/#top"></a>
         <div class="menu">
-            <a href="/#about">About</a>
-            <a href="/#news">News</a>
-            <a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</a>
+            <a href="//cordova.apache.org/#about">About</a>
+            <a href="//cordova.apache.org/#news">News</a>
+            <a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</a>
             <a href="http://plugins.cordova.io/";>Plugins</a>
-            <a href="/#links">Quick Links</a>
-            <a href="/#contribute">Contribute</a>
-            <a href="/#mailing-list">Mailing List</a>
+            <a href="//cordova.apache.org/#links">Quick Links</a>
+            <a href="//cordova.apache.org/#contribute">Contribute</a>
+            <a href="//cordova.apache.org/#mailing-list">Mailing List</a>
         </div>
         <form class="menu-dropdown">
             <select onchange="location = 
this.options[this.selectedIndex].value;">
-                <option value="/#about">About</option>
-                <option value="/#news">News</option>
-                <option 
value="http://cordova.apache.org/docs/en/3.6.1/";>Documentation</option>
+                <option value="//cordova.apache.org/#about">About</option>
+                <option value="//cordova.apache.org/#news">News</option>
+                <option 
value="http://cordova.apache.org/docs/en/3.6.0/";>Documentation</option>
                 <option value="http://plugins.cordova.io/";>Plugins</option>
-                <option value="/#links">Quick Links</option>
-                <option value="/#contribute">Contribute</option>
-                <option value="/#mailing-list">Mailing List</option>
+                <option value="//cordova.apache.org/#links">Quick 
Links</option>
+                <option 
value="//cordova.apache.org/#contribute">Contribute</option>
+                <option value="//cordova.apache.org/#mailing-list">Mailing 
List</option>
             </select>
         </form>
     </div>
@@ -187,7 +187,7 @@ npm update -g plugman</code></pre>
         <div class="list-container">
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a href="/index.html#about">About 
Cordova<span></span></a></li>
+                <li><a href="//cordova.apache.org/index.html#about">About 
Cordova<span></span></a></li>
 
                 
                 <li><a 
href="http://projects.apache.org/projects/cordova.html";>Apache Project 
Page<span></span></a></li>
@@ -195,13 +195,13 @@ npm update -g plugman</code></pre>
                 <li><a 
href="http://www.apache.org/licenses/LICENSE-2.0";>License<span></span></a></li>
                 
 
-                <li><a href="/artwork.html">Artwork<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li>
             </ul>
 
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a 
href="/index.html#download">Download<span></span></a></li>
-                <li><a 
href="http://cordova.apache.org/docs/en/3.6.1/";>Documentation<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a 
href="http://cordova.apache.org/docs/en/3.6.0/";>Documentation<span></span></a></li>
 
                 
                 <li><a href="https://git-wip-us.apache.org/repos/asf";>Source 
Code<span></span></a></li>
@@ -211,7 +211,7 @@ npm update -g plugman</code></pre>
                 <li><a 
href="http://wiki.apache.org/cordova/";>Wiki<span></span></a></li>
                 
 
-                <li><a href="/index.html#mailing-list">Mailing 
List<span></span></a></li>
+                <li><a 
href="//cordova.apache.org/index.html#mailing-list">Mailing 
List<span></span></a></li>
 
                 <li><a 
href="http://stackoverflow.com/tags/cordova";>Support<span></span></a></li>
             </ul>


Reply via email to