From 5bfd406a2bd0990533d33b6799e17fd773e97d61 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 9 Jul 2013 12:16:48 +0100 Subject: [PATCH] Move example clients into their own area --- examples/htdocs/favicon.ico | Bin 0 -> 198 bytes examples/htdocs/index-full.html | 67 +++++++++++++++ examples/htdocs/index-jquery.html | 11 +++ examples/htdocs/index-lowlevel.html | 55 ++++++++++++ examples/htdocs/index-mike.html | 29 +++++++ examples/htdocs/index-mkws.html | 135 ++++++++++++++++++++++++++++++ examples/htdocs/index-mobile.html | 43 ++++++++++ examples/htdocs/index-popup.html | 72 ++++++++++++++++ examples/htdocs/index.html | 16 ++++ examples/htdocs/robots.txt | 2 + experiments/spclient/favicon.ico | Bin 198 -> 0 bytes experiments/spclient/index-full.html | 67 --------------- experiments/spclient/index-jquery.html | 11 --- experiments/spclient/index-lowlevel.html | 55 ------------ experiments/spclient/index-mike.html | 29 ------- experiments/spclient/index-mkws.html | 135 ------------------------------ experiments/spclient/index-mobile.html | 43 ---------- experiments/spclient/index-popup.html | 72 ---------------- experiments/spclient/index.html | 16 ---- experiments/spclient/robots.txt | 2 - 20 files changed, 430 insertions(+), 430 deletions(-) create mode 100644 examples/htdocs/favicon.ico create mode 100644 examples/htdocs/index-full.html create mode 100644 examples/htdocs/index-jquery.html create mode 100644 examples/htdocs/index-lowlevel.html create mode 100644 examples/htdocs/index-mike.html create mode 100644 examples/htdocs/index-mkws.html create mode 100644 examples/htdocs/index-mobile.html create mode 100644 examples/htdocs/index-popup.html create mode 100644 examples/htdocs/index.html create mode 100644 examples/htdocs/robots.txt delete mode 100644 experiments/spclient/favicon.ico delete mode 100644 experiments/spclient/index-full.html delete mode 100644 experiments/spclient/index-jquery.html delete mode 100644 experiments/spclient/index-lowlevel.html delete mode 100644 experiments/spclient/index-mike.html delete mode 100644 experiments/spclient/index-mkws.html delete mode 100644 experiments/spclient/index-mobile.html delete mode 100644 experiments/spclient/index-popup.html delete mode 100644 experiments/spclient/index.html delete mode 100644 experiments/spclient/robots.txt diff --git a/examples/htdocs/favicon.ico b/examples/htdocs/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..35c4899610de57317a1a22ba1610407ff738e370 GIT binary patch literal 198 zcmZQzU<5(|0VXiLfq{WR42U&=SOAC>fEXl?3#6SfX88aAKZ-Q-0R{$a7^Vm&2jf$N F1^|ad3&8*Y literal 0 HcmV?d00001 diff --git a/examples/htdocs/index-full.html b/examples/htdocs/index-full.html new file mode 100644 index 0000000..f82d261 --- /dev/null +++ b/examples/htdocs/index-full.html @@ -0,0 +1,67 @@ + + + + + + + MKWS demo: full configuration + + + + + +
+
+
+
+
+
+

+ Welcome to the MasterKey Widget Set demo. +

+

+ Enter a search above to begin, or + Visit the MKWS home page to find out more. +

+
+ + + diff --git a/examples/htdocs/index-jquery.html b/examples/htdocs/index-jquery.html new file mode 100644 index 0000000..e2d3e19 --- /dev/null +++ b/examples/htdocs/index-jquery.html @@ -0,0 +1,11 @@ + + + + MKWS demo: jQuery plugin + + + + + + + diff --git a/examples/htdocs/index-lowlevel.html b/examples/htdocs/index-lowlevel.html new file mode 100644 index 0000000..f04060d --- /dev/null +++ b/examples/htdocs/index-lowlevel.html @@ -0,0 +1,55 @@ + + + + MKWS demo: low-level subcomponents + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + diff --git a/examples/htdocs/index-mike.html b/examples/htdocs/index-mike.html new file mode 100644 index 0000000..69cbc96 --- /dev/null +++ b/examples/htdocs/index-mike.html @@ -0,0 +1,29 @@ + + + + MKWS demo: Mike's playground + + + + + + +
+
+
+
+
+
+
+

+ Welcome to the MasterKey Widget Set demo. +

+

+ Enter a search above to begin, or + Visit the MKWS home page to find out more. +

+
+ + + diff --git a/examples/htdocs/index-mkws.html b/examples/htdocs/index-mkws.html new file mode 100644 index 0000000..570f42e --- /dev/null +++ b/examples/htdocs/index-mkws.html @@ -0,0 +1,135 @@ + + + + MKWS: the MasterKey Widget Set + + + +

MKWS: the MasterKey Widget Set

+

+ This site contains tools, not content: +

+ +

+ For examples of how to use the widget-set, see: +

+ +

+ The set of targets can be maintained: +

+ +

+ Documentation is as yet in short supply: +

+ + + diff --git a/examples/htdocs/index-mobile.html b/examples/htdocs/index-mobile.html new file mode 100644 index 0000000..decaf1c --- /dev/null +++ b/examples/htdocs/index-mobile.html @@ -0,0 +1,43 @@ + + + + + + + MKWS demo: mobile-screen resizing + + + + + + + +
+
+
+
+
+ +
+ + + + diff --git a/examples/htdocs/index-popup.html b/examples/htdocs/index-popup.html new file mode 100644 index 0000000..01d3218 --- /dev/null +++ b/examples/htdocs/index-popup.html @@ -0,0 +1,72 @@ + + + + MKWS demo: popup search box + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + + + + diff --git a/examples/htdocs/index.html b/examples/htdocs/index.html new file mode 100644 index 0000000..687aec5 --- /dev/null +++ b/examples/htdocs/index.html @@ -0,0 +1,16 @@ + + + + MKWS demo client + + + + +
+
+
+
+
+
+ + diff --git a/examples/htdocs/robots.txt b/examples/htdocs/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/examples/htdocs/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / diff --git a/experiments/spclient/favicon.ico b/experiments/spclient/favicon.ico deleted file mode 100644 index 35c4899610de57317a1a22ba1610407ff738e370..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 198 zcmZQzU<5(|0VXiLfq{WR42U&=SOAC>fEXl?3#6SfX88aAKZ-Q-0R{$a7^Vm&2jf$N F1^|ad3&8*Y diff --git a/experiments/spclient/index-full.html b/experiments/spclient/index-full.html deleted file mode 100644 index f82d261..0000000 --- a/experiments/spclient/index-full.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - MKWS demo: full configuration - - - - - -
-
-
-
-
-
-

- Welcome to the MasterKey Widget Set demo. -

-

- Enter a search above to begin, or - Visit the MKWS home page to find out more. -

-
- - - diff --git a/experiments/spclient/index-jquery.html b/experiments/spclient/index-jquery.html deleted file mode 100644 index e2d3e19..0000000 --- a/experiments/spclient/index-jquery.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - MKWS demo: jQuery plugin - - - - - - - diff --git a/experiments/spclient/index-lowlevel.html b/experiments/spclient/index-lowlevel.html deleted file mode 100644 index f04060d..0000000 --- a/experiments/spclient/index-lowlevel.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - MKWS demo: low-level subcomponents - - - - - - - - - - - - - - - - - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - diff --git a/experiments/spclient/index-mike.html b/experiments/spclient/index-mike.html deleted file mode 100644 index 69cbc96..0000000 --- a/experiments/spclient/index-mike.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - MKWS demo: Mike's playground - - - - - - -
-
-
-
-
-
-
-

- Welcome to the MasterKey Widget Set demo. -

-

- Enter a search above to begin, or - Visit the MKWS home page to find out more. -

-
- - - diff --git a/experiments/spclient/index-mkws.html b/experiments/spclient/index-mkws.html deleted file mode 100644 index 570f42e..0000000 --- a/experiments/spclient/index-mkws.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - MKWS: the MasterKey Widget Set - - - -

MKWS: the MasterKey Widget Set

-

- This site contains tools, not content: -

- -

- For examples of how to use the widget-set, see: -

- -

- The set of targets can be maintained: -

- -

- Documentation is as yet in short supply: -

- - - diff --git a/experiments/spclient/index-mobile.html b/experiments/spclient/index-mobile.html deleted file mode 100644 index decaf1c..0000000 --- a/experiments/spclient/index-mobile.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - MKWS demo: mobile-screen resizing - - - - - - - -
-
-
-
-
- -
- - - - diff --git a/experiments/spclient/index-popup.html b/experiments/spclient/index-popup.html deleted file mode 100644 index 01d3218..0000000 --- a/experiments/spclient/index-popup.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - MKWS demo: popup search box - - - - - - - - - - - - - - - - - -
- -
- -
- - - - - - diff --git a/experiments/spclient/index.html b/experiments/spclient/index.html deleted file mode 100644 index 687aec5..0000000 --- a/experiments/spclient/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - MKWS demo client - - - - -
-
-
-
-
-
- - diff --git a/experiments/spclient/robots.txt b/experiments/spclient/robots.txt deleted file mode 100644 index 1f53798..0000000 --- a/experiments/spclient/robots.txt +++ /dev/null @@ -1,2 +0,0 @@ -User-agent: * -Disallow: / -- 1.7.10.4