From 60a06e92a361c80e271ddc99fc557c91b1e83a6c Mon Sep 17 00:00:00 2001 From: Gourav Chawla Date: Wed, 30 Jan 2019 19:52:09 +0530 Subject: [PATCH 1/2] Fix typo in technologies used section The typo is in the spelling of Django which would be fixed by this PR. --- psf_ideas.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psf_ideas.html b/psf_ideas.html index 6a94452..855bf1d 100644 --- a/psf_ideas.html +++ b/psf_ideas.html @@ -85,7 +85,7 @@

Project Ideas


Technologies used

-1) Djano
+1) Django
2) djangocms-blog
3) pure.css
4) jquery
From e45cf936400bc22b4a96c83eb170e76c4ed6a6d4 Mon Sep 17 00:00:00 2001 From: Gourav Chawla Date: Wed, 30 Jan 2019 20:01:51 +0530 Subject: [PATCH 2/2] Fix typos in project description section There are typos in the description of the project which would be fixed in this commit. --- psf_ideas.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psf_ideas.html b/psf_ideas.html index 855bf1d..2ba439c 100644 --- a/psf_ideas.html +++ b/psf_ideas.html @@ -98,7 +98,7 @@

Project Ideas

3) multi-browser testing


-The project will involve using djanocms-blog to create a website for the GSoC student blogs. This project will involve extending djanocms-blog to allow for the creation of a "student" user who is able to loin and post/edit there own blog. The system will also need to be able to send email notifications on a set schedule when there is not a blog post as well as other notifications that will be defined. Additionally, the system will need to be able to tie students to suborgs so that future GSoC years can be looked back on for reference. Additionally, there will need to be RSS feeds for each student blog as well as an overall RSS feed for the entire system, on top of a sitemap for the entire site. Lastly, a single page showing current year student blogs as an infinite scrolling page.
+The project will involve using djanocms-blog to create a website for the GSoC student blogs. This project will involve extending djanocms-blog to allow for the creation of a "student" user who is able to login and post/edit their own blog. The system will also need to be able to send email notifications on a set schedule when there is not a blog post as well as other notifications that will be defined. Additionally, the system will need to be able to tie students to suborgs so that future GSoC years can be looked back on for reference. Additionally, there will need to be RSS feeds for each student blog as well as an overall RSS feed for the entire system, on top of a sitemap for the entire site. Lastly, a single page showing current year student blogs as an infinite scrolling page.

Mentors - Botanic, Meflin, Warthog9