You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by he...@apache.org on 2012/06/18 20:49:05 UTC

[5/11] docs commit: CB-732 migration docs 1.4.1 to 1.5.0

CB-732 migration docs 1.4.1 to 1.5.0


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/3422add6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/3422add6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/3422add6

Branch: refs/heads/master
Commit: 3422add603c21ff6de5dbd5107dd5331ac31f783
Parents: 2246e9c
Author: hermwong <he...@gmail.com>
Authored: Mon Jun 18 11:40:14 2012 -0700
Committer: hermwong <he...@gmail.com>
Committed: Mon Jun 18 11:40:14 2012 -0700

----------------------------------------------------------------------
 docs/en/1.5.0/guide/upgrading/webos/index.md    |   37 ++++++++++++++++++
 docs/en/1.5.0rc1/guide/upgrading/webos/index.md |   37 ++++++++++++++++++
 2 files changed, 74 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/3422add6/docs/en/1.5.0/guide/upgrading/webos/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.5.0/guide/upgrading/webos/index.md b/docs/en/1.5.0/guide/upgrading/webos/index.md
new file mode 100644
index 0000000..6a4462d
--- /dev/null
+++ b/docs/en/1.5.0/guide/upgrading/webos/index.md
@@ -0,0 +1,37 @@
+---
+license: 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.
+---
+
+Upgrading PhoneGap webOS
+=======================
+
+This document is for people who need to upgrade their Cordova versions from an older version to a current version of Cordova.
+
+## Upgrade to 1.5.0 from 1.4.1 ##
+
+1. remove phonegap-1.4.1.js from your project
+
+2. update the following line in your index.html:
+
+    change this:
+    <script type="text/javascript" src="phonegap-1.4.1.js"></script> 
+    
+    to:
+    <script type="text/javascript" src="phonegap-1.5.0.js"></script> 
+
+3. run the makefile to generate the newest version of the phonegap-1.5.0.js file
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/3422add6/docs/en/1.5.0rc1/guide/upgrading/webos/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.5.0rc1/guide/upgrading/webos/index.md b/docs/en/1.5.0rc1/guide/upgrading/webos/index.md
new file mode 100644
index 0000000..6a4462d
--- /dev/null
+++ b/docs/en/1.5.0rc1/guide/upgrading/webos/index.md
@@ -0,0 +1,37 @@
+---
+license: 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.
+---
+
+Upgrading PhoneGap webOS
+=======================
+
+This document is for people who need to upgrade their Cordova versions from an older version to a current version of Cordova.
+
+## Upgrade to 1.5.0 from 1.4.1 ##
+
+1. remove phonegap-1.4.1.js from your project
+
+2. update the following line in your index.html:
+
+    change this:
+    <script type="text/javascript" src="phonegap-1.4.1.js"></script> 
+    
+    to:
+    <script type="text/javascript" src="phonegap-1.5.0.js"></script> 
+
+3. run the makefile to generate the newest version of the phonegap-1.5.0.js file
\ No newline at end of file