You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2012/04/10 21:15:20 UTC

[27/50] git commit: added releae readme

added releae readme


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/commit/b737381d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/tree/b737381d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/diff/b737381d

Branch: refs/heads/master
Commit: b737381d08448ac4728ba48c2e273ec9473a28ea
Parents: d32e184
Author: Steven Gill <st...@gmail.com>
Authored: Mon Feb 6 13:50:37 2012 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Feb 6 13:50:37 2012 -0800

----------------------------------------------------------------------
 coho              |    4 +++-
 lib/.DS_Store     |  Bin 0 -> 6148 bytes
 lib/README.md     |   44 ++++++++++++++++++++++++++++++++++++++++++++
 test/tests.coffee |    2 +-
 4 files changed, 48 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/blob/b737381d/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index 0369f6b..22913ea 100755
--- a/coho
+++ b/coho
@@ -97,7 +97,7 @@ queueCommand("cd " + tempRepoDir + "/"+badadir+" && cp -r ./* " + badaReleaseLib
 
 //docs
 queueCommand("cd " + tempRepoDir + " && git clone "+docs+" && cd "+docsdir+" && git fetch --tags && git checkout "+VERSION);
-queueCommand("cd " + tempRepoDir + "/"+docsdir+" && ./bin/phonegap-docs && cp -r public " + releaseDocDir);
+queueCommand("cd " + tempRepoDir + "/"+docsdir+" && ./bin/phonegap-docs && cp -r public/en/"+VERSION+" " + releaseDocDir);
 
 //symbian
 fs.writeFile('depreciate.txt', 'PhoneGap-Symbian is being depreciated. You can find the last available code at https://github.com/callback/callback-symbian.', function (err) {
@@ -105,6 +105,8 @@ fs.writeFile('depreciate.txt', 'PhoneGap-Symbian is being depreciated. You can f
 });
 queueCommand("mv depreciate.txt temp/release/lib/symbian/depreciate.txt")
 
+//readme
+queueCommand("cp lib/README.md temp/release/readme.md")
 
 if (oldVer != undefined){
 	queueCommand("cd temp/release/ && touch changelog && echo 'ChangeLog' > changelog")

http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/blob/b737381d/lib/.DS_Store
----------------------------------------------------------------------
diff --git a/lib/.DS_Store b/lib/.DS_Store
new file mode 100644
index 0000000..536c6d0
Binary files /dev/null and b/lib/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/blob/b737381d/lib/README.md
----------------------------------------------------------------------
diff --git a/lib/README.md b/lib/README.md
new file mode 100644
index 0000000..2e2f092
--- /dev/null
+++ b/lib/README.md
@@ -0,0 +1,44 @@
+PhoneGap
+========
+
+PhoneGap is a web platform that exposes native mobile device apis and data to JavaScript.
+
+### PhoneGap has been accepted into the Apache Software Foundation for incubation as Apache Cordova, where it will remain free and open source. This will ensure open, independent stewardship of the project over the long term.
+
+---
+
+More information on Apache Incubator Callback Project and the incubation process can be found here:
+[http://incubator.apache.org/projects/callback.html](http://incubator.apache.org/projects/callback.html)
+
+Get started
+-----------
+
+[phonegap.com/start](http://phonegap.com/start)
+
+Community
+---------
+
+- [Website](http://phonegap.com)
+- [Twitter](http://twitter.com/phonegap)
+- [Facebook](http://facebook.com/phonegap)
+- [Wiki](http://wiki.phonegap.com/)
+- [Mailing List](http://groups.google.com/group/phonegap)
+- [Issue Tracker](https://issues.apache.org/jira/browse/CB)
+- [IRC](http://webchat.freenode.net/?channels=#phonegap)
+
+Directory Structure
+-------------------
+
+	  |-doc/ ........... source documentation
+	  |-lib/ ........... platform code for supported operating systems
+	  | |-android/
+	  | |-bada/
+	  | |-blackberry/
+	  | |-ios/
+	  | |-symbian/
+	  | |-webos/
+	  | '-windows/
+	  |-changelog ..... a changelog compiled from comments and authors
+	  |-license ....... the Apache Software License v2
+	  |-version ....... release version in plain text
+	  '-readme.md ..... release readme
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/blob/b737381d/test/tests.coffee
----------------------------------------------------------------------
diff --git a/test/tests.coffee b/test/tests.coffee
index 06cc8ba..0bf0d65 100644
--- a/test/tests.coffee
+++ b/test/tests.coffee
@@ -1,4 +1,4 @@
-VERSION = '1.4.0'
+VERSION = '1.4.1'
 oldVersion = '1.3.0'
 
 exports['sanity test'] = (test)->