You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by so...@apache.org on 2023/03/21 03:25:52 UTC

[comdev-site] branch master updated: GSoC related paged are moved to the separated folder

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/comdev-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d4fb12  GSoC related paged are moved to the separated folder
4d4fb12 is described below

commit 4d4fb12609f3b3ef62e398acac4282798ddafcc0
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Tue Mar 21 10:25:42 2023 +0700

    GSoC related paged are moved to the separated folder
---
 layouts/_default/baseof.html                                 | 12 ++++++------
 source/_index.md                                             |  4 ++--
 source/about/__index.md                                      |  2 +-
 source/comdevboardreports.md                                 |  2 +-
 source/{gsoc.md => gsoc/__index.md}                          |  1 +
 source/{mentoring => gsoc}/experiences.md                    |  0
 source/{ => gsoc}/gsoc-admin-tasks.md                        | 12 ++++++------
 source/{ => gsoc}/guide-to-being-a-mentor.md                 |  2 +-
 source/{ => gsoc}/mentee-ranking-process.md                  |  0
 .../use-the-comdev-issue-tracker-for-gsoc-tasks.md           |  0
 source/mentoring/__index.md                                  |  2 +-
 11 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index af7d12b..03f62b2 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -99,12 +99,12 @@
                 <a class="dropdown-item" href="https://www.apache.org/dev/">Technical Developer FAQs</a>
                 <div class="dropdown-divider"></div>
                 <a class="dropdown-item text-uppercase disabled" href="#">Google Summer of Code</a>
-                <a class="dropdown-item" href="/gsoc.html">Google Summer Of Code Information</a>
-                <a class="dropdown-item" href="/mentee-ranking-process.html">Mentee Ranking Process</a>
-                <a class="dropdown-item" href="/mentoring/experiences.html">Past GSoC Experiences</a>
-                <a class="dropdown-item" href="/guide-to-being-a-mentor.html">Guide to being a Mentor</a>
-                <a class="dropdown-item" href="/use-the-comdev-issue-tracker-for-gsoc-tasks.html">Using ComDev's JIRA for GSoC Ideas</a>
-                <a class="dropdown-item" href="/gsoc-admin-tasks.html">Tasks of a GSoC Admin at the ASF</a>
+                <a class="dropdown-item" href="/gsoc/">Google Summer Of Code Information</a>
+                <a class="dropdown-item" href="/gsoc/mentee-ranking-process.html">Mentee Ranking Process</a>
+                <a class="dropdown-item" href="/gsoc/experiences.html">Past GSoC Experiences</a>
+                <a class="dropdown-item" href="/gsoc/guide-to-being-a-mentor.html">Guide to being a Mentor</a>
+                <a class="dropdown-item" href="/gsoc/use-the-comdev-issue-tracker-for-gsoc-tasks.html">Using ComDev's JIRA for GSoC Ideas</a>
+                <a class="dropdown-item" href="/gsoc/gsoc-admin-tasks.html">Tasks of a GSoC Admin at the ASF</a>
               </div>
             </li>
             <li class="nav-item dropdown">
diff --git a/source/_index.md b/source/_index.md
index 9841fc8..4bb96db 100644
--- a/source/_index.md
+++ b/source/_index.md
@@ -75,9 +75,9 @@ in the specific Apache projects that interest you.
     </div>
     <div class="col-md-4">
           <h4>Google Summer of Code program (GSoC)</h4>
-          <p>The Community Development project also manages the <a href="gsoc.html">ASF's participation in the Google Summer of Code program</a>. Each year since 2005, we've taken on between 30 and 45 students. Many have gone on to become long-term committers to projects, and even Members of the Foundation.
+          <p>The Community Development project also manages the <a href="/gsoc/">ASF's participation in the Google Summer of Code program</a>. Each year since 2005, we've taken on between 30 and 45 students. Many have gone on to become long-term committers to projects, and even Members of the Foundation.
           <br/><br/>
-          Read about a few of our <a href="mentoring/experiences.html">GSoC successes</a>. </p>
+          Read about a few of our <a href="/gsoc/experiences.html">GSoC successes</a>. </p>
     </div>
     <div class="col-md-4">
         <h4>Apache Local Community (ALC)</h4>
diff --git a/source/about/__index.md b/source/about/__index.md
index 9884758..b18d384 100755
--- a/source/about/__index.md
+++ b/source/about/__index.md
@@ -11,7 +11,7 @@ provides a wide array of information, [FAQs](/newbiefaq.html), and help to newco
 {{% toc %}}
 
 ### Mentoring for Individuals and Help Getting Around
-- [GSoC](/gsoc.html)
+- [GSoC](/gsoc/)
 - [Contributors Guide](/newcomers/)
 - [Committers Guide](/committers)
 - Project Management Committees
diff --git a/source/comdevboardreports.md b/source/comdevboardreports.md
index 0db4f1f..7e96562 100644
--- a/source/comdevboardreports.md
+++ b/source/comdevboardreports.md
@@ -727,4 +727,4 @@ Main items for next period
 </div>
 
 
