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

svn commit: r1502652 [2/3] - in /cordova/site: ./ bin/ public/ public/blog/ public/blog/2013/ public/blog/2013/07/ public/blog/2013/07/11/ public/css/ public/images/ www/ www/_includes/ www/_layouts/ www/_posts/ www/blog/ www/css/ www/docs/ www/downloa...

Modified: cordova/site/public/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1502652&r1=1502651&r2=1502652&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Fri Jul 12 18:47:43 2013
@@ -1,88 +1,68 @@
 <!DOCTYPE html>
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
-<meta name = "format-detection" content = "telephone=no">
-<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
-<title>Apache Cordova</title>
-<link rel="stylesheet" type="text/css" href="master.css">
-<script src="js/smooth.pack.js" type="text/javascript"></script>
-<script type="text/javascript">
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-94271-30']);
-  _gaq.push(['_trackPageview']);
-
-  (function() {
-    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-  })();
-
-  function submitJiraSearchForm() {
-    var queryTemplate1 = '(summary ~ "%1" OR description ~ "%1" OR comment ~ "%1") AND ';
-    var queryTemplate2 = 'project = CB AND resolution = Unresolved %2ORDER BY created';
-    var componentKeywords = [
-        /\b(ios|iphone|ipad|ipod)\b/ig, 'iOS',
-        /\b(android)\b/ig, 'Android',
-        /\b(blackberry|rim|bb.?|bb10|webworks)\b/ig, 'BlackBerry',
-        /\b(webos)\b/ig, 'webOS',
-        /\b(wp7|windows phone)\b/ig, 'WP7',
-        /\b(wp8|windows phone)\b/ig, 'WP8'
-        ];
-    var query = document.getElementById('jira-search-box').value;
-    // Check for some platform keywords:
-    var components = [];
-    for (var i = 0; i < componentKeywords.length; i += 2) {
-        if (query.match(componentKeywords[i])) {
-            query = query.replace(componentKeywords[i], '');
-            components.push(componentKeywords[i + 1]);
-        }
-    }
-    var componentsQuery = '';
-    if (components.length) {
-        // Add in components that apply to all platforms.
-        components.push('Docs', 'mobile-spec', 'CordovaJS');
-        componentsQuery = 'AND component in (' + components.join(', ') + ') ';
-    }
-    // Remove quotes since we are adding them in.
-    query = query.replace(/"/g, '');
-    var tokens = query.split(/\s+/);
-    query = '';
-    for (var i = 0; i < tokens.length; ++i) {
-        if (tokens[i]) {
-            query += queryTemplate1.replace(/%1/g, tokens[i]);
-        }
-    }
-    query += queryTemplate2.replace('%2', componentsQuery)
-    window.open('https://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=show&reset=true&navType=simple&jqlQuery=' + encodeURIComponent(query), '_newtab' + new Date);
-  }
-</script>
+    <link rel="SHORTCUT ICON" href="/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" />
+    <meta name = "format-detection" content = "telephone=no">
+    <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
+    <!-- Original Jekyll
+    <meta name="viewport" content="width=device-width">
+    -->
+    <title>Apache Cordova</title>
+    <!-- syntax highlighting CSS -->
+    <link rel="stylesheet" href="/css/syntax.css">
+    <!-- Custom CSS -->
+    <link rel="stylesheet" href="/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>
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-94271-30']);
+      _gaq.push(['_trackPageview']);
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
 </head>
+
 <body>
-<a class="scroll-point pt-top" name="top"></div>
+
+    <a class="scroll-point pt-top" name="top">
+</a>
 <div id="header">
     <div class="wrap">
-    	<a class="logo" href="#top"></a>
-    	<div class="menu">
-    		<a href="#about">About</a>
-    		<a href="#contribute">Contribute</a>
-    		<a href="#mailing-list">Mailing List</a>
-    		<a href="#download">Download</a>
-    	</div>
-    	<form class="menu-dropdown">
-			<select onchange="location = this.options[this.selectedIndex].value;">
-            	<option value="#about">About</option>
-            	<option value="#contribute">Contribute</option>
-            	<option value="#mailing-list">Mailing List</option>
-            	<option value="#download">Download</option>
-			</select>
-		</form>
+        <a class="logo" href="/#top"></a>
+        <div class="menu">
+            <a href="/#about">About</a>
+            <a href="/#news">News</a>
+            <a href="/#contribute">Contribute</a>
+            <a href="/#mailing-list">Mailing List</a>
+            <a href="/#download">Download</a>
+            <a href="/#links">Quick Links</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="/#contribute">Contribute</option>
+                <option value="/#mailing-list">Mailing List</option>
+                <option value="/#download">Download</option>
+                <option value="/#links">Quick Links</option>
+            </select>
+        </form>
     </div>
     <div class="shadow"></div>
-</div>
+</div> <!-- /header -->
 <div class="header-placeholder"></div>
 
-<div class="grid leadin">
+
+        <div class="grid leadin">
     <div class="wrap">
         <img src="images/cordova_bot.png" alt=""/>
         <ul class="text-block">
@@ -91,10 +71,11 @@
             <li><h1>applications using <strong>HTML</strong>, <strong>CSS</strong></h1></li>
             <li><h1>and <strong>JavaScript</strong></h1></li>
         </ul>
+        <div class="button-container">
+
+            <a class="button" onclick="_gaq.push(['_trackEvent', 'Download', '2.9.0'])" href="https://www.apache.org/dist/cordova/">DOWNLOAD<label>Cordova Ver 2.9.0</label></a>
 
-		<div class="button-container">
-			<a class="button" onclick="_gaq.push(['_trackEvent', 'Download', '2.9.0'])" href="https://www.apache.org/dist/cordova/">DOWNLOAD<label>Cordova Ver 2.9.0</label></a>
-		</div>
+        </div>
     </div>
 </div>
 
@@ -110,6 +91,22 @@
     <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>
 </div>
+<a class="scroll-point" name="news"></a>
+<hr/>
+
+<div class="wrap">
+  <h2>News <a href="/rss.xml" style="font-size:12pt; margin-left:10px">Subscribe</a></h2>
+  <ul class="posts">
+    
+      <li><span>11 Jul 2013</span> &raquo; <a href="/blog/2013/07/11/cordova-has-a-blog.html">Apache Cordova Gets an Official Blog</a>
+      <p>Cordova now has a Blog! Look here to stay up-to-date with what&#8217;s happening with the project. There is a major release <a href='https://issues.apache.org/jira/browse/CB/fixforversion/12322491'>3.0</a> just around the corner (July 19, 2013), and we are really excited about it!</p>
+      <a href="/blog/2013/07/11/cordova-has-a-blog.html">Read More...</a>
+    
+
+  </ul>
+  
+</div>
+
 <a class="scroll-point" name="contribute"></a>
 <hr/>
 
@@ -117,22 +114,63 @@
     <h2 class="icon icon-contribute">Want to Contribute?</h2>
   <p>Contributors are welcome! The <a href="https://issues.apache.org/jira/browse/CB">JIRA issue tracker</a> and the <a href="#mailing-list">dev mailing list</a> are good places to identify areas to help out in.<br>
   Search the issue tracker: <input placeholder="Search Query" id="jira-search-box" onkeypress="event.keyCode==13 &amp;&amp; submitJiraSearchForm()"><button id="jira-search-button" onclick="submitJiraSearchForm()">Search</button></p>
-	<p>Next, clone the git repository for the project you are wishing to contribute to (see below). We recommend employing a certain type of git workflow, please see our <a href="http://wiki.apache.org/cordova/ContributorWorkflow">wiki article</a> for more information.</p>
-	<p>To share your changes with the community, you can send a pull request on GitHub to the Apache git mirrors. You can also advocate for your changes directly on our <a href="#mailing-list">mailing list</a>.</p>
-	<p>In order for your changes to be accepted, you need to sign and submit an Apache <a href="http://www.apache.org/licenses/#clas">ICLA</a> (Individual Contributor License Agreement). Then your name will appear on the list of CLAs signed by <a href="https://people.apache.org/committer-index.html#unlistedclas">non-committers</a> or <a href="http://people.apache.org/committers-by-project.html#cordova">Cordova committers</a>. </p>
+    <p>Next, clone the git repository for the project you are wishing to contribute to (see below). We recommend employing a certain type of git workflow, please see our <a href="http://wiki.apache.org/cordova/ContributorWorkflow">wiki article</a> for more information.</p>
+    <p>To share your changes with the community, you can send a pull request on GitHub to the Apache git mirrors. You can also advocate for your changes directly on our <a href="#mailing-list">mailing list</a>.</p>
+    <p>In order for your changes to be accepted, you need to sign and submit an Apache <a href="http://www.apache.org/licenses/#clas">ICLA</a> (Individual Contributor License Agreement). Then your name will appear on the list of CLAs signed by <a href="https://people.apache.org/committer-index.html#unlistedclas">non-committers</a> or <a href="http://people.apache.org/committers-by-project.html#cordova">Cordova committers</a>. </p>
         <p>Some additional information may be found on our <a href="http://projects.apache.org/projects/cordova.html">Apache project page</a>.</p>
-	<p>For detailed instruction on how to contribute for a specific platform / topic, choose a repository from below and review the README:</p>
+    <p>For detailed instruction on how to contribute for a specific platform / topic, choose a repository from below and review the README:</p>
 </div>
 
 <div class="grid">
     <div class="wrap">
         <div class="corner"></div>
         <ul class="list platforms-list">
-			<li class="first">Android<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-android"></a></li><li >Bada<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-bada.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-bada"></a></li><li >Blackberry<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-blackberry"></a></li><li >iOS<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-ios"></a></li><li >Mac OS X<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-osx.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-osx"></a></li><li >
 QT<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-qt.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-qt"></a></li><li >Tizen<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-tizen.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-tizen"></a></li><li >WebOS<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-webos.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-webos"></a></li><li >Windows (desktop)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-windows"></a></li><li >Windows Phone 7<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-wp7.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-wp7"></a></li><li >Windows Phone 8<a c
 lass="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-wp8"></a></li>
-		</ul>		
-		<ul class="list platforms-list second">
-			<li class="first">Cordova Docs<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-docs"></a></li><li >Cordova JS (JavaScript API)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-js"></a></li><li >Cordova CLI<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-cli"></a></li><li >Cordova Mobile Spec (Test Suite)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-mobile-spec"></a></li><li >Weinre (Web Inspector Remote)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-weinre.git;a=summary"></a><a class
 ="link-github" href="https://github.com/apache/cordova-weinre"></a></li><li >Cordova Hello World (Sample App)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-app-hello-world"></a></li><li >Cordova Coho (Release Tool)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-coho.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-coho"></a></li>
-		</ul>
+
+            
+                <li class="first">Android<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-android"></a></li>
+            
+                <li class="">Bada<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-bada.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-bada"></a></li>
+            
+                <li class="">Blackberry<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-blackberry"></a></li>
+            
+                <li class="">iOS<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-ios"></a></li>
+            
+                <li class="">Mac OS X<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-osx.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-osx"></a></li>
+            
+                <li class="">QT<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-qt.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-qt"></a></li>
+            
+                <li class="">Tizen<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-tizen.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-tizen"></a></li>
+            
+                <li class="">WebOS<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-webos.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-webos"></a></li>
+            
+                <li class="">Windows (desktop)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-windows"></a></li>
+            
+                <li class="">Windows Phone 7<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-wp7.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-wp7"></a></li>
+            
+                <li class="">Windows Phone 8<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-wp8"></a></li>
+            
+
+
+        </ul>
+        <ul class="list platforms-list second">
+
+            
+                <li class="">Cordova Docs<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-docs"></a></li>
+            
+                <li class="">Cordova JS (JavaScript API)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-js"></a></li>
+            
+                <li class="">Cordova CLI<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-cli"></a></li>
+            
+                <li class="">Cordova Mobile Spec (Test Suite)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-mobile-spec"></a></li>
+            
+                <li class="">Weinre (Web Inspector Remote)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-weinre.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-weinre"></a></li>
+            
+                <li class="">Cordova Hello World (Sample App)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-app-hello-world"></a></li>
+            
+                <li class="">Cordova Coho (Release Tool)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-coho.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-coho"></a></li>
+            
+
+        </ul>
     </div>
 </div>
 
@@ -144,48 +182,48 @@
 </div>
 
 <div class="grid">
-    <div class="wrap">	
+    <div class="wrap">
         <div class="corner"></div>
         <br/>
-	    <div class="list-header">
-			<strong>Dev Mailing List</strong>
-			<p>Dev mailing list is a place for discussion about developing Apache Cordova.<br/>If you are a Cordova user looking for help, use the <a href="https://groups.google.com/forum/?fromgroups#!forum/phonegap">PhoneGap forum</a>.</p>
-		</div>
-		<ul class="list mailing-list">
-			<li>Writing to the list<a href="mailto:dev@cordova.apache.org">dev@cordova.apache.org<span></span></a></li>
-			<li>Subscription address<a href="mailto:dev-subscribe@cordova.apache.org">dev-subscribe@cordova.apache.org<span></span></a></li>
-			<li>Digest subscription address<a href="mailto:dev-digest-subscribe@cordova.apache.org">dev-digest-subscribe@cordova.apache.org<span></span></a></li>
-			<li>Unsubscription addresses<a href="mailto:dev-unsubscribe@cordova.apache.org">dev-unsubscribe@cordova.apache.org<span></span></a></li>
-			<li>Getting help with the list<a href="mailto:dev-help@cordova.apache.org">dev-help@cordova.apache.org<span></span></a></li> 
-			<li>Browse online <a href="http://callback.markmail.org/search/?q=#query:%20list%3Aorg.apache.incubator.callback-dev+page:1+state:facets">&nbsp;<span></span></a></li> 
-		</ul>
-		<br/>
-		<div class="list-header">
-			<strong>Commits Mailing List</strong>
-			<p>Commits mailing list tracks commit logs for Apache Cordova repos.</p>
-		</div>
-		<ul class="list mailing-list">
-			<li>Writing to the list<a href="mailto:commits@cordova.apache.org">commits@cordova.apache.org<span></span></a></li>
-			<li>Subscription address<a href="mailto:commits-subscribe@cordova.apache.org">commits-subscribe@cordova.apache.org<span></span></a></li>
-			<li>Digest subscription address<a href="mailto:commits-digest-subscribe@cordova.apache.org">commits-digest-subscribe@cordova.apache.org<span></span></a></li>
-			<li>Unsubscription addresses<a href="mailto:commits-unsubscribe@cordova.apache.org">commits-unsubscribe@cordova.apache.org<span></span></a></li>
-			<li>Getting help with the list<a href="mailto:commits-help@cordova.apache.org">commits-help@cordova.apache.org<span></span></a></li>
-			<li>Browse online <a href="http://callback.markmail.org/search/?q=#query:%20list%3Aorg.apache.incubator.callback-commits+page:1+state:facets">&nbsp;<span></span></a></li> 
-		</ul>
-		<br/>
-		<div class="list-header">
-			<strong>Issues Mailing List</strong>
-			<p>Issues mailing list tracks comments and updates to <a href="http://issues.apache.org/jira/browse/CB">Jira items</a> regarding Apache Cordova.</p>
-		</div>
-		<ul class="list mailing-list">
-			<li>Writing to the list<a href="mailto:issues@cordova.apache.org">issues@cordova.apache.org<span></span></a></li>
-			<li>Subscription address<a href="mailto:issues-subscribe@cordova.apache.org">issues-subscribe@cordova.apache.org<span></span></a></li>
-			<li>Digest subscription address<a href="mailto:issues-digest-subscribe@cordova.apache.org">issues-digest-subscribe@cordova.apache.org<span></span></a></li>
-			<li>Unsubscription addresses<a href="mailto:issues-unsubscribe@cordova.apache.org">issues-unsubscribe@cordova.apache.org<span></span></a></li>
-			<li>Getting help with the list<a href="mailto:issues-help@cordova.apache.org">issues-help@cordova.apache.org<span></span></a></li>
-			<li>Browse online <a href="http://callback.markmail.org/search/?q=#query:%20list%3Aorg.apache.incubator.callback-issues+page:1+state:facets">&nbsp;<span></span></a></li> 
-		</ul>
-	</div>
+        <div class="list-header">
+            <strong>Dev Mailing List</strong>
+            <p>Dev mailing list is a place for discussion about developing Apache Cordova.<br/>If you are a Cordova user looking for help, use the <a href="https://groups.google.com/forum/?fromgroups#!forum/phonegap">PhoneGap forum</a>.</p>
+        </div>
+        <ul class="list mailing-list">
+            <li>Writing to the list<a href="mailto:dev@cordova.apache.org">dev@cordova.apache.org<span></span></a></li>
+            <li>Subscription address<a href="mailto:dev-subscribe@cordova.apache.org">dev-subscribe@cordova.apache.org<span></span></a></li>
+            <li>Digest subscription address<a href="mailto:dev-digest-subscribe@cordova.apache.org">dev-digest-subscribe@cordova.apache.org<span></span></a></li>
+            <li>Unsubscription addresses<a href="mailto:dev-unsubscribe@cordova.apache.org">dev-unsubscribe@cordova.apache.org<span></span></a></li>
+            <li>Getting help with the list<a href="mailto:dev-help@cordova.apache.org">dev-help@cordova.apache.org<span></span></a></li>
+            <li>Browse online <a href="http://callback.markmail.org/search/?q=#query:%20list%3Aorg.apache.incubator.callback-dev+page:1+state:facets">&nbsp;<span></span></a></li>
+        </ul>
+        <br/>
+        <div class="list-header">
+            <strong>Commits Mailing List</strong>
+            <p>Commits mailing list tracks commit logs for Apache Cordova repos.</p>
+        </div>
+        <ul class="list mailing-list">
+            <li>Writing to the list<a href="mailto:commits@cordova.apache.org">commits@cordova.apache.org<span></span></a></li>
+            <li>Subscription address<a href="mailto:commits-subscribe@cordova.apache.org">commits-subscribe@cordova.apache.org<span></span></a></li>
+            <li>Digest subscription address<a href="mailto:commits-digest-subscribe@cordova.apache.org">commits-digest-subscribe@cordova.apache.org<span></span></a></li>
+            <li>Unsubscription addresses<a href="mailto:commits-unsubscribe@cordova.apache.org">commits-unsubscribe@cordova.apache.org<span></span></a></li>
+            <li>Getting help with the list<a href="mailto:commits-help@cordova.apache.org">commits-help@cordova.apache.org<span></span></a></li>
+            <li>Browse online <a href="http://callback.markmail.org/search/?q=#query:%20list%3Aorg.apache.incubator.callback-commits+page:1+state:facets">&nbsp;<span></span></a></li>
+        </ul>
+        <br/>
+        <div class="list-header">
+            <strong>Issues Mailing List</strong>
+            <p>Issues mailing list tracks comments and updates to <a href="http://issues.apache.org/jira/browse/CB">Jira items</a> regarding Apache Cordova.</p>
+        </div>
+        <ul class="list mailing-list">
+            <li>Writing to the list<a href="mailto:issues@cordova.apache.org">issues@cordova.apache.org<span></span></a></li>
+            <li>Subscription address<a href="mailto:issues-subscribe@cordova.apache.org">issues-subscribe@cordova.apache.org<span></span></a></li>
+            <li>Digest subscription address<a href="mailto:issues-digest-subscribe@cordova.apache.org">issues-digest-subscribe@cordova.apache.org<span></span></a></li>
+            <li>Unsubscription addresses<a href="mailto:issues-unsubscribe@cordova.apache.org">issues-unsubscribe@cordova.apache.org<span></span></a></li>
+            <li>Getting help with the list<a href="mailto:issues-help@cordova.apache.org">issues-help@cordova.apache.org<span></span></a></li>
+            <li>Browse online <a href="http://callback.markmail.org/search/?q=#query:%20list%3Aorg.apache.incubator.callback-issues+page:1+state:facets">&nbsp;<span></span></a></li>
+        </ul>
+    </div>
 </div>
 
 <a class="scroll-point" name="download"></a>
@@ -193,61 +231,137 @@
 
 <div class="wrap download-pane">
     <h2 class="icon icon-download">Download &amp; Archives</h2>
-	<p>By downloading, you agree to the <a href="#">terms of service</a>.</p>
-	<p>Older versions can be downloaded from the <a href="http://archive.apache.org/dist/cordova/">archive</a>.</p>
-	<div class="button-container">
+    <p>By downloading, you agree to the <a href="#">terms of service</a>.</p>
+    <p>Older versions can be downloaded from the <a href="http://archive.apache.org/dist/cordova/">archive</a>.</p>
+    <div class="button-container">
+
         <a class="button" onclick="_gaq.push(['_trackEvent', 'Download', '2.9.0'])" href="https://www.apache.org/dist/cordova/">DOWNLOAD<label>Cordova Ver 2.9.0</label></a>
-	</div>
+
+    </div>
 </div>
 
 <div class="grid">
-    <div class="wrap">
+    <div class="wrap download-pane">
         <div class="corner"></div>
-		<br/>
-		<br/>
+        <br>
+        <br>
     </div>
 </div>
 
+<script>
+  function submitJiraSearchForm() {
+    var queryTemplate1 = '(summary ~ "%1" OR description ~ "%1" OR comment ~ "%1") AND ';
+    var queryTemplate2 = 'project = CB AND resolution = Unresolved %2ORDER BY created';
+    var componentKeywords = [
+        /\b(ios|iphone|ipad|ipod)\b/ig, 'iOS',
+        /\b(android)\b/ig, 'Android',
+        /\b(blackberry|rim|bb.?|bb10|webworks)\b/ig, 'BlackBerry',
+        /\b(webos)\b/ig, 'webOS',
+        /\b(wp7|windows phone)\b/ig, 'WP7',
+        /\b(wp8|windows phone)\b/ig, 'WP8'
+        ];
+    var query = document.getElementById('jira-search-box').value;
+    // Check for some platform keywords:
+    var components = [];
+    for (var i = 0; i < componentKeywords.length; i += 2) {
+        if (query.match(componentKeywords[i])) {
+            query = query.replace(componentKeywords[i], '');
+            components.push(componentKeywords[i + 1]);
+        }
+    }
+    var componentsQuery = '';
+    if (components.length) {
+        // Add in components that apply to all platforms.
+        components.push('Docs', 'mobile-spec', 'CordovaJS');
+        componentsQuery = 'AND component in (' + components.join(', ') + ') ';
+    }
+    // Remove quotes since we are adding them in.
+    query = query.replace(/"/g, '');
+    var tokens = query.split(/\s+/);
+    query = '';
+    for (var i = 0; i < tokens.length; ++i) {
+        if (tokens[i]) {
+            query += queryTemplate1.replace(/%1/g, tokens[i]);
+        }
+    }
+    query += queryTemplate2.replace('%2', componentsQuery)
+    window.open('https://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=show&reset=true&navType=simple&jqlQuery=' + encodeURIComponent(query), '_newtab' + new Date);
+  }
+</script>
+
+
+
+    <a class="scroll-point" name="links"></a>
 <hr/>
 
 <div class="wrap quick-links-pane">
     <h2 class="icon icon-quick-links">Quick Links</h2>
-	<br/>
-	<ul class="quick-links-header">
-		<li>General</li>
-		<li>Development</li>
-		<li class="last">Apache Software Foundation</li>
-	</ul>
-	<div class="clear"></div>
+    <br/>
+    <ul class="quick-links-header">
+        <li>General</li>
+        <li>Development</li>
+        <li class="last">Apache Software Foundation</li>
+    </ul>
+    <div class="clear"></div>
 </div>
 
 <div class="grid">
     <div class="wrap">
-		<div class="list-container">
-			<ul class="list quick-links">
+        <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="http://projects.apache.org/projects/cordova.html">Apache Project Page<span></span></a></li><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>
-			</ul>
+                <li><a href="/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>
+                
+                <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License<span></span></a></li>
+                
 
-			<ul class="list quick-links">
+                <li><a href="/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="https://git-wip-us.apache.org/repos/asf">Source Code<span></span></a></li><li><a href="http://cordova.apache.org/docs/en/2.9.0/">Documentation<span></span></a></li><li><a href="index.html#mailing-list">Mailing List<span></span></a></li><li><a href="https://issues.apache.org/jira/browse/CB">Issue Tracker<span></span></a></li><li><a href="http://wiki.apache.org/cordova/">Wiki<span></span></a></li>
-			</ul>
+                <li><a href="/index.html#download">Download<span></span></a></li>
+                <li><a href="http://cordova.apache.org/docs/en/2.9.0/">Documentation<span></span></a></li>
+
+                
+                <li><a href="https://git-wip-us.apache.org/repos/asf">Source Code<span></span></a></li>
+                
+                <li><a href="https://issues.apache.org/jira/browse/CB">Issue Tracker<span></span></a></li>
+                
+                <li><a href="http://wiki.apache.org/cordova/">Wiki<span></span></a></li>
+                
 
-			<ul class="list quick-links last">
+                <li><a href="/index.html#mailing-list">Mailing List<span></span></a></li>
+            </ul>
+
+            <ul class="list quick-links last">
                 <li class="corner"></li>
-				<li><a href="http://www.apache.org/">About ASF<span></span></a></li><li><a href="http://www.apache.org/foundation/thanks.html">Thanks<span></span></a></li><li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor<span></span></a></li><li><a href="http://www.apache.org/security/">Security<span></span></a></li>
-			</ul>
-			
-			<div class="clear"></div>
-		</div>
+                
+                <li><a href="http://www.apache.org/">About ASF<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/security/">Security<span></span></a></li>
+                
+            </ul>
+
+            <div class="clear"></div>
+        </div>
     </div>
 </div>
 
+
+    <hr/>
 <div id="footer">
-	<p>Copyright © 2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
-	Apache and the Apache feather logos are trademarks of The Apache Software Foundation.</p>
-	<a class="closing" href="#top"></a>
+    <p>Copyright © 2012, 2013 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
+           Apache and the Apache feather logos are trademarks of The Apache Software Foundation.
+    </p>
+    <a class="closing" href="#top"></a>
 </div>
 
 </body>

Added: cordova/site/public/rss.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/rss.xml?rev=1502652&view=auto
==============================================================================
--- cordova/site/public/rss.xml (added)
+++ cordova/site/public/rss.xml Fri Jul 12 18:47:43 2013
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+<channel>
+        <title>Apache Cordova</title>
+        <description>Apache Cordova - Apache Cordova is a set of device APIs that allow a web mobile app developer to access native device function from JavaScript.</description>
+        <atom:link href="/rss.xml" rel="self" type="application/rss+xml" />
+        <link>/rss.xml</link>
+        <lastBuildDate>Thu, 11 Jul 2013 17:51:15 -0400</lastBuildDate>
+        <pubDate>Thu, 11 Jul 2013 17:51:15 -0400</pubDate>
+        <ttl>1800</ttl>
+        <image>
+            <url></url>
+            <title>Apache Cordova</title>
+            <link>/rss.xml</link>
+            <width>128</width>
+            <height>128</height>
+            <description>Apache Cordova is a set of device APIs that allow a web mobile app developer to access native device function from JavaScript.</description>
+        </image>
+
+
+        <item>
+                <title>Apache Cordova Gets an Official Blog</title>
+                <description>&lt;p&gt;Cordova now has a Blog! Look here to stay up-to-date with what&amp;#8217;s happening with the project. There is a major release &lt;a href='https://issues.apache.org/jira/browse/CB/fixforversion/12322491'&gt;3.0&lt;/a&gt; just around the corner (July 19, 2013), and we are really excited about it!&lt;/p&gt;
+
+&lt;p&gt;Be sure to &lt;a href='/rss.xml'&gt;subscribe&lt;/a&gt; using RSS&lt;/p&gt;</description>
+                <link>/blog/2013/07/11/cordova-has-a-blog.html</link>
+                <guid>/blog/2013/07/11/cordova-has-a-blog</guid>
+                <pubDate>Thu, 11 Jul 2013 15:45:04 -0400</pubDate>
+        </item>
+
+
+</channel>
+</rss>

Added: cordova/site/www/_includes/footer.html
URL: http://svn.apache.org/viewvc/cordova/site/www/_includes/footer.html?rev=1502652&view=auto
==============================================================================
--- cordova/site/www/_includes/footer.html (added)
+++ cordova/site/www/_includes/footer.html Fri Jul 12 18:47:43 2013
@@ -0,0 +1,7 @@
+<hr/>
+<div id="footer">
+    <p>Copyright © 2012, 2013 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
+           Apache and the Apache feather logos are trademarks of The Apache Software Foundation.
+    </p>
+    <a class="closing" href="#top"></a>
+</div>
\ No newline at end of file

Added: cordova/site/www/_includes/head.html
URL: http://svn.apache.org/viewvc/cordova/site/www/_includes/head.html?rev=1502652&view=auto
==============================================================================
--- cordova/site/www/_includes/head.html (added)
+++ cordova/site/www/_includes/head.html Fri Jul 12 18:47:43 2013
@@ -0,0 +1,30 @@
+<head>
+    <link rel="SHORTCUT ICON" href="{{ site.baseurl }}/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" />
+    <meta name = "format-detection" content = "telephone=no">
+    <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
+    <!-- Original Jekyll
+    <meta name="viewport" content="width=device-width">
+    -->
+    <title>{{ page.title }}</title>
+    <!-- syntax highlighting CSS -->
+    <link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
+    <!-- Custom CSS -->
+    <link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
+
+    <!-- Cordova CSS -->
+    <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/css/master.css">
+    <script src="{{ site.baseurl }}/js/smooth.pack.js" type="text/javascript"></script>
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-94271-30']);
+      _gaq.push(['_trackPageview']);
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
+</head>

Added: cordova/site/www/_includes/header.html
URL: http://svn.apache.org/viewvc/cordova/site/www/_includes/header.html?rev=1502652&view=auto
==============================================================================
--- cordova/site/www/_includes/header.html (added)
+++ cordova/site/www/_includes/header.html Fri Jul 12 18:47:43 2013
@@ -0,0 +1,27 @@
+<a class="scroll-point pt-top" name="top">
+</a>
+<div id="header">
+    <div class="wrap">
+        <a class="logo" href="{{ site.baseurl }}/#top"></a>
+        <div class="menu">
+            <a href="{{ site.baseurl }}/#about">About</a>
+            <a href="{{ site.baseurl }}/#news">News</a>
+            <a href="{{ site.baseurl }}/#contribute">Contribute</a>
+            <a href="{{ site.baseurl }}/#mailing-list">Mailing List</a>
+            <a href="{{ site.baseurl }}/#download">Download</a>
+            <a href="{{ site.baseurl }}/#links">Quick Links</a>
+        </div>
+        <form class="menu-dropdown">
+            <select onchange="location = this.options[this.selectedIndex].value;">
+                <option value="{{ site.baseurl }}/#about">About</option>
+                <option value="{{ site.baseurl }}/#news">News</option>
+                <option value="{{ site.baseurl }}/#contribute">Contribute</option>
+                <option value="{{ site.baseurl }}/#mailing-list">Mailing List</option>
+                <option value="{{ site.baseurl }}/#download">Download</option>
+                <option value="{{ site.baseurl }}/#links">Quick Links</option>
+            </select>
+        </form>
+    </div>
+    <div class="shadow"></div>
+</div> <!-- /header -->
+<div class="header-placeholder"></div>

Added: cordova/site/www/_includes/links.html
URL: http://svn.apache.org/viewvc/cordova/site/www/_includes/links.html?rev=1502652&view=auto
==============================================================================
--- cordova/site/www/_includes/links.html (added)
+++ cordova/site/www/_includes/links.html Fri Jul 12 18:47:43 2013
@@ -0,0 +1,51 @@
+<a class="scroll-point" name="links"></a>
+<hr/>
+
+<div class="wrap quick-links-pane">
+    <h2 class="icon icon-quick-links">Quick Links</h2>
+    <br/>
+    <ul class="quick-links-header">
+        <li>General</li>
+        <li>Development</li>
+        <li class="last">Apache Software Foundation</li>
+    </ul>
+    <div class="clear"></div>
+</div>
+
+<div class="grid">
+    <div class="wrap">
+        <div class="list-container">
+            <ul class="list quick-links">
+                <li class="corner"></li>
+                <li><a href="{{ site.baseurl }}{{ site.sitemap.about.url }}">{{ site.sitemap.about.title }}<span></span></a></li>
+
+                {% for links in site.sitemap.general %}
+                <li><a href="{{ links.url }}">{{ links.title }}<span></span></a></li>
+                {% endfor %}
+
+                <li><a href="{{ site.baseurl }}{{ site.sitemap.artwork.url }}">{{ site.sitemap.artwork.title }}<span></span></a></li>
+            </ul>
+
+            <ul class="list quick-links">
+                <li class="corner"></li>
+                <li><a href="{{ site.baseurl }}{{ site.sitemap.download.url }}">{{ site.sitemap.download.title }}<span></span></a></li>
+                <li><a href="{{ site.sitemap.docs.url }}">{{ site.sitemap.docs.title }}<span></span></a></li>
+
+                {% for links in site.sitemap.dev %}
+                <li><a href="{{ links.url }}">{{ links.title }}<span></span></a></li>
+                {% endfor %}
+
+                <li><a href="{{ site.baseurl }}{{ site.sitemap.mailing-list.url }}">{{ site.sitemap.mailing-list.title }}<span></span></a></li>
+            </ul>
+
+            <ul class="list quick-links last">
+                <li class="corner"></li>
+                {% for links in site.sitemap.asf %}
+                <li><a href="{{ links.url }}">{{ links.title }}<span></span></a></li>
+                {% endfor %}
+            </ul>
+
+            <div class="clear"></div>
+        </div>
+    </div>
+</div>

Added: cordova/site/www/_layouts/cordova.html
URL: http://svn.apache.org/viewvc/cordova/site/www/_layouts/cordova.html?rev=1502652&view=auto
==============================================================================
--- cordova/site/www/_layouts/cordova.html (added)
+++ cordova/site/www/_layouts/cordova.html Fri Jul 12 18:47:43 2013
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+{% include head.html %}
+<body>
+
+    {% include header.html %}
+
+        {{ content }}
+
+
+    {% include links.html %}
+
+    {% include footer.html %}
+
+</body>
+</html>

Added: cordova/site/www/_layouts/default.html
URL: http://svn.apache.org/viewvc/cordova/site/www/_layouts/default.html?rev=1502652&view=auto
==============================================================================
--- cordova/site/www/_layouts/default.html (added)
+++ cordova/site/www/_layouts/default.html Fri Jul 12 18:47:43 2013
@@ -0,0 +1,46 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <title>{{ page.title }}</title>
+        <meta name="viewport" content="width=device-width">
+
+        <!-- syntax highlighting CSS -->
+        <link rel="stylesheet" href="/css/syntax.css">
+
+        <!-- Custom CSS -->
+        <link rel="stylesheet" href="/css/main.css">
+
+    </head>
+    <body>
+
+        <div class="container">
+          <div class="site">
+            <div class="header">
+              <h1 class="title"><a href="/">{{ site.name }}</a></h1>
+              <a class="extra" href="/blog.html">blog</a>
+            </div>
+
+                {{ content }}
+
+            <div class="footer">
+              <div class="contact">
+                <p>
+                  Your Name<br />
+                  What You Are<br />
+                  your@email.com
+                </p>
+              </div>
+              <div class="contact">
+                <p>
+                  <a href="http://github.com/yourusername/">github.com/yourusername</a><br />
+                  <a href="http://twitter.com/yourusername/">twitter.com/yourusername</a><br />
+                </p>
+              </div>
+            </div>
+          </div>
+        </div> <!-- /container -->
+
+    </body>
+</html>

Added: cordova/site/www/_layouts/post.html
URL: http://svn.apache.org/viewvc/cordova/site/www/_layouts/post.html?rev=1502652&view=auto
==============================================================================
--- cordova/site/www/_layouts/post.html (added)
+++ cordova/site/www/_layouts/post.html Fri Jul 12 18:47:43 2013
@@ -0,0 +1,11 @@
+---
+layout: cordova
+---
+<div class="site">
+    <h2>{{ page.title }}</h2>
+    <div class="meta">Posted by: <a href="{{ page.author.url }}">{{ page.author.name }}</a></div>
+    <p class="meta">{{ page.date | date_to_string }}</p>
+    <div class="post">
+    {{ content }}
+    </div>
+</div>

Added: cordova/site/www/_posts/2013-07-08-cordova-has-a-blog.md
URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2013-07-08-cordova-has-a-blog.md?rev=1502652&view=auto
==============================================================================
--- cordova/site/www/_posts/2013-07-08-cordova-has-a-blog.md (added)
+++ cordova/site/www/_posts/2013-07-08-cordova-has-a-blog.md Fri Jul 12 18:47:43 2013
@@ -0,0 +1,17 @@
+---
+layout: post
+author:
+    name: Carlos Santana
+    url: https://twitter.com/csantanapr
+title:  "Apache Cordova Gets an Official Blog"
+date:   2013-07-11 15:45:04 -5
+categories: blog
+tags: news
+---
+
+Cordova now has a Blog! Look here to stay up-to-date with what's happening with the project.
+There is a major release [3.0](https://issues.apache.org/jira/browse/CB/fixforversion/12322491)
+just around the corner (July 19, 2013), and we are really excited about it!
+
+Be sure to [subscribe]({{ site.baseurl }}{{ site.rss_path }}) using RSS
+

Modified: cordova/site/www/artwork.html
URL: http://svn.apache.org/viewvc/cordova/site/www/artwork.html?rev=1502652&r1=1502651&r2=1502652&view=diff
==============================================================================
--- cordova/site/www/artwork.html (original)
+++ cordova/site/www/artwork.html Fri Jul 12 18:47:43 2013
@@ -1,126 +1,36 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
-<meta name = "format-detection" content = "telephone=no">
-<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
-<title>Apache Cordova</title>
-<!-- localstart -->
-<link rel="stylesheet/less" type="text/css" href="master.less">
-<script src="js/less-1.1.5.min.js" type="text/javascript"></script>
-<!-- localend -->
-<!-- publicstart <link rel="stylesheet" type="text/css" href="master.css"> publicend -->
-<script src="js/smooth.pack.js" type="text/javascript"></script>
-<script type="text/javascript">
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-94271-30']);
-  _gaq.push(['_trackPageview']);
-
-  (function() {
-    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-  })();
-</script>
-</head>
-<body>
-<a class="scroll-point pt-top" name="top"></div>
-<div id="header">
-    <div class="wrap">
-    	<a class="logo" href="index.html#top"></a>
-    	<div class="menu">
-    		<a href="index.html#about">About</a>
-    		<a href="index.html#contribute">Contribute</a>
-    		<a href="index.html#mailing-list">Mailing List</a>
-    		<a href="index.html#download">Download</a>
-    	</div>
-    	<form class="menu-dropdown">
-			<select onchange="location = this.options[this.selectedIndex].value;">
-            	<option value="index.html#about">About</option>
-            	<option value="index.html#contribute">Contribute</option>
-            	<option value="index.html#mailing-list">Mailing List</option>
-            	<option value="index.html#download">Download</option>
-			</select>
-		</form>
-    </div>
-    <div class="shadow"></div>
-</div>
-<div class="header-placeholder"></div>
+---
+layout: cordova
+title: Apache Cordova
+---
 
 <div class="wrap">
     <h2 class="">Apache Cordova Artwork</h2>
 </div>
 <div class="grid">
     <div class="wrap">
-    	<div class="button-container middle">
-    		<a class="button" href="downloads/icons_3.zip">ICON SET<label>512x512~16x16</label></a>
-    	</div>
+        <div class="button-container middle">
+            <a class="button" href="http://cordova.apache.org/downloads/icons_3.zip">ICON SET<label>512x512~16x16</label></a>
+        </div>
         <p><img src="images/cordova_256.png" alt=""/><img src="images/cordova_128.png" alt=""/><img src="images/cordova_64.png" alt=""/><img src="images/cordova_48.png" alt=""/><img src="images/cordova_32.png" alt=""/><img src="images/cordova_24.png" alt=""/><img src="images/cordova_16.png" alt=""/>
-	    </p>
-	</div>
+        </p>
+    </div>
 </div>
 <br/>
 <div class="grid">
     <div class="wrap">
-    	<div class="button-container middle">
-    		<a class="button" href="downloads/logos_2.zip">LOGO SET<label>2 Sets of 4 Variations</label></a>
-    	</div>
-	    <p><img src="images/logo_full.png" alt=""/></p>
-	</div>
+        <div class="button-container middle">
+            <a class="button" href="http://cordova.apache.org/downloads/logos_2.zip">LOGO SET<label>2 Sets of 4 Variations</label></a>
+        </div>
+        <p><img src="images/logo_full.png" alt=""/></p>
+    </div>
 </div>
 <br/>
 <div class="grid">
     <div class="wrap">
-    	<div class="button-container middle">
-    		<a class="button" href="downloads/screens_4.zip">SPLASH SCREENS<label>For iPhone, iPad, etc.</label></a>
-    	</div>
-	    <p><br/><img src="images/splash.png" alt=""/></p>
-	</div>
-</div>
-
-
-
-<hr/>
-
-<div class="wrap quick-links-pane">
-    <h2 class="icon icon-quick-links">Quick Links</h2>
-	<br/>
-	<ul class="quick-links-header">
-		<li>General</li>
-		<li>Development</li>
-		<li class="last">Apache Software Foundation</li>
-	</ul>
-	<div class="clear"></div>
-</div>
-
-<div class="grid">
-    <div class="wrap">
-		<div class="list-container">
-			<ul class="list quick-links">
-                <li class="corner"></li>
-				{{#links_general}}<li><a href="{{url}}">{{title}}<span></span></a></li>{{/links_general}}
-			</ul>
-
-			<ul class="list quick-links">
-                <li class="corner"></li>
-				{{#links_dev}}<li><a href="{{url}}">{{title}}<span></span></a></li>{{/links_dev}}
-			</ul>
-
-			<ul class="list quick-links last">
-                <li class="corner"></li>
-				{{#links_asf}}<li><a href="{{url}}">{{title}}<span></span></a></li>{{/links_asf}}
-			</ul>
-			
-			<div class="clear"></div>
-		</div>
+        <div class="button-container middle">
+            <a class="button" href="http://cordova.apache.org/downloads/screens_4.zip">SPLASH SCREENS<label>For iPhone, iPad, etc.</label></a>
+        </div>
+        <p><br/><img src="images/splash.png" alt=""/></p>
     </div>
 </div>
 
-<div id="footer">
-	<p>Copyright © 2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
-	Apache and the Apache feather logos are trademarks of The Apache Software Foundation.</p>
-	<a class="closing" href="#top"></a>
-</div>
-
-</body>
-</html>

Added: cordova/site/www/blog/index.html
URL: http://svn.apache.org/viewvc/cordova/site/www/blog/index.html?rev=1502652&view=auto
==============================================================================
--- cordova/site/www/blog/index.html (added)
+++ cordova/site/www/blog/index.html Fri Jul 12 18:47:43 2013
@@ -0,0 +1,17 @@
+---
+layout: cordova
+title: Apache Cordova Blog
+---
+
+<div class="site">
+<h1>Blog Posts</h1><a href="{{ site.baseurl }}{{ site.rss_path }}">Subscribe</a>
+<ul class="posts">
+  {% for post in site.posts %}
+    <li>
+    <span>{{ post.date | date_to_string }}</span> &raquo;
+    <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
+    </li>
+  {% endfor %}
+</ul>
+<a href="http://feed1.w3.org/check.cgi?url={{ site.baseurl }}{{ site.rss_path }}"><img src="{{ site.baseurl }}/images/valid-rss-rogers.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a>
+</div>
\ No newline at end of file

Added: cordova/site/www/css/_master.less
URL: http://svn.apache.org/viewvc/cordova/site/www/css/_master.less?rev=1502652&view=auto
==============================================================================
--- cordova/site/www/css/_master.less (added)
+++ cordova/site/www/css/_master.less Fri Jul 12 18:47:43 2013
@@ -0,0 +1,867 @@
+* {
+    margin: 0;
+    padding: 0;
+    -webkit-text-size-adjust:none;
+}
+
+body {
+}
+
+
+body, a {
+	color: @main-color;
+}
+
+/** LESS **/
+@column:		320px;
+@gutter:		24px;
+@padding:       16px;
+@full-width:	@column*3 + @gutter*2;
+@gap:			32px;
+
+@background-half-size: 112px 425px;
+
+@main-color:        #3b4854;
+@key-color:         #4cc2e4;
+@key-color-hover:   #4cd6fc;
+@disable-color:     #abafb0;
+
+.animate-background {
+	-webkit-transition: background 0.25s linear;
+	-moz-transition: background 0.25s linear;
+	transition: background 0.25s linear;
+}
+
+.animate {
+	-webkit-transition: all 0.25s linear;
+	-moz-transition: all 0.25s linear;
+	transition: all 0.25s linear;
+}
+
+.secondary-bg {
+	background: url(/images/grid.png) #eee 50% 0%;
+}
+
+.sprite {
+	background: url(/images/sprite.png) no-repeat
+}
+
+.ellipsis {
+    overflow: hidden;
+    display: block;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+}
+
+/*---------------------------------------------------
+	Font
+---------------------------------------------------*/
+
+body, h1, h2, h3, h4, input, button {
+	font-size: 17px;
+	font-family: 'HelveticaNeue-Light', Helvetica, Arial, sans-serif;
+	font-weight: 300;
+}
+
+h1, h2, h3, h4 {
+	letter-spacing: 0.05em;
+}
+
+h1 {font-size: 34px;}
+h2 {font-size: 34px; padding: @gap+@padding 0;}
+
+b, strong {
+	font-family: 'HelveticaNeue-Bold', Helvetica, Arial, sans-serif;
+	font-weight: 900;
+}
+
+label {
+	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
+	font-weight: 400;
+	font-size: 12px;
+}
+
+.platforms-list li, .list-header.mini, .quick-links-header li {
+	font-family: 'HelveticaNeue-Medium', 'HelveticaNeue', Helvetica, Arial, sans-serif;
+	font-weight: 500;
+}
+
+
+/*---------------------------------------------------
+	Generic
+---------------------------------------------------*/
+
+a:hover {
+    color: @key-color;
+}
+
+p {
+	line-height: 1.8em;
+	margin-bottom: 2em;
+}
+
+p + p {
+	margin-top: 2em;
+}
+
+
+.button-container {
+    position: absolute;
+    right: -5px;
+    background: url(/images/shadow.png);
+}
+
+.button {
+    display: block;
+	.sprite;
+    background-color: @key-color;
+	background-position: 100% -171px;
+    width: @column - @padding*2;
+    padding: @padding;
+    color: #fff;
+    font-size: 24px;
+    text-decoration: none;
+    position: relative;
+    top: -5px;
+    left: -5px;
+	.animate-background;
+}
+
+.button:hover {
+    background-color: @key-color-hover;
+    color: #fff;
+}
+
+div.button, div.button:hover {
+    background-color: @disable-color;
+}
+
+.button label {
+    display: block;
+    font-size: 0.5em;
+    height: 16px;
+}
+
+.clear {
+    clear: both;
+}
+
+/*---------------------------------------------------
+	Layout
+---------------------------------------------------*/
+
+#wrap, .wrap, #footer, hr {
+	width: @full-width;
+	margin: 0 auto;
+	position: relative;
+}
+
+.grid {
+	.secondary-bg;
+	padding: @gap 0;
+}
+
+hr {
+	border: none;
+	border-top: 1px solid #ddd;
+	margin-top: @gap*2;
+	margin-bottom: @gap;
+}
+
+/*---------------------------------------------------
+	Layout - Header
+---------------------------------------------------*/
+
+.header-placeholder {
+	height: 90px;
+}
+
+#header {
+    height: 90px;
+	position: fixed;
+	z-index: 10;
+	left: 0;
+	right: 0;
+	background: #fff;
+	border-bottom: 1px solid #ddd;
+}
+
+#header .shadow {
+	position: absolute;
+	left: 0;
+	right: 0;
+	bottom: -3px;
+	height: 3px;
+    background: url(/images/shadow.png);
+}
+
+.logo, .closing {
+    .sprite;
+	.animate-background;
+	background-color: @main-color;
+    background-position: 0 0px;
+    position: absolute;
+    left: 0;
+    top: 5px;
+    width: 220px;
+    height: 75px;
+}
+
+.logo:hover {
+	background-color: @key-color;
+}
+
+.menu {
+    padding: @padding 0;
+    float: right;
+}
+.menu a {
+    text-decoration: none;
+    .animate-background;
+    padding: @padding/2;
+    margin: 0 @padding/2;
+    line-height: 55px;
+}
+.menu a:hover {
+    color: @key-color;
+}
+
+.menu-dropdown {
+    display: none;
+    position: absolute;
+    right: @padding;
+    top: @gap;
+    width: 40%;
+}
+
+.menu-dropdown select{
+    width: 100%;
+}
+
+/*---------------------------------------------------
+	Layout - Leadin
+---------------------------------------------------*/
+
+.leadin {
+    margin-bottom: @gap;
+}
+
+.leadin .wrap {
+	height: @column+@gap+@padding;
+}
+
+.leadin .text-block {
+	position: absolute;
+	left: @padding*4 + @column;
+	top: @gap+@padding*2;
+}
+
+.leadin img {
+	position: absolute;
+	top: @gap;
+	left: @gutter;
+}
+
+.leadin li {
+	list-style: none;
+	margin: 9px 8px;
+}
+
+.leadin h1 {
+	background: #fff;
+	display: inline;
+	padding: 4px 8px;
+}
+
+.leadin .button-container {
+    bottom: 0;
+}
+
+/*---------------------------------------------------
+	Layout - Contribution, Mailing List,
+	Download and Quick Links
+---------------------------------------------------*/
+
+@link-box: 36px;
+@link-box-gap: 3px;
+.container-box {
+    background: #fff;
+    padding: @padding/2;
+    position: relative;
+}
+
+.list-link {
+    position: absolute;
+    top: 0;
+    bottom: 0;
+    right: 0;
+}
+
+
+.list {
+    padding-top: @padding;
+}
+
+.list li {
+    .container-box;
+    list-style: none;
+    margin-bottom: @padding;
+}
+
+.list-header {
+    .container-box;
+    margin-top: @padding;
+}
+
+.list-header p {
+    margin-bottom: 0;
+}
+
+.list-container {
+    position: relative;
+}
+
+/**** Platforms ****/
+
+.platforms-list {
+	padding-top: @padding*2;
+    width: @full-width/2 - @gutter*2;
+}
+
+.platforms-list.second {
+    position: absolute;
+    right: 0;
+    top: 0;
+}
+
+.platforms-list li a {
+    .list-link;
+	.animate-background;
+    width: @link-box;
+	.sprite;
+	background-position: 3px -127px;
+    background-color: @key-color;
+}
+
+.platforms-list li a:hover {
+	background-color: @key-color-hover;
+}
+
+.platforms-list li.first a {
+    width: @link-box*3;
+}
+
+.platforms-list li a.link-apache {
+    right: @link-box + @link-box-gap;
+	background-position: 2px -94px;
+}
+
+.platforms-list li.first a.link-apache {
+	width: @link-box*4;
+    right: @link-box*3 + @link-box-gap;
+}
+
+/**** Mailing List ****/
+
+.mailing-list {
+    width: @column*2 + @gap*2 + @gutter*2;
+    margin-bottom: @gutter;
+}
+
+.mailing-list a {
+    .list-link;
+    .animate-background;
+    backround: #fff;
+    padding: @padding/2;
+    width: @column + @gap*2 + @gutter;
+    font-size: 14px;
+}
+
+.mailing-list a:hover {
+    color: #fff;
+    background: @key-color;
+}
+
+.mailing-list a span {
+    .list-link;
+    width: @link-box;
+	.sprite;
+	background-position: -156px -95px;
+    background-color: @key-color;
+}
+
+.mailing-list li {
+    margin-bottom: @link-box-gap;
+}
+
+
+/**** Download ****/
+
+.download-pane .button-container{
+    bottom: -70px;
+}
+
+.list-header.mini {
+    display: inline;
+}
+
+.download-list-container {
+    position: relative;
+}
+
+.download-list {
+    width: @column;
+    margin-bottom: @gutter;
+}
+
+.download-list.second, .download-list.third {
+    position: absolute;
+    top: 0;
+}
+
+.download-list.second {
+    left: @column + @gutter;
+}
+
+.download-list.third {
+    left: @column*2 + @gutter*2;
+}
+
+.download-list li {
+    height: 18px;
+}
+
+.download-list .version {
+    .list-link;
+    .animate-background;
+	.sprite;
+	background-position: -160px -127px;
+    background-color: @key-color;
+    color: #fff;
+    text-decoration: none;
+    right: auto;
+    left: 0;
+    padding: @padding/2;
+	padding-left: 32px;
+    width: 40%;
+}
+.download-list .version:hover {
+    background-color: @key-color-hover;
+}
+
+.download-list .release {
+    float: right;
+    font-size: 12px;
+	margin-top: 2px;
+}
+
+
+/**** Quick Links ****/
+
+
+.list-header.mini {
+    display: inline;
+}
+
+.quick-links, .quick-links-header li {
+    float: left;
+    width: @column;
+    margin-right: @gutter;
+    list-style: none;
+	position: relative;
+}
+
+.quick-links-header li {
+    margin-bottom: @gutter;
+}
+
+.quick-links.last, .quick-links-header li.last {
+    margin-right: 0;
+}
+
+.quick-links li {
+    padding: 0;
+}
+
+.quick-links a {
+    .animate-background;
+    display: block;
+    text-decoration: none;
+    padding: @padding/2;
+}
+
+.quick-links a:hover {
+    color: #fff;
+    background: @key-color;
+}
+
+.quick-links a span {
+    .list-link;
+    width: @link-box;
+	.sprite;
+	background-position: -156px -95px;
+    background-color: @key-color;
+}
+
+
+/*---------------------------------------------------
+	Layout - Footer
+---------------------------------------------------*/
+
+#footer {
+    padding: @gap 0 @gap*2;
+}
+
+#footer p {
+    font-size: 12px;
+    line-height: 1.5em;
+}
+
+.closing {
+	background-position: 0 -725px;
+    left: auto;
+	right: 0;
+    top: 20px;
+    width: 60px;
+    height: 65px;
+}
+
+.closing:hover {
+	background-color: @key-color;
+}
+
+
+/*---------------------------------------------------
+	Jira Search Form
+---------------------------------------------------*/
+#jira-search-box {
+    border: 1px solid #ccc;
+    padding: 2px;
+    min-width: 200px;
+}
+
+#jira-search-box, #jira-search-button {
+    box-sizing: border-box;
+    -moz-box-sizing: border-box;
+    -webkit-box-sizing: border-box;
+    height: 30px;
+    height: 1.8rem;
+    vertical-align: bottom;
+}
+
+#jira-search-button {
+    font-size: 14px;
+    margin-left: -1px;
+    padding: 5px;
+}
+
+/*---------------------------------------------------
+	Misc
+---------------------------------------------------*/
+
+@spacer-base: -220px;
+@spacer: 96px;
+
+.icon {
+    .sprite;
+    background-position: 0 @spacer-base;
+	padding-left: 78px;
+}
+.icon-about { 			background-position: 0 @spacer-base;}
+.icon-contribute { 			background-position: 0 @spacer-base - @spacer;}
+.icon-mailing-list { 		background-position: 0 @spacer-base - @spacer*2;}
+.icon-download { 			background-position: 0 @spacer-base - @spacer*3;}
+.icon-quick-links { 		background-position: 0 @spacer-base - @spacer*4;}
+
+a.scroll-point {
+	display: block;
+	border-bottom: transparent 1px solid;
+}
+
+a.pt-top {
+	border: none;
+}
+
+a.pt-about {
+	margin: -100px 0 130px;
+	border:none
+}
+
+.corner, .quick-links .corner {
+	.sprite;
+	background-position: 0 -808px;
+	position: absolute;
+	left: 0;
+	top: -@gap;
+	width: 40px;
+	height: 40px;
+}
+
+.quick-links .corner {
+}
+
+.button-container.middle {
+    bottom: 0;
+}
+
+
+/*---------------------------------------------------
+	Mobile
+---------------------------------------------------*/
+@mobile-pad: 24px;
+
+@media all and (max-width:1024px) {
+    #wrap, .wrap, #footer, hr {
+        width: auto;
+    }
+    .wrap, #footer {
+        margin-left: @mobile-pad;
+        margin-right: @mobile-pad;
+    }
+    .download-list, .download-list.second, .download-list.third {
+        width: 30%;
+    }
+    .download-list.second {
+        left: 33%;
+    }
+    .download-list.third {
+        left: 66%;
+    }
+    .quick-links, .quick-links-header li {
+        width: 30%;
+    }
+    .platforms-list {
+        width: 48%;
+    }
+    h1 {
+        font-size: 30px;
+    }
+    .button-container {
+        right: @padding;
+    }
+}
+
+@media all and (max-width:890px) {
+    h1 {
+        font-size: 24px;
+    }
+    h2 {
+        font-size: 24px;
+        padding-top: 54px;
+    }
+    .leadin img {
+        top: 0;
+        width: 240px;
+        height: 270px;
+    }
+    .leadin .text-block  {
+        top: 32px;
+       left: 290px;
+    }
+    .button {
+        width: 250px;
+        padding: 12px;
+    }
+    .leadin .wrap {
+        height: 300px;
+    }
+    .mailing-list {
+        width: auto;
+    }
+    .menu {
+        display: none;
+    }
+    .menu-dropdown {
+        display: block;
+    }
+}
+
+@media all and (max-width:720px) {
+    body {
+        font-size: 16px;
+    }
+    h1 {
+        font-size: 22px;
+    }
+    h2 {
+        font-size: 22px;
+        padding-top: 54px;
+    }
+    .leadin img {
+        width: 192px;
+        height: 216px;
+    }
+    .leadin .text-block  {
+        top: 32px;
+       left: 232px;
+    }
+    .button {
+        font-size: 20px;
+        background-position: 100% -177px;
+        width: 220px;
+        padding: 10px;
+    }
+    .leadin .wrap {
+        height: 280px;
+    }
+    .platforms-list li.first a.link-apache, .platforms-list li.first a.link-github {
+        width: @link-box;
+    }
+    .platforms-list li.first a.link-apache {
+        right: @link-box + @link-box-gap;
+    }
+    .mailing-list li {
+        padding: 8px 4px;
+    }
+    .mailing-list a {
+        width: 56%;
+        padding-right: 42px;
+        .ellipsis;
+    }
+    .download-list .version {
+        width: 28%;
+    }
+    .menu-dropdown {
+        top: @padding;
+    }
+    #header, .header-placeholder {
+        height: 52px;
+    }
+    .logo {
+        top: 7px;
+        width: 110px;
+        height: 37px;
+        background-size: @background-half-size;
+    }
+    #footer {
+        padding-bottom: 28px;
+		padding-right: 72px;
+    }
+}
+
+@media all and (max-width:630px) {
+    body {
+/*        font-size: 14px;*/
+    }
+    .leadin img {
+        left: -4px;
+        width: 160px;
+        height: 180px;
+    }
+    .leadin .text-block  {
+       left: 175px;
+       top: 11px;
+    }
+    .leadin .wrap {
+        height: 240px;
+    }
+    .leadin .button-container {
+        bottom: -10px;
+    }
+    .button {
+        font-size: 18px;
+        background-position: 100% -181px;
+        width: 200px;
+        padding: 8px;
+    }
+    .download-list .version {
+        width: 22%;
+    }
+}
+
+@media all and (max-width:585px) {
+    h1, h2, h3, h4 {
+    	letter-spacing: 0;
+    }
+    h1 {
+        font-size: 18px;
+    }
+    .leadin img {
+         width: 128px;
+         height: 144px;
+    }
+    .leadin .text-block  {
+       left: 130px;
+    }
+    .wrap, #footer {
+        margin-left: 12px;
+        margin-right: 12px;
+    }
+    .leadin .wrap {
+        height: 200px;
+    }
+    .icon {
+        background-size: @background-half-size;
+        padding: 20px 48px 20px 48px;
+        .ellipsis;
+    }
+    @spacer-mini: @spacer/2;
+    @spacer-base-mini: @spacer-base/2;
+    .icon-about { 			    background-position: 0 @spacer-base-mini;}
+    .icon-contribute { 			background-position: 0 @spacer-base-mini - @spacer-mini;}
+    .icon-mailing-list { 		background-position: 0 @spacer-base-mini - @spacer-mini*2;}
+    .icon-download { 			background-position: 0 @spacer-base-mini - @spacer-mini*3;}
+    .icon-quick-links { 		background-position: 0 @spacer-base-mini - @spacer-mini*4;}
+
+	.platforms-list, .platforms-list.second {
+		width: auto;
+		position: static;
+		padding-bottom: 0;
+	}
+	.platforms-list.second {
+		padding-top: 0;
+	}
+	.mailing-list a {
+		width: 0;
+		padding-right: 30px;
+	}
+	.download-list, .download-list.second, .download-list.third {
+		width: auto;
+		float: none;
+		position: static;
+		margin-bottom: 0;
+	}
+	.download-list.second, .download-list.third {
+		padding-top: 0;
+	}
+	.quick-links-header {
+		display: none;
+	}
+	.quick-links, .quick-links-header li {
+		float: none;
+		width: auto;
+		margin-right: 0;
+	}
+	.quick-links .corner {
+		display: none;
+	}
+	.quick-links {
+		padding-top: 0;
+	}
+}
+
+@media all and (max-width:440px) {
+    .leadin .button-container {
+		display: none;
+	}
+	.leadin .text-block {
+		top: 135px;
+		left: -4px;
+		right: -4px;
+	}
+	.leadin img {
+	    top: -8px;
+	}
+	.leadin .wrap {
+		height: 260px;
+	}
+	.icon {
+		padding: 22px 16px 20px 35px;
+	}
+	h2 {
+		font-size: 20px;
+	}
+	hr {
+		margin-top: 32px;
+	}
+}

