From: <the...@us...> - 2007-03-16 05:54:46
|
Revision: 18205 http://svn.sourceforge.net/gaim/?rev=18205&view=rev Author: thekingant Date: 2007-03-15 22:54:47 -0700 (Thu, 15 Mar 2007) Log Message: ----------- I'm not in a very wordy mood. I also don't know why svn update doesn't work for the web site. But I totally don't have time to investigate right now. Modified Paths: -------------- web/htdocs/summerofcode/index.php Modified: web/htdocs/summerofcode/index.php =================================================================== --- web/htdocs/summerofcode/index.php 2007-03-15 23:02:19 UTC (rev 18204) +++ web/htdocs/summerofcode/index.php 2007-03-16 05:54:47 UTC (rev 18205) @@ -45,9 +45,18 @@ <tr><td class='highlight'>MySpace IM protocol plugin</td></tr> <tr><td><p>Last year MySpace, the popular social-networking site announced its new instant messaging network and protocol. Your goal is to reverse engineer and implement support for this protocol in libgaim. If applying for this project, please demonstrate in your application that you have the knowledge and skills necessary to reverse engineer the protocol used by MySpace's Windows client.</p></td></tr> + +<tr><td class='highlight'>GObjectification</td></tr> +<tr><td><p>Gaim currently uses its own system for connecting to and emitting signals. For this project you'll convert all major Gaim components to GObjects.</p></td></tr> </table> <h2>gaim</h2> +<table> +<tr><td class="highlight">Better HTML Widget</td></tr> +<tr><td><p>Gaim currently uses a home-grown text rendering widget called GtkIMHtml. It has various minor drawbacks, including poor performance with large numbers of tags. The WYSIWYG text editing code is also a bit delicate and took quite a bit of tuning before it was able to generate HTML that isn't crazy.</p> +<p>For this project you should investigate alternative widgets that are capable of rendering fonts, images, colors, etc. and replace our current widget with something smaller, better, and more elegant.</p> +</td></tr> +</table> <h2>gaim-text</h2> <p>Possible improvements to gaim-text could include: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |