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/" - ) - - )); - -?>