From 88227898edd26a823d0942fc7226adb61a20cb5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 13 Jun 2016 13:23:22 +0200 Subject: Merge static_world and web_server examples The new example is called file_server and it's basically the same as web_server was. The name is clearer than the original, all examples being "Web servers". The new example is also tested and the test suite has been refactored a little. --- examples/static_world/priv/index.html | 1 - examples/static_world/priv/small.mp4 | Bin 383631 -> 0 bytes examples/static_world/priv/small.ogv | Bin 872453 -> 0 bytes examples/static_world/priv/test.txt | 1 - examples/static_world/priv/video.html | 11 ----------- 5 files changed, 13 deletions(-) delete mode 100644 examples/static_world/priv/index.html delete mode 100644 examples/static_world/priv/small.mp4 delete mode 100644 examples/static_world/priv/small.ogv delete mode 100644 examples/static_world/priv/test.txt delete mode 100644 examples/static_world/priv/video.html (limited to 'examples/static_world/priv') diff --git a/examples/static_world/priv/index.html b/examples/static_world/priv/index.html deleted file mode 100644 index 2ebe508..0000000 --- a/examples/static_world/priv/index.html +++ /dev/null @@ -1 +0,0 @@ -

Howdy, Pardner

diff --git a/examples/static_world/priv/small.mp4 b/examples/static_world/priv/small.mp4 deleted file mode 100644 index 1fc4788..0000000 Binary files a/examples/static_world/priv/small.mp4 and /dev/null differ diff --git a/examples/static_world/priv/small.ogv b/examples/static_world/priv/small.ogv deleted file mode 100644 index 6409d6e..0000000 Binary files a/examples/static_world/priv/small.ogv and /dev/null differ diff --git a/examples/static_world/priv/test.txt b/examples/static_world/priv/test.txt deleted file mode 100644 index 760cddb..0000000 --- a/examples/static_world/priv/test.txt +++ /dev/null @@ -1 +0,0 @@ -If you read this then the static file server works! diff --git a/examples/static_world/priv/video.html b/examples/static_world/priv/video.html deleted file mode 100644 index eca63ee..0000000 --- a/examples/static_world/priv/video.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -

HTML5 Video Example

- -

Videos taken from TechSlides

- - -- cgit v1.2.3