Mercurial > retraceit
comparison doc/mainpage.dox @ 66:098a10fc2e83 0.9.2
Add doxygen files and improve doxygen comments
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 21 May 2015 15:21:47 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
65:508a71328d1f | 66:098a10fc2e83 |
---|---|
1 /** | |
2 \mainpage RetraceIT | |
3 | |
4 \section Copyright | |
5 | |
6 Copyright (C) 2015 by ETH Zürich | |
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 LICENSE.txt for details. | |
12 | |
13 \section Introduction | |
14 | |
15 RetraceIT is a tool to view recorded login sessions. The record data | |
16 consists of a metadata.csv file that cotains additional information | |
17 and serveral screenshots (taken with user consent) of the recorded | |
18 session. | |
19 | |
20 The orignal target platforms are Windows NT > 6.1 (Seven and later) and | |
21 GNU/Linux and MacOS. | |
22 | |
23 \section Installation | |
24 | |
25 See the file \ref INSTALL for build instructions for Linux and Windows. | |
26 | |
27 \section Documentation | |
28 For API (what you are reading now) documentation build the target "doc" | |
29 (requires doxygen). | |
30 | |
31 \section Contact | |
32 For additional information or custom modifications please contact: | |
33 | |
34 Intevation GmbH <intevation@intevation.de> | |
35 Neuer Graben 17 | |
36 49074 Osnabrück, Germany | |
37 | |
38 The public development platform can be found at: | |
39 https://wald.intevation.org/projects/retraceit/ | |
40 | |
41 */ |