File: About.shtml

package info (click to toggle)
dart 0.20061109-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 5,668 kB
  • ctags: 247
  • sloc: tcl: 5,652; perl: 256; python: 141; cpp: 79; makefile: 68; sh: 36
file content (61 lines) | stat: -rw-r--r-- 1,904 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>

<!--#include file="Head.html"-->

<body bgcolor="#FFFFFF" leftmargin=0 topmargin=0 text="black" link="#0000FF" 
vlink="#000000" alink="#000000">

<!--#include file="Table.html"-->

<tr>
<!--#include file="SideBar.html"-->

    <td width="550" valign="top" bgcolor="#FFFFFF">
    <div align="left">

    <font size=5>Dart </font> 
    <P>


    <h3>A Summary Of Features</h3>
    Dart has several powerful features. These include:
    <ul>
      <li> Client/Server model for testing and reporting
      <li> Separation of data from presentation using XML and XSLT
      <li> Nightly dashboards with content updated hourly
      <li> Summarization of build logs to highlight any errors and warnings
      <li> Comparison of testing results across configurations
      <li> Multiple sites can contribute testing results
      <li> Empowers developers to test software in an extreme programming environment
      <li> Email notifications can be sent to developers when errors occur
    </ul>

    <h3>The Origins of Dart</h3> Dart was created as the software
    testing system for the Insight Segmentation and Registration
    Toolkit (ITK) funded by the National Library of Medicine (NLM) as
    part of the Visible Human Project.  Dart is modelled after the nightly
    dashboard produced for the <a
    href="http://www.vtk.org/quality/MostRecentResults/">Visualization Toolkit
    (VTK)</a>. Dart was developed in late 2000 and generalized for
    deployment on other software projects in mid 2001.


    <h3>How Do I Learn Dart?</h3> Dart is a young and rapidly growing
    system. Dart will be deployed on VTK in 2001 and perhaps on VXL thereafter.
    Unfortunately, Dart documentation is currently lacking. An
    installation guide is in the works.

    </div>
    </td>
</tr>

</table>

</td>
</tr>
</table>

</body>
</html>