Update of /cvsroot/gaim/web/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27252
Modified Files:
downloads.php faq-ssl.txt faq.txt
Log Message:
Clean up faq-ssl a bit, add that yahoo ft doesn't work with http proxies,
and correct the RH9 download links because I forgot to mention the change
to Ethan.
Index: downloads.php
===================================================================
RCS file: /cvsroot/gaim/web/htdocs/downloads.php,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -p -r1.50 -r1.51
--- downloads.php 11 May 2005 05:12:31 -0000 1.50
+++ downloads.php 14 May 2005 16:25:46 -0000 1.51
@@ -56,10 +56,10 @@
<tr>
<td class="highlight">Gaim <?php print $current_version; ?> (Red Hat 9)</td>
<td>
- <a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>-0.rh9.i386.rpm?download">gaim-<?php print $current_version ?>-0.rh9.i386.rpm</a><br />
- <a href="http://prdownloads.sourceforge.net/gaim/gaim-devel-<?php print $current_version ?>-0.rh9.i386.rpm?download">gaim-devel-<?php print $current_version ?>-0.rh9.i386.rpm</a><br />
- <a href="http://prdownloads.sourceforge.net/gaim/gaim-silc-<?php print $current_version ?>-0.rh9.i386.rpm?download">gaim-silc-<?php print $current_version ?>-0.rh9.i386.rpm</a><br />
- <a href="http://prdownloads.sourceforge.net/gaim/gaim-tcl-<?php print $current_version ?>-0.rh9.i386.rpm?download">gaim-tcl-<?php print $current_version ?>-0.rh9.i386.rpm</a>
+ <a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>-0rh9.i386.rpm?download">gaim-<?php print $current_version ?>-0rh9.i386.rpm</a><br />
+ <a href="http://prdownloads.sourceforge.net/gaim/gaim-devel-<?php print $current_version ?>-0rh9.i386.rpm?download">gaim-devel-<?php print $current_version ?>-0rh9.i386.rpm</a><br />
+ <a href="http://prdownloads.sourceforge.net/gaim/gaim-silc-<?php print $current_version ?>-0rh9.i386.rpm?download">gaim-silc-<?php print $current_version ?>-0rh9.i386.rpm</a><br />
+ <a href="http://prdownloads.sourceforge.net/gaim/gaim-tcl-<?php print $current_version ?>-0rh9.i386.rpm?download">gaim-tcl-<?php print $current_version ?>-0rh9.i386.rpm</a>
</td>
</tr>
Index: faq-ssl.txt
===================================================================
RCS file: /cvsroot/gaim/web/htdocs/faq-ssl.txt,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -p -r1.26 -r1.27
--- faq-ssl.txt 21 Mar 2005 02:19:33 -0000 1.26
+++ faq-ssl.txt 14 May 2005 16:25:46 -0000 1.27
@@ -36,11 +36,11 @@ If you want to compile from source, make
Note: libgnutls & libgnutls-dev (from stable) are known to NOT work
</p>
-Q: Fedora Core (2 & 3)
+Q: Fedora Core (3)
A: Use the official Fedora Core packages from <a href="http://fedora.redhat.com/download/mirrors.html">
a Fedora Core mirror</a>
-Q: Fedora Core (1)
+Q: Fedora Core (1 & 2)
A: Use the Gaim provided packages : <a href="http://sourceforge.net/project/showfiles.php?group_id=235">
http://sourceforge.net/project/showfiles.php?group_id=235</a>
@@ -79,53 +79,6 @@ figure this out on your own? (or just se
Q: Mandrake (9.1, 9.2 & 10.0)
A: Use the Gaim provided packages : <a href="http://sourceforge.net/project/showfiles.php?group_id=235">
http://sourceforge.net/project/showfiles.php?group_id=235</a>
-<!--
-<p>
-Older notes:
-</p>
-<p>
-NOTE: Mandrake 9.2 includes tcl 8.4 which is known to cause problems with
-Gaim. tcl plugins will NOT work, but this isn't normally a problem.
-</p>
-<p>
-There's a 3rd party RPM (built from the same .spec file as the ones on sf.net)
-for Mandrake 9.2 here : <a href="http://gaim.jesuschrist.be/">
-http://gaim.jesuschrist.be/</a> (thanks to Alver on #gaim)
-</p>
-<p>
-Or you can compile from source:
-</p>
-<p>
-As always, make sure you have mozilla-nss, mozilla-nss-devel, mozilla-nspr and
-mozilla-nspr-devel installed (and perl-devel if you want perl support):
-</p>
-<pre><code>urpmi libnspr4 libnss3 libnss3-devel libnspr4-devel perl-devel</code></pre>
-<p>
-One user reported problems with permissions in the includes:
-</p>
-<pre><code>
- <icicled> i found that if i changed the permissions of the private directory in
- /usr/include/mozilla-1.4/nspr it will compile perfectly
- <faceprint> wow, that's sucky
- <ChipX86> ew
- <faceprint> you should definitely go scream bloody murder at mandrake
- <icicled> ?
- <icicled> not sure why they would have the private directory only readable by
- root
- <faceprint> that sounds like a serious bug in the mandrake package
-</code></pre>
-<p>
-Hint: (as root)
-</p>
-<pre><code>chmod 755 /usr/include/mozilla-1.4/nspr/private
- chmod 644 /usr/include/mozilla-1.4/nspr/private/*</code></pre>
--->
-
-<!--
-##Q: Mandrake (9.1)
-##A: Use the Gaim provided packages : <a href="http://sourceforge.net/project/showfiles.php?group_id=235">
-http://sourceforge.net/project/showfiles.php?group_id=235</a>
--->
Q: Red Hat Linux (9)
A: Use the Gaim provided packages : <a href="http://sourceforge.net/project/showfiles.php?group_id=235">
Index: faq.txt
===================================================================
RCS file: /cvsroot/gaim/web/htdocs/faq.txt,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -p -r1.191 -r1.192
--- faq.txt 6 May 2005 19:25:07 -0000 1.191
+++ faq.txt 14 May 2005 16:25:47 -0000 1.192
@@ -436,7 +436,8 @@ buggy)</li>
<li>Sending and receiving files on Jabber</li>
<li>Sending and receiving files on MSN</li>
<li>Sending and receiving files on SILC</li>
-<li>Sending and receiving files on Yahoo (sending is limited to an unknown file size)</li>
+<li>Sending and receiving files on Yahoo when not using an HTTP proxy (sending is
+limited to an unknown file size)</li>
</ul>
<p>
Most of the protocols themselves support file transfer, but Gaim
|