summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-09-02 10:09:44 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-09-02 10:09:44 -0400
commit102fb750121d95c3a8296a1da6cf5c29487d69bc (patch)
tree28a14f2e9807f08661ffeb5c63135e7c8da8500e
parent74b0fee0c2c5eabb9529481b41cc6581892119ea (diff)
downloadhtml5ks-102fb750121d95c3a8296a1da6cf5c29487d69bc.tar.xz
html5ks-102fb750121d95c3a8296a1da6cf5c29487d69bc.zip
nginx.conf, README: update
-rw-r--r--README9
-rw-r--r--nginx.conf2
2 files changed, 8 insertions, 3 deletions
diff --git a/README b/README
index d2d08f3..bf16465 100644
--- a/README
+++ b/README
@@ -12,13 +12,16 @@ How to use:
4. Run nginx.sh [2] to start nginx with appropriate options for development, then connect to localhost:8080.
-- or --
-4. lighttpd -f lighttpd.conf should also work, but is not actively tested.
+4. Open www/index.html in a browser. This is untested, and some things may not work. [3]
-Check Bugzilla for things that need to be done. [3]
+lighttpd.conf is no longer maintained. Patches to fix it are welcome.
+
+Check Bugzilla for things that need to be done. [4]
If you were looking for real documentation... good luck.
[0] http://www.katawa-shoujo.com/
[1] https://github.com/cujojs/when/
[2] If you're on Windoze, sucks for you. Use a better OS.
-[3] https://bugzilla.happinessforme.com/buglist.cgi?cmdtype=runnamed&namedcmd=Open+HTML5KS+bugs
+[3] Do not send patches for this, unless they also fix other issues.
+[4] https://bugzilla.happinessforme.com/buglist.cgi?cmdtype=runnamed&namedcmd=Open+HTML5KS+bugs
diff --git a/nginx.conf b/nginx.conf
index 0576dbd..ce778b2 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -18,7 +18,9 @@ http {
application/javascript js;
application/json json;
application/x-font-ttf ttf;
+ audio/mp4 m4a;
audio/ogg ogg;
+ audio/opus opus;
image/jpeg jpg;
image/png png;
image/svg+xml svg;