-  [1]: /mentoring/experiences.html
\ No newline at end of file
+  [1]: /gsoc/experiences.html
diff --git a/source/gsoc.md b/source/gsoc/__index.md
similarity index 99%
rename from source/gsoc.md
rename to source/gsoc/__index.md
index 8d41dea..804e1fd 100644
--- a/source/gsoc.md
+++ b/source/gsoc/__index.md
@@ -1,5 +1,6 @@
 ---
 title: GSoC
+slug: index
 ---
 
 <div class="card mb-3">
diff --git a/source/mentoring/experiences.md b/source/gsoc/experiences.md
similarity index 100%
rename from source/mentoring/experiences.md
rename to source/gsoc/experiences.md
diff --git a/source/gsoc-admin-tasks.md b/source/gsoc/gsoc-admin-tasks.md
similarity index 93%
rename from source/gsoc-admin-tasks.md
rename to source/gsoc/gsoc-admin-tasks.md
index 9ff73f3..d7ee52b 100644
--- a/source/gsoc-admin-tasks.md
+++ b/source/gsoc/gsoc-admin-tasks.md
@@ -40,18 +40,18 @@ On behalf of the GSoC 20XX admins,
 
 Uli
 
-[1] https://community.apache.org/guide-to-being-a-mentor.html
+[1] https://community.apache.org/gsoc/guide-to-being-a-mentor.html
 [2] https://s.apache.org/gsoc2011tasks
-[3] https://community.apache.org/gsoc.html
+[3] https://community.apache.org/gsoc/
 </pre>
 
-1. Update our GSoC pages at [https://community.apache.org/gsoc.html](/gsoc.html) with the
-current year's timeline and at [https://community.apache.org/guide-to-being-a-mentor.html](/guide-to-being-a-mentor.html).
+1. Update our GSoC pages at [https://community.apache.org/gsoc/](/gsoc/) with the
+current year's timeline and at [https://community.apache.org/gsoc/guide-to-being-a-mentor.html](guide-to-being-a-mentor.html).
 
 1. Apply for the ASF to be a mentoring organization for Google Summer of Code.
 I faintly remember that they wanted to know some stats like how often we have
 already participated and what the number of students was last year. I believe
-the ASF has participated since GSoC's inception in 2005. Consult [participation statistics](http://community.apache.org/mentoring/experiences.html), although the page may not be up to date.
+the ASF has participated since GSoC's inception in 2005. Consult [participation statistics](http://community.apache.org/gsoc/experiences.html), although the page may not be up to date.
 
 1. Once our application is accepted, write a press release and
 request press@ to send it out. We don't have a template yet, so work
@@ -60,7 +60,7 @@ written and add it here.
 
 1. Check with Google whether they changed the ranking process -- again. Find out
 what we need to be change to our internal ranking process in order to be compatible
-with melange (the system Google uses to administer GSOC) and update the [mentee ranking process](/mentee-ranking-process.html) page
+with melange (the system Google uses to administer GSOC) and update the [mentee ranking process](mentee-ranking-process.html) page
 accordingly. In 2011 we used a Google Docs spreadsheet and did our ranking there. The
 org admin (and only the org admin) then transferred the rankings to Melange.
 
diff --git a/source/guide-to-being-a-mentor.md b/source/gsoc/guide-to-being-a-mentor.md
similarity index 98%
rename from source/guide-to-being-a-mentor.md
rename to source/gsoc/guide-to-being-a-mentor.md
index 9193f1a..e331359 100644
--- a/source/guide-to-being-a-mentor.md
+++ b/source/gsoc/guide-to-being-a-mentor.md
@@ -103,7 +103,7 @@ If you are interested in mentor programme administration please also
 subscribe to `dev@community.apache.org`.
 
 If you are planning on mentoring as part of the GSoC programme you also
-need to register with Google. See our [GSoC](gsoc.html) page for more information.
+need to register with Google. See our [GSoC](/gsoc/) page for more information.
 
 <a name="guidetobeingamentor-Howmucheffortisinvolvedwithbeingamentor"></a>
 ## How much effort is involved with being a mentor?
diff --git a/source/mentee-ranking-process.md b/source/gsoc/mentee-ranking-process.md
similarity index 100%
rename from source/mentee-ranking-process.md
rename to source/gsoc/mentee-ranking-process.md
diff --git a/source/use-the-comdev-issue-tracker-for-gsoc-tasks.md b/source/gsoc/use-the-comdev-issue-tracker-for-gsoc-tasks.md
similarity index 100%
rename from source/use-the-comdev-issue-tracker-for-gsoc-tasks.md
rename to source/gsoc/use-the-comdev-issue-tracker-for-gsoc-tasks.md
diff --git a/source/mentoring/__index.md b/source/mentoring/__index.md
index 9e286a7..dfa3604 100644
--- a/source/mentoring/__index.md
+++ b/source/mentoring/__index.md
@@ -16,7 +16,7 @@ someone else to participate.
 Here's some concrete ways you can provide mentoring to other members of
 your community.
 
-- [GSoC](/gsoc.html)
+- [GSoC](/gsoc/)
 - [Participate in the incubator](https://incubator.apache.org/)
 - [Walk a beginner through their first patch](/mentoring/firstpatch.html)
 - [Coach a new committer](/mentoring/committer.html)