GSoC 2022: Difference between revisions
From Joomla! Documentation
Shivamrajput (talk | contribs) No edit summary |
Marked this version for translation |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 11: | Line 11: | ||
<translate> | <translate> | ||
== | == What is Joomla? == <!--T:4--></translate> | ||
<translate><!--T:5--> | |||
Joomla is a very popular and well known FOSS content management system powering currently around 3-4% of the internet.</translate> | |||
<translate> | <translate> | ||
<!--T:21--> | <!--T:21--> | ||
Joomla developers are currently working on multiple projects | Joomla developers are currently working on multiple projects. | ||
* Joomla 4.x was released in August 2021, and this year's GSoC projects are aimed at developing new features or significantly enhancing existing features for the next major release of Joomla 4.x. Joomla 4.x is maintained for bugs, security and feature enhancements. | |||
<!--T: | * Joomla 3.x Version is still being supported, but the focus for this version is bug and security patches only. No new features are being introduced going forward in Joomla 3.x. | ||
<!--T:40--> | |||
Additionally, when you look through [https://github.com/joomla Joomla's Github Repositories] there are many side projects related to testing, performance, and other things. | |||
<!--T:41--> | |||
It's important to note that [https://github.com/joomla/joomla-cms joomla-cms is the primary repository] for the development of the CMS.</translate> | |||
<translate> | <translate> | ||
| Line 30: | Line 37: | ||
<translate> | <translate> | ||
=== Project Timeline === <!--T:12--></translate> | === GSoC Project Timeline === <!--T:12--></translate> | ||
<translate> | <translate> | ||
<!--T: | <!--T:42--> | ||
Before getting onboard for this year's program, please familiarise yourself with: | |||
* [https://summerofcode.withgoogle.com/how-it-works How Google Summer of Code works] | |||
* [https://developers.google.com/open-source/gsoc/timeline Review the GSoC 2022 Timeline]</translate> | |||
<!--T: | <translate> | ||
=== Become a contributor === <!--T:43--> </translate> | |||
<translate> | |||
<!--T:44--> | |||
If you still think GSoC is for you, express your interest in participating in GSoC 2022 as a Contributor by filling in the [https://forms.gle/eiHgWehmWQKE9jBJ7 Joomla GSoC 2022 registration form].</translate> | |||
Once we receive your form, you will receive: | |||
* Some more information on participating in GSoC with Joomla | |||
* An invitation to join Joomla's organisation chat (using RingCentral) | |||
* Be added to a general chanel on RingCentral where we'll interact with all interested students during the application phase. | |||
* Be added to a personal channel on RingCentral where you'll be able to interact with mentors for the project you're interested in. | |||
<translate> | <translate> | ||
| Line 79: | Line 98: | ||
*Benjamin Trenkle | *Benjamin Trenkle | ||
*Philip Walton</translate> | *Philip Walton</translate> | ||
<translate> | <translate> | ||
| Line 114: | Line 130: | ||
<!--T:37--> | <!--T:37--> | ||
*[https://magazine.joomla.org/all-issues/tags/google-summer-of-code Joomla Community Magazine GSoC articles]</translate> | *[https://magazine.joomla.org/all-issues/tags/google-summer-of-code Joomla Community Magazine GSoC articles]</translate> | ||
<translate>== Getting familiar with Joomla== <!--T:45--> | |||
Not familiar with Joomla, Github and new to Open Source? | |||
You may be best upskilling, getting set up and getting familiar with Joomla before you apply for GSoC. | |||
Visit the [https://www.joomla.org/contribute-to-joomla.html Contribute to Joomla page] to find out all the different ways you can help. You can get familiar with using Joomla by helping with many other aspects apart from coding. Whether it's contributing documentation, adding translations in your language, participating in marketing activities or writing a magazine article, there's many ways to still make a contribution if you're not experienced with coding, bug testing or developing in PHP. | |||
</translate> | |||
<translate>==Setting up your Joomla Development Environment== <!--T:46--> | |||
Here are some resources for getting familiar with Joomla and installing a Joomla Development environment:</translate> | |||
<translate><!--T:47--> | |||
'''Beginners:''' | |||
<!--T:48--> | |||
[https://magazine.joomla.org/all-issues/june-2020/github-installing-git Read this Joomla Magazine Article] that walks through the entire process of installing XAMPP on Windows, installing Joomla 4, and adding the Joomla Patch Tester</translate> | |||
<translate><!--T:49--> | |||
'''Intermediate:''' | |||
<!--T:50--> | |||
[https://docs.joomla.org/Special:MyLanguage/J4.x:Setting_Up_Your_Local_Environment Setting Up Your Local Environment guide on Joomla Docs] assumes you are familiar with the base concepts needed, but has links through to various concepts of setting up your local environment to help.</translate> | |||
<translate><!--T:51--> | |||
'''Advanced:''' | |||
<!--T:52--> | |||
[https://gist.github.com/ditsuke/4c100e54b24b667406e145d838c08fac Check out Tushar's Github Guide] - This guide assumes you have a local dev environment set up and are already familiar with using Git for development version control.</translate> | |||
<translate><!--T:53--> | |||
'''Development Tools''' | |||
<!--T:54--> | |||
Joomla developers also have a number of tools that they use, and on RingCentral you will find channels for some of these tools where you can get further assistance with using them to develop in Joomla: | |||
* [https://visualstudio.microsoft.com/ Microsoft Visual Studio] | |||
* [https://www.jetbrains.com/phpstorm/ JetBrains PHPStorm] | |||
</translate> | |||
<noinclude> | <noinclude> | ||
Latest revision as of 12:19, 29 April 2022

This page will aim to be a general informational page for students, mentors and others interested in Joomla's Google Summer of Code Program.
What is Joomla?
Joomla is a very popular and well known FOSS content management system powering currently around 3-4% of the internet. Joomla developers are currently working on multiple projects.
- Joomla 4.x was released in August 2021, and this year's GSoC projects are aimed at developing new features or significantly enhancing existing features for the next major release of Joomla 4.x. Joomla 4.x is maintained for bugs, security and feature enhancements.
- Joomla 3.x Version is still being supported, but the focus for this version is bug and security patches only. No new features are being introduced going forward in Joomla 3.x.
Additionally, when you look through Joomla's Github Repositories there are many side projects related to testing, performance, and other things.
It's important to note that joomla-cms is the primary repository for the development of the CMS.
What is GSoC?
Google Summer of Code is a program run by Google for college students interested in getting a stipend to contribute to Open Source Software. They will spend their summer with improving and writing new features for the project. Visit the Google Summer of Code website to learn more.
GSoC Project Timeline
Before getting onboard for this year's program, please familiarise yourself with:
Become a contributor
If you still think GSoC is for you, express your interest in participating in GSoC 2022 as a Contributor by filling in the Joomla GSoC 2022 registration form.
Once we receive your form, you will receive:
- Some more information on participating in GSoC with Joomla
- An invitation to join Joomla's organisation chat (using RingCentral)
- Be added to a general chanel on RingCentral where we'll interact with all interested students during the application phase.
- Be added to a personal channel on RingCentral where you'll be able to interact with mentors for the project you're interested in.
Project Proposal
Please check the GSoC Student Application Template to understand what we are expecting from your proposal.
Last years projects:
Information For Students
- Joomla's project list
- GSoC Student Selection Criteria
- GSoC Student Application Template
- Joomla GSoC Mailing List
- General Joomla CMS Developer Mailing List
Information for Mentors
- Want to be a mentor? Please check the GSoC Mentor Guidelines.
- GSoC Mentors Selection Criteria
Any questions please do contact the Joomla GSoC Core Team 2022:
- Shivam Rajput (Lead and Admin)
- Christiane Maier-Stadtherr (Assistant)
- Benjamin Trenkle
- Philip Walton
Related Articles
Google Summer of Code Articles on the Community Blog
- Joomla GSoC 2021 blog articles
- Joomla GSoC 2020 blog articles
- Joomla GSoC 2019 blog articles
- Joomla GSoC 2018 blog articles
- Joomla GSoC 2017 blog articles
- Joomla GSoC 2016 blog articles
Google Summer of Code Articles on Joomla Community Magazine
Getting familiar with Joomla
Not familiar with Joomla, Github and new to Open Source? You may be best upskilling, getting set up and getting familiar with Joomla before you apply for GSoC. Visit the Contribute to Joomla page to find out all the different ways you can help. You can get familiar with using Joomla by helping with many other aspects apart from coding. Whether it's contributing documentation, adding translations in your language, participating in marketing activities or writing a magazine article, there's many ways to still make a contribution if you're not experienced with coding, bug testing or developing in PHP.
Setting up your Joomla Development Environment
Here are some resources for getting familiar with Joomla and installing a Joomla Development environment:
Beginners:
Read this Joomla Magazine Article that walks through the entire process of installing XAMPP on Windows, installing Joomla 4, and adding the Joomla Patch Tester
Intermediate:
Setting Up Your Local Environment guide on Joomla Docs assumes you are familiar with the base concepts needed, but has links through to various concepts of setting up your local environment to help.
Advanced:
Check out Tushar's Github Guide - This guide assumes you have a local dev environment set up and are already familiar with using Git for development version control.
Development Tools
Joomla developers also have a number of tools that they use, and on RingCentral you will find channels for some of these tools where you can get further assistance with using them to develop in Joomla: