diff --git a/demos/accessible/icon.png b/demos/accessible/icon.png deleted file mode 100644 index 0f4d66cbf..000000000 Binary files a/demos/accessible/icon.png and /dev/null differ diff --git a/demos/accessible/index.html b/demos/accessible/index.html deleted file mode 100644 index bdc3cdd58..000000000 --- a/demos/accessible/index.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - -

This demo has moved to a new repository.

- - - diff --git a/demos/headless/icon.png b/demos/headless/icon.png deleted file mode 100644 index f431dc40c..000000000 Binary files a/demos/headless/icon.png and /dev/null differ diff --git a/demos/headless/index.html b/demos/headless/index.html deleted file mode 100644 index 61934c059..000000000 --- a/demos/headless/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - Blockly Demo: Headless - - - - - - - -

Blockly > - Demos > Headless

- -

This is a simple demo of generating Python code from XML with no graphics. - This might be useful for server-side code generation.

- - - - - - - -
- - - - -
- -
- -
- - - - - diff --git a/demos/index.html b/demos/index.html index 578874151..b180d53d8 100644 --- a/demos/index.html +++ b/demos/index.html @@ -24,58 +24,10 @@

Blockly > Demos

-

These demos are intended for developers who want to integrate Blockly with - their own applications.

+

Check out the Blockly samples page for a comprehensive list of demos for developers who want to integrate Blockly into their own applications.

+

The demos on this page combine Blockly features and AppEngine storage.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - -
Resizable Blockly
-
Inject Blockly into a page as a resizable element.
-
- - - - -
Defining the Toolbox
-
Organize blocks into categories for the user.
-
- - - - -
Headless
-
Generate code from XML without graphics.
-
- - - - -
RTL
-
See what Blockly looks like in right-to-left mode (for Arabic and Hebrew).
-
@@ -88,30 +40,6 @@
- - - - -
Mirrored Blockly
-
Two Blockly instances connected as leader-follower.
-
- - - - -
Accessible Blockly
-
Version of Blockly accessible to screen readers.
-
@@ -135,17 +63,6 @@
Build custom blocks and setup a toolbox using Blockly.
- - - - -
Keyboard Navigation
-
Demos keyboard navigation.
-
diff --git a/demos/keyboard_nav/icon.png b/demos/keyboard_nav/icon.png deleted file mode 100644 index ff96ab5ca..000000000 Binary files a/demos/keyboard_nav/icon.png and /dev/null differ diff --git a/demos/keyboard_nav/index.html b/demos/keyboard_nav/index.html deleted file mode 100644 index de00e50cb..000000000 --- a/demos/keyboard_nav/index.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - Redirecting... - - - diff --git a/demos/mirror/icon.png b/demos/mirror/icon.png deleted file mode 100644 index 45e2a9a29..000000000 Binary files a/demos/mirror/icon.png and /dev/null differ diff --git a/demos/mirror/index.html b/demos/mirror/index.html deleted file mode 100644 index 84762f31d..000000000 --- a/demos/mirror/index.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - Blockly Demo: Mirrored Blockly - - - - - - -

Blockly > - Demos > Mirrored Blockly

- -

This is a simple demo of a primary Blockly instance that controls a secondary Blockly instance with events. - Open the JavaScript console to see the event passing.

- -

→ More info on events

- - - - - - -
-
-
-
-
- - - - - - - diff --git a/demos/resizable/icon.png b/demos/resizable/icon.png deleted file mode 100644 index c4eaf81ae..000000000 Binary files a/demos/resizable/icon.png and /dev/null differ diff --git a/demos/resizable/index.html b/demos/resizable/index.html deleted file mode 100644 index e2ee1e06d..000000000 --- a/demos/resizable/index.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - Blockly Demo: Resizable Blockly (Part 1) - - - - - - - - - - -
-

Blockly > - Demos > Resizable Blockly (Part 1)

- -

The first step in creating a resizable Blockly workspace is to use - CSS or tables to create an area for it. - Next, inject Blockly over that area.

- -

→ More info on injecting resizable Blockly

-
- Blockly will be positioned here. -
- - diff --git a/demos/resizable/overlay.html b/demos/resizable/overlay.html deleted file mode 100644 index 826a667bd..000000000 --- a/demos/resizable/overlay.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - Blockly Demo: Resizable Blockly (Part 2) - - - - - - - - - - - - - -
-

Blockly > - Demos > Resizable Blockly (Part 2)

- -

- Once an area is defined, Blockly can be - injected and positioned over the area. - A resize handler keeps it in position as the page changes. -

- -

→ More info on injecting resizable Blockly

-
-
- -
- - - - - - diff --git a/demos/rtl/icon.png b/demos/rtl/icon.png deleted file mode 100644 index 284c1efa8..000000000 Binary files a/demos/rtl/icon.png and /dev/null differ diff --git a/demos/rtl/index.html b/demos/rtl/index.html deleted file mode 100644 index ff2b6306b..000000000 --- a/demos/rtl/index.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - Blockly Demo: RTL - - - - - - - -

Blockly > - Demos > Right-to-Left

- -
- - - - - - diff --git a/demos/toolbox/icon.png b/demos/toolbox/icon.png deleted file mode 100644 index fe54fe492..000000000 Binary files a/demos/toolbox/icon.png and /dev/null differ diff --git a/demos/toolbox/index.html b/demos/toolbox/index.html deleted file mode 100644 index 007b8eeb5..000000000 --- a/demos/toolbox/index.html +++ /dev/null @@ -1,349 +0,0 @@ - - - - - Blockly Demo: Toolbox - - - - - - -

Blockly > - Demos > Toolbox

- -

This is a demo of a complex category structure for the toolbox.

- -

→ More info on the Toolbox

- -
- - - - - - -