Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: src/site/articles/web-ui/tools.markdown

Issue 23619013: start talking about polymer.dart (Closed) Base URL: git@github.com:dart-lang/dartlang.org.git@master
Patch Set: remove the colors, reword the intro Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/site/articles/web-ui/summary.markdown ('k') | src/site/css/fonts/FontAwesome.otf » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 --- 1 ---
2 layout: default 2 layout: default
3 title: Tools for Web UI 3 title: Tools for Web UI
4 description: "Tools for creating a project with Web UI" 4 description: "Tools for creating a project with Web UI"
5 rel: 5 rel:
6 author: sigmund-cherem 6 author: sigmund-cherem
7 --- 7 ---
8 8
9 # {{ page.title}} 9 # {{ page.title}}
10 10
11 <aside class="alert alert-danger" markdown="1">
12 <strong>Web UI is now Polymer.dart.</strong>
13 Web UI has evolved to
14 [Polymer.dart](/polymer-dart/), which contains many fixes and improvements.
15 We encourage Web UI users to upgrade to Polymer.dart.
16 The information on this page apply only to Web UI, which is now deprecated.
17 </aside>
18
11 _Written by Sigmund Cherem<br /> 19 _Written by Sigmund Cherem<br />
12 October 2012 (Updated December 2012)_ 20 October 2012 (Updated December 2012)_
13 21
14 22
15 The Web UI package (Web UI for short) provides web components and templates to 23 The Web UI package (Web UI for short) provides web components and templates to
16 help you write web applications at scale. You can learn about this package in 24 help you write web applications at scale. You can learn about this package in
17 our [explainer article](/articles/web-ui/). This article describes tools that wi ll help 25 our [explainer article](/articles/web-ui/). This article describes tools that wi ll help
18 you create and deploy projects that use Web UI. 26 you create and deploy projects that use Web UI.
19 27
20 {% include toc.html %} 28 {% include toc.html %}
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 [Build.dart and the Dart Editor Build System](/tools/editor/build.html). 142 [Build.dart and the Dart Editor Build System](/tools/editor/build.html).
135 143
136 144
137 [dwc]: https://github.com/dart-lang/web-ui/ 145 [dwc]: https://github.com/dart-lang/web-ui/
138 [extension]: http://dart-lang.github.com/web-ui/extension/web_ui.crx 146 [extension]: http://dart-lang.github.com/web-ui/extension/web_ui.crx
139 [dartium]: /tools/dartium/ 147 [dartium]: /tools/dartium/
140 [editor]: /tools/editor/ 148 [editor]: /tools/editor/
141 [dart2js]: /docs/dart-up-and-running/contents/ch04-tools-dart2js.html 149 [dart2js]: /docs/dart-up-and-running/contents/ch04-tools-dart2js.html
142 [mb]: /support/faq.html#what-browsers-supported 150 [mb]: /support/faq.html#what-browsers-supported
143 [sd]: http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html 151 [sd]: http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html
OLDNEW
« no previous file with comments | « src/site/articles/web-ui/summary.markdown ('k') | src/site/css/fonts/FontAwesome.otf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698