1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

Fix XML comments in doc fragments in html.

svn path=/icecast/trunk/icecast/; revision=18140
This commit is contained in:
Michael Smith 2011-12-03 07:02:22 +00:00
parent 1a4f4ecc2b
commit a2714da891

View File

@ -213,7 +213,7 @@ Using this approach you can allow multiple shoutcast source clients to connect a
<pre> <pre>
&lt;shoutcast-mount&gt;/live.nsv&lt;/shoutcast-mount&gt; &lt;shoutcast-mount&gt;/live.nsv&lt;/shoutcast-mount&gt;
&lt;-- You may have multiple &lt;listen-socket&gt; elements --&gt; &lt;!-- You may have multiple &lt;listen-socket&gt; elements --&gt;
&lt;listen-socket&gt; &lt;listen-socket&gt;
&lt;port&gt;8000&lt;/port&gt; &lt;port&gt;8000&lt;/port&gt;
&lt;/listen-socket&gt; &lt;/listen-socket&gt;
@ -688,7 +688,7 @@ Aliases are used to provide a way to create multiple mountpoints that refer to t
&lt;accesslog&gt;access.log&lt;/accesslog&gt; &lt;accesslog&gt;access.log&lt;/accesslog&gt;
&lt;errorlog&gt;error.log&lt;/errorlog&gt; &lt;errorlog&gt;error.log&lt;/errorlog&gt;
&lt;playlistlog&gt;playlist.log&lt;/playlistlog&gt; &lt;playlistlog&gt;playlist.log&lt;/playlistlog&gt;
&lt;loglevel&gt;4&lt;/loglevel&gt; &lt;-- 4 Debug, 3 Info, 2 Warn, 1 Error --&gt; &lt;loglevel&gt;4&lt;/loglevel&gt; &lt;!-- 4 Debug, 3 Info, 2 Warn, 1 Error --&gt;
&lt;/logging&gt; &lt;/logging&gt;
</pre> </pre>
<p>This section contains information relating to logging within icecast. There are two logfiles currently generated by icecast, an error.log (where all log messages are placed) and an access.log (where all stream/admin/http requests are logged). <p>This section contains information relating to logging within icecast. There are two logfiles currently generated by icecast, an error.log (where all log messages are placed) and an access.log (where all stream/admin/http requests are logged).