updated old darkice website links
This commit is contained in:
parent
d1207ea7f5
commit
542ac4b022
|
@ -114,7 +114,7 @@ Developed with contributions by
|
||||||
|
|
||||||
.SH LINKS
|
.SH LINKS
|
||||||
Project homepage:
|
Project homepage:
|
||||||
.I http://darkice.tyrell.hu/
|
.I http://code.google.com/p/darkice/
|
||||||
|
|
||||||
.B IceCast
|
.B IceCast
|
||||||
homepage:
|
homepage:
|
||||||
|
|
|
@ -655,7 +655,7 @@ Akos Maroy
|
||||||
|
|
||||||
.SH LINKS
|
.SH LINKS
|
||||||
Project homepage:
|
Project homepage:
|
||||||
.I http://darkice.tyrell.hu/
|
.I http://code.google.com/p/darkice/
|
||||||
|
|
||||||
.B IceCast
|
.B IceCast
|
||||||
homepage:
|
homepage:
|
||||||
|
|
|
@ -190,7 +190,7 @@ IceCast2 :: sendLogin ( void ) throw ( Exception )
|
||||||
}
|
}
|
||||||
|
|
||||||
// send user agent info
|
// send user agent info
|
||||||
str = "\nUser-Agent: DarkIce/" VERSION " (http://darkice.tyrell.hu/)";
|
str = "\nUser-Agent: DarkIce/" VERSION " (http://code.google.com/p/darkice/)";
|
||||||
sink->write( str, strlen( str));
|
sink->write( str, strlen( str));
|
||||||
|
|
||||||
// send the ice- headers
|
// send the ice- headers
|
||||||
|
|
|
@ -107,9 +107,11 @@ main (
|
||||||
int res = -1;
|
int res = -1;
|
||||||
|
|
||||||
std::cout << "DarkIce " << VERSION
|
std::cout << "DarkIce " << VERSION
|
||||||
<< " live audio streamer, http://darkice.tyrell.hu/"
|
<< " live audio streamer, http://code.google.com/p/darkice/"
|
||||||
<< std::endl
|
<< std::endl
|
||||||
<< "Copyright (c) 2000-2007, Tyrell Hungary, http://tyrell.hu/"
|
<< "Copyright (c) 2000-2007, Tyrell Hungary, http://tyrell.hu/"
|
||||||
|
<< std::endl
|
||||||
|
<< "Copyright (c) 2008-2009, Akos Maroy and Rafael Diniz"
|
||||||
<< std::endl << std::endl;
|
<< std::endl << std::endl;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue