From 66d19122ec788471eb75be0b068ff1c376b725f8 Mon Sep 17 00:00:00 2001 From: Ravi Dwivedi <ravi@anche.no> Date: Sun, 18 Sep 2022 14:08:22 +0530 Subject: [PATCH] Write a line on homepage introducing free software --- website/i18n/en.yaml | 9 ++++++--- website/layouts/index.html | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/website/i18n/en.yaml b/website/i18n/en.yaml index a730e57..8b7b139 100644 --- a/website/i18n/en.yaml +++ b/website/i18n/en.yaml @@ -1,6 +1,9 @@ - id: sfcamp translation: Software Freedom Camp +- id: sfcamp-2022 + translation: Software Freedom Camp 2022 + - id: div-ed translation: Diversity Edition @@ -26,7 +29,7 @@ translation: Contact - id: intro - translation: An online mentorship programme focusing on diversity organized by <a href="https://fsci.in">Free Software Community of India</a> and inspired by <a href='https://camp.fsf.org.in'>Free Software Camp</a> and <a href='https://outreachy.org'>Outreachy</a>. + translation: Software Freedom Camp is an online mentorship programme focusing on diversity organized by <a href="https://fsci.in">Free Software Community of India</a> and inspired by <a href='https://camp.fsf.org.in'>Free Software Camp</a> and <a href='https://outreachy.org'>Outreachy</a>. - id: apply translation: Apply @@ -53,7 +56,7 @@ translation: What is Software Freedom Camp? - id: sfcamp-desc - translation: Software Freedom Camp is a mentorship programme for bringing more people to Free Software with strong focus on philosophy. We connect learners with experienced Free Software community members to work on some tasks together - this could be either technical or non technical. + translation: Free Software means software which respects users freedom to run, study, modify, share and share the modified versions of the software. Software Freedom Camp is a mentorship programme for bringing more people to Free Software with strong focus on philosophy. We connect learners with experienced Free Software community members to work on some tasks together - this could be either technical or non technical. - id: whats-div-ed translation: What is Diversity Edition? @@ -104,7 +107,7 @@ translation: How does it work? - id: how-desc - translation: Learners apply to join the program and are given a common introduction to the program, to free software, and to the projects they can work on. These sessions will be conducted online using <a href="#tools">free software tools</a>. Then they submit proposal(s) for working on the project of their choice which is evaluated and mentors get assigned for these. Learners can also choose to work independently without dedicated mentors. Learners are expected to report regularly on their progress and periodic review is done. By the end of the camp the learners will be contributing to free software and collaborating with other contributors from around the world. + translation: Learners apply to join the program and are given a common introduction to the program, to <a href="https://fsfe.org/freesoftware/index.en.html">free software</a>, and to the projects they can work on. These sessions will be conducted online using <a href="#tools">free software tools</a>. Then they submit proposal(s) for working on the project of their choice which is evaluated and mentors get assigned for these. Learners can also choose to work independently without dedicated mentors. Learners are expected to report regularly on their progress and periodic review is done. By the end of the camp the learners will be contributing to free software and collaborating with other contributors from around the world. - id: mentors-who translation: Who can be mentors? diff --git a/website/layouts/index.html b/website/layouts/index.html index c9366d8..3167d75 100644 --- a/website/layouts/index.html +++ b/website/layouts/index.html @@ -3,7 +3,7 @@ <div class="introduction"> <div class="intro-text"> <h1> - {{i18n "sfcamp"}} + {{i18n "sfcamp-2022"}} <span style="color:#469198">({{i18n "div-ed"}})</span> </h1> <p>{{i18n "intro" | safeHTML}}</p> -- GitLab