This file is indexed.

/usr/share/doc/icecast2/index.html is in icecast2 2.4.2-1+deb9u1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
	<title>Icecast Docs Docs &mdash; Table of Contents</title>
	<meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />

  <link rel="stylesheet" type="text/css" href="assets/css/style.css" media="screen, print" />
</head>

  <body>

    <div class="header">
      <h1><a href="#" title="Home page">Icecast</a> <span>documentation</span></h1>
    </div>

    <div class="section">
      
      <h2>Icecast 2.4.2 Docs &mdash; Table of Contents</h2>
      
<div class="article">
  <h3 id="pages">Pages</h3>

  <ul>
    <li><a href="changes.html">Changes</a></li>
    <li><a href="introduction.html">Introduction</a></li>
    <li><a href="basic-setup.html">Basic Setup</a></li>
    <li><a href="config-file.html">Icecast Config File</a></li>
    <li><a href="admin-interface.html">Admin Interface</a></li>
    <li><a href="server-stats.html">Server Statistics</a></li>
    <li><a href="relaying.html">Relaying</a></li>
    <li><a href="yp.html">Listing in a YP directory</a></li>
    <li><a href="auth.html">Authentication</a></li>
    <li><a href="win32.html">Win32 specific documentation</a></li>
    <li><a href="glossary.html">Glossary</a></li>
    <li><a href="faq.html">FAQ</a></li>
  </ul>

</div>

<div class="article">
  <h3 id="icecast-241-readme">Icecast 2.4.2 Readme</h3>
  <p>Icecast is a streaming media server which currently supports Ogg
Vorbis and MP3 audio streams. It can be used to create an Internet
radio station or a privately running jukebox and many things in
between. It is very versatile in that new formats can be added
relatively easily and supports open standards for commuincation and
interaction.  </p>

  <p>Icecast is distributed under the GNU GPL, version 2. A copy of this
license is included with this software in the COPYING file.</p>

</div>

<div class="article">
  <h3 id="prerequisites">Prerequisites</h3>
  <p>Icecast requires the following packages:</p>

  <ul>
    <li><a href="http://xmlsoft.org/downloads.html">libxml2</a></li>
    <li><a href="http://xmlsoft.org/XSLT/downloads.html">libxslt</a></li>
    <li><a href="http://curl.haxx.se/download.html">curl</a> (&gt;= version 7.10 required)</li>
    <li><a href="http://www.vorbis.com/files">ogg/vorbis</a> (&gt;= version 1.0 required)</li>
    <li>openssl (optional, enable if SSL support is desired)</li>
  </ul>

</div>

<div class="article">
  <h3 id="buildinstall">Build/Install</h3>
  <p>To build icecast on a Unix platform, perform the following:</p>

  <p>Run</p>

  <pre><code>./configure
make
make install
</code></pre>

  <p>to build and install this release.</p>

  <p>A sample config file will be placed in <code>/usr/local/etc</code> (on UNIX) or in
the current working directory (on Win32) and is called <code>icecast.xml</code></p>

  <p>Documentation for Icecast is available in the doc directory, by
viewing <code>doc/index.html</code> in a browser.</p>

  <p>Please email us at icecast@xiph.org, or come and see us 
at irc.freenode.net, channel #icecast, if you have any troubles.</p>
</div>

    </div>

    <div class="footer">
      <p>Support icecast development at <a href="http://icecast.org">icecast.org</a></p>
    </div>

  </body>
</html>