Split lyrics and image lines in stat output.
[paraslash.git] / web / demo.in.html
index 130e6745a768f994cf37268e67f30be29055a66b..1306c3c232081d2f93bcead55b6e11b04cae5861 100644 (file)
@@ -1,28 +1,52 @@
-       <h3><a name="live_demo">Live Demo</a></h3>
+<h1>Live Demo</h1>
+<hr>
 
 
-       <p> There is a public paraslash stream at www.paraslash.org,
-       streaming
+<p> There is a public paraslash stream at www.paraslash.org,
+streaming
 
 
-               <a href="http://www.digitalvibes.de/">the music of Henri Petterson</a>.
+       <a href="http://www.digitalvibes.de/">the music of Henri Petterson</a>.
 
 
 
 
-       You can listen to the stream with any mp3 player that supports
-       http streaming. Both </p>
+You can listen to the stream with any mp3 player that supports
+http streaming.</p>
 
 
-               <p>mpg123 -Z http://www.paraslash.org:8009/</p>
+       <p>mpg123 -Z http://www.paraslash.org:8009/</p>
 
 
-       and
 
 
-               <p>xmms http://www.paraslash.org:8009/</p>
+       <p>xmms http://www.paraslash.org:8009/</p>
 
 
-       <p> are known to work.</p>
+<p>and iTunes are known to work.</p>
 
 
-       <p> Moreover, there is an anonymous paraslash account
-       available which you can use to have a look at paraslash
-       without configuring and running para_server on your own box.
-       Just download and run
+<p> Moreover, there is an anonymous paraslash account available which you can
+use to have a look at paraslash without configuring and running para_server on
+your own box. There's no need to install the paraslash package and no
+root-privileges are required for the demo. </p>
 
 
-               <a href="demo-script">this shell script</a>
+<p>Download the
 
 
-       on your Unix system.  No root-privileges are required.</p>
+       <a href="key.anonymous">public key</a>
 
 
+for the anonymous user and the latest paraslash
+
+       <a href="versions">tarball</a>
+or the
+       <a href="versions/paraslash-git.tar.bz2">current snapshot</a>.
+
+Next, compile para_audiod (./configure && make para_audiod) and use the
+following configuration options:</p>
+<ul>
+       <li> ~/.paraslash/client.conf:
+       <ul>
+               <li>user anonymous</li>
+               <li>hostname www.paraslash.org</li>
+               <li>key_file key.anonymous</li>
+       </ul>
+       <li> ~/.paraslash/audiod.conf:</li>
+       <ul>
+               <li>receiver "mp3:http -i www.paraslash.org -p 8009"</li>
+               <li>loglevel 1</li>
+       </ul>
+</ul>
+<p>Finally, type "./para_audiod" to start streaming. If this works, try out
+para_client, para_gui and para_audioc. Otherwise, use para_recv, para_filter
+and para_write to find out why.</p>