| Index: src/site/docs/tutorials/templates/index.markdown
|
| diff --git a/src/site/docs/tutorials/templates/index.markdown b/src/site/docs/tutorials/templates/index.markdown
|
| index fde447722677b77082cdd65c0bcd6751bba52ab7..90d461a4359f80d795c187b906f55f69fe76403d 100644
|
| --- a/src/site/docs/tutorials/templates/index.markdown
|
| +++ b/src/site/docs/tutorials/templates/index.markdown
|
| @@ -23,15 +23,27 @@ Get the source code for the samples featured in this target:</p>
|
| <ul>
|
| <li>
|
| <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/target07/adlibitum"
|
| - target="_blank">adlibitum</a>
|
| + target="_blank">adlibitum</a> (web_ui)
|
| + </li>
|
| + <li>
|
| + <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/target07-polymer/adlibitum"
|
| + target="_blank">adlibitum</a> (polymer)
|
| </li>
|
| <li>
|
| <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/target07/simplehangman"
|
| - target="_blank">simplehangman</a>
|
| + target="_blank">simplehangman</a> (web_ui)
|
| + </li>
|
| + <li>
|
| + <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/target07-polymer/simplehangman"
|
| + target="_blank">simplehangman</a> (polymer)
|
| </li>
|
| <li>
|
| <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/target07/hangman"
|
| - target="_blank">hangman</a>
|
| + target="_blank">hangman</a> (web_ui)
|
| + </li>
|
| + <li>
|
| + <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/target07-polymer/hangman"
|
| + target="_blank">hangman</a> (polymer)
|
| </li>
|
| </ul>
|
|
|
| @@ -39,6 +51,40 @@ Get the source code for the samples featured in this target:</p>
|
|
|
| {% capture content %}
|
|
|
| +<hr>
|
| +
|
| +<aside class="alert" style="background-color:Lavender;color:SlateBlue">
|
| + <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">announced</a>
|
| + a port of the Polymer project:
|
| + <a href="http://pub.dartlang.org/packages/polymer">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 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/target07-polymer/adlibitum"
|
| + target="_blank">adlibitum</a>
|
| + </li>
|
| + <li>
|
| + <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/target07-polymer/simplehangman"
|
| + target="_blank">simplehangman</a>
|
| + </li>
|
| + <li>
|
| + <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/target07-polymer/hangman"
|
| + target="_blank">hangman</a>
|
| + </li>
|
| + </ul>
|
| +</aside>
|
| +
|
| +<hr>
|
| +
|
| The Web UI package implements the <template> tag,
|
| which you can use directly in your HTML.
|
| Templates define UI elements that are instantiated
|
|
|