add various glossary und bibliography entries

This commit is contained in:
Andreas Zweili 2018-12-12 21:11:46 +01:00
parent f3dea30b86
commit 0c0e40f35d
2 changed files with 83 additions and 2 deletions

View File

@ -91,4 +91,28 @@
month = {Dec},
note = {[Online; accessed 11. Dec. 2018]},
url = {https://creativecommons.org/licenses/by-sa/4.0}
}
@misc{json,
author = {Wikipedia},
title = {{JavaScript Object Notation {\textendash} Wikipedia}},
year = {2018},
month = {Dec},
note = {[Online; accessed 12. Dec. 2018]},
url = {https://de.wikipedia.org/wiki/JavaScript_Object_Notation}
}
@misc{bsd,
author = {Open Source Initiative},
title = {{The 3-Clause BSD License {$\vert$} Open Source Initiative}},
year = {2018},
month = {Dec},
note = {[Online; accessed 12. Dec. 2018]},
url = {https://opensource.org/licenses/BSD-3-Clause}
}
@misc{libre,
author = {Wikipedia},
title = {{Freie Software {\textendash} Wikipedia}},
year = {2018},
month = {Dec},
note = {[Online; accessed 12. Dec. 2018]},
url = {https://de.wikipedia.org/wiki/Freie_Software}
}

View File

@ -1,11 +1,11 @@
\newglossaryentry{API}
\newglossaryentry{api}
{
name={Application Programming Interface (API)},
description={Ein Application Programming Interface (API), zu Deutsch
Programmierschnittstelle, ist ein Programmteil, der von einem
Softwaresystem anderen Programmen zur Anbindung an das System zur
Verfügung gestellt wird},
first={Application Programming Interface (API)},
first={Programmierschnittstelle (API)},
text={API}
}
\newglossaryentry{cc}
@ -17,4 +17,61 @@
werden. Von sehr locker bis relativ restriktiv.},
first={Creative Commons (CC)},
text={CC}
}
\newglossaryentry{bb}
{
name={BorgBackup (Borg)},
description={BorgBackup ist eine python basierte deduplizierende Backup
Software. Welche sicher und effizient Backups erstellen kann.},
first={BorgBackup (kurz Borg)},
text={Borg}
}
\newglossaryentry{dedup}
{
name={Deduplikation},
description={Blockbasierte Deduplikation vergleich Dateien auf der
Block-Ebene und speichert anschliessend nur die zueinander
unterschiedlichen Blöcke. Dadurch kann sehr viel Speicherplatz gespart
werden wenn mehrere Versionen von grossen Dateien gesichert werden
sollen.},
first={Deduplikation},
text={Deduplikation}
}
\newglossaryentry{json}
{
name={JavaScript Object Notation (JSON)},
description={Die JavaScript Object Notation, kurz JSON, ist ein
kompaktes Datenformat in einer einfach lesbaren Textform zum Zweck des
Datenaustauschs zwischen Anwendungen.\ref{json} Es wird vorallem in
Webanwendungen häufig eingesetzt.},
first={JSON},
text={JSON}
}
\newglossaryentry{libre}
{
name={Freie Software},
description={Freie Software (freiheitsgewährende Software, englisch free
software oder auch libre software) bezeichnet Software, welche die
Freiheit von Computernutzern in den Mittelpunkt stellt. Freie Software
wird dadurch definiert, dass ein Nutzer mit dem Empfang der
Software die Nutzungsrechte mitempfängt und diese ihm nicht vorenthalten
oder beschränkt werden.\ref{libre}},
first={freie Software},
text={freie Software}
}
\newglossaryentry{bsd}
{
name={Berkeley Software Distribution},
description={Die Berkeley Software Distribution war eine Software welche
1977 entwickelt wurde. In abgeänderter Form existiert sie noch heute.},
first={ Berkeley Software Distribution (BSD)},
text={BSD}
}
\newglossaryentry{gpl}
{
name={GNU Public License (GPL)},
description={Die GNU Public License ist eine der ältesten Lizenzen für
freie Software. Die aktuellste Version ist GPLv3.},
first={GNU Public License (GPL)},
text={GPL}
}