This repository serves as an archive of Free and Open Source proposals. Since GSoC is the only such program where I participated myself, the dump is organized as such. If you have proposals from GSoC/KDE-Soc/any, feel free to send a PR.
-
GSoC-2012
- Accepted
-
GSoC-2013
-
GSoC-2014
- Accepted
- Mozilla-ManishG-Servo
- [KDE-AnujPahuja-KDE-Games-to-KF5](GSoC-2014/Accepted/KDE-AnujPahuja-KDE-Games-to-KF5/GSoC - KDE.md)
- BioJS-SaketChoudhary-HumanGV
- Sympy-HarshGupta-Solvers
- Accepted
-
GSoC-2015
- Accepted
- HimanshuMishra-PSF-Implementing-Add-On-System-For-NetworkX
- Sumith1896-PSF-Implementing-Polynomial-module-in-CSymPy
- Pratyaksh-PSF-Sampling-Algorithms-in-pgmpy
- SaketC-statsmodels-MixedModels
- [The-Eclipse-Foundation-AnujPahuja-Cloud-Removal](GSoC-2015/Accepted/The-Eclipse-Foundation-AnujPahuja-Cloud-Removal/GSoC - GeoTrellis.md)
- ASF-ODE-Process-Instance-Visualization-For-Monitoring-Console
- Proposed
- Accepted
-
GSoC-2016
Proposed
is euphemism.
Love can often be one-directional.
Opening a pull request with links to a Google Doc should suffice. In case you want to help more, read on.
All proposals need to be in Github flavored markdown format. If you have a Google Doc, conversion should be pretty straightforward using pandoc
git clone git@github.com:username/fos-proposals.git
git checkout -b username-year
cd GSoC-year
mkdir Organisation-YourName-Title
cd Organisation-yourname-title && mkdir media
All images should go to media
, and be relatively linked in your markdown.
To port a doc/docx
proposal:
cd Organisation-YourName-Title
pandoc -r docx infile.docx -w markdown_github -o Organisation-YourName-Title.md --extract-media=media
rm infile.docx
git add .
git commit -am “GSoC-Year: Proposal Title”
git push origin username-year
Alternatively, you can use gdocs2md
which in my experience so far gives superior output to pandoc
.
Suggestions are always welcome.