summaryrefslogtreecommitdiffstats
path: root/src/VBox/ValidationKit/testmanager/readme.txt
blob: 9bcb9418cd227e030e3f6b3f104026158b6678c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$Id: readme.txt $

Directory descriptions:
    ./                  The Test Manager.
    ./batch/            Batch scripts to be run via cron.
    ./cgi/              CGI scripts (we'll use standard CGI at first).
    ./core/             The core Test Manager logic (model).
    ./htdocs/           Files to be served directly by the web server.
    ./htdocs/css/       Style sheets.
    ./htdocs/images/    Graphics.
    ./webui/            The Web User Interface (WUI) bits. (Not sure if we will
                        do model-view-controller stuff, though. Time will show.)