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

@@ -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}
}