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

[10/11] docs commit: CB-727 migration docs from 0.9.6 to 1.0.0

CB-727 migration docs from 0.9.6 to 1.0.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/e0c79043
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/e0c79043
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/e0c79043

Branch: refs/heads/master
Commit: e0c79043992dec9e78ad00888ba953bdf5f3830d
Parents: 90fa4ae
Author: hermwong <he...@gmail.com>
Authored: Mon Jun 18 11:32:38 2012 -0700
Committer: hermwong <he...@gmail.com>
Committed: Mon Jun 18 11:32:38 2012 -0700

----------------------------------------------------------------------
 docs/en/1.0.0/guide/upgrading/webos/index.md    |   37 ++++++++++++++++++
 docs/en/1.0.0rc1/guide/upgrading/webos/index.md |   37 ++++++++++++++++++
 docs/en/1.0.0rc2/guide/upgrading/webos/index.md |   37 ++++++++++++++++++
 docs/en/1.0.0rc3/guide/upgrading/webos/index.md |   37 ++++++++++++++++++
 4 files changed, 148 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e0c79043/docs/en/1.0.0/guide/upgrading/webos/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.0.0/guide/upgrading/webos/index.md b/docs/en/1.0.0/guide/upgrading/webos/index.md
new file mode 100644
index 0000000..73067e1
--- /dev/null
+++ b/docs/en/1.0.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.0.0 from 0.9.6 ##
+
+1. remove phonegap-0.9.6.js from your project
+
+2. update the following line in your index.html:
+
+    change this:
+    <script type="text/javascript" src="phonegap-0.9.6.js"></script> 
+    
+    to:
+    <script type="text/javascript" src="phonegap-1.0.0.js"></script> 
+
+3. run the makefile to generate the newest version of the phonegap-1.0.0.js file
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e0c79043/docs/en/1.0.0rc1/guide/upgrading/webos/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.0.0rc1/guide/upgrading/webos/index.md b/docs/en/1.0.0rc1/guide/upgrading/webos/index.md
new file mode 100644
index 0000000..73067e1
--- /dev/null
+++ b/docs/en/1.0.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.0.0 from 0.9.6 ##
+
+1. remove phonegap-0.9.6.js from your project
+
+2. update the following line in your index.html:
+
+    change this:
+    <script type="text/javascript" src="phonegap-0.9.6.js"></script> 
+    
+    to:
+    <script type="text/javascript" src="phonegap-1.0.0.js"></script> 
+
+3. run the makefile to generate the newest version of the phonegap-1.0.0.js file
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e0c79043/docs/en/1.0.0rc2/guide/upgrading/webos/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.0.0rc2/guide/upgrading/webos/index.md b/docs/en/1.0.0rc2/guide/upgrading/webos/index.md
new file mode 100644
index 0000000..73067e1
--- /dev/null
+++ b/docs/en/1.0.0rc2/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.0.0 from 0.9.6 ##
+
+1. remove phonegap-0.9.6.js from your project
+
+2. update the following line in your index.html:
+
+    change this:
+    <script type="text/javascript" src="phonegap-0.9.6.js"></script> 
+    
+    to:
+    <script type="text/javascript" src="phonegap-1.0.0.js"></script> 
+
+3. run the makefile to generate the newest version of the phonegap-1.0.0.js file
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e0c79043/docs/en/1.0.0rc3/guide/upgrading/webos/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.0.0rc3/guide/upgrading/webos/index.md b/docs/en/1.0.0rc3/guide/upgrading/webos/index.md
new file mode 100644
index 0000000..73067e1
--- /dev/null
+++ b/docs/en/1.0.0rc3/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.0.0 from 0.9.6 ##
+
+1. remove phonegap-0.9.6.js from your project
+
+2. update the following line in your index.html:
+
+    change this:
+    <script type="text/javascript" src="phonegap-0.9.6.js"></script> 
+    
+    to:
+    <script type="text/javascript" src="phonegap-1.0.0.js"></script> 
+
+3. run the makefile to generate the newest version of the phonegap-1.0.0.js file
\ No newline at end of file