Lines 1-157
Link Here
|
1 |
--- ncursesgui/about.cpp.orig Thu May 30 22:56:45 2002 |
|
|
2 |
+++ ncursesgui/about.cpp Mon Dec 22 00:47:55 2003 |
3 |
@@ -58,80 +58,80 @@ |
4 |
warning ("aboutbox::setitem()"); |
5 |
char src[8192]; |
6 |
snprintf (src, sizeof(src), |
7 |
-"MuSE is a [ d y n e . o r g ] production! :) |
8 |
- |
9 |
-MuSE <-------------------------------> Multiple Streaming Engine |
10 |
-MuSE is an application for the mixing, encoding, and streaming of sound: |
11 |
-is an engine that can simultaniously mix up to 6 separate MP3 or OggVorbis |
12 |
-audio files from the hard drive or the network, where each channel of |
13 |
-audio can be dynamicly adjusted for speed and volume plus a soundcard |
14 |
-line-in channel. The resulting stream can be played locally on the sound |
15 |
-card and/or encoded as an mp3 network stream to an icecast or shoutcast |
16 |
-server (ready to be mixed and played again by other muses... ;) |
17 |
- |
18 |
-MuSE has been created and is mantained by |
19 |
-Denis Rojo aka jaromil <jaromil@dyne.org> |
20 |
-The GTK+ graphical user interface is developed by |
21 |
-nightolo <night@autistici.org> |
22 |
-The ncurses user interface is developed by |
23 |
-Luca Profico aka rubik <rubik@olografix.org> |
24 |
- |
25 |
-MuSE as it is now would have never existed without the contributions of: |
26 |
-= Markus Seidl ( funda.ment.org ) for the idea of mixing and streaming |
27 |
- multiple files |
28 |
-= August Black ( aug.ment.org ) for the original graphical user interface |
29 |
-= SERVUS.AT for trusting this project since the beginning and supporting it |
30 |
-= PUBLIC VOICE Lab ( pvl.at ) for recently giving MuSE support and new |
31 |
- horizons of use |
32 |
-= Asbesto Molesto ( freaknet.org ) for the extensive testing and |
33 |
- documentation |
34 |
-= Alex, Rasty and Martinez ( ! ) for the good karma |
35 |
- |
36 |
-also BIG THANKS to: |
37 |
-lobo, voyager, void, blicero, saiborg, the freaknet medialab, the ASCII |
38 |
-squat, henk, the imc-audio collective, jeff, the LOA hacklab, the TPO, |
39 |
-bundes & didi, indymedia italy, neural.it, the autistici.org collective, |
40 |
-mag-one, radio onda rossa and all the others i'm forgetting here! |
41 |
- |
42 |
-MuSE redistributes, linking statically, the following libraries: |
43 |
-= libmpeg by Woo-jae Jung (now mantained by Mikael Hedin) |
44 |
-= libshout by Jack Moffit, Chad Armstrong and Scott Manley |
45 |
-= libcdk by Mike Glover |
46 |
- |
47 |
-(refer to documentation included into subdirectories for more informations) |
48 |
- |
49 |
-MuSE can link dinamically to the following libraries: |
50 |
-= libogg, libvorbis, libvorbisfile - www.xiph.org |
51 |
-= glib, libgdk, libgtk - www.gtk.org |
52 |
-= liblame - www.mp3dev.org/mp3 |
53 |
-= libX11, libXext - www.xfree86.org |
54 |
-= other common GNU libraries |
55 |
- |
56 |
-MuSE sourcecode also got inspirations from: |
57 |
-= stream mixer code by Scott Manley |
58 |
-= buffered FIFO pipe code by Charles Samuels. |
59 |
- |
60 |
- |
61 |
-MuSE is copyright (c) 2000, 2001, 2002 by Denis Rojo aka jaromil |
62 |
-MuSE's GTK+ G.U.I. is (c) 2002 by nightolo |
63 |
-MuSE's ncurses console U.I is (c) 2002 by Luca Profico aka rubik |
64 |
- |
65 |
- |
66 |
- |
67 |
---------------------------------------------------------------- |
68 |
-This source code is free software; you can redistribute it and/or |
69 |
-modify it under the terms of the GNU Public License as published |
70 |
-by the Free Software Foundation; either version 2 of the License, |
71 |
-or (at your option) any later version. |
72 |
- |
73 |
-This source code is distributed in the hope that it will be useful, |
74 |
-but WITHOUT ANY WARRANTY; without even the implied warranty of |
75 |
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
76 |
-Please refer to the GNU Public License for more details. |
77 |
- |
78 |
-You should have received a copy of the GNU Public License along with |
79 |
-this source code; if not, write to: |
80 |
-Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
81 |
+"MuSE is a [ d y n e . o r g ] production! :)\n\ |
82 |
+ \n\ |
83 |
+MuSE <-------------------------------> Multiple Streaming Engine \n\ |
84 |
+MuSE is an application for the mixing, encoding, and streaming of sound:\n\ |
85 |
+is an engine that can simultaniously mix up to 6 separate MP3 or OggVorbis\n\ |
86 |
+audio files from the hard drive or the network, where each channel of \n\ |
87 |
+audio can be dynamicly adjusted for speed and volume plus a soundcard \n\ |
88 |
+line-in channel. The resulting stream can be played locally on the sound \n\ |
89 |
+card and/or encoded as an mp3 network stream to an icecast or shoutcast \n\ |
90 |
+server (ready to be mixed and played again by other muses... ;)\n\ |
91 |
+\n\ |
92 |
+MuSE has been created and is mantained by \n\ |
93 |
+Denis Rojo aka jaromil <jaromil@dyne.org>\n\ |
94 |
+The GTK+ graphical user interface is developed by \n\ |
95 |
+nightolo <night@autistici.org>\n\ |
96 |
+The ncurses user interface is developed by\n\ |
97 |
+Luca Profico aka rubik <rubik@olografix.org>\n\ |
98 |
+\n\ |
99 |
+MuSE as it is now would have never existed without the contributions of:\n\ |
100 |
+= Markus Seidl ( funda.ment.org ) for the idea of mixing and streaming \n\ |
101 |
+ multiple files\n\ |
102 |
+= August Black ( aug.ment.org ) for the original graphical user interface\n\ |
103 |
+= SERVUS.AT for trusting this project since the beginning and supporting it\n\ |
104 |
+= PUBLIC VOICE Lab ( pvl.at ) for recently giving MuSE support and new \n\ |
105 |
+ horizons of use\n\ |
106 |
+= Asbesto Molesto ( freaknet.org ) for the extensive testing and \n\ |
107 |
+ documentation\n\ |
108 |
+= Alex, Rasty and Martinez ( ! ) for the good karma\n\ |
109 |
+\n\ |
110 |
+also BIG THANKS to:\n\ |
111 |
+lobo, voyager, void, blicero, saiborg, the freaknet medialab, the ASCII \n\ |
112 |
+squat, henk, the imc-audio collective, jeff, the LOA hacklab, the TPO, \n\ |
113 |
+bundes & didi, indymedia italy, neural.it, the autistici.org collective, \n\ |
114 |
+mag-one, radio onda rossa and all the others i'm forgetting here!\n\ |
115 |
+ \n\ |
116 |
+MuSE redistributes, linking statically, the following libraries:\n\ |
117 |
+= libmpeg by Woo-jae Jung (now mantained by Mikael Hedin)\n\ |
118 |
+= libshout by Jack Moffit, Chad Armstrong and Scott Manley\n\ |
119 |
+= libcdk by Mike Glover\n\ |
120 |
+\n\ |
121 |
+(refer to documentation included into subdirectories for more informations)\n\ |
122 |
+\n\ |
123 |
+MuSE can link dinamically to the following libraries:\n\ |
124 |
+= libogg, libvorbis, libvorbisfile - www.xiph.org\n\ |
125 |
+= glib, libgdk, libgtk - www.gtk.org\n\ |
126 |
+= liblame - www.mp3dev.org/mp3\n\ |
127 |
+= libX11, libXext - www.xfree86.org\n\ |
128 |
+= other common GNU libraries\n\ |
129 |
+\n\ |
130 |
+MuSE sourcecode also got inspirations from:\n\ |
131 |
+= stream mixer code by Scott Manley\n\ |
132 |
+= buffered FIFO pipe code by Charles Samuels.\n\ |
133 |
+\n\ |
134 |
+\n\ |
135 |
+MuSE is copyright (c) 2000, 2001, 2002 by Denis Rojo aka jaromil\n\ |
136 |
+MuSE's GTK+ G.U.I. is (c) 2002 by nightolo\n\ |
137 |
+MuSE's ncurses console U.I is (c) 2002 by Luca Profico aka rubik\n\ |
138 |
+\n\ |
139 |
+\n\ |
140 |
+\n\ |
141 |
+---------------------------------------------------------------\n\ |
142 |
+This source code is free software; you can redistribute it and/or\n\ |
143 |
+modify it under the terms of the GNU Public License as published \n\ |
144 |
+by the Free Software Foundation; either version 2 of the License,\n\ |
145 |
+or (at your option) any later version.\n\ |
146 |
+\n\ |
147 |
+This source code is distributed in the hope that it will be useful,\n\ |
148 |
+but WITHOUT ANY WARRANTY; without even the implied warranty of\n\ |
149 |
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ |
150 |
+Please refer to the GNU Public License for more details.\n\ |
151 |
+\n\ |
152 |
+You should have received a copy of the GNU Public License along with\n\ |
153 |
+this source code; if not, write to:\n\ |
154 |
+Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n\ |
155 |
"); |
156 |
|
157 |
item = splitstring(src); |