]> Creatis software - gdcm.git/commitdiff
Update Website;
authorjpr <jpr>
Tue, 1 Mar 2005 10:58:53 +0000 (10:58 +0000)
committerjpr <jpr>
Tue, 1 Mar 2005 10:58:53 +0000 (10:58 +0000)
Fix misstyping

Doc/Website/Download.html
Doc/Website/News.html
Doc/Website/Sidebar.html

index 2e02d51c53b813dcfff92a3b81af28979749151d..a9bc37477c1f8f8bdd03843b6826a7c85f194839 100644 (file)
@@ -18,6 +18,106 @@ 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#NewsVersion1_0">version 1.0</A> 
+   (Feb 14 2005)
+</H2>
+
+Please refer to the
+   <A HREF="News.html#NewsVersion1_0">news on version 1.0</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/bin20040608/gdcm-0.6.zip">gdcm-0.6.zip</A>,
+         -->
+         : <i>Sorry, not yet made</i>
+      </LI>
+      <LI> Windoze self installer
+         <!-------
+         <A HREF="../GdcmPackages/bin20040608/gdcm-0.6.exe"> gdcm-0.6.exe</A>.
+         -->
+         : <i>Sorry, not yet made</i>
+      </UL>
+   </LI>
+                                                                                
+   <LI> <B>GdcmPython</B>
+      <UL>
+      <LI>Zipped archive
+        <!-------
+         <A HREF="../GdcmPackages/bin20040608/gdcmPython-0.6.zip">
+                 gdcmPython-0.4.zip</A>,
+          ------>
+         : <i>Sorry, not yet made</i>
+      </LI>
+      <LI>Windoze self installer
+         <!-------
+         <A HREF="../GdcmPackages/bin20040608/gdcmPython-0.6.win32-py2.2.exe">
+            gdcmPython-0.6.win32-py2.2.exe</A>
+         (expects Python2.2.x).
+       ------>
+      : <i>Sorry, not yet made</i>
+      </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/bin20040608/gdcm-0.6.0.zip">
+                 gdcm-0.6.0.zip</A>.
+         ------>
+         : <i>Sorry, not yet made</i>
+     </LI>
+     <LI>Source rpm
+         <!-------  
+         <A HREF="../GdcmPackages/bin20040608/gdcm-0.6.0-1.src.rpm">
+                 gdcm-0.6.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>]
+       ------>
+      : <i>Sorry, not yet made</i>
+     </LI>
+     <LI>Binary rpm
+         <!-------  
+         <A HREF="../GdcmPackages/bin20040608/gdcm-0.4.0-1.i386.rpm">
+                 gdcm-0.6.0-1.i386.rpm</A>.
+         ------>
+        : <i>Sorry, not yet made</i>  
+     </LI>
+   </LI>
+   </UL>
+</UL>
+
+<B>Note:</B> The corresponding sources <b>must</b> be retrieved through cvs (see
+<A HREF="Cvs.html">gdcm cvs access</A>)
+with the cvs tag <B>Version1_0</B> e.g.
+<BR>
+<TT>cvs -d:pserver:frog@cvs.creatis.insa-lyon.fr:2402/cvs/public co
+    -r Version1_0 gdcm</TT>.
+
+
 
 <!#######################################################################>
 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
index dc42ddfd6e1134e463ffcc1c0c432a8408377278..c364795619e4ae674930c035af66c0104e191c1c 100644 (file)
@@ -80,26 +80,34 @@ Any contribution is welcome.
             high values = dark) and <TT>MONOCHROME2</TT> (low values = dark,
             high values = bright) is now taken into account.<br> 
             It's no longer up to the user to change the pixels value
+      <LI> Writing a 'True Dicom' image after reading an ACR-NEMA image 
+           does not request any longer from the user to build up 
+            'manually' the Meta Elements group (0002)
+      <LI> Old '24 Bits' ACR-NEMA are now correctly re-written in DICOM mode.
  
    </UL>
 
    <LI> A.P.I. breaking modifications (since previous version : <TT>1.0</TT>)
    <UL>    
-      <LI>
+      <LI> NEVER more API breaking modifications !!!
 
    </UL>
 
 
    <LI> Known bugs
    <UL>
-      <LI> Writing a 'True Dicom' image after reading an ACR-NEMA image requests
-           from the user to build up 'manually' the Meta Elements group (0002) 
       <LI> Management, on Big Endian Processors, of unloaded BinEntries
-      <LI> Old '24 Bits' ACR-NEMA are not correctly re-written in DICOM mode.
+   </UL>
+
+   <LI> Sample Data
+   <UL>
+      Get a <a href="gdcmData.tar.gz">gzipped tarball</a> of sample data 
+       (warning : 185 Megabytes ...)
    </UL>
 </UL>
 
 
+
 <!#######################################################################>
 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
 <H2>
index 4eee5374e21b91d3f0f50802f1c48a35dd71e806..c94316581cd6ae8f7ffb2297f7e9ad84043f2829 100644 (file)
    <TR><TD BGCOLOR="#99ccff">
       <A HREF="http://www.creatis.insa-lyon.fr/public/source/gdcm/"
       target="rite">
-      Online browsing of source files</A>
+      Online browsing of source code</A><BR>
+      Sorry. Intranet use only.
    </TD></TR>
 
    <TR><TD BGCOLOR="#99ccff">