Index: src/site/samples/samples.yaml |
diff --git a/src/site/samples/samples.yaml b/src/site/samples/samples.yaml |
index 32f586a7146e75c89efa3b18f02a5bc498d1f1ea..81bc6e06a256b43e5351aca5bbc78f4d0763e564 100644 |
--- a/src/site/samples/samples.yaml |
+++ b/src/site/samples/samples.yaml |
@@ -1,6 +1,5 @@ |
col1: |
- |
- group_id: working_with_the_dom |
heading: Working with the DOM |
examples: |
- |
@@ -19,7 +18,6 @@ col1: |
tryit_url: todo_with_delete/ |
source_url: https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/todo_with_delete |
- |
- group_id: polymer_dart |
heading: polymer.dart |
examples: |
- |
@@ -44,10 +42,22 @@ col1: |
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 |
+ - |
+ heading: HTML5 Drag and Drop |
+ examples: |
+ - |
+ title: Basic Drag and Drop |
+ explanation_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics |
+ tryit_url: dnd/ |
+ source_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics |
+ - |
+ title: Drag and Drop files |
+ explanation_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/file/dndfiles |
+ tryit_url: dndfiles/ |
+ source_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/file/dndfiles |
col2: |
- |
- group_id: animation_and_graphics |
heading: Animation and graphics |
examples: |
- |
@@ -65,8 +75,20 @@ col2: |
explanation_url: https://github.com/dart-lang/bleeding_edge/tree/master/dart/samples/solar3d |
tryit_url: solar3d/ |
source_url: https://github.com/dart-lang/bleeding_edge/tree/master/dart/samples/solar3d |
+ - |
+ title: Using image filters with canvas |
+ explanation_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/canvas/imagefilters |
+ tryit_url: imagefilters/ |
+ source_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/canvas/imagefilters |
+ - |
+ heading: Websockets |
+ examples: |
+ - |
+ title: Basic websockets example |
+ explanation_url: https://github.com/dart-lang/dart-samples/blob/master/web/html5/websockets/basics/README |
+ tryit_url: websockets/ |
+ source_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/websockets/basics |
- |
- group_id: html5_persistence |
heading: HTML5 persistence |
examples: |
- |