You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by bd...@apache.org on 2023/04/28 07:57:40 UTC

[comdev-site] branch main updated (9453fa7 -> 4bd6f8a)

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

bdelacretaz pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-site.git


    from 9453fa7  Doesn't belong here
     new 7755335  Move navbar to its own partial and add tags + navigation in menu
     new 4bd6f8a  New & improved tags

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 layouts/_default/baseof.html           | 100 +------------------------------
 layouts/partials/navbar.html           | 106 +++++++++++++++++++++++++++++++++
 source/blog/2023-preparing-the-move.md |   6 +-
 source/blog/_index.md                  |   6 +-
 source/comdevboardreports.md           |   2 +-
 source/committers/_index.md            |   1 +
 source/contactpoints.md                |   4 +-
 source/links.md                        |   1 +
 source/lists.md                        |   1 +
 source/mentor-request-mail.md          |   1 +
 source/mentoring/_index.md             |   2 +-
 source/newcomers/_index.md             |   2 +-
 source/pmc/_index.md                   |   2 +-
 source/speakers/_index.md              |   2 +-
 14 files changed, 128 insertions(+), 108 deletions(-)
 create mode 100644 layouts/partials/navbar.html


[comdev-site] 01/02: Move navbar to its own partial and add tags + navigation in menu

Posted by bd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 77553354dbf950c54884b86851ec28fb95d26c0d
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Apr 28 09:47:25 2023 +0200

    Move navbar to its own partial and add tags + navigation in menu
---
 layouts/_default/baseof.html | 100 +---------------------------------------
 layouts/partials/navbar.html | 106 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 108 insertions(+), 98 deletions(-)

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 84f8917..57dd373 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -48,104 +48,8 @@
 <body>
   <header class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
     <div class="container">
