Mercurial > trustbridge
comparison doc/apidoc/mainpage.dox @ 1254:6d840341bc25
(issue113) Add mainpage and improve doxyfile
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 25 Sep 2014 17:37:03 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1253:eb4d7337edd7 | 1254:6d840341bc25 |
---|---|
1 /** | |
2 \mainpage TrustBridge | |
3 | |
4 \section Copyright | |
5 | |
6 Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik | |
7 Software engineering by Intevation GmbH | |
8 | |
9 This file is Free Software under the GNU GPL (v>=2) | |
10 and comes with ABSOLUTELY NO WARRANTY! | |
11 See licenses/README.txt for more information. | |
12 | |
13 \section Introduction | |
14 | |
15 TrustBridge is a is a root certificate installer for Windows and Linux, | |
16 contracted by the German Federal Office for Information Security (BSI). | |
17 It should be able to be installed with or without root access rights. | |
18 | |
19 The orignal target platforms are Windows NT > 6.0 (Vista and later) and | |
20 Ubuntu GNU/Linux 14.4 both 32 and 64 bit. | |
21 | |
22 Certificates are installed under Windows in the Windows System store and | |
23 using the Mozilla NSS library into the certificate databases used by | |
24 firefox and thunderbird. | |
25 | |
26 Under GNU/Linux the NSS-Shared DB, used for example by Chrome(ium) is | |
27 accessed additionally to the Thunderbird and Firefox stores. | |
28 | |
29 \section Installation | |
30 | |
31 See the file \ref INSTALL for build instructions for Linux and Windows. | |
32 | |
33 \section Documentation | |
34 For API (what you are reading now) documentation build the target "doc" | |
35 (requires doxygen). | |
36 | |
37 The (German) user help documentation is available in the TrustBridge | |
38 client/admin application. The source files are placed in "doc/help". | |
39 | |
40 \section Contact | |
41 For additional information or custom modifications please contact: | |
42 | |
43 Intevation GmbH <intevation@intevation.de> | |
44 Neuer Graben 17 | |
45 49074 Osnabrück, Germany | |
46 | |
47 The public development platform can be found at: | |
48 https://wald.intevation.org/projects/trustbridge/ | |
49 | |
50 */ |