Chromium Code Reviews| Index: src/site/docs/tutorials/web-ui/index.markdown |
| diff --git a/src/site/docs/tutorials/web-ui/index.markdown b/src/site/docs/tutorials/web-ui/index.markdown |
| index 14f3324546a6eb3d2d4b1d81078cf767c5a3a770..22c3f57635a81565edf2f4200b8d4fe37209bb99 100644 |
| --- a/src/site/docs/tutorials/web-ui/index.markdown |
| +++ b/src/site/docs/tutorials/web-ui/index.markdown |
| @@ -57,34 +57,16 @@ Get the source code for the samples featured in this target:</p> |
| <font size="24"> |
| <i class="icon-bullhorn"> </i> |
| </font> |
| - |
| - The Dart Web UI team recently |
| - <a href="https://groups.google.com/a/dartlang.org/forum/#!topic/web-ui/6laXXxRtA7k" target="_blank">announced</a> |
| - a port of the Polymer project: |
| - <a href="https://pub.dartlang.org/packages/polymer" target="_blank">polymer.dart</a>. |
| - |
| - We've converted most of the tutorial Web UI examples and compiled some |
| - <a href="https://github.com/dart-lang/dart-tutorials-samples/blob/master/web/to-polymer-notes.txt" target="_blank">notes</a> |
| - along the way. |
| - Here is the source code for the polymer versions of the three examples from this target: |
| - <ul> |
| - <li> |
| - <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/target06-polymer/littleben_element" |
| - target="_blank">littleben_element</a>: version of littleben using a custom element |
| - </li> |
| - <li> |
| - <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/target06-polymer/littleben_model" |
| - target="_blank">littleben_model</a>: version of littleben with a bound model |
| - </li> |
| - <li> |
| - <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/target06-polymer/shout" |
| - target="_blank">shout</a> |
| - </li> |
| - <li> |
| - <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/target06-polymer/stopwatch" |
| - target="_blank">stopwatch</a> |
| - </li> |
| - </ul> |
| + Web UI is being upgraded to polymer.dart. |
| + For more information about polymer.dart, |
| + including tips on porting Web UI apps to polymer.dart |
| + and the current status of the project, |
| + check out the <a href="/polymer-dart/" target="_blank">polymer.dart</a> |
| + home page. |
| + For polymer.dart versions of the tutorial's Web UI apps, |
| + check out the tutorial's |
| + <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/" |
| + target="_blank">code repo</a> on github. |
|
mem
2013/09/04 17:39:55
again, what is the appropriate capitalization of p
|
| </aside> |
| <hr> |