feat: began writing on wine registration

This commit is contained in:
2023-03-23 15:42:33 +01:00
parent 4dd8b36f2d
commit 4cb4175a95
8 changed files with 215 additions and 14 deletions

View File

@@ -30,6 +30,9 @@
\acro{PO}[PO]{Product Owner}
\acroplural{PO}[POs]{Product Owner}
\acro{UID}[UID]{Uinique Identifier}
\acro{PID}[PID]{Parent Identifier}
%
%
\end{acronym}

View File

@@ -19,6 +19,13 @@
publisher = {Hochschule Worms},
}
@book{bib:schwarzer-vorlesung-alg,
author = {Volker Schwarzer},
title = {Vorlesung: Algorithmen und Datenstrukturen},
year = {2022},
publisher = {Hochschule Worms},
}
@article{bib:Parviainen_Tihinen_Kaariainen_Teppola_2022,
title={Tackling the digitalization challenge: how to benefit from digitalization in practice},
volume={5},
@@ -320,6 +327,22 @@
note = {Zugriff: März 2023}
}
@misc{bib:w3schools-input,
author = {{W3Schools}},
howpublished = "\url{https://www.w3schools.com/tags/tag_input.asp}",
title = {{HTML <input> Tag}},
year = {2023},
note = {Zugriff: März 2023}
}
@misc{bib:typo3-fluid,
author = {{TYPO3 Association}},
howpublished = "\url{https://typo3.org/fluid}",
title = {{Fluid - A fast and secure templating engine}},
year = {2023},
note = {Zugriff: März 2023}
}
@misc{bib:typo3-docs-managing-extensions,
author = {{TYPO3 Contributors}},
howpublished = "\url{https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/Extensions/Management.html}",
@@ -407,3 +430,11 @@
year = {2023},
note = {Zugriff: März 2023}
}
@misc{bib:typo3-docs-fluid-form-viewhelpers,
author = {{TYPO3 Contributors}},
howpublished = "\url{https://docs.typo3.org/other/typo3/view-helper-reference/11.5/en-us/typo3/fluid/latest/Form/Index.html}",
title = {{form - Fluid ViewHelper Reference 11.5 Documentation}},
year = {2023},
note = {Zugriff: März 2023}
}