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

Side by Side Diff: src/site/samples/samples.yaml

Issue 140303004: Added polymer internationalization sample (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Small changes Created 6 years, 10 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/samples/polymer_intl/index.markdown ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 col1: 1 col1:
2 - 2 -
3 heading: polymer.dart 3 heading: polymer.dart
4 anchor: polymer_dart 4 anchor: polymer_dart
5 screenshot: tracker.png 5 screenshot: tracker.png
6 caption: "Tracker: A task management tool" 6 caption: "Tracker: A task management tool"
7 link: tracker/ 7 link: tracker/
8 examples: 8 examples:
9 - 9 -
10 title: Defining a custom element 10 title: Defining a custom element
(...skipping 13 matching lines...) Expand all
24 tryit_url: slambook/ 24 tryit_url: slambook/
25 source_url: https://github.com/dart-lang/dart-tutorials-samples/tree/mas ter/web/slambook 25 source_url: https://github.com/dart-lang/dart-tutorials-samples/tree/mas ter/web/slambook
26 description: Use data binding to work with form data in Polymer. 26 description: Use data binding to work with form data in Polymer.
27 - 27 -
28 title: TodoMVC 28 title: TodoMVC
29 explanation_url: https://code.google.com/p/dart/source/browse/branches/b leeding_edge/dart/samples/third_party/todomvc/README.md 29 explanation_url: https://code.google.com/p/dart/source/browse/branches/b leeding_edge/dart/samples/third_party/todomvc/README.md
30 tryit_url: todomvc/ 30 tryit_url: todomvc/
31 source_url: https://code.google.com/p/dart/source/browse/branches/bleedi ng_edge/dart/samples/third_party/todomvc/ 31 source_url: https://code.google.com/p/dart/source/browse/branches/bleedi ng_edge/dart/samples/third_party/todomvc/
32 description: A Polymer implementation of the the canonical todo app. 32 description: A Polymer implementation of the the canonical todo app.
33 - 33 -
34 title: Polymer and internationalization
35 explanation_url: https://code.google.com/p/dart/source/browse/branches/b leeding_edge/dart/samples/polymer_intl/README.md
36 tryit_url: polymer_intl/
37 source_url: https://code.google.com/p/dart/source/browse/branches/bleedi ng_edge/dart/samples/polymer_intl/
38 description: Simple demonstration of internationalization and localizati on with Polymer.
39 -
34 title: A task management tool 40 title: A task management tool
35 explanation_url: https://code.google.com/p/dart/source/browse/branches/b leeding_edge/dart/samples/tracker/README.md 41 explanation_url: https://code.google.com/p/dart/source/browse/branches/b leeding_edge/dart/samples/tracker/README.md
36 tryit_url: tracker/ 42 tryit_url: tracker/
37 source_url: https://code.google.com/p/dart/source/browse/branches/bleedi ng_edge/dart/samples/tracker/ 43 source_url: https://code.google.com/p/dart/source/browse/branches/bleedi ng_edge/dart/samples/tracker/
38 description: A full Polymer app with multiple custom elements. 44 description: A full Polymer app with multiple custom elements.
39 - 45 -
40 heading: angular.dart 46 heading: angular.dart
41 anchor: angular_dart 47 anchor: angular_dart
42 screenshot: angular_todo.png 48 screenshot: angular_todo.png
43 caption: "Angular Dart demo: Todo" 49 caption: "Angular Dart demo: Todo"
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 explanation_url: /docs/tutorials/fetchdata/#about-json 306 explanation_url: /docs/tutorials/fetchdata/#about-json
301 source_url: /docs/tutorials/fetchdata/#about-json 307 source_url: /docs/tutorials/fetchdata/#about-json
302 tryit_url: /docs/tutorials/fetchdata/#about-json 308 tryit_url: /docs/tutorials/fetchdata/#about-json
303 description: A sample app that shows JSON data obtained from a form. 309 description: A sample app that shows JSON data obtained from a form.
304 - 310 -
305 title: Fetching data dynamically 311 title: Fetching data dynamically
306 explanation_url: /docs/tutorials/fetchdata/#about-uris 312 explanation_url: /docs/tutorials/fetchdata/#about-uris
307 source_url: /docs/tutorials/fetchdata/#about-uris 313 source_url: /docs/tutorials/fetchdata/#about-uris
308 tryit_url: /docs/tutorials/fetchdata/#about-uris 314 tryit_url: /docs/tutorials/fetchdata/#about-uris
309 description: Using HttpRequest to fetch data. 315 description: Using HttpRequest to fetch data.
OLDNEW
« no previous file with comments | « src/site/samples/polymer_intl/index.markdown ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698