Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: shoutcast-config.xml
Date: Tue, 13 Jul 2010 19:42:16
Message-Id: 20100713194213.2EFC72CE14@corvid.gentoo.org
1 nightmorph 10/07/13 19:42:13
2
3 Modified: shoutcast-config.xml
4 Log:
5 typo fixes, no content change, so no revbump. bug 323401.
6
7 Revision Changes Path
8 1.17 xml/htdocs/doc/en/shoutcast-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/shoutcast-config.xml?rev=1.17&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/shoutcast-config.xml?rev=1.17&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/shoutcast-config.xml?r1=1.16&r2=1.17
13
14 Index: shoutcast-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/shoutcast-config.xml,v
17 retrieving revision 1.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- shoutcast-config.xml 19 May 2008 20:43:16 -0000 1.16
21 +++ shoutcast-config.xml 13 Jul 2010 19:42:13 -0000 1.17
22 @@ -1,7 +1,7 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/shoutcast-config.xml,v 1.16 2008/05/19 20:43:16 swift Exp $ -->
26 -<guide link="/doc/en/shoutcast-config.xml">
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/shoutcast-config.xml,v 1.17 2010/07/13 19:42:13 nightmorph Exp $ -->
28 +<guide>
29 <title>Streaming Radio With SHOUTcast</title>
30
31 <author title="Author">
32 @@ -416,8 +416,8 @@
33 hear this file played. As it states, the stream bit rate and the intro song
34 bit rate must match, or else things will break. You can, however, put
35 something such as intro128.mp3 and intro64.mp3, and it will play intro128.mp3
36 -to users connecting to a 128kbps stream, and intro64 for users connecting at
37 -64kbps.
38 +to users connecting to a 128kbps stream, and intro64.mp3 for users connecting
39 +at 64kbps.
40 </p>
41
42 <pre caption="Setting up a back file">
43 @@ -452,7 +452,7 @@
44 </pre>
45
46 <p>
47 -This sets up a non-variable title for your Shoutcast server. Use this if your
48 +This sets up a non-variable title for your SHOUTcast server. Use this if your
49 source stream differs from your SHOUTcast Server's name. This will NOT work
50 with relay servers.
51 </p>
52 @@ -523,7 +523,7 @@
53 <title>Access Configuration</title>
54 <body>
55
56 -<pre caption="Setting the max listner time">
57 +<pre caption="Setting the max listener time">
58 <comment>; ListenerTimer is a value in minutes of maximum permitted time for
59 ; a connected listener. If someone is connected for longer than this
60 ; amount of time, in minutes, they are disconnected. When undefined,
61 @@ -738,7 +738,7 @@
62
63 <p>
64 On demand streaming, as shown in the configuration chapter, automatically sets
65 -up on demand play lists for mp3 files in the content directory. The Shoutcast
66 +up on demand play lists for mp3 files in the content directory. The SHOUTcast
67 server ebuild has a directory setup in /opt/SHOUTcast/content for all your on
68 demand mp3's. Let's get started by creating a simple on demand streaming mp3.
69 </p>
70 @@ -761,7 +761,7 @@
71 Server so the file can be accessed.
72 </p>
73
74 -<pre caption="Starting up the Shoutcast Server">
75 +<pre caption="Starting up the SHOUTcast Server">
76 # <i>/etc/init.d/shoutcast start</i>
77 * Starting Shoutcast Server...
78 *******************************************************************************
79 @@ -1010,7 +1010,7 @@
80 we'll go ahead and get SHOUTcast Trans started.
81 </p>
82
83 -<pre caption="Starting up Shoutcast Trans and Shoutcast Server">
84 +<pre caption="Starting up SHOUTcast Trans and SHOUTcast Server">
85 # <i>/etc/init.d/shoutcast_trans start</i>
86 * Starting Shoutcast Server...
87 *******************************************************************************
88 @@ -1064,7 +1064,7 @@
89
90 <p>
91 This was somewhat clipped. The -cache variable was put in to over-ride my
92 -somewhat larger buffering settings. And viola! You're now listening to
93 +somewhat larger buffering settings. And voilĂ ! You're now listening to
94 streaming media! In the next chapter, we'll show you how to do a little
95 bit more with your SHOUTcast Server.
96 </p>