diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-02-20 17:19:21 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-02-20 17:19:21 +0100 |
commit | 999b4d73161981d4a368968796dd1543a03e28d2 (patch) | |
tree | 44f3c8dd6e67073784c9f7b5664b6fc0c543e644 /id/server/doc/handbook/index.html | |
parent | addd90ec1f988bcae99890d1008175c12a98068c (diff) | |
download | moa-id-spss-999b4d73161981d4a368968796dd1543a03e28d2.tar.gz moa-id-spss-999b4d73161981d4a368968796dd1543a03e28d2.tar.bz2 moa-id-spss-999b4d73161981d4a368968796dd1543a03e28d2.zip |
add inital version of MOA-ID 2.0 handbook
Diffstat (limited to 'id/server/doc/handbook/index.html')
-rw-r--r-- | id/server/doc/handbook/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/id/server/doc/handbook/index.html b/id/server/doc/handbook/index.html new file mode 100644 index 000000000..bbb037f8c --- /dev/null +++ b/id/server/doc/handbook/index.html @@ -0,0 +1,35 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> + <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> + <title>MOA ID - Übersicht</title> + <link rel="stylesheet" href="./common/MOA.css" type="text/css"> +</head> +<body link="#990000"> + <table class="logoTable" width="100%" border="0" cellspacing="0" cellpadding="10"> + <tr> + <td align="center" class="logoTitle" width="267"><img src="common/LogoBKA.png" alt="Logo BKA" width="267" height="37" align="left"></td> + <td align="center" class="logoTitle">Dokumentation</td> + <td align="center" class="logoTitle" width="123"><img src="common/LogoEGIZ.png" alt="Logo EGIZ" width="230" height="81" align="right"></td> + </tr> + </table> + <hr/> + <p class="title">MOA-ID (Identifikation) </p> + <p class="subtitle">Übersicht zur Dokumentation der Version 2.0 </p> + <hr/> + <dl> + <dt><a href="./intro/intro.html">Einführung</a></dt> + <dd>Übersicht über die einzelnen Module.</dd> + <dt><a href="./install/install.html">Installation</a></dt> + <dd>Detaillierte Anleitung für die Installation. </dd> + <dt><a href="./config/config.html">Konfiguration</a></dt> + <dd>Erläuterung aller Konfigurationsoptionen sowie Leitfaden für häufige Konfigurationsaufgaben.</dd> + <dt><a href="./protocol/protocol.html">Protokolle</a></dt> + <dd>Erläuterung der unterstützen Authentifizierungsprotokolle.</dd> + <dt><a href="./usage/usage.html">Anwendung</a></dt> + <dd>Beispiele zur Verwendung der beiden Module.</dd> + <dt><a href="./faq/faq.html">FAQ</a></dt> + <dd>Häufig gestellte Fragen zu Installation, Konfiguration und Anwendung. </dd> + </dl> +</body> +</html> |