From: <the...@us...> - 2006-04-12 03:40:27
|
Revision: 16029 Author: thekingant Date: 2006-04-11 20:40:16 -0700 (Tue, 11 Apr 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16029&view=rev Log Message: ----------- Update some files to talk about Subversion instead of CVS Modified Paths: -------------- web/htdocs/downloads.php web/htdocs/faq.txt web/htdocs/faq2.txt web/htdocs/version.php Modified: web/htdocs/downloads.php =================================================================== --- web/htdocs/downloads.php 2006-04-12 03:11:21 UTC (rev 16028) +++ web/htdocs/downloads.php 2006-04-12 03:40:16 UTC (rev 16029) @@ -144,43 +144,50 @@ 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>CVS</h2> +<h2>Subversion (aka SVN)</h2> <p> - CVS is a way of storing and tracking changes in the code between releases. - The Gaim source is kept in CVS. Because this is the central location for - all Gaim development, it always has the latest code and bug fixes. However, + 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 anonymous CVS, but doing so puts unnecessary - load on the CVS servers. The code in CVS is never guaranteed to work - correctly, and if something is obviously broken you should not complain + 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 CVS. Please be sure to read - <a href="/faq.php#cvs">this</a> before using CVS. + 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 - CVS. 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 glib and gtk 2.2 are - recommended) installed, as well as gcc and gmake. You also need, of course, - cvs installed (version 1.11). + 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 commands in a directory that you have write access to (such + Run the following command in a directory that you have write access to (such as your home directory): </p> <pre> -<code>cvs -d ':pserver:ano...@cv...:/cvsroot/gaim' login</code> -(Just hit enter for the password) -<code>cvs -z3 -d ':pserver:ano...@cv...:/cvsroot/gaim' checkout gaim</code> +<code>svn co https://svn.sourceforge.net/svnroot/gaim/trunk gaim</code> </pre> <p> You should see it listing all the source files. @@ -188,7 +195,7 @@ <h4>Step 2. Build again</h4> <p> - Once you've checked gaim out of CVS, run the follwing commands: + Once you've checked Gaim out of Subversion, run the follwing commands: </p> <pre> <code>cd gaim @@ -212,7 +219,7 @@ the whole thing; instead, from inside the directory, run: </p> <pre> -<code>cvs update -d +<code>svn update gmake gmake install</code> </pre> @@ -230,7 +237,7 @@ is the case. </p> -<h3>CVS Commits Mailing List</h3> +<h3>Subversion Commits Mailing List</h3> <p> We also have a mailing list set up that will notify you when new Modified: web/htdocs/faq.txt =================================================================== --- web/htdocs/faq.txt 2006-04-12 03:11:21 UTC (rev 16028) +++ web/htdocs/faq.txt 2006-04-12 03:40:16 UTC (rev 16029) @@ -173,37 +173,37 @@ preference from -1 to 0.</li> </ul> -!ANCHOR cvs -Q: Gaim <non-current version> is buggy. Gaim CVS is buggy. Why? +!ANCHOR svn +Q: Gaim <non-current version> is buggy. Gaim SVN 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. CVS is +current version--that's why we make new releases. SVN 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 CVS? +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 Gaim CVS exhibits bad behavior due to +It is often the case that Gaim 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 CVS destroyed the user's buddy lists). While behaviors like +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 Gaim CVS users to +used to such things), they tend to cause many Gaim SVN users to contact Gaim 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 - a CVS checkout is not +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 +points in the recent past Sourceforge SVN 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 CVS as a primary +and dozens of useful and active projects which use SVN 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 +users are poking around in that SVN 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. It is better for the community if an enterprising individual wishing to fix a @@ -225,16 +225,16 @@ likely if the buggy behavior is damaging in some way.) Gaim releases represent code which the Gaim developers feel is relatively well-behaved and stable. This includes not only the interface seen by -Gaim users, but the traffic seen by IM service providers. Gaim CVS +Gaim users, but the traffic seen by IM service providers. Gaim SVN bears no such guarantees. </p> <p> In short, there are a lot of good reasons to <i>not</i> use -Gaim CVS if one does not wish to develop Gaim, Gaim plugins, or a +Gaim SVN if one does not wish to develop Gaim, Gaim plugins, or a codebase which interacts with Gaim in some intimate way. There are, -however, only a few reasons <i>to</i> use Gaim CVS outside of the +however, only a few reasons <i>to</i> use Gaim SVN outside of the above. Please weigh these things carefully and decide whether you -wish to use Gaim CVS for a good reason which furthers the community, or +wish to use Gaim SVN for a good reason which furthers the community, or for selfish reasons which are not entirely important. </p> @@ -461,7 +461,7 @@ <p> Most of the protocols themselves support file transfer, but Gaim has not been written to support it yet. If you would like file transfer - to work better or be more complete, get CVS and submit a patch using the + to work better or be more complete, get SVN and submit a patch using the generic file transfer API. </p> Modified: web/htdocs/faq2.txt =================================================================== --- web/htdocs/faq2.txt 2006-04-12 03:11:21 UTC (rev 16028) +++ web/htdocs/faq2.txt 2006-04-12 03:40:16 UTC (rev 16029) @@ -171,37 +171,37 @@ <li>If you use 0.75 or higher on win32, try deleting <code>tcl.dll</code>.</li> </ul> -!ANCHOR cvs -Q: Gaim <non-current version> is buggy. Gaim CVS is buggy. Why? +!ANCHOR svn +Q: Gaim <non-current version> is buggy. Gaim SVN 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. CVS is +current version--that's why we make new releases. SVN 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 CVS? +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 Gaim CVS exhibits bad behavior due to +It is often the case that Gaim 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 CVS destroyed the user's buddy lists). While behaviors like +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 Gaim CVS users to +used to such things), they tend to cause many Gaim SVN users to contact Gaim 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 - a CVS checkout is not +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 +points in the recent past Sourceforge SVN 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 CVS as a primary +and dozens of useful and active projects which use SVN 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 +users are poking around in that SVN 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. It is better for the community if an enterprising individual wishing to fix a @@ -223,16 +223,16 @@ likely if the buggy behavior is damaging in some way.) Gaim releases represent code which the Gaim developers feel is relatively well-behaved and stable. This includes not only the interface seen by -Gaim users, but the traffic seen by IM service providers. Gaim CVS +Gaim users, but the traffic seen by IM service providers. Gaim SVN bears no such guarantees. </p> <p> In short, there are a lot of good reasons to <i>not</i> use -Gaim CVS if one does not wish to develop Gaim, Gaim plugins, or a +Gaim SVN if one does not wish to develop Gaim, Gaim plugins, or a codebase which interacts with Gaim in some intimate way. There are, -however, only a few reasons <i>to</i> use Gaim CVS outside of the +however, only a few reasons <i>to</i> use Gaim SVN outside of the above. Please weigh these things carefully and decide whether you -wish to use Gaim CVS for a good reason which furthers the community, or +wish to use Gaim SVN for a good reason which furthers the community, or for selfish reasons which are not entirely important. </p> @@ -481,7 +481,7 @@ <p> Most of the protocols themselves support file transfer, but Gaim has not been written to support it yet. If you would like file transfer - to work better or be more complete, get CVS and submit a patch using the + to work better or be more complete, get SVN and submit a patch using the generic file transfer API. </p> Modified: web/htdocs/version.php =================================================================== --- web/htdocs/version.php 2006-04-12 03:11:21 UTC (rev 16028) +++ web/htdocs/version.php 2006-04-12 03:40:16 UTC (rev 16029) @@ -18,14 +18,15 @@ exit(); } -$cvs = ((strpos($version, 'cvs') !== false) || (strpos($version, 'beta') !== false)); +$dev = ((strpos($version, 'cvs') !== false) || (strpos($version, 'beta') !== false) || (strpos($version, 'dev') != false)); $win32 = ($build == 'gaim-win32'); $my_ver = str_replace('cvs', '', $version); +$my_ver = str_replace('dev', '', $version); $my_ver = preg_replace('/beta(\d+)$/', '', $my_ver); $my_ver = preg_replace('/-(\d+)$/', '', $my_ver); $cur_ver = ($win32 ? $current_win32_version : $current_version); -if ($cur_ver != $my_ver || $cvs == false) { +if ($cur_ver != $my_ver || $dev == false) { $cur_ver_parts = explode('.', $cur_ver); $my_ver_parts = explode('.', $my_ver); @@ -38,7 +39,7 @@ break; } } - + if($upgrade == false) { exit(); } @@ -50,7 +51,7 @@ /* Is anyone still using the data anymore? -if(!$cvs) { +if(!$dev) { $db = new Database($sql_type, $sql_server, $sql_username, $sql_password, $sql_database); $db->connect(); $db->query("UPDATE version_track SET count=count+1 WHERE day=NOW() AND version = '$my_ver' AND build='$build' AND cur_version = '$cur_ver'"); @@ -65,7 +66,7 @@ $f = fopen($filename, "r"); $changelog_text = fread($f, filesize($filename)); fclose($f); - + /* skip the Pimpin' Penguin line */ $startpos = strpos($changelog_text, "version $cur_ver"); $oldpos = strpos($changelog_text, "version $firstversion ", $startpos); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dat...@us...> - 2006-06-08 15:35:45
|
Revision: 16237 Author: datallah Date: 2006-06-08 08:35:37 -0700 (Thu, 08 Jun 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16237&view=rev Log Message: ----------- Update win32 build instructions for the libxml2 stuff. Add a link to the skins page from the faq. Modified Paths: -------------- web/htdocs/faq.txt web/htdocs/faq2.txt web/htdocs/win32/build.php Modified: web/htdocs/faq.txt =================================================================== --- web/htdocs/faq.txt 2006-06-08 15:20:38 UTC (rev 16236) +++ web/htdocs/faq.txt 2006-06-08 15:35:37 UTC (rev 16237) @@ -1339,4 +1339,9 @@ it onto a Gaim window). </p> +Q: Can I "skin" Gaim? + +A: The UI can be customized using GTK themes. Read <a +href="http://gaim.sourceforge.net/skins.php">this</a> for more information. + !COMMENT vim: syntax=gaimfaq tw=75 Modified: web/htdocs/faq2.txt =================================================================== --- web/htdocs/faq2.txt 2006-06-08 15:20:38 UTC (rev 16236) +++ web/htdocs/faq2.txt 2006-06-08 15:35:37 UTC (rev 16237) @@ -1196,4 +1196,9 @@ it onto a Gaim window). </p> +Q: Can I "skin" Gaim? + +A: The UI can be customized using GTK themes. Read <a +href="http://gaim.sourceforge.net/skins.php">this</a> for more information. + !COMMENT vim: syntax=gaimfaq tw=75 Modified: web/htdocs/win32/build.php =================================================================== --- web/htdocs/win32/build.php 2006-06-08 15:20:38 UTC (rev 16236) +++ web/htdocs/win32/build.php 2006-06-08 15:35:37 UTC (rev 16237) @@ -17,7 +17,7 @@ </li> <li> <p> -Download the <a href="http://gaim-extprefs.sourceforge.net/bef.shtml">WinGaim Build Environment Fetcher</a> script. Follow the instructions on the website to fetch and install most of the needed build dependencies. The script can fetch Gaim's source code from either anonymous CVS or a source distribution; you will be prompted to choose which you'd like to use. +Download the <a href="http://gaim-extprefs.sourceforge.net/bef.shtml">WinGaim Build Environment Fetcher</a> script. Follow the instructions on the website to fetch and install most of the needed build dependencies. The script can fetch Gaim's source code from either Subversion or a source distribution; you will be prompted to choose which you'd like to use. </p> </li> <li> @@ -58,8 +58,11 @@ <h2>Install Gaim's build dependencies</h2> <dl> <dt>GTK+</dt> -<dd>Gaim depends on GTK+ <?php print $current_win32_gtk_version; ?>. For your convenience I have included all of GTK's dependencies in one tarball. Extract <a href="http://prdownloads.sourceforge.net/gaim/gtk-dev-<?php print $current_win32_gtk_version; ?>-rev-<?php print $current_win32_gtk_revision; ?>.tar.gz">gtk-dev-<?php print $current_win32_gtk_version; ?>-rev-<?php print $current_win32_gtk_revision; ?>.tar.gz</a> from within <code>~/win32-dev</code>. If once built you wish to run Gaim from the win32-install-dir dir, you will need to make sure that you have installed the GTK+ runtime, and make sure that its bin dir is in your PATH. Visit the <a href="http://www.gtk.org">GTK+ website</a> for official binary and source releases.</dd> +<dd>Gaim depends on GTK+ <?php print $current_win32_gtk_version; ?>. For your convenience, we have included all of GTK's dependencies in one tarball. Extract <a href="http://prdownloads.sourceforge.net/gaim/gtk-dev-<?php print $current_win32_gtk_version; ?>-rev-<?php print $current_win32_gtk_revision; ?>.tar.gz">gtk-dev-<?php print $current_win32_gtk_version; ?>-rev-<?php print $current_win32_gtk_revision; ?>.tar.gz</a> from within <code>~/win32-dev</code>. If once built you wish to run Gaim from the win32-install-dir dir, you will need to make sure that you have installed the GTK+ runtime, and make sure that its bin dir is in your PATH. Visit the <a href="http://www.gtk.org">GTK+ website</a> for official binary and source releases.</dd> +<dt>Libxml2</td> +<dd>Download and extract <a href="libxml2-2.6.24.tar.gz">libxml2-2.6.24.tar.gz</a> to <code>win32-dev</code>.</dd> + <dt>Perl 5.8</dt> <dd>Install Perl 5.8 for Windows (I use <a href="http://www.activestate.com/Products/Language_Distributions/">ActivePerl</a>), to <code>C:\Perl</code>. If you install Perl anywhere else, you will need to change the <code>PERL</code> and <code>EXTUTILS</code> variables in <code>gaim/plugins/perl/common/Makefile.mingw</code>. You will also need to install <a href="perl582.tar.gz">perl582.tar.gz</a> under <code>~/win32-dev</code> (Containing altered headers and import lib).</dd> @@ -96,7 +99,7 @@ <h2>Get the Gaim source code</h2> <ul> - <li>Sources are in <a href="http://gaim.sourceforge.net/downloads.php">CVS</a></li> + <li>Sources are in <a href="http://gaim.sourceforge.net/downloads.php">Subversion</a></li> <li><a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_win32_version; ?>.tar.gz">Windows Gaim v<?php print $current_win32_version; ?> sources</a></li> </ul> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <the...@us...> - 2006-07-07 06:49:00
|
Revision: 16449 Author: thekingant Date: 2006-07-06 23:48:57 -0700 (Thu, 06 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16449&view=rev Log Message: ----------- Updated our summer of code 2006 page and made a news post. Any Gaim devs with commit access are welcome to update any of this as you see fit. Modified Paths: -------------- web/htdocs/gary/bugs.xml web/htdocs/news.txt web/htdocs/summerofcode/index.php Modified: web/htdocs/gary/bugs.xml =================================================================== --- web/htdocs/gary/bugs.xml 2006-07-06 18:02:17 UTC (rev 16448) +++ web/htdocs/gary/bugs.xml 2006-07-07 06:48:57 UTC (rev 16449) @@ -93,8 +93,9 @@ <priority>normal</priority> <foundby>grim</foundby> <foundon>march 24</foundon> - <fixedby></fixedby> - <fixedon></fixedon> + <fixedby>Casey Harkins</fixedby> + <fixedon>13 November 2005</fixedon> + <patch>http://svn.sourceforge.net/viewcvs.cgi/gaim/trunk/src/gtkaccount.c?r1=14280&r2=14365&view=patch</patch> </bug> <bug> <number>10</number> @@ -131,8 +132,9 @@ <priority>normal</priority> <foundby>grim</foundby> <foundon>march 25</foundon> - <fixedby></fixedby> - <fixedon></fixedon> + <fixedby>Mike Stoddard</fixedby> + <fixedon>25 November 2005</fixedon> + <patch>http://svn.sourceforge.net/viewcvs.cgi/gaim/trunk/src/protocols/novell/novell.c?r1=14518&r2=14524&view=patch</patch> </bug> <bug> <number>14</number> @@ -242,8 +244,8 @@ <priority>normal</priority> <foundby>grim</foundby> <foundon>may 26</foundon> - <fixedby></fixedby> - <fixedon></fixedon> + <fixedby>unknown</fixedby> + <fixedon>unknown</fixedon> </bug> <bug> <number>25</number> @@ -260,8 +262,8 @@ <priority>normal</priority> <foundby>rlaager</foundby> <foundon>june 12</foundon> - <fixedby></fixedby> - <fixedon></fixedon> + <fixedby>unknown</fixedby> + <fixedon>unknown</fixedon> </bug> <bug> <number>27</number> @@ -305,8 +307,8 @@ <priority>normal</priority> <foundby>grim or bleeter</foundby> <foundon>A while ago</foundon> - <fixedby></fixedby> - <fixedon></fixedon> + <fixedby>This isn't a bug. User's aren't supposed to change their privacy setting. It's changed automatically when the user toggles their invisible state.</fixedby> + <fixedon>n/a</fixedon> </bug> <bug> <number>32</number> Modified: web/htdocs/news.txt =================================================================== --- web/htdocs/news.txt 2006-07-06 18:02:17 UTC (rev 16448) +++ web/htdocs/news.txt 2006-07-07 06:48:57 UTC (rev 16449) @@ -1,6 +1,10 @@ +Summer of Code Update +July 6th, 2006 - 11:58PM PDT +Sorry it's been so long since we last posted some news. Apparently we're busy people ...or maybe we're just lazy. Anyhoo, we've been alotted 8 summer of code projects this year. See our <a href="summerofcode/">Summer of Code</a> web page for more detailed info. +# Summer of Code 2006 May 1st, 2006 - 2:41PM PDT -Google is now accepting applications for its 2006 <a href='http://code.google.com/soc'>Summer of Code</a>. Gaim is a mentor again this summer, so take a look at some our suggested <a href='http://gaim.sf.net/summerofcode'>projects</a>, and consider applying today! +Google is now accepting applications for its 2006 <a href='http://code.google.com/soc'>Summer of Code</a>. Gaim is a mentor again this summer, so take a look at some our suggested <a href='summerofcode/'>projects</a>, and consider applying today! # Beta 3: What goes up must fall down? March 29th, 2006 - 1:27PM EST Modified: web/htdocs/summerofcode/index.php =================================================================== --- web/htdocs/summerofcode/index.php 2006-07-06 18:02:17 UTC (rev 16448) +++ web/htdocs/summerofcode/index.php 2006-07-07 06:48:57 UTC (rev 16449) @@ -15,6 +15,28 @@ <h1 id="news">News</h1> +<h2 class="news">Halfway Through the Summer</h2> +<div class="newsdate">July 6th, 2006 - 11:58PM PDT</div> +<p>Dig it: Google has awarded us with 8 rockin' summer of code slots, and we've hand-picked 8 rockin' summer of code students. Keep in mind that these are <i>projects</i> and are not completed</p> + +<ul> +<li><b>QQ Support</b> - Tim Ringenbach is mentoring Mark Huetsch on this project to bring QQ support to Gaim. QQ is an extremely popular IM network in China, but doesn't have much of a foothold in the rest of the world.</li> + +<li><b>MSN Protocol Update</b> - Sean Egan is mentoring Ma Yuan on this project to give our MSN code a facelift. We hope these changes will pave the way for lots of little MSN features that people have been requesting, including status messages.</li> + +<li><b>Certificate Management</b> - Sean Egan is mentoring Gary Sivek for this project.</li> + +<li><b>Revamped Logging and Reporting</b> - Richard Laager is mentoring William Reading for this project.</li> + +<li><b>General Performance Enhancement</b> - Ethan Blanton is mentoring Aaron Sheldon for this project. Aaron is profiling Gaim and making small code changes that fine-tune portions of Gaim's codebase to speed-up some of our more CPU intensive tasks.</li> + +<li><b>Improved Logging</b> - Richard Laager is mentoring Brian Chu for this project.</li> + +<li><b>Console-based Gaim using Curses</b> - Evan Schoenberg is mentoring Sadrul Habib Chowdhury for this project. This project consists of taking all the non-GTK parts of Gaim, bundling them into a library, then writing a console-based frontend that utilizes that library to connect to the IM networks in the same way that our current GTK frontend connects.</li> + +<li><b>Contact Availability Prediction</b> - Mark Doliner is mentoring Geoffrey Foster for this project. Geoffrey is working on a plugin that attempts to predict when your buddies will be online, based on their past usage habits.</li> +</ul> + <h2 class="news">Summer of Code Begins</h2> <div class="newsdate">May 1, 2006 - 11:16AM PDT</div> <p>We are now accepting applications for Google's 2006 <a href='http://code.google.com/soc/'>Summer of Code</a> program. Look at the <a href='#available'>suggestions</a> below, or (even better), come up with your own idea, and consider applying! To apply, visit Google's <a href="http://code.google.com/soc/student_step1.html">Student Signup</a> webpage.</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <the...@us...> - 2006-07-24 05:13:06
|
Revision: 16560 Author: thekingant Date: 2006-07-23 22:12:57 -0700 (Sun, 23 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16560&view=rev Log Message: ----------- That was a bit of a pain in the ass... Modified Paths: -------------- web/htdocs/index.php web/htdocs/summerofcode/adam/posts/head.html web/htdocs/summerofcode/andrewd/posts/head.html web/htdocs/summerofcode/andrews/posts/head.html web/htdocs/summerofcode/bartosz/posts/head.html web/htdocs/summerofcode/charlie/posts/head.html web/htdocs/summerofcode/christian/posts/head.html web/htdocs/summerofcode/cristhian/posts/head.html web/htdocs/summerofcode/erin/posts/head.html web/htdocs/summerofcode/john/posts/head.html web/htdocs/summerofcode/jonathan/posts/head.html web/htdocs/summerofcode/juanjo/posts/head.html web/htdocs/summerofcode/mel/posts/head.html web/htdocs/summerofcode/piotr/posts/head.html web/htdocs/summerofcode/thomas/posts/head.html Modified: web/htdocs/index.php =================================================================== --- web/htdocs/index.php 2006-07-24 05:08:30 UTC (rev 16559) +++ web/htdocs/index.php 2006-07-24 05:12:57 UTC (rev 16560) @@ -6,7 +6,7 @@ <div id="rss"> Get the news in RSS - <a href="/rss.php/news"><img src="/images/feed-icon.png" width="24" height="24" border="0" alt="XML" /></a> + <a href="/rss.php/news"><img src="/images/feed-icon.png" border="0" alt="XML" /></a> </div> <?php Modified: web/htdocs/summerofcode/adam/posts/head.html =================================================================== --- web/htdocs/summerofcode/adam/posts/head.html 2006-07-24 05:08:30 UTC (rev 16559) +++ web/htdocs/summerofcode/adam/posts/head.html 2006-07-24 05:12:57 UTC (rev 16560) @@ -120,7 +120,7 @@ <div id="content"> <div id="rss"> Get this weblog in RSS - <a href="/summerofcode/adam/blog/index.rss"><img src="/images/feed-icon.png" width="24" height="24" border="0" alt="XML" /></a> + <a href="/summerofcode/adam/blog/index.rss"><img src="/images/feed-icon.png" border="0" alt="XML" /></a> </div> <br /> Modified: web/htdocs/summerofcode/andrewd/posts/head.html =================================================================== --- web/htdocs/summerofcode/andrewd/posts/head.html 2006-07-24 05:08:30 UTC (rev 16559) +++ web/htdocs/summerofcode/andrewd/posts/head.html 2006-07-24 05:12:57 UTC (rev 16560) @@ -120,7 +120,7 @@ <div id="content"> <div id="rss"> Get this weblog in RSS - <a href="/summerofcode/andrewd/blog/index.rss"><img src="/images/feed-icon.png" width="24" height="24" border="0" alt="XML" /></a> + <a href="/summerofcode/andrewd/blog/index.rss"><img src="/images/feed-icon.png" border="0" alt="XML" /></a> </div> <br /> Modified: web/htdocs/summerofcode/andrews/posts/head.html =================================================================== --- web/htdocs/summerofcode/andrews/posts/head.html 2006-07-24 05:08:30 UTC (rev 16559) +++ web/htdocs/summerofcode/andrews/posts/head.html 2006-07-24 05:12:57 UTC (rev 16560) @@ -120,7 +120,7 @@ <div id="content"> <div id="rss"> Get this weblog in RSS - <a href="/summerofcode/andrews/blog/index.rss"><img src="/images/feed-icon.png" width="24" height="24" border="0" alt="XML" /></a> + <a href="/summerofcode/andrews/blog/index.rss"><img src="/images/feed-icon.png" border="0" alt="XML" /></a> </div> <br /> Modified: web/htdocs/summerofcode/bartosz/posts/head.html =================================================================== --- web/htdocs/summerofcode/bartosz/posts/head.html 2006-07-24 05:08:30 UTC (rev 16559) +++ web/htdocs/summerofcode/bartosz/posts/head.html 2006-07-24 05:12:57 UTC (rev 16560) @@ -120,7 +120,7 @@ <div id="content"> <div id="rss"> Get this weblog in RSS - <a href="/summerofcode/bartosz/blog/index.rss"><img src="/images/feed-icon.png" width="24" height="24" border="0" alt="XML" /></a> + <a href="/summerofcode/bartosz/blog/index.rss"><img src="/images/feed-icon.png" border="0" alt="XML" /></a> </div> <br /> Modified: web/htdocs/summerofcode/charlie/posts/head.html =================================================================== --- web/htdocs/summerofcode/charlie/posts/head.html 2006-07-24 05:08:30 UTC (rev 16559) +++ web/htdocs/summerofcode/charlie/posts/head.html 2006-07-24 05:12:57 UTC (rev 16560) @@ -120,7 +120,7 @@ <div id="content"> <div id="rss"> Get this weblog in RSS - <a href="/summerofcode/charlie/blog/index.rss"><img src="/images/feed-icon.png" width="24" height="24" border="0" alt="XML" /></a> + <a href="/summerofcode/charlie/blog/index.rss"><img src="/images/feed-icon.png" border="0" alt="XML" /></a> </div> <br /> Modified: web/htdocs/summerofcode/christian/posts/head.html =================================================================== --- web/htdocs/summerofcode/christian/posts/head.html 2006-07-24 05:08:30 UTC (rev 16559) +++ web/htdocs/summerofcode/christian/posts/head.html 2006-07-24 05:12:57 UTC (rev 16560) @@ -120,7 +120,7 @@ <div id="content"> <div id="rss"> Get this weblog in RSS - <a href="/summerofcode/christian/blog/index.rss"><img src="/images/feed-icon.png" width="24" height="24" border="0" alt="XML" /></a> + <a href="/summerofcode/christian/blog/index.rss"><img src="/images/feed-icon.png" border="0" alt="XML" /></a> </div> <br /> Modified: web/htdocs/summerofcode/cristhian/posts/head.html =================================================================== --- web/htdocs/summerofcode/cristhian/posts/head.html 2006-07-24 05:08:30 UTC (rev 16559) +++ web/htdocs/summerofcode/cristhian/posts/head.html 2006-07-24 05:12:57 UTC (rev 16560) @@ -120,7 +120,7 @@ <div id="content"> <div id="rss"> Get this weblog in RSS - <a href="/summerofcode/cristhian/blog/index.rss"><img src="/images/feed-icon.png" width="24" height="24" border="0" alt="XML" /></a> + <a href="/summerofcode/cristhian/blog/index.rss"><img src="/images/feed-icon.png" border="0" alt="XML" /></a> </div> <br /> Modified: web/htdocs/summerofcode/erin/posts/head.html =================================================================== --- web/htdocs/summerofcode/erin/posts/head.html 2006-07-24 05:08:30 UTC (rev 16559) +++ web/htdocs/summerofcode/erin/posts/head.html 2006-07-24 05:12:57 UTC (rev 16560) @@ -120,7 +120,7 @@ <div id="content"> <div id="rss"> Get this weblog in RSS - <a href="/summerofcode/erin/blog/index.rss"><img src="/images/feed-icon.png" width="24" height="24" border="0" alt="XML" /></a> + <a href="/summerofcode/erin/blog/index.rss"><img src="/images/feed-icon.png" border="0" alt="XML" /></a> </div> <br /> Modified: web/htdocs/summerofcode/john/posts/head.html =================================================================== --- web/htdocs/summerofcode/john/posts/head.html 2006-07-24 05:08:30 UTC (rev 16559) +++ web/htdocs/summerofcode/john/posts/head.html 2006-07-24 05:12:57 UTC (rev 16560) @@ -120,7 +120,7 @@ <div id="content"> <div id="rss"> Get this weblog in RSS - <a href="/summerofcode/john/blog/index.rss"><img src="/images/feed-icon.png" width="24" height="24" border="0" alt="XML" /></a> + <a href="/summerofcode/john/blog/index.rss"><img src="/images/feed-icon.png" border="0" alt="XML" /></a> </div> <br /> Modified: web/htdocs/summerofcode/jonathan/posts/head.html =================================================================== --- web/htdocs/summerofcode/jonathan/posts/head.html 2006-07-24 05:08:30 UTC (rev 16559) +++ web/htdocs/summerofcode/jonathan/posts/head.html 2006-07-24 05:12:57 UTC (rev 16560) @@ -120,7 +120,7 @@ <div id="content"> <div id="rss"> Get this weblog in RSS - <a href="/summerofcode/jonathan/blog/index.rss"><img src="/images/feed-icon.png" width="24" height="24" border="0" alt="XML" /></a> + <a href="/summerofcode/jonathan/blog/index.rss"><img src="/images/feed-icon.png" border="0" alt="XML" /></a> </div> <br /> Modified: web/htdocs/summerofcode/juanjo/posts/head.html =================================================================== --- web/htdocs/summerofcode/juanjo/posts/head.html 2006-07-24 05:08:30 UTC (rev 16559) +++ web/htdocs/summerofcode/juanjo/posts/head.html 2006-07-24 05:12:57 UTC (rev 16560) @@ -120,7 +120,7 @@ <div id="content"> <div id="rss"> Get this weblog in RSS - <a href="/summerofcode/juanjo/blog/index.rss"><img src="/images/feed-icon.png" width="24" height="24" border="0" alt="XML" /></a> + <a href="/summerofcode/juanjo/blog/index.rss"><img src="/images/feed-icon.png" border="0" alt="XML" /></a> </div> <br /> Modified: web/htdocs/summerofcode/mel/posts/head.html =================================================================== --- web/htdocs/summerofcode/mel/posts/head.html 2006-07-24 05:08:30 UTC (rev 16559) +++ web/htdocs/summerofcode/mel/posts/head.html 2006-07-24 05:12:57 UTC (rev 16560) @@ -120,7 +120,7 @@ <div id="content"> <div id="rss"> Get this weblog in RSS - <a href="/summerofcode/mel/blog/index.rss"><img src="/images/feed-icon.png" width="24" height="24" border="0" alt="XML" /></a> + <a href="/summerofcode/mel/blog/index.rss"><img src="/images/feed-icon.png" border="0" alt="XML" /></a> </div> <br /> Modified: web/htdocs/summerofcode/piotr/posts/head.html =================================================================== --- web/htdocs/summerofcode/piotr/posts/head.html 2006-07-24 05:08:30 UTC (rev 16559) +++ web/htdocs/summerofcode/piotr/posts/head.html 2006-07-24 05:12:57 UTC (rev 16560) @@ -120,7 +120,7 @@ <div id="content"> <div id="rss"> Get this weblog in RSS - <a href="/summerofcode/piotr/blog/index.rss"><img src="/images/feed-icon.png" width="24" height="24" border="0" alt="XML" /></a> + <a href="/summerofcode/piotr/blog/index.rss"><img src="/images/feed-icon.png" border="0" alt="XML" /></a> </div> <br /> Modified: web/htdocs/summerofcode/thomas/posts/head.html =================================================================== --- web/htdocs/summerofcode/thomas/posts/head.html 2006-07-24 05:08:30 UTC (rev 16559) +++ web/htdocs/summerofcode/thomas/posts/head.html 2006-07-24 05:12:57 UTC (rev 16560) @@ -120,7 +120,7 @@ <div id="content"> <div id="rss"> Get this weblog in RSS - <a href="/summerofcode/thomas/blog/index.rss"><img src="/images/feed-icon.png" width="24" height="24" border="0" alt="XML" /></a> + <a href="/summerofcode/thomas/blog/index.rss"><img src="/images/feed-icon.png" border="0" alt="XML" /></a> </div> <br /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <the...@us...> - 2006-08-05 17:45:16
|
Revision: 16652 Author: thekingant Date: 2006-08-05 10:45:13 -0700 (Sat, 05 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16652&view=rev Log Message: ----------- Remove some references to Napster on the webpage, too Modified Paths: -------------- web/htdocs/faq2.txt web/htdocs/protocol.php web/htdocs/statusicons.php Modified: web/htdocs/faq2.txt =================================================================== --- web/htdocs/faq2.txt 2006-08-05 17:44:56 UTC (rev 16651) +++ web/htdocs/faq2.txt 2006-08-05 17:45:13 UTC (rev 16652) @@ -1133,7 +1133,7 @@ Q: Did you guys reverse engineer it? -A: Jabber, MSN, Napster, and IRC are published protocols, so we +A: Jabber, MSN and IRC are published protocols, so we didn't have to reverse engineer those. Oscar, ICQ, and Yahoo are not published, and were reverse engineered by other people. Novell was provided by Novell, and SILC was written by one of the developers of Modified: web/htdocs/protocol.php =================================================================== --- web/htdocs/protocol.php 2006-08-05 17:44:56 UTC (rev 16651) +++ web/htdocs/protocol.php 2006-08-05 17:45:13 UTC (rev 16652) @@ -10,7 +10,6 @@ <li><a href="#irc">IRC</a></li> <li><a href="#jabber">Jabber</a></li> <li><a href="#msn">MSN</a></li> - <li><a href="#napster">Napster</a></li> <li><a href="#Novell">Novell GroupWise</a></li> <li><a href="#oscar">Oscar ("AIM/ICQ")</a></li> <li><a href="#Sametime">Lotus Sametime</a></li> @@ -122,18 +121,6 @@ be reverse engineered to work. Some documentation on this effort is available <a href="http://www.hypothetic.org/docs/msn/index.php">here</a>.</p> -<a name="napster"></a> -<h2>Napster</h2> -<p> -Ahh, Napster. The music sharing network that started it all. Gaim does -not support sharing files over Napster. With that out of the way, what -does Gaim support? Instant messages and buddy list notification. We are -not aware of anyone that actually uses this... but it does work. You can -get a free Napster Server from -<a href="http://opennap.sourceforge.net/">http://opennap.sourceforge.net/</a>. -They distribute Windows binaries. I'm not sure if it compiles in Linux. -</p> - <a name="Novell"></a> <h2>Novell</h2> <p> Modified: web/htdocs/statusicons.php =================================================================== --- web/htdocs/statusicons.php 2006-08-05 17:44:56 UTC (rev 16651) +++ web/htdocs/statusicons.php 2006-08-05 17:45:13 UTC (rev 16652) @@ -78,14 +78,6 @@ ) ), - "Napster" => array( - "ID" => "napster", - - "ICONS" => array( - "Online / Available" => "online.png" - ) - ), - "Yahoo!" => array( "ID" => "yahoo", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <the...@us...> - 2006-09-19 07:16:16
|
Revision: 17320 http://svn.sourceforge.net/gaim/?rev=17320&view=rev Author: thekingant Date: 2006-09-19 00:16:07 -0700 (Tue, 19 Sep 2006) Log Message: ----------- Make this a little less confusing Modified Paths: -------------- web/htdocs/faq.txt web/htdocs/faq2.txt Modified: web/htdocs/faq.txt =================================================================== --- web/htdocs/faq.txt 2006-09-19 01:01:20 UTC (rev 17319) +++ web/htdocs/faq.txt 2006-09-19 07:16:07 UTC (rev 17320) @@ -648,7 +648,7 @@ Q: Can I send SMS messages? A: Yep, just send an IM to the person's phone number. For example, -if the phone number is (919) 555-1234, you would IM the screen name +if the phone number is (919) 555-1234, you would message +19195551234 We think this should work for countries with a country code of 1 (the United States and Canada). <p> Modified: web/htdocs/faq2.txt =================================================================== --- web/htdocs/faq2.txt 2006-09-19 01:01:20 UTC (rev 17319) +++ web/htdocs/faq2.txt 2006-09-19 07:16:07 UTC (rev 17320) @@ -665,7 +665,7 @@ Q: Can I send SMS messages? A: Yep, just send an IM to the person's phone number. For example, -if the phone number is (919) 555-1234, you would IM the screen name +if the phone number is (919) 555-1234, you would message +19195551234 We think this should work for countries with a country code of 1 (the United States and Canada). <p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dat...@us...> - 2006-09-19 18:47:12
|
Revision: 17321 http://svn.sourceforge.net/gaim/?rev=17321&view=rev Author: datallah Date: 2006-09-19 11:40:30 -0700 (Tue, 19 Sep 2006) Log Message: ----------- Fix svn:mime-type and svn:eol-style properties for binary files Modified Paths: -------------- web/htdocs/EC_2000_sm.jpg web/htdocs/Tuxie_2001.jpg web/htdocs/favicon.ico web/htdocs/forkgettext.jpg web/htdocs/memorialday-011.jpg web/htdocs/roadmap.png web/htdocs/rollcage.jpg web/htdocs/wtc_flag.jpg Property Changed: ---------------- web/htdocs/EC_2000_sm.jpg web/htdocs/Tuxie_2001.jpg web/htdocs/aoltw.pdf web/htdocs/favicon.ico web/htdocs/forkgettext.jpg web/htdocs/images/a.png web/htdocs/images/blackpixel.png web/htdocs/images/cool.png web/htdocs/images/date_bottom.png web/htdocs/images/feed-icon.png web/htdocs/images/gaimlindows.png web/htdocs/images/halloween/favicon.png web/htdocs/images/halloween/links_bg.jpg web/htdocs/images/halloween/links_bg.png web/htdocs/images/halloween/links_tl.png web/htdocs/images/halloween/navbar/bugs_b.png web/htdocs/images/halloween/navbar/bugs_bh.png web/htdocs/images/halloween/navbar/bugs_t.png web/htdocs/images/halloween/navbar/contactinfo_b.png web/htdocs/images/halloween/navbar/contactinfo_bh.png web/htdocs/images/halloween/navbar/contactinfo_t.png web/htdocs/images/halloween/navbar/documentation_b.png web/htdocs/images/halloween/navbar/documentation_bh.png web/htdocs/images/halloween/navbar/documentation_t.png web/htdocs/images/halloween/navbar/downloads_b.png web/htdocs/images/halloween/navbar/downloads_bh.png web/htdocs/images/halloween/navbar/downloads_t.png web/htdocs/images/halloween/navbar/faq_b.png web/htdocs/images/halloween/navbar/faq_bh.png web/htdocs/images/halloween/navbar/faq_t.png web/htdocs/images/halloween/navbar/news_b.png web/htdocs/images/halloween/navbar/news_bh.png web/htdocs/images/halloween/navbar/news_t.png web/htdocs/images/halloween/navbar/plugins_b.png web/htdocs/images/halloween/navbar/plugins_bh.png web/htdocs/images/halloween/navbar/plugins_t.png web/htdocs/images/halloween/navbar/project_b.png web/htdocs/images/halloween/navbar/project_bh.png web/htdocs/images/halloween/navbar/project_t.png web/htdocs/images/halloween/navbar/screenshots_b.png web/htdocs/images/halloween/navbar/screenshots_bh.png web/htdocs/images/halloween/navbar/screenshots_t.png web/htdocs/images/halloween/navbar/themes_b.png web/htdocs/images/halloween/navbar/themes_bh.png web/htdocs/images/halloween/navbar/themes_t.png web/htdocs/images/halloween/navbar/whatisgaim_b.png web/htdocs/images/halloween/navbar/whatisgaim_bh.png web/htdocs/images/halloween/navbar/whatisgaim_t.png web/htdocs/images/halloween/navbar/wingaim_b.png web/htdocs/images/halloween/navbar/wingaim_bh.png web/htdocs/images/halloween/navbar/wingaim_t.png web/htdocs/images/halloween/one-pumpkin.jpg web/htdocs/images/halloween/penguin2.png web/htdocs/images/halloween/penguin2.xcf web/htdocs/images/links_bg.png web/htdocs/images/links_tl.png web/htdocs/images/logo.xcf web/htdocs/images/navbar/bugs_b.png web/htdocs/images/navbar/bugs_bh.png web/htdocs/images/navbar/bugs_t.png web/htdocs/images/navbar/contactinfo_b.png web/htdocs/images/navbar/contactinfo_bh.png web/htdocs/images/navbar/contactinfo_t.png web/htdocs/images/navbar/documentation_b.png web/htdocs/images/navbar/documentation_bh.png web/htdocs/images/navbar/documentation_t.png web/htdocs/images/navbar/downloads_b.png web/htdocs/images/navbar/downloads_bh.png web/htdocs/images/navbar/downloads_t.png web/htdocs/images/navbar/faq_b.png web/htdocs/images/navbar/faq_bh.png web/htdocs/images/navbar/faq_t.png web/htdocs/images/navbar/news_b.png web/htdocs/images/navbar/news_bh.png web/htdocs/images/navbar/news_t.png web/htdocs/images/navbar/plugins_b.png web/htdocs/images/navbar/plugins_bh.png web/htdocs/images/navbar/plugins_t.png web/htdocs/images/navbar/project_b.png web/htdocs/images/navbar/project_bh.png web/htdocs/images/navbar/project_t.png web/htdocs/images/navbar/screenshots_b.png web/htdocs/images/navbar/screenshots_bh.png web/htdocs/images/navbar/screenshots_t.png web/htdocs/images/navbar/themes_b.png web/htdocs/images/navbar/themes_bh.png web/htdocs/images/navbar/themes_t.png web/htdocs/images/navbar/whatisgaim_b.png web/htdocs/images/navbar/whatisgaim_bh.png web/htdocs/images/navbar/whatisgaim_t.png web/htdocs/images/navbar/wingaim_b.png web/htdocs/images/navbar/wingaim_bh.png web/htdocs/images/navbar/wingaim_t.png web/htdocs/images/news_bottom.png web/htdocs/images/news_left.png web/htdocs/images/news_mb.png web/htdocs/images/news_tl.png web/htdocs/images/news_top.png web/htdocs/images/penguin2.png web/htdocs/images/powered_by_libgaim.xcf web/htdocs/images/q.png web/htdocs/images/screenshots/account.png web/htdocs/images/screenshots/account_t.png web/htdocs/images/screenshots/aimicq-t.png web/htdocs/images/screenshots/aimicq.png web/htdocs/images/screenshots/buddylist.png web/htdocs/images/screenshots/buddylist_t.png web/htdocs/images/screenshots/convos.png web/htdocs/images/screenshots/convos_t.png web/htdocs/images/screenshots/docklet.png web/htdocs/images/screenshots/docklet_t.png web/htdocs/images/screenshots/ft.png web/htdocs/images/screenshots/ft_t.png web/htdocs/images/screenshots/gaim-cvs-i18n.png web/htdocs/images/screenshots/getinfo.png web/htdocs/images/screenshots/getinfo_t.png web/htdocs/images/screenshots/i18n.png web/htdocs/images/screenshots/i18n_t.png web/htdocs/images/screenshots/jabber.png web/htdocs/images/screenshots/jabber_t.png web/htdocs/images/screenshots/modify.png web/htdocs/images/screenshots/modify_t.png web/htdocs/images/screenshots/msn_buddylist.png web/htdocs/images/screenshots/msn_buddylist_t.png web/htdocs/images/screenshots/msn_convo.png web/htdocs/images/screenshots/msn_convo_t.png web/htdocs/images/screenshots/newlist-t.png web/htdocs/images/screenshots/newlist.png web/htdocs/images/screenshots/plugins.png web/htdocs/images/screenshots/plugins_t.png web/htdocs/images/screenshots/tabbed.png web/htdocs/images/screenshots/tabbed_t.png web/htdocs/images/screenshots/themes.png web/htdocs/images/screenshots/themes_t.png web/htdocs/images/statusicons/aim/activebuddy.png web/htdocs/images/statusicons/aim/admin.png web/htdocs/images/statusicons/aim/aol.png web/htdocs/images/statusicons/aim/away.png web/htdocs/images/statusicons/aim/confirmed.png web/htdocs/images/statusicons/aim/offline.png web/htdocs/images/statusicons/aim/unconfirmed.png web/htdocs/images/statusicons/aim/wireless.png web/htdocs/images/statusicons/gg/away.png web/htdocs/images/statusicons/gg/busy.png web/htdocs/images/statusicons/gg/invisible.png web/htdocs/images/statusicons/gg/online.png web/htdocs/images/statusicons/icq/away.png web/htdocs/images/statusicons/icq/dnd.png web/htdocs/images/statusicons/icq/ffc.png web/htdocs/images/statusicons/icq/na.png web/htdocs/images/statusicons/icq/occ.png web/htdocs/images/statusicons/icq/offline.png web/htdocs/images/statusicons/icq/online.png web/htdocs/images/statusicons/irc/offline.png web/htdocs/images/statusicons/irc/online.png web/htdocs/images/statusicons/jabber/available.png web/htdocs/images/statusicons/jabber/away.png web/htdocs/images/statusicons/jabber/chat.png web/htdocs/images/statusicons/jabber/dnd.png web/htdocs/images/statusicons/jabber/error.png web/htdocs/images/statusicons/jabber/offline.png web/htdocs/images/statusicons/jabber/xa.png web/htdocs/images/statusicons/msn/away.png web/htdocs/images/statusicons/msn/occupied.png web/htdocs/images/statusicons/msn/offline.png web/htdocs/images/statusicons/msn/online.png web/htdocs/images/statusicons/napster/online.png web/htdocs/images/statusicons/yahoo/away.png web/htdocs/images/statusicons/yahoo/game.png web/htdocs/images/statusicons/yahoo/idle.png web/htdocs/images/statusicons/yahoo/offline.png web/htdocs/images/statusicons/yahoo/online.png web/htdocs/images/thanksgiving/links_bg.png web/htdocs/images/thanksgiving/links_tl.png web/htdocs/images/thanksgiving/navbar/bugs_b.png web/htdocs/images/thanksgiving/navbar/bugs_bh.png web/htdocs/images/thanksgiving/navbar/bugs_t.png web/htdocs/images/thanksgiving/navbar/contactinfo_b.png web/htdocs/images/thanksgiving/navbar/contactinfo_bh.png web/htdocs/images/thanksgiving/navbar/contactinfo_t.png web/htdocs/images/thanksgiving/navbar/documentation_b.png web/htdocs/images/thanksgiving/navbar/documentation_bh.png web/htdocs/images/thanksgiving/navbar/documentation_t.png web/htdocs/images/thanksgiving/navbar/downloads_b.png web/htdocs/images/thanksgiving/navbar/downloads_bh.png web/htdocs/images/thanksgiving/navbar/downloads_t.png web/htdocs/images/thanksgiving/navbar/faq_b.png web/htdocs/images/thanksgiving/navbar/faq_bh.png web/htdocs/images/thanksgiving/navbar/faq_t.png web/htdocs/images/thanksgiving/navbar/news_b.png web/htdocs/images/thanksgiving/navbar/news_bh.png web/htdocs/images/thanksgiving/navbar/news_t.png web/htdocs/images/thanksgiving/navbar/plugins_b.png web/htdocs/images/thanksgiving/navbar/plugins_bh.png web/htdocs/images/thanksgiving/navbar/plugins_t.png web/htdocs/images/thanksgiving/navbar/project_b.png web/htdocs/images/thanksgiving/navbar/project_bh.png web/htdocs/images/thanksgiving/navbar/project_t.png web/htdocs/images/thanksgiving/navbar/screenshots_b.png web/htdocs/images/thanksgiving/navbar/screenshots_bh.png web/htdocs/images/thanksgiving/navbar/screenshots_t.png web/htdocs/images/thanksgiving/navbar/themes_b.png web/htdocs/images/thanksgiving/navbar/themes_bh.png web/htdocs/images/thanksgiving/navbar/themes_t.png web/htdocs/images/thanksgiving/navbar/whatisgaim_b.png web/htdocs/images/thanksgiving/navbar/whatisgaim_bh.png web/htdocs/images/thanksgiving/navbar/whatisgaim_t.png web/htdocs/images/thanksgiving/navbar/wingaim_b.png web/htdocs/images/thanksgiving/navbar/wingaim_bh.png web/htdocs/images/thanksgiving/navbar/wingaim_t.png web/htdocs/images/thanksgiving/penguin2.png web/htdocs/images/transpixel.gif web/htdocs/memorialday-011.jpg web/htdocs/roadmap.png web/htdocs/rollcage.jpg web/htdocs/wtc_flag.jpg Modified: web/htdocs/EC_2000_sm.jpg =================================================================== (Binary files differ) Property changes on: web/htdocs/EC_2000_sm.jpg ___________________________________________________________________ Name: svn:keywords - Author Date Id Revision Name: svn:eol-style - native Name: svn:mime-type + application/octet-stream Modified: web/htdocs/Tuxie_2001.jpg =================================================================== (Binary files differ) Property changes on: web/htdocs/Tuxie_2001.jpg ___________________________________________________________________ Name: svn:keywords - Author Date Id Revision Name: svn:eol-style - native Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/aoltw.pdf ___________________________________________________________________ Name: svn:keywords - Author Date Id Revision Name: svn:eol-style - native Name: svn:mime-type + application/octet-stream Modified: web/htdocs/favicon.ico =================================================================== (Binary files differ) Property changes on: web/htdocs/favicon.ico ___________________________________________________________________ Name: svn:keywords - Author Date Id Revision Name: svn:eol-style - native Name: svn:mime-type + application/octet-stream Modified: web/htdocs/forkgettext.jpg =================================================================== (Binary files differ) Property changes on: web/htdocs/forkgettext.jpg ___________________________________________________________________ Name: svn:keywords - Author Date Id Revision Name: svn:eol-style - native Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/a.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/blackpixel.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/cool.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/date_bottom.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/feed-icon.png ___________________________________________________________________ Name: svn:mime-type - image/png + application/octet-stream Property changes on: web/htdocs/images/gaimlindows.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/favicon.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/links_bg.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/links_bg.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/links_tl.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/bugs_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/bugs_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/bugs_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/contactinfo_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/contactinfo_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/contactinfo_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/documentation_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/documentation_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/documentation_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/downloads_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/downloads_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/downloads_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/faq_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/faq_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/faq_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/news_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/news_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/news_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/plugins_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/plugins_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/plugins_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/project_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/project_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/project_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/screenshots_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/screenshots_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/screenshots_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/themes_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/themes_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/themes_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/whatisgaim_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/whatisgaim_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/whatisgaim_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/wingaim_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/wingaim_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/navbar/wingaim_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/one-pumpkin.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/penguin2.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/halloween/penguin2.xcf ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/links_bg.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/links_tl.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/logo.xcf ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/bugs_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/bugs_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/bugs_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/contactinfo_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/contactinfo_bh.png ___________________________________________________________________ Name: svn:mime-type - image/png + application/octet-stream Property changes on: web/htdocs/images/navbar/contactinfo_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/documentation_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/documentation_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/documentation_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/downloads_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/downloads_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/downloads_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/faq_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/faq_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/faq_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/news_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/news_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/news_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/plugins_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/plugins_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/plugins_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/project_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/project_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/project_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/screenshots_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/screenshots_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/screenshots_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/themes_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/themes_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/themes_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/whatisgaim_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/whatisgaim_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/whatisgaim_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/wingaim_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/wingaim_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/navbar/wingaim_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/news_bottom.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/news_left.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/news_mb.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/news_tl.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/news_top.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/penguin2.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/powered_by_libgaim.xcf ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/q.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/account.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/account_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/aimicq-t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/aimicq.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/buddylist.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/buddylist_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/convos.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/convos_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/docklet.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/docklet_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/ft.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/ft_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/gaim-cvs-i18n.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/getinfo.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/getinfo_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/i18n.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/i18n_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/jabber.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/jabber_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/modify.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/modify_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/msn_buddylist.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/msn_buddylist_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/msn_convo.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/msn_convo_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/newlist-t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/newlist.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/plugins.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/plugins_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/tabbed.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/tabbed_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/themes.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/screenshots/themes_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/aim/activebuddy.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/aim/admin.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/aim/aol.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/aim/away.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/aim/confirmed.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/aim/offline.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/aim/unconfirmed.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/aim/wireless.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/gg/away.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/gg/busy.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/gg/invisible.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/gg/online.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/icq/away.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/icq/dnd.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/icq/ffc.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/icq/na.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/icq/occ.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/icq/offline.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/icq/online.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/irc/offline.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/irc/online.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/jabber/available.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/jabber/away.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/jabber/chat.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/jabber/dnd.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/jabber/error.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/jabber/offline.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/jabber/xa.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/msn/away.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/msn/occupied.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/msn/offline.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/msn/online.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/napster/online.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/yahoo/away.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/yahoo/game.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/yahoo/idle.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/yahoo/offline.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/statusicons/yahoo/online.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/links_bg.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/links_tl.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/bugs_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/bugs_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/bugs_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/contactinfo_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/contactinfo_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/contactinfo_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/documentation_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/documentation_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/documentation_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/downloads_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/downloads_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/downloads_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/faq_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/faq_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/faq_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/news_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/news_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/news_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/plugins_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/plugins_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/plugins_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/project_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/project_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/project_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/screenshots_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/screenshots_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/screenshots_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/themes_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/themes_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/themes_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/whatisgaim_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/whatisgaim_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/whatisgaim_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/wingaim_b.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/wingaim_bh.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/navbar/wingaim_t.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/thanksgiving/penguin2.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Property changes on: web/htdocs/images/transpixel.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: web/htdocs/memorialday-011.jpg =================================================================== (Binary files differ) Property changes on: web/htdocs/memorialday-011.jpg ___________________________________________________________________ Name: svn:keywords - Author Date Id Revision Name: svn:eol-style - native Name: svn:mime-type + application/octet-stream Modified: web/htdocs/roadmap.png =================================================================== (Binary files differ) Property changes on: web/htdocs/roadmap.png ___________________________________________________________________ Name: svn:keywords - Author Date Id Revision Name: svn:eol-style - native Name: svn:mime-type + application/octet-stream Modified: web/htdocs/rollcage.jpg =================================================================== (Binary files differ) Property changes on: web/htdocs/rollcage.jpg ___________________________________________________________________ Name: svn:keywords - Author Date Id Revision Name: svn:eol-style - native Name: svn:mime-type + application/octet-stream Modified: web/htdocs/wtc_flag.jpg =================================================================== (Binary files differ) Property changes on: web/htdocs/wtc_flag.jpg ___________________________________________________________________ Name: svn:keywords - Author Date Id Revision Name: svn:eol-style - native Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bo...@us...> - 2006-10-25 15:50:29
|
Revision: 17583 http://svn.sourceforge.net/gaim/?rev=17583&view=rev Author: boler Date: 2006-10-25 08:50:14 -0700 (Wed, 25 Oct 2006) Log Message: ----------- I believe this link is now intended for the beta4 users. Also URL of libgadu's source distribution has changed. Modified Paths: -------------- web/htdocs/faq.php web/htdocs/faq2.txt Modified: web/htdocs/faq.php =================================================================== --- web/htdocs/faq.php 2006-10-25 12:53:41 UTC (rev 17582) +++ web/htdocs/faq.php 2006-10-25 15:50:14 UTC (rev 17583) @@ -7,7 +7,7 @@ <h1>Frequently Asked Questions</h1> <p><i>Frequently asked questions specific to Windows have their own <a href="/win32">FAQ</a>.</i></p> -<p><i>For those users testing <a href="http://sourceforge.net/project/showfiles.php?group_id=235&package_id=253&release_id=405479">2.0.0beta3</a>, we have an updated <a href="faq2.php">FAQ</a>.</i></p> +<p><i>For those users testing <a href="http://sourceforge.net/project/showfiles.php?group_id=235&package_id=253&release_id=456679">2.0.0beta4</a>, we have an updated <a href="faq2.php">FAQ</a>.</i></p> <? /* The Q&A begins here */ $faq = file("./faq.txt"); Modified: web/htdocs/faq2.txt =================================================================== --- web/htdocs/faq2.txt 2006-10-25 12:53:41 UTC (rev 17582) +++ web/htdocs/faq2.txt 2006-10-25 15:50:14 UTC (rev 17583) @@ -907,7 +907,7 @@ A: We now use an external libgadu. Install your distro's libgadu-dev or libgadu-devel package and rebuild Gaim (making sure to rerun <code>./configure</code>). If your distro doesn't provide libgadu, you can download it from -<a href="http://dev.null.pl/ekg/libgadu-current.tar.gz">http://dev.null.pl/ekg/libgadu-current.tar.gz</a>. +<a href="http://toxygen.net/libgadu/files/libgadu-1.7.0.tar.gz">http://toxygen.net/libgadu/files/libgadu-1.7.0.tar.gz</a>. Unpack the tarball and run: <pre><code>./autogen.sh --prefix=/usr --disable-libgadu-openssl --disable-static --enable-shared make This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <the...@us...> - 2006-11-10 10:02:12
|
Revision: 17731 http://svn.sourceforge.net/gaim/?rev=17731&view=rev Author: thekingant Date: 2006-11-10 02:02:00 -0800 (Fri, 10 Nov 2006) Log Message: ----------- New posting for beta 5. Could someone cool please build some Windows packages? Once that's done we should svn up the website and make this public. Modified Paths: -------------- web/htdocs/ChangeLog web/htdocs/news.txt Modified: web/htdocs/ChangeLog =================================================================== --- web/htdocs/ChangeLog 2006-11-10 09:06:39 UTC (rev 17730) +++ web/htdocs/ChangeLog 2006-11-10 10:02:00 UTC (rev 17731) @@ -1,6 +1,17 @@ Gaim: The Pimpin' Penguin IM Client that's good for the soul! version 2.0.0: + Build Changes: + * With the Core/UI split completed, it is now possible to build Gaim + without any UIs, creating a libgaim library upon which other UIs + may be constructed + * A new ncurses-based console UI called gaim-text is now available + (Sadrul Habib Chowdhury, Google Summer of Code) + * Reorganized the source tree to split apart the code for the UI + changes and libgaim targets + * libxml2 is now required. We switched from gmarkup to libxml2 for + more correct XML parsing. + Status System: * The code dealing with buddy and account status, away messages, away states, online/offline, etc has been completely rewritten. @@ -12,6 +23,8 @@ becomes idle, load the "Buddy State Notification" plugin Buddy List: + * Performance when manipulating and displaying the buddy list has + been significantly improved (Aaron Sheldon, Google Summer of Code) * Buddy icons are now shown in tooltips (Felipe Contreras) * Tooltips now contain additional information about a "Person" that contains multiple online buddies @@ -20,6 +33,11 @@ * If Gaim is exited with the buddy list hidden in the docklet, it will remain hidden when Gaim is started again (Scott Shedden) * Improved buddy list searching with CTRL+F + * Ability to set a buddy icon for all of your accounts at once via + the buddy list (You can still set per-account icons via the + account editor) + * The space wasted by the group expanders has been eliminated and + the expander setting in .gtkrc-2.0 is no longer needed Conversations and Chats: * Timestamps honor the locale. To use the traditional style, @@ -53,10 +71,12 @@ (There are known issues with pasting formatted text. Either use "Paste as Plain Text", hit Ctrl-R after pasting, or use the Clear Formatting button on the toolbar.) + * Performance while joining large chat rooms has been significantly + improved (Aaron Sheldon, Google Summer of Code) Sounds: * Beautiful new default sounds (Brad Turcotte) - * Use libao for playing sounds via NAS instead of accessing NAS directly + * Use GStreamer for playing sounds, instead of libao * A volume control in the preferences (Casey Harkins) Log Viewer: @@ -99,6 +119,13 @@ removed. * 'Highlight when nick said' option added to Message Notification plugin. + * The system tray icon is now transparent (Dan Winship) + * New Log Reader plugin that can read and display logs from Adium, + MSN Messenger, and Trillian in the log viewer + * New Contact Availability plugin that attempts to predict the + times when people in your buddylist will most likely respond + to you, based on times in the past when they have responded + (Geoffrey Foster, Google Summer of Code) MSN Features: * Custom smiley receiving support (Irving Cordova & Francesco Fracassi) @@ -130,6 +157,7 @@ channel or change your nick * Added /nickserv, /memoserv, /chanserv and /operserv commands (Joao Luís Marques Pinto) + * Added CTCP VERSION via /version (Andrej Krivulčík) Jabber Features: * Support for SRV lookups @@ -151,6 +179,8 @@ * SIP/SIMPLE support (Thomas Butter, Google Summer of Code) * Sametime protocol support Requires the meanwhile library: http://meanwhile.sourceforge.net + * QQ protocol support (Mark Huetsch, Google Summer of Code) + * Removed support for the Napster and TOC protocols Other Noteworthy Changes: * UPnP and NAT traversal support (Adam J. Warrington, Google Summer of Modified: web/htdocs/news.txt =================================================================== --- web/htdocs/news.txt 2006-11-10 09:06:39 UTC (rev 17730) +++ web/htdocs/news.txt 2006-11-10 10:02:00 UTC (rev 17731) @@ -1,3 +1,7 @@ +2.0.0beta5 +November 10th, 2006 - 8:27AM PST +Annyong! We fixed a bunch of buglets from the last beta. We recommend this release to anyone using the earlier betas, and to anyone having problems with a Gaim 1.x.x release. You can <a href="http://sourceforge.net/project/showfiles.php?group_id=235&package_id=253&release_id=462444">download packages from here</a>. +# 2.0.0beta4 October 18th, 2006 - 4:06 PDT Hey, party people. Today we put out Gaim 2.0.0beta4. This one has a whole slew of cool new changes. I've written about some of them at the new <a href="http://gaim.sf.net/planet">Planet Gaim</a> I announced in the previous post. All sorts of packages can be found <a href='http://sourceforge.net/project/showfiles.php?group_id=235&package_id=253&release_id=456679'>here</a>. Enjoy! This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rl...@us...> - 2006-11-19 07:02:35
|
Revision: 17780 http://svn.sourceforge.net/gaim/?rev=17780&view=rev Author: rlaager Date: 2006-11-18 23:02:33 -0800 (Sat, 18 Nov 2006) Log Message: ----------- SF Patch #1595792 from Will Thompson (resiak) "Continuing my run of correcting typos, I'd never heard of libtgtkspell.so.0, so I thought I'd fix the FAQs." Modified Paths: -------------- web/htdocs/faq.txt web/htdocs/faq2.txt Modified: web/htdocs/faq.txt =================================================================== --- web/htdocs/faq.txt 2006-11-19 07:00:25 UTC (rev 17779) +++ web/htdocs/faq.txt 2006-11-19 07:02:33 UTC (rev 17780) @@ -33,7 +33,7 @@ Q: I'm trying to install Gaim, but it complains that I don't have <code>libgtkspell.so.0</code>, from where can I get this? -A: <code>libtgtkspell.so.0</code> is provided by gtkspell. This library is used by +A: <code>libgtkspell.so.0</code> is provided by gtkspell. This library is used by Gaim to provide the "Highlight misspelled words" feature. You can find an RPM of gtkspell at <a href="http://freshrpms.net/">freshrpms.net</a>. You can find the source and a non-Red Hat specific RPM at <a Modified: web/htdocs/faq2.txt =================================================================== --- web/htdocs/faq2.txt 2006-11-19 07:00:25 UTC (rev 17779) +++ web/htdocs/faq2.txt 2006-11-19 07:02:33 UTC (rev 17780) @@ -33,7 +33,7 @@ Q: I'm trying to install Gaim, but it complains that I don't have <code>libgtkspell.so.0</code>, from where can I get this? -A: <code>libtgtkspell.so.0</code> is provided by gtkspell. This library is used by +A: <code>libgtkspell.so.0</code> is provided by gtkspell. This library is used by Gaim to provide the "Highlight misspelled words" feature. You can find an RPM of gtkspell at <a href="http://freshrpms.net/">freshrpms.net</a>. You can find the source and a non-Red Hat specific RPM at <a This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |