Summer of Code 2011 is over
SOC 2011 is over and we are happy to announce that all 3 successful projects were already merged into main repository:
Project page |
Student |
PrashantKumar [pkumar] |
|
MichaelMayorov [marchael] |
|
AkashSinha [sinha] |
Mentors: ReimarBauer, BastianBlank, AlexanderSchremmer, ThomasWaldmann
Thanks to everybody who contributed / helped!
What you need to do after GSoC has ended
- Fill out and submit all forms Google requires
- Send your code to Google. You can use the following command to extract all of your changesets into a file
hg export `hg log -M --template "#rev# " -k YOURNAMEHERE -r FIRSTREVTOINCLUDEHERE:`
E.g.: hg export `hg log -M --template '{rev} ' -k 'Joe Doe' -r b07dfe4ceb8d:` > my_changesets
- Compress the file afterwards
See also GoogleSoc2010, GoogleSoc2009, GoogleSoc2008, GoogleSoc2007 and GoogleSoc2006.