Add Autor section with copyright to README and BEDIENUNGSANLEITUNG
This commit is contained in:
parent
f64613f58e
commit
73504b1bce
4 changed files with 13 additions and 24 deletions
|
|
@ -317,3 +317,9 @@ Algorithmen mit besonderen Eigenschaften oder Anwendungsfällen.
|
|||
## Lizenz
|
||||
|
||||
Dieses Projekt ist eine Open-Source-Lehr- und Lernressource.
|
||||
|
||||
---
|
||||
|
||||
## Autor
|
||||
|
||||
© 2026 Dieter Schlüter <dieter(dot)schlueter(at)linix(dot)de>
|
||||
|
|
|
|||
|
|
@ -81,3 +81,9 @@ README.md # Dieses Dokument
|
|||
- **Keine externen Abhängigkeiten** — läuft offline
|
||||
- **Externe CDN** (optional, für Icons): Lucide Icons, Tailwind CSS
|
||||
- **Version** — wird automatisch via `pre-commit`-Hook erhöht
|
||||
|
||||
---
|
||||
|
||||
## Autor
|
||||
|
||||
© 2026 Dieter Schlüter <dieter(dot)schlueter(at)linix(dot)de>
|
||||
|
|
|
|||
|
|
@ -1,23 +0,0 @@
|
|||
import js from '@eslint/js';
|
||||
import globals from 'globals';
|
||||
|
||||
export default [
|
||||
js.configs.recommended,
|
||||
{
|
||||
languageOptions: {
|
||||
globals: {
|
||||
...globals.browser,
|
||||
...globals.node,
|
||||
},
|
||||
ecmaVersion: 2022,
|
||||
sourceType: 'module',
|
||||
},
|
||||
rules: {
|
||||
'no-var': 'error',
|
||||
'no-unused-vars': ['warn', { args: 'none' }],
|
||||
'semi': ['error', 'always'],
|
||||
'no-console': 'off',
|
||||
'no-constant-condition': 'off',
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
@ -204,7 +204,7 @@
|
|||
<div class="flex-1"></div>
|
||||
<div class="text-center">
|
||||
<h1 class="title-text font-bold tracking-tight" style="color: var(--c-text); text-shadow: 0 0 40px rgba(74,124,255,0.3);">
|
||||
Sortier-Algorithmen <span style="font-size: 0.45em; font-weight: 400; opacity: 0.5; vertical-align: middle;">v0.2.17</span>
|
||||
Sortier-Algorithmen <span style="font-size: 0.45em; font-weight: 400; opacity: 0.5; vertical-align: middle;">v0.2.18</span>
|
||||
</h1>
|
||||
<p class="text-muted text-sm mt-0.5">Interaktive Visualisierung mit schrittweiser Animation</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue