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

Side by Side Diff: src/site/articles/web-ui/index.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/_includes/header.html ('k') | src/site/articles/web-ui/spec.markdown » ('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: "Web UI Package" 3 title: "Web UI Package"
4 rel: 4 rel:
5 author: sigmund-cherem 5 author: sigmund-cherem
6 description: "Use web components and templates today with Dart. This brief 6 description: "Use web components and templates today with Dart. This brief
7 introduction shows you how to use the features of tomorrow, today." 7 introduction shows you how to use the features of tomorrow, today."
8 has-permalinks: true 8 has-permalinks: true
9 article: 9 article:
10 written_on: 2012-10-01 10 written_on: 2012-10-01
(...skipping 26 matching lines...) Expand all
37 80%). The \{\% sample \%\} tag defines the width, height, and url for an iframe 37 80%). The \{\% sample \%\} tag defines the width, height, and url for an iframe
38 that will contain the running version of the code sample. 38 that will contain the running version of the code sample.
39 39
40 {% endcomment %} 40 {% endcomment %}
41 41
42 {% codesampleSetup %} 42 {% codesampleSetup %}
43 {% srcprefix https://github.com/dart-lang/web-ui/blob/master/example/explainer/ %} 43 {% srcprefix https://github.com/dart-lang/web-ui/blob/master/example/explainer/ %}
44 {% iframeprefix example/ %} 44 {% iframeprefix example/ %}
45 {% endcodesampleSetup %} 45 {% endcodesampleSetup %}
46 46
47 <div class="hero-unit">
48 <h1> Introducing Polymer.dart </h1>
49 <p markdown="1">
50 [Polymer.dart](/polymer-dart/), the next evolution of Web UI, has
51 better debugging,
52 faster development, and closer spec alignment.
53 </p>
54 </div>
55
47 # {{ page.title }} 56 # {{ page.title }}
48 57
58 <aside class="alert alert-danger" markdown="1">
59 <strong>Web UI is now Polymer.dart.</strong>
60 Web UI has evolved to
61 [Polymer.dart](/polymer-dart/), which provides many fixes and improvements.
62 We encourage Web UI users to upgrade to Polymer.dart.
63 The information on this page apply only to Web UI, which is now deprecated.
64 </aside>
65
49 _Written by Sigmund Cherem<br /> 66 _Written by Sigmund Cherem<br />
50 October 2012 (Updated February 2013)_ 67 October 2012 (Updated February 2013)_
51 68
52 <div> 69 <div>
53 <img src="dart_logo.png" width="69" height="70" alt="dart logo"> 70 <img src="dart_logo.png" width="69" height="70" alt="dart logo">
54 <img src="webcomponent_logo.jpg" width="100" height="100" alt="web components lo go"> 71 <img src="webcomponent_logo.jpg" width="100" height="100" alt="web components lo go">
55 </div> 72 </div>
56 73
57 74
58 The Web UI package (Web UI for short) provides web components, templates, data 75 The Web UI package (Web UI for short) provides web components, templates, data
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 [project]: https://github.com/dart-lang/web-ui/ 622 [project]: https://github.com/dart-lang/web-ui/
606 [bugs]: https://github.com/dart-lang/web-ui/issues 623 [bugs]: https://github.com/dart-lang/web-ui/issues
607 [backbone]: http://backbonejs.org/ 624 [backbone]: http://backbonejs.org/
608 [angular]: http://angularjs.org/ 625 [angular]: http://angularjs.org/
609 [ember]: http://emberjs.com/ 626 [ember]: http://emberjs.com/
610 [todomvcindwc]: https://github.com/dart-lang/web-ui/tree/master/example/todomvc 627 [todomvcindwc]: https://github.com/dart-lang/web-ui/tree/master/example/todomvc
611 [watcher]: http://dart-lang.github.com/web-ui/docs/watcher.html 628 [watcher]: http://dart-lang.github.com/web-ui/docs/watcher.html
612 [watcher.dispatch]: http://dart-lang.github.com/web-ui/docs/watcher.html#dispatc h 629 [watcher.dispatch]: http://dart-lang.github.com/web-ui/docs/watcher.html#dispatc h
613 [group]: https://groups.google.com/a/dartlang.org/group/web-ui/topics 630 [group]: https://groups.google.com/a/dartlang.org/group/web-ui/topics
614 [so]: http://stackoverflow.com/tags/dart 631 [so]: http://stackoverflow.com/tags/dart
OLDNEW
« no previous file with comments | « src/site/_includes/header.html ('k') | src/site/articles/web-ui/spec.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698