| OLD | NEW |
| 1 Polymer.dart | 1 Polymer.dart |
| 2 ============ | 2 ============ |
| 3 | 3 |
| 4 Polymer.dart is a set of comprehensive UI and utility components | 4 Polymer.dart is a set of comprehensive UI and utility components |
| 5 for building web applications. | 5 for building web applications. |
| 6 With Polymer.dart's custom elements, templating, data binding, | 6 With Polymer.dart's custom elements, templating, data binding, |
| 7 and other features, | 7 and other features, |
| 8 you can quickly build structured, encapsulated, client-side web apps. | 8 you can quickly build structured, encapsulated, client-side web apps. |
| 9 | 9 |
| 10 Polymer.dart is a Dart port of | 10 Polymer.dart is a Dart port of |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 We also have the [Web UI development list][devlist] for discussions about | 106 We also have the [Web UI development list][devlist] for discussions about |
| 107 internals of the code, code reviews, etc. | 107 internals of the code, code reviews, etc. |
| 108 | 108 |
| 109 [wc]: http://dvcs.w3.org/hg/webcomponents/raw-file/tip/explainer/index.html | 109 [wc]: http://dvcs.w3.org/hg/webcomponents/raw-file/tip/explainer/index.html |
| 110 [pub]: http://www.dartlang.org/docs/pub-package-manager/ | 110 [pub]: http://www.dartlang.org/docs/pub-package-manager/ |
| 111 [cs]: http://www.chromium.org/developers/testing/webkit-layout-tests | 111 [cs]: http://www.chromium.org/developers/testing/webkit-layout-tests |
| 112 [cs_lucid]: http://gsdview.appspot.com/dartium-archive/continuous/drt-lucid64.zi
p | 112 [cs_lucid]: http://gsdview.appspot.com/dartium-archive/continuous/drt-lucid64.zi
p |
| 113 [cs_mac]: http://gsdview.appspot.com/dartium-archive/continuous/drt-mac.zip | 113 [cs_mac]: http://gsdview.appspot.com/dartium-archive/continuous/drt-mac.zip |
| 114 [cs_win]: http://gsdview.appspot.com/dartium-archive/continuous/drt-win.zip | 114 [cs_win]: http://gsdview.appspot.com/dartium-archive/continuous/drt-win.zip |
| 115 [dartium_src]: http://code.google.com/p/dart/wiki/BuildingDartium | 115 [dartium_src]: http://code.google.com/p/dart/wiki/BuildingDartium |
| 116 [TodoMVC]: http://addyosmani.github.com/todomvc/ | 116 [TodoMVC]: http://todomvc.com/ |
| 117 [issues]: http://dartbug.com/new | 117 [issues]: http://dartbug.com/new |
| 118 [mailinglist]: https://groups.google.com/a/dartlang.org/forum/?fromgroups#!forum
/web-ui | 118 [mailinglist]: https://groups.google.com/a/dartlang.org/forum/?fromgroups#!forum
/web-ui |
| 119 [devlist]: https://groups.google.com/a/dartlang.org/forum/?fromgroups#!forum/web
-ui-dev | 119 [devlist]: https://groups.google.com/a/dartlang.org/forum/?fromgroups#!forum/web
-ui-dev |
| 120 [overview]: http://www.dartlang.org/articles/dart-web-components/ | 120 [overview]: http://www.dartlang.org/articles/dart-web-components/ |
| 121 [tools]: https://www.dartlang.org/articles/dart-web-components/tools.html | 121 [tools]: https://www.dartlang.org/articles/dart-web-components/tools.html |
| 122 [spec]: https://www.dartlang.org/articles/dart-web-components/spec.html | 122 [spec]: https://www.dartlang.org/articles/dart-web-components/spec.html |
| 123 [features]: https://www.dartlang.org/articles/dart-web-components/summary.html | 123 [features]: https://www.dartlang.org/articles/dart-web-components/summary.html |
| 124 [home_page]: https://www.dartlang.org/polymer-dart/ | 124 [home_page]: https://www.dartlang.org/polymer-dart/ |
| 125 [polymer_expressions]: http://pub.dartlang.org/packages/polymer_expressions/ | 125 [polymer_expressions]: http://pub.dartlang.org/packages/polymer_expressions/ |
| 126 [polymer]: http://www.polymer-project.org/ | 126 [polymer]: http://www.polymer-project.org/ |
| OLD | NEW |