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

[comdev-events-site] branch main updated: Community over Code is also an official event

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3c24f45  Community over Code is also an official event
3c24f45 is described below

commit 3c24f457a16ccedc80a30067003a870e52b28c69
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu May 25 18:37:42 2023 +0100

    Community over Code is also an official event
---
 source/_index.md             | 9 ++++-----
 static/js/events-calendar.js | 2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/source/_index.md b/source/_index.md
index 233d4fd..4bcdfd0 100644
--- a/source/_index.md
+++ b/source/_index.md
@@ -29,11 +29,10 @@ of events related to our Apache projects throughout the year. These events have
 Follow us on Twitter at [@ApacheCon](https://twitter.com/apachecon) for
 the latest news and announcements.
 
-<em>Disclaimer: Events called 'ApacheCon' or 'Apache Roadshow' (events
-in bold) are
-official Apache Software Foundation events. Other listed events are put
-on by projects, or third-party producers, and are listed here to support
-our community, but are not official Foundation events.</em>
+<em>Disclaimer: Events called 'ApacheCon', 'Apache Roadshow' or 'Community over Code' (events in
+bold) are official Apache Software Foundation events. Other listed events are put on by projects,
+or third-party producers, and are listed here to support our community, but are not official
+Foundation events.</em>
 
 ## Past Events & Get Involved
 
diff --git a/static/js/events-calendar.js b/static/js/events-calendar.js
index 99b3094..fa5ad42 100644
--- a/static/js/events-calendar.js
+++ b/static/js/events-calendar.js
@@ -33,7 +33,7 @@ $.ajax({
 
        var el = response['items'];
        let reg = /T.*$/;
-       let official = /(ApacheCon|Roadshow)/;
+       let official = /(ApacheCon|Roadshow|Community (O|o)ver Code)/;
        if (el.length > 0) {
           for (i = 0; i < el.length; i++) {
              var ev = el[i];