diff --git a/README.md b/README.md index 00a53f1..0106f6a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ -# Localization -中文: -http://www.cnblogs.com/unruledboy/p/WebFrontEndStack.html - +# Updates +On the 1st of each month I will try to update the stats as well as the stack. # WebFrontEndStack Web front-end stack: browsers, platforms, libraries, frameworks, tools etc. @@ -61,12 +59,23 @@ https://rawgit.com/unruledboy/WebFrontEndStack/master/ux/WebFrontEndStack.htm - Web Front End - Browser - - Internet Explorer + - Microsoft Internet Explorer + - Microsoft Internet Explorer 11.0 - 26.90% + - Microsoft Internet Explorer 10.0 - 5.14% + - Microsoft Internet Explorer 9.0 - 7.29% + - Microsoft Internet Explorer 8.0 - 13.14% - Chrome + - Chrome 44.0 - Market Share 3.3% + - Chrome 43.0 - Market Share 14.53% - Firefox + - Firefox 39 - Market Share 6.62% - Safari + - Safari 8 - Market Share 2.99% - Opera + - Opera 30 - Market Share 0.86% - Edge + - Microsoft Edge 12 - Market Share 0.14% + - Yandex - Netscape ;-) - Protocol - HTTP/1.1 @@ -157,6 +166,7 @@ https://rawgit.com/unruledboy/WebFrontEndStack/master/ux/WebFrontEndStack.htm - Brunch - Yeoman - Broccoli + - Cake - Debug - Developer Tools - Firebug @@ -194,6 +204,7 @@ https://rawgit.com/unruledboy/WebFrontEndStack/master/ux/WebFrontEndStack.htm - CommonJS - webpack - browserify + - JSPM - AMD - RequireJS - JavaScript framework diff --git a/Web Front End Stack.png b/Web Front End Stack.png index f6ab5cf..835ee5b 100644 Binary files a/Web Front End Stack.png and b/Web Front End Stack.png differ diff --git a/ux/WebFrontEndStack.json b/ux/WebFrontEndStack.json index 6b4d425..e2455e9 100644 --- a/ux/WebFrontEndStack.json +++ b/ux/WebFrontEndStack.json @@ -3,17 +3,45 @@ "children": [{ "name": "Browser", "children": [{ - "name": "Internet Explorer" + "name": "Microsoft Internet Explorer", + "children": [{ + "name": "Microsoft Internet Explorer 11.0 - 26.90%" + }, { + "name": "Microsoft Internet Explorer 10.0 - 5.14%" + }, { + "name": "Microsoft Internet Explorer 9.0 - 7.29%" + }, { + "name": "Microsoft Internet Explorer 8.0 - 13.14%" + }] }, { - "name": "Chrome" + "name": "Chrome", + "children": [{ + "name": "Chrome 44.0 - Market Share 3.3%" + }, { + "name": "Chrome 43.0 - Market Share 14.53%" + }] }, { - "name": "Firefox" + "name": "Firefox", + "children": [{ + "name": "Firefox 39 - Market Share 6.62%" + }] }, { - "name": "Safari" + "name": "Safari", + "children": [{ + "name": "Safari 8 - Market Share 2.99%" + }] }, { - "name": "Opera" + "name": "Opera", + "children": [{ + "name": "Opera 30 - Market Share 0.86%" + }] }, { - "name": "Edge" + "name": "Edge", + "children": [{ + "name": "Microsoft Edge 12 - Market Share 0.14%" + }] + }, { + "name": "Yandex" }, { "name": "Netscape ;-)" }] @@ -212,6 +240,8 @@ "name": "Yeoman" }, { "name": "Broccoli" + }, { + "name": "Cake" }] }, { "name": "Debug", @@ -293,6 +323,8 @@ "name": "webpack" }, { "name": "browserify" + }, { + "name": "JSPM" }] }, { "name": "AMD",