[xiph-cvs] cvs commit: icecast/doc index.html Makefile.am style.css icecast2_TOC.html
Ed
oddsock at xiph.org
Wed Jan 7 12:28:24 PST 2004
oddsock 04/01/07 15:28:24
Modified: doc Makefile.am style.css
Added: doc index.html
Removed: doc icecast2_TOC.html
Log:
Misc documentation updates
Revision Changes Path
1.5 +1 -1 icecast/doc/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/icecast/doc/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.am 17 Nov 2003 02:31:07 -0000 1.4
+++ Makefile.am 7 Jan 2004 20:28:23 -0000 1.5
@@ -3,7 +3,7 @@
AUTOMAKE_OPTIONS = foreign
docdir = $(datadir)/doc/icecast
-doc_DATA = icecast2_TOC.html icecast2_admin.html icecast2_basicsetup.html \
+doc_DATA = index.html icecast2_admin.html icecast2_basicsetup.html \
icecast2_config_file.html icecast2_faq.html icecast2_glossary.html \
icecast2_introduction.html icecast2_relay.html icecast2_stats.html \
icecast2_win32.html icecast2_yp.html
<p><p>1.4 +1 -1 icecast/doc/style.css
Index: style.css
===================================================================
RCS file: /usr/local/cvsroot/icecast/doc/style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- style.css 18 Nov 2003 02:44:57 -0000 1.3
+++ style.css 7 Jan 2004 20:28:23 -0000 1.4
@@ -35,7 +35,7 @@
p.ruletest { color:red }
div.boxtest {
- border:10px solid;
+ border:2px solid;
padding:30px;
background: #555555;
width:80%;;
<p><p>1.1 icecast/doc/index.html
Index: index.html
===================================================================
<LINK REL=STYLESHEET TYPE= "text/css" HREF= "style.css">
<div class=boxtest>
<body bgcolor="#efefef" text="#323232" link="#0000ff" vlink="#800080" alink="#ff0000">
<h1>Icecast 2 Documentation Table of Contents</h1>
<table width=100%><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
<li>Introduction
<li>Basic Setup
<li>Icecast Config File
<li>Admin Interface
<li>Server Statistics
<li>Relaying
<li>Listing in a YP directory
<li>Win32 specific documentation
<li>Glossary
<li>FAQ
<p><p><pre>
icecast 2.x - README
---------------------------------------------------------------------
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>Prerequisites
---------------------------------------------------------------------
icecast requires the following packages :
* libxml2 - http://xmlsoft.org/downloads.html
* libxslt - http://xmlsoft.org/XSLT/downloads.html
* curl - http://curl.haxx.se/download.html (>= version 7.10 required)
NOTE: icecast may be compiled without curl, however this will
disable all Directory server interaction (YP).
* ogg/vorbis - http://www.vorbis.com/files (>= version 1.0 required)
A Note About RPMS
---------------------------------------------------------------------
This section only applies to you if your operating system uses RPMS.
In order to build icecast, you will need to install the "devel" RPM
packages for each of the prerequisite packages in addition to the
normal RPMS for each package.
please check the websites for each of the prerequisite packages for
appropriate download links for RPMS.
<p>Build/Install
---------------------------------------------------------------------
To build icecast on a Unix platform, perform the following :
Run
./configure
make
make install
To build and install this release.
A sample config file will be placed in /usr/local/etc (on UNIX) or in
the current working directory (on Win32) and is called icecast.xml
Documentation for icecast is available in the doc directory, by
viewing doc/icecast2_TOC.html in a browser.
Please email us at icecast at xiph.org or icecast-dev at xiph.org, or come and see
us at irc.freenode.net, channel #icecast, if you have any troubles.
</pre>
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list