From 722b7aedfb61354fe94195442a201cac0c5ac00a Mon Sep 17 00:00:00 2001 From: timo Date: Mon, 6 Nov 2023 11:17:53 +0100 Subject: [PATCH 1/7] Add script to generate Stammtisch Events --- tools/generate_stammtisch_events.py | 45 +++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 tools/generate_stammtisch_events.py diff --git a/tools/generate_stammtisch_events.py b/tools/generate_stammtisch_events.py new file mode 100644 index 0000000..3327497 --- /dev/null +++ b/tools/generate_stammtisch_events.py @@ -0,0 +1,45 @@ +import os +import datetime + + +# Function to generate the markdown content for a specific date +def generate_markdown_file(year, month, day): + markdown_content = f"""--- +layout: event +title: "Netz39-Stammtisch" +event_date: {year}-{month:02d}-{day:02d} +--- + +**Wann: 19:30 Uhr**\\ +**Wo: Netz39 e.V.** + +Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:{year}:{year}-{month:02d}-{day:02d}). +""" + + folder_path = "_events" + filename = f"{year}-{month:02d}-{day:02d}_n39_stammtisch.md" + file_path = os.path.join(folder_path, filename) + + with open(file_path, 'w') as file: + file.write(markdown_content) + + print(f"Markdown file '{filename}' generated successfully in the _events folder!") + + +# Input year +input_year = int(input("Enter the year: ")) + +# Calculate Wednesdays in weeks divisible by three +for month in range(1, 13): + for day in range(1, 32): + try: + # Generate a date object + current_date = datetime.date(input_year, month, day) + + # Check if the date is a Wednesday and in a week divisible by three + if current_date.weekday() == 2 and current_date.isocalendar()[1] % 3 == 0: + generate_markdown_file(input_year, month, day) + + except ValueError: + # If the day is out of range for the month, skip to the next month + pass From c479cc5ebb1fe4d284b2cae51220933a723fac09 Mon Sep 17 00:00:00 2001 From: timo Date: Mon, 6 Nov 2023 11:18:23 +0100 Subject: [PATCH 2/7] Add Stammtisch Events 2024 --- _events/2024-01-17_n39_stammtisch.md | 10 ++++++++++ _events/2024-02-07_n39_stammtisch.md | 10 ++++++++++ _events/2024-02-28_n39_stammtisch.md | 10 ++++++++++ _events/2024-03-20_n39_stammtisch.md | 10 ++++++++++ _events/2024-04-10_n39_stammtisch.md | 10 ++++++++++ _events/2024-05-01_n39_stammtisch.md | 10 ++++++++++ _events/2024-05-22_n39_stammtisch.md | 10 ++++++++++ _events/2024-06-12_n39_stammtisch.md | 10 ++++++++++ _events/2024-07-03_n39_stammtisch.md | 10 ++++++++++ _events/2024-07-24_n39_stammtisch.md | 10 ++++++++++ _events/2024-08-14_n39_stammtisch.md | 10 ++++++++++ _events/2024-09-04_n39_stammtisch.md | 10 ++++++++++ _events/2024-09-25_n39_stammtisch.md | 10 ++++++++++ _events/2024-10-16_n39_stammtisch.md | 10 ++++++++++ _events/2024-11-06_n39_stammtisch.md | 10 ++++++++++ _events/2024-11-27_n39_stammtisch.md | 10 ++++++++++ _events/2024-12-18_n39_stammtisch.md | 10 ++++++++++ 17 files changed, 170 insertions(+) create mode 100644 _events/2024-01-17_n39_stammtisch.md create mode 100644 _events/2024-02-07_n39_stammtisch.md create mode 100644 _events/2024-02-28_n39_stammtisch.md create mode 100644 _events/2024-03-20_n39_stammtisch.md create mode 100644 _events/2024-04-10_n39_stammtisch.md create mode 100644 _events/2024-05-01_n39_stammtisch.md create mode 100644 _events/2024-05-22_n39_stammtisch.md create mode 100644 _events/2024-06-12_n39_stammtisch.md create mode 100644 _events/2024-07-03_n39_stammtisch.md create mode 100644 _events/2024-07-24_n39_stammtisch.md create mode 100644 _events/2024-08-14_n39_stammtisch.md create mode 100644 _events/2024-09-04_n39_stammtisch.md create mode 100644 _events/2024-09-25_n39_stammtisch.md create mode 100644 _events/2024-10-16_n39_stammtisch.md create mode 100644 _events/2024-11-06_n39_stammtisch.md create mode 100644 _events/2024-11-27_n39_stammtisch.md create mode 100644 _events/2024-12-18_n39_stammtisch.md diff --git a/_events/2024-01-17_n39_stammtisch.md b/_events/2024-01-17_n39_stammtisch.md new file mode 100644 index 0000000..847e4d3 --- /dev/null +++ b/_events/2024-01-17_n39_stammtisch.md @@ -0,0 +1,10 @@ +--- +layout: event +title: "Netz39-Stammtisch" +event_date: 2024-01-17 +--- + +**Wann: 19:30 Uhr**\ +**Wo: Netz39 e.V.** + +Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:2024:2024-01-17). diff --git a/_events/2024-02-07_n39_stammtisch.md b/_events/2024-02-07_n39_stammtisch.md new file mode 100644 index 0000000..177a461 --- /dev/null +++ b/_events/2024-02-07_n39_stammtisch.md @@ -0,0 +1,10 @@ +--- +layout: event +title: "Netz39-Stammtisch" +event_date: 2024-02-07 +--- + +**Wann: 19:30 Uhr**\ +**Wo: Netz39 e.V.** + +Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:2024:2024-02-07). diff --git a/_events/2024-02-28_n39_stammtisch.md b/_events/2024-02-28_n39_stammtisch.md new file mode 100644 index 0000000..8429460 --- /dev/null +++ b/_events/2024-02-28_n39_stammtisch.md @@ -0,0 +1,10 @@ +--- +layout: event +title: "Netz39-Stammtisch" +event_date: 2024-02-28 +--- + +**Wann: 19:30 Uhr**\ +**Wo: Netz39 e.V.** + +Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:2024:2024-02-28). diff --git a/_events/2024-03-20_n39_stammtisch.md b/_events/2024-03-20_n39_stammtisch.md new file mode 100644 index 0000000..6988059 --- /dev/null +++ b/_events/2024-03-20_n39_stammtisch.md @@ -0,0 +1,10 @@ +--- +layout: event +title: "Netz39-Stammtisch" +event_date: 2024-03-20 +--- + +**Wann: 19:30 Uhr**\ +**Wo: Netz39 e.V.** + +Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:2024:2024-03-20). diff --git a/_events/2024-04-10_n39_stammtisch.md b/_events/2024-04-10_n39_stammtisch.md new file mode 100644 index 0000000..448a5be --- /dev/null +++ b/_events/2024-04-10_n39_stammtisch.md @@ -0,0 +1,10 @@ +--- +layout: event +title: "Netz39-Stammtisch" +event_date: 2024-04-10 +--- + +**Wann: 19:30 Uhr**\ +**Wo: Netz39 e.V.** + +Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:2024:2024-04-10). diff --git a/_events/2024-05-01_n39_stammtisch.md b/_events/2024-05-01_n39_stammtisch.md new file mode 100644 index 0000000..ccbdf1c --- /dev/null +++ b/_events/2024-05-01_n39_stammtisch.md @@ -0,0 +1,10 @@ +--- +layout: event +title: "Netz39-Stammtisch" +event_date: 2024-05-01 +--- + +**Wann: 19:30 Uhr**\ +**Wo: Netz39 e.V.** + +Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:2024:2024-05-01). diff --git a/_events/2024-05-22_n39_stammtisch.md b/_events/2024-05-22_n39_stammtisch.md new file mode 100644 index 0000000..e2b09a4 --- /dev/null +++ b/_events/2024-05-22_n39_stammtisch.md @@ -0,0 +1,10 @@ +--- +layout: event +title: "Netz39-Stammtisch" +event_date: 2024-05-22 +--- + +**Wann: 19:30 Uhr**\ +**Wo: Netz39 e.V.** + +Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:2024:2024-05-22). diff --git a/_events/2024-06-12_n39_stammtisch.md b/_events/2024-06-12_n39_stammtisch.md new file mode 100644 index 0000000..bfe7d9a --- /dev/null +++ b/_events/2024-06-12_n39_stammtisch.md @@ -0,0 +1,10 @@ +--- +layout: event +title: "Netz39-Stammtisch" +event_date: 2024-06-12 +--- + +**Wann: 19:30 Uhr**\ +**Wo: Netz39 e.V.** + +Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:2024:2024-06-12). diff --git a/_events/2024-07-03_n39_stammtisch.md b/_events/2024-07-03_n39_stammtisch.md new file mode 100644 index 0000000..37e52bb --- /dev/null +++ b/_events/2024-07-03_n39_stammtisch.md @@ -0,0 +1,10 @@ +--- +layout: event +title: "Netz39-Stammtisch" +event_date: 2024-07-03 +--- + +**Wann: 19:30 Uhr**\ +**Wo: Netz39 e.V.** + +Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:2024:2024-07-03). diff --git a/_events/2024-07-24_n39_stammtisch.md b/_events/2024-07-24_n39_stammtisch.md new file mode 100644 index 0000000..80973a3 --- /dev/null +++ b/_events/2024-07-24_n39_stammtisch.md @@ -0,0 +1,10 @@ +--- +layout: event +title: "Netz39-Stammtisch" +event_date: 2024-07-24 +--- + +**Wann: 19:30 Uhr**\ +**Wo: Netz39 e.V.** + +Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:2024:2024-07-24). diff --git a/_events/2024-08-14_n39_stammtisch.md b/_events/2024-08-14_n39_stammtisch.md new file mode 100644 index 0000000..011cb25 --- /dev/null +++ b/_events/2024-08-14_n39_stammtisch.md @@ -0,0 +1,10 @@ +--- +layout: event +title: "Netz39-Stammtisch" +event_date: 2024-08-14 +--- + +**Wann: 19:30 Uhr**\ +**Wo: Netz39 e.V.** + +Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:2024:2024-08-14). diff --git a/_events/2024-09-04_n39_stammtisch.md b/_events/2024-09-04_n39_stammtisch.md new file mode 100644 index 0000000..37f61ee --- /dev/null +++ b/_events/2024-09-04_n39_stammtisch.md @@ -0,0 +1,10 @@ +--- +layout: event +title: "Netz39-Stammtisch" +event_date: 2024-09-04 +--- + +**Wann: 19:30 Uhr**\ +**Wo: Netz39 e.V.** + +Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:2024:2024-09-04). diff --git a/_events/2024-09-25_n39_stammtisch.md b/_events/2024-09-25_n39_stammtisch.md new file mode 100644 index 0000000..52ff46f --- /dev/null +++ b/_events/2024-09-25_n39_stammtisch.md @@ -0,0 +1,10 @@ +--- +layout: event +title: "Netz39-Stammtisch" +event_date: 2024-09-25 +--- + +**Wann: 19:30 Uhr**\ +**Wo: Netz39 e.V.** + +Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:2024:2024-09-25). diff --git a/_events/2024-10-16_n39_stammtisch.md b/_events/2024-10-16_n39_stammtisch.md new file mode 100644 index 0000000..2987dc5 --- /dev/null +++ b/_events/2024-10-16_n39_stammtisch.md @@ -0,0 +1,10 @@ +--- +layout: event +title: "Netz39-Stammtisch" +event_date: 2024-10-16 +--- + +**Wann: 19:30 Uhr**\ +**Wo: Netz39 e.V.** + +Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:2024:2024-10-16). diff --git a/_events/2024-11-06_n39_stammtisch.md b/_events/2024-11-06_n39_stammtisch.md new file mode 100644 index 0000000..ccdf0b4 --- /dev/null +++ b/_events/2024-11-06_n39_stammtisch.md @@ -0,0 +1,10 @@ +--- +layout: event +title: "Netz39-Stammtisch" +event_date: 2024-11-06 +--- + +**Wann: 19:30 Uhr**\ +**Wo: Netz39 e.V.** + +Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:2024:2024-11-06). diff --git a/_events/2024-11-27_n39_stammtisch.md b/_events/2024-11-27_n39_stammtisch.md new file mode 100644 index 0000000..6dca666 --- /dev/null +++ b/_events/2024-11-27_n39_stammtisch.md @@ -0,0 +1,10 @@ +--- +layout: event +title: "Netz39-Stammtisch" +event_date: 2024-11-27 +--- + +**Wann: 19:30 Uhr**\ +**Wo: Netz39 e.V.** + +Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:2024:2024-11-27). diff --git a/_events/2024-12-18_n39_stammtisch.md b/_events/2024-12-18_n39_stammtisch.md new file mode 100644 index 0000000..86d8d31 --- /dev/null +++ b/_events/2024-12-18_n39_stammtisch.md @@ -0,0 +1,10 @@ +--- +layout: event +title: "Netz39-Stammtisch" +event_date: 2024-12-18 +--- + +**Wann: 19:30 Uhr**\ +**Wo: Netz39 e.V.** + +Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:2024:2024-12-18). From 5a8b06e62cfa2799ee26c470419fc7f980b86e31 Mon Sep 17 00:00:00 2001 From: timo Date: Mon, 6 Nov 2023 13:00:58 +0100 Subject: [PATCH 3/7] Change folder path --- tools/generate_stammtisch_events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/generate_stammtisch_events.py b/tools/generate_stammtisch_events.py index 3327497..5c6c7a1 100644 --- a/tools/generate_stammtisch_events.py +++ b/tools/generate_stammtisch_events.py @@ -16,7 +16,7 @@ event_date: {year}-{month:02d}-{day:02d} Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:{year}:{year}-{month:02d}-{day:02d}). """ - folder_path = "_events" + folder_path = f"../_events/{year}/" filename = f"{year}-{month:02d}-{day:02d}_n39_stammtisch.md" file_path = os.path.join(folder_path, filename) From 43a511094da107141c574b541c5c48935a0a9002 Mon Sep 17 00:00:00 2001 From: timo Date: Mon, 6 Nov 2023 13:01:35 +0100 Subject: [PATCH 4/7] Add folder path check --- tools/generate_stammtisch_events.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/generate_stammtisch_events.py b/tools/generate_stammtisch_events.py index 5c6c7a1..07b298b 100644 --- a/tools/generate_stammtisch_events.py +++ b/tools/generate_stammtisch_events.py @@ -20,6 +20,9 @@ Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilb filename = f"{year}-{month:02d}-{day:02d}_n39_stammtisch.md" file_path = os.path.join(folder_path, filename) + if not os.path.exists(folder_path): + os.makedirs(folder_path) + with open(file_path, 'w') as file: file.write(markdown_content) From afe714588b0c76c2b7fbb62865269abb8040738d Mon Sep 17 00:00:00 2001 From: timo Date: Mon, 6 Nov 2023 13:05:10 +0100 Subject: [PATCH 5/7] Move Stammtisch Events to subfolder --- _events/{ => 2024}/2024-01-17_n39_stammtisch.md | 0 _events/{ => 2024}/2024-02-07_n39_stammtisch.md | 0 _events/{ => 2024}/2024-02-28_n39_stammtisch.md | 0 _events/{ => 2024}/2024-03-20_n39_stammtisch.md | 0 _events/{ => 2024}/2024-04-10_n39_stammtisch.md | 0 _events/{ => 2024}/2024-05-01_n39_stammtisch.md | 0 _events/{ => 2024}/2024-05-22_n39_stammtisch.md | 0 _events/{ => 2024}/2024-06-12_n39_stammtisch.md | 0 _events/{ => 2024}/2024-07-03_n39_stammtisch.md | 0 _events/{ => 2024}/2024-07-24_n39_stammtisch.md | 0 _events/{ => 2024}/2024-08-14_n39_stammtisch.md | 0 _events/{ => 2024}/2024-09-04_n39_stammtisch.md | 0 _events/{ => 2024}/2024-09-25_n39_stammtisch.md | 0 _events/{ => 2024}/2024-10-16_n39_stammtisch.md | 0 _events/{ => 2024}/2024-11-06_n39_stammtisch.md | 0 _events/{ => 2024}/2024-11-27_n39_stammtisch.md | 0 _events/{ => 2024}/2024-12-18_n39_stammtisch.md | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename _events/{ => 2024}/2024-01-17_n39_stammtisch.md (100%) rename _events/{ => 2024}/2024-02-07_n39_stammtisch.md (100%) rename _events/{ => 2024}/2024-02-28_n39_stammtisch.md (100%) rename _events/{ => 2024}/2024-03-20_n39_stammtisch.md (100%) rename _events/{ => 2024}/2024-04-10_n39_stammtisch.md (100%) rename _events/{ => 2024}/2024-05-01_n39_stammtisch.md (100%) rename _events/{ => 2024}/2024-05-22_n39_stammtisch.md (100%) rename _events/{ => 2024}/2024-06-12_n39_stammtisch.md (100%) rename _events/{ => 2024}/2024-07-03_n39_stammtisch.md (100%) rename _events/{ => 2024}/2024-07-24_n39_stammtisch.md (100%) rename _events/{ => 2024}/2024-08-14_n39_stammtisch.md (100%) rename _events/{ => 2024}/2024-09-04_n39_stammtisch.md (100%) rename _events/{ => 2024}/2024-09-25_n39_stammtisch.md (100%) rename _events/{ => 2024}/2024-10-16_n39_stammtisch.md (100%) rename _events/{ => 2024}/2024-11-06_n39_stammtisch.md (100%) rename _events/{ => 2024}/2024-11-27_n39_stammtisch.md (100%) rename _events/{ => 2024}/2024-12-18_n39_stammtisch.md (100%) diff --git a/_events/2024-01-17_n39_stammtisch.md b/_events/2024/2024-01-17_n39_stammtisch.md similarity index 100% rename from _events/2024-01-17_n39_stammtisch.md rename to _events/2024/2024-01-17_n39_stammtisch.md diff --git a/_events/2024-02-07_n39_stammtisch.md b/_events/2024/2024-02-07_n39_stammtisch.md similarity index 100% rename from _events/2024-02-07_n39_stammtisch.md rename to _events/2024/2024-02-07_n39_stammtisch.md diff --git a/_events/2024-02-28_n39_stammtisch.md b/_events/2024/2024-02-28_n39_stammtisch.md similarity index 100% rename from _events/2024-02-28_n39_stammtisch.md rename to _events/2024/2024-02-28_n39_stammtisch.md diff --git a/_events/2024-03-20_n39_stammtisch.md b/_events/2024/2024-03-20_n39_stammtisch.md similarity index 100% rename from _events/2024-03-20_n39_stammtisch.md rename to _events/2024/2024-03-20_n39_stammtisch.md diff --git a/_events/2024-04-10_n39_stammtisch.md b/_events/2024/2024-04-10_n39_stammtisch.md similarity index 100% rename from _events/2024-04-10_n39_stammtisch.md rename to _events/2024/2024-04-10_n39_stammtisch.md diff --git a/_events/2024-05-01_n39_stammtisch.md b/_events/2024/2024-05-01_n39_stammtisch.md similarity index 100% rename from _events/2024-05-01_n39_stammtisch.md rename to _events/2024/2024-05-01_n39_stammtisch.md diff --git a/_events/2024-05-22_n39_stammtisch.md b/_events/2024/2024-05-22_n39_stammtisch.md similarity index 100% rename from _events/2024-05-22_n39_stammtisch.md rename to _events/2024/2024-05-22_n39_stammtisch.md diff --git a/_events/2024-06-12_n39_stammtisch.md b/_events/2024/2024-06-12_n39_stammtisch.md similarity index 100% rename from _events/2024-06-12_n39_stammtisch.md rename to _events/2024/2024-06-12_n39_stammtisch.md diff --git a/_events/2024-07-03_n39_stammtisch.md b/_events/2024/2024-07-03_n39_stammtisch.md similarity index 100% rename from _events/2024-07-03_n39_stammtisch.md rename to _events/2024/2024-07-03_n39_stammtisch.md diff --git a/_events/2024-07-24_n39_stammtisch.md b/_events/2024/2024-07-24_n39_stammtisch.md similarity index 100% rename from _events/2024-07-24_n39_stammtisch.md rename to _events/2024/2024-07-24_n39_stammtisch.md diff --git a/_events/2024-08-14_n39_stammtisch.md b/_events/2024/2024-08-14_n39_stammtisch.md similarity index 100% rename from _events/2024-08-14_n39_stammtisch.md rename to _events/2024/2024-08-14_n39_stammtisch.md diff --git a/_events/2024-09-04_n39_stammtisch.md b/_events/2024/2024-09-04_n39_stammtisch.md similarity index 100% rename from _events/2024-09-04_n39_stammtisch.md rename to _events/2024/2024-09-04_n39_stammtisch.md diff --git a/_events/2024-09-25_n39_stammtisch.md b/_events/2024/2024-09-25_n39_stammtisch.md similarity index 100% rename from _events/2024-09-25_n39_stammtisch.md rename to _events/2024/2024-09-25_n39_stammtisch.md diff --git a/_events/2024-10-16_n39_stammtisch.md b/_events/2024/2024-10-16_n39_stammtisch.md similarity index 100% rename from _events/2024-10-16_n39_stammtisch.md rename to _events/2024/2024-10-16_n39_stammtisch.md diff --git a/_events/2024-11-06_n39_stammtisch.md b/_events/2024/2024-11-06_n39_stammtisch.md similarity index 100% rename from _events/2024-11-06_n39_stammtisch.md rename to _events/2024/2024-11-06_n39_stammtisch.md diff --git a/_events/2024-11-27_n39_stammtisch.md b/_events/2024/2024-11-27_n39_stammtisch.md similarity index 100% rename from _events/2024-11-27_n39_stammtisch.md rename to _events/2024/2024-11-27_n39_stammtisch.md diff --git a/_events/2024-12-18_n39_stammtisch.md b/_events/2024/2024-12-18_n39_stammtisch.md similarity index 100% rename from _events/2024-12-18_n39_stammtisch.md rename to _events/2024/2024-12-18_n39_stammtisch.md From f29a6c37c62d64adfe064d9d33013173330457be Mon Sep 17 00:00:00 2001 From: timo Date: Mon, 6 Nov 2023 13:08:40 +0100 Subject: [PATCH 6/7] Move 2023 Events to subfolder --- _events/{stammtisch_kw42.md => 2023/2023-10-18_n39_stammtisch.md} | 0 _events/{ => 2023}/2023-10-23_KonferenzChaos.md | 0 _events/{ => 2023}/2023-10-30_loetworkshop.md | 0 _events/{ => 2023}/2023-11-03_softwerke_stammtisch.md | 0 _events/{ => 2023}/2023-11-08_n39_stammtisch.md | 0 _events/{ => 2023}/2023-11-09_loetworkshop.md | 0 _events/{ => 2023}/2023-11-13_loetworkshop.md | 0 _events/{ => 2023}/2023-11-22_workshop-git.md | 0 _events/{ => 2023}/2023-11-29_n39_stammtisch.md | 0 _events/{ => 2023}/2023-12-20_n39_stammtisch.md | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename _events/{stammtisch_kw42.md => 2023/2023-10-18_n39_stammtisch.md} (100%) rename _events/{ => 2023}/2023-10-23_KonferenzChaos.md (100%) rename _events/{ => 2023}/2023-10-30_loetworkshop.md (100%) rename _events/{ => 2023}/2023-11-03_softwerke_stammtisch.md (100%) rename _events/{ => 2023}/2023-11-08_n39_stammtisch.md (100%) rename _events/{ => 2023}/2023-11-09_loetworkshop.md (100%) rename _events/{ => 2023}/2023-11-13_loetworkshop.md (100%) rename _events/{ => 2023}/2023-11-22_workshop-git.md (100%) rename _events/{ => 2023}/2023-11-29_n39_stammtisch.md (100%) rename _events/{ => 2023}/2023-12-20_n39_stammtisch.md (100%) diff --git a/_events/stammtisch_kw42.md b/_events/2023/2023-10-18_n39_stammtisch.md similarity index 100% rename from _events/stammtisch_kw42.md rename to _events/2023/2023-10-18_n39_stammtisch.md diff --git a/_events/2023-10-23_KonferenzChaos.md b/_events/2023/2023-10-23_KonferenzChaos.md similarity index 100% rename from _events/2023-10-23_KonferenzChaos.md rename to _events/2023/2023-10-23_KonferenzChaos.md diff --git a/_events/2023-10-30_loetworkshop.md b/_events/2023/2023-10-30_loetworkshop.md similarity index 100% rename from _events/2023-10-30_loetworkshop.md rename to _events/2023/2023-10-30_loetworkshop.md diff --git a/_events/2023-11-03_softwerke_stammtisch.md b/_events/2023/2023-11-03_softwerke_stammtisch.md similarity index 100% rename from _events/2023-11-03_softwerke_stammtisch.md rename to _events/2023/2023-11-03_softwerke_stammtisch.md diff --git a/_events/2023-11-08_n39_stammtisch.md b/_events/2023/2023-11-08_n39_stammtisch.md similarity index 100% rename from _events/2023-11-08_n39_stammtisch.md rename to _events/2023/2023-11-08_n39_stammtisch.md diff --git a/_events/2023-11-09_loetworkshop.md b/_events/2023/2023-11-09_loetworkshop.md similarity index 100% rename from _events/2023-11-09_loetworkshop.md rename to _events/2023/2023-11-09_loetworkshop.md diff --git a/_events/2023-11-13_loetworkshop.md b/_events/2023/2023-11-13_loetworkshop.md similarity index 100% rename from _events/2023-11-13_loetworkshop.md rename to _events/2023/2023-11-13_loetworkshop.md diff --git a/_events/2023-11-22_workshop-git.md b/_events/2023/2023-11-22_workshop-git.md similarity index 100% rename from _events/2023-11-22_workshop-git.md rename to _events/2023/2023-11-22_workshop-git.md diff --git a/_events/2023-11-29_n39_stammtisch.md b/_events/2023/2023-11-29_n39_stammtisch.md similarity index 100% rename from _events/2023-11-29_n39_stammtisch.md rename to _events/2023/2023-11-29_n39_stammtisch.md diff --git a/_events/2023-12-20_n39_stammtisch.md b/_events/2023/2023-12-20_n39_stammtisch.md similarity index 100% rename from _events/2023-12-20_n39_stammtisch.md rename to _events/2023/2023-12-20_n39_stammtisch.md From c1dbfac7b967599f1647926af99ab8ff93fcc9ef Mon Sep 17 00:00:00 2001 From: timo Date: Mon, 6 Nov 2023 15:18:54 +0100 Subject: [PATCH 7/7] Add Readme --- tools/README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tools/README.md diff --git a/tools/README.md b/tools/README.md new file mode 100644 index 0000000..51c5a78 --- /dev/null +++ b/tools/README.md @@ -0,0 +1,30 @@ +# Tools for [www.netz39.de](https://www.netz39.de) + +## Netz 39 Stammtisch Events erzeugen + +```bash +cd tools +python3 generate_stammtisch_events.py +Enter the year: 2024 +``` +Output: + +```bash +Markdown file '2024-01-17_n39_stammtisch.md' generated successfully in the _events folder! +Markdown file '2024-02-07_n39_stammtisch.md' generated successfully in the _events folder! +Markdown file '2024-02-28_n39_stammtisch.md' generated successfully in the _events folder! +Markdown file '2024-03-20_n39_stammtisch.md' generated successfully in the _events folder! +Markdown file '2024-04-10_n39_stammtisch.md' generated successfully in the _events folder! +Markdown file '2024-05-01_n39_stammtisch.md' generated successfully in the _events folder! +Markdown file '2024-05-22_n39_stammtisch.md' generated successfully in the _events folder! +Markdown file '2024-06-12_n39_stammtisch.md' generated successfully in the _events folder! +Markdown file '2024-07-03_n39_stammtisch.md' generated successfully in the _events folder! +Markdown file '2024-07-24_n39_stammtisch.md' generated successfully in the _events folder! +Markdown file '2024-08-14_n39_stammtisch.md' generated successfully in the _events folder! +Markdown file '2024-09-04_n39_stammtisch.md' generated successfully in the _events folder! +Markdown file '2024-09-25_n39_stammtisch.md' generated successfully in the _events folder! +Markdown file '2024-10-16_n39_stammtisch.md' generated successfully in the _events folder! +Markdown file '2024-11-06_n39_stammtisch.md' generated successfully in the _events folder! +Markdown file '2024-11-27_n39_stammtisch.md' generated successfully in the _events folder! +Markdown file '2024-12-18_n39_stammtisch.md' generated successfully in the _events folder! +```