File: intro.html

package info (click to toggle)
ices2 2.0.1-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,084 kB
  • ctags: 796
  • sloc: sh: 8,350; ansic: 6,448; xml: 121; makefile: 98
file content (52 lines) | stat: -rw-r--r-- 1,804 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <title>IceS v2.0 Documentation</title>
  <link rel="STYLESHEET" type="text/css" href="style.css">
 </head>
 <body>
  <div class=boxtest>
   <h1>Introduction</h1>
   <table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
   <br> <br> <br>
   <h2>What is IceS ?</h2>
   <p>
    IceS is a source client for a streaming server. The purpose of this client is to
    provide an audio stream to a streaming server such that one or more listeners can
    access the stream.  With this layout, this source client can be situated remotely
    from the icecast server.
   </p>
   <p>
    The primary example of a streaming server used is Icecast 2, although others could
    be used if certain conditions are met.</p>
   <br><br>
   <h2>What platforms are supported ?</h2>
   <p>
    Currently the following Unix platforms are supported:
   </p>
   <ul>
    <li>Linux (Most flavors including Redhat and Debian)
    <li>FreeBSD
    <li>OpenBSD
    <li>Solaris
   </ul>
   <br> <br>
   <h2>Where do I go for questions?</h2>
   <p>
    IceS is developed and maintained by the same people involved with Icecast 2.
    There are several ways to contact the development team
   </p>
   <h3>Best Ways</h3>
   <ul>
    <li>Icecast mailing list <a href="http://www.xiph.org/archives">http://www.xiph.org/archives</a>
    <li>Icecast Developers mailing list <a href="http://www.xiph.org/archives">http://www.xiph.org/archives</a>
    <li>Icecast IRC chat room - irc.freenode.net : #icecast
   </ul>
   <h3>Alternate Ways</h3>
   <ul>
    <li><a href="mailto:team@icecast.org">team@icecast.org</a>
   </ul>
  </div>
 </body>
</html>