Compare commits
1 Commits
main
...
renovate/c
| Author | SHA1 | Date | |
|---|---|---|---|
| 88fac61342 |
121
.spelling
121
.spelling
@@ -43,128 +43,7 @@ postgres
|
||||
kyverno
|
||||
k3s
|
||||
kubeadm
|
||||
Rodionov
|
||||
datadog
|
||||
mimir
|
||||
GCP
|
||||
backend
|
||||
Selenoid
|
||||
e2e
|
||||
onpier
|
||||
tekton
|
||||
opentofu
|
||||
hashicorp
|
||||
mongo
|
||||
über
|
||||
anständigen
|
||||
CI
|
||||
würde
|
||||
loki
|
||||
selbstgeschriebenen
|
||||
datenbanken
|
||||
veränderungen
|
||||
für
|
||||
ausführen
|
||||
außerdem
|
||||
lebenslauf
|
||||
hochgeladen
|
||||
skripting
|
||||
hauptsächlich
|
||||
themenbereiche
|
||||
änderungen
|
||||
auszuführen
|
||||
zeitraum
|
||||
GitOps
|
||||
FluxCD
|
||||
gitlab
|
||||
restic
|
||||
vaultwarden
|
||||
standort
|
||||
höchstleistungen
|
||||
Fähigkeiten
|
||||
docker
|
||||
Golang
|
||||
Datenbankverwaltung
|
||||
Einführung
|
||||
selbstverwalteten
|
||||
Entwicklungsteams
|
||||
Zugriffsmanagement
|
||||
Ausführung
|
||||
Deployments
|
||||
größeren
|
||||
kundenorientierter
|
||||
Datenbank-Lifecycle-Managements
|
||||
Refactoring
|
||||
Ablösung
|
||||
CD-Lösung
|
||||
Preview-Environments
|
||||
Daten-Streaming
|
||||
JavaScript
|
||||
Zugriffsrechten
|
||||
Repositories
|
||||
Email
|
||||
- index.md
|
||||
Rodionov
|
||||
db-operator
|
||||
Tekton
|
||||
- ./german/index.md
|
||||
Nikolai
|
||||
hands-on
|
||||
self-managed
|
||||
Monitoring
|
||||
Kafka-Zugriffsverwaltung
|
||||
downtime-free
|
||||
blue-green
|
||||
RabbitMQ-Deployments
|
||||
Data-Streamings
|
||||
Maintainer
|
||||
CRD
|
||||
Giant
|
||||
Swarm
|
||||
Bash
|
||||
Go
|
||||
Rust
|
||||
Continuous
|
||||
Actions
|
||||
Circle-CI
|
||||
Woodpecker-CI
|
||||
Drone-CI
|
||||
Delivery
|
||||
Flux
|
||||
as
|
||||
Terraform
|
||||
Cloud
|
||||
Azure
|
||||
Observability
|
||||
Prometheus
|
||||
Alloy
|
||||
Secret-Management
|
||||
Sops
|
||||
Age
|
||||
Secrets
|
||||
Vault
|
||||
Dragonfly
|
||||
Storages
|
||||
Longhorn
|
||||
Selenium
|
||||
Self-Hosted
|
||||
IaC
|
||||
GCP-Kafka-Zugriffsverwaltung
|
||||
downtime-freien
|
||||
Blue-Green-RabbitMQ-Deployments
|
||||
Kubernetes-Backends
|
||||
Faro
|
||||
Minio-Bucket
|
||||
Open-Source-Kubernetes-Operators
|
||||
Deployment-Workflows
|
||||
Selenoid-Backends
|
||||
db-operator
|
||||
Terraform-Codebasis
|
||||
Downtime
|
||||
Cross-Cloud-Backup-Strategien
|
||||
Federated-Prometheus-Cluster
|
||||
- ./english/index.md
|
||||
Golang
|
||||
selenoid
|
||||
golang
|
||||
db-operator
|
||||
|
||||
@@ -2,13 +2,6 @@
|
||||
when:
|
||||
event: push
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- LANGUAGE: english
|
||||
SHORT: en
|
||||
- LANGUAGE: german
|
||||
SHORT: de
|
||||
|
||||
steps:
|
||||
build:
|
||||
name: Build the CV
|
||||
@@ -20,8 +13,6 @@ steps:
|
||||
securityContext:
|
||||
privileged: true
|
||||
commands:
|
||||
- mkdir -p ~/.local/share/fonts
|
||||
- cp ./fonts/fira_sans/* ~/.local/share/fonts/
|
||||
- apt-get update
|
||||
- |-
|
||||
apt-get install -y libx11-xcb1 libxcomposite1 libasound2 \
|
||||
@@ -32,34 +23,34 @@ steps:
|
||||
libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 \
|
||||
libnss3-dev
|
||||
- npm install
|
||||
- npm run build-${LANGUAGE}
|
||||
- npm run build
|
||||
- mkdir $CI_WORKSPACE/cv
|
||||
- mv ${LANGUAGE}/index.pdf $CI_WORKSPACE/cv/n.rodionov_${SHORT}.$CI_COMMIT_SHA.pdf
|
||||
- mv index.pdf $CI_WORKSPACE/cv/n.rodionov.$CI_COMMIT_SHA.pdf
|
||||
|
||||
upload:
|
||||
name: Upload the CV
|
||||
image: rclone/rclone:latest
|
||||
secrets:
|
||||
- rclone_config_content
|
||||
environment:
|
||||
RCLONE_CONFIG: /tmp/rclone.conf
|
||||
RCLONE_CONFIG_CONTENT:
|
||||
from_secret: RCLONE_CONFIG_CONTENT
|
||||
commands:
|
||||
- echo "$RCLONE_CONFIG_CONTENT" > $RCLONE_CONFIG
|
||||
- |-
|
||||
rclone copy -P $CI_WORKSPACE/cv minio:/public-download/n.rodionov
|
||||
rclone copy -P $CI_WORKSPACE/cv badhouseplants-minio:/public-download/n.rodionov
|
||||
|
||||
release:
|
||||
when:
|
||||
branch: main
|
||||
name: Upload the official version
|
||||
image: rclone/rclone:latest
|
||||
secrets:
|
||||
- rclone_config_content
|
||||
environment:
|
||||
RCLONE_CONFIG: /tmp/rclone.conf
|
||||
RCLONE_CONFIG_CONTENT:
|
||||
from_secret: RCLONE_CONFIG_CONTENT
|
||||
commands:
|
||||
- echo "$RCLONE_CONFIG_CONTENT" > $RCLONE_CONFIG
|
||||
- |-
|
||||
rclone copyto \
|
||||
minio:/public-download/n.rodionov/n.rodionov_${SHORT}.$CI_COMMIT_SHA.pdf \
|
||||
minio:/public-download/n.rodionov_${SHORT}.pdf
|
||||
badhouseplants-minio:/public-download/n.rodionov/n.rodionov.$CI_COMMIT_SHA.pdf \
|
||||
badhouseplants-minio:/public-download/n.rodionov.pdf
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
---
|
||||
when:
|
||||
event: push
|
||||
matrix:
|
||||
LANGUAGE:
|
||||
- english
|
||||
- german
|
||||
branch:
|
||||
exclude:
|
||||
- main
|
||||
steps:
|
||||
spellcheck:
|
||||
name: Run the spellchecker
|
||||
image: node
|
||||
commands:
|
||||
- npm install
|
||||
- npm run test-${LANGUAGE}
|
||||
- npm run test
|
||||
|
||||
30
Makefile
30
Makefile
@@ -1,26 +1,8 @@
|
||||
install:
|
||||
npm install
|
||||
build:
|
||||
npm run build
|
||||
|
||||
build-english: install
|
||||
npm run build-english
|
||||
test:
|
||||
npm run test
|
||||
|
||||
build-german: install
|
||||
npm run build-german
|
||||
|
||||
build: build-english build-german
|
||||
|
||||
test-english: install
|
||||
npm run test-english
|
||||
|
||||
test-german: install
|
||||
npm run test-german
|
||||
|
||||
test: test-english test-german
|
||||
|
||||
fix-english: install
|
||||
npm run fix-english
|
||||
|
||||
fix-german: install
|
||||
npm run fix-german
|
||||
|
||||
fix: fix-english fix-german
|
||||
fix:
|
||||
npm run fix
|
||||
|
||||
@@ -1,144 +0,0 @@
|
||||
/* ===============================
|
||||
Nord Dark – Compact Markdown
|
||||
github-markdown-css compatible
|
||||
=============================== */
|
||||
|
||||
.markdown-body {
|
||||
background: #2E3440;
|
||||
color: #D8DEE9;
|
||||
font-family: "Fira Sans";
|
||||
font-size: 15px;
|
||||
line-height: 1.55;
|
||||
padding-top: 2.0rem;
|
||||
padding-bottom: 1.0rem;
|
||||
padding-right: 3.0rem;
|
||||
padding-left: 3.0rem;
|
||||
}
|
||||
|
||||
/* Headings */
|
||||
.markdown-body h1,
|
||||
.markdown-body h2,
|
||||
.markdown-body h3,
|
||||
.markdown-body h4,
|
||||
.markdown-body h5,
|
||||
.markdown-body h6 {
|
||||
border: none;
|
||||
margin-top: 1.2em;
|
||||
margin-bottom: 0.4em;
|
||||
font-weight: 700;
|
||||
color: #ECEFF4;
|
||||
}
|
||||
|
||||
.markdown-body h1 { font-size: 1.9em; }
|
||||
.markdown-body h2 { font-size: 1.6em; }
|
||||
.markdown-body h3 { font-size: 1.35em; }
|
||||
.markdown-body h4 { font-size: 1.15em; }
|
||||
.markdown-body h5 { font-size: 1.02em; }
|
||||
.markdown-body h6 { font-size: 0.95em; }
|
||||
|
||||
/* Paragraphs */
|
||||
.markdown-body p {
|
||||
margin: 0.55em 0;
|
||||
}
|
||||
|
||||
/* Blockquotes – SAME vertical spacing as paragraphs */
|
||||
.markdown-body blockquote {
|
||||
margin: 0.55em 0;
|
||||
padding: 0.55em 0.8em;
|
||||
border-left: 3px solid #8FBCBB;
|
||||
background: #3B4252;
|
||||
color: #D8DEE9;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.markdown-body blockquote > :first-child { margin-top: 0; }
|
||||
.markdown-body blockquote > :last-child { margin-bottom: 0; }
|
||||
|
||||
/* Links */
|
||||
.markdown-body a {
|
||||
color: #ECEFF4; /* same as headings → bold-text feel */
|
||||
font-weight: 700; /* bold */
|
||||
text-decoration: none;
|
||||
border-bottom: 0.5px dotted #88C0D0; /* underline = link signal */
|
||||
}
|
||||
|
||||
.markdown-body a:hover {
|
||||
color: #8FBCBB; /* subtle Nord accent on hover */
|
||||
border-bottom-color: #8FBCBB;
|
||||
}
|
||||
|
||||
/* Code */
|
||||
.markdown-body code {
|
||||
background: #3B4252;
|
||||
color: #EBCB8B;
|
||||
padding: 0.1em 0.3em;
|
||||
border-radius: 3px;
|
||||
font-size: 0.92em;
|
||||
}
|
||||
|
||||
.markdown-body pre {
|
||||
background: #3B4252;
|
||||
color: #ECEFF4;
|
||||
padding: 0.75em 0.9em;
|
||||
border-radius: 5px;
|
||||
overflow-x: auto;
|
||||
border-left: 3px solid #81A1C1;
|
||||
margin: 0.7em 0;
|
||||
}
|
||||
|
||||
.markdown-body pre code {
|
||||
background: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Lists */
|
||||
.markdown-body ul,
|
||||
.markdown-body ol {
|
||||
padding-left: 1.3em;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
.markdown-body ul li::marker,
|
||||
.markdown-body ol li::marker {
|
||||
color: #88C0D0;
|
||||
}
|
||||
|
||||
/* HR */
|
||||
.markdown-body hr {
|
||||
border: none;
|
||||
border-top: 1px dashed #4C566A;
|
||||
margin: 1.2em 0;
|
||||
}
|
||||
|
||||
/* Tables */
|
||||
.markdown-body table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
margin: 0.7em 0;
|
||||
font-size: 0.92em;
|
||||
}
|
||||
|
||||
.markdown-body th,
|
||||
.markdown-body td {
|
||||
border: 1px solid #4C566A;
|
||||
padding: 0.35em 0.6em;
|
||||
}
|
||||
|
||||
.markdown-body th {
|
||||
background: #3B4252;
|
||||
}
|
||||
|
||||
/* Images */
|
||||
.markdown-body img {
|
||||
max-width: 100%;
|
||||
background: #2E3440;
|
||||
border: 0px solid #4C566A;
|
||||
padding: 0.2em;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
/* Hide anchor icons */
|
||||
.markdown-body a.anchor {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -1,141 +0,0 @@
|
||||
/* ===============================
|
||||
Nord Light – Compact Markdown
|
||||
github-markdown-css compatible
|
||||
=============================== */
|
||||
|
||||
.markdown-body {
|
||||
background: #ECEFF4;
|
||||
color: #2E3440;
|
||||
font-family: "JetBrains Mono", "Fira Code", Menlo, Consolas, monospace;
|
||||
font-size: 15px;
|
||||
line-height: 1.55;
|
||||
padding: 4.0rem;
|
||||
}
|
||||
|
||||
/* Headings */
|
||||
.markdown-body h1,
|
||||
.markdown-body h2,
|
||||
.markdown-body h3,
|
||||
.markdown-body h4,
|
||||
.markdown-body h5,
|
||||
.markdown-body h6 {
|
||||
border: none;
|
||||
margin-top: 1.2em;
|
||||
margin-bottom: 0.4em;
|
||||
font-weight: 700;
|
||||
color: #3B4252;
|
||||
}
|
||||
|
||||
.markdown-body h1 { font-size: 1.9em; }
|
||||
.markdown-body h2 { font-size: 1.6em; }
|
||||
.markdown-body h3 { font-size: 1.35em; }
|
||||
.markdown-body h4 { font-size: 1.15em; }
|
||||
.markdown-body h5 { font-size: 1.02em; }
|
||||
.markdown-body h6 { font-size: 0.95em; color: #4C566A; }
|
||||
|
||||
/* Paragraphs */
|
||||
.markdown-body p {
|
||||
margin: 0.55em 0;
|
||||
}
|
||||
|
||||
/* Blockquotes – SAME vertical spacing as paragraphs */
|
||||
.markdown-body blockquote {
|
||||
margin: 0.55em 0;
|
||||
padding: 0.55em 0.8em;
|
||||
border-left: 3px solid #81A1C1;
|
||||
background: #E5E9F0;
|
||||
color: #4C566A;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* Remove extra spacing inside blockquotes */
|
||||
.markdown-body blockquote > :first-child { margin-top: 0; }
|
||||
.markdown-body blockquote > :last-child { margin-bottom: 0; }
|
||||
|
||||
/* Links */
|
||||
.markdown-body a {
|
||||
color: #5E81AC;
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted #81A1C1;
|
||||
}
|
||||
|
||||
.markdown-body a:hover {
|
||||
color: #81A1C1;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
/* Code */
|
||||
.markdown-body code {
|
||||
background: #E5E9F0;
|
||||
color: #BF616A;
|
||||
padding: 0.1em 0.3em;
|
||||
border-radius: 3px;
|
||||
font-size: 0.92em;
|
||||
}
|
||||
|
||||
.markdown-body pre {
|
||||
background: #E5E9F0;
|
||||
color: #2E3440;
|
||||
padding: 0.75em 0.9em;
|
||||
border-radius: 5px;
|
||||
overflow-x: auto;
|
||||
border-left: 3px solid #88C0D0;
|
||||
margin: 0.7em 0;
|
||||
}
|
||||
|
||||
.markdown-body pre code {
|
||||
background: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Lists */
|
||||
.markdown-body ul,
|
||||
.markdown-body ol {
|
||||
padding-left: 1.3em;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
.markdown-body ul li::marker,
|
||||
.markdown-body ol li::marker {
|
||||
color: #5E81AC;
|
||||
}
|
||||
|
||||
/* HR */
|
||||
.markdown-body hr {
|
||||
border: none;
|
||||
border-top: 1px dashed #D8DEE9;
|
||||
margin: 1.2em 0;
|
||||
}
|
||||
|
||||
/* Tables */
|
||||
.markdown-body table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
margin: 0.7em 0;
|
||||
font-size: 0.92em;
|
||||
}
|
||||
|
||||
.markdown-body th,
|
||||
.markdown-body td {
|
||||
border: 1px solid #D8DEE9;
|
||||
padding: 0.35em 0.6em;
|
||||
}
|
||||
|
||||
.markdown-body th {
|
||||
background: #E5E9F0;
|
||||
}
|
||||
|
||||
/* Images */
|
||||
.markdown-body img {
|
||||
max-width: 100%;
|
||||
background: #E5E9F0;
|
||||
border: 1px solid #D8DEE9;
|
||||
padding: 0.2em;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* Hide anchor icons */
|
||||
.markdown-body a.anchor {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -1,140 +0,0 @@
|
||||
/* ===============================
|
||||
Solarized Light – Compact Markdown
|
||||
github-markdown-css compatible
|
||||
=============================== */
|
||||
|
||||
.markdown-body {
|
||||
background: #FDF6E3; /* base3 */
|
||||
color: #657B83; /* base00 */
|
||||
font-family: "JetBrains Mono", "Fira Code", Menlo, Consolas, monospace;
|
||||
font-size: 15px;
|
||||
line-height: 1.55;
|
||||
padding: 4.0rem;
|
||||
}
|
||||
|
||||
/* Headings */
|
||||
.markdown-body h1,
|
||||
.markdown-body h2,
|
||||
.markdown-body h3,
|
||||
.markdown-body h4,
|
||||
.markdown-body h5,
|
||||
.markdown-body h6 {
|
||||
border: none;
|
||||
margin-top: 1.2em;
|
||||
margin-bottom: 0.4em;
|
||||
font-weight: 700;
|
||||
color: #586E75; /* base01 */
|
||||
}
|
||||
|
||||
.markdown-body h1 { font-size: 1.9em; }
|
||||
.markdown-body h2 { font-size: 1.6em; }
|
||||
.markdown-body h3 { font-size: 1.35em; }
|
||||
.markdown-body h4 { font-size: 1.15em; }
|
||||
.markdown-body h5 { font-size: 1.02em; }
|
||||
.markdown-body h6 { font-size: 0.95em; color: #839496; /* base0 */ }
|
||||
|
||||
/* Paragraphs */
|
||||
.markdown-body p {
|
||||
margin: 0.55em 0;
|
||||
}
|
||||
|
||||
/* Blockquotes – SAME vertical spacing as paragraphs */
|
||||
.markdown-body blockquote {
|
||||
margin: 0.55em 0;
|
||||
padding: 0.55em 0.8em;
|
||||
border-left: 3px solid #268BD2; /* blue */
|
||||
background: #EEE8D5; /* base2 */
|
||||
color: #839496; /* base0 */
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* Remove extra spacing inside blockquotes */
|
||||
.markdown-body blockquote > :first-child { margin-top: 0; }
|
||||
.markdown-body blockquote > :last-child { margin-bottom: 0; }
|
||||
|
||||
/* Links */
|
||||
.markdown-body a {
|
||||
color: #268BD2; /* blue */
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted #2AA198; /* cyan */
|
||||
}
|
||||
|
||||
.markdown-body a:hover {
|
||||
color: #2AA198; /* cyan */
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
/* Code */
|
||||
.markdown-body code {
|
||||
background: #EEE8D5; /* base2 */
|
||||
color: #DC322F; /* red */
|
||||
padding: 0.1em 0.3em;
|
||||
border-radius: 3px;
|
||||
font-size: 0.92em;
|
||||
}
|
||||
|
||||
.markdown-body pre {
|
||||
background: #EEE8D5; /* base2 */
|
||||
color: #586E75; /* base01 */
|
||||
padding: 0.75em 0.9em;
|
||||
border-radius: 5px;
|
||||
overflow-x: auto;
|
||||
border-left: 3px solid #2AA198; /* cyan */
|
||||
margin: 0.7em 0;
|
||||
}
|
||||
|
||||
.markdown-body pre code {
|
||||
background: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Lists */
|
||||
.markdown-body ul,
|
||||
.markdown-body ol {
|
||||
padding-left: 1.3em;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
.markdown-body ul li::marker,
|
||||
.markdown-body ol li::marker {
|
||||
color: #268BD2; /* blue */
|
||||
}
|
||||
|
||||
/* HR */
|
||||
.markdown-body hr {
|
||||
border: none;
|
||||
border-top: 1px dashed #DDD6C1; /* subtle base2/base1 mix */
|
||||
margin: 1.2em 0;
|
||||
}
|
||||
|
||||
/* Tables */
|
||||
.markdown-body table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
margin: 0.7em 0;
|
||||
font-size: 0.92em;
|
||||
}
|
||||
|
||||
.markdown-body th,
|
||||
.markdown-body td {
|
||||
border: 1px solid #DDD6C1;
|
||||
padding: 0.35em 0.6em;
|
||||
}
|
||||
|
||||
.markdown-body th {
|
||||
background: #EEE8D5; /* base2 */
|
||||
}
|
||||
|
||||
/* Images */
|
||||
.markdown-body img {
|
||||
max-width: 100%;
|
||||
background: #EEE8D5;
|
||||
border: 1px solid #DDD6C1;
|
||||
padding: 0.2em;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* Hide anchor icons */
|
||||
.markdown-body a.anchor {
|
||||
display: none;
|
||||
}
|
||||
180
css/spacing.css
180
css/spacing.css
@@ -1,180 +0,0 @@
|
||||
.markdown-body {
|
||||
font-family: "JetBrains Mono", "Fira Code", Menlo, Consolas, monospace;
|
||||
font-size: 16px;
|
||||
line-height: 1.65;
|
||||
padding: 1.25rem;
|
||||
}
|
||||
|
||||
/* -------------------------------
|
||||
Headings (no underline)
|
||||
------------------------------- */
|
||||
.markdown-body h1,
|
||||
.markdown-body h2,
|
||||
.markdown-body h3,
|
||||
.markdown-body h4,
|
||||
.markdown-body h5,
|
||||
.markdown-body h6 {
|
||||
border: none;
|
||||
margin-top: 1.6em;
|
||||
margin-bottom: 0.6em;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.markdown-body h1 { font-size: 2em; }
|
||||
.markdown-body h2 { font-size: 1.7em; }
|
||||
.markdown-body h3 { font-size: 1.4em; }
|
||||
.markdown-body h4 { font-size: 1.2em; }
|
||||
.markdown-body h5 { font-size: 1.05em; }
|
||||
.markdown-body h6 { font-size: 1em; }
|
||||
|
||||
/* -------------------------------
|
||||
Text
|
||||
------------------------------- */
|
||||
.markdown-body p {
|
||||
margin: 0.75em 0;
|
||||
}
|
||||
|
||||
.markdown-body strong {
|
||||
color: #ECEFF4;
|
||||
}
|
||||
|
||||
.markdown-body em {
|
||||
color: #E5E9F0;
|
||||
}
|
||||
|
||||
/* -------------------------------
|
||||
Links
|
||||
------------------------------- */
|
||||
.markdown-body a {
|
||||
color: #88C0D0; /* nord8 */
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted #81A1C1;
|
||||
}
|
||||
|
||||
.markdown-body a:hover {
|
||||
color: #8FBCBB; /* nord7 */
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
/* -------------------------------
|
||||
Inline + Block Code
|
||||
------------------------------- */
|
||||
.markdown-body code {
|
||||
background: #3B4252; /* nord1 */
|
||||
color: #EBCB8B; /* nord13 */
|
||||
padding: 0.15em 0.35em;
|
||||
border-radius: 3px;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
|
||||
.markdown-body pre {
|
||||
background: #3B4252;
|
||||
color: #ECEFF4;
|
||||
padding: 1em;
|
||||
border-radius: 6px;
|
||||
overflow-x: auto;
|
||||
border-left: 4px solid #81A1C1; /* nord9 */
|
||||
}
|
||||
|
||||
.markdown-body pre code {
|
||||
background: none;
|
||||
padding: 0;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/* -------------------------------
|
||||
Blockquotes
|
||||
------------------------------- */
|
||||
.markdown-body blockquote {
|
||||
margin: 1em 0;
|
||||
padding: 0.6em 1em;
|
||||
border-left: 4px solid #8FBCBB; /* nord7 */
|
||||
background: #3B4252;
|
||||
color: #D8DEE9;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* -------------------------------
|
||||
Lists
|
||||
------------------------------- */
|
||||
.markdown-body ul,
|
||||
.markdown-body ol {
|
||||
padding-left: 1.6em;
|
||||
margin: 0.8em 0;
|
||||
}
|
||||
|
||||
.markdown-body ul li::marker {
|
||||
color: #88C0D0;
|
||||
}
|
||||
|
||||
.markdown-body ol li::marker {
|
||||
color: #88C0D0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* -------------------------------
|
||||
Horizontal Rule
|
||||
------------------------------- */
|
||||
.markdown-body hr {
|
||||
border: none;
|
||||
border-top: 1px dashed #4C566A; /* nord3 */
|
||||
margin: 2em 0;
|
||||
}
|
||||
|
||||
/* -------------------------------
|
||||
Tables
|
||||
------------------------------- */
|
||||
.markdown-body table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
margin: 1em 0;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
|
||||
.markdown-body th,
|
||||
.markdown-body td {
|
||||
border: 1px solid #4C566A;
|
||||
padding: 0.5em 0.75em;
|
||||
}
|
||||
|
||||
.markdown-body th {
|
||||
background: #3B4252;
|
||||
color: #ECEFF4;
|
||||
}
|
||||
|
||||
.markdown-body tr:nth-child(even) td {
|
||||
background: #434C5E; /* nord2 */
|
||||
}
|
||||
|
||||
/* -------------------------------
|
||||
Images
|
||||
------------------------------- */
|
||||
.markdown-body img {
|
||||
max-width: 100%;
|
||||
background: #3B4252;
|
||||
border: 1px solid #4C566A;
|
||||
padding: 0.25em;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
/* -------------------------------
|
||||
Anchor links (hide GitHub icons)
|
||||
------------------------------- */
|
||||
.markdown-body a.anchor {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* -------------------------------
|
||||
Print / PDF safety
|
||||
------------------------------- */
|
||||
@media print {
|
||||
.markdown-body {
|
||||
background: #ffffff;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #000000;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
@@ -1,95 +0,0 @@
|
||||
---
|
||||
pdf_options:
|
||||
format: a4
|
||||
margin: 0mm 0mm
|
||||
printBackground: true
|
||||
trim_trailing_whitespace: false
|
||||
stylesheet:
|
||||
- ./css/nord_dark.css
|
||||
|
||||
body_class: markdown-body
|
||||
css: |-
|
||||
.markdown-body {
|
||||
font-size: 9px;
|
||||
}
|
||||
.page-break { page-break-after: always; }
|
||||
---
|
||||
|
||||
<img src="../resources/photo.png" alt="photo" style="float: left; padding-right: 2em; padding-top: 2em; margin: 0 0 0em 0em; height: 80px;"/>
|
||||
<br>
|
||||
|
||||
## Nikolai Rodionov
|
||||
### Senior DevOps Engineer
|
||||
|
||||
<br clear="left" />
|
||||
|
||||
> **Location:** **Hamburg, Germany**
|
||||
> **Email:** allanger@zohomail.com
|
||||
> **Phone:** **4915223284008**
|
||||
> **GitHub:** https://github.com/allanger
|
||||
|
||||
### About me
|
||||
|
||||
|
||||
Senior DevOps Engineer focused on **Kubernetes** and **CI/CD pipelines**. I build and run **scalable systems**, write **Go** and **Rust**, manage **servers** and **databases**, and help developers perform at their best.
|
||||
|
||||
In addition, I'm a maintainer of an open-source **Kubernetes operator** designed to help users manage databases through CRDs:
|
||||
<https://github.com/db-operator/db-operator>
|
||||
|
||||
|
||||
---
|
||||
|
||||
### Skills
|
||||
|
||||
**Linux** - **Docker** - **Kubernetes** - **CI/CD** - **Automations and Scripting** - **Bash/Golang/Rust** - **GitOps**
|
||||
**Database Administration** - **Observability and Monitoring** - **Terraform/OpenTofu/Ansible** - **AWS/GCP/Azure**
|
||||
|
||||
---
|
||||
|
||||
### Experience
|
||||
|
||||
#### Onpier - DevOps Engineer [06.2024 - Until now]
|
||||
- Bootstrapped deployment workflows and CI/CD pipelines for the monitoring stack using **helmfile** and **Github Actions**
|
||||
- Configured and maintained a self-managed observability stack (**Mimir**/**Loki**/**Tempo**/**Grafana Alloy**/**Grafana**)
|
||||
- Operated and supported **Tekton CD** and **ArgoCD** instances for developers
|
||||
- Built and maintained [an open-source Kubernetes operator](https://github.com/ONPIER-OSS/gcp-kafka-auth-operator) for access management in **GCP Kafka**
|
||||
- Implemented a custom [selenoid backend](https://github.com/ONPIER-OSS/selenoid) to run **e2e-tests** natively in **Kubernetes**
|
||||
|
||||
#### Giant Swarm - Platform Engineer [12.2023 - 05.2024]
|
||||
- Deployed and actively used **FluxCD** for GitOps workflows
|
||||
- Maintained a large set of customer-facing **Helm charts**
|
||||
- Contributed to and maintained multiple **Go** and **Rust** project
|
||||
- Configured and deployed in-cluster image caching registry
|
||||
|
||||
#### Grandcentrix - SRE [02.2023 - 11.2023]
|
||||
- Streamlined database management using the [db-operator](https://github.com/db-operator/db-operator)
|
||||
- Configured, maintained, and actively used **ArgoCD**
|
||||
- Refactored a large **Terraform** codebase with zero downtime
|
||||
|
||||
#### Klöckner.I - DevOps Engineer [01.2022 - 01.2023]
|
||||
- Migrated multiple **Percona MySQL** clusters to **Kubernetes** using **Percona Operator**
|
||||
- Replaced a custom CD solution with **ArgoCD**
|
||||
- Managed **GitLab** and **GitLab CI/CD** installations
|
||||
- Implemented a cross-cloud backup solution using **Restic**
|
||||
- Operated **Elasticsearch**, **Kibana**, and **FluentBit**
|
||||
- Maintained federated **Prometheus** clusters across **Kubernetes** and **Linux Servers**
|
||||
- Deployed and maintained **Vaultwarden** for company-wide secret management
|
||||
- Maintained and contributed to **db-operator**
|
||||
|
||||
#### Itigris - DevOps Engineer [07.2019 - 12.2021]
|
||||
- Built **preview environments** using **ArgoCD**
|
||||
- Implemented data streaming from **~800 PostgreSQL databases** using **Kafka** running in **Kubernetes**
|
||||
- Designed and rolled out company-wide **Gitlab-CI/CD** pipelines for **Java** and **JavaScript** projects
|
||||
- Developed a [cli tool](https://github.com/allanger/gitlab-user-manager) to manage access to **Gitlab** repositories
|
||||
- Designed, implemented, and maintained **CI** pipelines for **e2e-tests**.
|
||||
|
||||
#### Etersoft - DevOps Engineer [03.2017 - 06.2019]
|
||||
- Designed, implemented, and maintained **CI** pipelines for **e2e-tests**.
|
||||
- Maintained **Linux Servers**
|
||||
|
||||
---
|
||||
|
||||
PS: *This CV is built in a CI pipeline, and uploaded to a Minio Bucket, so you should be able to download the latest versions here:*
|
||||
|
||||
- English: <https://s3.badhouseplants.net/public-download/n.rodionov_en.pdf>
|
||||
- German: <https://s3.badhouseplants.net/public-download/n.rodionov_de.pdf>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,93 +0,0 @@
|
||||
---
|
||||
pdf_options:
|
||||
format: a4
|
||||
margin: 0mm 0mm
|
||||
printBackground: true
|
||||
trim_trailing_whitespace: false
|
||||
stylesheet:
|
||||
- ./css/nord_dark.css
|
||||
|
||||
body_class: markdown-body
|
||||
css: |-
|
||||
.markdown-body {
|
||||
font-size: 9px;
|
||||
}
|
||||
.page-break { page-break-after: always; }
|
||||
---
|
||||
|
||||
<img src="../resources/photo.png" alt="photo" style="float: left; padding-right: 2em; padding-top: 2em; margin: 0 0 0em 0em; height: 80px;"/>
|
||||
<br>
|
||||
|
||||
## Nikolai Rodionov
|
||||
### Senior DevOps Ingenieur
|
||||
|
||||
<br clear="left" />
|
||||
|
||||
> **Standort:** **Hamburg, Deutschland**
|
||||
> **Email:** allanger@zohomail.com
|
||||
> **Telefon:** **4915223284008**
|
||||
> **GitHub:** https://github.com/allanger
|
||||
|
||||
### Über mich
|
||||
|
||||
Senior-DevOps-Ingenieur konzentrierte sich auf **Kubernetes** und **CI/CD Pipelines**. Ich baue und betreibe **skalierbare Systeme**, schreibe **Go** und **Rust**, verwalte **Servern** und **Datenbanken**, und helfe Entwicklern, Höchstleistungen zu erbringen.
|
||||
|
||||
Außerdem bin ich ein Maintainer eines **Open-Source-Kubernetes-Operators**, der Benutzern bei der Verwaltung von Datenbanken über CRDs helfen soll:
|
||||
<https://github.com/db-operator/db-operator>
|
||||
|
||||
---
|
||||
|
||||
### Fähigkeiten
|
||||
|
||||
**Linux** - **Docker** - **Kubernetes** - **CI/CD** - **Automatisierung und Skripting** - **Bash/Golang/Rust** - **GitOps**
|
||||
**Datenbankverwaltung** - **Observability und Monitoring** - **Terraform/OpenTofu/Ansible** - **AWS/GCP/Azure**
|
||||
|
||||
---
|
||||
|
||||
### Erfahrung
|
||||
|
||||
#### Onpier - DevOps-Ingenieur [06.2024 - bis jetzt]
|
||||
- Aufbau und Einführung von Deployment-Workflows und CI/CD-Pipelines für einen Monitoring-Stack mit **helmfile** und **GitHub Actions**
|
||||
- Konfiguration und Betrieb eines selbstverwalteten Observability-Stacks (**Mimir**, **Loki**, **Tempo**, **Grafana Alloy**, **Grafana**)
|
||||
- Betrieb und Support von **Tekton CD-** und **ArgoCD-Instanzen** für Entwicklungsteams
|
||||
- Entwicklung und Wartung eines [Open-Source-Kubernetes-Operators](https://github.com/ONPIER-OSS/gcp-kafka-auth-operator) für Zugriffsmanagement in **GCP Kafka**
|
||||
- Implementierung eines eigenen [Selenoid-Backends](https://github.com/ONPIER-OSS/selenoid) zur nativen Ausführung von **E2E-Tests** in **Kubernetes**
|
||||
|
||||
#### Giant Swarm - Plattform-Ingenieur [12.2023 - 05.2024]
|
||||
- Einführung und aktive Nutzung von **FluxCD** für **GitOps** Deployments
|
||||
- Wartung einer größeren Anzahl kundenorientierter **Helm Charts**
|
||||
- Mitarbeit an sowie Wartung mehrerer **Go-** und **Rust-Projekte**
|
||||
- Konfiguration und Implementierung einer In-Cluster-Image-Caching-Registry
|
||||
|
||||
#### Grandcentrix - SRE [02.2023 - 11.2023]
|
||||
- Optimierung des Datenbank-Lifecycle-Managements mit dem [db-operator](https://github.com/db-operator/db-operator)
|
||||
- Konfiguration, Wartung und aktive Nutzung von **ArgoCD**
|
||||
- Refactoring einer umfangreichen Terraform-Codebasis ohne Downtime
|
||||
|
||||
#### Klöckner.I - DevOps-Ingenieur [01.2022 - 01.2023]
|
||||
- Migration mehrerer **Percona MySQL-Cluster** nach **Kubernetes** mithilfe des **Percona Operators**
|
||||
- Ablösung einer selbst entwickelten CD-Lösung durch **ArgoCD**
|
||||
- Betrieb und Wartung von **GitLab** und **GitLab CI/CD**
|
||||
- Implementierung von Cross-Cloud-Backup-Strategien mit **Restic**
|
||||
- Betrieb von **Elasticsearch**, **Kibana**, und **FluentBit**
|
||||
- Wartung **Federated-Prometheus-Cluster** auf **Kubernetes** und **Linux-Servern**
|
||||
- Einführung und Betrieb von **Vaultwarden** für unternehmensweites Secret-Management
|
||||
- Wartung **db-operator**
|
||||
|
||||
#### Itigris - DevOps-Ingenieur [07.2019 - 12.2021]
|
||||
- Aufbau **Preview-Environments** mithilfe **ArgoCD**
|
||||
- Umsetzung von Daten-Streaming aus ca. **800 PostgreSQL-Datenbanken** in einen auf **Kubernetes** betriebenen **Kafka-Cluster**
|
||||
- Konzeption und Einführung unternehmensweiter **GitLab CI/CD-Pipelines** für **Java-** und **JavaScript-Projekte**
|
||||
- Entwicklung eines [Cli-Tools](https://github.com/allanger/gitlab-user-manager) zur Verwaltung von Zugriffsrechten auf **GitLab**-Repositories
|
||||
- Konzeption, Implementierung und Betrieb von **CI-Pipelines** für **E2E-Tests**
|
||||
|
||||
#### Etersoft - DevOps-Ingenieur [03.2017 - 06.2019]
|
||||
- Konzeption, Implementierung und Betrieb von **CI-Pipelines** für **E2E-Tests**
|
||||
- Betrieb und Wartung von **Linux-Servern**
|
||||
|
||||
---
|
||||
|
||||
PS: *Dieser Lebenslauf wird über eine CI-Pipeline gebaut und in ein Minio-Bucket hochgeladen, sodass Sie hier die aktuellen Versionen finden*
|
||||
|
||||
- Englisch: <https://s3.badhouseplants.net/public-download/n.rodionov_en.pdf>
|
||||
- Deutsch: <https://s3.badhouseplants.net/public-download/n.rodionov_de.pdf>
|
||||
63
index.md
Normal file
63
index.md
Normal file
@@ -0,0 +1,63 @@
|
||||
---
|
||||
pdf_options:
|
||||
format: a4
|
||||
margin: 20mm 10mm
|
||||
printBackground: true
|
||||
stylesheet:
|
||||
- https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.5.1/github-markdown.css
|
||||
body_class: markdown-body
|
||||
css: |-
|
||||
.markdown-body {
|
||||
font-size: 9px;
|
||||
}
|
||||
.page-break { page-break-after: always; }
|
||||
---
|
||||
|
||||
## Nikolai Rodionov
|
||||
|
||||
```
|
||||
> Location: Hamburg, Germany
|
||||
> Email: allanger@zohomail.com
|
||||
> Github: https://github.com/allanger
|
||||
```
|
||||
|
||||
### About me
|
||||
|
||||
I'm a DevOps engineer with 7+ years of hands-on experience with a decent amount of tools. My main focus is Kubernetes and CI/CD, but it absolutely doesn't mean that I would like to avoid tasks in other areas.
|
||||
|
||||
A couple of bigger tasks I've been working on:
|
||||
|
||||
- A migration of several MySQL Percona clusters to Kubernetes using the Percona Operator
|
||||
- An implementation of a downtime-free blue-green deployment for RabbitMQ
|
||||
- A dynamic "preview" environments deployment using ArgoCD
|
||||
- A data streaming automation from ~800 Postgres databases with structural changes via Kafka deployed to Kubernetes
|
||||
- An introduction of versioned Gitlab-CI templates for replacing per-repo company-wide
|
||||
|
||||
Also, I'm a maintainer of a kubernetes operator that should help users manage databases via CRDs: <https://github.com/db-operator/db-operator>
|
||||
|
||||
### Experience
|
||||
|
||||
| Company | Position | Dates |
|
||||
|------------------|-------------------|---------------------|
|
||||
| **Giant Swarm** | Platform Engineer | 12.2023 - Until Now |
|
||||
| **Grandcentrix** | SRE | 02.2023 - 11.2023 |
|
||||
| **Klöckner.I** | DevOps Engineer | 01.2022 - 01.2023 |
|
||||
| **Itigris** | DevOps Engineer | 07.2019 - 12.2021 |
|
||||
| **Etersoft** | DevOps Engineer | 03.2017 - 06.2019 |
|
||||
|
||||
### Tools
|
||||
|
||||
- **Environments**: Linux - Containers - Kubernetes - Proxmox
|
||||
- **Kubernetes**: Helm - Kustomize - Kubebuilder - Helmfile
|
||||
- **Scripting/Coding**: Bash - Go - Rust - Perl
|
||||
- **Continuous Integration**: Gitlab-CI - Github Actions - Circle-CI - Woodpecker-CI - Drone-CI
|
||||
- **Continuous Delivery**: ArgoCD - Flux - Tekton
|
||||
- **Infrastructure as Code**: Ansible - Terraform - Cluster API
|
||||
- **Cloud Providers**: Microsoft Azure - Google Cloud - AWS - Yandex Cloud - Hetzner
|
||||
- **Observability**: Prometheus - Grafana - Loki - Elasticsearch - Kibana - FluentBit - Promtail - Fluentd
|
||||
- **Secrets/Encryption**: Sops - Age - Helm Secrets
|
||||
- **Databases**: PostgreSQL - MySQL - Percona MySQL - Redis
|
||||
- **Storages**: Minio - Ceph - Longhorn
|
||||
- **Others**: Kafka - RabbitMQ - Selenium - Kyverno - Self-Hosted - K3s - Kubeadm
|
||||
|
||||
PS: *This CV is built in a CI pipeline, and uploaded to a Minio Bucket, so you should be able to download the latest version here: <https://s3.badhouseplants.net/public-download/n.rodionov.pdf>*
|
||||
1284
package-lock.json
generated
1284
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
11
package.json
11
package.json
@@ -4,17 +4,14 @@
|
||||
"description": "allanger's CV",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test-english": "mdspell \"./english/*.md\" -n -r",
|
||||
"test-german": "mdspell \"./german/*.md\" -n -r -d ./resources/de_DE/de_DE",
|
||||
"fix-english": "mdspell \"./english/*.md\" -n",
|
||||
"fix-german": "mdspell \"./german/*.md\" -n -d ./resources/de_DE/de_DE",
|
||||
"build-english": "md-to-pdf english/index.md --launch-options '{ \"args\": [\"--no-sandbox\"] }'",
|
||||
"build-german": "md-to-pdf german/index.md --launch-options '{ \"args\": [\"--no-sandbox\"] }'"
|
||||
"test": "mdspell \"*.md\" -n -r",
|
||||
"fix": "mdspell \"*.md\" -n",
|
||||
"build": "md-to-pdf index.md --launch-options '{ \"args\": [\"--no-sandbox\"] }'"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"markdown-spellcheck": "^1.3.1",
|
||||
"md-to-pdf": "^5.2.5"
|
||||
"md-to-pdf": "^5.2.4"
|
||||
}
|
||||
}
|
||||
|
||||
3
renovate.json
Normal file
3
renovate.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
}
|
||||
@@ -1,340 +0,0 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Library General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) year <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Library General
|
||||
Public License instead of this License.
|
||||
@@ -1,14 +0,0 @@
|
||||
OASIS distribution license agreement 0.1 from 2005-11-10
|
||||
|
||||
Without any modifications this dictionary may be distributed with programs that
|
||||
support the OASIS Open Document Format for Office Applications and whose
|
||||
PRIMARY format for saving documents is the Open Document Format.
|
||||
|
||||
This requires that all licenses and copyright files are also distributed together
|
||||
with the package the dictionary is shipped with.
|
||||
|
||||
Any modifications of the dictionary files are not allowed for this
|
||||
agreement, modifications require the use of the GNU GENERAL PUBLIC LICENSE.
|
||||
|
||||
If you have questions or don't get along with this, send me your
|
||||
comments/questions/ideas to Bjoern Jacke <bjoern@j3e.de>
|
||||
@@ -1,20 +0,0 @@
|
||||
igerman98 - dictionaries for German language
|
||||
Copyright (C) 1999-2007 Björn Jacke <bjoern@j3e.de>.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License version 2 as
|
||||
published by the Free Software Foundation.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
|
||||
The hunspell dictionary releases are dual-licensed, the alternative
|
||||
license is the OASIS distribution license agreement, which can be
|
||||
found in the dictionary's archive.
|
||||
@@ -1,7 +0,0 @@
|
||||
Dieses Wörterbuch basiert auf dem igerman98 Ispell-Wörterbuch, zu finden
|
||||
unter http://www.j3e.de/ispell/igerman98/.
|
||||
|
||||
Das Wörterbuch und alle enthaltenen Wortlisten sind lizenziert unter der
|
||||
GNU GPL, Version 2.
|
||||
|
||||
Autor: Bjoern Jacke <bjoern@j3e.de>
|
||||
@@ -1,723 +0,0 @@
|
||||
# this is the affix file of the de_DE Hunspell dictionary
|
||||
# derived from the igerman98 dictionary
|
||||
#
|
||||
# Release date: 20071211
|
||||
#
|
||||
# Copyright (C) 1998-2007 Bjoern Jacke <bjoern@j3e.de>
|
||||
#
|
||||
# License: GPLv2 or OASIS distribution license agreement
|
||||
# There should be a copy of both of this licenses included
|
||||
# with every distribution of this dictionary. Modified
|
||||
# versions using the GPL may only include the GPL
|
||||
|
||||
SET ISO8859-1
|
||||
TRY esijanrtolcdugmphbyfvkwqxzäüößáéêàâñESIJANRTOLCDUGMPHBYFVKWQXZÄÜÖÉ-.
|
||||
|
||||
PFX G N 1
|
||||
PFX G 0 ge .
|
||||
|
||||
PFX U Y 1
|
||||
PFX U 0 un .
|
||||
|
||||
PFX V Y 1
|
||||
PFX V 0 ver .
|
||||
|
||||
SFX F Y 35
|
||||
SFX F 0 nen in
|
||||
SFX F e in e
|
||||
SFX F e innen e
|
||||
SFX F 0 in [^ie]n
|
||||
SFX F 0 innen [^ie]n
|
||||
SFX F 0 in [^enr]
|
||||
SFX F 0 innen [^enr]
|
||||
SFX F 0 in [^e]r
|
||||
SFX F 0 innen [^e]r
|
||||
SFX F 0 in [^r]er
|
||||
SFX F 0 innen [^r]er
|
||||
SFX F 0 in [^e]rer
|
||||
SFX F 0 innen [^e]rer
|
||||
SFX F 0 in ierer
|
||||
SFX F 0 innen ierer
|
||||
SFX F er in [^i]erer
|
||||
SFX F er innen [^i]erer
|
||||
SFX F in In in
|
||||
SFX F in Innen in
|
||||
SFX F e In e
|
||||
SFX F e Innen e
|
||||
SFX F 0 In [^ie]n
|
||||
SFX F 0 Innen [^ie]n
|
||||
SFX F 0 In [^en]
|
||||
SFX F 0 Innen [^en]
|
||||
SFX F 0 In [^e]r
|
||||
SFX F 0 Innen [^e]r
|
||||
SFX F 0 In [^r]er
|
||||
SFX F 0 Innen [^r]er
|
||||
SFX F 0 In [^e]rer
|
||||
SFX F 0 Innen [^e]rer
|
||||
SFX F 0 In ierer
|
||||
SFX F 0 Innen ierer
|
||||
SFX F er In [^i]erer
|
||||
SFX F er Innen [^i]erer
|
||||
#SFX F en innen en
|
||||
#SFX F en Innen en
|
||||
|
||||
|
||||
SFX L N 12
|
||||
SFX L 0 tlich n
|
||||
SFX L 0 tliche n
|
||||
SFX L 0 tlicher n
|
||||
SFX L 0 tliches n
|
||||
SFX L 0 tlichem n
|
||||
SFX L 0 tlichen n
|
||||
SFX L 0 lich [^n]
|
||||
SFX L 0 liche [^n]
|
||||
SFX L 0 licher [^n]
|
||||
SFX L 0 liches [^n]
|
||||
SFX L 0 lichem [^n]
|
||||
SFX L 0 lichen [^n]
|
||||
|
||||
|
||||
SFX H N 2
|
||||
SFX H 0 heit .
|
||||
SFX H 0 heiten .
|
||||
|
||||
|
||||
SFX K N 2
|
||||
SFX K 0 keit .
|
||||
SFX K 0 keiten .
|
||||
|
||||
|
||||
SFX M N 10
|
||||
SFX M 0 chen [^se]
|
||||
SFX M 0 chens [^se]
|
||||
SFX M ass ässchen ass
|
||||
SFX M ass ässchens ass
|
||||
SFX M oss össchen oss
|
||||
SFX M oss össchens oss
|
||||
SFX M uss üsschen uss
|
||||
SFX M uss üsschens uss
|
||||
SFX M e chen e
|
||||
SFX M e chens e
|
||||
|
||||
|
||||
SFX A Y 46
|
||||
SFX A 0 r e
|
||||
SFX A 0 n e
|
||||
SFX A 0 m e
|
||||
SFX A 0 s e
|
||||
SFX A 0 e [^elr]
|
||||
SFX A 0 er [^elr]
|
||||
SFX A 0 en [^elr]
|
||||
SFX A 0 em [^elr]
|
||||
SFX A 0 es [^elr]
|
||||
SFX A 0 e [^e][rl]
|
||||
SFX A 0 er [^e][rl]
|
||||
SFX A 0 en [^e][rl]
|
||||
SFX A 0 em [^e][rl]
|
||||
SFX A 0 es [^e][rl]
|
||||
SFX A 0 e [^u]er
|
||||
SFX A 0 er [^u]er
|
||||
SFX A 0 en [^u]er
|
||||
SFX A 0 em [^u]er
|
||||
SFX A 0 es [^u]er
|
||||
SFX A er re uer
|
||||
SFX A er rer uer
|
||||
SFX A er ren uer
|
||||
SFX A er rem uer
|
||||
SFX A er res uer
|
||||
SFX A 0 e [eil]el
|
||||
SFX A 0 er [eil]el
|
||||
SFX A 0 en [eil]el
|
||||
SFX A 0 em [eil]el
|
||||
SFX A 0 es [eil]el
|
||||
SFX A el le [^eil]el
|
||||
SFX A el ler [^eil]el
|
||||
SFX A el len [^eil]el
|
||||
SFX A el lem [^eil]el
|
||||
SFX A el les [^eil]el
|
||||
SFX A lig elig [^aeiouhlräüö]lig
|
||||
SFX A lig elige [^aeiouhlräüö]lig
|
||||
SFX A lig eliger [^aeiouhlräüö]lig
|
||||
SFX A lig eligen [^aeiouhlräüö]lig
|
||||
SFX A lig eligem [^aeiouhlräüö]lig
|
||||
SFX A lig eliges [^aeiouhlräüö]lig
|
||||
SFX A erig rig [^hi]erig
|
||||
SFX A erig rige [^hi]erig
|
||||
SFX A erig riger [^hi]erig
|
||||
SFX A erig rigen [^hi]erig
|
||||
SFX A erig rigem [^hi]erig
|
||||
SFX A erig riges [^hi]erig
|
||||
|
||||
|
||||
SFX C Y 88
|
||||
SFX C 0 ere [^elr]
|
||||
SFX C 0 erer [^elr]
|
||||
SFX C 0 eren [^elr]
|
||||
SFX C 0 erem [^elr]
|
||||
SFX C 0 eres [^elr]
|
||||
SFX C 0 re e
|
||||
SFX C 0 rer e
|
||||
SFX C 0 ren e
|
||||
SFX C 0 rem e
|
||||
SFX C 0 res e
|
||||
SFX C 0 ere [^e][lr]
|
||||
SFX C 0 erer [^e][lr]
|
||||
SFX C 0 eren [^e][lr]
|
||||
SFX C 0 erem [^e][lr]
|
||||
SFX C 0 eres [^e][lr]
|
||||
SFX C el lere el
|
||||
SFX C el lerer el
|
||||
SFX C el leren el
|
||||
SFX C el lerem el
|
||||
SFX C el leres el
|
||||
SFX C er rere uer
|
||||
SFX C er rerer uer
|
||||
SFX C er reren uer
|
||||
SFX C er rerem uer
|
||||
SFX C er reres uer
|
||||
SFX C 0 ere [^u]er
|
||||
SFX C 0 erer [^u]er
|
||||
SFX C 0 eren [^u]er
|
||||
SFX C 0 erem [^u]er
|
||||
SFX C 0 eres [^u]er
|
||||
SFX C lig eligere [^aeiouhlräüö]lig
|
||||
SFX C lig eligerer [^aeiouhlräüö]lig
|
||||
SFX C lig eligeren [^aeiouhlräüö]lig
|
||||
SFX C lig eligerem [^aeiouhlräüö]lig
|
||||
SFX C lig eligeres [^aeiouhlräüö]lig
|
||||
SFX C erig rigere [^hi]erig
|
||||
SFX C erig rigerer [^hi]erig
|
||||
SFX C erig rigeren [^hi]erig
|
||||
SFX C erig rigerem [^hi]erig
|
||||
SFX C erig rigeres [^hi]erig
|
||||
SFX C 0 est [kßsuxz]
|
||||
SFX C 0 este [kßsuxz]
|
||||
SFX C 0 ester [kßsuxz]
|
||||
SFX C 0 esten [kßsuxz]
|
||||
SFX C 0 estem [kßsuxz]
|
||||
SFX C 0 estes [kßsuxz]
|
||||
SFX C 0 st et
|
||||
SFX C 0 ste et
|
||||
SFX C 0 ster et
|
||||
SFX C 0 sten et
|
||||
SFX C 0 stem et
|
||||
SFX C 0 stes et
|
||||
SFX C 0 est [^e]t
|
||||
SFX C 0 este [^e]t
|
||||
SFX C 0 ester [^e]t
|
||||
SFX C 0 esten [^e]t
|
||||
SFX C 0 estem [^e]t
|
||||
SFX C 0 estes [^e]t
|
||||
SFX C 0 st [^kßstxz]
|
||||
SFX C 0 ste [^kßstxz]
|
||||
SFX C 0 ster [^kßstxz]
|
||||
SFX C 0 sten [^kßstxz]
|
||||
SFX C 0 stem [^kßstxz]
|
||||
SFX C 0 stes [^kßstxz]
|
||||
SFX C 0 st nd
|
||||
SFX C 0 ste nd
|
||||
SFX C 0 ster nd
|
||||
SFX C 0 sten nd
|
||||
SFX C 0 stem nd
|
||||
SFX C 0 stes nd
|
||||
SFX C 0 est [^n]d
|
||||
SFX C 0 este [^n]d
|
||||
SFX C 0 ester [^n]d
|
||||
SFX C 0 esten [^n]d
|
||||
SFX C 0 estem [^n]d
|
||||
SFX C 0 estes [^n]d
|
||||
SFX C lig eligst [^aeiouhlräüö]lig
|
||||
SFX C lig eligste [^aeiouhlräüö]lig
|
||||
SFX C lig eligster [^aeiouhlräüö]lig
|
||||
SFX C lig eligsten [^aeiouhlräüö]lig
|
||||
SFX C lig eligstem [^aeiouhlräüö]lig
|
||||
SFX C lig eligstes [^aeiouhlräüö]lig
|
||||
SFX C erig rigst [^hi]erig
|
||||
SFX C erig rigste [^hi]erig
|
||||
SFX C erig rigster [^hi]erig
|
||||
SFX C erig rigsten [^hi]erig
|
||||
SFX C erig rigstem [^hi]erig
|
||||
SFX C erig rigstes [^hi]erig
|
||||
|
||||
|
||||
SFX E Y 1
|
||||
SFX E 0 e .
|
||||
|
||||
|
||||
SFX f Y 4
|
||||
SFX f ph f ph
|
||||
SFX f ph fen ph
|
||||
SFX f phie fie phie
|
||||
SFX f phie fien phie
|
||||
|
||||
|
||||
SFX N Y 1
|
||||
SFX N 0 n .
|
||||
|
||||
|
||||
SFX P Y 1
|
||||
SFX P 0 en .
|
||||
|
||||
|
||||
SFX p Y 26
|
||||
SFX p auf äufe auf
|
||||
SFX p auf äufen auf
|
||||
SFX p aus äuser [hH]aus
|
||||
SFX p aus äusern [hH]aus
|
||||
SFX p arkt ärkte [mM]arkt
|
||||
SFX p arkt ärkten [mM]arkt
|
||||
SFX p ang änge ang
|
||||
SFX p ang ängen ang
|
||||
SFX p uß üße uß
|
||||
SFX p uß üßen uß
|
||||
SFX p oß öße oß
|
||||
SFX p oß ößen oß
|
||||
SFX p aum äume aum
|
||||
SFX p aum äumen aum
|
||||
SFX p ag äge ag
|
||||
SFX p ag ägen ag
|
||||
SFX p ug üge ug
|
||||
SFX p ug ügen ug
|
||||
SFX p all älle all
|
||||
SFX p all ällen all
|
||||
SFX p ass ässe ass
|
||||
SFX p ass ässen ass
|
||||
SFX p uss üsse uss
|
||||
SFX p uss üssen uss
|
||||
SFX p oss össe oss
|
||||
SFX p oss össen oss
|
||||
# last ...oss rules are for swiss de_CH only - but do not affect de_DE
|
||||
|
||||
|
||||
SFX R Y 3
|
||||
SFX R 0 er [^e]
|
||||
SFX R 0 ern [^e]
|
||||
SFX R 0 r e
|
||||
|
||||
|
||||
SFX S Y 1
|
||||
SFX S 0 s .
|
||||
|
||||
|
||||
SFX q Y 2
|
||||
SFX q s sse s
|
||||
SFX q s ssen s
|
||||
|
||||
|
||||
SFX Q Y 3
|
||||
SFX Q s sse s
|
||||
SFX Q s ssen s
|
||||
SFX Q s sses s
|
||||
|
||||
|
||||
SFX T Y 1
|
||||
SFX T 0 es .
|
||||
|
||||
|
||||
SFX J Y 12
|
||||
SFX J n ung [bgkpßsz]eln
|
||||
SFX J n ungen [bgkpßsz]eln
|
||||
SFX J eln lung eln
|
||||
SFX J n ung ern
|
||||
SFX J en ung en
|
||||
SFX J eln lungen eln
|
||||
SFX J n ungen ern
|
||||
SFX J en ungen en
|
||||
SFX J 0 ung [^n]
|
||||
SFX J 0 ungen [^n]
|
||||
SFX J el lung el
|
||||
SFX J el lungen el
|
||||
|
||||
|
||||
SFX B N 12
|
||||
SFX B n bar e[lr]n
|
||||
SFX B n bare e[lr]n
|
||||
SFX B n baren e[lr]n
|
||||
SFX B n barer e[lr]n
|
||||
SFX B n bares e[lr]n
|
||||
SFX B n barem e[lr]n
|
||||
SFX B en bar en
|
||||
SFX B en bare en
|
||||
SFX B en baren en
|
||||
SFX B en barer en
|
||||
SFX B en bares en
|
||||
SFX B en barem en
|
||||
|
||||
|
||||
SFX D Y 6
|
||||
SFX D 0 d n
|
||||
SFX D 0 de n
|
||||
SFX D 0 den n
|
||||
SFX D 0 der n
|
||||
SFX D 0 des n
|
||||
SFX D 0 dem n
|
||||
|
||||
|
||||
|
||||
SFX W Y 8
|
||||
SFX W en 0 [^imn]en
|
||||
SFX W en 0 eien
|
||||
SFX W en 0 [^bght][mn]en
|
||||
SFX W en 0 [^c]hnen
|
||||
SFX W n 0 e[lr]n
|
||||
SFX W st 0 [^s]st
|
||||
SFX W t 0 sst
|
||||
SFX W t 0 [^s]t
|
||||
|
||||
|
||||
SFX I Y 16
|
||||
SFX I n 0 en
|
||||
SFX I eln le eln
|
||||
SFX I n e eln
|
||||
SFX I ern re ern
|
||||
SFX I n e ern
|
||||
SFX I n t e[lr]n
|
||||
SFX I n t [dt]en
|
||||
SFX I en t [^dimnt]en
|
||||
SFX I en t eien
|
||||
SFX I n t [^e]ien
|
||||
SFX I n t chnen
|
||||
SFX I en t [^c]h[mn]en
|
||||
SFX I n t [^aäehilmnoöuür][mn]en
|
||||
SFX I en t [aäeilmnoöuür][mn]en
|
||||
SFX I n e un
|
||||
SFX I n t un
|
||||
|
||||
|
||||
SFX X Y 26
|
||||
SFX X n t e[lr]n
|
||||
SFX X n t [dtw]en
|
||||
SFX X en t eien
|
||||
SFX X n t [^e]ien
|
||||
SFX X en t [^ditmnw]en
|
||||
SFX X n t chnen
|
||||
SFX X en t [^c]h[mn]en
|
||||
SFX X n t [^aäehilmnoöuür][mn]en
|
||||
SFX X en t [aäeilmnoöuür][mn]en
|
||||
SFX X n t un
|
||||
SFX X st 0 tst
|
||||
SFX X n st e[lr]n
|
||||
SFX X n st [dtw]en
|
||||
SFX X en st [^dimnßstwzx]en
|
||||
SFX X en st eien
|
||||
SFX X n st [^e]ien
|
||||
SFX X n st chnen
|
||||
SFX X en st [^c]h[mn]en
|
||||
SFX X n st [^aäehilmnoöuür][mn]en
|
||||
SFX X en st [aäeilmnoöuür][mn]en
|
||||
SFX X n st un
|
||||
SFX X n st [ßsxz]en
|
||||
SFX X n st ssen
|
||||
SFX X n st schen
|
||||
SFX X t st [^sz]t
|
||||
SFX X t est zt
|
||||
|
||||
|
||||
SFX Y Y 36
|
||||
SFX Y n te e[lr]n
|
||||
SFX Y n te [dtw]en
|
||||
SFX Y en te [^dimntw]en
|
||||
SFX Y en te eien
|
||||
SFX Y n te [^e]ien
|
||||
SFX Y n te chnen
|
||||
SFX Y en te [^c]h[mn]en
|
||||
SFX Y n te [^aäehilmnoöuür][mn]en
|
||||
SFX Y en te [aäeilmnoöuür][mn]en
|
||||
SFX Y n test e[lr]n
|
||||
SFX Y n test [dtw]en
|
||||
SFX Y en test [^dimntw]en
|
||||
SFX Y en test eien
|
||||
SFX Y n test [^e]ien
|
||||
SFX Y n test chnen
|
||||
SFX Y en test [^c]h[mn]en
|
||||
SFX Y n test [^aäehilmnoöuür][mn]en
|
||||
SFX Y en test [aäeilmnoöuür][mn]en
|
||||
SFX Y n tet e[lr]n
|
||||
SFX Y n tet [dtw]en
|
||||
SFX Y en tet [^dimntw]en
|
||||
SFX Y en tet eien
|
||||
SFX Y n tet [^e]ien
|
||||
SFX Y n tet chnen
|
||||
SFX Y en tet [^c]h[mn]en
|
||||
SFX Y n tet [^aäehilmnoöuür][mn]en
|
||||
SFX Y en tet [aäeilmnoöuür][mn]en
|
||||
SFX Y n ten e[lr]n
|
||||
SFX Y n ten [dtw]en
|
||||
SFX Y en ten [^dimntw]en
|
||||
SFX Y en ten eien
|
||||
SFX Y n ten [^e]ien
|
||||
SFX Y n ten chnen
|
||||
SFX Y en ten [^c]h[mn]en
|
||||
SFX Y n ten [^aäehilmnoöuür][mn]en
|
||||
SFX Y en ten [aäeilmnoöuür][mn]en
|
||||
|
||||
|
||||
SFX Z Y 15
|
||||
SFX Z 0 st [^hßsz]
|
||||
SFX Z 0 st [^c]h
|
||||
SFX Z 0 st [^s]ch
|
||||
SFX Z 0 est [dfkstz]
|
||||
SFX Z 0 est ch
|
||||
SFX Z 0 est [au]ß
|
||||
SFX Z 0 est ieß
|
||||
SFX Z 0 est [io]ss
|
||||
SFX Z 0 t [^dt]
|
||||
SFX Z 0 et [dt]
|
||||
SFX Z 0 n e
|
||||
SFX Z 0 en ie
|
||||
SFX Z 0 en [^e]
|
||||
SFX Z 0 est iess
|
||||
SFX Z 0 est [au]ss
|
||||
# last two ...ss rules only used for swiss de_CH - but de_DE is unaffected
|
||||
|
||||
|
||||
SFX O Y 21
|
||||
SFX O n tes e[lr]n
|
||||
SFX O n tes [dtw]en
|
||||
SFX O en tes [^dmntw]en
|
||||
SFX O n tes chnen
|
||||
SFX O en tes [^c]h[mn]en
|
||||
SFX O n tes [^aäehilmnoöuür][mn]en
|
||||
SFX O en tes [aäeilmnoöuür][mn]en
|
||||
SFX O n ter e[lr]n
|
||||
SFX O n ter [dtw]en
|
||||
SFX O en ter [^dmntw]en
|
||||
SFX O n ter chnen
|
||||
SFX O en ter [^c]h[mn]en
|
||||
SFX O n ter [^aäehilmnoöuür][mn]en
|
||||
SFX O en ter [aäeilmnoöuür][mn]en
|
||||
SFX O n tem e[lr]n
|
||||
SFX O n tem [dtw]en
|
||||
SFX O en tem [^dmntw]en
|
||||
SFX O n tem chnen
|
||||
SFX O en tem [^c]h[mn]en
|
||||
SFX O n tem [^aäehilmnoöuür][mn]en
|
||||
SFX O en tem [aäeilmnoöuür][mn]en
|
||||
|
||||
REP 28
|
||||
REP f ph
|
||||
REP ph f
|
||||
REP ß ss
|
||||
REP ss ß
|
||||
REP s ss
|
||||
REP ss s
|
||||
REP i ie
|
||||
REP ie i
|
||||
REP ee e
|
||||
REP o oh
|
||||
REP oh o
|
||||
REP a ah
|
||||
REP ah a
|
||||
REP e eh
|
||||
REP eh e
|
||||
REP ae ä
|
||||
REP oe ö
|
||||
REP ue ü
|
||||
REP Ae Ä
|
||||
REP Oe Ö
|
||||
REP Ue Ü
|
||||
REP d t
|
||||
REP t d
|
||||
REP th t
|
||||
REP t th
|
||||
REP r rh
|
||||
REP ch k
|
||||
REP k ch
|
||||
#REP eee ee-E
|
||||
|
||||
|
||||
# this one will allow "-Eltern" - Hunspell 1.1.5 bug, but CHECKSHARPS obsoletes LANG de_DE
|
||||
#LANG de_DE
|
||||
CHECKSHARPS
|
||||
|
||||
|
||||
COMPOUNDBEGIN x
|
||||
COMPOUNDMIDDLE y
|
||||
COMPOUNDEND z
|
||||
FORBIDDENWORD d
|
||||
|
||||
# Prefixes are allowed at the beginning of compounds,
|
||||
# suffixes are allowed at the end of compounds by default:
|
||||
# (prefix)?(root)+(affix)?
|
||||
# Affixes with COMPOUNDPERMITFLAG may be inside of compounds.
|
||||
COMPOUNDPERMITFLAG c
|
||||
|
||||
ONLYINCOMPOUND o
|
||||
|
||||
# my PSEUDOROOT h(elper) flag
|
||||
NEEDAFFIX h
|
||||
|
||||
# forbid uppercase characters at compound word bounds
|
||||
# BUT I want to take care about it myself ;-)
|
||||
# CHECKCOMPOUNDCASE
|
||||
KEEPCASE w
|
||||
|
||||
# Affixes signed with CIRCUMFIX flag may be on a word when this word also has a prefix with CIRCUMFIX flag and vice versa.
|
||||
# for decapitalizing nouns with fogemorphemes
|
||||
CIRCUMFIX f
|
||||
|
||||
# this one would make a separate dict entry "Denkmalsschutz" invalidate the
|
||||
# compound of "Denkmal"+"schutz". We do not want this feature here...
|
||||
# CHECKCOMPOUNDREP
|
||||
|
||||
# make not all possible suggestions for typos of Flicken or some rare words
|
||||
NOSUGGEST n
|
||||
|
||||
WORDCHARS ß-.
|
||||
|
||||
# - setting this to 2 decreases performance by 1/10 but is needed for "öl" and "ei"
|
||||
# - setting this to 1 for handling Fuge-elements with dashes (Arbeits-) dash will
|
||||
# be a special word but - is handled as a affix now
|
||||
COMPOUNDMIN 2
|
||||
|
||||
# this ones are for Duden R36 (old orthography)
|
||||
#CHECKCOMPOUNDPATTERN 2
|
||||
#CHECKCOMPOUNDPATTERN ee e
|
||||
#CHECKCOMPOUNDPATTERN oo o
|
||||
# also need oo o
|
||||
|
||||
# this one needs to be flagable to be used for old orthography
|
||||
#CHECKCOMPOUNDTRIPLE
|
||||
|
||||
|
||||
PFX i Y 1
|
||||
PFX i 0 -/coyf .
|
||||
|
||||
SFX j Y 3
|
||||
SFX j 0 0/xoc .
|
||||
SFX j 0 -/zocf .
|
||||
SFX j 0 -/cz .
|
||||
|
||||
# Female forms for compound/Compound words:
|
||||
# attention: [^e][^n] does also filter out "...er" !
|
||||
SFX g Y 12
|
||||
SFX g 0 innen/xyoc [^n]
|
||||
SFX g en innen/xyoc en
|
||||
SFX g 0 Innen/xyoc [^n]
|
||||
SFX g en Innen/xyoc en
|
||||
SFX g 0 innen/xyocf [^n]
|
||||
SFX g en innen/xyocf en
|
||||
SFX g 0 Innen/xyocf [^n]
|
||||
SFX g en Innen/xyocf en
|
||||
SFX g 0 innen-/cz [^n]
|
||||
SFX g en innen-/cz en
|
||||
SFX g 0 Innen-/cz [^n]
|
||||
SFX g en Innen-/cz en
|
||||
|
||||
|
||||
PFX k Y 2
|
||||
PFX k 0 -/coxf .
|
||||
PFX k 0 0/coy .
|
||||
|
||||
SFX e Y 2
|
||||
SFX e 0 0/yoc .
|
||||
SFX e 0 -/zc .
|
||||
|
||||
# for Uppercased end-words to prepend - and lowercase: (Tier/EPSm) (EX: Bettbezüge und *-laken*)
|
||||
# AND
|
||||
# for lowercased end-words to prepend - and re-uppercase : (tier/EPSozm) (EX: Arbeits*-Tier*)
|
||||
#PFX m A -a/co A
|
||||
#PFX m a -/ a
|
||||
PFX m Y 58
|
||||
PFX m A -a A
|
||||
PFX m B -b B
|
||||
PFX m C -c C
|
||||
PFX m D -d D
|
||||
PFX m E -e E
|
||||
PFX m F -f F
|
||||
PFX m G -g G
|
||||
PFX m H -h H
|
||||
PFX m I -i I
|
||||
PFX m J -j J
|
||||
PFX m K -k K
|
||||
PFX m L -l L
|
||||
PFX m M -m M
|
||||
PFX m N -n N
|
||||
PFX m O -o O
|
||||
PFX m P -p P
|
||||
PFX m Q -q Q
|
||||
PFX m R -r R
|
||||
PFX m S -s S
|
||||
PFX m T -t T
|
||||
PFX m U -u U
|
||||
PFX m V -v V
|
||||
PFX m W -w W
|
||||
PFX m X -x X
|
||||
PFX m Y -y Y
|
||||
PFX m Z -z Z
|
||||
PFX m Ä -ä Ä
|
||||
PFX m Ö -ö Ö
|
||||
PFX m Ü -ü Ü
|
||||
PFX m a -A/co a
|
||||
PFX m b -B/co b
|
||||
PFX m c -C/co c
|
||||
PFX m d -D/co d
|
||||
PFX m e -E/co e
|
||||
PFX m f -F/co f
|
||||
PFX m g -G/co g
|
||||
PFX m h -H/co h
|
||||
PFX m i -I/co i
|
||||
PFX m j -J/co j
|
||||
PFX m k -K/co k
|
||||
PFX m l -L/co l
|
||||
PFX m m -M/co m
|
||||
PFX m n -N/co n
|
||||
PFX m o -O/co o
|
||||
PFX m p -P/co p
|
||||
PFX m q -Q/co q
|
||||
PFX m r -R/co r
|
||||
PFX m s -S/co s
|
||||
PFX m t -T/co t
|
||||
PFX m u -U/co u
|
||||
PFX m v -V/co v
|
||||
PFX m w -W/co w
|
||||
PFX m x -X/co x
|
||||
PFX m y -Y/co y
|
||||
PFX m z -Z/co z
|
||||
PFX m ä -Ä/co ä
|
||||
PFX m ö -Ö/co ö
|
||||
PFX m ü -Ü/co ü
|
||||
|
||||
|
||||
# Decapitalizing: (not used ATM... )
|
||||
# /co(f) : compound permit, in coumpount only, (decapitalizing with fogemorphemes)
|
||||
#PFX l Y 29
|
||||
#PFX l A a/co A
|
||||
#PFX l Ä ä/co Ä
|
||||
#PFX l B b/co B
|
||||
#PFX l C c/co C
|
||||
#PFX l D d/co D
|
||||
#PFX l E e/co E
|
||||
#PFX l F f/co F
|
||||
#PFX l G g/co G
|
||||
#PFX l H h/co H
|
||||
#PFX l I i/co I
|
||||
#PFX l J j/co J
|
||||
#PFX l K k/co K
|
||||
#PFX l L l/co L
|
||||
#PFX l M m/co M
|
||||
#PFX l N n/co N
|
||||
#PFX l O o/co O
|
||||
#PFX l Ö ö/co Ö
|
||||
#PFX l P p/co P
|
||||
#PFX l Q q/co Q
|
||||
#PFX l R r/co R
|
||||
#PFX l S s/co S
|
||||
#PFX l T t/co T
|
||||
#PFX l U u/co U
|
||||
#PFX l Ü ü/co Ü
|
||||
#PFX l V v/co V
|
||||
#PFX l W w/co W
|
||||
#PFX l X x/co X
|
||||
#PFX l Y y/co Y
|
||||
#PFX l Z z/co Z
|
||||
|
||||
# private hunspell flags:
|
||||
# --x : not for capmain (rare words)
|
||||
|
||||
# With "BREAK -" some wrong forms are accepted but that is needed for US-Wirtschaft etc.
|
||||
# So enabling this is the lesser evil. No perfect solution found so far...
|
||||
BREAK 2
|
||||
BREAK -
|
||||
BREAK .
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,10 +0,0 @@
|
||||
DICT en US en_US
|
||||
|
||||
DICT de DE de_DE
|
||||
|
||||
DICT de AT de_AT
|
||||
|
||||
DICT de CH de_CH
|
||||
|
||||
DICT it IT la
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 112 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 522 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 606 KiB |
Reference in New Issue
Block a user