From a09bd9bfe163aa265b68ce195d9796dd4646b63c Mon Sep 17 00:00:00 2001 From: Thom Brown Date: Mon, 5 Mar 2012 21:49:41 +0000 Subject: [PATCH] Updated GSoC page for 2012 and archived 2011 GSoC page. --- templates/pages/developer/summerofcode.html | 27 ++-- .../pages/developer/summerofcode2011.html | 115 ++++++++++++++++++ 2 files changed, 130 insertions(+), 12 deletions(-) create mode 100644 templates/pages/developer/summerofcode2011.html diff --git a/templates/pages/developer/summerofcode.html b/templates/pages/developer/summerofcode.html index cc06460b..c123132d 100644 --- a/templates/pages/developer/summerofcode.html +++ b/templates/pages/developer/summerofcode.html @@ -6,7 +6,7 @@

PostgreSQL and Google Summer of Code

The PostgreSQL Project hopes to participate in the Google Summer of Code 2011 program. This program endeavors to fund students to contribute to an open source project over the summer break.

+href="http://socghop.appspot.com/">Summer of Code 2012 program. This program endeavors to fund students to contribute to an open source project over the summer break.

diff --git a/templates/pages/developer/summerofcode2011.html b/templates/pages/developer/summerofcode2011.html new file mode 100644 index 00000000..cc06460b --- /dev/null +++ b/templates/pages/developer/summerofcode2011.html @@ -0,0 +1,115 @@ +{%extends "base/page.html"%} +{%block title%}Google Summer of Code Program{%endblock%} +{%block contents%} + +
+

PostgreSQL and Google Summer of Code

+ +

The PostgreSQL Project hopes to participate in the Google Summer of Code 2011 program. This program endeavors to fund students to contribute to an open source project over the summer break.

+ + + + +

Example Proposal Ideas

+

The PostgreSQL Project has a wide range of opinions on what it feels are acceptable GSoC projects. The examples listed here are meant only as a suggestion of things we would likely find useful, but you should not feel obligated to pick from this list by any means. If you have just discovered a new algorithm as part of your thesis work, we would love to see a proposal implementing that in PostgreSQL. The point is that all proposals will be evaluated on their own merits, so be creative. + +

+{%endblock%} -- 2.39.5