gaim/www

(10:52:48) nosnilmot: LSchiere2: you might also want these minor tweaks to faq.txt : http://www.nosnilmot.com/gaim/gaim-faq.patch
<?php
require "base.inc.php";
start_html("Downloads");
start_section("Downloads");
?>
<p>
The current version is <b><?php print $current_version; ?></b>.
</p>
<table class="dl_table">
<tr>
<td class="dl_heading">Description</td>
<td class="dl_heading">Files</td>
</tr>
<tr>
<td class="dl_selection">Gaim <?php print $current_version; ?> (Windows)</td>
<td class="dl_download">
<a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>.exe?download">gaim-<?php print $current_version ?>.exe</a><br>
<a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>-debug.exe?download">gaim-debug-<?php print $current_version ?>.exe</a>
</td>
</tr>
<tr>
<td class="dl_selection">Gaim <?php print $current_version; ?> (Fedora Core 1)</td>
<td class="dl_download">
<a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>-1fc1.i386.rpm?download">gaim-<?php print $current_version ?>-1fc1.i386.rpm</a><br>
<a href="http://prdownloads.sourceforge.net/gaim/gaim-devel-<?php print $current_version ?>-1fc1.i386.rpm?download">gaim-devel-<?php print $current_version ?>-1fc1.i386.rpm</a>
</td>
</tr>
<tr>
<td class="dl_selection">Gaim <?php print $current_version; ?> (Red Hat 9)</td>
<td class="dl_download">
<a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>-1rh9.i386.rpm?download">gaim-<?php print $current_version ?>-1rh9.i386.rpm</a><br>
<a href="http://prdownloads.sourceforge.net/gaim/gaim-devel-<?php print $current_version ?>-1rh9.i386.rpm?download">gaim-devel-<?php print $current_version ?>-1rh9.i386.rpm</a>
</td>
</tr>
<tr>
<td class="dl_selection">Gaim <?php print $current_version; ?> (Red Hat 8.0)</td>
<td class="dl_download">
<a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>-1rh8.i386.rpm?download">gaim-<?php print $current_version ?>-1rh8.i386.rpm</a><br>
<a href="http://prdownloads.sourceforge.net/gaim/gaim-devel-<?php print $current_version ?>-1rh8.i386.rpm?download">gaim-devel-<?php print $current_version ?>-1rh8.i386.rpm</a>
</td>
</tr>
<tr>
<td class="dl_selection">Gaim <?php print $current_version; ?> (Mandrake 9.2)</td>
<td class="dl_download">
<a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>-1mdk9.2.i586.rpm?download">gaim-<?php print $current_version ?>-1mdk9.2.i586.rpm</a><br>
<a href="http://prdownloads.sourceforge.net/gaim/gaim-devel-<?php print $current_version ?>-1mdk9.2.i586.rpm?download">gaim-devel-<?php print $current_version ?>-1mdk9.2.i586.rpm</a>
</td>
</tr>
<tr>
<td class="dl_selection">Gaim <?php print $current_version; ?> (Mandrake 9.1)</td>
<td class="dl_download">
<a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>-1mdk9.1.i586.rpm?download">gaim-<?php print $current_version ?>-1mdk9.1.i586.rpm</a><br>
<a href="http://prdownloads.sourceforge.net/gaim/gaim-devel-<?php print $current_version ?>-1mdk9.1.i586.rpm?download">gaim-devel-<?php print $current_version ?>-1mdk9.1.i586.rpm</a>
</td>
</tr>
<tr>
<td class="dl_selection">Gaim <?php print $current_version; ?> (Source)</td>
<td class="dl_download">
<a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>.tar.bz2?download">gaim-<?php print $current_version ?>.tar.bz2</a><br>
<a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>.tar.gz?download">gaim-<?php print $current_version ?>.tar.gz</a><br>
<a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>-1.src.rpm?download">gaim-<?php print $current_version ?>-1.src.rpm</a><br>
</td>
</tr>
</table>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=235">View all files</a></p>
<?php
end_section();
start_section("CVS") ?>
<p>
We encourage you to use the releases as much as possible. You <i>can</i>
obtain the Gaim source from anonymous CVS, but doing so puts unnecessary
load on the CVS servers. The code in CVS is never guaranteed to work
correctly, and if something is obviously broken you should not complain
about it, this only slows the development process. However, if you feel
a need to be more cutting-edge than necessary, or if you desire to hack
on the Gaim source, you should use CVS. See our
<a href="<?php print $navigation["CVS Information"]["URL"] ?>">CVS</a>
page for more information.
</p>
<?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();
?>