feat: digitization

This commit is contained in:
2023-03-02 02:04:33 +01:00
parent 2b04ceeb67
commit 34b56448a7
13 changed files with 210 additions and 57 deletions

View File

@@ -24,6 +24,12 @@
\acro{JAP}[JAP]{Jahresauswahlprobe}
\acroplural{JAP}[JAPs]{Jahresauswahlproben}
\acro{TCA}[TCA]{Table configuration array}
\acroplural{TCA}[TCAs]{Table configuration arrays}
\acro{PO}[PO]{Product owner}
\acroplural{PO}[POs]{Product owner}
%
%
\end{acronym}

View File

@@ -5,6 +5,29 @@
\chapter{Glossar}
\begin{description}
\item [Frontend] \hfill \\
\quotecite{Das Frontend einer Webseite ist der Teil der Webseite, der Endnutzern präsentiert wird. Ein Frontend besteht aus HTML und Cascading Style Sheets} \cite{bib:udjaja}.
\item [TYPO3-Backend] \hfill \\
\quotecite{The backend's main role is to enable users to create and publish
content for their site.
The backend is also used to configure a TYPO3 installation. Domains,
languages and other information that determine how a site behaves are managed
via the backend. Tasks such as adding backend users and managing
third-party extensions also take place in the backend.
} \cite{bib:typo3-docs-concepts}.
\item [TYPO3-Extension] \hfill \\
\quotecite{Developed by the community, extensions provide a range of solutions that
help extend TYPO3} \cite{bib:typo3-docs-concepts}.
\item [TYPO3-Plugin] \hfill \\
\quotecite{Plugins are a specific type of content elements [...]
Plugins often use additional database tables which contain records which
are dynamically displayed via the plugin - often in a list view, a
single view, optionally with pagination and search functionality.
An extension may provide several plugins, each with a dedicated function,
such as the list view.} \cite{bib:typo3-docs-content-elements-plugins-introduction}
\end{description}

View File

@@ -12,6 +12,13 @@
publisher = {Hochschule Worms},
}
@book{bib:schwarzer-vorlesung-swa,
author = {Volker Schwarzer},
title = {Vorlesung: Software Architecture},
year = {2021},
publisher = {Hochschule Worms},
}
@article{bib:Parviainen_Tihinen_Kaariainen_Teppola_2022,
title={Tackling the digitalization challenge: how to benefit from digitalization in practice},
volume={5},
@@ -296,3 +303,51 @@
year = {2023},
note = {Zugriff: Januar 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}",
title = {{Managing Extensions}},
year = {2023},
note = {Zugriff: Februar 2023}
}
@misc{bib:typo3-docs-concepts,
author = {{TYPO3 Contributors}},
howpublished = "\url{https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/Concepts}",
title = {{TYPO3 Concepts}},
year = {2023},
note = {Zugriff: Februar 2023}
}
@misc{bib:typo3-docs-file-structure,
author = {{TYPO3 Contributors}},
howpublished = "\url{https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/FileStructure/Index.html}",
title = {{TYPO3 Extension Development File Structure}},
year = {2023},
note = {Zugriff: Februar 2023}
}
@misc{bib:typo3-docs-content-elements-plugins-introduction,
author = {{TYPO3 Contributors}},
howpublished = "\url{https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/ContentElements/Introduction.html}",
title = {{What are Content Elements?}},
year = {2023},
note = {Zugriff: Februar 2023}
}
@misc{bib:typo3-docs-extbase-reference,
author = {{TYPO3 Contributors}},
howpublished = "\url{https://docs.typo3.org/m/typo3/reference-coreapi/11.5/en-us/ExtensionArchitecture/Extbase/Reference/Index.html}",
title = {{Extbase reference}},
year = {2023},
note = {Zugriff: Februar 2023}
}
@misc{bib:typo3-docs-extdev-tut-tea-repositories,
author = {{TYPO3 Contributors}},
howpublished = "\url{https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/Tutorials/Tea/Repository.html}",
title = {{Extension development / Tutorials / Tea in a nutshell / Repository}},
year = {2023},
note = {Zugriff: Februar 2023}
}