Differences between revisions 1 and 38 (spanning 37 versions)
Revision 1 as of 2010-02-24 20:48:03
Size: 1608
Editor: python-software-foundation
Comment:
Revision 38 as of 2010-04-05 03:30:00
Size: 5441
Editor: 212
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
This page coordinates the [[http://code.google.com/soc/|Google Summer of Code]] projects involving Python under the umbrella of the Python Software Foundation (PSF) in 2010. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <title>Google Web Toolkit 1.7.1</title>
      
      <style>
         body {
            background-color: white;
            color: black;
            font-family: Arial, sans-serif;
            font-size: small;
            margin: 20px;
         }
Line 3: Line 15:
The 2010 PSF SoC coordinator is ArcRiley <arcriley@gmail.com>. Contact him if you have any questions.          li {
            margin-bottom: 0.5em;
         }
Line 5: Line 19:
= Prospective Students =          li div {
            margin-top: 0.2em;
         }
Line 7: Line 23:
If you are a student interested in working on core Python development or on a project that helps the Python community, we'd love to have you apply to the Python Software Foundation for this year's Google Summer of Code.          code {
            font-size: medium;
         }
      </style></head>
Line 9: Line 28:
You should join the [[http://mail.python.org/mailman/listinfo/soc2010-general|soc2010-general]] mailing list and take a look at the Project Ideas section below. If any interest you, feel free to contact the proposer for details. You can also discuss your own project ideas with the people mentioned or talk about them on the soc2010-general mailing list. Some of us also hang out on #gsoc-python on freenode.    <body>
      <h1>Google Web Toolkit 1.7.1</h1>
      Thanks for using Google Web Toolkit.
      We hope you'll have as much fun using it as we have working on it.
      <p>
         See you online!
      </p>
      <p>
         <i>-- The Google Web Toolkit Team</i>
      </p>
Line 11: Line 39:
Students should read [[SummerOfCode/Expectations]] to understand what is expected of them.       <h2>Resources</h2>
      <p>Ajax is hard. But you're not alone!</p>
      <ul>
         <li>
            <a href="http://code.google.com/webtoolkit/doc/1.6/ReleaseNotes_1_6.html">What's new in GWT 1.6?</a> (online)
            <div>
              <a href="release_notes.html">Point releases notes</a> are also included in the distribution.
            </div>
         </li>
         <li>
            <a href="http://code.google.com/webtoolkit/">Google Web Toolkit Home</a> (online)
            <div>
               The big picture.
            </div>
         </li>
         <li>
            <a href="http://groups.google.com/group/Google-Web-Toolkit">Developer Forum</a> (online)
            <div>
               The Developer Forum is the best place to go to discuss GWT, ask or
               answer questions, report bugs, and sync up with other developers. The
               Google Web Toolkit team and other Googlers are active participants in
               the group.
            </div>
         </li>
         <li>
            <a href="http://googlewebtoolkit.blogspot.com/">Google Web Toolkit Blog</a> (online)
            <div>
               Stay up-to-date on the latest goings on. As new stuff is available, we'll let you know here.
            </div>
         </li>
         <li>
            <a href="http://code.google.com/webtoolkit/doc/1.6/FAQ.html">Frequently Asked Questions</a> (online)
            <div>
               Answers to the initial questions developers have about using GWT, including licensing, upgrades, and so on.
            </div>
         </li>
      </ul>
      <h2>Starting Points</h2>
      <ul>
         <li>
            <a href="http://code.google.com/webtoolkit/gettingstarted.html">Getting Started Guide</a> (online)
            <div>
               A step-by-step tutorial on creating your first app from scratch.
            </div>
         </li>
         <li>
            <a href="http://code.google.com/webtoolkit/doc/1.6/DevGuide.html">Developer Guide</a> (online)
            <div>
               The Developer Guide explains the key concepts in GWT.
            </div>
         </li>
         <li>
            <a href="http://code.google.com/webtoolkit/doc/1.6/RefWidgetGallery.html">
               Widget Gallery</a> (online)
            <div>
               Browse some of the built-in GWT widgets and panels.
            </div>
         </li>
         <li>
            <a href="http://code.google.com/webtoolkit/doc/1.6/RefCommandLineTools.html">Command-line
               Tools</a> (online)
            <div>
               Scripts to help you get started with GWT projects.
            </div>
         </li>
         <li>
            <a href="doc/javadoc/index.html">API Reference</a>
            <div>
               The API documentation in standard Javadoc form.
            </div>
         </li>
      </ul>
      <h2>Samples</h2>
      The samples aren't really intended to wow you with mind-blowing flashiness.
      Their purpose is to demonstrate the mechanics of different techniques you can use when building applications with GWT.
      <ul>
         <li>
            <a href="samples/Hello/war/Hello.html">Hello World</a>
            <div>
               The simplest application you can write with GWT.
            </div>
         </li>
         <li>
            <a href="samples/Showcase/war/Showcase.html">Showcase</a>
            <div>
               Complex UI illustrating Widgets in action.
            </div>
         </li>
         <li>
            <a href="samples/DynaTable/war/DynaTable.html">Dynamic Table</a>
            <div>
               How to take advantage of polymorphic RPC.
            </div>
         </li>
         <li>
            <a href="samples/Mail/war/Mail.html">Mail</a>
            <div>
               Look and feel similar to a traditional desktop application.
            </div>
         </li>
         <li>
            <a href="samples/JSON/war/JSON.html">JSON</a>
            <div>
               Interoperation with a JSON service.
            </div>
         </li>
         <li>
            <a href="samples/I18N/war/I18N.html">I18N</a>
            <div>
               A glimpse at GWT's internationalization facilities.
            </div>
         </li>
      </ul>
Line 13: Line 153:
= Project Ideas =
These are project ideas proposed by mentors grouped roughly on the type of work it entails. Use the provided links for each for more information and contact the mentors interested in it.

---

= Mentor Instructions =
We've setup [[/Incoming]] for mentors who find the above table intimidating to edit. You can still brave editing this page, just be careful.

= Previous years =

 * [[SummerOfCode/2005]]
 * [[SummerOfCode/2006]]
 * [[SummerOfCode/2007]]
 * [[SummerOfCode/2008]]
 * [[SummerOfCode/2009]]

= Related Organizations =
   </body></html>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head>

  • <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Google Web Toolkit 1.7.1</title>

    <style>

    • body {
      • background-color: white; color: black; font-family: Arial, sans-serif; font-size: small; margin: 20px;
      } li {
      • margin-bottom: 0.5em;
      } li div {
      • margin-top: 0.2em;
      } code {
      • font-size: medium;
      }

    </style></head>

  • <body>

    • <h1>Google Web Toolkit 1.7.1</h1> Thanks for using Google Web Toolkit. We hope you'll have as much fun using it as we have working on it. <p>

      • See you online!

      </p> <p>

      • <i>-- The Google Web Toolkit Team</i>

      </p>

      <h2>Resources</h2> <p>Ajax is hard. But you're not alone!</p> <ul>

      </ul> <h2>Starting Points</h2> <ul>

      </ul> <h2>Samples</h2> The samples aren't really intended to wow you with mind-blowing flashiness. Their purpose is to demonstrate the mechanics of different techniques you can use when building applications with GWT. <ul>

      • <li>

        • <a href="samples/Hello/war/Hello.html">Hello World</a> <div>

          • The simplest application you can write with GWT.

          </div>

        </li> <li>

        • <a href="samples/Showcase/war/Showcase.html">Showcase</a> <div>

          • Complex UI illustrating Widgets in action.

          </div>

        </li> <li>

        • <a href="samples/DynaTable/war/DynaTable.html">Dynamic Table</a> <div>

          • How to take advantage of polymorphic RPC.

          </div>

        </li> <li>

        • <a href="samples/Mail/war/Mail.html">Mail</a> <div>

          • Look and feel similar to a traditional desktop application.

          </div>

        </li> <li>

        • <a href="samples/JSON/war/JSON.html">JSON</a> <div>

          • Interoperation with a JSON service.

          </div>

        </li> <li>

        • <a href="samples/I18N/war/I18N.html">I18N</a> <div>

          • A glimpse at GWT's internationalization facilities.

          </div>

        </li>

      </ul>

    </body></html>

SummerOfCode/2010 (last edited 2010-04-09 19:12:16 by mritr-3-1-002-d)

Unable to edit the page? See the FrontPage for instructions.