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

Unified Diff: src/site/samples/samples.yaml

Issue 59753006: Added dart:js samples landing pages. (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Using https for links Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« src/site/samples/jsonp/index.markdown ('K') | « src/site/samples/samples.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/samples/samples.yaml
diff --git a/src/site/samples/samples.yaml b/src/site/samples/samples.yaml
index 40420a0a58c6a92d7a2c75d73647c65319019498..79c35cf08727f665f6444e8cb354cbefb9423d57 100644
--- a/src/site/samples/samples.yaml
+++ b/src/site/samples/samples.yaml
@@ -18,6 +18,24 @@ col1:
tryit_url: todo_with_delete/
source_url: https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/todo_with_delete
-
+ heading: Using JavaScript from Dart
+ examples:
+ -
+ title: Simple Google Maps example
+ explanation_url: https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/samples/google_maps/README.md
+ tryit_url: google_maps/
+ source_url: https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/samples/google_maps/
+ -
+ title: Using the Google Charts API
+ explanation_url: https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/samples/gauge/README.md
+ tryit_url: gauge/
+ source_url: https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/samples/gauge/
+ -
+ title: Fetching data using JSONP
+ explanation_url: https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/samples/jsonp/README.md
+ tryit_url: jsonp/
+ source_url: https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/samples/jsonp/
+ -
heading: polymer.dart
examples:
-
@@ -32,16 +50,12 @@ col1:
source_url: https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/slambook
-
title: TodoMVC
- explanation_url: https://github.com/dart-lang/bleeding_edge/blob/master/dart/samples/third_party/todomvc/README.md
- source_url: https://github.com/dart-lang/bleeding_edge/tree/master/dart/samples/third_party/todomvc
+ explanation_url: https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/samples/third_party/todomvc/README.md
+ source_url: https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/samples/third_party/todomvc/
-
title: Building a CRUD app
- explanation_url: https://github.com/dart-lang/bleeding_edge/tree/master/dart/samples/tracker
- source_url: https://github.com/dart-lang/bleeding_edge/tree/master/dart/samples/tracker
- -
- title: Replacing HTML elements with a custom element
- explanation_url: https://github.com/dart-lang/bleeding_edge/tree/master/dart/samples/survey
- source_url: https://github.com/dart-lang/bleeding_edge/tree/master/dart/samples/survey
+ explanation_url: https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/samples/tracker/
+ source_url: https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/samples/tracker/
-
heading: HTML5 persistence
examples:
@@ -59,7 +73,7 @@ col1:
title: Store and retrieve data using IndexedDB
explanation_url: /docs/tutorials/indexeddb/
tryit_url: countdown/
- source_url: https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/stopwatch
+ source_url: https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/count_down
-
title: Exploring the Filesystem APIs
explanation_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/file/filesystem
@@ -128,9 +142,9 @@ col2:
examples:
-
title: Basic geolocation example
- explanation_url: https://github.com/dart-lang/dart-samples/blob/master/web/html5/geolocation/trip-meter/
+ explanation_url: https://github.com/dart-lang/dart-samples/blob/master/web/html5/geolocation/trip_meter/
tryit_url: geolocation/
- source_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/geolocation/trip-meter
+ source_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/geolocation/trip_meter
-
heading: Web Audio
examples:
« src/site/samples/jsonp/index.markdown ('K') | « src/site/samples/samples.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698