nightmorph 10/07/13 19:42:13 Modified: shoutcast-config.xml Log: typo fixes, no content change, so no revbump. bug 323401.
Revision Changes Path 1.17 xml/htdocs/doc/en/shoutcast-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/shoutcast-config.xml?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/shoutcast-config.xml?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/shoutcast-config.xml?r1=1.16&r2=1.17 Index: shoutcast-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/shoutcast-config.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- shoutcast-config.xml 19 May 2008 20:43:16 -0000 1.16 +++ shoutcast-config.xml 13 Jul 2010 19:42:13 -0000 1.17 @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/shoutcast-config.xml,v 1.16 2008/05/19 20:43:16 swift Exp $ --> -<guide link="/doc/en/shoutcast-config.xml"> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/shoutcast-config.xml,v 1.17 2010/07/13 19:42:13 nightmorph Exp $ --> +<guide> <title>Streaming Radio With SHOUTcast</title> <author title="Author"> @@ -416,8 +416,8 @@ hear this file played. As it states, the stream bit rate and the intro song bit rate must match, or else things will break. You can, however, put something such as intro128.mp3 and intro64.mp3, and it will play intro128.mp3 -to users connecting to a 128kbps stream, and intro64 for users connecting at -64kbps. +to users connecting to a 128kbps stream, and intro64.mp3 for users connecting +at 64kbps. </p> <pre caption="Setting up a back file"> @@ -452,7 +452,7 @@ </pre> <p> -This sets up a non-variable title for your Shoutcast server. Use this if your +This sets up a non-variable title for your SHOUTcast server. Use this if your source stream differs from your SHOUTcast Server's name. This will NOT work with relay servers. </p> @@ -523,7 +523,7 @@ <title>Access Configuration</title> <body> -<pre caption="Setting the max listner time"> +<pre caption="Setting the max listener time"> <comment>; ListenerTimer is a value in minutes of maximum permitted time for ; a connected listener. If someone is connected for longer than this ; amount of time, in minutes, they are disconnected. When undefined, @@ -738,7 +738,7 @@ <p> On demand streaming, as shown in the configuration chapter, automatically sets -up on demand play lists for mp3 files in the content directory. The Shoutcast +up on demand play lists for mp3 files in the content directory. The SHOUTcast server ebuild has a directory setup in /opt/SHOUTcast/content for all your on demand mp3's. Let's get started by creating a simple on demand streaming mp3. </p> @@ -761,7 +761,7 @@ Server so the file can be accessed. </p> -<pre caption="Starting up the Shoutcast Server"> +<pre caption="Starting up the SHOUTcast Server"> # <i>/etc/init.d/shoutcast start</i> * Starting Shoutcast Server... ******************************************************************************* @@ -1010,7 +1010,7 @@ we'll go ahead and get SHOUTcast Trans started. </p> -<pre caption="Starting up Shoutcast Trans and Shoutcast Server"> +<pre caption="Starting up SHOUTcast Trans and SHOUTcast Server"> # <i>/etc/init.d/shoutcast_trans start</i> * Starting Shoutcast Server... ******************************************************************************* @@ -1064,7 +1064,7 @@ <p> This was somewhat clipped. The -cache variable was put in to over-ride my -somewhat larger buffering settings. And viola! You're now listening to +somewhat larger buffering settings. And voilĂ ! You're now listening to streaming media! In the next chapter, we'll show you how to do a little bit more with your SHOUTcast Server. </p>
