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

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


The following commit(s) were added to refs/heads/main by this push:
     new b1cd2b2c Redirect events/small-events to events.a.o site
b1cd2b2c is described below

commit b1cd2b2c695f307e7c38e1445a2ac8e0da043111
Author: Shane Curcuru <[email protected]>
AuthorDate: Wed Oct 23 13:23:49 2024 -0400

    Redirect events/small-events to events.a.o site
    
    Confirmed with rbowen; event specific details should be on the correct site.
---
 source/events/small-events.md | 28 ----------------------------
 static/.htaccess              |  2 ++
 2 files changed, 2 insertions(+), 28 deletions(-)

diff --git a/source/events/small-events.md b/source/events/small-events.md
deleted file mode 100644
index 9fb720a0..00000000
--- a/source/events/small-events.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-title: Requirements for organizers of small Apache-related events
-tags: ["events"]
----
-
-# Approval of small Apache-related events
-
-The Community Development PMC is responsible for assisting with the
-organisation and promotion of all Apache events. 
-
-Organizers of Apache-related events need approval for using the
-Apache trademarks in their event brandings. 
-
-The main steps are:
-
-a) Get approval from the PMCs of the projects that your event is about.
-
-b) Abide by the [Apache branding 
rules](https://www.apache.org/foundation/marks/events.html).
-
-c) Once brand use is approved by the respective PMCs, inform the community 
-development PMC of your event, including references to PMCs approval. 
-Ideally on our public ([email protected]) mailing list,
-but at least in private ([email protected]). 
-
-d) Wait at least 72 hours for comments from the community development PMC
-and then send an announcement of your event to
[email protected] so that it can be included in our 
-[events calendar](../calendars/).
diff --git a/static/.htaccess b/static/.htaccess
index 428a7964..c1b8927a 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -11,6 +11,8 @@ RedirectMatch ^/tags/$ /tags.html
 
 Redirect /calendars/conferences.html https://events.apache.org/
 Redirect /calendars/ https://events.apache.org/
+Redirect /events/small-events.html https://events.apache.org/organize/
+Redirect /events/ https://events.apache.org/
 
 Redirect /gettingStarted/101.html /newcomers/gettingStarted.html
 

Reply via email to