pidgin/nest

Parents fb9521f27d7d
Children 21a4c9683f23
Add GSoC 2021 to the table and add a retrospective blog post.

Testing Done:
Ran locally with `hugo server`

Reviewed at https://reviews.imfreedom.org/r/919/
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/hugo/content/post/gsoc-2021-retro.md Tue Sep 14 19:18:53 2021 -0500
@@ -0,0 +1,33 @@
+---
+title: "GSoC 2021 Retrospective"
+date: 2021-09-13T05:14:36-05:00
+replaces: []
+description: "" # Leave blank to use the auto summary
+audio: [] # Links to any audio files on the page
+images: [] # Leave empty to default to the Pidgin logo
+series: [] # Appears as "See also" pages on Facebook
+---
+
+Well it's September now, which means that the
+[Google Summer of Code](https://summerofcode.withgoogle.com) has ended. If you
+missed our announcement post earlier this year you can find it over
+[here]({{< ref "gsoc-2021" >}}).
+
+James Culver worked on the History API which is key to our future support of
+such features as message editing, message reactions, read/delivery receipts,
+server side history, reactions, etc. The work James has done is currently up
+for [review](https://reviews.imfreedom.org/r/877/) and will hopefully be merged
+in the very near future.
+
+Prateek Pardeshi worked on the Account Creation Assistant which is a guided
+assistant to help users add accounts to Pidgin. This is an important feature
+to make Pidgin more approachable to non-technical users who may be a bit lost
+in our current account creation user interface. Unfortunately due to unforeseen
+circumstances, Prateek was unable to complete this project.
+
+We're considering this year a success and will be applying to be a mentoring
+organization again next year.
+
+We wish both James and Prateek the best in their future development work and
+hope to see them continue working in Open Source in the future!
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/hugo/data/gsoc/2021.json Tue Sep 14 19:18:53 2021 -0500
@@ -0,0 +1,17 @@
+{
+ "year": 2021,
+ "participants": [
+ {
+ "project": "Account Creation Assistant",
+ "student": "Prateek Pardeshi",
+ "mentor": "Gary Kramlich",
+ "status": "Incomplete"
+ },
+ {
+ "project": "History API",
+ "student": "James Culver",
+ "mentor": "Gary Kramlich",
+ "status": "Open Merge Request"
+ }
+ ]
+}