pidgin/old.pidgin.im

d66ce012c67c
merge of '921a5b3367a1e0c730ee27132630c65619dff116'
and '0f0bdd7aebfa5083dfa31ea1d5545aebd06dadbb'
--- a/contactinfo.php Tue Apr 24 03:17:46 2007 +0000
+++ b/contactinfo.php Fri Sep 21 01:50:21 2007 +0000
@@ -166,6 +166,7 @@
<h2>Crazy Patch Writers</h2>
<dl>
+<dt>John 'rekkanoryo' Bailey</dt>
<dt>Ka-Hing 'javabsp' Cheung</dt>
<dt>Felipe 'shx' Contreras</dt>
<dt>Decklin Foster</dt>
--- a/documentation.php Tue Apr 24 03:17:46 2007 +0000
+++ b/documentation.php Fri Sep 21 01:50:21 2007 +0000
@@ -29,7 +29,7 @@
<li><a href="statusicons.php">Status Icons</a></li>
<li><a href="security/">Security Problems</a></li>
<li><a href="l10n/">Internationalization Statistics</a> - Updated nightly</li>
- <li><a href="gdb.php">Getting a backtrace</a> - Using GDB to get a backtrace</li>
+ <li><a href="bug.php">Tips for Bug Reports</a> - What to do if you've found a bug in Pidgin.
<li><a href="protocol.php">Protocols</a> -
Descriptions of the protocols Pidgin uses (incomplete)</li>
<li><a href="http://developer.pidgin.im/doxygen/dev/html/main.html">API Documentation</a> -
--- a/downloads.php Tue Apr 24 03:17:46 2007 +0000
+++ b/downloads.php Fri Sep 21 01:50:21 2007 +0000
@@ -143,107 +143,5 @@
<p>
To verify the signature of a <code>.tar.gz</code> or <code>.tar.bz2</code> file:</p>
<pre><code>$ gpg --verify gaim-0.80.tar.bz2.asc gaim-0.80.tar.bz2</code></pre>
-
-<h2>Subversion (aka SVN)</h2>
-
-<p>
- Subversion is a way of storing and tracking changes in the
- code between releases.
- The Gaim source is kept in a Subversion repository. Because
- this is the central location for
- all Gaim development, it always has the latest code and bug fixes. However,
- this means it also has the latest bugs.
-</p>
-
-<p>
- We encourage you to use the releases as much as possible. You <i>can</i>
- obtain the Gaim source from the Subversion repository,
- but doing so puts unnecessary
- load on the Subversion servers. The code in Subversion
- 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 desire
- to hack on the Gaim source, you should use Subversion. Please be sure to read
- <a href="/faq.php#svn">this</a> before using Subversion.
-</p>
-
-<p>
- Here's step-by-step instructions for how to check out and build gaim from
- Subversion. Before you begin, make sure you have libtool,
- gettext, automake, and
- autoconf installed. If you normally install gaim from RPM, make sure you
- also have devel packages of glib 2.0 and gtk 2.0 (but at least
- glib and gtk 2.4 are
- recommended) installed, as well as gcc and gmake. You also need a Subversion
- client installed. If you're using a Unixy operating system you can
- usually install a Subversion client using your operating system's
- package management tools. Or you can download a client from
- <a href="http://subversion.tigris.org/">the Subversion website</a>.
-</p>
-
-<h4>Step 1. Check out the source</h4>
-<p>
- Run the following command in a directory that you have write access to (such
- as your home directory):
-</p>
-<pre>
-<code>svn co https://svn.sourceforge.net/svnroot/pidgin/trunk gaim</code>
-</pre>
-<p>
- You should see it listing all the source files.
</p>
-<h4>Step 2. Build again</h4>
-<p>
- Once you've checked Gaim out of Subversion, run the follwing commands:
-</p>
-<pre>
-<code>cd gaim
-./autogen.sh</code>
-</pre>
-<p>
- If you see any errors here, you haven't installed everything you need.
- autogen.sh will also run ./configure for you once it's created, if it's
- created successfully. If you see any errors related to GLib or GTK, you
- haven't installed the devel packages.
-</p>
-<pre>
-<code>gmake
-gmake install</code>
-</pre>
-
-<h4>Step 3. Update gaim</h4>
-<p>
- When there are changes to gaim's code, you'll want to update your local copy.
- You don't have to remove the entire directory that you checked out and redo
- the whole thing; instead, from inside the directory, run:
-</p>
-<pre>
-<code>svn update
-gmake
-gmake install</code>
-</pre>
-<p>
- The update will merge all the changes into the current files, and then
- gmake will rebuild gaim.
-</p>
-<p>
- And that should be everything. Please note you need to use gmake; BSD make
- will not work. Also, gmake is installed simply as 'make' on some systems -
- if gmake isn't found, use make instead. Please be sure that you are using
- the correct version before submitting bug reports - gaim is installed in
- <code>/usr/local/bin</code> by default, and you may have an older copy in
- <code>/usr/bin</code>. <code>./configure</code> should warn you if that
- is the case.
-</p>
-
-<h3>Subversion Commits Mailing List</h3>
-
-<p>
- We also have a mailing list set up that will notify you when new
- commits are made. Join <code>gaim-commits@lists.sourceforge.net</code> by
- telling us your email address at
- <a href="http://lists.sourceforge.net/lists/listinfo/gaim-commits">http://lists.sourceforge.net/lists/listinfo/gaim-commits</a>.
- Then you'll know when to update.
-</p>
-
--- a/faq-ssl.php Tue Apr 24 03:17:46 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,157 +0,0 @@
-<?
- $page->title = 'FAQ - SSL';
- require('inc/template.inc.php');
-
- require_once('inc/faq-functions.inc.php');
-?>
-
-<h1>Frequently Asked Questions - SSL</h1>
-
-<?
- /* The Q&A begins here */
- $faq = file("./faq-ssl.txt");
- $faq_lines = count($faq);
- $sections = array();
-
- $qa = 1;
- $in_section = 0;
- $in_question = 0;
-
- /* Loop through once to get all the questions. */
- for ($i = 0; $i < $faq_lines; $i++)
- {
- $line = $faq[$i];
-
- if ($line == "" || $line == "\n" || substr($line, 0,3) == "A:\t")
- {
- if ($in_question)
- {
- print "</a></li>\n";
- $in_question = 0;
- }
-
- continue;
- }
- elseif (substr($line, 0, 3) == "Q:\t")
- {
- if ($in_question)
- {
- print "</a></li>\n";
- $in_question = 0;
- }
-
- $question = substr($line, 3);
- $question = preg_replace(
- "/(<\/?(br|code|pre|div)( ?\/)?>|[\r\n\t])/", " ", $question);
-
- print " <li><a href=\"#q" . $qa . "\">";
- print $question;
-
- $in_question = 1;
-
- $qa++;
- }
- elseif (substr($line, 0, 9) == "!SECTION\t")
- {
- if ($in_question)
- {
- print "</a></li>\n";
- $in_question = 0;
- }
-
- if ($in_section)
- print "</ul>\n";
-
- print "<b>" . trim(substr($line, 9)) . "</b>\n";
- print "<ul>\n";
-
- $in_section = 1;
- }
- elseif (substr($line, 0, 9) == "!COMMENT\t")
- {
- }
- elseif ($in_question)
- {
- print preg_replace(
- "/(<\/?(br|code|pre|div)( ?\/)?>|[\r\n\t])/", " ", $line);
- }
- }
-
- if ($in_question == 1)
- {
- print "</a></li>\n";
- }
-
- if ($in_section == 1)
- {
- print "</ul>\n";
- }
-
- /* Now we'll loop through again to print out the questions and answers. */
- $qa = 1;
- $in_section = 0;
- $in_question = 0;
- $in_answer = 0;
- $anchor = "";
-
- for ($i = 0; $i < $faq_lines; $i++)
- {
- $line = $faq[$i];
-
- if (substr($line, 0, 3) == "Q:\t")
- {
- check_in_qa();
-
- start_q();
- print substr($line, 3);
-
- $qa++;
-
- $in_question = 1;
- }
- elseif (substr($line, 0, 3) == "A:\t")
- {
- check_in_qa();
-
- start_a();
- print substr($line, 3);
-
- $in_answer = 1;
- }
- elseif (substr($line, 0, 9) == "!SECTION\t")
- {
- check_in_qa();
-
- if ($in_section == 1)
- {
- print "</dl>\n";
- }
-
- $name = trim(substr($line, 9));
-
- print "<h2 id=\"" . build_section_name($name) . "\">$name</h2>";
- print "<dl>\n";
-
- $in_section = 1;
- }
- elseif (substr($line, 0, 8) == "!ANCHOR\t")
- {
- $anchor = trim(substr($line, 8));
- }
- elseif (substr($line, 0, 9) == "!COMMENT\t")
- {
- }
- elseif ($in_question || $in_answer)
- {
- print $line;
- }
- }
-
- check_in_qa();
-
- if ($in_section == 1)
- {
- print "</dl>\n";
- }
-
-?>
--- a/faq-ssl.txt Tue Apr 24 03:17:46 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,564 +0,0 @@
-!SECTION General
-
-Q: Introduction
-A: This information was compiled by <a href="mailto:stu@nosnilmot.com">Stu Tomlinson</a>
-with much help from #pidgin
-<p>
-Read the ChanServ notice? Read the Topic? Read the FAQ?
-Still having problems getting SSL to work with Pidgin?
-read on, maybe you're in luck. but probably not.
-</p>
-
-Q: General Notes
-A: Purple needs to be compiled with SSL support to work with MSN, and for
-SSL connections on Jabber (where the server supports it). You will need either
-GnuTLS (and all its dependencies) or Mozilla NSS &amp; NSPR.
-<p>Mozilla 1.5 will not provide all the pieces for NSPR &amp; NSS due to breakage in
-Mozilla that misses out some .h files (or something...). You might be able to
-install mozilla-{nss,nspr}{,-devel} from 1.4, or install nss from source, in
-parallel and link against those for purple. Or just use GnuTLS.</p>
-<p>
-OpenSSL is not an option for SSL support in purple because the OpenSSL
-<a href="http://www.openssl.org/source/license.html">license</a>
-(BSD-style with advertising clause) is not compatible with the Purple license
-(<a href="http://www.gnu.org/licenses/gpl.html">GPL</a>).
-</p>
-
-!SECTION Distribution Specific Tips
-
-Q: Debian
-A: Use the debs
-<p>
-If you want to compile from source, make sure you have
-<code>libgnutls11-dev</code> installed. You can ensure you have all the
-necessary build dependencies installed by running: <code>apt-get build-dep
-pidgin</code>.
-</p>
-<p>
-Note: libgnutls &amp; libgnutls-dev (from woody) are known to NOT work
-</p>
-
-Q: Fedora Core (3 &amp; 4)
-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 &amp; 2)
-A: Use the Pidgin provided packages : <a href="http://sourceforge.net/project/showfiles.php?group_id=235">
-http://sourceforge.net/project/showfiles.php?group_id=235</a>
-
-Q: Gentoo
-A: Gentoo's ebuilds for Pidgin should &quot;Just Work&quot;. Before you do
-anything, sync your Portage package database:
-<pre><code>emerge sync</code></pre>
-<p>
-The most recent Pidgin version is usually not in Gentoo stable. To ensure you
-are using the most recent release in Portage, you may add the following line to
-<code>/etc/portage/package.keywords</code>. If you are not using x86, replace
-"~x86" with your CPU type, such as "~ppc" or "~sparc":
-</p>
-<pre><code>net-im/pidgin ~x86</code></pre>
-<p>
-Portage will build and install the NSS and NSPR packages automatically if you
-do not have them. Altenatively, if you add the following line to
-<code>/etc/portage/package.use</code>, Portage will automatically use GnuTLS
-instead, building and installing it if necessary:
-</p>
-<pre><code>net-im/pidgin gnutls</code></pre>
-<p>
-After you are satisfied with your configuration, run the following command
-to install the latest version available in Portage and any dependencies that
-you need:
-</p>
-<pre><code>emerge pidgin</code></pre>
-<p>
-Also, don't forget that emerge is <b>not</b> a <a href="http://dictionary.reference.com/search?q=transitive%20verb">transitive verb</a>!
-</p>
-
-Q: Linux From Scratch
-A: If you're crazy enough to actually use LFS surely you're crazy enough to
-figure this out on your own? (or just see below on compiling from source)
-
-Q: Mandrake (10.1)
-A: There are 3rd party RPMs for Mandrake 10.1 here:
-<a href="http://gaim.jesuschrist.be/">http://gaim.jesuschrist.be/</a>
-
-Q: Mandrake (9.2 &amp; 10.0)
-A: Use the Pidgin 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 Pidgin 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 (&lt;9)
-A: Please join this century.
-
-
-Q: Slackware (9.1, 10.0 &amp; 10.1)
-A: There are sometimes 3rd party packages for Slackware 9.1, 10.0 and 10.1 here:
-<a href="http://www.linuxpackages.net/">http://www.linuxpackages.net/</a>).
-These packages may depend on other packages available from the same site.
-
-<p>
-Or you can use the Pidgin source, with mozilla-1.4 installed (if you have another
-version of mozilla, try replacing 1.4 with your version number):
-</p>
-<pre><code>./configure --with-nss-includes=/usr/include/mozilla-1.4/nss \
---with-nspr-includes=/usr/include/mozilla-1.4/nspr \
---with-nss-libs=/usr/lib/mozilla-1.4 \
---with-nspr-libs=/usr/lib/mozilla-1.4</code></pre>
-<p>
-We are told that recently, Slack removed Mozilla-1.7.5 from Slackware-Current
-and replaced it with Mozilla-Firefox-1.0.1. This may change the exact
-location for the paths above.
-</p>
-<p>
-Also, you'll need to add /usr/lib/mozilla-1.4 to /etc/ld.so.conf and run ldconfig
-as root
-</p>
-<p>
-If you have Mozilla Firebird installed instead of plain Mozilla 1.4, you
-<i>might</i> be able to use the packages mentioned above by adding this
-directory to <code>/etc/ld.so.conf</code> and running <code>ldconfig</code> as
-root:</p>
-<pre><code>/usr/lib/MozillaFirebird-0.7</code></pre>
-<p>This has been reported to work with Mozilla Firebird 0.7, other versions
-might work but this has not been thoroughly tested.</p>
-<p>Firefox also includes the necessary libraries, so if you have a binary package
-of Pidgin that was built with SSL support you may be able to add
-<code>/usr/lib/firefox</code> to <code>/etc/ld.so.conf</code> and run
-<code>ldconfig</code> as root.
-</p>
-
-Q: SuSE (8.2, 9.0, 9.1, 9.2 &amp; 9.3)
-A: There are 3rd party RPMs for SuSE 8.2, 9.0, 9.1 &amp; 9.2 here :
-<a href="http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=Network%2Fgaim/">
-http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=Network%2Fgaim/</a>
-<p>
-<b>Note</b>: These RPMs use GnuTLS for SSL support, but GnuTLS is not shipped
-with SuSE. You can get RPMs of GnuTLS (and OpenCDK &amp; libtasn1, which are
-required by GnuTLS) from the same site.
-</p>
-<p>
-<b>Note2</b>: SuSE >= 9.1 <i>does</i> include GnuTLS, and you should
-use the SuSE provided GnuTLS with the Pidgin RPM from the above site.
-</p>
-<p>
-If you wish to compile Pidgin from source using Mozilla NSS, there
-are Mozilla NSS packages available on the same site, here:
-<a href="http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=%2FLibraries%2Fmozilla-nss/">
-http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=%2FLibraries%2Fmozilla-nss/</a>
-</p>
-
-Q: Ubuntu (Warty 4.10 &amp; Hoary 5.04)
-A: If you want to compile from source, make sure you have
-<code>libgnutls10-dev</code> installed.<br/>
-Lars-Erik Labori provided a nice easy to follow guide:
-<p>
-First of all, you need to remove the old ubuntu Pidgin version:
-</p>
-<pre><code>$ sudo apt-get remove pidgin</code></pre>
-<p>
-1. You need to download the latest Pidgin source from <a href="/downloads.php">here</a>.<br/>
-
-2. You need to install the GNU TLS library development files:
-</p>
-<pre><code>$ sudo apt-get install libgnutls10-dev</code></pre>
-<p>3. Compile Pidgin:</p>
-<pre><code>$ ./configure --enable-gnutls=yes
-$ sudo make
-$ sudo make install </code></pre>
-<p>
-Your new Pidgin should be up and running.
-</p>
-
-Q: FreeBSD (5.1)
-A: Compile from source. See the note below on GnuTLS versions that have
-been reported to work with *BSD, these tips might also help you:
-<p>
-For i18n to work, you need to have gettext installed. It will probably stuff
-itself in /usr/local, so you need to configure like this:
-</p>
-<pre><code>./configure --with-libintl-prefix=/usr/local</code></pre>
-<p>
-Alternatively, if you only need to use English, you can disable i18n (and the
-dependancy on gettext) by configuring like so:
-</p>
-<pre><code>./configure --disable-nls</code></pre>
-<p>
-Apparently GnuTLS is no longer working for FreeBSD users (and possibly
-others), but it (apparently, again) does work with NSS/NSPR from ports
-(nss-3.8):
-</p>
-<pre><code>cd /usr/ports/net/pidgin ; make WITHOUT_GNUTLS=t WITH_NSS=t WITHOUT_AUDIO=t package clean</code></pre>
-Q: OpenBSD (3.4)
-A: Compile from source. See the note below on GnuTLS versions that have
-been reported to work with *BSD, these tips might also help you:
-<p>
-For i18n to work, you need to have gettext installed. It will probably stuff
-itself in /usr/local, so you need to configure like this:
-</p>
-<pre><code>./configure --with-libintl-prefix=/usr/local</code></pre>
-<p>
-Alternatively, if you only need to use English, you can disable i18n (and the
-dependancy on gettext) by configuring like so:
-</p>
-<pre><code>./configure --disable-nls</code></pre>
-
-Q: IRIX (6.5)
-A: GnuTLS will get you SSL support, but with some caveats.
-See <a href="http://www.pidgin.im/faq2.php#q9">
-this faq entry</a> at our Sourceforge forum for some steps towards getting Pidgin running on IRIX.
-</p>
-
-Q: HP-UX (11.11)
-A: GnuTLS will get you SSL support.
-See <a href="http://www.pidgin.im/faq2.php#q10">
-this faq entry</a> at our Sourceforge forum for some steps towards getting
-Pidgin running on HP-UX.
-</p>
-
-Q: Solaris
-A: There are 3rd party packages for Solaris here :
-<a href="http://www.blastwave.org/">http://www.blastwave.org/</a>
-and here : <a href="http://sourceforge.net/project/showfiles.php?group_id=19386&amp;package_id=98537">
-http://sourceforge.net/project/showfiles.php?group_id=19386&amp;package_id=98537</a>
-<p>
-If you use the package from blastwave.org and get this error: "Fatal: no
-entropy gathering module detected", make sure that you have the Solaris
-/dev/random patch installed (Solaris 8 (sparc): 112438, (x86): 112439), and
-that /dev/random is world readable.
-</p>
-<p>
-If you're compiling from source, you must make sure everything is compiled
-using gcc and not Sun's cc
-</p>
-
-Q: Mac OS X (10.3.1)
-A: Information on setting up GnuTLS can be found at: <a href="http://alphamonkey.org/view.php?type=notes&amp;id=309">
-http://alphamonkey.org/view.php?type=notes&amp;id=309</a>
-
-Q: Win32
-A: Use the Pidgin provided packages : <a href="http://sourceforge.net/project/showfiles.php?group_id=235">
-http://sourceforge.net/project/showfiles.php?group_id=235</a>
-
-Q: Autopackage
-A: The Pidgin Autopackage needs either GnuTLS, or Mozilla NSS &amp; NSPR, just like any other form of Pidgin.
-However, currently it requires a version of GnuTLS with an soversion of 11. A good way to find out is:
-<pre><code>/sbin/ldconfig -p | grep libgnutls</code></pre>
-and to look for a "libgnutls.so.11".
-If you have some other version (version 10 is common), it won't install, unless you have Mozilla NSS &amp; NSPR
-for it to use instead. You may need to edit either the file /etc/ld.so.conf or the enviromental variable
-LD_LIBRARY_PATH in order for it to find NSS &amp; NSPR, however, because Mozilla NSS &amp; NSPR are often installed
-at some place like /usr/lib/mozilla-{version} or /usr/lib/firefox-{version}. See also the hints here for your specific
-distribution.
-
-Q: SCO (anything, anyversion)
-A: You're kidding, right? This stuff is licensed under the GPL, and SCO don't
-respect that.
-<p>If that isn't enough to get you to use a decent OS, consider this:</p>
-<blockquote><p>"If Darl McBride was in charge, he'd probably make marriage
-unconstitutional too, since clearly it de-emphasizes the commercial nature
-of normal human interaction, and probably is a major impediment to the
-commercial growth of prostitution."</p>
-<div style="text-align: right;">- Linus Torvalds, December 5th 2003.</div>
-</blockquote>
-
-<p>(Darl McBride is CEO of The SCO Group)</p>
-
-
-!SECTION Compiling from source
-
-Q: Note
-A: I strongly recommend you use pre-packaged binaries where possible, however if you MUST
-use source, these tips might help you. GnuTLS is the (developers) preferred
-option, but I've witnessed more success with Mozilla NSS &amp; NSPR
-
-Q: Mozilla NSS &amp; NSPR
-A: Mozilla NSS &amp; NSPR can be found here:<br />
-<a href="ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_9_2_RTM/src/nss-3.9.2.tar.gz ">
-ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_9_2_RTM/src/nss-3.9.2.tar.gz</a>
-(despite it's name, it contains both NSS &amp; NSPR)
-<pre><code>--with-{nss,nspr}-includes should point to the directory with the .h files in (eg. nspr.h)
---with-{nss,nspr}-libs should point to the directory with the .so files in (eg. libnss3.so)</code></pre>
-
-<p>If you can't add to <code>/etc/ld.so.conf</code> (or your (*nix) OS doesn't have one) set
-the <code>LD_LIBRARY_PATH</code> environment variable instead, either before running Pidgin or
-(for bourne shell &amp; bash) on the Pidgin command line, eg.
-csh:
-</p>
-<pre><code>setenv LD_LIBRARY_PATH /usr/lib/mozilla-1.4</code></pre>
-<p>
-sh/bash:
-</p>
-<pre><code>LD_LIBRARY_PATH=/usr/lib/mozilla-1.4 ; export LD_LIBRARY_PATH</code></pre>
-<p>
-or sh/bash: run Pidgin with this command:
-</p>
-<pre><code>LD_LIBRARY_PATH=/usr/lib/mozilla-1.4 pidgin</code></pre>
-<p>
-If you have multiple versions of Mozilla installed, you might have some
-problems with which version is detected by <code>./configure</code> and which
-libs are used at runtime. This is because, by default,
-<code>./configure</code> uses pkg-config to find the Mozilla NSS &amp; NSPR
-libs and includes. If you explicitly specify the Mozilla libs and includes
-to use with the --with-nss etc. options to <code>./configure</code> then
-pkg-config will not be used, and you might have more success.
-</p>
-<p>
-The notes below on installing Mozilla NSS &amp; NSPR might also help.
-</p>
-
-Q: GnuTLS
-A: Thanks to sofar on #pidgin for this:
-<p>
-Here's a list in the proper order which you need to install/compile, the
-versions and links I give compile normally on a reasonably clean system.
-</p>
-<p>
-libgpg-error (needed by libgcrypt):
-<a href="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/libgpg-error-0.5.tar.gz">
-ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/libgpg-error-0.5.tar.gz</a>
-</p>
-<p>
-libgcrypt (needed by GnuTLS):
-<a href="ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/libgcrypt-1.1.43.tar.gz">
-ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/libgcrypt-1.1.43.tar.gz</a>
-</p>
-<p>
-libtasn1 (needed by GnuTLS):
-<a href="ftp://ftp.gnutls.org/pub/gnutls/libtasn1/attic/libtasn1-0.2.6.tar.gz">
-ftp://ftp.gnutls.org/pub/gnutls/libtasn1/attic/libtasn1-0.2.6.tar.gz</a>
-</p>
-<p>
-GnuTLS (needed by Pidgin):
-<a href="ftp://ftp.gnutls.org/pub/gnutls/attic/gnutls-0.9.91.tar.gz">
-ftp://ftp.gnutls.org/pub/gnutls/attic/gnutls-0.9.91.tar.gz</a>
-</p>
-<p>
-libopencdk is a PITA, don't use it, GnuTLS will break. Also version 0.9.92 of
-GnuTLS doesn't compile because the maintainer forgot to add 1 file needed. 0.9.91
-works, so just do that.
-</p>
-<p>
-You shouldn't need to pass any --with-xxx-libs/include to Pidgin since everything is
-by default put in the normal include/lib dirs on my system. If you put any of the libs in
-obscure places you are daft, just don't do that ;^).
-</p>
-<p>
-sofar
-</p>
-<p>
-For FreeBSD (and, it seems, OpenBSD) users:
-</p>
-<blockquote><p>&lt;synic&gt; ok, gnutls 0.8.10 officially works on FreeBSD<br />
-&lt;synic&gt; and 0.8.6 doesn't :)</p></blockquote>
-Thanks synic.
-<p>
-The notes below on installing GnuTLS as non-root might also help.
-</p>
-
-Q: Non-root (mozilla-{nss,nspr} or GnuTLS already installed)
-A: If you don't have root access on the system you're trying to install Pidgin
-on, you need to configure Pidgin to install under your home directory.
-<p>
-eg:
-</p>
-<pre><code>./configure --prefix=$HOME</code></pre>
-<p>
-If there are additional dependancies required that are not installed on
-the system, you'll need to install those in a similar manner and pass the
-correct locations to Pidgin's ./configure as shown in the next sections.
-</p>
-
-Q: Non-root including mozilla-{nss,nspr}
-A: Download NSS &amp; NSPR source from here:
-<a href="ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_9_2_RTM/src/nss-3.9.2.tar.gz ">
-ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_9_2_RTM/src/nss-3.9.2.tar.gz</a>
-<p>
-Extract nss-3.9.2.tar.gz
-</p>
-<pre><code>cd nss-3.9.2/mozilla/security/nss
-make nss_build_all
-make install</code></pre>
-<p>If compiling on Solaris (and maybe other Unixes), the Mozilla build system
-defaults to using the OS supplied cc even if it's not in the path. You must
-force the build to use gcc using these make commands instead of the above.
-Also, make sure you have a relatively recent gcc (3.2.x has been reported to
-work, 3.1.x has been reported to fail). Thanks to Bill Tompkins for these
-pointers.</p>
-<pre><code>
-NS_USE_GCC=1 make nss_build_all
-NS_USE_GCC=1 make install</code></pre>
-<p>
-On systems where make is not GNU make, use gmake. The above commands will
-build the libraries without optimizations and with debugging enabled. To build
-optimized libraries use these commands:
-</p>
-<pre><code>
-make BUILD_OPT=1 nss_build_all
-make BUILD_OPT=1 install</code></pre>
-<p>Then:</p>
-<pre><code>mkdir -p $HOME/lib
-mkdir -p $HOME/include/nspr
-find ../../dist/*/lib -type l \
- \( -name "*.so" -o -name "*.chk" \) \
- -exec cp -L {} $HOME/lib \;
-cp -Lr ../../dist/public/* $HOME/include
-cp -Lr ../../dist/*/include/* $HOME/include/nspr</code></pre>
-<p>
-The above lines require GNU find &amp; GNU cp, on Solaris you can get these from
-<a href="http://www.sunfreeware.com/">Sunfreeware.com</a> in the findutils and
-coreutils packages (remember to make sure the GNU commands are in your path
-before the OS versions).
-</p>
-<p>
-Pidgin:
-</p>
-<pre><code>./configure --prefix=$HOME \
---with-nss-includes=$HOME/include/nss \
---with-nspr-includes=$HOME/include/nspr \
---with-nss-libs=$HOME/lib \
---with-nspr-libs=$HOME/lib
-make
-make install</code></pre>
-<p>
-You should now be able to use Pidgin by running <code>$HOME/bin/pidgin</code><br />
-In some cases, it might be necessary to set
-<code>LD_LIBRARY_PATH=$HOME/lib</code>
-before running Pidgin
-</p>
-
-
-Q: Non-root including GnuTLS
-A: This has been tested using the exact same versions of applications specified
-above in the GnuTLS section, with the exception of libtasn1 (GnuTLS actually
-includes a version of libtasn1 which seems to work).
-<p>
-libgpg-error:
-</p>
-<pre><code>./configure --prefix=$HOME
-make
-make install</code></pre>
-<p>
-libgcrypt:
-</p>
-<pre><code># fix the configure script!
-perl -pi -e 's/ --prefix=\$gpg_error_config_prefix//' configure
-./configure --prefix=$HOME --with-gpg-error-prefix=$HOME
-make
-make install</code></pre>
-<p>
-gnutls:
-</p>
-<pre><code>LD_LIBRARY_PATH=$HOME/lib ./configure \
- --prefix=$HOME --with-libgcrypt=$HOME
-make
-make install</code></pre>
-<p>
-Pidgin:
-</p>
-<pre><code>./configure --prefix=$HOME --enable-gnutls=yes \
---with-gnutls-libs=$HOME/lib \
---with-gnutls-includes=$HOME/include
-make
-make install</code></pre>
-<p>
-You should now be able to use Pidgin by running <code>$HOME/bin/pidgin</code><br />
-In some cases, it might be necessary to set
-<code>LD_LIBRARY_PATH=$HOME/lib</code>
-before running Pidgin (this was not necessary on the tested system)
-</p>
-!SECTION Troubleshooting
-Q: ./configure
-A: ./configure will tell you when it is finished what SSL implementation
-is going to be used. You will get one of these 4 lines:
-<pre><code>SSL Library/Libraries......... : None
-SSL Library/Libraries......... : Mozilla NSS
-SSL Library/Libraries......... : GnuTLS
-SSL Library/Libraries......... : Mozilla NSS and GnuTLS</code></pre>
-<p>
-It should be fairly obvious that if it says "None", it is not going to work
-for you, so you should fix that by making sure you're passing the right
---with-xxx-libs &amp; --with-xxx-includes as described above before even bothering
-to try &quot;make&quot;.
-</p>
-Q: Compiling
-A: If <code>./configure</code> said it was going to compile with SSL but
-the make fails to build, it is likely that you have a broken installation of
-the chosen SSL libs. If you did not specify any --with-xxx-libs or
---with-xxx-includes when running configure, try explicitly pointing it at your
-SSL libs &amp; includes.
-<p>
-If it still fails during <code>make</code>, you should probably try the other
-SSL option and explictly disable the one that failed with
-<code>--enable-nss=no</code> or <code>--enable-gnutls=no</code> as appropriate.
-</p>
-Q: Runtime
-A: If you've managed to build Pidgin, with SSL support reported by
-<code>./configure</code> and without any build failures, but when running it
-still complains, there are a few things you can try.
-<p>
-Make sure that you only have one copy of Pidgin installed, it is possible that
-there is another one in your path that does not have SSL support. You can
-check which Pidgin is being run with &quot;<code>which pidgin</code>&quot;, or you
-can be sure to run the version you've just compiled by specifiying the full
-path to it. Note: <code>./configure</code> will warn you if it finds an old
-version of Pidgin already installed.
-</p>
-<p>
-If you are sure that you are running your freshly compiled Pidgin, check Pidgin's
-SSL plugin is actually linked to the necessary libs. If you compiled with
-Mozilla NSS, you can do this (replace /usr/local/lib with the prefix you
-installed to):
-
-</p>
-<pre><code>$ ldd /usr/local/lib/purple/ssl-nss.so
-libnsl.so.1 => /lib/libnsl.so.1 (0x40023000)
-libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
-/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)</code></pre>
-<p>
-That one is NOT linked against NSS, and will not work. Go back to the
-beginning and try again (or, if you also compiled with GnuTLS, keep reading).
-</p>
-<pre><code>$ ldd /usr/local/lib/purple/ssl-nss.so
-libnss3.so => /usr/lib/libnss3.so (0x4004e000)
-libsmime3.so => /usr/lib/libsmime3.so (0x400b0000)
-libssl3.so => /usr/lib/libssl3.so (0x400d0000)
-libsoftokn3.so => /usr/lib/libsoftokn3.so (0x400f0000)
-libpthread.so.0 => /lib/i686/libpthread.so.0 (0x40155000)
-libdl.so.2 => /lib/libdl.so.2 (0x401a5000)
-libnsl.so.1 => /lib/libnsl.so.1 (0x401a8000)
-libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
-libplc4.so => /usr/lib/libplc4.so (0x401bf000)
-libplds4.so => /usr/lib/libplds4.so (0x401c4000)
-libnspr4.so => /usr/lib/libnspr4.so (0x401c7000)
-/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)</code></pre>
-<p>
-That one is linked against the necessary things, and all libs were found. If
-any of the bits on the right say "not found", then the compile worked but the
-libs cannot be found by the dynamic loader. See notes above about
-<code>/etc/ld.so.conf</code>, <code>ldconfig</code> and the LD_LIBRARY_PATH
-environment variable.
-</p>
-<p>
-If you compiled with GnuTLS (or both), the steps to check the purple SSL plugin
-are similar to above, except the file to check is <code>ssl-gnutls.so</code>.
-The output should look like this if all is good:
-</p>
-<pre><code>$ ldd /usr/local/lib/purple/ssl-gnutls.so
-libgnutls.so.8 => /usr/lib/libgnutls.so.8 (0x40003000)
-libgcrypt.so.7 => /usr/lib/libgcrypt.so.7 (0x4005e000)
-libnsl.so.1 => /lib/libnsl.so.1 (0x400c6000)
-libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
-libz.so.1 => /usr/lib/libz.so.1 (0x400dc000)
-libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0x400ea000)
-/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)</code></pre>
-<p>
-For completeness, here's the output if it can't find some of the libs:
-</p>
-<pre><code>libgnutls.so.8 => not found
-libgcrypt.so.7 => not found
-libnsl.so.1 => /lib/libnsl.so.1 (0x002b7000)
-libc.so.6 => /lib/tls/libc.so.6 (0x004f4000)
-/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x0088d000)</code></pre>
--- a/faq.txt Tue Apr 24 03:17:46 2007 +0000
+++ b/faq.txt Fri Sep 21 01:50:21 2007 +0000
@@ -33,23 +33,6 @@
can find the source and a non-Red Hat specific RPM at <a
href="http://gtkspell.sourceforge.net/">gtkspell.sourceforge.net</a>.
-Q: What do I need to use the SILC protocol?
-
-A: You need to install the
-<a href="http://silcnet.org/software/download/toolkit/">SILC toolkit</a>
-and the Pidgin SILC plugin. This plugin is generally provided as a
-separate package (such as a purple-silc RPM). If you're compiling yourself,
-see the <code>./configure --help</code> for specifying the SILC includes and libs.
-If you're compiling an SRPM, use <code>--with silc</code> to build the
-purple-silc RPM.
-<p>
- In Windows, the SILC toolkit is installed with Pidgin.
-</p>
-<p>
- Some distributions provide the SILC toolkit and include Pidgin's
- SILC plugin in their Pidgin package.
-</p>
-
Q: Is there some way I can compile just Pidgin, without all of these protocols?
A: Yeah. There are actually three ways to do it.
@@ -93,17 +76,6 @@
remove all Pidgin files from <code>/usr/local</code>.
</p>
-Q: Are the packages signed? If so, by who, and how can I get the key?
-
-A: Yes, all packages are signed. The signature for the
-tarball and bzip2 archive are provided by separate downloads. The RPMs
-we provide are signed by either Ethan Blanton, Mark Doliner, or Stu
-Tomlinson. Usually the Mandrake RPMs are signed by, Mark Doliner, the
-Fedora Core RPMs are signed by Stu Tomlinson, and the Red Hat 8 and 9 RPMs
-are signed by Ethan Blanton.
-The keys can be obtained from any key server.
-<a href="http://pgp.mit.edu/">http://pgp.mit.edu/</a> is popular.
-
Q: Can I run Pidgin on IRIX?
A: Sure you can - the amount of effort involved depends on which compiler you use;
@@ -140,21 +112,6 @@
the X screensaver extension and disable the gtk- and glibtests; no source hacks are needed.
</p>
-Q: Can I run Pidgin on MacOSX?
-
-A: Yes you can, but we do not provide a package for it. The reason
-being that in order to use Pidgin on MacOSX, you need to install an X server and
-GTK+, which we are not prepared to support. You can either compile Pidgin
-(and its dependencies) yourself, or you can use the fink installer
-available from <a href="http://fink.sf.net">http://fink.sf.net</a>. If you
-would like a native aqua interface or a user-friendly installer, we
-suggest trying <a href="http://www.adiumx.com/">Adium</a>.
-
-Q: How do I apply the patch "something.diff"?
-
-A: Type <code>patch -p0 &lt; something.diff</code> from inside the
-Pidgin directory. If that doesn't work, try <code>patch -p1 &lt; something.diff</code>.
-
!ANCHOR crash-on-start
Q: Why is Pidgin crashing when I start it?
@@ -176,87 +133,18 @@
<li>If you use 0.75 or higher on win32, try deleting <code>tcl.dll</code>.</li>
</ul>
-!ANCHOR svn
-Q: Pidgin &lt;non-current version&gt; is buggy. Pidgin SVN is buggy. Why?
+!ANCHOR mtn
+Q: Pidgin &lt;non-current version&gt; is buggy. Pidgin MTN is buggy. Why?
A: Non-current versions have old bugs which may be fixed in the
-current version--that's why we make new releases. SVN is
+current version--that's why we make new releases. MTN is
frequently unusable because of changes in the code. Bugs are
introduced during the development process and are hopefully fixed
before a release is made.
-Q: Why do you always say not to use SVN?
-
-A: That's a long story. For starters, see the previous question.
-It is often the case that Pidgin SVN exhibits bad behavior due to
-features and bugfixes which are in a transitory state or which are not
-yet well understood. These bad behaviors range from the harmless
-(maybe a graphical glitch in a dialog box) to the irritating (a
-particular protocol may not work), to the downright damaging (recently
-a bug in SVN destroyed the user's buddy lists). While behaviors like
-this are acceptable to some users (particularly developers, who are
-used to such things), they tend to cause many Pidgin SVN users to
-contact Pidgin developers and report the same (usually egregious) bug
-over and over - using time which could be better spent fixing the
-bugs.
-<p>
-A second major point involves public resources - an SVN checkout is not
-a cheap operation. As many Sourceforge users are aware, at various
-points in the recent past Sourceforge CVS has been less than pleasant
-to work with. This is, of course, because Sourceforge hosts dozens
-and dozens of useful and active projects which use[ed] CVS as a primary
-method of source code collaboration. Unfortunately, when too many
-users are poking around in that CVS just for the sake of poking
-around, it prevents other users who are trying to do work to improve
-those very same projects from accomplishing their tasks. Naturally,
-this could easily become true of Sourceforge's SVN offering as well.
-It is better for the community if an enterprising individual wishing
-to fix a particular bug [s]he has seen can get to the code and create
-a patch, even if this means that some users have to wait a few weeks
-for the next release to see what new features it might hold.
-</p>
-<p>
-The third point is not a problem which has yet come up, but it is in
-the back of the mind of the developers who bring you Pidgin. As a
-third-party IM client, Pidgin is not a priority (and indeed may be an
-irritant) for the IM service providers. We do our best to keep Pidgin
-playing nice and being friendly on the IM networks it uses; however,
-at times there are bugs in the protocol support. If a few dozen
-people are using this buggy client, the IM providers are not likely to
-go out of their way to do anything about it. However, if hundreds of
-people are pointing an ill-behaved client at an IM server, the server
-administrators may be forced to take action. (This is particularly
-likely if the buggy behavior is damaging in some way.) Pidgin releases
-represent code which the Pidgin developers feel is relatively
-well-behaved and stable. This includes not only the interface seen by
-Pidgin users, but the traffic seen by IM service providers. Pidgin SVN
-bears no such guarantees.
-</p>
-<p>
-In short, there are a lot of good reasons to <i>not</i> use
-Pidgin SVN if one does not wish to develop Pidgin, Pidgin plugins, or a
-codebase which interacts with Pidgin in some intimate way. There are,
-however, only a few reasons <i>to</i> use Pidgin SVN outside of the
-above. Please weigh these things carefully and decide whether you
-wish to use Pidgin SVN for a good reason which furthers the community, or
-for selfish reasons which are not entirely important.
-</p>
!SECTION Using Pidgin
-Q: How do I register for a new account?
-
-A: This depends on the protocol.
-<p><b>AIM:</b> Go to <a href="http://my.screenname.aol.com/_cqr/login/login.psp?siteId=snshomepage&amp;authLev=1&amp;mcState=initialized&amp;createSn=1">this website</a>.</p>
-<p><b>MSN</b> (including Hotmail email)<b>:</b> Go to <a href="http://registernet.passport.com/">http://registernet.passport.com/</a>.</p>
-<p><b>MSN</b> (using your own email address)<b>:</b> Go to
-<a href="http://register.passport.net/">http://register.passport.net/</a>.</p>
-<p><b>Yahoo:</b> Go to <a href="http://edit.yahoo.com/config/eval_register">http://edit.yahoo.com/config/eval_register</a>.</p>
-<p><b>Jabber:</b> See the question <a href="#jabber-register">How do I register a new Jabber account?</a> below.</p>
-<p><b>ICQ:</b> Go to <a href="http://web.icq.com/register">http://web.icq.com/register</a>.</p>
-<p><b>Gadu-Gadu:</b> Use the official client to create an account.</p>
-<p><b>Novell:</b> See your Novell server administrator.</p>
-
Q: How do I use AIM, MSN, Yahoo!, Jabber, ICQ, or any other protocol?
A: Use the Account Editor (Accounts-&gt;Add/Edit) to add the account of
@@ -293,35 +181,6 @@
Additionally, some settings to specific parts of Pidgin can be set by a Gtk+
theme.</p>
-Q: Where did my ability to use Ctrl-Enter to send a message go?
-
-A: Pidgin used to have an option in the preferences window which let you
-choose whether to use Enter or Ctrl-Enter to send a message. This was less than
-optimal for many reasons, not least of which was because it only let you
-choose between those two options. It also caused large problems for people
-who required an alternate input method (people who were typing in Chinese or
-Japanese for example). On top of all this gtk provides an incredibly nice
-mechanisms which allows keybindings to be set for things via the gtk theme
-files. Pidgin decided to use this gtk interface as a method of allowing
-people to use Ctrl-Enter to send but to also allow people to use anything else
-they felt like and to reduce the clutter in the User Interface. The gtk
-interface is, unfortunately, not as immediately obvious as a simple checkbox,
-however it is still simple. The example gtkrc file seen
-<a href="./gtkrc-2.0">here</a> shows you how to do it (among other things).
-
-Q: When I click the status selector, I see blank space and have to
-scroll. What can I do about this?
-
-A: Edit your <code>~/.gtkrc-2.0</code> to contain the appropriate lines
-from <a href="./gtkrc-2.0">this example file</a>. Search for "appears-as-list".
-
-Q: The status selector has extra padding in it. How can I make it smaller?
-
-A: Edit your <code>~/.gtkrc-2.0</code> to contain the appropriate
-lines from <a href="./gtkrc-2.0">this example file</a>. Search for
-"xthickness". There are two examples. Start by trying the first one. If that
-makes the status selector look worse, then try the second one.
-
Q: How do I make Pidgin use emacs-like keybindings, or assign a custom
hotkey?
@@ -330,18 +189,6 @@
<code>gtk-can-change-accels = 1</code>, then you hover over the menu item then
press your desired key stroke.
-Q: How do I make Escape close the conversation window?
-
-A: Sadly, you can't use the hover-and-press technique just described
-for this, because Escape closes the menu. You have to hand-edit
-<code>~/.purple/accels</code>. Close Pidgin, and open
-<code>~/.purple/accels</code> in your favorite text editor. Find
-<code>(gtk_accel_path "&lt;main&gt;/Conversation/Close"
-"[something]")</code>, remove the semi-colon (which is the comment
-character) from the start of the line if it is there and replace whatever
-is between the second pair of quote marks with <code>Escape</code>. Save
-and close, and restart Pidgin.
-
Q: How do I use smiley themes?
A: To select a theme, open Pidgin's preferences to the "Smiley Themes"
--- a/gdb.php Tue Apr 24 03:17:46 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,200 +0,0 @@
-<?
- $page->title = 'GDB Help';
- require('inc/template.inc.php');
-?>
-
-<h1>What is a backtrace?</h1>
-
-<p>
- So Pidgin crashed on you again, huh? I'm sorry to hear that. Maybe you can help
- prevent it from happening again. To diagnose the problem, we need to know the
- last few functions that were called before Pidgin crashed. This output is
- called a "backtrace."
-</p>
-
-<h2>Using Ubuntu?</h2>
-<p>
-Please follow <a href="https://wiki.ubuntu.com/Backtrace">the instructions on the Ubuntu wiki</a>.
-</p>
-
-<h2>The Easy Way</h2>
-<p>
- If you are able to reproduce the crash, the easiest way to obtain a backtrace is by doing
- the following:
-</p>
-
-<pre>
-<code>[mark@diverge mark]$ <b>gdb pidgin</b>
-GNU gdb Red Hat Linux (5.3post-0.20021129.18rh)
-Copyright 2003 Free Software Foundation, Inc.
-GDB is free software, covered by the GNU General Public License, and you are
-welcome to change it and/or distribute copies of it under certain conditions.
-Type "show copying" to see the conditions.
-There is absolutely no warranty for GDB. Type "show warranty" for details.
-This GDB was configured as "i386-redhat-linux-gnu"...
-(no debugging symbols found)...
-(gdb) <b>handle SIGPIPE nostop</b>
-(gdb) <b>run</b>
-<i>(stuff scrolls by)</i>
-<i><b>(do whatever it is you did to get Pidgin to crash)</b></i>
-(gdb) <b>bt full</b>
-<i>(the bt scrolls by)</i>
-<i><b>(copy and paste all of this to your bug report)</b></i>
-(gdb) <b>quit</b>
-[mark@diverge mark]$</code>
-</pre>
-
-<h2>The Hard Way</h2>
-<h3>or <i>"How To Make Use Of A Core File"</i></h3>
-
-<p>
- When a program crashes it typically leaves a core file behind. In a console
- window when you run <code>ls</code>, you should see a file called
- <code>core</code>:
-</p>
-
-<pre>
-<code>~ $ <b>ls</b>
-core</code>
-</pre>
-
-<p>
- Sometimes this file is also called pidgin.core or something similar, depending
- on what OS you use and what your settings are. If you don't see this file,
- it's possible that it's in a different location, and you should look at the
- settings for your OS to see where it might be. It's also possible that the
- core file was not created at all; this would happen if your system was
- configured not to leave a core file. Often you just need to tell your shell
- to not restrict the size of core files (this may only work for bash):
-</p>
-
-<pre>
-<code>~ $ <b>ulimit -c unlimited</b></code>
-</pre>
-
-<p>
- If you have a core file, first check to make sure that it was created by Pidgin,
- by using <code>file</code> to examine it:
-</p>
-
-<pre>
-<code>~ $ <b>file core</b>
-core: ELF 32-bit LSB core file of 'pidgin' (signal 11), Intel 80386, version 1, from 'pidgin'</code>
-</pre>
-
-<p>
- The output of <code>file</code> may look different depending on your OS and
- hardware, but it should still be apparent that it was created by Pidgin.
-</p>
-<p>
- Now that you have the core file, you'll want to get the useful information out
- of it. In order to do that, you'll have to open it in GDB. GDB stands for GNU
- DeBugger, and is a very useful programmer's tool. It needs to know which
- application created the core file and what the core file name is, so run:
-</p>
-
-<pre>
-<code>~ $ <b>gdb pidgin core</b></code>
-</pre>
-
-<pre>
-<code>GNU gdb 5.0
-Copyright 2000 Free Software Foundation, Inc.
-GDB is free software, covered by the GNU General Public License, and you are
-welcome to change it and/or distribute copies of it under certain conditions.
-Type "show copying" to see the conditions.
-There is absolutely no warranty for GDB. Type "show warranty" for details.
-This GDB was configured as "i686-pc-linux-gnu"...
-Core was generated by `Pidgin'.
-Program terminated with signal 11, Segmentation fault.
-Reading symbols from /usr/lib/libesd.so.0...done.
-Loaded symbols for /usr/lib/libesd.so.0
-Reading symbols from /lib/libm.so.6...done.
-Loaded symbols for /lib/libm.so.6</code>
-</pre>
-
-<p>
- And so forth. There are a couple reasons why you might see something other
- than this. One reason is if gdb can't find something it needs, it might give a
- warning such as <code>"No such file or directory."</code>, in which case you
- may have to give the full path to both Pidgin and the core file. Another reason
- would be if the core file isn't created by Pidgin, you may see a message saying
- "warning: core file may not match specified executable file."
-</p>
-<p>
- If gdb loaded Pidgin and the core file successfully, then once it's done loading
- all the symbols that it will need, it should print the information from the
- top of the stack, and prompt you:
-</p>
-
-<pre>
-<code>#0 0x404f1140 in poll () from /lib/libc.so.6
-(gdb)</code>
-</pre>
-
-<p>
- Now you'll want to get the backtrace. At the prompt, type either
- <code>backtrace</code> or <code>bt</code>. gdb should then print a list of
- all the functions that were called leading up to the crash:
-</p>
-
-<pre>
-<code>(gdb) <b>backtrace</b>
-#0 0x404f1140 in poll () from /lib/libc.so.6
-#1 0x40325f99 in g_main_poll (timeout=-1, use_priority=0, priority=0) at gmain.c:1034
-#2 0x4032594d in g_main_iterate (block=1, dispatch=1) at gmain.c:808
-#3 0x40325cfc in g_main_run (loop=0x81becb0) at gmain.c:935
-#4 0x4023b4b7 in gtk_main () at gtkmain.c:524
-#5 0x805b131 in main (argc=1, argv=0xbffffa94) at aim.c:669
-#6 0x4044938b in __libc_start_main () from /lib/libc.so.6
-(gdb)</code>
-</pre>
-
-<p>
- When you get the backtrace, instead of seeing function names, you might see
- '??' instead. If that's the case, gdb couldn't read the function names from
- Pidgin and the core file, and so the core file won't end up being very useful
- after all. However, if you were able to see the function names, then copy all
- of the output from the backtrace and post a <a href="bug.php">bug report</a>.
- Be sure to also indicate what you were doing at the time.
-</p>
-<p>
- Now you can exit gdb by typing <code>quit</code>:
-</p>
-
-<pre>
-<code>(gdb) <b>quit</b>
-~ $</code>
-</pre>
-
-<p>
- There may be other useful information that can be retrieved from the core
- file, such as the values of variables. For this reason it's a good idea to
- keep the core file. If you upgrade Pidgin, the core file will no longer match
- the binary, and it won't be useful anymore; however, don't let that stop you
- from upgrading Pidgin, since there's a good chance your bug will have been
- fixed.
-</p>
-
-<h2>Distribution Notes</h2>
-<ul>
-<li>Debian: see <a href="http://wiki.debian.net/?HowToGetABacktrace">http://wiki.debian.net/?HowToGetABacktrace</a></li>
-<li>Fedora: Install the -debuginfo rpm first. See <a href="http://fedoraproject.org/wiki/StackTraces">http://fedoraproject.org/wiki/StackTraces</a></li>
-<li>Redhat: Install the -debuginfo rpm first</li>
-<li>Gentoo: emerge pidgin with USE=debug</li>
-</ul>
-
-<h2>Additional notes for those who want to do more</h2>
-
-<p>
- Often, you will see a backtrace where one or more of the top lines is in
- <code>malloc()</code> or <code>g_malloc()</code>. When this happens, chances
- are your backtrace isn't very useful. The easiest way to find some useful
- information is to set the environment variable <code>MALLOC_CHECK_</code> to
- a value of 2. In bash this would be</p>
- <pre><code>export MALLOC_CHECK_=2</code></pre>
-<p>
- You can re-run pidgin inside gdb to get a new backtrace. Note, this does not
- affect existing core files.
-</p>
-
--- a/gtkrc-2.0 Tue Apr 24 03:17:46 2007 +0000
+++ b/gtkrc-2.0 Fri Sep 21 01:50:21 2007 +0000
@@ -16,16 +16,16 @@
font_name = "Sans 10"
}
# Set the widget style for the conversation entry box
-widget "*gaim_gtkconv_entry" style "imhtml-fix"
+widget "*pidgin_conv_entry" style "imhtml-fix"
# Set the widget style for the conversation
-widget "*gaim_gtkconv_imhtml" style "imhtml-fix"
+widget "*pidgin_conv_imhtml" style "imhtml-fix"
# Set the widget style for the log viewer
-widget "*gaim_gtklog_imhtml" style "imhtml-fix"
+widget "*pidgin_log_imhtml" style "imhtml-fix"
# Set the widget style for IMHtml input widgets in request dialogs
-widget "*gaim_gtkrequest_imhtml" style "imhtml-fix"
+widget "*pidgin_request_imhtml" style "imhtml-fix"
# Set the widget style for IMHtml widgets in notify dialogs
-widget "*gaim_gtknotify_imhtml" style "imhtml-fix"
+widget "*pidgin_notify_imhtml" style "imhtml-fix"
# Uncommenting the line below sets all IMHtml widgets in Pidgin to the same style
# and will work in Pidgin versions prior to 0.78
@@ -55,10 +55,10 @@
GtkTreeView::expander_size = 0
}
# And apply the style to the buddy list:
-widget "*gaim_gtkblist_treeview" style "my-narrow-tree"
+widget "*pidgin_blist_treeview" style "my-narrow-tree"
# Customize the New 2.0.0 Status Selector
-style "gaim-statusbox-style" {
+style "pidgin-statusbox-style" {
# This is a work-around that keeps you from having to scroll
# if the status selector is at the bottom of the screen.
GtkComboBox::appears-as-list = 1
@@ -79,7 +79,7 @@
GtkWidget::focus-line-width = 0
GtkWidget::focus-padding = 0
}
-widget "*gaim_gtkblist_statusbox*" style "gaim-statusbox-style"
+widget "*pidgin_blist_statusbox*" style "pidgin-statusbox-style"
#############################
@@ -91,7 +91,7 @@
# ctrl-a == move to beginning of line, ctrl-e == move to end of line, etc.
gtk-key-theme-name = "Emacs"
-#to let you edit your gaim key bindings
+#to let you edit your pidgin key bindings
#this requires changing the "Editable menu accelerators" in the GNOME System preferences (System -> Preferences -> Menu and Toolbar Preferences), and a similar setting in xfce4 in order to work.
gtk-can-change-accels = 1
@@ -114,5 +114,5 @@
bind "<ctrl>F1" { "format_function_clear" () }
}
-widget "*gaim_gtkconv_entry" binding "my-bindings"
+widget "*pidgin_conv_entry" binding "my-bindings"
Binary file images/aol-client.png has changed
Binary file images/available.png has changed
Binary file images/away.png has changed
Binary file images/blocked.png has changed
Binary file images/bot.png has changed
Binary file images/busy.png has changed
Binary file images/chat.png has changed
Binary file images/extended-away.png has changed
Binary file images/external.png has changed
Binary file images/female.png has changed
Binary file images/founder.png has changed
Binary file images/free-for-chat.png has changed
Binary file images/game.png has changed
Binary file images/half-operator.png has changed
Binary file images/invisible.png has changed
Binary file images/log-in.png has changed
Binary file images/log-out.png has changed
Binary file images/male.png has changed
Binary file images/mobile.png has changed
Binary file images/not-authorized.png has changed
Binary file images/offline.png has changed
Binary file images/operator.png has changed
Binary file images/person.png has changed
Binary file images/qq-member.png has changed
Binary file images/secure.png has changed
Binary file images/unavailable.png has changed
Binary file images/video.png has changed
Binary file images/voice.png has changed
--- a/news.txt Tue Apr 24 03:17:46 2007 +0000
+++ b/news.txt Fri Sep 21 01:50:21 2007 +0000
@@ -1,3 +1,14 @@
+The Final Beta
+April 29, 2007 - 11:37PM PDT
+<p>Tonight we've released Pidgin 2.0.0beta7. This is the last in our long series of betas. We anticipate a final release later this week.</p>
+<p>While previous betas in the 2.0.0 series have been extremely stable, and we recommended their use, this release is actually of beta quality. This is our first release to reflect the name change from Gaim to Pidgin, and so there are a lot of fairly significant changes here, which we'd like to see have broader testing before declaring it ready for release. If you would like to help us out, grab a copy from <a href='http://sourceforge.net/project/showfiles.php?group_id=235&package_id=230234&release_id=504761'>Sourceforge.net</a></p>
+<p>I strongly recommend that you <b>backup your ~/.gaim directory</b> before running Pidgin for the first time. Windows users should see where their version of Windows stores their configuration files at our Win32 <a href='http://pidgin.im/win32/#faq'>FAQ</a>. Things you should be on the lookout for include problems with preferences being lost or forgotten, buddy icons not working as you expect, plugins or other external files not properly being found. If you find an issue that severely prohibits you from using 2.0.0beta7, please report it at <a href='http://developer.pidgin.im/'>http://developer.pidgin.im/</a>.</p>
+<p>There are a bunch of less fundamental, more cosmetic changes in this release that are sure to jump out at you. A lot of people have contributed a bunch in the transition from Gaim to Pidgin (and there's still a lot to be done), and we've been all too busy here to thank them all. I plan to acknowledge everyone with the 2.0.0 release. In the meantime, if you want to see what Pidgin developers are thinking, check out our currently-ugly <a href='http://planet.pidgin.im/'>Planet</a>.
+#
+Working towards 2.0.0
+April 22, 2007 - 11:28AM EDT
+<P>As you all have noticed, 2.0.0 is not yet released. The "we hope to have the final Pidgin 2.0.0 release late this week or early next" seems to have confused a lot of people, so here goes an update. As that text states, that was a hope -- and we aren't quite ready, yet. We're working on a preference migration plan that will allow us to move away from ~/.gaim as a preference directory, while disrupting users who continue to use Gaim and Pidgin from the same home directory as little as possible. Implementation is underway, but not yet completed. When it is, which we hope to be soon (but please, don't come asking about it every day in #pidgin), the current plan is to push a release candidate for testing and preliminary distro inclusion, with a final release to follow soon after.</P>
+#
Important and Long Delayed News
April 6th, 2007 - 6:19PM EDT
<p>Many years ago when this project was first started, it was called "GTK+ AOL Instant Messenger." AOL naturally complained, and Mark Spencer changed the name to "Gaim." AOL was appeased, and no one really ever heard of it because there were very few users back then.</p> <p>A few years later AOL trademarked "AIM," and started referring to their IM services using that name. They complained. The issue was brought up on Slashdot, and the Gaim developers at the time got some legal support. That legal support advised that the ongoing discussions with AOL be kept confidential until fully settled, and so it remained. The public thought the issue had gone away then. It sorta did, in that AOL stopped responding to Gaim's legal support for a while.</p> <p>Our legal support has changed several times, and each group of lawyers have recommended silence &amp; secrecy. Around the time of Gaim's first 2.0.0 beta, AOL came back into our lives in a very strong way, this time threatening to sue Sean.</p> <p>This represents a clear pattern. AOL received more pushback than they expected, and would sort of let things stand for a while. Then they would threaten a different Gaim developer. Each time a new Gaim developer was threatened, we had to look at new legal support, to prevent a conflict of interest.</p> <p>This process could not go on forever. As a result we ended up forming the Instant Messaging Freedom Corporation, and making it legally responsible for Gaim. We also had our new legal support work to create a real settlement with AOL that would get this issue dismissed from our lives forever.</p> <p>Getting a settlement with AOL has taken FAR FAR longer than we would have ever guessed. On legal advice, we have refrained from any non-beta release during this process as a show of good faith, and to keep AOL from giving up on it. Again, on legal advice, we have also kept this information closely controlled.</p> <p>At long last, I am pleased to announce that we have a signed settlement and can release our new version. There is one catch however: we have had to change the project's name.</p> <p>After a long, and unfortunately secret debate (as we could not say why we were looking at a name change, we ended up just doing this ourselves), we settled on the name "Pidgin" for gaim itself, "libpurple" for libgaim (which, as of 2.0.0 beta6, exists), and "Finch" for gaim-text. Yes, the spelling of "Pidgin" is intentional, see <a href="http://en.wikipedia.org/wiki/Pidgin">http://en.wikipedia.org/wiki/Pidgin</a>.</p> <p>Since so much is changing between the name and the nature of the 2.0.0 release itself, we decided to go ahead with something we have talked about doing for a while now. We have set up our own server, kindly donated by DVLabs. As a result our new home will be www.pidgin.im and <a href="http://developer.pidgin.im">developer.pidgin.im</a> We, at least for now, will still be using SF's mirroring system for releases. However, the bug tracking will no longer be on SF, and we will be migrating the mailing lists at some point soon. Also, we have chosen to go with monotone for our revision control, rather than the SF cvs or svn.</p> <p>In the last week or so, an upgrade to SF's infrastructure caused an old version of the gaim-cabal list to become briefly public. It has always been our intention to end-of-life this list and make its archives public once the settlement was signed. Fortunately, the legal process has concluded, allowing us to make a formal announcement now, instead of months from now.</p> <p>I, and all of pidgin's development team have deeply hated the need to keep some portion of our work, decision making and discussion secret for a time. I sincerely apologize that as a result of this need, you all have had no chance to help us with it, and to provide feedback.</p> <p>Now that the settlement is signed, we hope to have the final Pidgin 2.0.0 release late this week or early next. </p> <p>We are going to release it with a 2.0.0 version number, and an API compatibility layer for plugin authors. The project has not changed; this is our 2.0.0 release, not some new program that requires new version numbering. </p>
--- a/plaintextpasswords.php Tue Apr 24 03:17:46 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,56 +0,0 @@
-<?
- $page->title = 'Passwords';
- require('inc/template.inc.php');
-?>
-
-<h1>Passwords</h1>
-
-<p>Purple does not now and is not likely to encrypt the passwords in the
-<code>accounts.xml</code> file, nor is it likely to be encrypted in a
-future release. This is somewhat controversial in Windows, especially Windows
-98 due to its weak file protections, but that's the way things are.</p>
-
-<p>The reasoning for this is multi-part.</p>
-
-<p>Instant messaging is not very secure, and it's kind of pointless to
-spend a lot of time adding protections onto the fairly strong file
-protections of UNIX (our native platform) when the protocols themselves
-aren't all that secure. The way to truly know who you are talking to is
-to use an encryption plugin on both ends (such as OTR or
-gaim-encryption), and use verified GPG keys. Secondly, you shouldn't be
-using your instant messaging password for anything else. While
-some protocols have decent password security, others are insufficient
-and some (like IRC) don't have any at all.</p>
-
-<p>There are basically four approaches to password storage.</p>
-<ol>
-<li><b>Store a password(s) behind a password.</b> Basically this means that we
-require you to type in some passphrase as Purple starts in order to read the
-<code>accounts.xml</code> file, and, to be truely secure, require you to type it
-again if you write to it. Winicq does something very similar to this if
-you set it to its highest security settings.</li>
-<li><b>Obscure a password.</b> This means we do something to store the
-password in some format other than plain text, but we automatically convert
-it for you. This is security by obscurity, and is a Very Bad Thing&trade; in
-that it gives users a false sense of security. A false sense that we (Purple
-developers) believe would be worse to have than to let informed users
-deal with the password issue themselves. Consider that a naive user
-might think that it is safe to share his or her accounts.xml, because
-the passwords are "encrypted".</li>
-<li><b>Store the password in plain text and control access to the file.</b>
-This is what Purple does: the password is in <code>accounts.xml</code> in plain
-text, but the file itself is only readable by its owner. We allow the user
-to determine under what conditions sensitive files should be opened (if at all),
-and what constitutes a breach of security.</li>
-<li><b>Lastly, you can not store passwords at all.</b> This is Purple's default,
-and by far the most secure of all of the options.</li>
-</ol>
-
-<p>If you really wanted to, you could write a script to wrap Purple that
-would decrypt <code>accounts.xml</code> and re-encrypt it when Purple exits.
-You wouldn't be able to encrypt it while Purple is running, because Purple
-writes to <code>accounts.xml</code> for things like info change. This would
-minimize your exposure time unless (like me) you run Purple nearly 24/7.
-Personally, I feel that on any decent operating system, if someone can get to
-your files you should either be able to trust the person to not touch
-them, or you shouldn't be storing sensitive information there at all.</p>
--- a/plugins.php Tue Apr 24 03:17:46 2007 +0000
+++ b/plugins.php Fri Sep 21 01:50:21 2007 +0000
@@ -12,13 +12,13 @@
"TEXT" => "Makes use of Purple's IM interface to post, edit, view and track blogs"
),
*/
- "Meanwhile Protocol Plugin" => array(
+ "<del>Meanwhile Protocol Plugin" => array(
"URL" => "http://meanwhile.sourceforge.net/",
- "TEXT" => "The Meanwhile Project is an open implementation of the Lotus Sametime Community Client protocol."
+ "TEXT" => "The Meanwhile Project is an open implementation of the Lotus Sametime Community Client protocol.</del> <br/>The Meanwhile code has been merged into libpurple/Pidgin."
),
"guifications" => array(
- "URL" => "http://gaim.guifications.org/trac/wiki/Guifications",
+ "URL" => "http://pidgin.guifications.org/trac/wiki/Guifications",
"TEXT" => "Graphical notification when buddies sign on, sign off, go away, etc."
),
@@ -28,8 +28,8 @@
),
"IRC Helper" => array(
- "URL" => "http://gaim-irchelper.sf.net",
- "TEXT" => "The Pidgin IRC Helper plugin which seeks to handle the rough edges of the IRC protocol through network-specific code."
+ "URL" => "http://plugins.guifications.org/trac/wiki/irchelper",
+ "TEXT" => "The Pidgin IRC Helper plugin which seeks to handle the rough edges of the IRC protocol through network-specific code.<br/>IRC Helper has moved to the plugin pack."
),
"gaim-encryption" => array(
@@ -47,6 +47,11 @@
"TEXT" => " PyGaim is a gaim plugin that enables Pidgin to be extensible with Python."
),
+ "Purple Plugin Pack" => array(
+ "URL" => "http://purple.guifications.org/trac/wiki/PluginPack",
+ "TEXT" => "The Purple Plugin Pack is a collection of over 30 plugins for libpurple and Pidgin, including a few that implement often-requested features for Pidgin."
+ ),
+
);
?>
--- a/security/index.php Tue Apr 24 03:17:46 2007 +0000
+++ b/security/index.php Fri Sep 21 01:50:21 2007 +0000
@@ -1,6 +1,6 @@
<?
$page->title = 'Security Issues';
- require('template.inc.php');
+ require('../inc/template.inc.php');
?>
<?
--- a/shortcuts.php Tue Apr 24 03:17:46 2007 +0000
+++ b/shortcuts.php Fri Sep 21 01:50:21 2007 +0000
@@ -57,7 +57,7 @@
<table>
<tr>
<td width="160"><b>Escape</b></td>
- <td>Close Window <font color="#0000DD">*</font></td>
+ <td>Close Window</td>
</tr>
<tr>
<td><b>Control-W</b></td>
@@ -112,6 +112,10 @@
<td>New Instant Message</td>
</tr>
<tr>
+ <td><b>Control-R</b></td>
+ <td>Reset text formatting</td>
+ </tr>
+ <tr>
<td><b>Control-Z</b></td>
<td>Iconify Window</td>
</tr>
--- a/statusicons.php Tue Apr 24 03:17:46 2007 +0000
+++ b/statusicons.php Fri Sep 21 01:50:21 2007 +0000
@@ -1,132 +1,47 @@
<?
- $page->title = 'Status Icons';
- require('inc/template.inc.php');
+ $page->title = 'Status Icons';
+ require('inc/template.inc.php');
?>
-<h1>Status Icons</h1>
-
-<?
- $statusicons = array(
- "AIM" => array(
- "ID" => "aim",
- "ICONS" => array(
- "Online confirmed account" => "confirmed.png",
- "Online unconfirmed account" => "unconfirmed.png",
- "AOL user" => "aol.png",
- "Administrator" => "admin.png",
- "Away" => "away.png",
- "ActiveBuddy interactive agent" => "activebuddy.png",
- "Wireless user" => "wireless.png",
- "Offline" => "offline.png",
- )
- ),
-
- "Gadu-Gadu" => array(
- "ID" => "gg",
- "ICONS" => array(
- "Online / Available" => "online.png",
- "Away" => "away.png",
- "Busy" => "busy.png",
- "Invisible" => "invisible.png",
- )
- ),
+<h2>Statuses</h2>
- "ICQ" => array(
- "ID" => "icq",
- "ICONS" => array(
- "Online / Available" => "online.png",
- "Away" => "away.png",
- "Do not disturb" => "dnd.png",
- "Not available" => "na.png",
- "Occupied" => "occ.png",
- "Free for chat" => "ffc.png",
- "Offline" => "offline.png",
- )
- ),
+<table cellpadding="3">
+ <tr><td><img src="images/available.png"></td><td>Available</td></tr>
+ <tr><td><img src="images/away.png"></td><td>Away</td></tr>
+ <tr><td><img src="images/extended-away.png"></td><td>Extended away</td></tr>
+ <tr><td><img src="images/busy.png"></td><td>Busy</td></tr>
+ <tr><td><img src="images/invisible.png"></td><td>Invisible</td></tr>
+ <tr><td><img src="images/offline.png"></td><td>Offline</td></tr>
+ <tr><td><img src="images/log-in.png"></td><td>Buddy logs in</td></tr>
+ <tr><td><img src="images/log-out.png"></td><td>Buddy logs out</td></tr>
+</table><br/><br/>
- "IRC" => array(
- "ID" => "irc",
- "ICONS" => array(
- "Online / Available" => "online.png",
- "Offline" => "offline.png",
- )
- ),
-
- "Jabber" => array(
- "ID" => "jabber",
- "ICONS" => array(
- "Online / Available" => "available.png",
- "Away" => "away.png",
- "Invitation to chat" => "chat.png",
- "Do not disturb" => "dnd.png",
- "Presence error" => "error.png",
- "Extended away" => "xa.png",
- "Offline" => "offline.png",
- )
- ),
+<h2>Chatrooms</h2>
- "MSN" => array(
- "ID" => "msn",
- "ICONS" => array(
- "Online / Available" => "online.png",
- "Away" => "away.png",
- "Occupied" => "occupied.png",
- "You are not on their buddy list"
- => "nr.png",
- "Blocked" => "blocked.png",
- "Offline" => "offline.png",
- )
- ),
+<table cellpadding="3">
+ <tr><td><img src="images/founder.png"></td><td>Founder</td></tr>
+ <tr><td><img src="images/operator.png"></td><td>Operator</td></tr>
+ <tr><td><img src="images/half-operator.png"></td><td>Half operator</td></tr>
+ <tr><td><img src="images/voice.png"></td><td>Voiced user</td></tr>
+ <tr><td><img src="images/blocked.png"></td><td>Ignored user</td></tr>
+</table><br/><br/>
- "Yahoo!" => array(
- "ID" => "yahoo",
- "ICONS" => array(
- "Online / Available" => "online.png",
- "Away" => "away.png",
- "Inviting to a game" => "game.png",
- "Idle" => "idle.png",
- "Offline" => "offline.png",
- )
- ),
-
- "Chat" => array(
- "ID" => "chat",
+<h2>Emblems</h2>
- "ICONS" => array(
- "Founder / Owner" => "founder.png",
- "Operator / Moderator " => "op.png",
- "&quot;Half-Op&quot;" => "halfop.png",
- "Voiced user" => "voice.png",
- "Ignored user" => "ignored.png",
- )
- )
- );
-?>
-
-<ul>
-<?
-foreach($statusicons as $name => $data) {
- ?>
- <li><a href="#<?=$data["ID"]?>"><?=$name?></a></li>
- <?
-}
-?>
-</ul>
-
-<?
-foreach($statusicons as $name => $data) {
- ?>
- <a name="<?=$data["ID"]?>"></a>
- <h2><?=$name?></h2>
- <?
-
- foreach ($data["ICONS"] as $desc => $filename) {
- ?>
- <img src="/images/statusicons/<?=$data["ID"]?>/<?=$filename?>" alt="<?=$desc?>" />
- <?=$desc?><br />
- <?
- }
-}
-
-?>
+<table cellpadding="3">
+ <tr><td><img src="images/aol-client.png"></td><td>Buddy is using official AOL client</td></tr>
+ <tr><td><img src="images/blocked.png"></td><td>Buddy is blocked</td></tr>
+ <tr><td><img src="images/bot.png"></td><td>Buddy is a bot</td></tr>
+ <tr><td><img src="images/external.png"></td><td>Buddy is not on the local network</td></tr>
+ <tr><td><img src="images/female.png"></td><td>Buddy is female</td></tr>
+ <tr><td><img src="images/free-for-chat.png"></td><td>Buddy wants to have a chat</td></tr>
+ <tr><td><img src="images/game.png"></td><td>Buddy is playing a game</td></tr>
+ <tr><td><img src="images/male.png"></td><td>Buddy is male</td></tr>
+ <tr><td><img src="images/mobile.png"></td><td>Buddy is mobile</td></tr>
+ <tr><td><img src="images/not-authorized.png"></td><td>You're not authorized to this buddy's status</td></tr>
+ <tr><td><img src="images/qq-member.png"></td><td>Buddy is a QQ member</td></tr>
+ <tr><td><img src="images/secure.png"></td><td>Converation with this buddy goes over a secure connection</td></tr>
+ <tr><td><img src="images/unavailable.png"></td><td>Unavailable</td></tr>
+ <tr><td><img src="images/video.png"></td><td>Buddy is watching a video</td></tr>
+</table><br/><br/>
--- a/win32/index.php Tue Apr 24 03:17:46 2007 +0000
+++ b/win32/index.php Fri Sep 21 01:50:21 2007 +0000
@@ -1,40 +1,45 @@
<?
$page->title = 'Windows Pidgin';
require('../inc/template.inc.php');
+ $current_win32_version = '2.0.0beta7';
+ $current_win32_gtk_version = '2.10.11';
+ $current_win32_gtk_revision = 'b';
?>
-<p><span style="color: #FF0000;">**Note**</span> 1.5.0 does <b>NOT</b> work with MSN and will crash trying to log in. Use <a href="http://sourceforge.net/project/showfiles.php?group_id=235&package_id=253">2.0.0beta3.1 or newer</a> to avoid this problem.</p>
+<p><span style="color: #FF0000;">**Note**</span> 1.5.0 does <b>NOT</b> work with MSN and will crash trying to log in. Use <a href="http://sourceforge.net/project/showfiles.php?group_id=235&package_id=230234">2.0.0beta3.1 or newer</a> to avoid this problem.</p>
<h1>Windows Pidgin</h1>
-<p>Grab the latest <a href="http://prdownloads.sourceforge.net/pidgin/gaim-<?php print $current_win32_version; ?>.exe">Windows build (v<?php print $current_win32_version; ?>)</a>, or if you already have GTK+ v<?php print $current_win32_gtk_version; ?> rev <?php print $current_win32_gtk_revision; ?> installed grab <a href="http://prdownloads.sourceforge.net/pidgin/gaim-<?php print $current_win32_version; ?>-no-gtk.exe">Windows Gaim without GTK+</a>.</p>
+<p>Grab the latest <a href="http://prdownloads.sourceforge.net/pidgin/pidgin-<?php print $current_win32_version; ?>.exe">Windows build (v<?php print $current_win32_version; ?>)</a>, or if you already have GTK+ v<?php print $current_win32_gtk_version; ?> rev <?php print $current_win32_gtk_revision; ?> installed grab <a href="http://prdownloads.sourceforge.net/pidgin/pidgin-<?php print $current_win32_version; ?>-no-gtk.exe">Windows Pidgin without GTK+</a>.</p>
+
+<p><span style="color: #FF0000;">**Note**</span> GTK+ versions newer than 2.6.10 do <b>NOT</b> work on Windows 95/98/ME. Use <a href="http://downloads.sourceforge.net/pidgin/gtk-runtime-2.6.10-rev-a.exe">the standalone 2.6.10 rev a</a> installer and download <a href="http://prdownloads.sourceforge.net/pidgin/pidgin-<?php print $current_win32_version; ?>-no-gtk.exe">Windows Pidgin without GTK+</a>.</p>
-<p>For the latest Windows Gaim specific changes, see <a href="ChangeLog.win32">ChangeLog.win32</a>. It includes information on GTK+ changes/fixes affecting Windows Gaim.</p>
+<p>For the latest Windows Pidgin specific changes, see <a href="ChangeLog.win32">ChangeLog.win32</a>. It sometimes includes information on GTK+ changes/fixes affecting Windows Pidgin.</p>
-<p>Windows Gaim users/developers are encouraged to congregate in #pidgin-win32 on irc.freenode.net.</p>
+<p>Windows Pidgin users/developers are encouraged to congregate in #pidgin-win32 on irc.freenode.net.</p>
<p>
-<b>NOTE:</b> Those who currently use <code>HOME</code> and <code>LANG</code> environmental variables to set Gaim's settings path and language, will need to use <code>GAIMHOME</code> and <code>GAIMLANG</code> as of version 1.1.0.
+<b>NOTE:</b> Those who previously used the <code>GAIMHOME</code> and <code>GAIMLANG</code> environmental variables to define the settings path and language, will need to use <code>PURPLEHOME</code> and <code>PIDGINLANG</code> as of version 2.0.0beta7.
</p>
<h3>Contents</h3>
<ul>
-<li><a href="#faq">Windows Gaim FAQ</a></li>
-<li><a href="#bugs">Major Windows Gaim Bugs &amp; Workarounds</a></li>
+<li><a href="#faq">Windows Pidgin FAQ</a></li>
+<li><a href="#bugs">Major Windows Pidgin Bugs &amp; Workarounds</a></li>
<li><a href="#wingtk">Standalone GTK+ Installer</a></li>
<li><a href="#autoinst">Unattended Installations</a></li>
-<li><a href="#spelling">Windows Gaim Spell-checking</a></li>
+<li><a href="#spelling">Spell-checking</a></li>
<li><a href="#perl">Perl Plugin Support</a></li>
<li><a href="#tcl">TCL Plugin Support</a></li>
-<li><a href="#debug">Windows Gaim Crash Reporting - Howto</a></li>
+<li><a href="#debug">Windows Pidgin Crash Reporting - Howto</a></li>
<li><a href="http://developer.pidgin.im/wiki/BuildingWinPidgin">Windows Build Instructions</a></li>
-<li><a href="#portable">Running Gaim from a USB Drive</a></li>
+<li><a href="#portable">Running Pidgin from a USB Drive</a></li>
</ul>
-<h2 id="faq">Windows Gaim FAQ</h2>
+<h2 id="faq">Windows Pidgin FAQ</h2> (These are being migrated to a wiki: <a href="http://developer.pidgin.im/wiki/Using%20Pidgin#WindowsSpecific">here</a>. Feel free to assist in the migration.)
<ul>
<li>
-<b>How does Win Gaim determine which language to use?</b> - For the user who installed Win Gaim, the language selected during installation will be the default. This can be overridden by setting the <code>GAIMLANG</code> (as of v1.1.0) environmental variable (for example <code>GAIMLANG=de</code>). If both of these methods fail, Win Gaim will fall back to the default Windows user locale setting.
+<b>How does Window Pidgin determine which language to use?</b> - <a href="http://developer.pidgin.im/wiki/Using%20Pidgin#HowdoesPidginforWindowsdeterminewhichlanguagetouse">See wiki</a>
</li>
<li>
@@ -52,11 +57,11 @@
</li>
<li>
-<b>Win Gaim Smiley Themes</b> - You can drag and drop the <a href="http://sourceforge.net/tracker/?atid=746976&amp;group_id=235&amp;func=browse">Smiley Themes</a> into Win Gaim. Simply download a theme to your machine (i.e. to your Desktop), bring up the Smiley theme list in Gaim's Preferences, and then drag and drop the saved theme into the Smiley themes list. You do not need to keep the file you downloaded.
+<b>Smiley Themes</b> - You can drag and drop the <a href="http://sourceforge.net/tracker/?atid=746976&amp;group_id=235&amp;func=browse">Smiley Themes</a> into Pidgin. Simply download a theme to your machine (e.g. to your Desktop), bring up the Smiley theme list in the Preferences dialog, then drag and drop the saved theme into the Smiley themes list. You do not need to keep the file you downloaded.
</li>
<li>
-<b>How do I configure Norton Internet Security for Gaim?</b> - Unfortunately, Norton Internet Security doesn't correctly respect specifying "Permit All" for a program, and the following additional settings are necessary for Gaim to function properly. Symantec has be notified of the problem, but attempts to get it resolved have been fruitless.
+<b>How do I configure Norton Internet Security for Pidgin?</b> - Unfortunately, Norton Internet Security doesn't correctly respect specifying "Permit All" for a program, and the following additional settings are necessary for Pidgin to function properly. Symantec has be notified of the problem, but attempts to get it resolved have been fruitless.
<ol>
<li>Select Options -&gt; Norton Internet Security</li>
<li>Select the Firewall tab</li>
@@ -74,44 +79,31 @@
</li>
<li>
-<b>How do I run multiple instances of Gaim?</b> - As of 1.1.0, Gaim will prevent multiple instances from running simultaneously. You can override this restriction by defining the <code>GAIM_MULTI_INST</code> environmental variable. If you do this, you may find the <code>-c</code> parameter useful to specify unique configuration directories for each instance (e.g. <code>-c c:\home\.gaim</code>).
+<b>How do I run multiple instances of Pidgin?</b> - <a href="http://developer.pidgin.im/wiki/Using%20Pidgin#HowdoIrunmultipleinstancesofPidginonWindows">See wiki</a>
</li>
<li>
-<b>How do I upgrade Gaim?</b> - Close any existing Gaim instances. Install the new version of Gaim. Start Gaim. The installer should detect your existing Gaim instllation and default to that directory, so you should not need to change the installation directory.
+<b>How do I upgrade Pidgin?</b> - Close any existing Pidgin instances. Install the new version of Pidgin. Start Pidgin. The installer should detect your existing installation and default to that directory, so you should not need to change the installation directory.
</li>
<li>
-<b>Why do I get a &quot;No disk in drive&quot; (or similar) message?</b> - **This has been fixed in the GTK+ 2.10.6 installer.** There is a bug in one of the components of the GTK+ runtime (gettext). As a result, this component attempts to locate a configuration file on the I: drive. If you have an I: drive and it is a removable media drive such as a ZIP drive, CD/DVD-ROM drive, or flash card reader, you will see the an error message stating that there is no disk in the drive or asking you to insert a disk into the drive. If you can change your drive letters so that you have no I: (possible on Windows 2000 or XP), unplug the device if it is a USB device, or insert a disk or card into the drive before starting Gaim, this should silence the message. We hope to have a fixed GTK+ runtime soon. This error message can safely be ignored without any ill effects.
+<b>Why do I get a &quot;No disk in drive&quot; (or similar) message?</b> - **This has been fixed in the GTK+ 2.10.6 installer.** There is a bug in one of the components of the GTK+ runtime (gettext). As a result, this component attempts to locate a configuration file on the I: drive. If you have an I: drive and it is a removable media drive such as a ZIP drive, CD/DVD-ROM drive, or flash card reader, you will see the an error message stating that there is no disk in the drive or asking you to insert a disk into the drive. If you can change your drive letters so that you have no I: (possible on Windows 2000 or XP), unplug the device if it is a USB device, or insert a disk or card into the drive before starting Pidgin, this should silence the message. This error message can safely be ignored without any ill effects.
</li>
</ul>
-<h2 id="bugs">Major Windows Gaim Bugs and Workarounds</h2>
+<h2 id="bugs">Major Windows Pidgin Bugs and Workarounds</h2>
<ul>
<li>
-<p><b>DLL Hell and Win Gaim</b> - A very common but very unpleasant Windows SNAFU (known as DLL Hell) has been experienced by many Win Gaim users.</p>
-
-<p><b>Symptom:</b> Win Gaim crashes routinely on startup (but not neccessarily just on startup).</p>
-
-<p><b>Cause:</b> Dlls with the same name as those that Gaim uses are found in the dll search path and are used instead of those installed by Gaim, likely causing Gaim to malfunction. This can happen when application developers install their dlls to Windows system directories. The most commonly used dll to cause dll hell is <code>zlib.dll</code>.</p>
-
-<p><b>Solution</b>: As of 0.72, depending on the windows version Gaim will either change working directory before loading <code>gaim.dll</code>, or will use <code>SetDllDirectory</code>.</p>
-
-<p>Why did we move to using the GTK installer? More and more GTK apps are being ported to Windows, and rather than having each app install its own copies of the GTK dlls, it is better that GTK is installed in a common location to avoid having many duplicates of the same dll. There is more in-depth info about DLL Hell in <a href="http://www.desaware.com/Articles/DllHellL3.htm">this article</a>.</p>
-
-<p>Bug report <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=715975&amp;group_id=235&amp;atid=100235">#715975</a> is one instance of the problem just described. There are more..</p>
-</li>
-<li>
-<b>TCL Loader Plugin + Cygwin = WinGaim crash</b> - Starting with 0.75, Win Gaim comes with a tcl plugin loader. The loader plugin is dependant on <code>tcl84.dll</code> and will use the first one found in the dll search path. If you have a cygwin installation (with tcl 8.4), and have added its bin directory to your <code>PATH</code>, then WinGaim will crash on startup. The solution is to remove cygwin's bin directory from your path. Introducing cygwin dlls into the native win32 environment is a very bad idea, and is likely to cause problems with other programs.
+<b>TCL Loader Plugin + Cygwin = crash</b> - Starting with 0.75, Pidgin for Windows comes with a tcl plugin loader. The loader plugin is dependant on <code>tcl84.dll</code> and will use the first one found in the dll search path. If you have a cygwin installation (with tcl 8.4), and have added its bin directory to your <code>PATH</code>, then Pidgin may crash on startup. The solution is to remove cygwin's bin directory from your path. Introducing cygwin dlls into the native win32 environment is a very bad idea, and is likely to cause problems with other programs.
</li>
<li>
-<b>GTK+ 2.8.x Unable to connect</b> - Versions of WinGaim prior to 2.0.0beta4 do not work with GTK+ 2.8.0 or newer. The symptoms are an inability to connect and/or frequent disconnections. The issue is specifically in Glib 2.8.x. For those interested in the technical details, the GIOChannel implementation has been rewritten and appears to have some quirks - see the following <a href="http://bugzilla.gnome.org/show_bug.cgi?id=324234">bugzilla entry</a>. To avoid this problem, use WinGaim 2.0.0beta4 or newer, or stick with GTK+ 2.6.10.
+<b>GTK+ 2.8.x Unable to connect</b> - Versions prior to 2.0.0beta4 do not work with GTK+ 2.8.0 or newer. The symptoms are an inability to connect and/or frequent disconnections. The issue is specifically in Glib 2.8.x. For those interested in the technical details, the GIOChannel implementation has been rewritten and appears to have some quirks - see the following <a href="http://bugzilla.gnome.org/show_bug.cgi?id=324234">bugzilla entry</a>. To avoid this problem, use Pidgin 2.0.0beta4 or newer, or stick with GTK+ 2.6.10.
</li>
<li>
-<b>GTK+ 2.6.9 causes GIMP crashes</b> - The updated GTK-Wimp theme that was distributed with the Gaim GTK+ 2.6.9 installer (also included in the WinGaim 1.5.0 installer) triggers a bug in GTK+ that causes GIMP to crash. You should update to <a href="http://prdownloads.sourceforge.net/pidgin/gtk-runtime-2.6.10-rev-a.exe?download">GTK+ 2.6.10</a> to resolve this. See the following <a href="http://bugzilla.gnome.org/show_bug.cgi?id=314529">bugzilla entry</a> for more information.
+<b>GTK+ 2.6.9 causes GIMP crashes</b> - The updated GTK-Wimp theme that was distributed with our GTK+ 2.6.9 installer (also included in the Pidgin 1.5.0 installer) triggers a bug in GTK+ that causes GIMP to crash. You should update to <a href="http://prdownloads.sourceforge.net/pidgin/gtk-runtime-2.6.10-rev-a.exe?download">GTK+ 2.6.10</a> to resolve this. See the following <a href="http://bugzilla.gnome.org/show_bug.cgi?id=314529">bugzilla entry</a> for more information.
</li>
<li>
<b>Major GTK+ Bugs</b><i> (that do not need reporting)</i>
@@ -124,55 +116,60 @@
<h2 id="wingtk">Standalone GTK+ Installer</h2>
-<a href="http://prdownloads.sourceforge.net/pidgin/gtk-runtime-<?php print $current_win32_gtk_version; ?>-rev-<?php print $current_win32_gtk_revision; ?>.exe?download">gtk-runtime-<?php print $current_win32_gtk_version; ?>-rev-<?php print $current_win32_gtk_revision; ?>.exe</a>
+<a href="http://prdownloads.sourceforge.net/pidgin/gtk-runtime-<?php print $current_win32_gtk_version; ?>-rev-<?php print $current_win32_gtk_revision; ?>.exe?download">gtk-runtime-<?php print $current_win32_gtk_version; ?>-rev-<?php print $current_win32_gtk_revision; ?>.exe</a> (Use <a href="http://prdownloads.sourceforge.net/pidgin/gtk-runtime-2.6.10-rev-a.exe?download">gtk-runtime-2.6.10-rev-a.exe</a> for Win95/98/ME.)
<p>Check <a href="ChangeLog.win32">ChangeLog.win32</a> for the changes in this GTK+ revision.</p>
<h2 id="autoinst">Unattended Installations</h2>
<p>As of 0.73, unattended installations are possible. Simply do the following:</p>
-<pre><code>gaim-<?php print $current_win32_version; ?>.exe /L=1033 /S /D=C:\Gaim</code></pre>
-<p>Make sure to leave the <code>/D</code> flag for last. The <code>/L</code> flag sets the language (Windows LCID) used by the uninstaller, as well as Gaim itself. You may omit both the <code>/L</code> and <code>/D</code> flags and use the defaults which are 1033 (English) and <code>C:\Program Files\Gaim</code> respectively. The same applies to non-gtk versions. If you need to specify the GTK+ install path (Default is <code>C:\Program Files\Common Files\GTK\2.0</code>), then download the latest GTK+ installer from above, and do the following:</p>
-<pre><code>gtk-runtime-<?php print $current_win32_gtk_version; ?>-rev-<?php print $current_win32_gtk_revision; ?>.exe /L=1033 /S /NOUI /D=C:\GTK+
-gaim-<?php print $current_win32_version; ?>-no-gtk.exe /L=1033 /S /D=C:\Gaim</code></pre>
-<p>The GTK+ installer has two silent states. One with message boxes: <code>/S</code>, and one without: <code>/S /NOUI</code>. The reason for this is that the installer was made to run from within the Gaim installer where you would expect to see message boxes for errors.</p>
+<pre><code>pidgin-<?php print $current_win32_version; ?>.exe /L=1033 /S /D=C:\Pidgin</code></pre>
+<p>Make sure to leave the <code>/D</code> flag for last. The <code>/L</code> flag sets the language (Windows LCID) used by the uninstaller, as well as Pidgin itself. You may omit both the <code>/L</code> and <code>/D</code> flags and use the defaults which are 1033 (English) and <code>C:\Program Files\Pidgin</code> respectively. The same applies to non-gtk versions. If you need to specify the GTK+ install path (Default is <code>C:\Program Files\Common Files\GTK\2.0</code>), then download the latest GTK+ installer from above, and do the following:</p>
+<pre>
+<code>
+gtk-runtime-<?php print $current_win32_gtk_version; ?>-rev-<?php print $current_win32_gtk_revision; ?>.exe /L=1033 /S /NOUI /D=C:\GTK+
+pidgin-<?php print $current_win32_version; ?>-no-gtk.exe /L=1033 /S /D=C:\Pidgin
+</code>
+</pre>
+<p>The GTK+ installer has two silent states. One with message boxes: <code>/S</code>, and one without: <code>/S /NOUI</code>. The reason for this is that the installer was made to run from within the Pidgin installer where you would expect to see message boxes for errors.</p>
-<h2 id="spelling">Gaim Spell-checking</h2>
+<h2 id="spelling">Spell-checking</h2>
<h3>Aspell and Aspell dictionary installers</h3>
-<p>I will no longer support the aspell and aspell dict installers that I had previously posted here. From now on, Gaim will use the win32 aspell distribution from <a href="http://aspell.net/win32">aspell.net/win32</a>. To make use of Win Gaim's spell-checking feature you will need to download and install the aspell installer and at least one language dictionary. If you choose not to install Aspell, Gaim will still work. Gaim will also work with Aspell from previous Gaim installations.</p>
+<p>The Pidgin installer will attempt to download and install Aspell and a Aspell dictionary if you choose the appropriate options. If this isn't successful (e.g. due to a firewall or proxy that prevented the download), you can manually download and install Aspell and a dictionary from here: <a href="http://aspell.net/win32">aspell.net/win32</a>.</p>
<p>Note: Don't forget to turn on "Highlight misspelled words" in the preferences.</p>
<h2 id="perl">Perl Plugin Support</h2>
-<p>To enable Perl Plugins in Win Gaim, you need to download and install <a href="http://www.activestate.com/Products/Language_Distributions/">ActivePerl</a> 5.8, before installing Gaim (v0.69 and higher). If Gaim complains about not finding <code>perl58.dll</code>, add the Perl bin dirctory to your <code>PATH</code>.</p>
+<p>To enable Perl Plugins, you need to download and install <a href="http://www.activestate.com/Products/Language_Distributions/">ActivePerl</a> 5.8. If your plugins are not working, run <code>pidgin -d</code> and look for errors when loading <code>plugins\perl.dll</code>. If you see errors about not finding <code>perl58.dll</code>, add the Perl bin dirctory to your <code>PATH</code>.</p>
<h2 id="tcl">TCL Plugin Support</h2>
-<p>To enable TCL Plugins in Win Gaim, you need to download and install <a href="http://www.activestate.com/Products/Language_Distributions/">ActiveTCL</a> 8.4.5.0. Unlike Perl, you may install TCL after Gaim has been installed.</p>
+<p>To enable TCL Plugins, you need to download and install <a href="http://www.activestate.com/Products/Language_Distributions/">ActiveTCL</a> 8.4.5.0.</p>
-<h2 id="debug">Debugging Windows Gaim</h2>
-<h3>What to do if Gaim crashes</h3>
-<p>First make sure that you are not affected by 'Dll Hell' as described above. Download and install the debug version of WinGaim (<a href="http://prdownloads.sourceforge.net/pidgin/gaim-<?php print $current_win32_version; ?>-debug.exe"><?php print $current_win32_version; ?> is here</a>; for other versions, go to <a href="http://sourceforge.net/project/showfiles.php?group_id=235&package_id=253">the gaim file releases area on SF.net</a>). The next time you run Gaim and it crashes, the call stack will be dumped to <code>gaim.RPT</code> in your Gaim install dir. When submitting a bug report, give a detailed description on how to produce your bug and attach the most recent crash dump from your <code>gaim.RPT</code> file.</p>
-<h2 id="portable">Running Windows Gaim From a USB Drive</h2>
-<p>It is relatively easy to set up Gaim to run from a USB Drive. Most of Gaim is very good about not assuming that it is installed; a slightly customized launcher makes it all come together nicely.</p>
+<h2 id="debug">Debugging Windows Pidgin</h2>
+<h3>What to do if Pidgin crashes</h3>
+<p> <a href="http://developer.pidgin.im/wiki/TipsForBugReports#WhattodoifPidgincrashes">See wiki</a> </p>
+
+<h2 id="portable">Running Windows Pidgin From a USB Drive</h2>
+<p>It is relatively easy to set up Pidgin to run from a USB Drive. Most of Pidgin is very good about not assuming that it is installed; a slightly customized launcher makes it all come together nicely.</p>
<p>The way that this is set up, other GTK+ applications can use the same GTK+ runtime.</p>
<p>Caveats</p>
<ul>
<li>Spell-checking requires 2.0.0 beta3 or newer.</li>
</ul>
-<h3>How to setup your USB-Drive Gaim</h3>
+<h3>How to setup your USB-Drive Pidgin</h3>
<ul>
- <li>Download and Install Gaim</li>
+ <li>Download and Install Pidgin</li>
<li>Prepare your USB Drive: (This assumes that your USB Drive is <code>U:</code> for the purpose of explanation)
<ul>
- <li>Create a directory: <code>U:\Programs</code> (This can be whatever you want, the idea is that GTK and Gaim are at the same level)</li>
- <li>Create <code>GTK</code> and <code>Gaim</code> directories in this directory.</li>
+ <li>Create a directory: <code>U:\Programs</code> (This can be whatever you want, the idea is that GTK and Pidgin are at the same level)</li>
+ <li>Create <code>GTK</code> and <code>Pidgin</code> directories in this directory.</li>
</ul>
</li>
- <li>Copy a minimal part of your Gaim installation to the USB Drive from the installed instance of Gaim. The directory structure stays the same, but we don't need everything that is included in the standard installation.
+ <li>Copy a minimal part of your Pidgin installation to the USB Drive from the installed instance. The directory structure stays the same, but we don't need everything that is included in the standard installation.
<ul>
<li>Copy the whole <code>pixmaps</code> and <code>sounds</code> directories.</li>
- <li>Create a <code>U:\Programs\Gaim\plugins</code> directory and copy the contents of the installed <code>Gaim\plugins</code> directory into it excluding <code>perl.dll</code>, <code>tcl.dll</code>.</li>
- <li>If you want to use a language other than en_US, create a <code>U:\Programs\Gaim\locale</code> directory and copy any language directories that you want from your installed <code>Gaim\locale</code> directory.</li>
- <li>Copy the contents of your root installed Gaim directory except <code>gaim.exe</code>, <code>gaim-uninst.exe</code>, and if you don't want spell-checking support, <code>libgtkspell.dll</code>.</li>
- <li>Download <a href="gaim-portable.exe">gaim-portable.exe</a> (use <a href="gaim-portable.exe.pre200b4">this version</a> for versions of gaim older than 2.0.0beta4) and put it in <code>U:\Programs\Gaim</code>. The file uses the same source as the standard <code>gaim.exe</code> from versions 2.0.0 and newer, the difference being that when it was compiled <code>PORTABLE</code> was defined which causes some of the initialization to be done differently.</li>
+ <li>Create a <code>U:\Programs\Pidgin\plugins</code> directory and copy the contents of the installed <code>Pidgin\plugins</code> directory into it excluding <code>perl.dll</code>, <code>tcl.dll</code>.</li>
+ <li>If you want to use a language other than en_US, create a <code>U:\Programs\Pidgin\locale</code> directory and copy any language directories that you want from your installed <code>Pidgin\locale</code> directory.</li>
+ <li>Copy the contents of your root installed Pidgin directory except <code>pidgin.exe</code>, <code>pidgin-uninst.exe</code>, and if you don't want spell-checking support, <code>libgtkspell.dll</code>.</li>
+ <li>Download <a href="pidgin-portable.exe">pidgin-portable.exe</a> (use <a href="gaim-portable.exe">gaim-portable.exe</a> for 2.0.0beta4-6 or <a href="gaim-portable.exe.pre200b4">this version</a> for versions older than 2.0.0beta4) and put it in <code>U:\Programs\Pidgin</code>. The file uses the same source as the standard <code>pidgin.exe</code>, the difference being that when it was compiled <code>PORTABLE</code> was defined which causes some of the initialization to be done differently.</li>
</ul>
</li>
<li>In the same spirit, create a minimal GTK+ runtime installation from your GTK+ installation.
@@ -189,5 +186,5 @@
<li>Copy the <code>data</code> and <code>dict</code> subdirectories into <code>U:\Programs\Aspell</code>.</li>
</ul>
</li>
- <li>You are done! Running <code>U:\Programs\Gaim\gaim-portable.exe</code> will cause gaim to run off the USB Drive, saving the settings, logs and etc. to <code>U:\Programs\.gaim</code>.</li>
-</ul>
+ <li>You are done! Running <code>U:\Programs\Pidgin\pidgin-portable.exe</code> will cause pidgin to run off the USB Drive, saving the settings, logs and etc. to <code>U:\Programs\.purple</code>.</li>
+</ul>
\ No newline at end of file