Merge branch 'main' of pv-svartalfheim-git:fenris/freie_systeme
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
||||||
|
|
||||||
/.quarto/
|
/.quarto/
|
||||||
**/*.quarto_ipynb
|
**/*.quarto_ipynb
|
||||||
|
/.geany
|
||||||
|
|
|
||||||
32
readme.md
|
|
@ -15,3 +15,35 @@ Ein Einstieg für Nicht-Techies
|
||||||
|
|
||||||
- `tools/build` ausführen
|
- `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?
|
||||||
|
|
|
||||||
27
source/bewerbung/ankuendigung.html
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8"/>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
|
<link rel="stylesheet" href="style.css"/>
|
||||||
|
<title>Vortrag: Freie Systeme</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Freie Systeme — Software, Medien und Gesellschaft</h2>
|
||||||
|
<div class="subtitle">Vortrag über die Loslösung von BigTech und digitale Mündigkeit</div>
|
||||||
|
<p>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.</p>
|
||||||
|
<div class="image">
|
||||||
|
<img src="plakat-hintergrund.jpeg"/>
|
||||||
|
</div>
|
||||||
|
<div class="infofield">
|
||||||
|
<span class="infofield-label">Datum/Uhrzeit</span>
|
||||||
|
<span class="infofield-value">2026-01-31, 18:00 - 19:30</span>
|
||||||
|
</div>
|
||||||
|
<div class="infofield">
|
||||||
|
<span class="infofield-label">Ort</span>
|
||||||
|
<span class="infofield-value">Glauchau, Otto-Schimmel-Straße 17</span>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
1
source/bewerbung/index.html
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
ankuendigung.html
|
||||||
BIN
source/bewerbung/plakat-final.png
Normal file
|
After Width: | Height: | Size: 1,022 KiB |
BIN
source/bewerbung/plakat-hintergrund.jpeg
Normal file
|
After Width: | Height: | Size: 45 KiB |
188
source/bewerbung/plakat-roh.svg
Normal file
|
After Width: | Height: | Size: 72 KiB |
54
source/bewerbung/style.css
Normal file
|
|
@ -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: "] ";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -7,14 +7,12 @@
|
||||||
ul {list-style-type: none;}
|
ul {list-style-type: none;}
|
||||||
li {margin: 16px;}
|
li {margin: 16px;}
|
||||||
</style>
|
</style>
|
||||||
|
<title>Freie Systeme</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="praesentation.html">Präsentation</a></li>
|
<li><a href="praesentation.html">Präsentation</a></li>
|
||||||
<li><a href="fortlaufend.html">Fortlaufend</a></li>
|
<li><a href="fortlaufend.html">Fortlaufend</a></li>
|
||||||
<!--
|
|
||||||
<li><a href="druck.pdf">Druck-Version</a></li>
|
|
||||||
-->
|
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@ format-links: false
|
||||||
|
|
||||||
> … oder das:
|
> … oder das:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
::: {.notes}
|
::: {.notes}
|
||||||
- über viele social-media-Plattformen wird Propaganda verbreitet
|
- über viele social-media-Plattformen wird Propaganda verbreitet
|
||||||
|
|
@ -162,7 +162,7 @@ Eure Erfahrungen?
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
## Prinzipien
|
## Prinzipien und Mechanismen
|
||||||
|
|
||||||
- Kapitalismus
|
- Kapitalismus
|
||||||
- Ideologie/Propaganda
|
- Ideologie/Propaganda
|
||||||
|
|
@ -243,6 +243,10 @@ Falsch. Truth happens:
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
## Vorteile
|
## Vorteile
|
||||||
|
|
||||||
- Transparenz, Anpassbarkeit und Inklusivität
|
- Transparenz, Anpassbarkeit und Inklusivität
|
||||||
|
|
|
||||||
BIN
source/media/diday-1.png
Normal file
|
After Width: | Height: | Size: 4.4 MiB |
BIN
source/media/fediverse-1.png
Normal file
|
After Width: | Height: | Size: 214 KiB |
17
source/media/fediverse-2.svg
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="196.52mm" height="196.52mm" viewBox="0 0 196.52 196.52">
|
||||||
|
<path fill="#a730b8" d="M47.9242 72.7966a18.2278 18.2278 0 0 1-7.7959 7.7597l42.7984 42.9653 10.3182-5.2291zm56.4524 56.6704-10.3182 5.2291 21.686 21.7708a18.2278 18.2278 0 0 1 7.7975-7.7608z"/>
|
||||||
|
<path fill="#5496be" d="M129.6645 102.0765l1.7865 11.4272 27.4149-13.8942a18.2278 18.2278 0 0 1-4.9719-9.8124zm-14.0658 7.1282-57.2891 29.0339a18.2278 18.2278 0 0 1 4.9728 9.8133l54.1027-27.4194z"/>
|
||||||
|
<path fill="#ce3d1a" d="M69.5312 91.6539l8.1618 8.1933 29.269-57.1387a18.2278 18.2278 0 0 1-9.787-5.0219zm-7.1897 14.0363-14.0022 27.3353a18.2278 18.2278 0 0 1 9.786 5.0214l12.3775-24.1639z"/>
|
||||||
|
<path fill="#d0188f" d="M39.8906 80.6763a18.2278 18.2278 0 0 1-10.8655 1.7198l8.1762 52.2981a18.2278 18.2278 0 0 1 10.8645-1.7198z"/>
|
||||||
|
<path fill="#5b36e9" d="M63.3259 148.3109a18.2278 18.2278 0 0 1-1.7322 10.8629l52.2893 8.3907a18.2278 18.2278 0 0 1 1.7322-10.8629z"/>
|
||||||
|
<path fill="#30b873" d="M134.9148 146.9182a18.2278 18.2278 0 0 1 9.788 5.0224l24.1345-47.117a18.2278 18.2278 0 0 1-9.7875-5.0229z"/>
|
||||||
|
<path fill="#ebe305" d="M126.1329 33.1603a18.2278 18.2278 0 0 1-7.7975 7.7608l37.3765 37.5207a18.2278 18.2278 0 0 1 7.7969-7.7608z"/>
|
||||||
|
<path fill="#f47601" d="M44.7704 51.6279a18.2278 18.2278 0 0 1 4.9723 9.8123l47.2478-23.9453a18.2278 18.2278 0 0 1-4.9718-9.8113z"/>
|
||||||
|
<path fill="#57c115" d="M118.2491 40.9645a18.2278 18.2278 0 0 1-10.8511 1.8123l4.1853 26.8 11.42 1.8324zm-4.2333 44.1927 9.8955 63.3631a18.2278 18.2278 0 0 1 10.88-1.6278l-9.355-59.9035z"/>
|
||||||
|
<path fill="#dbb210" d="M49.7763 61.6412a18.2278 18.2278 0 0 1-1.694 10.8686l26.8206 4.3077 5.2715-10.2945zm45.9677 7.382-5.272 10.2955 63.3713 10.1777a18.2278 18.2278 0 0 1 1.7606-10.8593z"/>
|
||||||
|
<path fill="#ffca00" d="M93.4385 23.8419a1 1 0 1 0 33.0924 1.8025 1 1 0 1 0-33.0924-1.8025"/>
|
||||||
|
<path fill="#64ff00" d="M155.314 85.957a1 1 0 1 0 33.0923 1.8025 1 1 0 1 0-33.0923-1.8025"/>
|
||||||
|
<path fill="#00a3ff" d="M115.3466 163.9824a1 1 0 1 0 33.0923 1.8025 1 1 0 1 0-33.0923-1.8025"/>
|
||||||
|
<path fill="#9500ff" d="M28.7698 150.0898a1 1 0 1 0 33.0923 1.8025 1 1 0 1 0-33.0923-1.8025"/>
|
||||||
|
<path fill="#ff0000" d="M15.2298 63.4781a1 1 0 1 0 33.0923 1.8025 1 1 0 1 0-33.0923-1.8025"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.2 KiB |
BIN
source/media/fediverse-3.png
Normal file
|
After Width: | Height: | Size: 591 KiB |
BIN
source/media/propaganda-3.gif
Normal file
|
After Width: | Height: | Size: 1,018 KiB |
31
source/stuff.md
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
----
|
||||||
|
|
||||||
|
```{=html}
|
||||||
|
<div style="text-align:center;">
|
||||||
|
<iframe
|
||||||
|
width="1024"
|
||||||
|
height="576"
|
||||||
|
src="https://media.ccc.de/v/39c3-die-kanguru-rebellion-digital-independence-day/oembed#t=2599"
|
||||||
|
frameborder="0"
|
||||||
|
allowfullscreen="allowfullscreen"
|
||||||
|
></iframe>
|
||||||
|
</div>
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
@ -47,7 +47,7 @@ def main():
|
||||||
## exec
|
## exec
|
||||||
execute_shell_command(
|
execute_shell_command(
|
||||||
string_coin(
|
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,
|
"source_directory": args.source_directory,
|
||||||
"target_system": args.target_system,
|
"target_system": args.target_system,
|
||||||
|
|
|
||||||
|
|
@ -2,27 +2,35 @@
|
||||||
|
|
||||||
cmd_log := echo "--"
|
cmd_log := echo "--"
|
||||||
cmd_quarto := quarto
|
cmd_quarto := quarto
|
||||||
|
cmd_mkdir := mkdir -p
|
||||||
|
cmd_cp := cp
|
||||||
|
|
||||||
## rules
|
## rules
|
||||||
|
|
||||||
all: \
|
all: \
|
||||||
${dir_build}/praesentation.html \
|
${dir_build}/praesentation.html \
|
||||||
${dir_build}/fortlaufend.html \
|
${dir_build}/fortlaufend.html \
|
||||||
|
bewerbung \
|
||||||
${dir_build}/index.html
|
${dir_build}/index.html
|
||||||
|
|
||||||
${dir_build}/praesentation.html: ${dir_source}/main.qmd
|
${dir_build}/praesentation.html: ${dir_source}/main.qmd
|
||||||
@ ${cmd_log} "Präsentation …"
|
@ ${cmd_log} "Präsentation …"
|
||||||
|
@ ${cmd_mkdir} $(dir $@)
|
||||||
@ ${cmd_quarto} render $^ --quiet --to revealjs --output-dir ${dir_build} && mv ${dir_build}/main.html $@
|
@ ${cmd_quarto} render $^ --quiet --to revealjs --output-dir ${dir_build} && mv ${dir_build}/main.html $@
|
||||||
|
|
||||||
${dir_build}/fortlaufend.html: ${dir_source}/main.qmd
|
${dir_build}/fortlaufend.html: ${dir_source}/main.qmd
|
||||||
@ ${cmd_log} "Fortlaufend …"
|
@ ${cmd_log} "Fortlaufend …"
|
||||||
|
@ ${cmd_mkdir} $(dir $@)
|
||||||
@ ${cmd_quarto} render $^ --quiet --to html --output-dir ${dir_build} && mv ${dir_build}/main.html $@
|
@ ${cmd_quarto} render $^ --quiet --to html --output-dir ${dir_build} && mv ${dir_build}/main.html $@
|
||||||
|
|
||||||
${dir_build}/druck.pdf: ${dir_source}/main.qmd
|
.PHONY: bewerbung
|
||||||
@ ${cmd_log} "Druck …"
|
bewerbung:
|
||||||
@ ${cmd_quarto} render $^ --quiet --to pdf --output-dir ${dir_build} # && mv ${dir_build}/main.html $@
|
@ ${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
|
${dir_build}/index.html: ${dir_source}/index.html
|
||||||
@ ${cmd_log} "index …"
|
@ ${cmd_log} "index …"
|
||||||
@ cp -u $^ $@
|
@ ${cmd_mkdir} $(dir $@)
|
||||||
|
@ ${cmd_cp} -u $^ $@
|
||||||
|
|
||||||
|
|
|
||||||