File: Documentation.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 (65 lines) | stat: -rw-r--r-- 2,029 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
62
63
64
65
<!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 documentation </font> is available as follows.
    <ul>
    <li>These web pages
    </ul>
    <p>
    For additional information, refer to the
    Dart mailing list, or study an existing implementation (such as 
    <a href="http://www.itk.org">ITK</a> or
    <a href="http://www.vtk.org">VTK</a>). You can obtain
    access to this code as follows.
    <P>
    <h3>To obtain access to the ITK CVS repository:</h3>
    Insight (ITK) is the first project to adopt Dart. It is heavily templated
    C++ code using the generic programming style. 
    <p>
    <b>cvs -d :pserver:anonymous@www.itk.org:/cvsroot/Insight login</b><br>
    (respond with password insight)
    <p>
    Follow this command by checking out the source code:<br>
    <b>cvs -d :pserver:anonymous@www.itk.org:/cvsroot/Insight co Insight</b>
    <p>

    <h3>To obtain access to the VTK CVS repository:</h3>
    This repository will soon be an "experimental" Dart-based environment. VTK 4.0
    will use Dart in preference to the current testing environment. VTK is 
    a very large system for 3D graphics and visualization consisting of
    approximately 700 classes and hundreds of thousands of lines of executable 
    code. It fully exploits Dart's capabilities by performing nightly builds and tests on a variety of platforms.
    <p>
    <b>cvs -d :pserver:anonymous@www.vtk.org:/cvsroot/VTK login</b><br>
    (respond with password vtk)
    <p>
    Follow this command by checking out the source code:<br>
    <b>cvs -d :pserver:anonymous@www.vtk.org:/cvsroot/VTK co VTK</b>
    <p>


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

</table>

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

</body>
</html>