diff options
author | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2004-08-05 12:05:45 +0000 |
---|---|---|
committer | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2004-08-05 12:05:45 +0000 |
commit | 2baad7fa9e23016a7d40977c8c4e6aa1aebc6ffd (patch) | |
tree | e8a69d27f282b810d288d45d0e43db5ec5b03b84 /spss.handbook/handbook/index.html | |
parent | 0e1015514b0e02436a6863d7afe930008e9b6f26 (diff) | |
download | moa-id-spss-2baad7fa9e23016a7d40977c8c4e6aa1aebc6ffd.tar.gz moa-id-spss-2baad7fa9e23016a7d40977c8c4e6aa1aebc6ffd.tar.bz2 moa-id-spss-2baad7fa9e23016a7d40977c8c4e6aa1aebc6ffd.zip |
Neuorganisation des Handbuchs. Auslagerung in ein eigenes Projekt.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@163 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss.handbook/handbook/index.html')
-rw-r--r-- | spss.handbook/handbook/index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/spss.handbook/handbook/index.html b/spss.handbook/handbook/index.html new file mode 100644 index 000000000..51bd0db60 --- /dev/null +++ b/spss.handbook/handbook/index.html @@ -0,0 +1,33 @@ +<!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>Die österreichische Bürgerkarte - Einführung</title> + <link rel="stylesheet" href="./common/MOA.css" type="text/css"> +</head> +<body bgcolor="white" text="#000000" link="#990000" vlink="#666666" alink="#cc9966"> + <table class="logoTable" width="100%" border="0" cellspacing="0" cellpadding="10"> + <tr> + <td align="center" width="30%"><img src="./common/LogoBKA.png" width="267" height="36" alt="Logo BKA"></td> + <td align="center" class="logoTitle"><div align="right">Open Source + für das E-Government</div></td> + </tr> + </table> + <hr/> + <p class="title">MOA: Serversignatur (SS) und Signaturprüfung (SP) </p> + <p class="subtitle">Übersicht zur Dokumentation der Version 1.2 </p> + <hr/> + <dl> + <dt><a href="./intro/intro.html">Einführung</a></dt> + <dd>Übersicht über die beiden 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="./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> |