diff -r 3b817b961984 -r 8040903d25de README --- a/README Fri Aug 15 23:49:00 2008 -0400 +++ b/README Fri Aug 15 23:59:15 2008 -0400 @@ -13,9 +13,9 @@ Drewsen, André Kelpe, and Peter C. Ndikuwera. However unlike WebControl Greyhound is written entirely in PHP, making it a bit more portable. This script doesn't require an external web server to run, it has a relatively - basic built-in (single-threaded) server.
+ basic built-in (but multi-threaded) server.The script needs a browser with XmlHttpRequest (AJAX) support to work. It's - been tested on Firefox 3.0 beta 4 and Safari.
+ been tested on Firefox 3.0.1, Safari, and Opera 9.5.It uses Smarty templates so you should be able to customize the HTML to your needs. The template file is /themes/funkymonkey/playlist.tpl. There's also a theme called iphone which is optimized for use on Apple's touch @@ -39,13 +39,11 @@ the script manager, you won't be able to start Greyhound again for about 60 seconds. I checked everything and socket_shutdown() and socket_close() are being called properly, so I don't know why it's failing. -