-      <a class="navbar-brand" href="/">
-        <img src="https://svn.apache.org/repos/asf/comdev/project-logos/originals/foundation.svg" alt="Apache Software Foundation">
-      </a>
-      <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#mainNavbar" aria-controls="mainNavbar" aria-expanded="false" aria-label="Toggle navigation">
-        <span class="navbar-toggler-icon"></span>
-      </button>
-
-      <div class="collapse navbar-collapse" id="mainNavbar">
-        <div class="container"> <!-- this one is required to center Nav -->
-          <ul class="navbar-nav mr-auto">
-            <li class="nav-item"><a class="nav-link" href="/">Home</a></li>
-            <li class="nav-item dropdown">
-              <a class="nav-link dropdown-toggle" href="#" id="aboutDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                About
-              </a>
-              <div class="dropdown-menu" aria-labelledby="aboutDropdown">
-                <a class="dropdown-item" href="/about/">What We Do</a>
-                <a class="dropdown-item" href="/newbiefaq.html">Frequently Asked Questions</a>
-                <a class="dropdown-item" href="/projectIndependence.html">Apache Project Independence</a>
-                <a class="dropdown-item" href="/apache-way/apache-project-maturity-model.html">Apache Project Maturity Model</a>
-                <a class="dropdown-item" href="/contactpoints.html">Contact Points Within the ASF</a>
-                <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Community_Development.html#2009-11-01">ComDev Original Board Resolution</a>
-                <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Community_Development.html">ComDev Board Reports</a>
-                <a class="dropdown-item" href="https://issues.apache.org/jira/projects/COMDEV">Community Development Jira</a>
-                <div class="dropdown-divider"></div>
-                <a class="dropdown-item text-uppercase disabled" href="#">About Apache</a>
-                <a class="dropdown-item" href="https://www.apache.org/">The Apache Software Foundation</a>
-                <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship">Sponsor Apache</a>
-                <a class="dropdown-item" href="https://www.apache.org/foundation/thanks">Thanks to our Sponsors</a>
-                <a class="dropdown-item" href="https://www.apache.org/licenses">License</a>
-                <a class="dropdown-item" href="https://www.apache.org/security">Security</a>
-              </div>
-            </li>
-            <li class="nav-item dropdown">
-              <a class="nav-link dropdown-toggle" href="#" id="contribDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                For Contributors
-              </a>
-              <div class="dropdown-menu" aria-labelledby="contribDropdown">
-                <a class="dropdown-item" href="/newcomers/">Newcomers</a>
-                <a class="dropdown-item" href="/gettingStarted/101.html">Getting Started</a>
-                <a class="dropdown-item" href="/contributors/">Finding Your Way Around The Apache Software Foundation</a>
-                <a class="dropdown-item" href="https://www.apache.org/dev/">Technical Developer FAQs</a>
-              </div>
-            </li>
-            <li class="nav-item dropdown">
-              <a class="nav-link dropdown-toggle" href="#" id="commitDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">GSoC</a>
-              <div class="dropdown-menu" aria-labelledby="gsocDropdown">
-                <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-gsoc-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>
-                <a class="dropdown-item" href="https://issues.apache.org/jira/projects/GSOC">GSoC Jira</a>
-              </div>
-            </li>
-            <li class="nav-item dropdown">
-              <a class="nav-link dropdown-toggle" href="#" id="commitDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                For Committers/PMCs
-              </a>
-              <div class="dropdown-menu" aria-labelledby="commitDropdown">
-                <a class="dropdown-item" href="/newcommitter.html">Recruiting New Committers</a>
-                <a class="dropdown-item" href="/committers/">Useful Information for Committers</a>
-                <a class="dropdown-item" href="/committers/consensusBuilding.html">Consensus Building</a>
-                <a class="dropdown-item" href="/committers/lazyConsensus.html">Lazy Consensus</a>
-                <a class="dropdown-item" href="/committers/decisionMaking.html">Decision Making</a>
-                <a class="dropdown-item" href="/committers/voting.html">Voting</a>
-                <a class="dropdown-item" href="/committers/funding-disclaimer.html">Funding Campaign Disclaimer</a>
-              </div>
-            </li>
-            <li class="nav-item dropdown">
-              <a class="nav-link dropdown-toggle" href="#" id="eventDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                Events
-              </a>
-              <div class="dropdown-menu" aria-labelledby="eventDropdown">
-                <a class="dropdown-item" href="https://apachecon.com/">Community Over Code - (formerly ApacheCon)</a>
-                <a class="dropdown-item" href="https://events.apache.org/">Other Apache-related Events</a>
-                <a class="dropdown-item" href="https://www.apache.org/foundation/marks/events">Apache event branding policies</a>
-                <div class="dropdown-divider"></div>
-                <a class="dropdown-item text-uppercase disabled" href="#">Conference Speakers</a>
-                <a class="dropdown-item" href="/speakers/slides.html">Sample presentations</a>
-              </div>
-            </li>
-            <li class="nav-item dropdown">
-              <a class="nav-link dropdown-toggle" href="#" id="conversDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                Join the Conversation
-              </a>
-              <div class="dropdown-menu" aria-labelledby="conversDropdown">
-                <a class="dropdown-item" href="/blog/">Blog</a>
-                <a class="dropdown-item" href="https://www.facebook.com/ApacheSoftwareFoundation">Facebook</a>
-                <a class="dropdown-item" href="https://twitter.com/ApacheCommunity">Twitter</a>
-                <a class="dropdown-item" href="/lists.html">Mailing List</a>
-              </div>
-            </li>
-          </ul>
-        </div>
-      </div><!--/.navbar-collapse -->
-    </div><!--container div-->
+      {{ partial "navbar.html" . }}
+    </div>
   </header>
 
   <main class="cd-main" id="content" role="main">
diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
new file mode 100644
index 0000000..8862dcd
--- /dev/null
+++ b/layouts/partials/navbar.html
@@ -0,0 +1,106 @@
+<a class="navbar-brand" href="/">
+    <img src="https://svn.apache.org/repos/asf/comdev/project-logos/originals/foundation.svg" alt="Apache Software Foundation">
+  </a>
+  <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#mainNavbar" aria-controls="mainNavbar" aria-expanded="false" aria-label="Toggle navigation">
+    <span class="navbar-toggler-icon"></span>
+  </button>
+
+  <div class="collapse navbar-collapse" id="mainNavbar">
+    <div class="container"> <!-- this one is required to center Nav -->
+      <ul class="navbar-nav mr-auto">
+        <li class="nav-item dropdown">
+            <a class="nav-link dropdown-toggle" href="#" id="homeDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+              Home
+            </a>
+            <div class="dropdown-menu" aria-labelledby="homeDropdown">
+              <a class="dropdown-item" href="/">Homepage</a>
+              <a class="dropdown-item" href="/tags.html">Tags</a>
+              <a class="dropdown-item" href="/tags/navigation.html">Navigation pages</a>
+            </div>
+          </li>
+          <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" href="#" id="aboutDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+            About
+          </a>
+          <div class="dropdown-menu" aria-labelledby="aboutDropdown">
+            <a class="dropdown-item" href="/about/">What We Do</a>
+            <a class="dropdown-item" href="/newbiefaq.html">Frequently Asked Questions</a>
+            <a class="dropdown-item" href="/projectIndependence.html">Apache Project Independence</a>
+            <a class="dropdown-item" href="/apache-way/apache-project-maturity-model.html">Apache Project Maturity Model</a>
+            <a class="dropdown-item" href="/contactpoints.html">Contact Points Within the ASF</a>
+            <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Community_Development.html#2009-11-01">ComDev Original Board Resolution</a>
+            <a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/Community_Development.html">ComDev Board Reports</a>
+            <a class="dropdown-item" href="https://issues.apache.org/jira/projects/COMDEV">Community Development Jira</a>
+            <div class="dropdown-divider"></div>
+            <a class="dropdown-item text-uppercase disabled" href="#">About Apache</a>
+            <a class="dropdown-item" href="https://www.apache.org/">The Apache Software Foundation</a>
+            <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship">Sponsor Apache</a>
+            <a class="dropdown-item" href="https://www.apache.org/foundation/thanks">Thanks to our Sponsors</a>
+            <a class="dropdown-item" href="https://www.apache.org/licenses">License</a>
+            <a class="dropdown-item" href="https://www.apache.org/security">Security</a>
+          </div>
+        </li>
+        <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" href="#" id="contribDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+            For Contributors
+          </a>
+          <div class="dropdown-menu" aria-labelledby="contribDropdown">
+            <a class="dropdown-item" href="/newcomers/">Newcomers</a>
+            <a class="dropdown-item" href="/gettingStarted/101.html">Getting Started</a>
+            <a class="dropdown-item" href="/contributors/">Finding Your Way Around The Apache Software Foundation</a>
+            <a class="dropdown-item" href="https://www.apache.org/dev/">Technical Developer FAQs</a>
+          </div>
+        </li>
+        <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" href="#" id="commitDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">GSoC</a>
+          <div class="dropdown-menu" aria-labelledby="gsocDropdown">
+            <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-gsoc-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>
+            <a class="dropdown-item" href="https://issues.apache.org/jira/projects/GSOC">GSoC Jira</a>
+          </div>
+        </li>
+        <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" href="#" id="commitDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+            For Committers/PMCs
+          </a>
+          <div class="dropdown-menu" aria-labelledby="commitDropdown">
+            <a class="dropdown-item" href="/newcommitter.html">Recruiting New Committers</a>
+            <a class="dropdown-item" href="/committers/">Useful Information for Committers</a>
+            <a class="dropdown-item" href="/committers/consensusBuilding.html">Consensus Building</a>
+            <a class="dropdown-item" href="/committers/lazyConsensus.html">Lazy Consensus</a>
+            <a class="dropdown-item" href="/committers/decisionMaking.html">Decision Making</a>
+            <a class="dropdown-item" href="/committers/voting.html">Voting</a>
+            <a class="dropdown-item" href="/committers/funding-disclaimer.html">Funding Campaign Disclaimer</a>
+          </div>
+        </li>
+        <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" href="#" id="eventDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+            Events
+          </a>
+          <div class="dropdown-menu" aria-labelledby="eventDropdown">
+            <a class="dropdown-item" href="https://apachecon.com/">Community Over Code - (formerly ApacheCon)</a>
+            <a class="dropdown-item" href="https://events.apache.org/">Other Apache-related Events</a>
+            <a class="dropdown-item" href="https://www.apache.org/foundation/marks/events">Apache event branding policies</a>
+            <div class="dropdown-divider"></div>
+            <a class="dropdown-item text-uppercase disabled" href="#">Conference Speakers</a>
+            <a class="dropdown-item" href="/speakers/slides.html">Sample presentations</a>
+          </div>
+        </li>
+        <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" href="#" id="conversDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+            Join the Conversation
+          </a>
+          <div class="dropdown-menu" aria-labelledby="conversDropdown">
+            <a class="dropdown-item" href="/blog/">Blog</a>
+            <a class="dropdown-item" href="https://www.facebook.com/ApacheSoftwareFoundation">Facebook</a>
+            <a class="dropdown-item" href="https://twitter.com/ApacheCommunity">Twitter</a>
+            <a class="dropdown-item" href="/lists.html">Mailing List</a>
+          </div>
+        </li>
+      </ul>
+    </div>
+  </div><!--/.navbar-collapse -->


