gaim/www

try this

2003-12-17, Luke Schierer
624c6f5e4dcb
Parents eb7a4e14d647
Children abd08f4463e6
try this
--- a/htdocs/faq.txt Wed Dec 17 19:18:12 2003 -0500
+++ b/htdocs/faq.txt Wed Dec 17 19:20:44 2003 -0500
@@ -9,7 +9,7 @@
&lt;= 0.10.40) or <code>autopoint</code> (for gettext &gt;= 0.11.3). If it
does not, look for another package.
<p>
- We don't support gettext 0.11.0 through 0.11.2 or 0.12.1. It may work for
+ We don't support gettext 0.11.0 through 0.11.2 or 0.12.1. It may work for
you, but we make no promises.
</p>
<p>
@@ -27,7 +27,7 @@
the --no-verify from the configure script.
</p>
-Q: I'm trying to install Gaim, but it complains that I don't have
+Q: I'm trying to install Gaim, but it complains that I don't have
libgtkspell.so.0, from where can I get this?
A: libtgtkspell.so.0 is provided by gtkspell. This library is used by
@@ -36,7 +36,7 @@
can find the source and a non-Red Hat specific RPM at <a
href="http://gtkspell.sourceforge.net/">gtkspell.sourceforge.net</a>.
-Q: Is there some way I can compile just Gaim, without all of these protocols?
+Q: Is there some way I can compile just Gaim, without all of these protocols?
A: Sort of, yeah. There are actually two ways to do it.
<ol>
@@ -84,7 +84,7 @@
release with GTK2 support. 0.60 and all future Gaim versions will no
longer support GTK1.2. With the release of 0.60, the gtk1-stable tree that
the 0.59.x releases were from has been discontinued. If you want anything new
-in that tree, you will have to maintain it yourself.
+in that tree, you will have to maintain it yourself.
Q: I'd like to use Gaim on IRIX.
@@ -191,7 +191,7 @@
or "artsplay %s."
</p>
-Q: How do I make Gaim use ALSA or OSS for playing sounds? What does the
+Q: How do I make Gaim use ALSA or OSS for playing sounds? What does the
"Automatic" option do?
A: If you choose "Automatic", "ESD", or "Arts", Gaim uses libao to play
@@ -200,10 +200,10 @@
<p>
If you choose Automatc, you can create a file, either
/etc/libao.conf or ~/.libao, and put <B>one</B> of the following lines
- in it:
+ in it:<br/>
<code>
- default_driver=alsa
- default_driver=oss
+ default_driver=alsa<br/>
+ default_driver=oss<br/>
</code>
Other drivers, like alsa09, arts, esd, irix, macosx, and sun might also
be supported, depending on your platform, and how libao was compiled.