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

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

Issue 47213005: Added geolocation (new); surfaced appcache and webaudio samples (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: src/site/samples/samples.yaml
diff --git a/src/site/samples/samples.yaml b/src/site/samples/samples.yaml
index 406b9137f790cc6a7fcebbac413a0847c4e0d3d0..e90232ee410d05a8061952cc5447b06d27f367a8 100644
--- a/src/site/samples/samples.yaml
+++ b/src/site/samples/samples.yaml
@@ -70,8 +70,6 @@ col1:
explanation_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/file/terminal
tryit_url: terminal/
source_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/file/terminal
-
-
col2:
-
heading: Animation and graphics
@@ -118,6 +116,30 @@ col2:
tryit_url: websockets/
source_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/websockets/basics
-
+ heading: Application Cache
+ examples:
+ -
+ title: Using Application Cache
+ explanation_url: https://github.com/dart-lang/dart-samples/blob/master/web/html5/appcache/beginner/
+ tryit_url: appcache/
+ source_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/appcache/beginner
+ -
+ heading: Geolocation
+ examples:
+ -
+ title: Basic Geolocation example
Kathy Walrath 2013/10/28 15:26:37 Geolocation -> geolocation
shailentuli 2013/10/28 17:07:54 Done.
+ explanation_url: https://github.com/dart-lang/dart-samples/blob/master/web/html5/geolocation/basics/
+ tryit_url: geolocation/
+ source_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/geolocation/basics
+ -
+ heading: Web Audio
+ examples:
+ -
+ title: Getting started with Web Audio API
+ explanation_url: https://github.com/dart-lang/dart-samples/blob/master/web/html5/webaudio/intro/
+ tryit_url: webaudio/
+ source_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/webaudio/intro
+ -
heading: Files API
examples:
-

Powered by Google App Engine
This is Rietveld 408576698