We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e537859 commit 3da23bbCopy full SHA for 3da23bb
README.rst
@@ -19,9 +19,9 @@ What browsers does JSonic support?
19
We've tested JSonic successfully on the following browsers. It should work on any browser supporting the HTML5 audio spec, however.
20
21
* Firefox 3.6, 3.7
22
-* Safari 4
23
-* Chrome 5.0.375.55
24
-* Opera 10.53
+* Safari 4, 5
+* Chrome 5, 6, 7 (barring Chrome bugs)
+* Opera 10
25
26
Is this a clone of WebAnywhere?
27
-------------------------------
server/jsonic.py
@@ -2,7 +2,7 @@
2
Speech server implementation for JSonic using Tornado web server and Mongo
3
database.
4
5
-:requires: Python 2.6, Tornado 0.2
+:requires: Python 2.6, Tornado 1.0
6
:copyright: Peter Parente 2010
7
:license: BSD
8
'''
0 commit comments