Updated Branches: refs/heads/master 2b261f77d -> 31cb98aa2
CB-651 Update 'Cordova' references to 'Apache Cordova' Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/31cb98aa Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/31cb98aa Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/31cb98aa Branch: refs/heads/master Commit: 31cb98aa2d259702295f3c3f8c5176d4b74ed86f Parents: 2b261f7 Author: Michael Brooks <mich...@michaelbrooks.ca> Authored: Mon May 7 14:34:46 2012 -0700 Committer: Michael Brooks <mich...@michaelbrooks.ca> Committed: Mon May 7 14:35:05 2012 -0700 ---------------------------------------------------------------------- README.md | 12 ++++++------ template/docs/default/index.html | 4 ++-- template/docs/es/index.html | 4 ++-- template/docs/fr/index.html | 4 ++-- template/docs/jp/index.html | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/31cb98aa/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 3b2048c..30ead41 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -Cordova API Documentation -========================= +Apache Cordova API Documentation +================================ -The JavaScript API documentation for [Apache Cordova](http://incubator.apache.org/cordova/). +The JavaScript API documentation for [Apache Cordova](http://cordova.io/). The documentation is available on [PhoneGap API Documentation website](http://docs.phonegap.com/). Documentation Format -------------------- -All of the [Cordova](http://incubator.apache.org/cordova/) documentation is written with [markdown](http://daringfireball.net/projects/markdown/syntax), a lightweight markup language that can be typeset to HTML. Markdown provides a simple and flexible way to document Cordova's core API and platform-specific APIs. +All of the [Apache Cordova](http://cordova.io/) documentation is written with [markdown](http://daringfireball.net/projects/markdown/syntax), a lightweight markup language that can be typeset to HTML. Markdown provides a simple and flexible way to document Cordova's core API and platform-specific APIs. File Structure -------------- @@ -55,7 +55,7 @@ We appreciate the use of topic branches. ### Adding a Language -Do you want the Cordova documentation in another language? We do too! +Do you want the Apache Cordova documentation in another language? We do too! __1. Create the language directory__ @@ -85,7 +85,7 @@ Each language can override the default template in `template/docs/LANGUAGE`. Generating the Documentation ---------------------------- -Currently, Cordova-Docs uses a Ruby script and [joDoc](http://github.com/davebalmer/jodoc) to generate HTML documentation. +Currently, a Ruby script and [joDoc](http://github.com/davebalmer/jodoc) are used to generate the HTML documentation. ### Install joDoc ### http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/31cb98aa/template/docs/default/index.html ---------------------------------------------------------------------- diff --git a/template/docs/default/index.html b/template/docs/default/index.html index 3daeb48..d119c8e 100644 --- a/template/docs/default/index.html +++ b/template/docs/default/index.html @@ -24,7 +24,7 @@ <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> + <title>Apache Cordova API Documentation</title> <link rel="stylesheet" type="text/css" href="index.css"> <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)"> @@ -32,7 +32,7 @@ </head> <body> <div id="header"> - <h1><a href="index.html"><strong>Cordova</strong> Documentation</a></h1> + <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1> <small> <select></select> </small> http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/31cb98aa/template/docs/es/index.html ---------------------------------------------------------------------- diff --git a/template/docs/es/index.html b/template/docs/es/index.html index 4b88be7..54e21d8 100644 --- a/template/docs/es/index.html +++ b/template/docs/es/index.html @@ -24,7 +24,7 @@ <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width"> <meta name="generator" content="joDoc"> - <title>Documentacion API Cordova</title> + <title>Documentacion API Apache Cordova</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)"> @@ -32,7 +32,7 @@ </head> <body> <div id="header"> - <h1><a href="index.html">Documentación <strong>Cordova</strong></a></h1> + <h1><a href="index.html">Documentación Apache <strong>Cordova</strong></a></h1> <small> <select></select> </small> http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/31cb98aa/template/docs/fr/index.html ---------------------------------------------------------------------- diff --git a/template/docs/fr/index.html b/template/docs/fr/index.html index b3e4cd5..550230d 100644 --- a/template/docs/fr/index.html +++ b/template/docs/fr/index.html @@ -24,7 +24,7 @@ <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width"> <meta name="generator" content="joDoc"> - <title>Documentation API Cordova</title> + <title>Documentation API Apache Cordova</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)"> @@ -32,7 +32,7 @@ </head> <body> <div id="header"> - <h1><a href="index.html">Documentation <strong>Cordova</strong></a></h1> + <h1><a href="index.html">Documentation Apache <strong>Cordova</strong></a></h1> <small> <select></select> </small> http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/31cb98aa/template/docs/jp/index.html ---------------------------------------------------------------------- diff --git a/template/docs/jp/index.html b/template/docs/jp/index.html index 3daeb48..d119c8e 100644 --- a/template/docs/jp/index.html +++ b/template/docs/jp/index.html @@ -24,7 +24,7 @@ <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> + <title>Apache Cordova API Documentation</title> <link rel="stylesheet" type="text/css" href="index.css"> <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)"> @@ -32,7 +32,7 @@ </head> <body> <div id="header"> - <h1><a href="index.html"><strong>Cordova</strong> Documentation</a></h1> + <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1> <small> <select></select> </small>