2022-12-22 11:15:27 +00:00
%
% Glossar:
%
\chapter { Glossar}
2023-01-20 02:45:55 +01:00
\begin { description}
2023-03-02 02:04:33 +01:00
2023-01-20 02:45:55 +01:00
\item [Frontend] \hfill \\
2023-02-01 12:42:55 +01:00
\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} .
2023-03-02 02:04:33 +01:00
\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}
2023-01-20 02:45:55 +01:00
\end { description}