You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/04/07 00:29:24 UTC

[3/6] Updating for ASF compliance.

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/CordovaMac/main.m
----------------------------------------------------------------------
diff --git a/CordovaMac/CordovaMac/main.m b/CordovaMac/CordovaMac/main.m
new file mode 100644
index 0000000..736a22e
--- /dev/null
+++ b/CordovaMac/CordovaMac/main.m
@@ -0,0 +1,25 @@
+/*
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+ 
+ http://www.apache.org/licenses/LICENSE-2.0
+ 
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+ */
+
+#import <Cocoa/Cocoa.h>
+
+int main(int argc, char *argv[])
+{
+	return NSApplicationMain(argc, (const char **)argv);
+}

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/joDoc/doc.css
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/joDoc/doc.css b/CordovaMac/www/phonegap-docs/template/joDoc/doc.css
new file mode 100644
index 0000000..dc4cb43
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/joDoc/doc.css
@@ -0,0 +1,325 @@
+/**
+	doc.css
+	=======
+
+	Requires `docbody.css`, which is split with the intention of using
+	documentation in a jo app without messing with the `body` definition
+	in the app.
+
+	Support for printed media is included for generating nice PDF files.
+*/
+p {
+	text-align: left;
+}
+
+.crunch p, .crunch ul, .crunch blockquote,
+.crunch h3, .crunch h2, .crunch hr, .crunch pre {
+	display: none;
+}
+
+.crunch h1 {
+	font-size: 20px;
+}
+
+/* using `<cite>` for pretty titles */
+cite {
+	position: relative;
+	line-height: .9;
+	background: #07c7c3;
+	display: block;
+	text-align: right;
+	font-size: 120px;
+	color: #fff;
+	font-style: normal;
+	margin: 0;
+	padding: 20px 30px 20px 20px;
+	letter-spacing: -10px;
+	overflow: hidden;
+}
+
+cite>cite {
+	letter-spacing: 0;
+	margin: 0;
+	padding: 0;
+	font-size: 25%;
+	margin-right: -10px;
+	font-style: italic;
+	background: transparent;
+	overflow: visible;
+}
+
+cite a[href] {
+	background: inherit;
+	padding: 0;
+}
+
+em {
+	font-weight: normal;
+	font-style: italic;
+}
+
+blockquote em {
+	font-weight: bold;
+}
+
+ul > li {
+	list-style: disc;
+}
+
+ul {
+	margin-right: 50px;
+}
+
+img {
+	display: block;
+	margin: 2em auto;
+	max-width: 100%;
+}
+
+blockquote {
+	font-style: italic;
+	color: #9e9fa3;
+	position: relative;
+	margin: 1.5em 30px;
+	padding: 10px 10px 0 10px;
+}
+blockquote:before {
+	font-style: normal;
+	content: '\201C';
+	font-size: 60px;
+	position: absolute;
+	top: -15px;
+	left: -35px;
+	color: #e5e6e7;
+}
+blockquote:after {
+	font-style: normal;
+	content: '\201E';
+	font-size: 60px;
+	position: absolute;
+	bottom: -20px;
+	right: -35px;
+	color: #e5e6e7;
+}
+
+blockquote p {
+	margin: 0 0 10px 0;
+}
+
+blockquote code {
+	font-style: normal;
+}
+
+h1 {
+	margin-top: 0;
+	color: #07c7c3;
+	font-size: 38px;
+	font-weight: normal;
+	margin-bottom: 0;
+	margin-left: -1px;
+	letter-spacing: -1px;
+}
+
+h2 {
+	margin-left: -1px;
+	margin-top: 1em;
+	color: #0d0d0d;
+	font-size: 18px;
+	font-weight: normal;
+}
+h2:after, h3:after {
+	content: ":";
+}
+
+h3 {
+	font-size: 16px;
+	font-weight: normal;
+}
+
+code {
+	color: #3b5998;
+	color: #314484;
+	font: normal 86% "Monaco", "Courier New", "Courier";
+}
+
+pre {
+	display: block;
+	background: #f5f6f7;
+	margin: 1.5em 20px;
+	padding: 10px 1.5em;
+	-webkit-border-radius: 4px;
+	-moz-border-radius: 4px;
+	border-radius: 4px;
+	white-space: pre-wrap;
+}
+
+pre code {
+	color: #3b5998;
+	color: #314484;
+	font: normal 70% "Monaco", "Courier New", "Courier";
+}
+
+a[href] {
+	white-space: nowrap;
+	text-decoration: none;
+	color: inherit;
+	padding: 1px .6em;
+	background: #f5f6f7;
+	background: rgba(0, 0, 0, .05);
+	-webkit-border-radius: .6em;
+	-moz-border-radius: .6em;
+	border-radius: .6em;
+	-webkit-transition: background .2s ease-out, -webkit-box-shadow .1s ease-out, color .15s ease-out;
+	-moz-transition: background .2s ease-out, -webkit-box-shadow .1s ease-out, color .15s ease-out;
+	-o-transition: background .2s ease-out, -webkit-box-shadow .1s ease-out, color .15s ease-out;
+}
+
+pre code a[href] {
+  background: none;
+  border-bottom:1px dotted;
+}
+
+/* puts an * after external links, jodoc designates with .external */
+a[href].external:after {
+	content: "*";
+	font-style: super;
+	opacity: .5;
+}
+
+a[href]:hover {
+	background: rgba(0, 0, 0, .6);
+	color: #fff;
+}
+
+pre code a[href], code a[href] {
+	padding: 1px 0;
+	-webkit-border-radius: 0;
+	-moz-border-radius: 0;
+	border-radius: 0;
+}
+
+/*
+	vanilla markdown doesn't support tables, but since you can
+	pass HTML through it, may as well put some nice styling for
+	them in the CSS.
+*/
+table {
+	width: 100%;
+	margin: 1em auto;
+	border-top: 1px solid #0d0d0d;
+	border-left: 1px solid #0d0d0d;
+	padding: 0;
+	border-spacing: 0;
+	text-align: center;
+}
+th {
+	background: #36D2CF;
+	background: #00a9a7;
+	background: #07c7c3;
+	padding: 5px;
+	color: #fff;
+	text-align: center;
+	border-right: 1px solid #0d0d0d;
+	border-bottom: 1px solid #0d0d0d;
+	font-weight: bold;
+}
+
+th:first {
+	border-left: 1px solid #0d0d0d;	
+}
+
+td {
+	padding: 5px;
+	border-right: 1px solid #0d0d0d;
+	border-bottom: 1px solid #0d0d0d;
+}
+
+td:first {
+	border-left: 1px solid #0d0d0d;
+}
+
+/* <hr> is used as a page separator in markdown */
+hr {
+	border: none;
+	height: 70px;
+}
+hr:before {
+	content: "\2026";
+	font-size: 50px;
+	color: #e5e6e7;
+	text-align: center;
+	display: block;
+}
+
+#index {
+	-webkit-column-width: 170px;
+	-webkit-column-rule-width: 10px;
+	-moz-column-width: 170px;
+	-moz-column-rule-width: 10px;
+	column-width: 170px;
+	column-rule-width: 10px;
+	column-width: 170px;
+	column-rule-width: 10px;
+}
+#index h2:after, #index h3:after { content:""; }
+#index h2 { margin-left: 0; }
+#index>h2 {
+	margin-top: 0;
+}
+#index { padding: 10px 1px; }
+#index ul {
+	padding: 0;
+}
+#index ul li {
+	list-style: none;
+}
+
+/* pretty printing */
+@media print {
+	body {
+		max-width: none;
+		margin: 0;
+		font-size: 89%;
+	}
+	
+	h1, h2 {
+		page-break-after: avoid;
+	}
+	
+	h1>p, h2>p{
+		page-break-before: avoid;
+	}
+	
+	pre {
+		page-break-before: auto;
+		page-break-inside: avoid;
+	}
+	
+	blockquote {
+		page-break-inside: avoid;
+	}
+	
+	hr {
+		page-break-before: always;
+		font-size: inherit;
+		height: auto;
+	}
+	hr:before {
+		height: auto;
+		content: "";
+		font-size: inherit;
+	}
+	
+	a[href] {
+		background: none;
+		padding: 0;
+		-webkit-border-radius: none;
+		-moz-border-radius: none;
+		border-radius: none;
+	}
+	
+	#index {
+		display: none;
+	}
+}
+

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/joDoc/docbody.css
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/joDoc/docbody.css b/CordovaMac/www/phonegap-docs/template/joDoc/docbody.css
new file mode 100644
index 0000000..c7ae692
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/joDoc/docbody.css
@@ -0,0 +1,11 @@
+body {
+	background: #fff;
+	font: normal 100% "Georgia", "Palatino", "Times New Roman", "Times";
+/*	font: normal 100% "Gill Sans", "Verdana", "Arial"; */
+	line-height: 1.6;
+	padding: 0 1em;
+	color: #383838;
+	font-size: 15px;
+	margin: 0 auto;
+	max-width: 700px;
+}

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/joDoc/index.html
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/joDoc/index.html b/CordovaMac/www/phonegap-docs/template/joDoc/index.html
new file mode 100644
index 0000000..8faef2e
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/joDoc/index.html
@@ -0,0 +1,4 @@
+<frameset cols="20%, 80%">
+	<frame name="toc" src="_content.html">
+	<frame name="content" src="introduction.md.html">
+</frameset>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/arrow.png
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/arrow.png b/CordovaMac/www/phonegap-docs/template/phonegap/arrow.png
new file mode 100644
index 0000000..0968c62
Binary files /dev/null and b/CordovaMac/www/phonegap-docs/template/phonegap/arrow.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/index.css
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/index.css b/CordovaMac/www/phonegap-docs/template/phonegap/index.css
new file mode 100644
index 0000000..efa70ef
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/phonegap/index.css
@@ -0,0 +1,384 @@
+body {
+  background-color:#F6F4F2;
+  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size:16px;
+}
+
+h1, ul, li {
+  margin:0px;
+  padding:0px;
+}
+
+#header {
+  background-color:#515151;
+  background:#515151 -webkit-gradient(
+    linear,
+    left top,
+    left bottom,
+    color-stop(0.2, #515151),
+    color-stop(0.8, #302F2D)
+  );
+  background:-moz-linear-gradient(center bottom , #515151 20%, #747474 80%);
+  border-top:1px solid #919192;
+  height:32px;
+  left:0px;
+  position:fixed;
+  top:0px;
+  width:100%;
+  z-index:1;
+}
+#subheader {
+  background-color:#CBCBCB;
+  background:-webkit-gradient(linear,
+    left top,
+    left bottom,
+    color-stop(0.0, #F9F9F9),
+    color-stop(1.0, #CBCBCB)
+  );
+  background:-moz-linear-gradient(center bottom , #CBCBCB 0%, #F9F9F9 100%);
+  border-top:1px solid #383A3C;
+  border-bottom:1px solid #919395;
+  height:32px;
+  left:0px;
+  position:fixed;
+  top:32px;
+  width:100%;
+  z-index:1;
+}
+#sidebar {
+  background-color:#ECEAE7;
+  bottom:0px;
+  left:0px;
+  overflow:auto;
+  padding:20px 40px 0px 0px;
+  position:fixed;
+  text-align:right;
+  top:66px;
+  width:180px;
+  z-index:1;
+}
+#scrollable {
+  bottom:0px;
+  left:220px;
+  position:fixed;
+  overflow:auto;
+  right:0px;
+  top:64px;
+}
+#content {
+/*  top:64px;*/
+/*  bottom:0px;*/
+/*  right:0px;*/
+/*  left:220px;*/
+/*  margin:64px auto 0px 220px;*/
+  margin:20px 60px;
+/*  position:absolute;*/
+/*  overflow:auto;*/
+  z-index:0;
+}
+
+#header h1,
+#header h1 a,
+#subheader h1 {
+  color:#F6F4F2;
+  font-size:18px;
+  font-weight:normal;
+  line-height:32px;
+  margin:0px;
+  text-align:center;
+  text-shadow:0px -1px 1px #222222;
+}
+
+#header h1 a strong {
+  font-weight:bold;
+}
+
+#header h1 {
+  text-align:left;
+  margin-left:20px;
+}
+
+#subheader h1 {
+  color:#000000;
+  text-shadow:#FFFFFF 0px 1px 0px;
+}
+
+#subheader small {
+  color:#EFEFEF;
+  font-size:14px;
+  line-height:32px;
+  position:absolute;
+  top:0px;
+  right:20px;
+  text-shadow:-1px 1px 1px #666666;
+}
+
+#sidebar .vertical_divider {
+  background-color:#CCCCCC;
+  bottom:0px;
+  border-right:1px solid #FFFFFF;
+  position:absolute;
+  top:0px;
+  right:0px;
+  width:1px;
+}
+
+#sidebar h1 {
+  color:#000000;
+  font-size:18px;
+  padding:0px;
+  margin:30px 0px;
+  font-weight:normal;
+  text-shadow:#FFFFFF 0px 1px 0px;
+}
+
+#sidebar ul,
+#sidebar li {
+  margin:0px;
+  padding:0px;
+}
+#sidebar li,
+#sidebar li a {
+  color:#767573;
+  font-size:14px;
+  list-style:none;
+  margin:15px 0px;
+  text-shadow:#FFFFFF 0px 1px 1px;
+}
+#sidebar li a {
+  -webkit-transition:color .15s ease-out;
+  -moz-transition:color .15s ease-out;
+  -o-transition:color .15s ease-out;
+}
+#sidebar li a:hover {
+  color:#242220;
+  -webkit-transition:color .15s ease-in;
+  -moz-transition:color .15s ease-in;
+  -o-transition:color .15s ease-in;
+}
+
+
+#otherbar {
+  display:none;
+}
+
+#content {
+  font-size:13px;
+  line-height:160%;
+  max-width:750px;
+}
+
+#content h1 {
+  border-bottom:2px solid;
+  font-size:2em;
+  font-weight:normal;
+  margin:2.0em 0px 1.3em 0px;
+  padding-bottom:0.6em;
+}
+#content h2 {
+  color:#242220;
+  font-size:1.4em;
+  font-weight:bold;
+  margin:1.3em 0px 0.8em 0px;
+  text-shadow:#FFFFFF 0px 1px 1px;
+}
+#content h3 {
+  font-size:1em;
+  font-weight:bold;
+  margin:0.8em 0px 0.5em 0px;
+  text-shadow:#FFFFFF 0px 1px 1px;
+}
+
+hr {
+  display:none;
+  border:none;
+  margin:40px 0px;
+  border-top:1px solid #CCCCCC;
+  border-bottom:1px solid #FFFFFF;
+}
+
+p,blockquote,pre,ul {
+  margin:1em 0px;
+}
+
+h2:after,
+h3:after {
+	content: ":";
+}
+
+blockquote {
+  color:#767573;
+	font-style:normal;
+  margin-left:35px;
+  padding-left:20px;
+	position:relative;
+	text-shadow:#FFFFFF 0px 1px 0px;
+}
+blockquote code {
+	font-style: normal;
+}
+blockquote p {
+  padding:10px 0px;
+}
+blockquote::before {
+  font-style: normal;
+  content: '\201C';
+  font-size: 450%;
+  font-family:Georgia, Palatino, 'Times New Roman', Times;;
+  position: absolute;
+  left: -25px;
+  top:0.3em;
+  color: #E0E0E0;
+}
+
+ul {
+  margin-left:40px;
+}
+ul > li {
+	list-style:disc;
+	list-style-position:outside;
+}
+ul ul {
+  margin-bottom:0.5em;
+  margin-top:0.5em;
+}
+
+
+
+code {
+	font-family:"DejaVu", "Monaco", "Courier New", "Courier";
+	font-size:90%;
+	padding:2px 4px;
+	white-space:pre-wrap;;
+}
+
+pre {
+/*    border:1px solid #CCCCCC;*/
+    background:#F2F0EE;
+    -webkit-border-radius:11px;
+    -moz-border-radius:11px;
+    border-radius:11px;
+    display:block;
+    line-height:110%;
+    margin:1.5em 0px 3em 0px;
+    padding:15px 20px;
+    white-space:pre-wrap;
+}
+pre code {
+  background:none;
+	border:none;
+	font-size:11px;
+	padding:0px;
+}
+
+a[href] {
+/*  color:inherit;*/
+  color:#F06433;
+  text-decoration:none;
+  text-shadow:#FFF 0px 1px 0px;
+}
+a[href]:hover {
+  color:#d0410f;
+}
+
+.prettyprint a[href],
+.prettyprint a[href] span {
+  text-decoration:underline;
+  text-shadow:none;
+}
+.prettyprint a[href] :hover,
+.prettyprint a[href] span :hover {
+  text-decoration:none;
+}
+
+code a[href] {
+  color:inherit;
+/*  border-bottom:1px dotted #000000;*/
+  text-decoration:underline;
+}
+code a[href]:hover {
+  color:inherit;
+  text-decoration:none;
+}
+
+a[href].external:after {
+	content: "*";
+	font-style: super;
+	opacity: .5;
+}
+
+#index {
+	-webkit-column-width: 235px;
+	-webkit-column-rule-width: 5px;
+	-moz-column-width: 235px;
+	-moz-column-rule-width: 5px;
+	column-width: 235px;
+	column-rule-width: 5px;
+}
+
+#index h2:after,
+#index h3:after { 
+  content:"";
+}
+
+#index h2 { 
+  margin:0px;
+  padding:0px;
+}
+
+#index {
+  padding: 10px 1px;
+}
+
+#index ul {
+	margin:0px 0px 30px 0px;
+	padding:0;
+}
+
+#index ul li {
+	list-style: none;
+}
+
+#index ul li a {
+
+}
+
+#home h1 {
+  border-bottom:1px solid #919395;
+  padding-bottom:20px;
+  margin:30px 0px;
+}
+
+#home h2 {
+  font-weight:normal;
+  margin:0px 0px 10px 0px;
+  padding:0px;
+}
+
+#home h2:after {
+  content:'';
+}
+
+#home h2 a {
+  text-shadow:#FFFFFF 0px 1px 1px;
+}
+
+#home span {
+  color:#8B8078;
+  font-size:14px;
+  text-shadow:#FFFFFF 0px 1px 0px;
+}
+
+#home ul {
+  float:left;
+  margin:0px;
+  padding:0px;
+}
+#home ul li {
+  float:left;
+  height:120px;
+  list-style:none;
+  margin:0px;
+  padding:0px 20px;
+  width:200px;
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/index.html
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/index.html b/CordovaMac/www/phonegap-docs/template/phonegap/index.html
new file mode 100644
index 0000000..2340f0d
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/phonegap/index.html
@@ -0,0 +1,145 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+		<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+		<meta name="generator" content="joDoc">
+
+		<title>Cordova API Documentation</title>
+
+		<link rel="stylesheet" type="text/css" href="index.css">
+		<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+		<link rel="stylesheet" type="text/css" href="prettify/prettify.css" />
+
+		<script type="text/javascript" src="prettify/prettify.js"></script>
+		<script type="text/javascript">
+			var _gaq = _gaq || [];
+			_gaq.push(['_setAccount', 'UA-94271-11']);
+			_gaq.push(['_setDomainName', 'http://docs.phonegap.com/index.html']);
+			_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 moveToSection(dropdown) {
+				document.location="#" + dropdown.options[dropdown.selectedIndex].value;
+			}
+		</script>
+	</head>
+	<body onload="prettyPrint();">
+
+		<div id="header">
+			<h1><a href="index.html">Cordova<strong></strong> Documentation</a></h1>
+		</div>
+		<div id="subheader">
+			<h1>Geolocation</h1>
+			<small></small>
+		</div>
+
+		<div id="sidebar">
+			<div class="vertical_divider"></div>
+			<h1>API Reference</h1>
+			<ul>
+				<li><a href="http://docs.phonegap.com/phonegap_accelerometer_accelerometer.md.html#Accelerometer">Accelerometer</a</li>
+				<li><a href="http://docs.phonegap.com/phonegap_camera_camera.md.html#Camera">Camera</a></li>
+				<li><a href="http://docs.phonegap.com/phonegap_media_capture_capture.md.html#Capture">Capture</a></li>
+				<li><a href="http://docs.phonegap.com/phonegap_compass_compass.md.html#Compass">Compass</a></li>
+				<li><a href="http://docs.phonegap.com/phonegap_connection_connection.md.html#Connection">Connection</a></li>
+				<li><a href="http://docs.phonegap.com/phonegap_contacts_contacts.md.html#Contacts">Contacts</a></li>
+				<li><a href="http://docs.phonegap.com/phonegap_device_device.md.html#Device">Device</a></li>
+				<li><a href="http://docs.phonegap.com/phonegap_events_events.md.html#Events">Events</a></li>
+				<li><a href="http://docs.phonegap.com/phonegap_file_file.md.html#File">File</a></li>
+				<li><a href="http://docs.phonegap.com/phonegap_geolocation_geolocation.md.html#Geolocation">Geolocation</a></li>
+				<li><a href="http://docs.phonegap.com/phonegap_media_media.md.html#Media">Media</a></li>
+				<li><a href="http://docs.phonegap.com/phonegap_network_network.md.html#Network">Network</a></li>
+				<li><a href="http://docs.phonegap.com/phonegap_notification_notification.md.html#Notification">Notification</a></li>
+				<li><a href="http://docs.phonegap.com/phonegap_storage_storage.md.html#Storage">Storage</a></li>
+			</ul>
+			<h1></h1>
+			<ul>
+				<li><a href="http://docs.phonegap.com/_index.html">Keyword Index</a></li>
+			</ul>
+		</div>
+
+		<div id="scrollable">
+    		<div id="content">
+				<div id="home">
+				    <h1><a name="API%20Reference">API Reference</a></h1>
+				    <ul>
+				<li>
+				            <h2><a href="http://docs.phonegap.com/phonegap_accelerometer_accelerometer.md.html#Accelerometer">Accelerometer</a></h2>
+				            <span>Tap into the device's motion sensor.</span>
+				        </li>
+				        <li>
+				            <h2><a href="http://docs.phonegap.com/phonegap_camera_camera.md.html#Camera">Camera</a></h2>
+				            <span><a href="phonegap_media_capture_capture.md.html#Capture">Capture</a> a photo using the device's camera.</span>
+				        </li>
+				        <li>
+				            <h2><a href="http://docs.phonegap.com/phonegap_media_capture_capture.md.html#Capture">Capture</a></h2>
+				            <span><a href="phonegap_media_capture_capture.md.html#Capture">Capture</a> media files using device's media capture applications.</span>
+				        </li>
+				        <li>
+				            <h2><a href="http://docs.phonegap.com/phonegap_compass_compass.md.html#Compass">Compass</a></h2>
+				            <span>Obtain the direction that the device is pointing.</span>
+				        </li>
+				        <li>
+				            <h2><a href="http://docs.phonegap.com/phonegap_connection_connection.md.html#Connection">Connection</a></h2>
+				            <span>Quickly check the network state, and cellular network information.</span>
+				        </li>
+				        <li>
+				            <h2><a href="http://docs.phonegap.com/phonegap_contacts_contacts.md.html#Contacts">Contacts</a></h2>
+				            <span>Work with the devices contact database.</span>
+				        </li>
+				        <li>
+				            <h2><a href="http://docs.phonegap.com/phonegap_device_device.md.html#Device">Device</a></h2>
+				            <span>Gather device specific information.</span>
+				        </li>
+				        <li>
+				            <h2><a href="http://docs.phonegap.com/phonegap_events_events.md.html#Events">Events</a></h2>
+				            <span>Hook into native events through JavaScript.</span>
+				        </li>
+				        <li>
+				            <h2><a href="http://docs.phonegap.com/phonegap_file_file.md.html#File">File</a></h2>
+				            <span>Hook into native file system through JavaScript.</span>
+				        </li>
+				        <li>
+				            <h2><a href="http://docs.phonegap.com/phonegap_geolocation_geolocation.md.html#Geolocation">Geolocation</a></h2>
+				            <span>Make your application location aware.</span>
+				        </li>
+				        <li>
+				            <h2><a href="http://docs.phonegap.com/phonegap_media_media.md.html#Media">Media</a></h2>
+				            <span>Record and play back audio files.</span>
+				        </li>
+				        <li>
+				            <h2><a href="http://docs.phonegap.com/phonegap_network_network.md.html#Network">Network</a></h2>
+				            <span>Quickly check the network state.</span>
+				        </li>
+				        <li>
+				            <h2><a href="http://docs.phonegap.com/phonegap_notification_notification.md.html#Notification">Notification</a></h2>
+				            <span>Visual, audible, and tactile device notifications.</span>
+				        </li>
+				        <li>
+				            <h2><a href="http://docs.phonegap.com/phonegap_storage_storage.md.html#Storage">Storage</a></h2>
+				            <span>Hook into the devices native storage options.</span>
+				        </li>
+				    </ul>
+				<h1><a name="Guides">Guides</a></h1>
+				    <ul>
+				<li>
+				            <h2><a href="http://docs.phonegap.com/_index.html">Keyword Index</a></h2>
+				            <span>Full index of the PhoneGap Documentation.</span>
+				        </li>
+				    </ul>
+				</div>
+				    		</div>
+		</div>
+
+		<!-- KISSinsights -->
+		<script type="text/javascript">var _kiq = _kiq || [];</script>
+		<script type="text/javascript" src="//s3.amazonaws.com/ki.js/12652/2gs.js" async="true"></script>
+	</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/line.png
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/line.png b/CordovaMac/www/phonegap-docs/template/phonegap/line.png
new file mode 100644
index 0000000..7ee528f
Binary files /dev/null and b/CordovaMac/www/phonegap-docs/template/phonegap/line.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/mobile.css
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/mobile.css b/CordovaMac/www/phonegap-docs/template/phonegap/mobile.css
new file mode 100644
index 0000000..541cb1b
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/phonegap/mobile.css
@@ -0,0 +1,120 @@
+body {
+  margin:0px;
+  padding:0px;
+}
+
+#header {
+  position:static;
+}
+
+#header h1 {
+  margin:0px;
+  text-align:center;
+}
+
+#subheader {
+  position:static;
+  text-align:center;
+}
+
+#subheader h1 {
+  display:none;
+}
+
+#subheader small {
+  position:static;
+}
+
+#sidebar {
+  display:none;
+}
+
+#scrollable {
+  position:static;
+}
+
+#content {
+  margin:0px;
+  max-width:none;
+  padding:10px;
+  position:static;
+}
+
+#home,
+#index {
+  margin:0px 10px;
+}
+
+#home h1,
+#index h2 {
+  border:none;
+  color:#CCCCCC;
+  font-size:20px;
+  font-weight:bold;
+  margin:10px 0px;
+  padding:0px;
+  text-shadow:#FFFFFF 0px 1px 0px;
+}
+
+#home h2 a,
+#index ul li a {
+  text-shadow:#FFFFFF 0px 1px 1px;
+}
+
+#home ul,
+#index ul {
+  background-color:#F9F9F9;
+  border:1px solid #CCCED0;
+  -moz-border-radius:6px;
+  -webkit-border-radius:6px;
+  border-radius:6px;
+  display:block;
+  margin:0px 0px 20px 0px;
+  padding:0px;
+  float:none;
+}
+
+#home ul li,
+#index ul li {
+  border-bottom:1px solid #CCCED0;
+  display:block;
+  float:none;
+  height:100%;
+  margin:0px;
+  padding:0px;
+  width:100%;
+}
+
+#home ul li:last-child,
+#index ul li:last-child {
+  border-bottom:none;
+}
+
+#home li h2 {
+  margin:0px;
+  padding:0px;
+}
+
+#home li h2 a,
+#index li a {
+  background:url(arrow.png) no-repeat 100% 50%;
+  color:#66686A;
+  display:block;
+  font-size:16px;
+  font-weight:normal;
+  margin:0px;
+  padding:10px 20px;
+}
+
+#home li span {
+  display:none;
+}
+
+#index {
+	-webkit-column-width: auto;
+	-webkit-column-rule-width: auto;
+	-moz-column-width: auto;
+	-moz-column-rule-width: auto;
+	column-width: auto;
+	column-rule-width: auto;
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-apollo.js
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-apollo.js b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-apollo.js
new file mode 100755
index 0000000..bfc0014
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-apollo.js
@@ -0,0 +1,2 @@
+PR.registerLangHandler(PR.createSimpleLexer([["com",/^#[^\r\n]*/,null,"#"],["pln",/^[\t\n\r \xA0]+/,null,"\t\n\r \u00a0"],["str",/^\"(?:[^\"\\]|\\[\s\S])*(?:\"|$)/,null,'"']],[["kwd",/^(?:ADS|AD|AUG|BZF|BZMF|CAE|CAF|CA|CCS|COM|CS|DAS|DCA|DCOM|DCS|DDOUBL|DIM|DOUBLE|DTCB|DTCF|DV|DXCH|EDRUPT|EXTEND|INCR|INDEX|NDX|INHINT|LXCH|MASK|MSK|MP|MSU|NOOP|OVSK|QXCH|RAND|READ|RELINT|RESUME|RETURN|ROR|RXOR|SQUARE|SU|TCR|TCAA|OVSK|TCF|TC|TS|WAND|WOR|WRITE|XCH|XLQ|XXALQ|ZL|ZQ|ADD|ADZ|SUB|SUZ|MPY|MPR|MPZ|DVP|COM|ABS|CLA|CLZ|LDQ|STO|STQ|ALS|LLS|LRS|TRA|TSQ|TMI|TOV|AXT|TIX|DLY|INP|OUT)\s/,
+null],["typ",/^(?:-?GENADR|=MINUS|2BCADR|VN|BOF|MM|-?2CADR|-?[1-6]DNADR|ADRES|BBCON|[SE]?BANK\=?|BLOCK|BNKSUM|E?CADR|COUNT\*?|2?DEC\*?|-?DNCHAN|-?DNPTR|EQUALS|ERASE|MEMORY|2?OCT|REMADR|SETLOC|SUBRO|ORG|BSS|BES|SYN|EQU|DEFINE|END)\s/,null],["lit",/^\'(?:-*(?:\w|\\[\x21-\x7e])(?:[\w-]*|\\[\x21-\x7e])[=!?]?)?/],["pln",/^-*(?:[!-z_]|\\[\x21-\x7e])(?:[\w-]*|\\[\x21-\x7e])[=!?]?/i],["pun",/^[^\w\t\n\r \xA0()\"\\\';]+/]]),["apollo","agc","aea"])
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-css.js
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-css.js b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-css.js
new file mode 100755
index 0000000..61157f3
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-css.js
@@ -0,0 +1,2 @@
+PR.registerLangHandler(PR.createSimpleLexer([["pln",/^[ \t\r\n\f]+/,null," \t\r\n\u000c"]],[["str",/^\"(?:[^\n\r\f\\\"]|\\(?:\r\n?|\n|\f)|\\[\s\S])*\"/,null],["str",/^\'(?:[^\n\r\f\\\']|\\(?:\r\n?|\n|\f)|\\[\s\S])*\'/,null],["lang-css-str",/^url\(([^\)\"\']*)\)/i],["kwd",/^(?:url|rgb|\!important|@import|@page|@media|@charset|inherit)(?=[^\-\w]|$)/i,null],["lang-css-kw",/^(-?(?:[_a-z]|(?:\\[0-9a-f]+ ?))(?:[_a-z0-9\-]|\\(?:\\[0-9a-f]+ ?))*)\s*:/i],["com",/^\/\*[^*]*\*+(?:[^\/*][^*]*\*+)*\//],
+["com",/^(?:<!--|--\>)/],["lit",/^(?:\d+|\d*\.\d+)(?:%|[a-z]+)?/i],["lit",/^#(?:[0-9a-f]{3}){1,2}/i],["pln",/^-?(?:[_a-z]|(?:\\[\da-f]+ ?))(?:[_a-z\d\-]|\\(?:\\[\da-f]+ ?))*/i],["pun",/^[^\s\w\'\"]+/]]),["css"]);PR.registerLangHandler(PR.createSimpleLexer([],[["kwd",/^-?(?:[_a-z]|(?:\\[\da-f]+ ?))(?:[_a-z\d\-]|\\(?:\\[\da-f]+ ?))*/i]]),["css-kw"]);PR.registerLangHandler(PR.createSimpleLexer([],[["str",/^[^\)\"\']+/]]),["css-str"])
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-hs.js
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-hs.js b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-hs.js
new file mode 100755
index 0000000..00cea7c
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-hs.js
@@ -0,0 +1,2 @@
+PR.registerLangHandler(PR.createSimpleLexer([["pln",/^[\t\n\x0B\x0C\r ]+/,null,"\t\n\u000b\u000c\r "],["str",/^\"(?:[^\"\\\n\x0C\r]|\\[\s\S])*(?:\"|$)/,null,'"'],["str",/^\'(?:[^\'\\\n\x0C\r]|\\[^&])\'?/,null,"'"],["lit",/^(?:0o[0-7]+|0x[\da-f]+|\d+(?:\.\d+)?(?:e[+\-]?\d+)?)/i,null,"0123456789"]],[["com",/^(?:(?:--+(?:[^\r\n\x0C]*)?)|(?:\{-(?:[^-]|-+[^-\}])*-\}))/],["kwd",/^(?:case|class|data|default|deriving|do|else|if|import|in|infix|infixl|infixr|instance|let|module|newtype|of|then|type|where|_)(?=[^a-zA-Z0-9\']|$)/,
+null],["pln",/^(?:[A-Z][\w\']*\.)*[a-zA-Z][\w\']*/],["pun",/^[^\t\n\x0B\x0C\r a-zA-Z0-9\'\"]+/]]),["hs"])
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-lisp.js
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-lisp.js b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-lisp.js
new file mode 100755
index 0000000..fab992b
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-lisp.js
@@ -0,0 +1,2 @@
+PR.registerLangHandler(PR.createSimpleLexer([["opn",/^\(/,null,"("],["clo",/^\)/,null,")"],["com",/^;[^\r\n]*/,null,";"],["pln",/^[\t\n\r \xA0]+/,null,"\t\n\r \u00a0"],["str",/^\"(?:[^\"\\]|\\[\s\S])*(?:\"|$)/,null,'"']],[["kwd",/^(?:block|c[ad]+r|catch|con[ds]|def(?:ine|un)|do|eq|eql|equal|equalp|eval-when|flet|format|go|if|labels|lambda|let|load-time-value|locally|macrolet|multiple-value-call|nil|progn|progv|quote|require|return-from|setq|symbol-macrolet|t|tagbody|the|throw|unwind)\b/,
+null],["lit",/^[+\-]?(?:0x[0-9a-f]+|\d+\/\d+|(?:\.\d+|\d+(?:\.\d*)?)(?:[ed][+\-]?\d+)?)/i],["lit",/^\'(?:-*(?:\w|\\[\x21-\x7e])(?:[\w-]*|\\[\x21-\x7e])[=!?]?)?/],["pln",/^-*(?:[a-z_]|\\[\x21-\x7e])(?:[\w-]*|\\[\x21-\x7e])[=!?]?/i],["pun",/^[^\w\t\n\r \xA0()\"\\\';]+/]]),["cl","el","lisp","scm"])
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-lua.js
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-lua.js b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-lua.js
new file mode 100755
index 0000000..45d0ba2
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-lua.js
@@ -0,0 +1,2 @@
+PR.registerLangHandler(PR.createSimpleLexer([["pln",/^[\t\n\r \xA0]+/,null,"\t\n\r \u00a0"],["str",/^(?:\"(?:[^\"\\]|\\[\s\S])*(?:\"|$)|\'(?:[^\'\\]|\\[\s\S])*(?:\'|$))/,null,"\"'"]],[["com",/^--(?:\[(=*)\[[\s\S]*?(?:\]\1\]|$)|[^\r\n]*)/],["str",/^\[(=*)\[[\s\S]*?(?:\]\1\]|$)/],["kwd",/^(?:and|break|do|else|elseif|end|false|for|function|if|in|local|nil|not|or|repeat|return|then|true|until|while)\b/,null],["lit",/^[+-]?(?:0x[\da-f]+|(?:(?:\.\d+|\d+(?:\.\d*)?)(?:e[+\-]?\d+)?))/i],
+["pln",/^[a-z_]\w*/i],["pun",/^[^\w\t\n\r \xA0][^\w\t\n\r \xA0\"\'\-\+=]*/]]),["lua"])
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-ml.js
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-ml.js b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-ml.js
new file mode 100755
index 0000000..5879726
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-ml.js
@@ -0,0 +1,2 @@
+PR.registerLangHandler(PR.createSimpleLexer([["pln",/^[\t\n\r \xA0]+/,null,"\t\n\r \u00a0"],["com",/^#(?:if[\t\n\r \xA0]+(?:[a-z_$][\w\']*|``[^\r\n\t`]*(?:``|$))|else|endif|light)/i,null,"#"],["str",/^(?:\"(?:[^\"\\]|\\[\s\S])*(?:\"|$)|\'(?:[^\'\\]|\\[\s\S])*(?:\'|$))/,null,"\"'"]],[["com",/^(?:\/\/[^\r\n]*|\(\*[\s\S]*?\*\))/],["kwd",/^(?:abstract|and|as|assert|begin|class|default|delegate|do|done|downcast|downto|elif|else|end|exception|extern|false|finally|for|fun|function|if|in|inherit|inline|interface|internal|lazy|let|match|member|module|mutable|namespace|new|null|of|open|or|override|private|public|rec|return|static|struct|then|to|true|try|type|upcast|use|val|void|when|while|with|yield|asr|land|lor|lsl|lsr|lxor|mod|sig|atomic|break|checked|component|const|constraint|constructor|continue|eager|event|external|fixed|functor|global|include|method|mixin|object|parallel|process|protected|pure|sealed|trait|virtual|volatile)\b/],
+["lit",/^[+\-]?(?:0x[\da-f]+|(?:(?:\.\d+|\d+(?:\.\d*)?)(?:e[+\-]?\d+)?))/i],["pln",/^(?:[a-z_]\w*[!?#]?|``[^\r\n\t`]*(?:``|$))/i],["pun",/^[^\t\n\r \xA0\"\'\w]+/]]),["fs","ml"])
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-proto.js
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-proto.js b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-proto.js
new file mode 100755
index 0000000..f713420
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-proto.js
@@ -0,0 +1 @@
+PR.registerLangHandler(PR.sourceDecorator({keywords:"bool bytes default double enum extend extensions false fixed32 fixed64 float group import int32 int64 max message option optional package repeated required returns rpc service sfixed32 sfixed64 sint32 sint64 string syntax to true uint32 uint64",cStyleComments:true}),["proto"])
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-scala.js
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-scala.js b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-scala.js
new file mode 100755
index 0000000..00f4e0c
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-scala.js
@@ -0,0 +1,2 @@
+PR.registerLangHandler(PR.createSimpleLexer([["pln",/^[\t\n\r \xA0]+/,null,"\t\n\r \u00a0"],["str",/^(?:"(?:(?:""(?:""?(?!")|[^\\"]|\\.)*"{0,3})|(?:[^"\r\n\\]|\\.)*"?))/,null,'"'],["lit",/^`(?:[^\r\n\\`]|\\.)*`?/,null,"`"],["pun",/^[!#%&()*+,\-:;<=>?@\[\\\]^{|}~]+/,null,"!#%&()*+,-:;<=>?@[\\]^{|}~"]],[["str",/^'(?:[^\r\n\\']|\\(?:'|[^\r\n']+))'/],["lit",/^'[a-zA-Z_$][\w$]*(?!['$\w])/],["kwd",/^(?:abstract|case|catch|class|def|do|else|extends|final|finally|for|forSome|if|implicit|import|lazy|match|new|object|override|package|private|protected|requires|return|sealed|super|throw|trait|try|type|val|var|while|with|yield)\b/],
+["lit",/^(?:true|false|null|this)\b/],["lit",/^(?:(?:0(?:[0-7]+|X[0-9A-F]+))L?|(?:(?:0|[1-9][0-9]*)(?:(?:\.[0-9]+)?(?:E[+\-]?[0-9]+)?F?|L?))|\\.[0-9]+(?:E[+\-]?[0-9]+)?F?)/i],["typ",/^[$_]*[A-Z][_$A-Z0-9]*[a-z][\w$]*/],["pln",/^[$a-zA-Z_][\w$]*/],["com",/^\/(?:\/.*|\*(?:\/|\**[^*/])*(?:\*+\/?)?)/],["pun",/^(?:\.+|\/)/]]),["scala"])
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-sql.js
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-sql.js b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-sql.js
new file mode 100755
index 0000000..800b13e
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-sql.js
@@ -0,0 +1,2 @@
+PR.registerLangHandler(PR.createSimpleLexer([["pln",/^[\t\n\r \xA0]+/,null,"\t\n\r \u00a0"],["str",/^(?:"(?:[^\"\\]|\\.)*"|'(?:[^\'\\]|\\.)*')/,null,"\"'"]],[["com",/^(?:--[^\r\n]*|\/\*[\s\S]*?(?:\*\/|$))/],["kwd",/^(?:ADD|ALL|ALTER|AND|ANY|AS|ASC|AUTHORIZATION|BACKUP|BEGIN|BETWEEN|BREAK|BROWSE|BULK|BY|CASCADE|CASE|CHECK|CHECKPOINT|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMN|COMMIT|COMPUTE|CONSTRAINT|CONTAINS|CONTAINSTABLE|CONTINUE|CONVERT|CREATE|CROSS|CURRENT|CURRENT_DATE|CURRENT_TIME|CURRENT_TIMESTAMP|CURRENT_USER|CURSOR|DATABASE|DBCC|DEALLOCATE|DECLARE|DEFAULT|DELETE|DENY|DESC|DISK|DISTINCT|DISTRIBUTED|DOUBLE|DROP|DUMMY|DUMP|ELSE|END|ERRLVL|ESCAPE|EXCEPT|EXEC|EXECUTE|EXISTS|EXIT|FETCH|FILE|FILLFACTOR|FOR|FOREIGN|FREETEXT|FREETEXTTABLE|FROM|FULL|FUNCTION|GOTO|GRANT|GROUP|HAVING|HOLDLOCK|IDENTITY|IDENTITYCOL|IDENTITY_INSERT|IF|IN|INDEX|INNER|INSERT|INTERSECT|INTO|IS|JOIN|KEY|KILL|LEFT|LIKE|LINENO|LOAD|NATIONAL|NOCHECK|NONCLUSTERED|NOT|NULL|NULLIF|OF|OFF|OFFSETS|ON|OPEN|OPENDATASOURCE|O
 PENQUERY|OPENROWSET|OPENXML|OPTION|OR|ORDER|OUTER|OVER|PERCENT|PLAN|PRECISION|PRIMARY|PRINT|PROC|PROCEDURE|PUBLIC|RAISERROR|READ|READTEXT|RECONFIGURE|REFERENCES|REPLICATION|RESTORE|RESTRICT|RETURN|REVOKE|RIGHT|ROLLBACK|ROWCOUNT|ROWGUIDCOL|RULE|SAVE|SCHEMA|SELECT|SESSION_USER|SET|SETUSER|SHUTDOWN|SOME|STATISTICS|SYSTEM_USER|TABLE|TEXTSIZE|THEN|TO|TOP|TRAN|TRANSACTION|TRIGGER|TRUNCATE|TSEQUAL|UNION|UNIQUE|UPDATE|UPDATETEXT|USE|USER|VALUES|VARYING|VIEW|WAITFOR|WHEN|WHERE|WHILE|WITH|WRITETEXT)(?=[^\w-]|$)/i,
+null],["lit",/^[+-]?(?:0x[\da-f]+|(?:(?:\.\d+|\d+(?:\.\d*)?)(?:e[+\-]?\d+)?))/i],["pln",/^[a-z_][\w-]*/i],["pun",/^[^\w\t\n\r \xA0\"\'][^\w\t\n\r \xA0+\-\"\']*/]]),["sql"])
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-vb.js
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-vb.js b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-vb.js
new file mode 100755
index 0000000..c479c11
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-vb.js
@@ -0,0 +1,2 @@
+PR.registerLangHandler(PR.createSimpleLexer([["pln",/^[\t\n\r \xA0\u2028\u2029]+/,null,"\t\n\r \u00a0\u2028\u2029"],["str",/^(?:[\"\u201C\u201D](?:[^\"\u201C\u201D]|[\"\u201C\u201D]{2})(?:[\"\u201C\u201D]c|$)|[\"\u201C\u201D](?:[^\"\u201C\u201D]|[\"\u201C\u201D]{2})*(?:[\"\u201C\u201D]|$))/i,null,'"\u201c\u201d'],["com",/^[\'\u2018\u2019][^\r\n\u2028\u2029]*/,null,"'\u2018\u2019"]],[["kwd",/^(?:AddHandler|AddressOf|Alias|And|AndAlso|Ansi|As|Assembly|Auto|Boolean|ByRef|Byte|ByVal|Call|Case|Catch|CBool|CByte|CChar|CDate|CDbl|CDec|Char|CInt|Class|CLng|CObj|Const|CShort|CSng|CStr|CType|Date|Decimal|Declare|Default|Delegate|Dim|DirectCast|Do|Double|Each|Else|ElseIf|End|EndIf|Enum|Erase|Error|Event|Exit|Finally|For|Friend|Function|Get|GetType|GoSub|GoTo|Handles|If|Implements|Imports|In|Inherits|Integer|Interface|Is|Let|Lib|Like|Long|Loop|Me|Mod|Module|MustInherit|MustOverride|MyBase|MyClass|Namespace|New|Next|Not|NotInheritable|NotOverridable|Object|On|Option|Optional|Or|OrElse|Overloads|
 Overridable|Overrides|ParamArray|Preserve|Private|Property|Protected|Public|RaiseEvent|ReadOnly|ReDim|RemoveHandler|Resume|Return|Select|Set|Shadows|Shared|Short|Single|Static|Step|Stop|String|Structure|Sub|SyncLock|Then|Throw|To|Try|TypeOf|Unicode|Until|Variant|Wend|When|While|With|WithEvents|WriteOnly|Xor|EndIf|GoSub|Let|Variant|Wend)\b/i,
+null],["com",/^REM[^\r\n\u2028\u2029]*/i],["lit",/^(?:True\b|False\b|Nothing\b|\d+(?:E[+\-]?\d+[FRD]?|[FRDSIL])?|(?:&H[0-9A-F]+|&O[0-7]+)[SIL]?|\d*\.\d+(?:E[+\-]?\d+)?[FRD]?|#\s+(?:\d+[\-\/]\d+[\-\/]\d+(?:\s+\d+:\d+(?::\d+)?(\s*(?:AM|PM))?)?|\d+:\d+(?::\d+)?(\s*(?:AM|PM))?)\s+#)/i],["pln",/^(?:(?:[a-z]|_\w)\w*|\[(?:[a-z]|_\w)\w*\])/i],["pun",/^[^\w\t\n\r \"\'\[\]\xA0\u2018\u2019\u201C\u201D\u2028\u2029]+/],["pun",/^(?:\[|\])/]]),["vb","vbs"])
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-vhdl.js
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-vhdl.js b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-vhdl.js
new file mode 100755
index 0000000..dc81a3f
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-vhdl.js
@@ -0,0 +1,3 @@
+PR.registerLangHandler(PR.createSimpleLexer([["pln",/^[\t\n\r \xA0]+/,null,"\t\n\r \u00a0"]],[["str",/^(?:[BOX]?"(?:[^\"]|"")*"|'.')/i],["com",/^--[^\r\n]*/],["kwd",/^(?:abs|access|after|alias|all|and|architecture|array|assert|attribute|begin|block|body|buffer|bus|case|component|configuration|constant|disconnect|downto|else|elsif|end|entity|exit|file|for|function|generate|generic|group|guarded|if|impure|in|inertial|inout|is|label|library|linkage|literal|loop|map|mod|nand|new|next|nor|not|null|of|on|open|or|others|out|package|port|postponed|procedure|process|pure|range|record|register|reject|rem|report|return|rol|ror|select|severity|shared|signal|sla|sll|sra|srl|subtype|then|to|transport|type|unaffected|units|until|use|variable|wait|when|while|with|xnor|xor)(?=[^\w-]|$)/i,
+null],["typ",/^(?:bit|bit_vector|character|boolean|integer|real|time|string|severity_level|positive|natural|signed|unsigned|line|text|std_u?logic(?:_vector)?)(?=[^\w-]|$)/i,null],["typ",/^\'(?:ACTIVE|ASCENDING|BASE|DELAYED|DRIVING|DRIVING_VALUE|EVENT|HIGH|IMAGE|INSTANCE_NAME|LAST_ACTIVE|LAST_EVENT|LAST_VALUE|LEFT|LEFTOF|LENGTH|LOW|PATH_NAME|POS|PRED|QUIET|RANGE|REVERSE_RANGE|RIGHT|RIGHTOF|SIMPLE_NAME|STABLE|SUCC|TRANSACTION|VAL|VALUE)(?=[^\w-]|$)/i,null],["lit",/^\d+(?:_\d+)*(?:#[\w\\.]+#(?:[+\-]?\d+(?:_\d+)*)?|(?:\.\d+(?:_\d+)*)?(?:E[+\-]?\d+(?:_\d+)*)?)/i],
+["pln",/^(?:[a-z]\w*|\\[^\\]*\\)/i],["pun",/^[^\w\t\n\r \xA0\"\'][^\w\t\n\r \xA0\-\"\']*/]]),["vhdl","vhd"])
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-wiki.js
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-wiki.js b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-wiki.js
new file mode 100755
index 0000000..3b8fb50
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-wiki.js
@@ -0,0 +1,2 @@
+PR.registerLangHandler(PR.createSimpleLexer([["pln",/^[\t \xA0a-gi-z0-9]+/,null,"\t \u00a0abcdefgijklmnopqrstuvwxyz0123456789"],["pun",/^[=*~\^\[\]]+/,null,"=*~^[]"]],[["lang-wiki.meta",/(?:^^|\r\n?|\n)(#[a-z]+)\b/],["lit",/^(?:[A-Z][a-z][a-z0-9]+[A-Z][a-z][a-zA-Z0-9]+)\b/],["lang-",/^\{\{\{([\s\S]+?)\}\}\}/],["lang-",/^`([^\r\n`]+)`/],["str",/^https?:\/\/[^\/?#\s]*(?:\/[^?#\s]*)?(?:\?[^#\s]*)?(?:#\S*)?/i],["pln",/^(?:\r\n|[\s\S])[^#=*~^A-Zh\{`\[\r\n]*/]]),["wiki"]);
+PR.registerLangHandler(PR.createSimpleLexer([["kwd",/^#[a-z]+/i,null,"#"]],[]),["wiki.meta"])
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-yaml.js
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-yaml.js b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-yaml.js
new file mode 100755
index 0000000..f2f3607
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/lang-yaml.js
@@ -0,0 +1,2 @@
+PR.registerLangHandler(PR.createSimpleLexer([["pun",/^[:|>?]+/,null,":|>?"],["dec",/^%(?:YAML|TAG)[^#\r\n]+/,null,"%"],["typ",/^[&]\S+/,null,"&"],["typ",/^!\S*/,null,"!"],["str",/^"(?:[^\\"]|\\.)*(?:"|$)/,null,'"'],["str",/^'(?:[^']|'')*(?:'|$)/,null,"'"],["com",/^#[^\r\n]*/,null,"#"],["pln",/^\s+/,null," \t\r\n"]],[["dec",/^(?:---|\.\.\.)(?:[\r\n]|$)/],["pun",/^-/],["kwd",/^\w+:[ \r\n]/],["pln",/^\w+/]]),
+["yaml","yml"])
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/prettify/prettify.css
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/prettify/prettify.css b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/prettify.css
new file mode 100755
index 0000000..dfc4a36
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/prettify.css
@@ -0,0 +1,44 @@
+/* Pretty printing styles. Used with prettify.js. */
+
+.str { color: #85C5DC; }
+.kwd { color: #EDF0D1; }
+.com { color: #878989; }
+.typ { color: #F5896F; }
+.lit { color: #FFB17A; }
+.pun { color: #FFFFFF; }
+.pln { color: #FFFFFF; }
+.tag { color: #F5896F; }
+.atn { color: #F5896F; }
+.atv { color: #85C5DC; }
+.dec { color: #878989; }
+pre.prettyprint { background-color:#302F2D; }
+
+/* Specify class=linenums on a pre to get line numbering */
+ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
+li.L0,
+li.L1,
+li.L2,
+li.L3,
+li.L5,
+li.L6,
+li.L7,
+li.L8 { list-style-type: none }
+/* Alternate shading for lines */
+li.L1,
+li.L3,
+li.L5,
+li.L7,
+li.L9 { background: #eee }
+
+@media print {
+  .str { color: #060; }
+  .kwd { color: #006; font-weight: bold; }
+  .com { color: #600; font-style: italic; }
+  .typ { color: #404; font-weight: bold; }
+  .lit { color: #044; }
+  .pun { color: #440; }
+  .pln { color: #000; }
+  .tag { color: #006; font-weight: bold; }
+  .atn { color: #404; }
+  .atv { color: #060; }
+}

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMac/www/phonegap-docs/template/phonegap/prettify/prettify.js
----------------------------------------------------------------------
diff --git a/CordovaMac/www/phonegap-docs/template/phonegap/prettify/prettify.js b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/prettify.js
new file mode 100755
index 0000000..c9161da
--- /dev/null
+++ b/CordovaMac/www/phonegap-docs/template/phonegap/prettify/prettify.js
@@ -0,0 +1,33 @@
+window.PR_SHOULD_USE_CONTINUATION=true;window.PR_TAB_WIDTH=8;window.PR_normalizedHtml=window.PR=window.prettyPrintOne=window.prettyPrint=void 0;window._pr_isIE6=function(){var y=navigator&&navigator.userAgent&&navigator.userAgent.match(/\bMSIE ([678])\./);y=y?+y[1]:false;window._pr_isIE6=function(){return y};return y};
+(function(){function y(b){return b.replace(L,"&amp;").replace(M,"&lt;").replace(N,"&gt;")}function H(b,f,i){switch(b.nodeType){case 1:var o=b.tagName.toLowerCase();f.push("<",o);var l=b.attributes,n=l.length;if(n){if(i){for(var r=[],j=n;--j>=0;)r[j]=l[j];r.sort(function(q,m){return q.name<m.name?-1:q.name===m.name?0:1});l=r}for(j=0;j<n;++j){r=l[j];r.specified&&f.push(" ",r.name.toLowerCase(),'="',r.value.replace(L,"&amp;").replace(M,"&lt;").replace(N,"&gt;").replace(X,"&quot;"),'"')}}f.push(">");
+for(l=b.firstChild;l;l=l.nextSibling)H(l,f,i);if(b.firstChild||!/^(?:br|link|img)$/.test(o))f.push("</",o,">");break;case 3:case 4:f.push(y(b.nodeValue));break}}function O(b){function f(c){if(c.charAt(0)!=="\\")return c.charCodeAt(0);switch(c.charAt(1)){case "b":return 8;case "t":return 9;case "n":return 10;case "v":return 11;case "f":return 12;case "r":return 13;case "u":case "x":return parseInt(c.substring(2),16)||c.charCodeAt(1);case "0":case "1":case "2":case "3":case "4":case "5":case "6":case "7":return parseInt(c.substring(1),
+8);default:return c.charCodeAt(1)}}function i(c){if(c<32)return(c<16?"\\x0":"\\x")+c.toString(16);c=String.fromCharCode(c);if(c==="\\"||c==="-"||c==="["||c==="]")c="\\"+c;return c}function o(c){var d=c.substring(1,c.length-1).match(RegExp("\\\\u[0-9A-Fa-f]{4}|\\\\x[0-9A-Fa-f]{2}|\\\\[0-3][0-7]{0,2}|\\\\[0-7]{1,2}|\\\\[\\s\\S]|-|[^-\\\\]","g"));c=[];for(var a=[],k=d[0]==="^",e=k?1:0,h=d.length;e<h;++e){var g=d[e];switch(g){case "\\B":case "\\b":case "\\D":case "\\d":case "\\S":case "\\s":case "\\W":case "\\w":c.push(g);
+continue}g=f(g);var s;if(e+2<h&&"-"===d[e+1]){s=f(d[e+2]);e+=2}else s=g;a.push([g,s]);if(!(s<65||g>122)){s<65||g>90||a.push([Math.max(65,g)|32,Math.min(s,90)|32]);s<97||g>122||a.push([Math.max(97,g)&-33,Math.min(s,122)&-33])}}a.sort(function(v,w){return v[0]-w[0]||w[1]-v[1]});d=[];g=[NaN,NaN];for(e=0;e<a.length;++e){h=a[e];if(h[0]<=g[1]+1)g[1]=Math.max(g[1],h[1]);else d.push(g=h)}a=["["];k&&a.push("^");a.push.apply(a,c);for(e=0;e<d.length;++e){h=d[e];a.push(i(h[0]));if(h[1]>h[0]){h[1]+1>h[0]&&a.push("-");
+a.push(i(h[1]))}}a.push("]");return a.join("")}function l(c){for(var d=c.source.match(RegExp("(?:\\[(?:[^\\x5C\\x5D]|\\\\[\\s\\S])*\\]|\\\\u[A-Fa-f0-9]{4}|\\\\x[A-Fa-f0-9]{2}|\\\\[0-9]+|\\\\[^ux0-9]|\\(\\?[:!=]|[\\(\\)\\^]|[^\\x5B\\x5C\\(\\)\\^]+)","g")),a=d.length,k=[],e=0,h=0;e<a;++e){var g=d[e];if(g==="(")++h;else if("\\"===g.charAt(0))if((g=+g.substring(1))&&g<=h)k[g]=-1}for(e=1;e<k.length;++e)if(-1===k[e])k[e]=++n;for(h=e=0;e<a;++e){g=d[e];if(g==="("){++h;if(k[h]===undefined)d[e]="(?:"}else if("\\"===
+g.charAt(0))if((g=+g.substring(1))&&g<=h)d[e]="\\"+k[h]}for(h=e=0;e<a;++e)if("^"===d[e]&&"^"!==d[e+1])d[e]="";if(c.ignoreCase&&r)for(e=0;e<a;++e){g=d[e];c=g.charAt(0);if(g.length>=2&&c==="[")d[e]=o(g);else if(c!=="\\")d[e]=g.replace(/[a-zA-Z]/g,function(s){s=s.charCodeAt(0);return"["+String.fromCharCode(s&-33,s|32)+"]"})}return d.join("")}for(var n=0,r=false,j=false,q=0,m=b.length;q<m;++q){var t=b[q];if(t.ignoreCase)j=true;else if(/[a-z]/i.test(t.source.replace(/\\u[0-9a-f]{4}|\\x[0-9a-f]{2}|\\[^ux]/gi,
+""))){r=true;j=false;break}}var p=[];q=0;for(m=b.length;q<m;++q){t=b[q];if(t.global||t.multiline)throw Error(""+t);p.push("(?:"+l(t)+")")}return RegExp(p.join("|"),j?"gi":"g")}function Y(b){var f=0;return function(i){for(var o=null,l=0,n=0,r=i.length;n<r;++n)switch(i.charAt(n)){case "\t":o||(o=[]);o.push(i.substring(l,n));l=b-f%b;for(f+=l;l>=0;l-=16)o.push("                ".substring(0,l));l=n+1;break;case "\n":f=0;break;default:++f}if(!o)return i;o.push(i.substring(l));return o.join("")}}function I(b,
+f,i,o){if(f){b={source:f,c:b};i(b);o.push.apply(o,b.d)}}function B(b,f){var i={},o;(function(){for(var r=b.concat(f),j=[],q={},m=0,t=r.length;m<t;++m){var p=r[m],c=p[3];if(c)for(var d=c.length;--d>=0;)i[c.charAt(d)]=p;p=p[1];c=""+p;if(!q.hasOwnProperty(c)){j.push(p);q[c]=null}}j.push(/[\0-\uffff]/);o=O(j)})();var l=f.length;function n(r){for(var j=r.c,q=[j,z],m=0,t=r.source.match(o)||[],p={},c=0,d=t.length;c<d;++c){var a=t[c],k=p[a],e=void 0,h;if(typeof k==="string")h=false;else{var g=i[a.charAt(0)];
+if(g){e=a.match(g[1]);k=g[0]}else{for(h=0;h<l;++h){g=f[h];if(e=a.match(g[1])){k=g[0];break}}e||(k=z)}if((h=k.length>=5&&"lang-"===k.substring(0,5))&&!(e&&typeof e[1]==="string")){h=false;k=P}h||(p[a]=k)}g=m;m+=a.length;if(h){h=e[1];var s=a.indexOf(h),v=s+h.length;if(e[2]){v=a.length-e[2].length;s=v-h.length}k=k.substring(5);I(j+g,a.substring(0,s),n,q);I(j+g+s,h,Q(k,h),q);I(j+g+v,a.substring(v),n,q)}else q.push(j+g,k)}r.d=q}return n}function x(b){var f=[],i=[];if(b.tripleQuotedStrings)f.push([A,/^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,
+null,"'\""]);else b.multiLineStrings?f.push([A,/^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,null,"'\"`"]):f.push([A,/^(?:\'(?:[^\\\'\r\n]|\\.)*(?:\'|$)|\"(?:[^\\\"\r\n]|\\.)*(?:\"|$))/,null,"\"'"]);b.verbatimStrings&&i.push([A,/^@\"(?:[^\"]|\"\")*(?:\"|$)/,null]);if(b.hashComments)if(b.cStyleComments){f.push([C,/^#(?:(?:define|elif|else|endif|error|ifdef|include|ifndef|line|pragma|undef|warning)\b|[^\r\n]*)/,null,"#"]);i.push([A,/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h|[a-z]\w*)>/,
+null])}else f.push([C,/^#[^\r\n]*/,null,"#"]);if(b.cStyleComments){i.push([C,/^\/\/[^\r\n]*/,null]);i.push([C,/^\/\*[\s\S]*?(?:\*\/|$)/,null])}b.regexLiterals&&i.push(["lang-regex",RegExp("^"+Z+"(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)")]);b=b.keywords.replace(/^\s+|\s+$/g,"");b.length&&i.push([R,RegExp("^(?:"+b.replace(/\s+/g,"|")+")\\b"),null]);f.push([z,/^\s+/,null," \r\n\t\u00a0"]);i.push([J,/^@[a-z_$][a-z_$@0-9]*/i,null],[S,/^@?[A-Z]+[a-z][A-Za-z_$@0-9]*/,
+null],[z,/^[a-z_$][a-z_$@0-9]*/i,null],[J,/^(?:0x[a-f0-9]+|(?:\d(?:_\d+)*\d*(?:\.\d*)?|\.\d\+)(?:e[+\-]?\d+)?)[a-z]*/i,null,"0123456789"],[E,/^.[^\s\w\.$@\'\"\`\/\#]*/,null]);return B(f,i)}function $(b){function f(D){if(D>r){if(j&&j!==q){n.push("</span>");j=null}if(!j&&q){j=q;n.push('<span class="',j,'">')}var T=y(p(i.substring(r,D))).replace(e?d:c,"$1&#160;");e=k.test(T);n.push(T.replace(a,s));r=D}}var i=b.source,o=b.g,l=b.d,n=[],r=0,j=null,q=null,m=0,t=0,p=Y(window.PR_TAB_WIDTH),c=/([\r\n ]) /g,
+d=/(^| ) /gm,a=/\r\n?|\n/g,k=/[ \r\n]$/,e=true,h=window._pr_isIE6();h=h?b.b.tagName==="PRE"?h===6?"&#160;\r\n":h===7?"&#160;<br>\r":"&#160;\r":"&#160;<br />":"<br />";var g=b.b.className.match(/\blinenums\b(?::(\d+))?/),s;if(g){for(var v=[],w=0;w<10;++w)v[w]=h+'</li><li class="L'+w+'">';var F=g[1]&&g[1].length?g[1]-1:0;n.push('<ol class="linenums"><li class="L',F%10,'"');F&&n.push(' value="',F+1,'"');n.push(">");s=function(){var D=v[++F%10];return j?"</span>"+D+'<span class="'+j+'">':D}}else s=h;
+for(;;)if(m<o.length?t<l.length?o[m]<=l[t]:true:false){f(o[m]);if(j){n.push("</span>");j=null}n.push(o[m+1]);m+=2}else if(t<l.length){f(l[t]);q=l[t+1];t+=2}else break;f(i.length);j&&n.push("</span>");g&&n.push("</li></ol>");b.a=n.join("")}function u(b,f){for(var i=f.length;--i>=0;){var o=f[i];if(G.hasOwnProperty(o))"console"in window&&console.warn("cannot override language handler %s",o);else G[o]=b}}function Q(b,f){b&&G.hasOwnProperty(b)||(b=/^\s*</.test(f)?"default-markup":"default-code");return G[b]}
+function U(b){var f=b.f,i=b.e;b.a=f;try{var o,l=f.match(aa);f=[];var n=0,r=[];if(l)for(var j=0,q=l.length;j<q;++j){var m=l[j];if(m.length>1&&m.charAt(0)==="<"){if(!ba.test(m))if(ca.test(m)){f.push(m.substring(9,m.length-3));n+=m.length-12}else if(da.test(m)){f.push("\n");++n}else if(m.indexOf(V)>=0&&m.replace(/\s(\w+)\s*=\s*(?:\"([^\"]*)\"|'([^\']*)'|(\S+))/g,' $1="$2$3$4"').match(/[cC][lL][aA][sS][sS]=\"[^\"]*\bnocode\b/)){var t=m.match(W)[2],p=1,c;c=j+1;a:for(;c<q;++c){var d=l[c].match(W);if(d&&
+d[2]===t)if(d[1]==="/"){if(--p===0)break a}else++p}if(c<q){r.push(n,l.slice(j,c+1).join(""));j=c}else r.push(n,m)}else r.push(n,m)}else{var a;p=m;var k=p.indexOf("&");if(k<0)a=p;else{for(--k;(k=p.indexOf("&#",k+1))>=0;){var e=p.indexOf(";",k);if(e>=0){var h=p.substring(k+3,e),g=10;if(h&&h.charAt(0)==="x"){h=h.substring(1);g=16}var s=parseInt(h,g);isNaN(s)||(p=p.substring(0,k)+String.fromCharCode(s)+p.substring(e+1))}}a=p.replace(ea,"<").replace(fa,">").replace(ga,"'").replace(ha,'"').replace(ia," ").replace(ja,
+"&")}f.push(a);n+=a.length}}o={source:f.join(""),h:r};var v=o.source;b.source=v;b.c=0;b.g=o.h;Q(i,v)(b);$(b)}catch(w){if("console"in window)console.log(w&&w.stack?w.stack:w)}}var A="str",R="kwd",C="com",S="typ",J="lit",E="pun",z="pln",P="src",V="nocode",Z=function(){for(var b=["!","!=","!==","#","%","%=","&","&&","&&=","&=","(","*","*=","+=",",","-=","->","/","/=",":","::",";","<","<<","<<=","<=","=","==","===",">",">=",">>",">>=",">>>",">>>=","?","@","[","^","^=","^^","^^=","{","|","|=","||","||=",
+"~","break","case","continue","delete","do","else","finally","instanceof","return","throw","try","typeof"],f="(?:^^|[+-]",i=0;i<b.length;++i)f+="|"+b[i].replace(/([^=<>:&a-z])/g,"\\$1");f+=")\\s*";return f}(),L=/&/g,M=/</g,N=/>/g,X=/\"/g,ea=/&lt;/g,fa=/&gt;/g,ga=/&apos;/g,ha=/&quot;/g,ja=/&amp;/g,ia=/&nbsp;/g,ka=/[\r\n]/g,K=null,aa=RegExp("[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z](?:[^>\"']|'[^']*'|\"[^\"]*\")*>|<","g"),ba=/^<\!--/,ca=/^<!\[CDATA\[/,da=/^<br\b/i,W=/^<(\/?)([a-zA-Z][a-zA-Z0-9]*)/,
+la=x({keywords:"break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try typeof alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try typeof abstract boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws tr
 ansient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try typeof debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True No
 ne break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
+hashComments:true,cStyleComments:true,multiLineStrings:true,regexLiterals:true}),G={};u(la,["default-code"]);u(B([],[[z,/^[^<?]+/],["dec",/^<!\w[^>]*(?:>|$)/],[C,/^<\!--[\s\S]*?(?:-\->|$)/],["lang-",/^<\?([\s\S]+?)(?:\?>|$)/],["lang-",/^<%([\s\S]+?)(?:%>|$)/],[E,/^(?:<[%?]|[%?]>)/],["lang-",/^<xmp\b[^>]*>([\s\S]+?)<\/xmp\b[^>]*>/i],["lang-js",/^<script\b[^>]*>([\s\S]*?)(<\/script\b[^>]*>)/i],["lang-css",/^<style\b[^>]*>([\s\S]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]),["default-markup",
+"htm","html","mxml","xhtml","xml","xsl"]);u(B([[z,/^[\s]+/,null," \t\r\n"],["atv",/^(?:\"[^\"]*\"?|\'[^\']*\'?)/,null,"\"'"]],[["tag",/^^<\/?[a-z](?:[\w.:-]*\w)?|\/?>$/i],["atn",/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^>\'\"\s]*(?:[^>\'\"\s\/]|\/(?=\s)))/],[E,/^[=<>\/]+/],["lang-js",/^on\w+\s*=\s*\"([^\"]+)\"/i],["lang-js",/^on\w+\s*=\s*\'([^\']+)\'/i],["lang-js",/^on\w+\s*=\s*([^\"\'>\s]+)/i],["lang-css",/^style\s*=\s*\"([^\"]+)\"/i],["lang-css",/^style\s*=\s*\'([^\']+)\'/i],
+["lang-css",/^style\s*=\s*([^\"\'>\s]+)/i]]),["in.tag"]);u(B([],[["atv",/^[\s\S]+/]]),["uq.val"]);u(x({keywords:"break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try typeof alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename using virtual wchar_t where ",
+hashComments:true,cStyleComments:true}),["c","cc","cpp","cxx","cyc","m"]);u(x({keywords:"null true false"}),["json"]);u(x({keywords:"break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try typeof abstract boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
+hashComments:true,cStyleComments:true,verbatimStrings:true}),["cs"]);u(x({keywords:"break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try typeof abstract boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient ",
+cStyleComments:true}),["java"]);u(x({keywords:"break continue do else for if return while case done elif esac eval fi function in local set then until ",hashComments:true,multiLineStrings:true}),["bsh","csh","sh"]);u(x({keywords:"break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None ",hashComments:true,multiLineStrings:true,tripleQuotedStrings:true}),["cv","py"]);
+u(x({keywords:"caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END ",hashComments:true,multiLineStrings:true,regexLiterals:true}),["perl","pl","pm"]);u(x({keywords:"break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END ",hashComments:true,
+multiLineStrings:true,regexLiterals:true}),["rb"]);u(x({keywords:"break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try typeof debugger eval export function get null set undefined var with Infinity NaN ",cStyleComments:true,regexLiterals:true}),["js"]);u(B([],[[A,/^[\s\S]+/]]),
+["regex"]);window.PR_normalizedHtml=H;window.prettyPrintOne=function(b,f){var i={f:b,e:f};U(i);return i.a};window.prettyPrint=function(b){function f(){for(var t=window.PR_SHOULD_USE_CONTINUATION?j.now()+250:Infinity;q<o.length&&j.now()<t;q++){var p=o[q];if(p.className&&p.className.indexOf("prettyprint")>=0){var c=p.className.match(/\blang-(\w+)\b/);if(c)c=c[1];for(var d=false,a=p.parentNode;a;a=a.parentNode)if((a.tagName==="pre"||a.tagName==="code"||a.tagName==="xmp")&&a.className&&a.className.indexOf("prettyprint")>=
+0){d=true;break}if(!d){a=p;if(null===K){d=document.createElement("PRE");d.appendChild(document.createTextNode('<!DOCTYPE foo PUBLIC "foo bar">\n<foo />'));K=!/</.test(d.innerHTML)}if(K){d=a.innerHTML;if("XMP"===a.tagName)d=y(d);else{a=a;if("PRE"===a.tagName)a=true;else if(ka.test(d)){var k="";if(a.currentStyle)k=a.currentStyle.whiteSpace;else if(window.getComputedStyle)k=window.getComputedStyle(a,null).whiteSpace;a=!k||k==="pre"}else a=true;a||(d=d.replace(/(<br\s*\/?>)[\r\n]+/g,"$1").replace(/(?:[\r\n]+[ \t]*)+/g,
+" "))}d=d}else{d=[];for(a=a.firstChild;a;a=a.nextSibling)H(a,d);d=d.join("")}d=d.replace(/(?:\r\n?|\n)$/,"");m={f:d,e:c,b:p};U(m);if(p=m.a){c=m.b;if("XMP"===c.tagName){d=document.createElement("PRE");for(a=0;a<c.attributes.length;++a){k=c.attributes[a];if(k.specified)if(k.name.toLowerCase()==="class")d.className=k.value;else d.setAttribute(k.name,k.value)}d.innerHTML=p;c.parentNode.replaceChild(d,c)}else c.innerHTML=p}}}}if(q<o.length)setTimeout(f,250);else b&&b()}for(var i=[document.getElementsByTagName("pre"),
+document.getElementsByTagName("code"),document.getElementsByTagName("xmp")],o=[],l=0;l<i.length;++l)for(var n=0,r=i[l].length;n<r;++n)o.push(i[l][n]);i=null;var j=Date;j.now||(j={now:function(){return(new Date).getTime()}});var q=0,m;f()};window.PR={combinePrefixPatterns:O,createSimpleLexer:B,registerLangHandler:u,sourceDecorator:x,PR_ATTRIB_NAME:"atn",PR_ATTRIB_VALUE:"atv",PR_COMMENT:C,PR_DECLARATION:"dec",PR_KEYWORD:R,PR_LITERAL:J,PR_NOCODE:V,PR_PLAIN:z,PR_PUNCTUATION:E,PR_SOURCE:P,PR_STRING:A,
+PR_TAG:"tag",PR_TYPE:S}})()
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/CordovaMacScreenShot.png
----------------------------------------------------------------------
diff --git a/CordovaMacScreenShot.png b/CordovaMacScreenShot.png
new file mode 100644
index 0000000..4488cac
Binary files /dev/null and b/CordovaMacScreenShot.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/Default-Landscape.png
----------------------------------------------------------------------
diff --git a/Default-Landscape.png b/Default-Landscape.png
deleted file mode 100644
index 0a41d1c..0000000
Binary files a/Default-Landscape.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-mac/blob/38ee66c7/English.lproj/InfoPlist.strings
----------------------------------------------------------------------
diff --git a/English.lproj/InfoPlist.strings b/English.lproj/InfoPlist.strings
deleted file mode 100644
index 477b28f..0000000
--- a/English.lproj/InfoPlist.strings
+++ /dev/null
@@ -1,2 +0,0 @@
-/* Localized versions of Info.plist keys */
-