You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/08/19 01:20:23 UTC

[5/6] git commit: updated repo README

updated repo README


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/97a07e24
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/97a07e24
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/97a07e24

Branch: refs/heads/master
Commit: 97a07e24d65f47c30558199787cda6c5ca0192f5
Parents: 10a9eea
Author: sgrebnov <v-...@microsoft.com>
Authored: Mon Aug 18 11:43:01 2014 +0400
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Aug 18 16:18:48 2014 -0700

----------------------------------------------------------------------
 README.md | 29 +++++++++++++----------------
 1 file changed, 13 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/97a07e24/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 50316be..f9817cf 100644
--- a/README.md
+++ b/README.md
@@ -19,35 +19,32 @@
 #
 -->
 
-Apache Cordova for Windows 8
+Apache Cordova for Windows
 ===
 
+Includes Windows universal app template to build [Apache Cordova](http://cordova.apache.org) applications that target Windows 8.0, Windows 8.1 and Windows Phone 8.1. An Apache Cordova based applications is, at the core, an application written with web technology: HTML, CSS and JavaScript.
 
-This repo includes code to build Apache Cordova applications that target Windows 8 SDK.
-
-An Apache Cordova based applications is, at the core, an application written with web technology: HTML, CSS and JavaScript.
-
-[Apache Cordova][] is a project at The Apache Software Foundation (ASF).
+[Apache Cordova](http://cordova.apache.org) is a project of [The Apache Software Foundation (ASF)](http://apache.org)
 
 Requires
 ---
 
-- [Windows 8 SDK][]
--- Windows 8 development requires Windows 8 Professional, and Visual Studio 2012 ( express works )
+**To build for all platforms** (Windows 8.0, Windows 8.1 and Windows Phone 8.1)
+
+  Windows 8.1 along with [Visual Studio 2013 Express](http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-8).
+
+**To build for Windows 8.0 only**
+
+   Windows 8.0 or 8.1 along with [Visual Studio 2012 Express](http://www.visualstudio.com/downloads).
 
 BUGS?
 -----
 
-- File them at the [Apache Cordova Issue Tracker][]
+- File them at the [Apache Cordova Issue Tracker](https://issues.apache.org/jira/browse/CB)
 
 
 Further Reading
 ---
 
-- [Apache Cordova Documentation][]
-- [Apache Cordova Wiki][]
-
-[Apache Cordova]: http://cordova.io "Apache Cordova"
-[Apache Cordova Issue Tracker]: https://issues.apache.org/jira/browse/CB "Apache Cordova Issue Tracker"
-[Apache Cordova Documentation]: http://cordova.io/docs "Apache Cordova Documentation"
-[Apache Cordova Wiki]: http://wiki.apache.org/cordova "Apache Cordova Wiki"
+- [Windows Platform Guide](http://cordova.apache.org/docs/en/edge/guide_platforms_win8_index.md.html#Windows%208%20Platform%20Guide)
+- [Apache Cordova Documentation](http://docs.cordova.io)
\ No newline at end of file