-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
samuel-p
committed
May 22, 2017
1 parent
6cad49b
commit e1f3d28
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
%\chapter*{Abkürzungsverzeichnis} | ||
\addchap{Abkürzungsverzeichnis} | ||
\begin{acronym}[HTML] | ||
\acro{WWW} {World Wide Web} | ||
\acro{HTML} {Hypertext Markup Language} | ||
\acro{API} {Application Programming Interface} | ||
\acro{CLI} {Command Line Interface} | ||
\acro{CSS} {Cascading Style Sheets} | ||
\acro{HTML} {Hypertext Markup Language} | ||
\acro{HTTP} {Hypertext Transfer Protocol} | ||
\acro{IMAP} {Internet Mail Access Protocol} | ||
\acro{JS} {JavaScript} | ||
\acro{UI} {User Interface} | ||
\acro{JSON} {JavaScript Object Notation} | ||
\acro{JVM} {Java Virtual Machine} | ||
\acro{API} {Application Programming Interface} | ||
\acro{REST} {Representational State Transfer} | ||
\acro{URI} {Uniform Ressource Identifier} | ||
\acro{URL} {Uniform Ressource Locator} | ||
\acro{CLI} {Command Line Interface} | ||
\acro{JSON} {JavaScript Object Notation} | ||
\acro{XML} {Extensible Markup Language} | ||
\acro{TLD} {Top-Level Domain} | ||
\acro{SSH} {Secure Shell} | ||
\acro{SSL} {Secure Sockets Layer} | ||
\acro{HTTP} {Hypertext Transfer Protocol} | ||
\acro{SMTP} {Simple Mail Transfer Protocol} | ||
\acro{IMAP} {Internet Mail Access Protocol} | ||
\acro{TLD} {Top-Level Domain} | ||
\acro{UI} {User Interface} | ||
\acro{URI} {Uniform Ressource Identifier} | ||
\acro{URL} {Uniform Ressource Locator} | ||
\acro{WWW} {World Wide Web} | ||
\acro{XML} {Extensible Markup Language} | ||
\end{acronym} |