From 103b87ff2d8a62746f01e94ba5f0d56abff4e739 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Sun, 31 May 2009 05:02:41 +0000 Subject: [PATCH] --- test/legacy/examples/basic.html | 73 ---------------------------- test/legacy/examples/gcal.html | 54 -------------------- test/legacy/examples/json.html | 56 --------------------- test/legacy/examples/json_events.php | 25 ---------- 4 files changed, 208 deletions(-) delete mode 100644 test/legacy/examples/basic.html delete mode 100644 test/legacy/examples/gcal.html delete mode 100644 test/legacy/examples/json.html delete mode 100644 test/legacy/examples/json_events.php diff --git a/test/legacy/examples/basic.html b/test/legacy/examples/basic.html deleted file mode 100644 index 20575ec..0000000 --- a/test/legacy/examples/basic.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - -
- - diff --git a/test/legacy/examples/gcal.html b/test/legacy/examples/gcal.html deleted file mode 100644 index e3669e5..0000000 --- a/test/legacy/examples/gcal.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - -
- - diff --git a/test/legacy/examples/json.html b/test/legacy/examples/json.html deleted file mode 100644 index 60c8a2c..0000000 --- a/test/legacy/examples/json.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - -
-

json_events.php needs to be running in the same directory.

- - diff --git a/test/legacy/examples/json_events.php b/test/legacy/examples/json_events.php deleted file mode 100644 index bf39ba6..0000000 --- a/test/legacy/examples/json_events.php +++ /dev/null @@ -1,25 +0,0 @@ - 1, - 'title' => "Event1", - 'start' => "$year-$month-10", - 'url' => "http://yahoo.com/" - ), - - array( - 'id' => 2, - 'title' => "Event2", - 'start' => "$year-$month-20", - 'end' => "$year-$month-22", - 'url' => "http://yahoo.com/" - ) - - )); - -?>