Added: cordova/site/www/css/main.css
URL: http://svn.apache.org/viewvc/cordova/site/www/css/main.css?rev=1502652&view=auto
==============================================================================
--- cordova/site/www/css/main.css (added)
+++ cordova/site/www/css/main.css Fri Jul 12 18:47:43 2013
@@ -0,0 +1,169 @@
+/*****************************************************************************/
+kljlkj
+/*
+/* Common
+/*
+/*****************************************************************************/
+
+/* Global Reset */
+/* Cordova settings
+* {
+  margin: 0;
+  padding: 0;
+}
+
+html, body { height: 100%; }
+
+body {
+  background-color: #FFF;
+  font: 13.34px Helvetica, Arial, sans-serif;
+  font-size: small;
+  text-align: center;
+}
+
+h1, h2, h3, h4, h5, h6 {
+  font-size: 100%; }
+
+h1 { margin-bottom: 1em; }
+p { margin: 1em 0; }
+
+a         { color: #00a; }
+a:hover   { color: #000; }
+a:visited { color: #a0a; }
+
+*/
+
+table {
+  font-size: inherit;
+  font: 100%;
+}
+
+/*****************************************************************************/
+/*
+/* Home
+/*
+/*****************************************************************************/
+ul.posts {
+  list-style-type: none;
+  margin-bottom: 2em;
+}
+
+ul.posts li {
+  line-height: 1.75em;
+}
+
+ul.posts span {
+  color: #aaa;
+  font-family: Monaco, "Courier New", monospace;
+  font-size: 80%;
+}
+
+/*****************************************************************************/
+/*
+/* Site
+/*
+/*****************************************************************************/
+
+.site {
+  font-size: 100%;
+  text-align: justify;
+  width: 42em;
+  margin: 3em auto 2em;
+  line-height: 1.5em;
+}
+
+.site .header a {
+  font-weight: bold;
+  text-decoration: none;
+}
+
+.site .header h1.title {
+  display: inline-block;
+  margin-bottom: 2em;
+}
+
+.site .header h1.title a {
+  color: #a00;
+}
+
+.site .header h1.title a:hover {
+  color: #000;
+}
+
+.site .header a.extra {
+  color: #aaa;
+  margin-left: 1em;
+}
+
+.site .header a.extra:hover {
+  color: #000;
+}
+
+.site .meta {
+  color: #aaa;
+}
+
+.site .footer {
+  font-size: 80%;
+  color: #666;
+  border-top: 4px solid #eee;
+  margin-top: 2em;
+  overflow: hidden;
+}
+
+.site .footer .contact {
+  float: left;
+  margin-right: 3em;
+}
+
+.site .footer .contact a {
+  color: #8085C1;
+}
+
+.site .footer .rss {
+  margin-top: 1.1em;
+  margin-right: -.2em;
+  float: right;
+}
+
+.site .footer .rss img {
+  border: 0;
+}
+
+/*****************************************************************************/
+/*
+/* Posts
+/*
+/*****************************************************************************/
+
+/* standard */
+.post pre {
+  border: 1px solid #ddd;
+  background-color: #eef;
+  padding: 0 .4em;
+}
+
+.post ul, .post ol {
+  margin-left: 1.35em;
+}
+
+.post code {
+  border: 1px solid #ddd;
+  background-color: #eef;
+  padding: 0 .2em;
+}
+
+.post pre code {
+  border: none;
+}
+
+/* terminal */
+.post pre.terminal {
+  border: 1px solid #000;
+  background-color: #333;
+  color: #FFF;
+}
+
+.post pre.terminal code {
+  background-color: #333;
+}

