File: News.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 (39 lines) | stat: -rw-r--r-- 957 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
<!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>Current news </font>is listed in the following. Please visit the
    Dart mailing list and archives for detailed information.
    <ul>
      <li>Dart Release 0.1 available in July, 2001. This release is a collection of scripts used by the Dart client and Dart server.
      <li>Insight segmentation and registration toolkit (ITK) supports
          development of the Dart environment.
      <li>VTK 4.0 (release in late 2001) will adopt Dart as its testing
          environment. 
    </ul>

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

</table>

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

</body>
</html>