]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - web/demo.in.html
Kill live-demo web page.
[paraslash.git] / web / demo.in.html
diff --git a/web/demo.in.html b/web/demo.in.html
deleted file mode 100644 (file)
index 1306c3c..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-<h1>Live Demo</h1>
-<hr>
-
-<p> There is a public paraslash stream at www.paraslash.org,
-streaming
-
-       <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.</p>
-
-       <p>mpg123 -Z http://www.paraslash.org:8009/</p>
-
-
-       <p>xmms http://www.paraslash.org:8009/</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. There's no need to install the paraslash package and no
-root-privileges are required for the demo. </p>
-
-<p>Download the
-
-       <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>