Propchange: cordova/site/www/css/main.css
------------------------------------------------------------------------------
    svn:executable = *

Added: cordova/site/www/css/syntax.css
URL: http://svn.apache.org/viewvc/cordova/site/www/css/syntax.css?rev=1502652&view=auto
==============================================================================
--- cordova/site/www/css/syntax.css (added)
+++ cordova/site/www/css/syntax.css Fri Jul 12 18:47:43 2013
@@ -0,0 +1,60 @@
+.highlight  { background: #ffffff; }
+.highlight .c { color: #999988; font-style: italic } /* Comment */
+.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
+.highlight .k { font-weight: bold } /* Keyword */
+.highlight .o { font-weight: bold } /* Operator */
+.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
+.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
+.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
+.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
+.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
+.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
+.highlight .ge { font-style: italic } /* Generic.Emph */
+.highlight .gr { color: #aa0000 } /* Generic.Error */
+.highlight .gh { color: #999999 } /* Generic.Heading */
+.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
+.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
+.highlight .go { color: #888888 } /* Generic.Output */
+.highlight .gp { color: #555555 } /* Generic.Prompt */
+.highlight .gs { font-weight: bold } /* Generic.Strong */
+.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
+.highlight .gt { color: #aa0000 } /* Generic.Traceback */
+.highlight .kc { font-weight: bold } /* Keyword.Constant */
+.highlight .kd { font-weight: bold } /* Keyword.Declaration */
+.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
+.highlight .kr { font-weight: bold } /* Keyword.Reserved */
+.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
+.highlight .m { color: #009999 } /* Literal.Number */
+.highlight .s { color: #d14 } /* Literal.String */
+.highlight .na { color: #008080 } /* Name.Attribute */
+.highlight .nb { color: #0086B3 } /* Name.Builtin */
+.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
+.highlight .no { color: #008080 } /* Name.Constant */
+.highlight .ni { color: #800080 } /* Name.Entity */
+.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
+.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
+.highlight .nn { color: #555555 } /* Name.Namespace */
+.highlight .nt { color: #000080 } /* Name.Tag */
+.highlight .nv { color: #008080 } /* Name.Variable */
+.highlight .ow { font-weight: bold } /* Operator.Word */
+.highlight .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight .mf { color: #009999 } /* Literal.Number.Float */
+.highlight .mh { color: #009999 } /* Literal.Number.Hex */
+.highlight .mi { color: #009999 } /* Literal.Number.Integer */
+.highlight .mo { color: #009999 } /* Literal.Number.Oct */
+.highlight .sb { color: #d14 } /* Literal.String.Backtick */
+.highlight .sc { color: #d14 } /* Literal.String.Char */
+.highlight .sd { color: #d14 } /* Literal.String.Doc */
+.highlight .s2 { color: #d14 } /* Literal.String.Double */
+.highlight .se { color: #d14 } /* Literal.String.Escape */
+.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
+.highlight .si { color: #d14 } /* Literal.String.Interpol */
+.highlight .sx { color: #d14 } /* Literal.String.Other */
+.highlight .sr { color: #009926 } /* Literal.String.Regex */
+.highlight .s1 { color: #d14 } /* Literal.String.Single */
+.highlight .ss { color: #990073 } /* Literal.String.Symbol */
+.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
+.highlight .vc { color: #008080 } /* Name.Variable.Class */
+.highlight .vg { color: #008080 } /* Name.Variable.Global */
+.highlight .vi { color: #008080 } /* Name.Variable.Instance */
+.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */

Added: cordova/site/www/favicon.ico
URL: http://svn.apache.org/viewvc/cordova/site/www/favicon.ico?rev=1502652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cordova/site/www/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream