[xiph-cvs] cvs commit: ices/doc config.html style.css

Karl Heyes karl at xiph.org
Fri Jan 9 15:50:55 PST 2004



karl        04/01/09 18:50:55

  Modified:    doc      config.html style.css
  Log:
  minor doc updates

Revision  Changes    Path
1.3       +10 -0     ices/doc/config.html

Index: config.html
===================================================================
RCS file: /usr/local/cvsroot/ices/doc/config.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- config.html	3 Jan 2004 00:02:25 -0000	1.2
+++ config.html	9 Jan 2004 23:50:54 -0000	1.3
@@ -9,6 +9,15 @@
   <div class=boxtest>
    <h1>Config File</h1>
    <table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
+   <p>The ices 2 configuration file is in XML format, which is described in detail below.
+   There are 2 sample XML files provided which show the two main ways ices is used.<p>
+   </p>
+   <ul>
+   <li>live audio streaming, takes audio from the soundcard which can
+   be captured from say the Mic, line-In, or CD. 
+   <li>playlist audio streaming, takes pre-encoded Ogg Vorbis files
+   and either sends them as-is or re-encodes them to different settings</p>
+   </ul>
    <h2>General layout</h2>
    <pre>
     &lt;?xml version="1.0"?&gt;
@@ -82,6 +91,7 @@
          &lt;name&gt;My Stream&lt;/name&gt;
          &lt;genre&gt;Rock&lt;/genre&gt;
          &lt;description&gt;A short description of your stream&lt;/description&gt;
+         &lt;url&gt;http://mysite.org</url>
      &lt;/metadata&gt;
     </pre>
     <p>

<p><p>1.2       +2 -1      ices/doc/style.css

Index: style.css
===================================================================
RCS file: /usr/local/cvsroot/ices/doc/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- style.css	29 Dec 2003 23:49:25 -0000	1.1
+++ style.css	9 Jan 2004 23:50:54 -0000	1.2
@@ -32,9 +32,10 @@
 p.ruletest { color:red }
 
 div.boxtest { 
- border:10px solid; 
+ border:2px solid; 
  padding:30px; 
  background: #555555;
+ width:80%;
  color:#ffffff;
 }
 

<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