diff -r 9b96265b5918 -r 5f35ebc4f9bb README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Sun Mar 23 23:11:56 2008 -0400 @@ -0,0 +1,34 @@ +
I wrote Greyhound because of some issues I was having with other web + interface scripts freezing and not working right. Greyhound is my first + shot at writing Amarok scripts but it seems to work pretty well. +
+Greyhound's interface is based on the WebControl script by Jonas Christian + 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.
+The script needs a browser with XmlHttpRequest (AJAX) support to work. It's + been tested on Firefox 3.0 beta 4 and Safari.
+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 + screen based mobile devices. Now your iPod® can control music other than + its own :-P
+ +
+ License
+ I was originally planning to place this into the public domain but decided to
+ make it GPLv2 because it uses so many GPLv2 components.
+
+ Author
+ Dan Fuhry <dan@enanocms.org>
+ If you like this script be sure to check out my other projects:
+ Enano CMS and
+ my blog.
+