vault backup: 2026-01-27 16:34:57

This commit is contained in:
Thomas Peetz
2026-01-27 16:34:57 +01:00
parent 9d80b1a16c
commit c5a489ca29
48 changed files with 9294 additions and 42 deletions
-30
View File
@@ -1,30 +0,0 @@
---
tags:
- IT/Development/Asciidoctor
---
## Asciidoctor Dokumentation
http://asciidoctor.org/docs/user-manual/
http://asciidoctor.org/docs/user-manual/#curved
http://asciidoctor.org/docs/user-manual/#xref
http://asciidoctor.org/docs/user-manual/#inter-document-cross-references
http://asciidoctor.org/docs/user-manual/#subs
http://asciidoctor.org/docs/user-manual/#stem
http://asciidoctor.org/docs/user-manual/#docinfo-file
http://asciidoctor.org/docs/user-manual/#user-toc
http://asciidoctor.org/docs/user-manual/#user-abstract
http://asciidoctor.org/docs/user-manual/#user-preface
http://asciidoctor.org/docs/user-manual/#user-dedication
http://asciidoctor.org/docs/user-manual/#user-index
https://www.google.de/search?client=firefox-b&dcr=0&q=asciidoctor+nomenclaturen&oq=asciidoctor+nomenclature&gs_l=psy-ab.3.0.33i160k1.2236749.2240179.0.2242507.17.17.0.0.0.0.147.1143.14j2.16.0....0...1.1.64.psy-ab..1.15.1026...0j0i19k1j0i22i30i19k1j0i67k1j0i22i30k1.MK-Kb32TERQ
https://github.com/lordofthejars/continuous-documentation/blob/master/src/main/asciidoc/manual.adoc
https://github.com/lordofthejars/continuous-documentation
http://www.vogella.com/tutorials/AsciiDoc/article.html
https://rubygems.org/gems/asciidoctor-latex
http://www.sphinx-doc.org/en/stable/rest.html
http://asciidoctor.org/docs/
http://www.vogella.com/tutorials/AsciiDoc/article.html
https://github.com/asciidoctor/asciidoctor-maven-examples/tree/master/asciidoctor-pdf-with-theme-example
-12
View File
@@ -1,12 +0,0 @@
---
tags:
- IT/Development/LaTeX
---
- [https://de.wikipedia.org/wiki/Hilfe:TeX](https://de.wikipedia.org/wiki/Hilfe:TeX)
- [Kopf- und Fußzeile mit scrlayer-scrpage .:. goLaTeX - Mein LaTeX-Forum](https://golatex.de/kopf-und-fusszeile-mit-scrlayer-scrpage-t14339.html)
- [Layout II: Kopf- und Fußzeilen · Tobi W_](https://tobiw.de/tbdm/layout-2)
- [Seitenlayout — Grundkurs LaTeX 0.1.0c Dokumentation](https://www.grund-wissen.de/informatik/latex/seitenlayout.html)
- [Set header using scrlayer-scrpage - TeX - LaTeX Stack Exchange](https://tex.stackexchange.com/questions/225250/set-header-using-scrlayer-scrpage)
- [TeX-FAQ · Tobi W_](https://tobiw.de/tex-faq- )
- [Titelseite mit KOMA-Script Wiki .:. goLaTeX](https://golatex.de/wiki/Titelseite_mit_KOMA-Script)
- [LaTeX-Tutorial](https://www.kubieziel.de/computer/latex-tutorial.html)
-18
View File
@@ -1,18 +0,0 @@
---
aliases:
tags:
- IT/Development/Maven
title: Maven Links
---
https://github.com/khmarbaise/deployment-recorder-extension/blob/master/src/main/java/com/soebes/maven/extensions/DeploymentRecorderExtension.java
https://everyday.codes/java/creating-production-artifacts-in-a-multi-module-maven-project/
https://stackoverflow.com/questions/48402490/get-classifier-id-of-maven-assembly-artifact/48575766#48575766
https://darylmathison.com/2015/04/12/there-is-a-mojo-in-my-dojo-how-to-write-a-maven-plugin/
http://maven.apache.org/guides/plugin/guide-java-plugin-development.html
https://maven.apache.org/configure.html
-13
View File
@@ -1,13 +0,0 @@
---
title: install gh
---
```bash
type -p curl >/dev/null || sudo apt install curl -y
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg \
&& sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
&& sudo apt update \
&& sudo apt install gh -y
```