mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
20 lines
675 B
HTML
20 lines
675 B
HTML
|
<!doctype html public "-//w3c//dtd html 3.2//en">
|
||
|
<LINK REL=STYLESHEET TYPE= "text/css" HREF= "style.css">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Icecast2 Win32</title>
|
||
|
</head>
|
||
|
<div class="boxtest">
|
||
|
<h1>Icecast 2 - Win32 Specific Documentation</h1>
|
||
|
<table width=100%><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
|
||
|
<p>
|
||
|
The win32 port of icecast2 is simply a UI framework around the core icecast2 server. The win32 version of icecast2 uses directly the main executable of icecast (statically included) and simply provides a nicer, friendlier interface to icecast2.
|
||
|
</p>
|
||
|
<p>
|
||
|
All of the features of icecast2 are available in the win32 port.
|
||
|
</p>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|