From a7832f54bc950cbf454e0c7835dd42bea3a0d819 Mon Sep 17 00:00:00 2001 From: Krista Burdine Date: Tue, 11 Jun 2024 16:17:05 -0500 Subject: [PATCH] Events update (#84) * Rename docs/team/community/events.md to docs/events/index.md move upcoming events to the event tab of the wiki * Update .pages add links to past events and roadmap * Create past-events.md add file for links to past events * Create template.md template for event reports * Update and rename docs/events/FOSDEM_2024.md to docs/team/community/event-reports/FOSDEM_2024.md moved this past event to the past events folder. Also removed personal itinerary info from the public record. * Update FOSDEM_2024.md fix table * Update past-events.md add FOSDEM 2024 link to past event reports --- .../community/events.md => events/index.md} | 0 docs/team/community/.pages | 2 ++ .../community/event-reports}/FOSDEM_2024.md | 20 +++++++------- docs/team/community/event-reports/template.md | 23 ++++++++++++++++ docs/team/community/past-events.md | 27 +++++++++++++++++++ 5 files changed, 62 insertions(+), 10 deletions(-) rename docs/{team/community/events.md => events/index.md} (100%) rename docs/{events => team/community/event-reports}/FOSDEM_2024.md (84%) create mode 100644 docs/team/community/event-reports/template.md create mode 100644 docs/team/community/past-events.md diff --git a/docs/team/community/events.md b/docs/events/index.md similarity index 100% rename from docs/team/community/events.md rename to docs/events/index.md diff --git a/docs/team/community/.pages b/docs/team/community/.pages index 6e3531298..b533193bf 100644 --- a/docs/team/community/.pages +++ b/docs/team/community/.pages @@ -2,3 +2,5 @@ nav: - ... | index.md - 'Community Meeting Notes': 'meeting-notes.md' + - 'Roadmap': 'roadmap.md' + - 'Past Events': 'past-events.md' diff --git a/docs/events/FOSDEM_2024.md b/docs/team/community/event-reports/FOSDEM_2024.md similarity index 84% rename from docs/events/FOSDEM_2024.md rename to docs/team/community/event-reports/FOSDEM_2024.md index 45144a14f..f1660803d 100644 --- a/docs/events/FOSDEM_2024.md +++ b/docs/team/community/event-reports/FOSDEM_2024.md @@ -88,16 +88,16 @@ As we're all staying in the same place, we can travel in groups as needed. If you are a Rocky Contributor or Community member planning on attending FOSDEM or CentOS Connect, we would love for you to add your name to the list and come introduce yourself! Use the comments column to specify your role in the Rocky community. -|No|Name|RAS|Thu, 1 Feb|Fri, 2 Feb|Sat, 3 Feb|Sun, 4 Feb|Travel itinerary|Languages|Comments| -|---|---|---|---|---|---|---|---|---|---| -|1|Neil Hanlon|neil|✔️|✔️|✔️|✔️|BOS->IAD->BRU arriving Morning of 30th|en, bad fr|Rocky Infrastructure Lead, RESF Founder| -|2|Louis Abel|label|✔️|✔️|✔️|x|PHX->IAD->BRU arriving Morning of 29th|en, bad es|Rocky Linux Release Engineering Lead, RESF Founder| -|3|Sherif Nagy|sherif|✔️|✔️|✔️|✔️|DUB->BRU arriving evening of 31st|en, ar, bad de|Rocky Linux Release Engineering member, RESF board member| -|4|Krista Burdine|grammaresque|✔️|✔️|✔️|✔️|DFW->LHR->BRU arriving noonish on Tuesday 30th|en, sp|RESF Community Manager| -|5|Antoine Le Morvan|alemorvan|✔️|✔️|✔️|✔️|RNS->BRU arriving 4PM of 31th|fr, bad en|RESF Member, Documentation Author & Translation Lead| -|6|Brian Phan|bphan|✔️|✔️|✔️|✔️|SFO->IAD->BRU arriving Morning of 31st|en, bad fr|Rocky Community Member| -|7|Forrest Burt|fburt|✔️|✔️|✔️|✔️|PDX->AMS->BRU arriving Morning of 31st|en|Rocky Community Member| -|8|Pablo Greco|pgreco|✔️|✔️|✔️|✔️|EZE->MAD->BRU arriving evening of 29th|en, sp, it|Rocky Linux Release Engineering member, altarch guru| +|No|Name|RAS|Thu, 1 Feb|Fri, 2 Feb|Sat, 3 Feb|Sun, 4 Feb|Languages|Comments| +|---|---|---|---|---|---|---|---|---| +|1|Neil Hanlon|neil|✔️|✔️|✔️|✔️|en, bad fr|Rocky Infrastructure Lead, RESF Founder| +|2|Louis Abel|label|✔️|✔️|✔️|x|en, bad es|Rocky Linux Release Engineering Lead, RESF Founder| +|3|Sherif Nagy|sherif|✔️|✔️|✔️|✔️|en, ar, bad de|Rocky Linux Release Engineering member, RESF board member| +|4|Krista Burdine|grammaresque|✔️|✔️|✔️|✔️|en, sp|RESF Community Manager| +|5|Antoine Le Morvan|alemorvan|✔️|✔️|✔️|✔️|fr, bad en|RESF Member, Documentation Author & Translation Lead| +|6|Brian Phan|bphan|✔️|✔️|✔️|✔️|en, bad fr|Rocky Community Member| +|7|Forrest Burt|fburt|✔️|✔️|✔️|✔️|en|Rocky Community Member| +|8|Pablo Greco|pgreco|✔️|✔️|✔️|✔️|en, sp, it|Rocky Linux Release Engineering member, altarch guru| ## Speakers / Events diff --git a/docs/team/community/event-reports/template.md b/docs/team/community/event-reports/template.md new file mode 100644 index 000000000..5db04eb8d --- /dev/null +++ b/docs/team/community/event-reports/template.md @@ -0,0 +1,23 @@ +--- +title: Event Reports Template +--- +# Event Name + +## Event Details +- **Date:** [Event Date] +- **Location:** [Event Location] +- **Type:** [Sponsored/Attended] + +## Overview +[Brief overview of the event, its purpose, and Rocky Linux's involvement.] + +## Highlights +- [Highlight 1] +- [Highlight 2] +- [Highlight 3] + +## Outcome +[Brief description of the outcome or impact of the event for Rocky Linux.] + +## Additional Resources +- [Link to event website or related resources] diff --git a/docs/team/community/past-events.md b/docs/team/community/past-events.md new file mode 100644 index 000000000..0b1b3abed --- /dev/null +++ b/docs/team/community/past-events.md @@ -0,0 +1,27 @@ +--- +title: Past Events +--- +## Past Event Summaries +Please use [this template](event-reports/template.md) to create summaries for each event. + +### 2024 +- SuperComputing (SC24) +- All Things Open +- OpenLibreFree (OLF) +- Nerdearla +- Flock to Fedora +- GUADEC +- SouthEast LinuxFest (SELF) +- LinuxFest Northwest (LFNW) +- Texas Linux Festival (TXLF) +- Southern California Linux Expo (SCaLE) +- HPC Energy Conference +- [FOSDEM 2024](event-reports/FOSDEM_2024.md) + +### 2023 +- SC23 +- OpenLibreFree (OLF) +- Flock to Fedora +- SELF +- Write the Docs +- FOSDEM