From eaa4d65a0693331a87ba19cfaa8fe4422902bb90 Mon Sep 17 00:00:00 2001 From: Bryan Schumaker Date: Sat, 13 Nov 2010 21:39:27 -0500 Subject: [PATCH] Began working on a web remote plugin This plugin will eventually allow me to control ocarina through a web interface. So far, it can serve up web pages located in current_working_directory/HTML. --- html/index.html | 9 +++++++ html/test.js | 5 ++++ plugins/web_remote.py | 60 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+) create mode 100644 html/index.html create mode 100644 html/test.js create mode 100644 plugins/web_remote.py diff --git a/html/index.html b/html/index.html new file mode 100644 index 00000000..2762a95d --- /dev/null +++ b/html/index.html @@ -0,0 +1,9 @@ + + +