[comdev-site] 02/02: New & improved tags

Posted by bd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4bd6f8a99906b321d51fe723fffb783eee54e5b1
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Apr 28 09:57:32 2023 +0200

    New & improved tags
---
 source/blog/2023-preparing-the-move.md | 6 +++++-
 source/blog/_index.md                  | 6 +++---
 source/comdevboardreports.md           | 2 +-
 source/committers/_index.md            | 1 +
 source/contactpoints.md                | 4 +++-
 source/links.md                        | 1 +
 source/lists.md                        | 1 +
 source/mentor-request-mail.md          | 1 +
 source/mentoring/_index.md             | 2 +-
 source/newcomers/_index.md             | 2 +-
 source/pmc/_index.md                   | 2 +-
 source/speakers/_index.md              | 2 +-
 12 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/source/blog/2023-preparing-the-move.md b/source/blog/2023-preparing-the-move.md
index c52b620..0c54313 100644
--- a/source/blog/2023-preparing-the-move.md
+++ b/source/blog/2023-preparing-the-move.md
@@ -4,8 +4,12 @@ url: /blog/preparing-the-move/
 description: We're about to move our blog here
 date: 2023-04-20
 blog_post: true
-tags: ["blog"]
+tags: ["blog","help-needed"]
 ---
 
 We're in the process of moving our content here from the 
 existing [blogs.apache.org](https://blogs.apache.org/) location.
+
+The content has been exported to a
+[branch of the comdev-site](https://github.com/apache/comdev-site/tree/christ/blog_migration)
+repository, it needs a bit of tweaking, patches welcome!
diff --git a/source/blog/_index.md b/source/blog/_index.md
index 66fcb3d..517f7b1 100644
--- a/source/blog/_index.md
+++ b/source/blog/_index.md
@@ -1,11 +1,11 @@
 ---
-title: Community Development Blog
+title: ASF Community Development Blog
 url: /blog/
 list_pages: true
-tags: ["blog"]
+tags: ["blog","navigation"]
 ---
 
-## Community Development Blog
+## ASF Community Development Blog
 
 Contributions to this blog are welcome!
 
diff --git a/source/comdevboardreports.md b/source/comdevboardreports.md
index 927e935..a99e96c 100644
--- a/source/comdevboardreports.md
+++ b/source/comdevboardreports.md
@@ -1,6 +1,6 @@
 ---
 title: ComDevBoardReports
-tags: ["pmc","board"]
+tags: ["pmc","board","reporting"]
 ---
 
 Like every other ASF project, the ComDev PMC sends a [quarterly report to the board](https://www.apache.org/foundation/board/reporting).  These reports are read by the board, and sometimes directors will ask the PMC for clarification or to make suggestions for the project.
diff --git a/source/committers/_index.md b/source/committers/_index.md
index 01aa25e..caa2c30 100755
--- a/source/committers/_index.md
+++ b/source/committers/_index.md
@@ -1,6 +1,7 @@
 ---
 title: Committer resources
 url: /committers/
+tags: ["committers","navigation","contributing"]
 ---
 
 There are a number of useful Apache tools and services available for Apache projects
diff --git a/source/contactpoints.md b/source/contactpoints.md
index 0745058..e2ad7ac 100644
--- a/source/contactpoints.md
+++ b/source/contactpoints.md
@@ -1,5 +1,7 @@
 ---
-title: ContactPoints
+title: Contact points
+url: /contactpoints.html
+tags: ["communication","contacts"]
 ---
 
 If you have a question about anything Apache, the ComDev project is here to help.  
diff --git a/source/links.md b/source/links.md
index 553fc88..3274421 100644
--- a/source/links.md
+++ b/source/links.md
@@ -1,5 +1,6 @@
 ---
 title: Links
+tags: ["links","navigation"]
 ---
 
 This is a collection of links to information that's relevant to the Apache Way and Open Source in general.
diff --git a/source/lists.md b/source/lists.md
index 3425840..0c5eb28 100644
--- a/source/lists.md
+++ b/source/lists.md
@@ -1,5 +1,6 @@
 ---
 title: Community Development Mailing Lists
+tags: ["communication","mailing-lists","contacts"]
 ---
 
 Almost everything and everyone at Apache use email lists to get work done, including this Community Development project right here!  When people 
diff --git a/source/mentor-request-mail.md b/source/mentor-request-mail.md
index 0eec8a9..2ec66ec 100644
--- a/source/mentor-request-mail.md
+++ b/source/mentor-request-mail.md
@@ -1,5 +1,6 @@
 ---
 title: "How To: Write A Mentor Request Email"
+tags: ["mentoring","newcomers"]
 ---
 
 Having identified a Top Level Project (TLP) and an issue you would like to work on, it is a
diff --git a/source/mentoring/_index.md b/source/mentoring/_index.md
index 018311c..9a8eda4 100644
--- a/source/mentoring/_index.md
+++ b/source/mentoring/_index.md
@@ -1,7 +1,7 @@
 ---
 title: Mentoring
 url: /mentoring/
-tags: ["mentoring"]
+tags: ["mentoring","navigation"]
 ---
 
 # Mentoring
diff --git a/source/newcomers/_index.md b/source/newcomers/_index.md
index 9666367..0603c29 100644
--- a/source/newcomers/_index.md
+++ b/source/newcomers/_index.md
@@ -1,7 +1,7 @@
 ---
 title: Welcome, Apache newcomers!
 url: /newcomers/
-tags: ["newcomers"]
+tags: ["newcomers","navigation"]
 ---
 
 In this section we'll help you take your first steps as an open source 
diff --git a/source/pmc/_index.md b/source/pmc/_index.md
index 98672a3..3fa0dcd 100644
--- a/source/pmc/_index.md
+++ b/source/pmc/_index.md
@@ -1,7 +1,7 @@
 ---
 title: Project Management Committees
 url: /pmc/
-tags: ["pmc"]
+tags: ["pmc","navigation"]
 ---
 
 The Project Management Committee, or PMC, is the technical steering
diff --git a/source/speakers/_index.md b/source/speakers/_index.md
index bdc6571..7b3ea20 100644
--- a/source/speakers/_index.md
+++ b/source/speakers/_index.md
@@ -1,7 +1,7 @@
 ---
 title: Speaking about Apache, our Projects and our Community
 url: /speakers/
-tags: ["speakers","conferences"]
+tags: ["speakers","conferences","navigation"]
 ---
 
 If you are looking for speakers for an event, or are a speaker looking for