improved link colors
added hyperlinks to downloadable files
This commit is contained in:
parent
edef1498c8
commit
83f01ac039
|
@ -4,7 +4,7 @@
|
|||
<!-- $Id$ -->
|
||||
</head>
|
||||
|
||||
<body bgcolor=#000000 text=#eeeeee link=#3f009d alink=#3f009d vlink=#3f009d>
|
||||
<body bgcolor=#000000 text=#eeeeee link=#88ccff alink=#8888ff vlink=#8888ff>
|
||||
<center>
|
||||
<table cellspacing=0 cellpadding=0 border=0 width=450 height=100%>
|
||||
<tr valign=bottom><td colspan=9><a href="http://tyrell.hu"><img src="blankheader.gif" border="0" width=450 height=54></a></td></tr>
|
||||
|
@ -55,15 +55,21 @@ use your own lame libs if you like.
|
|||
<p>
|
||||
You can either
|
||||
<ul>
|
||||
<li>get the RPM packages <b>lame-3.89beta-1.i386.rpm</b> and
|
||||
<b>darkice-0.4-1.i386.rpm</b>, install & enjoy</li>
|
||||
<li>get the package <b>darkice-static-0.4-1.i388.rpm</b>, this is
|
||||
<li>get the RPM packages
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/lame-3.89beta-1.i386.rpm">lame-3.89beta-1.i386.rpm</a> and
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.4-1.i386.rpm">darkice-0.4-1.i386.rpm</a>,
|
||||
install & enjoy</li>
|
||||
<li>get the package
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-static-0.4-1.i386.rpm">darkice-static-0.4-1.i386.rpm</a>, this is
|
||||
statically linked, and does not need lame libraries</li>
|
||||
<li>download the source tarball <b>darkice-0.4.tar.gz</b>
|
||||
<li>download the source tarball
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.4.tar.gz">darkice-0.4.tar.gz</a>
|
||||
and compile yourself. You will need the lame libs to do this.
|
||||
Try packages <b>lame-3.89beta-1.i386.rpm</b> and
|
||||
<b>lame-devel-3.89beta-1.i386.rpm</b>, or your favourite
|
||||
lame tarball. You'll need lame 3.89 or above.
|
||||
Try packages
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/lame-3.89beta-1.i386.rpm">lame-3.89beta-1.i386.rpm</a> and
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/lame-devel-3.89beta-1.i386.rpm">lame-devel-3.89beta-1.i386.rpm</a>, or your favourite
|
||||
<a href="ftp://lame.sourceforge.net/pub/lame/src/">lame tarball</a>.
|
||||
You'll need lame 3.89 or above.
|
||||
</ul>
|
||||
<p>
|
||||
If you like to live on the edge, you can check the
|
||||
|
|
Loading…
Reference in New Issue