diff --git a/.gitignore b/.gitignore index 57924fc..5c79405 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /.quarto/ **/*.quarto_ipynb +/.geany diff --git a/readme.md b/readme.md index 5549607..c0088a0 100644 --- a/readme.md +++ b/readme.md @@ -15,3 +15,35 @@ Ein Einstieg für Nicht-Techies - `tools/build` ausführen + +## ToDo + +- Steuern +- di.day einbauen + - erklären, was es ist (Video?) + - Seite zeigen + - auf aktuelles Datum eingehen + - Anlaufstellen nennen + - [Zwickau | z-Labor e.V.](https://www.z-labor.space/) + - https://www.z-labor.space/blog/diday/ + - [Chemnitz | Chaos-Treff](https://chaoschemnitz.de/Hauptseite) + - https://chaoschemnitz.de/DI.DAY + - [Leipzig | dezentrale](https://dezentrale.space/) + - https://dezentrale.space/posts/2026/01/di-day-and-linux-install-workshop-2/ + - [Dresden | C3D2](https://c3d2.de/) + - https://c3d2.de/news/event-20260201-di-day.html +- Alternativen-Übersicht bauen + - WhatsApp, Telegram → Signal, Threema → Matrix, XMPP + - X → Mastodon + - Instagram → Pixelfed + - facebook → … → friendica + - GoogleMaps → … → OpenStreetMap + - Google, Bing → DuckDuckGo → ecosia, StartPage, QWant + - Android, iOS → LineageOS, SailfishOS → ? + - Windows, MacOS → … → GNU/Linux, BSD, + - reddit → … → Lemmy + - docx, xlsx → odf +- https://diday.fediserve.de/ einbauen? +- https://switching.software/ einbauen? +- mehr aktuelle Beispiele für Umstieg +- Anfang anders machen? diff --git a/source/bewerbung/ankuendigung.html b/source/bewerbung/ankuendigung.html new file mode 100644 index 0000000..99aec4a --- /dev/null +++ b/source/bewerbung/ankuendigung.html @@ -0,0 +1,27 @@ + + + + + + + Vortrag: Freie Systeme + + +

Freie Systeme — Software, Medien und Gesellschaft

+
Vortrag über die Loslösung von BigTech und digitale Mündigkeit
+

Wie wir uns in Abhängigkeit von zwielichtigen Konzernen und faschistischen Tech-Mogulen begeben haben, welche Auswirkungen das auf uns und unserer Gesellschaft hat, warum wir da wieder raus kommen sollten und wie wir das anstellen können — ein Einstieg in das Thema freie Software und unabhängige Platformen.

+
+ +
+
+ Datum/Uhrzeit + 2026-01-31, 18:00 - 19:30 +
+
+ Ort + Glauchau, Otto-Schimmel-Straße 17 +
+ + + + diff --git a/source/bewerbung/index.html b/source/bewerbung/index.html new file mode 120000 index 0000000..8e40428 --- /dev/null +++ b/source/bewerbung/index.html @@ -0,0 +1 @@ +ankuendigung.html \ No newline at end of file diff --git a/source/bewerbung/plakat-final.png b/source/bewerbung/plakat-final.png new file mode 100644 index 0000000..b1281d8 Binary files /dev/null and b/source/bewerbung/plakat-final.png differ diff --git a/source/bewerbung/plakat-hintergrund.jpeg b/source/bewerbung/plakat-hintergrund.jpeg new file mode 100644 index 0000000..39537d8 Binary files /dev/null and b/source/bewerbung/plakat-hintergrund.jpeg differ diff --git a/source/bewerbung/plakat-roh.svg b/source/bewerbung/plakat-roh.svg new file mode 100644 index 0000000..4ce7b08 --- /dev/null +++ b/source/bewerbung/plakat-roh.svg @@ -0,0 +1,188 @@ + + + +Vortrag über die Loslösung von BigTech und digitale MündigkeitSoftware, Medien und GesellschaftFREIE SYSTEMEGlauchau | Otto-Schimmel-Str. 172026-01-31 | 18:00-19:30 diff --git a/source/bewerbung/style.css b/source/bewerbung/style.css new file mode 100644 index 0000000..8e327cf --- /dev/null +++ b/source/bewerbung/style.css @@ -0,0 +1,54 @@ +html +{ + color: hsl(150, 0%, 100%); + background-color: hsl(150, 0%, 0%); +} + +body +{ + color: hsl(150, 0%, 87.5%); + background-color: hsl(150, 0%, 12.5%); + font-family: sans-serif; + max-width: 960px; + margin: auto; + padding: 16px; +} + +.subtitle +{ + margin-left: 16px; + margin-bottom: 32px; +} + +.image +{ + width: 80%; + margin: 16px auto; +} + +.image > img +{ + object-fit: contain; + width: 100%; +} + +.infofield +{ + margin-bottom: 16px; +} + +.infofield-label +{ + font-weight: bold; +} + +.infofield-label::before +{ + content: "["; +} + +.infofield-label::after +{ + content: "] "; +} + diff --git a/source/index.html b/source/index.html index 594a880..54281cc 100644 --- a/source/index.html +++ b/source/index.html @@ -7,14 +7,12 @@ ul {list-style-type: none;} li {margin: 16px;} + Freie Systeme diff --git a/source/main.qmd b/source/main.qmd index 1df9b84..5704760 100644 --- a/source/main.qmd +++ b/source/main.qmd @@ -95,7 +95,7 @@ format-links: false > … oder das: -![](media/propaganda-2.jpeg) +![](media/propaganda-3.gif) ::: {.notes} - über viele social-media-Plattformen wird Propaganda verbreitet @@ -162,7 +162,7 @@ Eure Erfahrungen? ---- -## Prinzipien +## Prinzipien und Mechanismen - Kapitalismus - Ideologie/Propaganda @@ -243,6 +243,10 @@ Falsch. Truth happens: ---- +![](media/fediverse-1.png) + +---- + ## Vorteile - Transparenz, Anpassbarkeit und Inklusivität diff --git a/source/media/diday-1.png b/source/media/diday-1.png new file mode 100644 index 0000000..feb3ba8 Binary files /dev/null and b/source/media/diday-1.png differ diff --git a/source/media/fediverse-1.png b/source/media/fediverse-1.png new file mode 100644 index 0000000..ef13d76 Binary files /dev/null and b/source/media/fediverse-1.png differ diff --git a/source/media/fediverse-2.svg b/source/media/fediverse-2.svg new file mode 100644 index 0000000..5f04313 --- /dev/null +++ b/source/media/fediverse-2.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/media/fediverse-3.png b/source/media/fediverse-3.png new file mode 100644 index 0000000..481eb0f Binary files /dev/null and b/source/media/fediverse-3.png differ diff --git a/source/media/propaganda-3.gif b/source/media/propaganda-3.gif new file mode 100644 index 0000000..aea03b2 Binary files /dev/null and b/source/media/propaganda-3.gif differ diff --git a/source/stuff.md b/source/stuff.md new file mode 100644 index 0000000..f5bf5b9 --- /dev/null +++ b/source/stuff.md @@ -0,0 +1,31 @@ +---- + +```{=html} +
+ +
+``` + + + + +43:19 (2599) + "wir müssen uns trennen" + +44:55 (2694) + "das Video ist Teil des DID …" + +45:55 (2755) + "aber? …" + + +https://media.ccc.de/v/39c3-die-kanguru-rebellion-digital-independence-day/oembed#t=2694 + + +![](media/propaganda-2.jpeg) diff --git a/tools/deploy b/tools/deploy index 432e836..8e23973 100755 --- a/tools/deploy +++ b/tools/deploy @@ -47,7 +47,7 @@ def main(): ## exec execute_shell_command( string_coin( - "rsync --update --recursive --verbose {{source_directory}}/ {{target_system}}:{{target_directory}}", + "rsync --update --recursive --links --verbose {{source_directory}}/ {{target_system}}:{{target_directory}}", { "source_directory": args.source_directory, "target_system": args.target_system, diff --git a/tools/makefile b/tools/makefile index 4f0d5e8..61a655c 100644 --- a/tools/makefile +++ b/tools/makefile @@ -2,27 +2,35 @@ cmd_log := echo "--" cmd_quarto := quarto +cmd_mkdir := mkdir -p +cmd_cp := cp ## rules all: \ ${dir_build}/praesentation.html \ ${dir_build}/fortlaufend.html \ + bewerbung \ ${dir_build}/index.html ${dir_build}/praesentation.html: ${dir_source}/main.qmd @ ${cmd_log} "Präsentation …" + @ ${cmd_mkdir} $(dir $@) @ ${cmd_quarto} render $^ --quiet --to revealjs --output-dir ${dir_build} && mv ${dir_build}/main.html $@ ${dir_build}/fortlaufend.html: ${dir_source}/main.qmd @ ${cmd_log} "Fortlaufend …" + @ ${cmd_mkdir} $(dir $@) @ ${cmd_quarto} render $^ --quiet --to html --output-dir ${dir_build} && mv ${dir_build}/main.html $@ -${dir_build}/druck.pdf: ${dir_source}/main.qmd - @ ${cmd_log} "Druck …" - @ ${cmd_quarto} render $^ --quiet --to pdf --output-dir ${dir_build} # && mv ${dir_build}/main.html $@ +.PHONY: bewerbung +bewerbung: + @ ${cmd_log} "Bewerbung …" + @ ${cmd_mkdir} ${dir_build}/bewerbung/ + @ ${cmd_cp} -r -u -v ${dir_source}/bewerbung/* ${dir_build}/bewerbung/ ${dir_build}/index.html: ${dir_source}/index.html @ ${cmd_log} "index …" - @ cp -u $^ $@ + @ ${cmd_mkdir} $(dir $@) + @ ${cmd_cp} -u $^ $@