File: README.html

package info (click to toggle)
insighttoolkit 3.20.1%2Bgit20120521-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 80,652 kB
  • sloc: cpp: 458,133; ansic: 196,223; fortran: 28,000; python: 3,839; tcl: 1,811; sh: 1,184; java: 583; makefile: 430; csh: 220; perl: 193; xml: 20
file content (67 lines) | stat: -rw-r--r-- 2,386 bytes parent folder | download | duplicates (4)
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
66
67
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

<head>
  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  <title>ITK README File - Overview and further information</title>
</head>

<body>

<table cellpadding="2" cellspacing="1" border="0" width="100%">
  <tbody>
    <tr valign="Top">
      <td align="Left">
      <h1>
      <a href="http://www.itk.org">
      <img src="./Art/itkLogoMediumTransparentBackground.gif" 
      alt="ITK Logo" width="200" height="128" align="left" border=0></a>
      </h1>
      </td>
      <td>
      <h1><br>Summary Guide To Documentation<br></h1>
      <hr align="Left" width="100%" size="2">
      </td>
    </tr>
  </tbody>
</table>

<h2>Basic Information</h2>
Please refer to
<a href="../README.html">../README.html</a> for an introduction to ITK. Or see
the <a href="http://www.itk.org">Insight web pages</a>.

<p>
The following are documentation resources for ITK.
<ul>
    <li><a href="http://www.itk.org/ItkSoftwareGuide.pdf">
    <i>The ITK Software Guide</i></a>. (The book is also available 
    for purchase from <a href="http://www.kitware.com/products/index.html">
    Kitware's estore</a>.) This is the definitive authority on ITK so
    please read this first.</li>
    <li><a href="InsightDeveloperStart.pdf">InsightDeveloperStart.pdf</a> - 
    developers guide to retrieving the code, 
    mailing lists, web pages, the basics of development.</li>
    <li><a href="Style.pdf">Style.pdf</a> - A succint summary of ITK
    coding style conventions. This can be a helpful read to understand
    ITK code.</li>
</ul>
<br><br>

<h2>Further Information</h2>

Additional documentation is being developed in a separate CVS checkout
directory (InsightDocuments). While this is not complete, and may be out of
date, you may find useful information (including a coding style
document). For example, the LaTeX source for <i>The ITK Software Guide</i>
can be found in this checkout. If you would like to access this directory,
use the following procedure:

<pre>   cvs -d :pserver:anonymous@www.itk.org:/cvsroot/Insight login</pre>
with password "insight"...then get the source/documentation as follows:<br>
<br>
<pre>   cvs -d :pserver:anonymous@www.itk.org:/cvsroot/Insight checkout InsightDocuments</pre>

The checkout is gigantic---hundreds of megabytes, so please be patient.
</body>
</html>