]> Creatis software - gdcm.git/commitdiff
* Added Doc/Website directory, that contains a first raw version
authorfrog <frog>
Thu, 23 Sep 2004 14:01:25 +0000 (14:01 +0000)
committerfrog <frog>
Thu, 23 Sep 2004 14:01:25 +0000 (14:01 +0000)
    of gdcm Web site.

12 files changed:
Doc/Website/Cvs.html [new file with mode: 0644]
Doc/Website/Download.html [new file with mode: 0644]
Doc/Website/Icons/os-linux.gif [new file with mode: 0644]
Doc/Website/Icons/os-windows.gif [new file with mode: 0644]
Doc/Website/Installation.html [new file with mode: 0644]
Doc/Website/License.html [new file with mode: 0644]
Doc/Website/Main.html [new file with mode: 0644]
Doc/Website/News.html [new file with mode: 0644]
Doc/Website/Sidebar.html [new file with mode: 0644]
Doc/Website/Support.html [new file with mode: 0644]
Doc/Website/VtkGdcm.html [new file with mode: 0644]
Doc/Website/index.html [new file with mode: 0644]

diff --git a/Doc/Website/Cvs.html b/Doc/Website/Cvs.html
new file mode 100644 (file)
index 0000000..bb3b784
--- /dev/null
@@ -0,0 +1,45 @@
+<!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>Gdcm access with cvs</TITLE>
+</HEAD>
+                                                                                
+<BODY>
+                                                                                
+<!#######################################################################>
+<H1>Using CVS for retrieval of gdcm</H1>
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+
+<!#######################################################################>
+To learn more about CVS and to get the CVS programs, please refer to the
+<A HREF="http://www.cvshome.org/index.html">CVS Home</A>. 
+
+<UL>
+  <LI><B>GENERAL</B>
+    <UL>
+      <LI>Repository server: <tt>:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public</tt>
+      <LI>Password is <TT>anonymous</TT>
+    </UL>
+  <LI><B>Linux</B>
+    <IMG src="Icons/os-linux.gif" alt="tux logo" nosave height=32 width=32>
+    (if your shell is not bash then please adapt the syntax)
+    <UL>
+      <LI><tt>export CVSROOT=:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public</tt>
+      <LI><tt>cvs login</tt> (at prompt <TT>CVS password</TT> answer <TT>anonymous</TT>)
+      <LI><tt>cvs checkout gdcm</tt>
+    </UL>
+  <LI><B>Windows (WinCVS 1.2)</B>
+    <IMG src="Icons/os-windows.gif" alt="win95 logo" nosave height=32 width=32>
+    <UL>
+      <LI>Tag general - CVSROOT :
+        <tt>:pserver:anonymous@cvs.creatis.insa-lyon.fr:/cvs/public</tt>
+      <LI>Tag Ports - check 'For pserver' : <tt>2402</tt>
+    </UL>
+</UL>
+
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+
+</body>
+</html>
+
diff --git a/Doc/Website/Download.html b/Doc/Website/Download.html
new file mode 100644 (file)
index 0000000..7400608
--- /dev/null
@@ -0,0 +1,110 @@
+<!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>Gdcm Download</TITLE>
+</HEAD>
+
+<BODY>
+
+<!#######################################################################>
+<H1>gdcm download page</H1>
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+
+<!#######################################################################>
+<H2>Dowload sources</H2>
+In order to retrieve the bleeding edge version (or any previous
+version) of gdcm please refer to the 
+<A HREF="Cvs.html">gdcm cvs access</A>
+page.
+
+<!#######################################################################>
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+<H2>Packaged distributions of gdcm last stable
+   <A HREF="News.html#NewsVersion0_4">version 0.4</A>
+</H2>
+
+Please refer to the
+   <A HREF="News.html#NewsVersion0_4">news on version 0.4</A>
+for more information on the features of this release.
+
+<UL>
+   <!###############################>
+   <LI><B>Win32</B>
+      <IMG src="Icons/os-windows.gif" alt="win95 logo"
+           nosave height=32 width=32>
+   <UL>
+   <LI> <B>Gdcm kernel</B>
+      <UL>
+      <LI>Zipped archive
+         <A HREF="../GdcmPackages/bin20040206/gdcm-0.4.zip">gdcm-0.4.zip</A>,
+      </LI>
+      <LI> Windoze self installer
+         <A HREF="../GdcmPackages/bin20040206/gdcm-0.4.exe"> gdcm-0.4.exe</A>.
+      </UL>
+   </LI>
+                                                                                
+   <LI> <B>GdcmPython</B>
+      <UL>
+      <LI>Zipped archive
+         <A HREF="../GdcmPackages/bin20040206/gdcmPython-0.4.zip">
+                 gdcmPython-0.4.zip</A>,
+      </LI>
+      <LI>Windoze self installer
+         <A HREF="../GdcmPackages/bin20040206/gdcmPython-0.4.win32-py2.2.exe">
+            gdcmPython-0.4.win32-py2.2.exe</A>
+         (expects Python2.2.x).
+      </LI>
+      </UL>
+   </LI>
+   </UL>
+
+   <!###############################>
+   <LI> <B>GNU/Linux RPM</B> packages
+      <IMG src="Icons/os-linux.gif" alt="win95 logo"
+           nosave height=32 width=32>
+   <UL>
+     <LI>Sources in a compressed tarball:
+         <A HREF="../GdcmPackages/bin20040206/gdcm-0.4.0.tar.gz">
+                 gdcm-0.4.0.tar.gz</A>.
+     </LI>
+     <LI>Source rpm
+         <A HREF="../GdcmPackages/bin20040206/gdcm-0.4.0-1.src.rpm">
+                 gdcm-0.4.0-1.src.rpm</A>,
+         which requires swig 1.3.17.x [
+         <A HREF="http://www.creatis.insa-lyon.fr/rpm/swig13-1.3.17-1.i386.rpm">
+                 swig13-1.3.17-1.i386.rpm</A>,
+         <A HREF="http://www.creatis.insa-lyon.fr/rpm/swig13-1.3.17-1.src.rpm">
+                  swig13-1.3.17-1.src.rpm</A>]
+     </LI>
+     <LI>Binary rpm
+         <A HREF="../GdcmPackages/bin20040206/gdcm-0.4.0-1.i386.rpm">
+                 gdcm-0.4.0-1.i386.rpm</A>.
+     </LI>
+   </LI>
+   </UL>
+</UL>
+
+<B>Note:</B> The corresponding sources can be retrieved through cvs (see
+<A HREF="Cvs.html">gdcm cvs access</A>)
+with the cvs tag <B>Version0_4</B> e.g.
+<BR>
+<TT>cvs -d:pserver:frog@cvs.creatis.insa-lyon.fr:2402/cvs/public co
+    -r Version0_4 gdcm</TT>.
+
+
+<!#######################################################################>
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+<H2>Packaged distributions of gdcm previous stable versions
+</H2>
+
+<UL>
+<LI>
+   <A HREF="DownloadVersion0_3.html">version 0.3</A>
+<LI>
+</UL>
+
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+
+</BODY>
+</HTML>
diff --git a/Doc/Website/Icons/os-linux.gif b/Doc/Website/Icons/os-linux.gif
new file mode 100644 (file)
index 0000000..844ab71
Binary files /dev/null and b/Doc/Website/Icons/os-linux.gif differ
diff --git a/Doc/Website/Icons/os-windows.gif b/Doc/Website/Icons/os-windows.gif
new file mode 100644 (file)
index 0000000..0c8e7a8
Binary files /dev/null and b/Doc/Website/Icons/os-windows.gif differ
diff --git a/Doc/Website/Installation.html b/Doc/Website/Installation.html
new file mode 100644 (file)
index 0000000..2451dd2
--- /dev/null
@@ -0,0 +1,110 @@
+<!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>Gdcm source installation</TITLE>
+</HEAD>
+                                                                                
+<BODY>
+                                                                                
+<!#######################################################################>
+<H1>Installing gdcm from sources</H1>
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+
+<!###################################>
+<H2> Requirements</H2>
+<UL>
+<LI> For the core C++ library you shall need a C++ compiler with the
+    "list" and "map" STL containers.
+    <BR>
+    Gdcm is developped and tested under:
+    <UL>
+    <LI> GNU/linux (gcc 3.2.x)
+    </LI>
+    <LI> Win32/VC++ 6.x
+    </LI>
+    </UL>
+</LI>
+<LI> <A HREF="http://www.cmake.org">Cmake</A>
+   is used by gdcm for generating Un*x makefiles or VC++ projects.
+   Grab latest release (at least 2.0.3).
+</LI>
+<LI> Optionnaly, for the
+   <A HREF="VtkGdcm.html">VTK wrappers</A>
+   you will additionaly need :
+</LI>
+<LI> Optionnaly, for the
+   <A HREF="html.developper/DoxyPythonComplete.html">Python wrappers</A>
+   you will additionaly need :
+   <UL> 
+   <LI> <A HREF="http://www.python.org/2.2.2/">Python version 2.2.x</A>
+   </LI>
+   <LI> <A HREF="http://www.swig.org">Swig</A>
+       at least version 1.3.17x (in order to handle C++ member overloading,
+       shadow classes and static methods)
+       <UL>
+       <LI>Rpms for GNU/linux:
+     <A HREF="http://www.creatis.insa-lyon.fr/rpm/swig13-1.3.17-1.i386.rpm">
+            swig13-1.3.17-1.i386.rpm</A>,
+     <A HREF="http://www.creatis.insa-lyon.fr/rpm/swig13-1.3.17-1.src.rpm">
+            swig13-1.3.17-1.src.rpm</A>.
+       </LI>
+       <LI>for Win32 you shall need to compile 
+            <A HREF="http://www.swig.org/download.html">the sources</A>
+       </LI>
+       </UL>
+   </LI>
+   </UL>
+</UL>
+
+<!###################################>
+<H2> Step by step recompilation</H2>
+<UL>
+<LI> Retrieve gdcm the
+   <A HREF="http://www.creatis.insa-lyon.fr/Public/Gdcm/cvs.html">
+          sources through cvs</A>.
+   We shall refer to this source directory as <TT>gdcmSources</TT>.
+</LI>
+<LI> Create a compile directory (e.g. <TT>gdcmBin</TT>) that 
+   we shall refer as <TT>gdcmBINARY</TT>.
+   Change working directory to <TT>gdcmBINARY</TT>.
+</LI>
+<LI> Invoke ccmake (from <TT>gdcmBINARY</TT>) with <TT>gdcmSources</TT>
+   as source directory.
+   <BR>
+   Hit "c" for a first automatic configuration of your platteform
+</LI>
+<LI> Select the options that suite your needs. Basically this means
+   toggling ON or OFF the following parameters
+   <UL>
+   <LI> <TT>GDCM_DOXYGEN</TT>
+      if you wish to generate the doxygen documentation,
+   </LI>
+   <LI> <TT>GGDCM_VTK</TT>
+      if you wish to generate the <A HREF="VtkGdcm.html">VTK wrappers</A>,
+   </LI>
+   <LI> <TT>GDCM_WRAP_PYTHON</TT>
+      if you wish to generate the 
+      <A HREF="html.developper/DoxyPythonComplete.html">Python wrappers</A>.
+   </LI>
+   </UL>
+</LI>
+<LI> Among the other options, you might consider
+   toggling ON or OFF the following parameters
+   <UL>
+   <LI> <TT>BUILD_EXAMPLES</TT>
+      if you wish to generate the C++ gdcm examples,
+   </LI>
+   <LI> <TT>BUILD_TESTING</TT>
+      if you wish to generate gdcm test suite. When doing so you will
+      need to retrieve gdcmData i.e. the set of Dicom image used in
+      the test suite.
+   </LI>
+</LI>
+</UL>
+
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+                                                                                
+</BODY>
+</HTML>
+
diff --git a/Doc/Website/License.html b/Doc/Website/License.html
new file mode 100644 (file)
index 0000000..25d74fa
--- /dev/null
@@ -0,0 +1,64 @@
+<!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>Gdcm License</TITLE>
+</HEAD>
+
+<BODY>
+
+<!#######################################################################>
+<H1>Gdcm License</a></H1>
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+<PRE>
+Gdcm is copyrighted as an open-source, Berkeley-style license. It allows
+unrestricted use, including use in commercial products. The complete
+copyright is shown below.
+/*=========================================================================
+Copyright (c) 1999-2003 CREATIS
+(CREATIS = Centre de Recherche et d'Applications en Traitement de l'Image)
+All rights reserved.
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+ * Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ * The name of CREATIS, nor the names of any contributors (CNRS, INSERM, UCB,
+   Universite Lyon I), may be used to endorse or promote products derived
+   from this software without specific prior written permission.
+ * Modified source versions must be plainly marked as such, and must not be
+   misrepresented as being the original software.
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS ``AS IS''
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+=========================================================================*/
+</PRE>
+
+<!####################################>
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+<H2> <A CLASS="anchor" name="OldLicence">Historical footnote</A>
+</H2>
+Prior to version 0.4 gdcm was distributed with
+<A HREF="http://www.gnu.org/copyleft/lesser.html">LPGL</a> license.
+<hr size="1"><address style="align: right;">
+
+</BODY>
+</HTML>
diff --git a/Doc/Website/Main.html b/Doc/Website/Main.html
new file mode 100644 (file)
index 0000000..d7e4344
--- /dev/null
@@ -0,0 +1,97 @@
+<!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>Gdcm Home Page</TITLE>
+</HEAD>
+
+<BODY>
+
+<!#######################################################################>
+<H1>Gdcm Home Page</H1>
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+
+Gdcm is yet another C++ library dedicated to reading/parsing and writing
+<A HREF="http://medical.nema.org/">Dicom</A> medical files.
+<BR>
+<B>GDCM</B>stands as a short for "<B>G</B>rass roots
+<B>D</B>i<B>C</B>o<B>M</B>. 
+
+<!###################################>
+<H2>What gdcm IS</H2>
+<UL>
+<LI>gdcm implements the
+   <A HREF="http://www.dclunie.com/dicom-status/status.html">
+           dicom base standard <B>part 5</B></A>
+   that concentrates on image file format.
+   Hence gdcm supports the following formats:
+   <UL>
+   <LI>ACR-NEMA version 1 and 2
+   </LI>
+   <LI>Dicom version 3 (including various encoding like jpeg or RLE).
+   </LI>
+   </UL>
+</LI>
+<LI>gdcm is distributed with
+   <A HREF="License.html">Berkeley-like license</A>.
+</LI>
+<LI>gdcm targets both GNU/Un*ces and Windows/VC++
+   (refer to
+   <A HREF="html.developper/DoxyInstallation.html#DoxyRequirements">
+           requirements</A>
+   for details).
+</LI>
+<LI>gdcm comes with a
+   <A HREF="http://public.kitware.com/VTK">VTK</A>
+   shallow wrapper class vtkGdcmReader (refer to
+   <A HREF="">VtkGdcm.html</A>)
+   to ease the burden of VTK users,
+<LI>gdcm also comes with
+   <A HREF="html.developper/DoxyPythonComplete.html">gdcmPython</A>
+   it's
+   <A HREF="http://www.swig.org">SWIG</A>
+   generated
+  <A HREF="http://www.python.org">Python</A>
+  wrappers.
+</LI>
+</UL>
+
+<!###################################>
+<H2>What gdcm is NOT</H2>
+
+Except for
+<A HREF="http://www.dclunie.com/dicom-status/status.html">
+        dicom base standard <B>part 5</B></A>
+gdcm does NOT implement any other part of the Dicom base standard
+(as opposed to other C++ based with open license libraries like
+<A HREF="http://www.offis.de/projekte/ig/dicom/soft-docs/soft01_d.html">
+        DCMTK </A>.
+or
+<A HREF="http://www.erl.wustl.edu/DICOM/ctn.html">CTN</A>).
+<BR>
+In particular <B>gdcm is not aware</B> of:
+<UL>
+<LI>the Dicom network file exchange protocol,
+</LI>
+<LI>the Dicom media storage formats,
+</LI>
+<LI>ANY OTHER PART of Dicom.
+</LI>
+</UL>
+
+<!###################################>
+<H2>What gdcm still misses</H2>
+
+Among all the features of the
+<A HREF="http://www.dclunie.com/dicom-status/status.html">
+        dicom part 5</A>
+gdcm doesn't implement (yet?)
+<UL>
+  <LI>the integration of (optional) overlays on image.
+  </LI>
+</UL>
+
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+
+</BODY>
+</HTML>
diff --git a/Doc/Website/News.html b/Doc/Website/News.html
new file mode 100644 (file)
index 0000000..47dffa0
--- /dev/null
@@ -0,0 +1,82 @@
+<!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>Gdcm News</TITLE>
+</HEAD>
+
+<BODY>
+
+<!#######################################################################>
+<H1>Gdcm News</a></H1>
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+
+<!#######################################################################>
+<H2>
+   <A CLASS="anchor" NAME="NewsVersion0_4">
+      <B>Version 0.4 (February 6 2004)</B></A>
+</H2>
+<UL>
+   <LI> <TT>gdcmFile</TT> class now enables acces to the data
+       i.e. the image[s] content. Previously only parsing of the
+       Dicom header was available through usage of <TT>gdcmHeader</TT>
+       class.
+   <LI> a <A HREF="http://public.kitware.com/VTK/">VTK</A> plugin
+       of gdcm is now available through the <TT>vtkGdcmReader</TT>
+       vtk class (see it as a vtk wrapper of gdcm), which enables
+       <UL>
+         <LI> Loading of a single image,
+         <LI> Loading of a stack of images from multiple Dicom files,
+         <LI> this class is wrapped for vtkPython (by using native vtk
+              wrappers).
+       </UL>
+   <LI> Introduction of a jpeg sub-library: some very simple jpeg
+        compressed Dicom files might be working (check-it out).
+   <LI> And also, fewer memory leaks, cleaned-up stl usage (should work
+        with gcc-3.x), python disutil installer (see file setup.py)
+        supporting both Swig and vtk wrapping.
+</UL>
+
+<!#######################################################################>
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+<H2>
+   <A CLASS="anchor" NAME="NewsVersion0_3">
+      <B>Version 0.3 (July 8 2003)</B></A>
+</H2>
+<UL>
+   <LI> <TT>gdcmFile</TT> class now enables acces to the data
+       i.e. the image[s] content. Previously only parsing of the
+       Dicom header was available through usage of <TT>gdcmHeader</TT>
+       class.
+   <LI> a <A HREF="http://public.kitware.com/VTK/">VTK</A> plugin
+       of gdcm is now available through the <TT>vtkGdcmReader</TT>
+       vtk class (see it as a vtk wrapper of gdcm), which enables
+       <UL>
+         <LI> Loading of a single image,
+         <LI> Loading of a stack of images from multiple Dicom files,
+         <LI> this class is wrapped for vtkPython (by using native vtk
+              wrappers).
+       </UL>
+   <LI> Introduction of a jpeg sub-library: some very simple jpeg
+        compressed Dicom files might be working (check-it out).
+   <LI> And also, fewer memory leaks, cleaned-up stl usage (should work
+        with gcc-3.x), python disutil installer (see file setup.py)
+        supporting both Swig and vtk wrapping.
+</UL>
+
+<!#######################################################################>
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+<H2>
+   <A CLASS="anchor" NAME="NewsVersion0_1">
+      <B>Version 0.1 (April 1 2003)</B></A>
+
+<!#######################################################################>
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+<H2>
+   <A CLASS="anchor" name="NewsVersion0_1">
+      <B>Version 0.0 (March 14 2003)</B></A>
+
+<HR size="1"><ADDRESS style="align: right;"></ADRESS>
+
+</BODY>
+</HTML>
diff --git a/Doc/Website/Sidebar.html b/Doc/Website/Sidebar.html
new file mode 100644 (file)
index 0000000..1365fd3
--- /dev/null
@@ -0,0 +1,119 @@
+<HTML>
+<HEAD>
+<TITLE>gdcm home page</TITLE>
+</HEAD>
+<BODY BGCOLOR="#ffffff" TEXT="#000000"
+      TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"
+      LINK="#0000bb"  VLINK="#551a8b"
+      ALINK="#ff0000">
+
+<!-- start of sidebar cells -------------------------------------------->
+<TD WIDTH=150 VALIGN=TOP BGCOLOR="#99ccff">
+   
+   <TABLE WIDTH="100%" BORDER=0 CELLSPACING=0 CELLPADDING=3
+          BGCOLOR="#ffffff">
+   
+   <!#################### Users ###############################>
+   <TR> <TD BGCOLOR="#003366"> <B>
+      <FONT COLOR="#ffffff"> GDCM Library
+      </FONT> </B> </TD>
+   </TR>
+   
+   <TR><TD BGCOLOR="#99ccff">
+      <A HREF="Main.html"
+      target="rite">
+      gdcm HOME</A>
+   </TD></TR>
+
+   <TR><TD BGCOLOR="#99ccff">
+      <A HREF="News.html"
+      target="rite">
+      News</A>
+   </TD></TR>
+
+   <TR><TD BGCOLOR="#99ccff">
+      <A HREF="License.html"
+      target="rite">
+      License</A>
+   </TD></TR>
+
+   <TR><TD BGCOLOR="#99ccff">
+      <A HREF="html.user/index.html"
+      target="rite">
+      Users documentation</A>
+   </TD></TR>
+
+   <TR><TD BGCOLOR="#99ccff">
+      <A HREF="Download.html"
+      target="rite">
+      Download</A>
+   </TD></TR>
+
+   <TR><TD BGCOLOR="#99ccff">
+      <A HREF="Support.html"
+      target="rite">
+      Support</A>
+   </TD></TR>
+
+
+   <!######################## Wrappers ########################>
+   <TR> <TD BGCOLOR="#003366"> <B>
+      <FONT COLOR="#ffffff"> GDCM Wrappers
+      </FONT> </B> </TD>
+   </TR>
+
+   <TR><TD BGCOLOR="#99ccff">
+      <A HREF="VtkGdcm.html"
+      target="rite">
+      VTK users</A>
+   </TD></TR>
+   
+   <TR><TD BGCOLOR="#99ccff">
+      <A HREF="html.developper/DoxyPythonComplete.html"
+      target="rite">
+      gdcmPython</A>
+   </TD></TR>
+
+   <!######################## Developpers ########################>
+   <TR> <TD BGCOLOR="#003366"> <B>
+      <FONT COLOR="#ffffff"> Developpers
+      </FONT> </B> </TD>
+   </TR>
+
+   <TR><TD BGCOLOR="#99ccff">
+      <A HREF="Installation.html"
+      target="rite">
+      Installation</A>
+   </TD></TR>
+   
+   <TR><TD BGCOLOR="#99ccff">
+      <A HREF="documentation.html"
+      target="rite">
+      Documentation</A>
+   </TD></TR>
+
+   <TR><TD BGCOLOR="#99ccff">
+      <A HREF="html.developper/DoxyDevelInstal.html"
+      target="rite">
+      Developpers</A>
+   </TD></TR>
+
+   <TR><TD BGCOLOR="#99ccff">
+      <A HREF="Cvs.html"
+      target="rite">
+      cvs access</A>
+   </TD></TR>
+
+   <TR><TD BGCOLOR="#99ccff">
+      <A HREF="http://www.creatis.insa-lyon.fr/public/source/gdcm/"
+      target="rite">
+      Browsing the sources</A>
+   </TD></TR>
+
+
+   </TABLE>
+   
+</TD><!-- end of sidebar cell -->
+
+</BODY></HTML>
+
diff --git a/Doc/Website/Support.html b/Doc/Website/Support.html
new file mode 100644 (file)
index 0000000..80cb7a0
--- /dev/null
@@ -0,0 +1,38 @@
+<!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>Gdcm support</TITLE>
+</HEAD>
+
+<BODY>
+
+<!#######################################################################>
+<H1>Gdcm support</a></H1>
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+Gdcm is hosted at
+<A HREF="http://www.creatis.insa-lyon.fr">CREATIS</A>) </H2>
+<BR>
+The developpers are (alphabetical order)
+<UL>
+<LI> Florez Leonardo (Creatis/Theralis)
+</LI>
+<LI> Ibanez Luis (Kitware)
+</LI>
+<LI> Malaterre Mathieu (Kitware)
+</LI>
+<LI> Olart Emmanuel (Theralys)
+</LI>
+<LI> Regrain Benoit (Creatis)
+</LI>
+<LI> Roux Jean-Pierre (Creatis)
+</LI>
+<LI> Boix Eric (Creatis)
+</LI>
+</UL>
+
+<!####################################>
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+
+</BODY>
+</HTML>
diff --git a/Doc/Website/VtkGdcm.html b/Doc/Website/VtkGdcm.html
new file mode 100644 (file)
index 0000000..bb17ab4
--- /dev/null
@@ -0,0 +1,29 @@
+<!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>Vtk Gdcm</TITLE>
+</HEAD>
+
+<BODY>
+
+<!#######################################################################>
+<H1>
+  <A HREF="http://public.kitware.com/VTK">VTK</A>
+  and gdcm</a></H1>
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+
+A <A HREF="http://public.kitware.com/VTK/">VTK</A> plugin
+of gdcm is now available through the <TT>vtkGdcmReader</TT>
+vtk class (see it as a thin wrapper of gdcm for vtk),
+which enables
+<UL>
+   <LI> Loading of a single image,
+   <LI> Loading of a stack of images from multiple Dicom files,
+   <LI> this class is wrapped for vtkPython (by using native VTK wrappers).
+</UL>
+
+<HR size="1"><ADDRESS style="align: right;"></ADDRESS>
+
+</BODY>
+</HTML>
diff --git a/Doc/Website/index.html b/Doc/Website/index.html
new file mode 100644 (file)
index 0000000..f1bd065
--- /dev/null
@@ -0,0 +1,8 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN">
+<html>
+  <frameset cols="140,*" border="0">
+    <frame src="Sidebar.html" name="left"></frame>
+    <frame src="Main.html" name="rite"></frame>
+  </frameset>
+</html>
+