From: <the...@us...> - 2006-07-07 07:18:12
|
Revision: 16455 Author: thekingant Date: 2006-07-07 00:18:08 -0700 (Fri, 07 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16455&view=rev Log Message: ----------- Oh man, I totally struck the hell out with all these changes. Switch the unordered list to a table to match the rest of the web page. Modified Paths: -------------- web/htdocs/summerofcode/index.php Modified: web/htdocs/summerofcode/index.php =================================================================== --- web/htdocs/summerofcode/index.php 2006-07-07 07:12:11 UTC (rev 16454) +++ web/htdocs/summerofcode/index.php 2006-07-07 07:18:08 UTC (rev 16455) @@ -30,23 +30,31 @@ <p>Last year Gaim was a very popular mentoring organization, and we had a very difficult time narrowing the candidates down to only fifteen. Many (very many) candidates chose to apply for one of our suggestions, which is fine, but keep in mind that when you apply for one of our suggestions you're competing yourself against hundreds of others for the same idea. When you propose your own idea, you're competing your <i>idea</i> against just a handful of other ideas, as well as highlighting your creativity.</p> <h1 id="accepted">Accepted Summer of Code Projects</h1> -<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> +<table> +<tr><td class="highlight">QQ Support</td></tr> +<tr><td><p>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.</p></td></tr> -<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> +<tr><td class="highlight">MSN Protocol Update</td></tr> +<tr><td><p>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.</p></td></tr> -<li><b>Certificate Management</b> - Sean Egan is mentoring Gary Sivek for this project.</li> +<tr><td class="highlight">Certificate Management</td></tr> +<tr><td><p>Sean Egan is mentoring Gary Sivek for this project.</p></td></tr> -<li><b>Revamped Logging and Reporting</b> - Richard Laager is mentoring Bill Reading for this project. Bill is working on modifying the logging functionality to provide for better searching, higher performance, and is also working on implementing a logging plugin that stores logs in a SQL database.</li> +<tr><td class="highlight">Revamped Logging and Reporting</td></tr> +<tr><td><p>Richard Laager is mentoring Bill Reading for this project. Bill is working on modifying the logging functionality to provide for better searching, higher performance, and is also working on implementing a logging plugin that stores logs in a SQL database.</p></td></tr> -<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> +<tr><td class="highlight">General Performance Enhancement</td></tr> +<tr><td><p>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.</p></td></tr> -<li><b>Improved Logging</b> - Richard Laager is mentoring Brian Chu for this project. Brian is working on improving logging interoperability with other IM clients. Specifically, this involves collaborating on the design of a unified XML logging format and implementation of an XML logger in Gaim as well as working on a plugin to read the logs from other clients.</li> +<tr><td class="highlight">Improved Logging</td></tr> +<tr><td><p>Richard Laager is mentoring Brian Chu for this project. Brian is working on improving logging interoperability with other IM clients. Specifically, this involves collaborating on the design of a unified XML logging format and implementation of an XML logger in Gaim as well as working on a plugin to read the logs from other clients.</p></td></tr> -<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> +<tr><td class="highlight">Console-based Gaim using Curses</td></tr> +<tr><td><p>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.</p></td></tr> -<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> +<tr><td class="highlight">Contact Availability Prediction</td></tr> +<tr><td><p>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.</p></td></tr> +</table> <h1 id="available">Summer of Code Project Suggestions</h1> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |