README
changeset 9 63a257541313
parent 6 5f35ebc4f9bb
child 20 bb8237ca678d
equal deleted inserted replaced
8:a8d108f37363 9:63a257541313
     1 <div align="center">
     1 <div align="center">
     2   <b>Greyhound</b><br />
     2   <b>Greyhound</b><br />
     3   A PHP-based web interface for Amarok
     3   A PHP-based web interface for Amarok<br />
       
     4   <br />
       
     5   &gt;&gt;&gt; <b>To access this script once started navigate to: &lt;&lt;&lt;<br />
       
     6   &gt;&gt;&gt; <a href="http://localhost:7447/">http://localhost:7447/</a> &lt;&lt;&lt;
     4 </div>
     7 </div>
     5 <p>I wrote Greyhound because of some issues I was having with other web
     8 <p>I wrote Greyhound because of some issues I was having with other web
     6    interface scripts freezing and not working right. Greyhound is my first
     9    interface scripts freezing and not working right. Greyhound is my first
     7    shot at writing Amarok scripts but it seems to work pretty well.
    10    shot at writing Amarok scripts but it seems to work pretty well.
     8    </p>
    11    </p>
     9 <p>Greyhound's interface is based on the WebControl script by Jonas Christian
    12 <p>Greyhound's interface is based on the WebControl script by Jonas Christian
    10    Drewsen, André Kelpe, and Peter C. Ndikuwera. However unlike WebControl
    13    Drewsen, Andr&#0233; Kelpe, and Peter C. Ndikuwera. However unlike WebControl
    11    Greyhound is written entirely in PHP, making it a bit more portable. This
    14    Greyhound is written entirely in PHP, making it a bit more portable. This
    12    script doesn't require an external web server to run, it has a relatively
    15    script doesn't require an external web server to run, it has a relatively
    13    basic built-in (single-threaded) server.</p>
    16    basic built-in (single-threaded) server.</p>
    14 <p>The script needs a browser with XmlHttpRequest (AJAX) support to work. It's
    17 <p>The script needs a browser with XmlHttpRequest (AJAX) support to work. It's
    15    been tested on Firefox 3.0 beta 4 and Safari.</p>
    18    been tested on Firefox 3.0 beta 4 and Safari.</p>