From: <the...@us...> - 2006-05-02 02:05:46
|
Revision: 16124 Author: thekingant Date: 2006-05-01 19:05:43 -0700 (Mon, 01 May 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16124&view=rev Log Message: ----------- Fix a link, get rid of a comma or two (I think it flows better without them), and add a link to the student signup page. Modified Paths: -------------- web/htdocs/summerofcode/index.php Modified: web/htdocs/summerofcode/index.php =================================================================== --- web/htdocs/summerofcode/index.php 2006-05-02 01:49:54 UTC (rev 16123) +++ web/htdocs/summerofcode/index.php 2006-05-02 02:05:43 UTC (rev 16124) @@ -3,7 +3,7 @@ require('template.inc.php'); ?> -<i>For information about Summer of Code 2005, see last year's <a href='2005.html'>page</a></i>. +<i>For information about Summer of Code 2005, see <a href='2005.html'>last year's page</a></i>. <h1>Contents</h1> <ul><li><em><a href="planet">Planet Summer of Gaim</a></em></li> @@ -16,14 +16,14 @@ <h1 id="news">News</h1> <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='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!</p> +<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> <br /> <h1 id="intro">Introduction</h1> <p>Gaim is proud to participate in the Google <a href="http://code.google.com/summerofcode.html">Summer of Code</a>. This summer Google is sponsoring students to work on free software projects under the mentorship of experienced free software developers. The Gaim developers are glad to volunteer to mentor some students and introduce them to the world of open-source development.</p> -<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 highlighting your creativity.</p> +<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> <p><i>No projects have yet been accepted.</i></p> @@ -36,7 +36,7 @@ <table> <tr><td class="highlight">Improved Privacy Support</td></tr> <tr><td><p>As Gaim began life as an AIM client, there are still some parts that are somewhat AIM-centric. Currently, one of the areas most uncomfortable for users of other protocols is privacy support. Your task would be to improve Gaim's privacy support.</p> -<p>This job entails surveying other IM clients, and determining what sort of privacy capabilities they offer, abstracting these all into a concise Gaim backend API, designing a UI capable of handling the diversity of different privacy features, then finally, implementing and documenting your work.</p> +<p>This job entails surveying other IM clients and determining what sort of privacy capabilities they offer, abstracting these all into a concise Gaim backend API, designing a UI capable of handling the diversity of different privacy features, then finally, implementing and documenting your work.</p> </td></tr> <tr><td class="highlight">Certificate Manager</td></tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |