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

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: 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
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 Upgrade to Polymer.dart today!
mem 2013/09/04 17:39:55 I'm surprised we're encouraging people to upgrade
sethladd 2013/09/04 21:11:02 I'll take it out.
54 </p>
55 </div>
56
47 # {{ page.title }} 57 # {{ page.title }}
48 58
59 <aside class="alert alert-danger" markdown="1">
60 <strong>Web UI is now Polymer.dart.</strong>
61 Web UI has evolved to
62 [Polymer.dart](/polymer-dart/), with many fixes and improvements.
mem 2013/09/04 17:39:55 with -> which provides
sethladd 2013/09/04 21:11:02 Done.
63 We encourage Web UI users to upgrade to Polymer.dart.
64 The contents of this page apply only to Web UI, which is now deprecated.
mem 2013/09/04 17:39:55 The contents of this page apply only -> The inform
sethladd 2013/09/04 21:11:02 Done.
65 </aside>
66
49 _Written by Sigmund Cherem<br /> 67 _Written by Sigmund Cherem<br />
50 October 2012 (Updated February 2013)_ 68 October 2012 (Updated February 2013)_
51 69
52 <div> 70 <div>
53 <img src="dart_logo.png" width="69" height="70" alt="dart logo"> 71 <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"> 72 <img src="webcomponent_logo.jpg" width="100" height="100" alt="web components lo go">
55 </div> 73 </div>
56 74
57 75
58 The Web UI package (Web UI for short) provides web components, templates, data 76 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/ 623 [project]: https://github.com/dart-lang/web-ui/
606 [bugs]: https://github.com/dart-lang/web-ui/issues 624 [bugs]: https://github.com/dart-lang/web-ui/issues
607 [backbone]: http://backbonejs.org/ 625 [backbone]: http://backbonejs.org/
608 [angular]: http://angularjs.org/ 626 [angular]: http://angularjs.org/
609 [ember]: http://emberjs.com/ 627 [ember]: http://emberjs.com/
610 [todomvcindwc]: https://github.com/dart-lang/web-ui/tree/master/example/todomvc 628 [todomvcindwc]: https://github.com/dart-lang/web-ui/tree/master/example/todomvc
611 [watcher]: http://dart-lang.github.com/web-ui/docs/watcher.html 629 [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 630 [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 631 [group]: https://groups.google.com/a/dartlang.org/group/web-ui/topics
614 [so]: http://stackoverflow.com/tags/dart 632 [so]: http://stackoverflow.com/tags/dart
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698