gaim/www

Initial import into CVS
chipx86 start
2002-09-26, Christian Hammond
2b210e25fed4
Initial import into CVS
<?php
require "html.inc.php";
start_html("Downloads");
start_section("Downloads");
?>
<p>
The current version is version <b><?php print $current_version; ?></b>.
</p>
<ul>
<li><a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>.tar.gz">Source Tarball</a></li>
<li><a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>.tar.bz2">Source BZ2ball</a></li>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=235">Other releases</a> (RPM, etc.)</li>
</ul>
<?php end_section(); start_section("CVS") ?>
<p>
When possible, you really should be using
<a href="<?php print $navigation["CVS Information"]["URL"] ?>">CVS</a>
instead of the last release, because there are often many bugs fixed in
the CVS version that were present in the last release. If using CVS is not
an option, consider using the CVS tarball.
</p>
<ul>
<li><a href="/gaim-CVS.tar.gz">CVS Nightly Source Tarball</a></li>
</ul>
<?php
end_section();
print "<a name=\"apt-rpm\"></a>\n";
start_section("apt-get for rpm");
?>
<p>
If you are using <a href="http://apt4rpm.sourceforge.net/">apt-rpm</a>, you
can stay up-to-date with the latest Gaim RPMs by adding one of the following
Gaim apt-rpm repositories to your <code>/etc/apt/sources.list</code> and
running <code>apt-get update</code>, <code>apt-get upgrade</code>:
</p>
<p><b>i386:</b></p>
<pre>
rpm http://gaim.sourceforge.net/apt redhat/7.3/en/i386 release
rpm-src http://gaim.sourceforge.net/apt redhat/7.3/en/i386 release
</pre>
<br />
<p><b>PowerPC:</b></p>
<pre>
rpm http://gaim.sourceforge.net/apt redhat/7.3/en/ppc release
rpm-src http://gaim.sourceforge.net/apt redhat/7.3/en/ppc release
</pre>
<?php
end_section();
end_html();
?>