Compare commits
17 Commits
1e230b67e4
...
0.0.0-0
| Author | SHA1 | Date | |
|---|---|---|---|
| ad47997aab | |||
| b337833410 | |||
| 69d898bc86 | |||
| 29fda2257b | |||
| caedd3ba9e | |||
| 710667481b | |||
| 2e4353bf8e | |||
| a38cbd0dfe | |||
| 9aad0c5394 | |||
| e774cec6d5 | |||
| 9a0cb1ffa0 | |||
| 4e0861147a | |||
| 35a0ebd15a | |||
| 04bc48133b | |||
| 0551792aca | |||
| efaf02156c | |||
| 6e7d30b1d6 |
28
.gitea/workflows/create-presentation.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
name: build-debian-package
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "doc:*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build the debian package
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "Git clone"
|
||||
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git .
|
||||
- name: "Git checkout"
|
||||
run: git checkout "${{ gitea.sha }}"
|
||||
- name: "Submodules auschecken"
|
||||
run: git submodule update --init
|
||||
|
||||
- name: "Install dependencies"
|
||||
run: sudo apt-get install pandoc
|
||||
|
||||
- name: "Build .deb"
|
||||
run: cd ./Defensio && ./pandoc.sh
|
||||
- name: "Create release"
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
files: |-
|
||||
./Defensio/defensio.pdf
|
||||
6
.gitmodules
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
[submodule "Defensio/libs/awesome-beamer"]
|
||||
path = Defensio/libs/awesome-beamer
|
||||
url = https://git.kocoder.xyz/kocoded/awesome-beamer
|
||||
[submodule "Defensio/libs/smile"]
|
||||
path = Defensio/libs/smile
|
||||
url = https://codeberg.org/LukasPietzschmann/smile
|
||||
34
Artikel_Schulhomepage.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# AlumniHub – Die neue digitale Plattform des Absolventenvereins
|
||||
|
||||
Im Rahmen ihrer Diplomarbeit an der HTL SZU Ungargasse haben **Konstantin Hintermayer**, **Florian Edlmayer** und **Adam Gaiswinkler** (5BHITN, Schuljahr 2025/26) eine moderne Webanwendung für den Absolventenverein entwickelt: den **AlumniHub**.
|
||||
|
||||
## Worum geht es?
|
||||
|
||||
Der Absolventenverein der HTL Ungargasse verwaltet rund 300 Alumni – bisher über Excel-Tabellen und abgelaufene Softwarelizenzen. Das Diplomarbeitsteam hat eine zentrale Plattform geschaffen, die Mitgliederverwaltung, Event-Organisation und Kommunikation unter einem Dach vereint.
|
||||
|
||||
## Was kann der AlumniHub?
|
||||
|
||||
- **Anmeldetool für Treffen** – Veranstaltungen erstellen, Einladungen verschicken und Anmeldungen verwalten
|
||||
- **Hall of Fame** – Absolventen können ihre Erfolge präsentieren, inklusive PDF-Export
|
||||
- **Schwarzes Brett** – Ein interaktiver Feed für Neuigkeiten, Events und Jobangebote
|
||||
- **Premiumbereich** – Exklusive Inhalte für Premiummitglieder mit eigenem Freigabe-Workflow
|
||||
- **LinkedIn-Login** – Sichere Anmeldung über OAuth 2.0
|
||||
- **DSGVO-konform** – Datenschutz von Anfang an mitgedacht
|
||||
|
||||
## Die Technik dahinter
|
||||
|
||||
Die Anwendung basiert auf dem Content-Management-System **Oqtane** mit **ASP.NET Core** und **Blazor**. Gehostet wird das Ganze auf einem Linux-Server mit PostgreSQL-Datenbank – betrieben in der Schulinfrastruktur. Gearbeitet wurde agil nach **Scrum** in zweiwöchigen Sprints.
|
||||
|
||||
## Das Team
|
||||
|
||||
| Name | Schwerpunkt |
|
||||
| :---------------------- | :----------------------------------------------------------------- |
|
||||
| Konstantin Hintermayer | Projektleitung, Serverinfrastruktur, Schwarzes Brett, Auswertungen |
|
||||
| Florian Edlmayer | Premiumbereich, LinkedIn-OAuth, Datenschutz (DSGVO) |
|
||||
| Adam Gaiswinkler | Anmeldetool, Hall of Fame, CMS-Konfiguration, UI/UX-Design |
|
||||
|
||||
**Betreuung:** Ing. Thomas Gürth & Johannes Kreuzer
|
||||
|
||||
---
|
||||
|
||||
*Das Projektteam bedankt sich bei allen Unterstützern – insbesondere beim Absolventenverein als Auftraggeber und bei der Schule für die Bereitstellung der Infrastruktur.*
|
||||
103
Defensio/00_preamble.tex
Normal file
@@ -0,0 +1,103 @@
|
||||
\documentclass[aspectratio=169]{beamer}
|
||||
|
||||
\providecommand{\tightlist}{%
|
||||
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
|
||||
\makeatletter
|
||||
\newsavebox\pandoc@box
|
||||
\newcommand*\pandocbounded[1]{% scales image to fit the slide if it's too large
|
||||
\sbox\pandoc@box{#1}%
|
||||
\ifdim\wd\pandoc@box>\linewidth
|
||||
\makebox[\linewidth][c]{\resizebox{\linewidth}{!}{\usebox\pandoc@box}}%
|
||||
\else
|
||||
\usebox\pandoc@box
|
||||
\fi
|
||||
}
|
||||
\makeatother
|
||||
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{lmodern}
|
||||
\usepackage{multimedia}
|
||||
\usepackage{graphicx}
|
||||
|
||||
\newcommand{\imagepath}{Images}
|
||||
|
||||
\definecolor{orange}{HTML}{f87a01}
|
||||
\usetheme[german, color, coloraccent=orange, notoc]{awesome}
|
||||
\makeatletter
|
||||
\newcommand{\nonumberson}{\awesome@nonumbersinframetitletrue}
|
||||
\newcommand{\nonumbersoff}{\awesome@nonumbersinframetitlefalse}
|
||||
\makeatother
|
||||
|
||||
% \usepackage{firamath-otf}
|
||||
\usepackage{pgfplots}
|
||||
\usepackage{pgfplotstable}
|
||||
% \usepackage{fontawesome}
|
||||
\usepackage{tikzpingus}
|
||||
\usepackage{tikzducks}
|
||||
\usepackage{pdfpc}
|
||||
\usepackage{amsmath}
|
||||
|
||||
\usepgfplotslibrary{dateplot}
|
||||
\usetikzlibrary{shapes,tikzmark}
|
||||
\tikzset{pipelinestep/.style={lw,rnd,shape=signal,signal from=west,signal pointer angle=130,minimum width=3cm,minimum height=2cm,draw=black,fill=lightgray!30}}
|
||||
|
||||
\def\info#1{\begingroup\color{gray}\scriptsize#1\endgroup}
|
||||
|
||||
\newcommand<>{\talknote}[1]{\only#2{\pdfpcnote{- #1}\relax}}
|
||||
|
||||
\makeatletter
|
||||
\newlength\beamerleftmargin
|
||||
\setlength\beamerleftmargin{\Gm@lmargin}
|
||||
\makeatother
|
||||
|
||||
|
||||
% \addbibresource{refs.bib}
|
||||
|
||||
% \addtobeamertemplate{title page}{}{
|
||||
% \begin{tikzpicture}[overlay, remember picture]
|
||||
% \node[anchor=south east,outer sep=0pt] at (current page.south east) {\fontsize{3}{3}\selectfont\color{white}This image was generated by AI};
|
||||
% \end{tikzpicture}
|
||||
% }
|
||||
|
||||
\pgfplotsset{
|
||||
every axis legend/.append style={style={roundednode,fill=accent!10,lcr}},
|
||||
every axis plot/.append style={lw,lcr},
|
||||
}
|
||||
|
||||
\title[AlumniHub]{AlumniHub}
|
||||
\subtitle{Web-Entwicklung für den Absolventenverein}
|
||||
\author{Konstantin Hintermayer \\ Adam Gaiswinkler \\ Florian Edlmayer}
|
||||
\email{}
|
||||
\institute{Schulzentrum HTL HAK Ungargasse}
|
||||
\uni{Schulzentrum HTL HAK Ungargasse}
|
||||
\location{Wien}
|
||||
\background{./Images/images/background/title-slide/background.png}
|
||||
\logo{\includegraphics[width=3cm]{\imagepath/images/logos/logo.png}}
|
||||
\date{22. April 2026}
|
||||
|
||||
|
||||
\AtBeginSection[]
|
||||
{
|
||||
\begingroup
|
||||
\nonumberson
|
||||
\begin{frame}[noframenumbering,plain]{Agenda}
|
||||
\tableofcontents[currentsection]
|
||||
\end{frame}
|
||||
\endgroup
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\begingroup
|
||||
\nonumberson
|
||||
\begin{frame}[noframenumbering,plain]{Agenda}
|
||||
\tableofcontents
|
||||
\end{frame}
|
||||
\endgroup
|
||||
|
||||
$body$
|
||||
|
||||
\end{document}
|
||||
11
Defensio/01_Praesentation_Allgemein.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Allgemein Alumnihub
|
||||
|
||||
---
|
||||
|
||||
## {.plain}
|
||||
|
||||
\begin{tikzpicture}[remember picture,overlay]
|
||||
\node[anchor=center] at (current page.center) {
|
||||
\movie[width=\paperwidth, height=\paperheight, poster, showcontrols=false, autostart]{}{\imagepath/video/introduction/sample-10s.mp4}
|
||||
};
|
||||
\end{tikzpicture}
|
||||
102
Defensio/02_Praesentation_Konstantin_Hintermayer.md
Normal file
@@ -0,0 +1,102 @@
|
||||
# Konstantin Hintermayer
|
||||
|
||||
## Rolle im Projekt
|
||||
|
||||
::: columns
|
||||
|
||||
:::: column
|
||||
Aufgabenbereiche:
|
||||
|
||||
- Infrastruktur & CI/CD
|
||||
- Product Owner
|
||||
- Kundenschnittstelle
|
||||
- Softwareentwicklung:
|
||||
- Event Registration
|
||||
- Black Board
|
||||
- Report System
|
||||
- Mass Mailer
|
||||
::::
|
||||
|
||||
:::: column
|
||||
|
||||
\begin{tikzpicture}
|
||||
\clip (0,0) circle (3em);
|
||||
\node at (0,0) {\includegraphics[width=6em]{./Images/images/konstantin/profile.jpg}};
|
||||
\draw[accent, line width=3pt] (0,0) circle (3em);
|
||||
\end{tikzpicture}
|
||||
|
||||
::::
|
||||
|
||||
:::
|
||||
|
||||
## Infrastruktur
|
||||
|
||||
::: columns
|
||||
:::: column
|
||||
|
||||
Systemaufbau:
|
||||
|
||||
- Debian Linux
|
||||
- PostgreSQL
|
||||
- NginX
|
||||
- Asp.Net Core
|
||||
|
||||
::::
|
||||
:::: column
|
||||
|
||||
Entwicklungsumgebung:
|
||||
|
||||
- Gitea Server
|
||||
- Wireguard
|
||||
- Docker
|
||||
- Transfer: GitHub
|
||||
- Gitea Actions
|
||||
|
||||
::::
|
||||
:::
|
||||
|
||||
|
||||
## CI/CD
|
||||
|
||||
CI:
|
||||
|
||||
- Gitea Actions
|
||||
- Debian Packages (.deb)
|
||||
- Code-Reviewing:
|
||||
- KI
|
||||
- Git-Flow
|
||||
|
||||
## Softwarearchitektur
|
||||
|
||||
- Open-Closed Principle
|
||||
- Strategy Pattern
|
||||
- Dependency Injection
|
||||
|
||||
## Technischer Vergleich
|
||||
|
||||
Bisherige Erfahrungen:
|
||||
|
||||
- Go
|
||||
- Typescript
|
||||
- GRPC (interprozess Kommunikation)
|
||||
|
||||
Untersuchungsgebiete:
|
||||
|
||||
- Typisierung
|
||||
- Konsistenz
|
||||
|
||||
## Teamleitung
|
||||
|
||||
::: columns
|
||||
|
||||
:::: column
|
||||
left
|
||||
::::
|
||||
|
||||
:::: column
|
||||
right
|
||||
::::
|
||||
|
||||
:::
|
||||
|
||||
## Fazit
|
||||
@@ -1,16 +1,11 @@
|
||||
---
|
||||
marp: true
|
||||
theme: default
|
||||
paginate: true
|
||||
---
|
||||
# Adam Gaiswinkler
|
||||
|
||||
# Defensio Diplomarbeit: AlumniHub
|
||||
## Individueller Teil: Adam Gaiswinkler
|
||||
**Entwicklung von CMS-Modulen & Frontend-Design**
|
||||
|
||||
---
|
||||
|
||||
# Ausgangslage & Motivation
|
||||
## Ausgangslage & Motivation
|
||||
- **Ausgangssituation**: Bedarf an einer modernen Plattform für den Absolventenverein der HTL Ungargasse.
|
||||
- **Persönliche Motivation**:
|
||||
- Steigende Verantwortung durch Teamverkleinerung (von 6 auf 3 Personen).
|
||||
@@ -22,27 +17,25 @@ paginate: true
|
||||
|
||||
---
|
||||
|
||||
# Eingesetzte Technologien
|
||||
- **Backend & Core**: C#, ASP.NET Core
|
||||
- **Frontend**: Blazor (für interaktive Weboberflächen direkt in C#)
|
||||
- **CMS**: Oqtane Framework
|
||||
## Eingesetzte Technologien
|
||||
|
||||
- **Styling**: Bootstrap & Custom CSS
|
||||
- **Spezielle Tools**: QuestPDF (PDF-Generierung), Gitea (Versionskontrolle)
|
||||
- **Entwicklungsumgebung**: Visual Studio 2022 & JetBrains Rider (macOS)
|
||||
- **Entwicklungsumgebung**: Visual Studio 2022 & Visual Studio Code (macOS)
|
||||
|
||||
---
|
||||
|
||||
# Umsetzung: Oqtane Theme
|
||||
## Umsetzung: Oqtane Theme
|
||||
- **Ziel**: Modernes, schlichtes Design im Stil der HTL Ungargasse (szu.at).
|
||||
- **Technische Highlights**:
|
||||
- Vollständige Eigenentwicklung der Navigationslogik (über `PageState.Pages`).
|
||||
- Dynamisches Ausblenden von Systemseiten via LINQ.
|
||||
- **Dynamisches Ausblenden von Systemseiten via LINQ**.
|
||||
- **Responsive Design**: Einsatz von CSS Media Queries und einer komplett CSS-basierten Burger-Menü-Lösung.
|
||||
- Integration eines `ControlPanels` und Cookie-Consent.
|
||||
|
||||
---
|
||||
|
||||
# Umsetzung: Hall of Fame (1)
|
||||
## Umsetzung: Hall of Fame (1)
|
||||
- **Zweck**: Sichtbarmachung von erfolgreichen Absolventinnen und Absolventen.
|
||||
- **UI & UX**:
|
||||
- Responsive Kartenübersicht der Personen mit Such- und Sortierfunktion (Echtzeit).
|
||||
@@ -54,16 +47,15 @@ paginate: true
|
||||
|
||||
---
|
||||
|
||||
# Umsetzung: Hall of Fame (2)
|
||||
## Umsetzung: Hall of Fame (2)
|
||||
- **PDF-Export**: Dynamische Generierung eines ansprechenden Profil-PDFs mittels *QuestPDF*.
|
||||
- **Moderation**:
|
||||
- Integriertes Meldesystem (Reporting) direkt über ein separates Interfaces-Paket angesteuert.
|
||||
- **Datenbank & Persistenz**:
|
||||
- Entity Framework Core inkl. Migrationen (`HallOfFame` und `HallOfFameReport` Tabellen).
|
||||
|
||||
|
||||
---
|
||||
|
||||
# Umsetzung: Anmeldetool für Treffen
|
||||
## Umsetzung: Anmeldetool für Treffen
|
||||
- **Zweck**: Vereinfachung der Planung und Teilnehmerverwaltung.
|
||||
- **Funktion**:
|
||||
- Klare, farblich getrennte Zusage- und Absage-Buttons.
|
||||
@@ -74,27 +66,27 @@ paginate: true
|
||||
|
||||
---
|
||||
|
||||
# Herausforderungen & Lösungen
|
||||
## Herausforderungen & Lösungen
|
||||
- **Plattformwechsel (Windows zu macOS)**: Oqtane ist stark an Windows gekoppelt; gelöst durch Einsatz von JetBrains Rider.
|
||||
- **Zeitdruck & Infrastruktur-Ausfälle**:
|
||||
- Probleme mit Hosting (Hetzner).
|
||||
- **Lösung**: Entwicklung einer schlanken "Übergangslösung" (Node.js/HTML) im Sommer 2025 zur zeitgerechten Event-Abwicklung.
|
||||
- **Entity Framework Concurrency Issues**: Gelöst durch Transaktions-Gliederung bei Löschvorgängen (Reports vs. Main Entity).
|
||||
|
||||
|
||||
---
|
||||
|
||||
# Learnings
|
||||
## Learnings
|
||||
- **Technisch**: Tieferes Verständnis von Version Control (Git), CSS/Flexbox (Responsiveness) und C#/Blazor-Tiefen.
|
||||
- **Methodisch**: Eine klare Aufgabenaufteilung sowie regelmäßige Team-Meetings sind unerlässlich für den Projekterfolg.
|
||||
- **Persönlich**: Bedeutsamkeit von Eigeninitiative und Verantwortungsübernahme, gerade in schwierigen Projektphasen.
|
||||
|
||||
---
|
||||
|
||||
# Fazit & Ausblick
|
||||
## Fazit & Mögliche Erweiterungen
|
||||
- **Erreichtes**:
|
||||
- Theme ist final in Oqtane integriert und mobil optimiert.
|
||||
- Hall of Fame und Anmeldetool sind voll funktionstüchtig.
|
||||
- **Ausblick**:
|
||||
- **Mögliche Erweiterungen**:
|
||||
- Integration einer umfassenden Teilnehmerlisten-Auswertung (Datenbank).
|
||||
- Limit-Funktion für maximale Anmeldungen bei Veranstaltungen.
|
||||
- Automatische E-Mail-Erinnerungen für Events.
|
||||
130
Defensio/04_Praesentation_Florian_Edlmayer.md
Normal file
@@ -0,0 +1,130 @@
|
||||
# Florian Edlmayer
|
||||
|
||||
## Individueller Teil: Florian Edlmayer
|
||||
**Datensicherheit, Backup-Systeme & Premium-Bereich**
|
||||
|
||||
---
|
||||
|
||||
## Ausgangslage & Zielsetzung
|
||||
- **Ausgangssituation**:
|
||||
- Keine digitale, sichere Absolventen-Vernetzung.
|
||||
- **Mein Beitrag**:
|
||||
- Datenschutz (DSGVO).
|
||||
- Automatisierte Backups & Restore.
|
||||
- LinkedIn-Login (OAuth 2.0).
|
||||
- Premium-Bereich.
|
||||
- **Nutzen**: Rechtssicherheit, Ausfallsicherheit, hohes Engagement.
|
||||
|
||||
---
|
||||
|
||||
## Eingesetzte Technologien
|
||||
- **Framework**: ASP.NET Core & .NET 8
|
||||
- **Datenbanksystem**: PostgreSQL
|
||||
- **Authentifizierung**: OAuth 2.0 (LinkedIn)
|
||||
- **Scripting & Automation**: Bash-Skripte für Linux Cronjobs
|
||||
|
||||
---
|
||||
|
||||
## DSGVO & Datenschutz
|
||||
- **Rechtliche Basis**: Einhaltung von DSGVO & DSG.
|
||||
- **Umsetzung**:
|
||||
- **Datenschutzerklärung**: Rechtskonform integriert.
|
||||
- **Datenminimierung**: Nur zwingend benötigte Daten.
|
||||
- **Vertraulichkeit**: TLS/HTTPS & lokales Austria-Hosting.
|
||||
- **Betroffenenrechte**: Auskunft & Löschung garantiert.
|
||||
|
||||
---
|
||||
|
||||
## Backup- & Restore-Systeme (1)
|
||||
- **Problem**: Datenverlust (Hardware, Software, Cyberangriffe).
|
||||
- **Lösung**: Vollautomatisiertes Backup-Skript.
|
||||
|
||||
```mermaid
|
||||
graph LR
|
||||
Start((Start: Cronjob 02:30)) --> Init[Initialisierung]
|
||||
Init --> Vars[Konfiguration laden]
|
||||
|
||||
subgraph Sicherungsphase
|
||||
Dir[Erstelle Backup-Ordner] --> DB[Datenbank-Backup]
|
||||
DB --> Files[Dateisystem sichern]
|
||||
end
|
||||
|
||||
Files --> Check{Fehler?}
|
||||
Check -- Ja --> Mail[Log Error & Abbruch]
|
||||
Check -- Nein --> Rotate[Lade Backups-Liste]
|
||||
|
||||
subgraph Speicherverwaltung
|
||||
Rotate --> Count{Anzahl > 30?}
|
||||
Count -- Ja --> Delete[Älteste löschen]
|
||||
Count -- Nein --> Finish[Abschluss]
|
||||
Delete --> Finish
|
||||
end
|
||||
|
||||
Finish --> Ende((Ende))
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Backup- & Restore-Systeme (2)
|
||||
- **Speichermanagement (Retention)**:
|
||||
- Automatische Backup-Rotation.
|
||||
- Limit: Letzte 30 Tage (Speicherplatz-Optimierung).
|
||||
- **Restore-Skript**:
|
||||
- Kontrollierter Wiederherstellungsprozess.
|
||||
- Sicherheitsabfrage vor Überschreiben.
|
||||
- Backup als "Rückversicherung" vor Import.
|
||||
- DB-Neuanlage & automatischer Import.
|
||||
|
||||
---
|
||||
|
||||
## Authentifizierung mit LinkedIn (OAuth 2.0)
|
||||
- **Ziel**:
|
||||
- Abbau von Registrierungshürden.
|
||||
- Keine sensiblen Passwörter im eigenen System.
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Der Premium-Bereich (1)
|
||||
**Zweck**: Motivation für aktives Mitglieder-Engagement.
|
||||
|
||||
{width=20em}
|
||||
|
||||
{width=20em}
|
||||
|
||||
---
|
||||
|
||||
## Der Premium-Bereich (2)
|
||||
**Architektur des Premium-Bereich-Moduls:**
|
||||
```mermaid
|
||||
graph LR
|
||||
subgraph Client [WebAssembly]
|
||||
UI[Benutzeroberfläche] --> SvcC[Service Client]
|
||||
end
|
||||
|
||||
subgraph Server [ASP.NET Core]
|
||||
SvcC --> Ctrl[API Controller]
|
||||
Ctrl --> SvcS[Service Schicht]
|
||||
end
|
||||
|
||||
subgraph Data [Datenbank]
|
||||
SvcS --> EF[EF Core]
|
||||
EF --> DB[(PostgreSQL)]
|
||||
end
|
||||
```
|
||||
|
||||
**Datensparsame Mitgliedersuche & Kontaktfunktion:**
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Fazit & Ausblick
|
||||
- **Erreichtes**:
|
||||
- DSGVO-konformer Datenschutz.
|
||||
- Hohe Ausfallsicherheit (automatisierte Bash-Backups).
|
||||
- Barrierefreier Zugang (LinkedIn-Login).
|
||||
- Echter Mehrwert durch Premium-Funktionen.
|
||||
- **Ausblick**:
|
||||
- Weitere OAuth-Anbieter (z.B. Google, Microsoft).
|
||||
- Ausbau zukünftiger Premium-Features.
|
||||
BIN
Defensio/Images/images/background/title-slide/background.png
Normal file
|
After Width: | Height: | Size: 132 KiB |
BIN
Defensio/Images/images/konstantin/profile.jpg
Normal file
|
After Width: | Height: | Size: 985 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
BIN
Defensio/Images/oauth-flow-new.png
Normal file
|
After Width: | Height: | Size: 235 KiB |
BIN
Defensio/Images/video/introduction/sample-10s.mp4
Normal file
BIN
Defensio/background.png
Normal file
|
After Width: | Height: | Size: 352 KiB |
1
Defensio/libs/awesome-beamer
Submodule
1
Defensio/libs/smile
Submodule
16
Defensio/pandoc.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
export TEXINPUTS=".:./libs/awesome-beamer/:./libs/smile/:$TEXINPUTS"
|
||||
pandoc \
|
||||
01_Praesentation_Allgemein.md \
|
||||
02_Praesentation_Konstantin_Hintermayer.md \
|
||||
03_Praesentation_Adam_Gaiswinkler.md \
|
||||
04_Praesentation_Florian_Edlmayer.md \
|
||||
-t beamer \
|
||||
--template 00_preamble.tex \
|
||||
--pdf-engine=pdflatex \
|
||||
--slide-level=2 \
|
||||
--number-sections \
|
||||
--lua-filter ../_extensions/diagram/diagram.lua \
|
||||
--syntax-definition ../_extensions/razor/razor.xml \
|
||||
--syntax-definition ../_extensions/nginx/nginx.xml \
|
||||
-o defensio.pdf
|
||||
20
Defensio/texput.log
Normal file
@@ -0,0 +1,20 @@
|
||||
This is LuaHBTeX, Version 1.24.0 (TeX Live 2026/Arch Linux) (format=lualatex 2026.4.6) 13 APR 2026 22:05
|
||||
restricted system commands enabled.
|
||||
**
|
||||
|
||||
! Emergency stop.
|
||||
<*>
|
||||
|
||||
End of file on the terminal!
|
||||
|
||||
|
||||
|
||||
Here is how much of LuaTeX's memory you used:
|
||||
5 strings out of 476076
|
||||
100000,460012 words of node,token memory allocated 270 words of node memory still in use:
|
||||
1 hlist, 39 glue_spec nodes
|
||||
avail lists: 2:12,3:3,4:1,5:1
|
||||
22567 multiletter control sequences out of 65536+600000
|
||||
14 fonts using 591679 bytes
|
||||
0i,0n,0p,0b,6s stack positions out of 10000i,1000n,20000p,200000b,200000s
|
||||
! ==> Fatal error occurred, no output PDF file produced!
|
||||
376
Defensio/ulem.sty
Normal file
@@ -0,0 +1,376 @@
|
||||
%
|
||||
% U L E M . S T Y [2019-11-18]
|
||||
%
|
||||
% The ulem package provides various types of underlining that can stretch
|
||||
% between words and be broken across lines in LaTeX or plain TeX.
|
||||
% In LaTeX ulem replaces italics with underlining in \em-phasized text.
|
||||
% It is most suitable for simple text such as {\em ibid.} or \emph{\LaTeX:
|
||||
% A Document Preparation System} that may need to be underlined in a
|
||||
% manuscript submitted for publication. A declaration of \normalem (or
|
||||
% the \usepackage option "normalem") restores the normal \em behavior.
|
||||
%
|
||||
% Full instructions appear in ulem.ltx (ulem.pdf). In summary:
|
||||
%
|
||||
% \uline{important} underlined text
|
||||
% \uuline{urgent} double-underlined text
|
||||
% \uwave{boat} wavy underline
|
||||
% \sout{wrong} line drawn through word
|
||||
% \xout{removed} marked over with //////.
|
||||
% \dashuline{dashing} dash underline
|
||||
% \dotuline{dotty} dotted underline
|
||||
%
|
||||
% {\em phasized\/} | In LaTeX, by default, these are underlined; use
|
||||
% \emph{asized} | \normalem or [normalem] to restore italics
|
||||
% \useunder{\uwave}{\bf}{\textbf}
|
||||
% use wavy underline in place of bold face
|
||||
% Use \markoverwith for defining new types of underlining.
|
||||
%
|
||||
% Copyright (c) 1989-2011 by Donald Arseneau (Vancouver, Canada; asnd@triumf.ca)
|
||||
%
|
||||
% This software may be freely transmitted, reproduced, or modified for any
|
||||
% purpose provided that this copyright notice is left intact.
|
||||
% (Small excerpts may be taken and used without any restriction.)
|
||||
%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Defend against multiple loading.
|
||||
\expandafter \ifx \csname UL@box\endcsname \relax \else
|
||||
\immediate\write16{ulem.sty refuses to load twice. }\endinput \fi
|
||||
|
||||
% Set catcode of @ in case it isn't a "letter" already
|
||||
\chardef\ULthickness\catcode\string`\@ % hold catcode temporarily
|
||||
\catcode\string`\@=11
|
||||
|
||||
% \UL@protected = \protected, if available, else \relax
|
||||
|
||||
\begingroup
|
||||
\global\expandafter\let\expandafter\UL@protected\csname protected\endcsname
|
||||
\endgroup
|
||||
|
||||
\UL@protected\def\uline{\relax \ifmmode\expandafter\underline
|
||||
\else \bgroup\expandafter\ULset\fi}
|
||||
|
||||
\newbox\UL@box
|
||||
\newbox\UL@hyphenbox
|
||||
\newskip\UL@skip
|
||||
\newtoks\UL@hook
|
||||
\newdimen\UL@height \UL@height=\maxdimen % flags being unused
|
||||
\newcount\UL@pe
|
||||
|
||||
\UL@protected\def\UL@end *{\relax\relax}% something harmless but unique
|
||||
|
||||
% For regular underlines, set the depth based on the font, or retain
|
||||
% the preset value, then start underlining.
|
||||
\def\ULset{\UL@setULdepth
|
||||
\def\UL@leadtype{\leaders \hrule \@height\UL@height \@depth\ULdepth}%
|
||||
\ifmmode \ULdepth-4\p@ \fi
|
||||
\UL@height-\ULdepth \advance\UL@height\ULthickness \ULon}
|
||||
|
||||
% Automatically set \ULdepth if it is to be automatic (flagged by \maxdimen)
|
||||
\def\UL@setULdepth{\relax
|
||||
\ifdim\ULdepth=\maxdimen % Set depth based on font, if not set already
|
||||
\setbox\UL@box\hbox{{(j}}\ULdepth\dp\UL@box\advance\ULdepth.4\p@
|
||||
% use setbox to support plain TeX
|
||||
\fi}
|
||||
|
||||
% \ULon simply calls \UL@on (possibly \UL@on=\UL@onin) for text mode, but
|
||||
% \UL@onmath if it is math mode.
|
||||
\def\ULon{\ifmmode \expandafter\UL@onmath\else \expandafter\UL@on\fi}
|
||||
|
||||
% \UL@on sets the engine of underline running, and tells it
|
||||
% where to stop. #1 = the relevant text.
|
||||
\long\def\UL@on#1{\leavevmode\UL@ender \let\UL@on\UL@onin
|
||||
\everymath{\UL@hrest}\everyvbox{\UL@hrest}\let\hskip\UL@hskip
|
||||
\let\\\UL@cr \let\-\UL@dischyp \let\newline\UL@newline \let\ \UL@space
|
||||
\def\hfil{\hskip\z@ plus1fil\relax}\def\hfill{\hskip\z@ plus1fill\relax}%
|
||||
\def\hss{\hskip\z@ plus1filminus1fil\relax}\let\penalty\UL@penalty
|
||||
\the\UL@hook
|
||||
\UL@word\@empty#1\xdef\UL@spfactor{\the\spacefactor} \UL@end * }
|
||||
|
||||
% This is what \ULon does when it appears nested in an inner place.
|
||||
\long\def\UL@onin#1{\leavevmode\UL@ender % when nested, do multiple underlining
|
||||
\ifdim\ULdepth=\maxdimen\else
|
||||
\UL@height\ULthickness \advance\ULdepth\thr@@\UL@height \advance\UL@height-\ULdepth
|
||||
\fi
|
||||
\setbox\UL@box\hbox{{#1}}%
|
||||
\let\UL@start\relax\UL@putbox\egroup}
|
||||
% \UL@putbox is disabled in inner mode, so re-enable it by changing \UL@start
|
||||
% \UL@hrest is implicit due to \everyhbox. Double braces for \hbox are in
|
||||
% lieu of \color@begin(end)group.
|
||||
|
||||
% This is what \ULon does in math mode.
|
||||
\def\UL@onmath#1{\UL@ender\mathord{\UL@hrest\mathop{\kern\z@#1}\limits\sb
|
||||
{\UL@leadtype\LA@hskip\p@ plus1fill}}\egroup}
|
||||
|
||||
\def\UL@unegroup{}
|
||||
\gdef\UL@ender{}
|
||||
% end-brace matching hack for when command is used as a font declaration:
|
||||
\def\UL@swender{\ifnum`{=\z@\fi\aftergroup}\gdef\UL@ender{}}
|
||||
|
||||
% must expand to nothing outside the ifs for syntactical spaces to work.
|
||||
% the \expandafters get rid of the \@empty inserted at the beg. of word
|
||||
\long\def\UL@word#1 {\expandafter\UL@start#1 %
|
||||
\expandafter\ifx\expandafter\UL@end#1\egroup\egroup
|
||||
\unskip \unskip \unskip % remove extra leader at end
|
||||
\spacefactor\UL@spfactor \let\UL@word\egroup
|
||||
\else % not finished
|
||||
\ifmmode\else \ifdim\lastskip=\z@\else % allow syntactical spaces
|
||||
\global\UL@skip\lastskip \unskip
|
||||
\UL@stop \UL@leaders
|
||||
\fi\fi
|
||||
\fi \UL@word\@empty}% \@empty preserves braces in param
|
||||
|
||||
% \UL@start: start of each chunk. It gives two levels of grouping.
|
||||
% Each chunk is ended by \UL@stop. Local intermissions go like
|
||||
% \UL@stop...\UL@start.
|
||||
\def\UL@start{\setbox\UL@box\hbox\bgroup\everyhbox{\UL@hrest}%
|
||||
% the following are to cope with stops (\ ,\- etc) within extra braces
|
||||
\let\UL@start\@empty \def\UL@unegroup{\bgroup\bgroup}\let\UL@leadtype\@empty
|
||||
\bgroup \kern-3sp\kern3sp % kerns so I can test for beginning of list
|
||||
\if@ignore \global\@ignorefalse \ignorespaces \fi}
|
||||
|
||||
\def\UL@stop{\global\UL@pe\lastpenalty \unpenalty % penalty in \UL@pe
|
||||
\ifnum\lastkern=\thr@@ \egroup\egroup % Nothing in hbox...but make sure:
|
||||
\ifdim\wd\UL@box=\z@ \else \UL@putbox \fi % something in box so print it
|
||||
\else \egroup\egroup \UL@putbox % something in box so print it
|
||||
\fi \ifnum\UL@pe=\z@ \else \LA@penalty\UL@pe \fi % use penalty from inside box
|
||||
\UL@unegroup}
|
||||
% notice that a box with only a penalty in it is discarded, but the penalty
|
||||
% is still used! This is so a series of discardable glues and penalties
|
||||
% behaves properly.
|
||||
|
||||
\def\UL@putbox{\ifx\UL@start\@empty \else % not inner
|
||||
\vrule\@width\z@ \LA@penalty\@M
|
||||
{\UL@skip\wd\UL@box \UL@leaders \kern-\UL@skip}%
|
||||
\box\UL@box
|
||||
\fi}
|
||||
|
||||
% With interword leaders, give some overlap to avoid gaps caused by
|
||||
% round-off errors in the printing program. Needs \unskip \unskip \unskip
|
||||
% above. This version overlaps 1/300 inch, which looks good at high
|
||||
% resolution, and will still work down to ~150 dpi. Change the value
|
||||
% of \UL@pixel if necessary.
|
||||
|
||||
\newdimen\UL@pixel \UL@pixel=1in \divide\UL@pixel 300
|
||||
|
||||
\def\UL@leaders{{\LA@hskip-\UL@pixel \advance\UL@skip\tw@\UL@pixel
|
||||
\UL@leadtype\LA@hskip\UL@skip \LA@hskip-\UL@pixel}}
|
||||
|
||||
% restore some things for inside math or \mbox
|
||||
\def\UL@hrest{\let\ \LA@space \let\-\@empty \let\penalty\LA@penalty}
|
||||
|
||||
\let\LA@space\ %
|
||||
\UL@protected\def\UL@space{\LA@space \global\UL@skip\lastskip \unskip \UL@reskip}%
|
||||
|
||||
% Hyphenation is done by explicit \discretionary. The overlapping melds
|
||||
% with the running overlap because it *is* part of the running overlap:
|
||||
% The word fragment is extended by the width of the hyphenation which is
|
||||
% then overlapped by leaders. The discretionary may occupy this space
|
||||
% if a break occurs; otherwise the next syllable gets doubly-overlapped
|
||||
% (in registration) for a distance of the hyphen's width.
|
||||
\UL@protected\def\UL@dischyp{\global\setbox\UL@hyphenbox\hbox
|
||||
{\ifnum \hyphenchar\font<\z@ \string-\else \char\hyphenchar\font \fi}%
|
||||
\kern\wd\UL@hyphenbox \LA@penalty\@M
|
||||
\UL@stop \kern-\wd\UL@hyphenbox
|
||||
\discretionary{\box\UL@hyphenbox}{}{}\UL@start}
|
||||
|
||||
\let\LA@penalty\penalty
|
||||
\UL@protected\def\UL@penalty{\relax\ifhmode \afterassignment\UL@@penalty\count@
|
||||
\else\LA@penalty\fi}
|
||||
\def\UL@@penalty{\LA@penalty \ifnum\count@=\z@
|
||||
\@ne \else \count@ \fi % zero penalty => no penalty, so use 1 instead.
|
||||
\UL@stop \UL@start}
|
||||
|
||||
% The test \ifx\ \LA@space \else means we are neither in math mode nor an
|
||||
% \mbox, so it is safe to stop the current \UL@box. \ , \- , and \penalty
|
||||
% (= \linebreak or \nolinebreak) are common enough that they are restored
|
||||
% directly (by \UL@hrest); \\, \newline, \hskip (= \hspace) are rare enough
|
||||
% that the test is incorporated in their UL versions. This adds processing
|
||||
% when they're used, but saves processing in \UL@hrest called by \everymath
|
||||
% \everyvbox and \everyhbox.
|
||||
|
||||
\let\LA@hskip\hskip
|
||||
\UL@protected\def\UL@hskip{\ifx\ \LA@space \LA@hskip \else
|
||||
\afterassignment\UL@reskip \global\UL@skip \fi}
|
||||
|
||||
\def\UL@reskip{\UL@stop \UL@leaders \UL@start}
|
||||
|
||||
% Redefine \\ and \newline so the vertical space from \\[ ] is not lost
|
||||
% and so the \hfil is not underlined! \\ and \newline do nothing if inside
|
||||
% inner braces.
|
||||
|
||||
\UL@protected\def\UL@cr{\unskip \ifx\ \LA@space \let\UL@vad\@gobble
|
||||
\else \UL@stop \unskip\unskip\unskip \let\UL@vad\vadjust \fi
|
||||
\@ifstar{\UL@vad{\LA@penalty\@M}\UL@cra}\UL@cra}
|
||||
\def\UL@cra{\@ifnextchar[\UL@crb\UL@newline}
|
||||
\def\UL@crb[#1]{\UL@vad{\vskip#1}\UL@newline}
|
||||
|
||||
\UL@protected\def\UL@newline{\ifx\UL@start\@empty % (\UL@cr may have \UL@stop-ed already)
|
||||
\unskip \ifx\ \LA@space \else \UL@stop \unskip\unskip\unskip \fi\fi
|
||||
\LA@hskip \z@\@plus.0001fil\LA@penalty -\@M \UL@start}
|
||||
|
||||
% That concludes the basic underlining. To put various other objects
|
||||
% (characters) under (or over) text we need to define \markoverwith
|
||||
% to set the overlay material in a box, and use leaders of that box for
|
||||
% overlaying the text. Here, the meaning of \UL@pixel is changed so
|
||||
% that `pixel' size = box size. Note that we generally need \leaders
|
||||
% (not \cleaders) for text, because an underline will be a patchwork
|
||||
% of small \leaders, and the characters must stay in registration.
|
||||
% However, we "hook" the leaders command so specific applications can
|
||||
% reassign it (\let\ULleaders\xleaders or \let\ULleaders\cleaders).
|
||||
%
|
||||
\newbox\ULC@box
|
||||
\let\ULleaders\leaders
|
||||
|
||||
\UL@protected\def\markoverwith#1{\leavevmode
|
||||
\setbox\ULC@box\hbox{{#1}}\UL@pixel.5\wd\ULC@box
|
||||
\ifmmode \setbox\ULC@box\hbox{\raise1.4ex\box\ULC@box}%
|
||||
\dp\ULC@box-1.4ex\ht\ULC@box\z@ \def\UL@leadtype{\cleaders\copy\ULC@box}%
|
||||
\else
|
||||
\def\UL@leadtype{\ULleaders\copy\ULC@box}%
|
||||
\fi}
|
||||
|
||||
% Now define various special underlines. All the definitions go like
|
||||
% \def \command {\bgroup \markoverwith{something} \ULon}
|
||||
|
||||
% For drawing a wavey underline instead of a straight one the command
|
||||
% is \uwave (under-wave) which uses the wiggle from 6-pt lasy font:
|
||||
|
||||
\UL@protected\def\uwave{\leavevmode \bgroup
|
||||
\ifdim \ULdepth=\maxdimen \ULdepth 3.5\p@
|
||||
\else \advance\ULdepth2\p@
|
||||
\fi \markoverwith{\lower\ULdepth\hbox{\sixly \char58}}\ULon}
|
||||
\font\sixly=lasy6 % does not re-load if already loaded, so no memory drain.
|
||||
|
||||
% To draw a double underline under text, use \uuline{text}
|
||||
|
||||
\UL@protected\def\uuline{\leavevmode \bgroup
|
||||
\UL@setULdepth
|
||||
\ifx\UL@on\UL@onin \advance\ULdepth2.8\p@\fi
|
||||
\markoverwith{\lower\ULdepth\hbox
|
||||
{\kern-.03em\vbox{\hrule width.2em\kern1\p@\hrule}\kern-.03em}}%
|
||||
\ULon}
|
||||
|
||||
% To draw a line through text instead of under it (strike out) do
|
||||
% `under'-line with negative depth. Note that this one uses a real
|
||||
% line, not characters, so there is no \markoverwith.
|
||||
|
||||
\UL@protected\def\sout{\leavevmode \bgroup \ULdepth=-.55ex \ULset}
|
||||
|
||||
% To mark //// over text instead of underlining (x-out)
|
||||
%
|
||||
\UL@protected\def\xout{\leavevmode \bgroup
|
||||
\markoverwith{\hbox to.35em{\hss/\hss}}\ULon}
|
||||
|
||||
\UL@protected\def\dotuline{\leavevmode \bgroup
|
||||
\UL@setULdepth
|
||||
\ifx\UL@on\UL@onin \advance\ULdepth2\p@\fi
|
||||
\markoverwith{\begingroup
|
||||
%\advance\ULdepth0.08ex
|
||||
\lower\ULdepth\hbox{\kern.06em .\kern.04em}%
|
||||
\endgroup}%
|
||||
\ULon}
|
||||
|
||||
\UL@protected\def\dashuline{\leavevmode \bgroup
|
||||
\UL@setULdepth
|
||||
\ifx\UL@on\UL@onin \advance\ULdepth2\p@\fi
|
||||
\markoverwith{\kern.13em
|
||||
\vtop{\kern\ULdepth \hrule width .3em}%
|
||||
\kern.13em}\ULon}
|
||||
|
||||
% A command to declare that an underline command should be used in
|
||||
% place of a particular font selection:
|
||||
% \useunder {underline_command}{font_declaration}{font_command}
|
||||
% e.g.: \useunder{\uuline}{\bfseries}{\textbf}
|
||||
% \useunder{\uwave}{\bf}{}
|
||||
|
||||
\UL@protected\def\useunder#1#2#3{\relax
|
||||
\ifx\relax#2\relax\else % declaration command given
|
||||
\UL@protected\def#2{\def\@tempa{#1}\global\let\UL@ender\UL@swender
|
||||
\expandafter\@tempa\expandafter{\ifnum\z@=\string`}\fi}%
|
||||
\fi
|
||||
\ifx\relax#3\relax\else % argumentative command
|
||||
\UL@protected\def#3{#1}%
|
||||
\fi}
|
||||
|
||||
\expandafter\ifx \csname @ifundefined\endcsname \relax
|
||||
|
||||
% Allow plain TeX to use ulem.sty:
|
||||
\def\@height{height}
|
||||
\def\@depth{depth}
|
||||
\def\@width{width}
|
||||
\def\@empty{}
|
||||
\long\def\@gobble#1{}
|
||||
\long\def\@firstoftwo#1#2{#1}%
|
||||
\long\def\@secondoftwo#1#2{#2}%
|
||||
% Do non-outer \newif with no visible \if's or \fi's when skipping
|
||||
\csname newif\expandafter\endcsname \csname if@ignore\endcsname
|
||||
|
||||
\else
|
||||
|
||||
\let\LA@em\em \let\LA@emph\emph
|
||||
\expandafter\let\expandafter\LA@Pem \csname em \endcsname
|
||||
\expandafter\let\expandafter\LA@Pemph \csname emph \endcsname
|
||||
\def\ULforem{\useunder{\uline}{\em}{\emph}}
|
||||
\def\normalem{\let\em\LA@em \let\emph\LA@emph
|
||||
\expandafter\let\csname em \endcsname\LA@Pem
|
||||
\expandafter\let\csname emph \endcsname\LA@Pemph}
|
||||
\ULforem % default is to use underlining for \em,
|
||||
|
||||
\fi
|
||||
|
||||
% Process LaTeX \package options; plain TeX skips this section
|
||||
|
||||
\expandafter\ifx\csname ProvidesPackage\endcsname \relax \else
|
||||
\ProvidesPackage{ulem}[2019/11/18]
|
||||
\DeclareOption{normalem}{\normalem}
|
||||
\DeclareOption{ULforem}{\ULforem}
|
||||
\DeclareOption{normalbf}{}
|
||||
\DeclareOption{UWforbf}{\useunder{\uwave}{\bf}{\textbf}}
|
||||
\ProcessOptions
|
||||
%
|
||||
\newcommand\UL@marpar[2][\ULmp@opt@arg]{\gdef\ULmp@opt@arg{#2}%
|
||||
\ifx\ \LA@space \@latexerr{Marginpar lost}%
|
||||
\else \UL@stop \LA@marginpar[#1]{#2}\UL@start \fi}
|
||||
%
|
||||
\AtBeginDocument{\let\LA@marginpar\marginpar}%
|
||||
%
|
||||
\addto@hook\UL@hook{\let\marginpar\UL@marpar}
|
||||
\fi
|
||||
|
||||
\catcode`@=\ULthickness % Scratch meaning: restore catcode of @
|
||||
|
||||
\def\ULthickness{.4pt}% can change this with \renewcommand
|
||||
\newdimen\ULdepth \ULdepth=\maxdimen
|
||||
% "maxdimen" depth causes the depth to be set according to the font. You
|
||||
% can change \ULdepth for a permanent setting or a special effect (\sout).
|
||||
|
||||
\endinput
|
||||
|
||||
|
||||
% Previous bug-finders: Esther Hu (\hfill in plain); Lones Smith (\tt\-);
|
||||
% Steve Anderson (\ooalign accents); Thanassi Protopapas ( { in tables).
|
||||
% The bug finders' fee is now $0.00; it will double for each new bug found.
|
||||
% Version (identified by year)
|
||||
% 1994:
|
||||
% Many changes! Notably: LaTeX2e options and \emph. Nesting works (somewhat).
|
||||
% Behavior with inner braces is more consistent (not stripped). \useunder.
|
||||
% Better underwave (using lasy6). Special underlines are not commented out.
|
||||
% patch 1995: fix \UL@swender to work in {tabular}; make hyphenation join
|
||||
% well; crude math support; eliminate \@clb
|
||||
% 1996: use "\csname ProvidesPackage\endcsname", tidying.
|
||||
% 1997: fix \\ when LaTeX changed; remove extra overlap in putbox.
|
||||
% 2000: hook (and marginpar)
|
||||
% 2004: Fix spacing in \uwave and \xout. \ULleaders hook.
|
||||
% 2009: Accept \par in argument (\long)
|
||||
% 2010: Include \dotuline and \dashuline, typeset documentation, add \UL@setULdepth
|
||||
% 2011: Change \dimen@ to \UL@height
|
||||
% 2012: Removed \let\par garbage
|
||||
% 2017: Remove \makerobust
|
||||
% 2019: Handle \ULdepth better. Some tweaks.
|
||||
%
|
||||
% Send problem reports to asnd@triumf.ca
|
||||
%
|
||||
% test integrity:
|
||||
% brackets: round, square, curly, angle: () [] {} <>
|
||||
% backslash, slash, vertical, at, dollar, and: \ / | @ $ &
|
||||
% hat, grave, acute (apostrophe), quote, tilde, under: ^ ` ' " ~ _
|
||||
@@ -236,6 +236,8 @@ Table: Sprints und deren Schwerpunkte
|
||||
### Grafische Darstellung
|
||||
|
||||
```mermaid
|
||||
%%| fig-cap: Projektumfeld Analyse
|
||||
%%| filename: projektumfeld-analyse
|
||||
|
||||
flowchart TD
|
||||
%% Interne Umwelten (Oben)
|
||||
@@ -318,6 +320,8 @@ Table: Risikoanalyse und Bewertung
|
||||
### Grafische Darstellung
|
||||
|
||||
```mermaid
|
||||
%%| fig-cap: Risikoportfolio Alumnihub
|
||||
%%| filename: risikoportfolio-alumnihub
|
||||
quadrantChart
|
||||
title Risikoportfolio Alumnihub
|
||||
x-axis Geringe Auswirkung --> Hohe Auswirkung
|
||||
@@ -19,6 +19,7 @@ Mein Aufgabenbereich in diesem Projekt war vielseitig und umfasste sowohl leiten
|
||||
\
|
||||
|
||||
Als Product Owner war ich für die Definition der Produktvision und die Priorisierung des Backlogs verantwortlich. Dies beinhaltete:
|
||||
|
||||
- **Anforderungsmanagement**: Erhebung und Strukturierung der Anforderungen in Zusammenarbeit mit den Betreuern und dem Team.
|
||||
- **Sprint-Planung**: Organisation der 14-tägigen Sprints in YouTrack, um einen kontinuierlichen Entwicklungsfluss sicherzustellen.
|
||||
- **Qualitätssicherung**: Definition der *Definition of Done* (DoD) und Durchführung von Code-Reviews zur Einhaltung von Architekturstandards.
|
||||
@@ -28,6 +29,7 @@ Als Product Owner war ich für die Definition der Produktvision und die Priorisi
|
||||
\
|
||||
|
||||
Ein wesentlicher Teil meiner Arbeit lag in der Bereitstellung der technischen Basis für das gesamte Team:
|
||||
|
||||
- **Deployment-Strategie**: Konzeption und Umsetzung der Server-Infrastruktur auf Basis von Debian Linux und NginX als Reverse-Proxy.
|
||||
- **Datenbankdesign**: Entwurf des relationalen Datenmodells in PostgreSQL, inklusive der Absicherung durch SSL/TLS.
|
||||
- **CI/CD-Pipeline**: Automatisierung der Build- und Deployment-Prozesse mittels Gitea Actions für eine effiziente Integration der Teambeiträge.
|
||||
@@ -176,7 +178,8 @@ Ein Modul in Oqtane besteht aus vier Projekten:
|
||||
|
||||
- Im Package-Projekt findet man Skripte zum Debuggen und Releasen eines Moduls und die NuGet-Spezifikation.
|
||||
- Beim Debug werden die DLLs, PDBs und statischen Assets wie Skripte und Stylesheets der drei anderen Projekte in den bereits gebauten Oqtane.Server `oqtane.framework/oqtane.server/bin/debug/net10.0/...` kopiert.
|
||||
- Beim Release wird ein NuGet-Paket erstellt und unter oqtane.framework/oqtane.server/Packages abgelegt. Dort abgelegte NuGet-Pakete werden beim nächsten Start des Oqtane-Servers installiert (Datenbank-Migrationen werden gemacht und die Pakete entpackt).
|
||||
- Beim Release wird ein NuGet-Paket erstellt und unter \
|
||||
oqtane.framework/oqtane.server/Packages abgelegt. Dort abgelegte NuGet-Pakete werden beim nächsten Start des Oqtane-Servers installiert (Datenbank-Migrationen werden gemacht und die Pakete entpackt).
|
||||
|
||||
### Zusammenspiel der Infrastruktur
|
||||
|
||||
|
Before Width: | Height: | Size: 351 KiB After Width: | Height: | Size: 351 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 471 KiB After Width: | Height: | Size: 471 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 208 KiB After Width: | Height: | Size: 208 KiB |
|
Before Width: | Height: | Size: 227 KiB After Width: | Height: | Size: 227 KiB |
|
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 105 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 459 KiB After Width: | Height: | Size: 459 KiB |
|
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 195 KiB |
|
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 168 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 344 KiB After Width: | Height: | Size: 344 KiB |
BIN
Diplomarbeitsbuch/images/preamble/logo-short.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
Diplomarbeitsbuch/images/preamble/logo.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
Diplomarbeitsbuch/images/preamble/szu.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
@@ -10,14 +10,14 @@ pandoc \
|
||||
98-abbildungsverzeichnis.md \
|
||||
99-bibliographie.md \
|
||||
--number-sections \
|
||||
--lua-filter _extensions/diagram/diagram.lua \
|
||||
--syntax-definition _extensions/razor/razor.xml \
|
||||
--syntax-definition _extensions/nginx/nginx.xml \
|
||||
--lua-filter ../_extensions/diagram/diagram.lua \
|
||||
--syntax-definition ../_extensions/razor/razor.xml \
|
||||
--syntax-definition ../_extensions/nginx/nginx.xml \
|
||||
--citeproc \
|
||||
--bibliography sources.bib \
|
||||
--csl _extensions/sources/tgm.csl \
|
||||
--csl ../_extensions/sources/tgm.csl \
|
||||
--include-before-body 00_preamble.tex \
|
||||
-H _extensions/header/header.tex \
|
||||
-H ../_extensions/header/header.tex \
|
||||
-V geometry:"top=2.5cm, bottom=2cm, left=3cm, right=2cm, a4paper" \
|
||||
-V toc-title="Inhaltsverzeichnis" \
|
||||
-V classoption=twoside \
|
||||
@@ -1,100 +0,0 @@
|
||||
---
|
||||
marp: true
|
||||
theme: default
|
||||
paginate: true
|
||||
---
|
||||
|
||||
# Defensio Diplomarbeit: AlumniHub
|
||||
## Individueller Teil: Florian Edlmayer
|
||||
**Datensicherheit, Backup-Systeme & Premium-Bereich**
|
||||
|
||||
---
|
||||
|
||||
# Ausgangslage & Zielsetzung
|
||||
- **Ausgangssituation**: Fehlen einer sicheren, datenschutzkonformen digitalen Vernetzung der Absolventen der HTL Ungargasse.
|
||||
- **Mein Beitrag**:
|
||||
- DSGVO-konforme Datenschutzimplementierung.
|
||||
- Robuste, automatisierte Backups & Restore-Systeme.
|
||||
- Externes Login mittels LinkedIn (OAuth 2.0).
|
||||
- Konzeption und Entwicklung des Premium-Bereichs.
|
||||
- **Nutzen**: Rechtskonformer Betrieb, hohe Ausfallsicherheit, einfache Nutzung, Förderung des Engagements.
|
||||
|
||||
---
|
||||
|
||||
# Eingesetzte Technologien
|
||||
- **Framework**: ASP.NET Core & .NET 8
|
||||
- **Datenbanksystem**: PostgreSQL
|
||||
- **Authentifizierung**: OAuth 2.0 (LinkedIn)
|
||||
- **Scripting & Automation**: Bash-Skripte für Linux Cronjobs
|
||||
|
||||
---
|
||||
|
||||
# DSGVO & Datenschutz
|
||||
- **Notwendigkeit**: Einhaltung gesetzlicher Rahmenbedingungen (DSGVO, DSG).
|
||||
- **Umsetzung**:
|
||||
- Erstellung und Einbindung einer rechtskonformen Datenschutzerklärung.
|
||||
- **Datenminimierung**: Es werden nur absolut notwendige Daten für den Vereinszweck erhoben.
|
||||
- **Vertraulichkeit**: TLS/HTTPS-Verschlüsselung, lokales Hosting der Daten in Österreich (LiveDesign).
|
||||
- Sicherstellung aller Betroffenenrechte (Auskunft, Löschung).
|
||||
|
||||
---
|
||||
|
||||
# Backup- & Restore-Systeme (1)
|
||||
- **Problem**: Schutz der Daten vor Hardwareausfällen, Softwarefehlern oder Cyberangriffen.
|
||||
- **Lösung: Vollautomatisiertes Backup-Skript**
|
||||
- **Cronjob** führt Skript nachtschlafend (`02:30 Uhr`) aus.
|
||||
- Sichert die `PostgreSQL`-Datenbank im Custom-Format (`pg_dump -Fc`).
|
||||
- Komprimiert den gesamten App-Dateibaum mittels `tar -cvpzf`.
|
||||
- Alle Backups erhalten UTC-Zeitstempel für ordentliche Strukturierung.
|
||||
|
||||
---
|
||||
|
||||
# Backup- & Restore-Systeme (2)
|
||||
- **Retention Management**:
|
||||
- Automatische Bereinigung alter Backups (Rotation). Nur die neuesten 30 Backups (`RETAIN=30`) bleiben vorhanden, um Speicherplatz zu sparen.
|
||||
- **Restore-Skript**:
|
||||
- Kontrollierter Wiederherstellungsprozess.
|
||||
- Integrierte Sicherheitsabfrage (`ja/nein`) vor dem Überschreiben.
|
||||
- Umbenennen bestehender Ordner als "Rückversicherung".
|
||||
- Neuanlage der Datenbank (`dropdb` / `createdb`) & Einspielen via `pg_restore`.
|
||||
|
||||
---
|
||||
|
||||
# Authentifizierung mit LinkedIn (OAuth 2.0)
|
||||
- **Ziel**: Reduzierung von Registrierungshürden und Steigerung der Plattformsicherheit (keine Passwörter im eigenen System speichern).
|
||||
- **Ablauf**:
|
||||
- Nutzer klickt auf "Via LinkedIn Anmelden".
|
||||
- Weiterleitung an LinkedIn -> Freigabe durch den Nutzer.
|
||||
- Oqtane External Login fängt Authorization Code ab, tauscht diesen gegen ein Access Token.
|
||||
- Automatisches Mapping auf lokales Benutzerkonto mithilfe der definierten *Claims* (Name, System-ID).
|
||||
|
||||
---
|
||||
|
||||
# Der Premium-Bereich (1)
|
||||
- **Zweck**: Anreiz für aktives Engagement im Absolventenverein.
|
||||
- **Ingenieur-Antrags-Workflow**:
|
||||
- Nutzer können *Ingenieur-Anträge* (PDF) via Oqtane FileManager hochladen (`Entity: EngineerApplication`).
|
||||
- Nach Prüfung und Freigabe durch Admins (`Approved`) wird automatisch für 12 Monate der Premium-Status vergeben (`UserPremium`).
|
||||
- **Bibliothek**:
|
||||
- Premium-Mitglieder können eine Übersicht aller genehmigten Vorzeige-Anträge einsehen.
|
||||
|
||||
---
|
||||
|
||||
# Der Premium-Bereich (2)
|
||||
- **Mitgliedersuche & Kontakt**:
|
||||
- Gezielte, datensparsame Suchfunktion nach anderen Absolventen.
|
||||
- Die Suche filtert sensible Daten serverseitig heraus, bevor es zum Client geschickt wird.
|
||||
- **Kontakt-Mechanismus**: In-App Nachrichtensystem *ohne* Preisgabe der persönlichen E-Mail-Adresse. Oqtane übernimmt als Broker die Zustellung.
|
||||
- **Architektur**:
|
||||
- Umsetzung über EF Core (Tabellen: `UserPremium`, `EngineerApplication`, `PremiumEvent` wg. Audit-Trails).
|
||||
- Rollenbasierte Zugriffskontrollen tief in der Service-Schicht (`IsAuthorized`).
|
||||
|
||||
---
|
||||
|
||||
# Fazit & Ausblick
|
||||
- **Erreichtes**:
|
||||
- Sensible Mitglieder-Daten sind DSGVO-konform geschützt.
|
||||
- Die Betriebssicherheit wird durch fehlerresistente Bash-Backups bewahrt.
|
||||
- Der nahtlose Login mit LinkedIn reduziert Barrieren stark.
|
||||
- Der Premium-Bereich samt Ingenieur-Anträgen stiftet echten Mehrwert für die Alumni-Community.
|
||||
- **Ausblick**: Evaluierung weiterführender OAuth-Anbieter sowie Ausbau der Premium-Pfeiler zur Steigerung der Mitglieds-Dauerhaftigkeit.
|
||||
22
Video_Text_Skript.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Video Text Skript
|
||||
|
||||
Anfang: Willkommen zu unserem Video über den AlumniHub. Wir sind Konstantin Hintermayer, Florian Edlmayer und Adam Gaiswinkler und wir haben im Rahmen unserer Diplomarbeit an der HTL SZU Ungargasse eine moderne Webanwendung für den Absolventenverein entwickelt.
|
||||
Zu beginn unseres Projekts sind wir auf viele Probleme gestoßen. Im Sommer beschäftigten wir uns mit einer Übergangslösung um das kommende Treffen der Absolventen im Jahr 2025 zu ermöglichen. Ein weiteres Problem war unser Team Downsizing von 6 auf 3 Mitglieder. Dadurch mussten wir unsere ursprünglichen Pläne stark überdenken und uns auf das Wesentliche konzentrieren.
|
||||
Außerdem sind wir immer wieder auf Probleme mit unserer Serverinfrastruktur gestoßen.
|
||||
|
||||
Ein zentraler Teil unserer Arbeit ist die kontinuierliche Integration unserer Software. Wir haben uns für Git als Versionsverwaltungssystem entschieden und hosten eine Gitea Instanz. Bei veröffentlichen eines tags wird automatisch ein neues Debian Paket gebaut und in unsererem Debian Package Registry bereitgestellt.Durch diese automatisierung ist die veröffentlichung von neuen Softwareversionen stark vereinfacht worden.
|
||||
|
||||
Das Hauptziel des Projektes war es eine moderne Webanwendung für den Absolvenntenverein zu kreieren. Die es ermöglicht einfach Events und treffen zu organisieren mithilfe unseres EventRegistration Moduls. Weiter Funktionen sind die Hall of Fame, wo Absolventen ihre Erfolge präsentieren können, das Schwarze Brett für Neuigkeiten und Jobangebote und der Premiumbereich für exklusive Inhalte. Diese sind im Laufe der Entwicklung hinzugekommen.
|
||||
|
||||
Nun wollen wir Ihnen unsere Webanwendung genauer vorstellen.
|
||||
|
||||
EventRegistration Modul:
|
||||
|
||||
|
||||
Hall of Fame Modul:
|
||||
|
||||
|
||||
Schwarzes Brett Modul:
|
||||
|
||||
|
||||
Premiumbereich Modul:
|
||||
31
defensio.md
Normal file
@@ -0,0 +1,31 @@
|
||||
% Habits
|
||||
% John Doe
|
||||
% March 22, 2005
|
||||
|
||||
# In the morning
|
||||
|
||||
## Getting up
|
||||
|
||||
- Turn off alarm
|
||||
- Get out of bed
|
||||
|
||||
## Breakfast
|
||||
|
||||
- Eat eggs
|
||||
- Drink coffee
|
||||
|
||||
# In the evening
|
||||
|
||||
## Dinner
|
||||
|
||||
- Eat spaghetti
|
||||
- Drink wine
|
||||
|
||||
------------------
|
||||
|
||||

|
||||
|
||||
## Going to sleep
|
||||
|
||||
- Get in bed
|
||||
- Count sheep
|
||||