gaim/www

(21:23:17) SimGuy: LSchiere: why is it that gaim-ssl.txt is not a web page?
(21:23:36) LSchiere: SimGuy: because i don't know how to use the includes
and engines ChipX86|Coding wrote
(21:23:47) LSchiere: and so i just committed the file nosnilmot gave me
(21:24:10) nosnilmot: SimGuy: http://gaim.nosnilmot.com/faq-ssl.php
(21:24:21) nosnilmot: LSchiere: do you want that?
(21:24:40) nosnilmot: SimGuy: because I was a lazy sod originally
(21:25:01) SimGuy: nosnilmot: haha, that's exactly the sort of thing i
meant
(21:25:12) ***LSchiere blinks
(21:25:18) LSchiere: nosnilmot: yes i would
(21:26:18) nosnilmot: LSchiere:
(21:26:45) nosnilmot: LSchiere: it fixinates a couple of too for goodness


Christian, if this isn't correct, just revert it and we'll have nosnilmot
fix it ;-)
<?php
require "base.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?download">Source Tarball</a></li>
<li><a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>.tar.bz2?download">Source BZ2ball</a></li>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=235">Other releases</a> (RPM, win32 etc.)</li>
</ul>
<?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();
?>