Diff for /imach/html/index.htm between versions 1.5 and 1.6

version 1.5, 2004/06/22 11:18:20 version 1.6, 2004/07/23 14:11:14
Line 53  color="#00006A">) </font></h4> Line 53  color="#00006A">) </font></h4>
 from Cross-longitudinal surveys. <em>Mathematical Population Studies</em>.- 10(4), pp. 211-248</a>  from Cross-longitudinal surveys. <em>Mathematical Population Studies</em>.- 10(4), pp. 211-248</a>
 </p>  </p>
   
 <h2><font color="#EC5E5E"><strong>New installation method</strong></font></h2>  <h2><font color="#EC5E5E"><strong>Download and instructions for installation</strong></font></h2>
   
   <h3>On Windows (win9X, 2000, XP)</h3>
 <p> Until June 2004 the installation did consist in a zip file which  <p> Until June 2004 the installation did consist in a zip file which
 had to be extracted in the directory of your choice. But with version  had to be extracted in the directory of your choice. But with version
 0.97b IMaCh we are using a windows installer (Inno setup).  Both  0.97b IMaCh we are using a windows installer (Inno setup).  Both
Line 116  the notepad editor or 'run' it with gnup Line 117  the notepad editor or 'run' it with gnup
         href="doc/imach.htm">doc/imach.htm</a></li>          href="doc/imach.htm">doc/imach.htm</a></li>
 </ul>  </ul>
   
   <br>
   Imach version 0.97b of June 21 2004 can be downloaded as a setup.exe file
   <a href=imach-0.97b-2-setup.exe">
   http://euroreves.ined.fr/imach/imach-0.97b-2-setup.exe</a>. The IMaCh
   program and gnuplot will be installed in the directory that you want
   (usually in Program Files).  We made some errors in the new setup and
   some erlier versions did not work. Please check the md5sum which is
   3cb42bf71396d531d4bc3d42fee46a52 imach-0.97b-2-setup.exe
   
   <br>We also changed the wordpad editor to notepad which is less useful
   but exists on most Windows installation.  <br> For people who are not
   allowed to modify the registry of their Windows installation here is a
   second setup <a
   href="imach-0.97b-2-noreg-setup.exe">imach-0.97b-2-noreg-setup.exe</a>.
   
   <p><a href="oldversion.html">Old Windows versions are accessible here.</a>
   <h3>On Mac OS/X</h3>
   
   IMaCh can be easily compiled with gcc 3.3 on MacIntosh as soon as
   XCode (free download from Apple) is intalled on your MaCIntosh.<p>
   
   It take a litle more time to get latest version of Gnuplot 4.0 for Mac
   OS/X and to compile it on a MaC. The main problem resides in finding
   the png library. Gif images are patented now and the replacement is
   png, but the development of the png library is growing on its own and
   you just have to find on Google where it is hosted now.
   
   <br>
   Gnuplot can be easily compiled on a MaC, but I don't know yet (July
   2004) which is default screen terminal driver for gnuplot. For sure if
   X11 is installed on your MaC (it is included on your installation CD
   or you can download it from the WEB), the you can do <tt>set ter
   X11</tt> and <tt>plot sin(x)</tt> to get a nice sin curve on an X11
   window of your Mac.
   
   <br> Let me add that for running IMaCh with all of its features, you don't
   need X11; the gnuplot program included in the distribution needs only
   to have the png terminal driver to output graphs and these graphs will
   be viewed by your browser.<br>
   
   You need X11 only if you want to modify and test the gnuplot code output by
   ImaCh, because it might be a more convenient way to view the graphs
   directly on the screen than writing images on a file and viewing them
   with a browser,
   
   <p>
   You can download a .pkg.paw file at <a
           href="imach097b.pkg.pax">imach097b.pkg.pax</a>. Stuffit
         Expander will expand compressed imach097b.pkg directory. Just
         clicking on the directory will let you install ImaCh in a local
         directory of your own. Two sub-directories are created
         <tt>bin</tt> and <tt>html</tt> . In the bin subdirectory you
         will find two executables <tt>imach</tt> itself and
         <tt>gnuplot</tt>.
   
   <p>
   You need to click on <tt>imach</tt> and IMaCh will be launched in a
         terminal window, asking you to enter a <tt>parameter</tt> file. A
         parameter file is text file with an extension <tt>.imach</tt>
         (but you can use a <tt>.txt</tt> extension if you want. Among
         the parameters required, a data file name has to be entered. It
         can be a relative file name like
         <tt>../../data/data1.txt</tt>. It might also work if you use the
         Windows backslash "<tt>\</tt>" syntax.
   <p>
   At the end of the run, and it order for the terminal window not to
         disappear, the program prompt for a command like "<tt>e</tt>" for
         edit or "<tt>q</tt>" for quit. The edit command might not work
         on a MaC, or on Unix or even on recent Windows, because the program should know which
         browser you are using and becauee the BROWSER environment
         doesn't seem to be standard on a Mac and on some other OS too.
   
   <br> The consequence for you is just that you have to use your finder
         or browser (there is no more difference now) and click on the
         <tt>.html</tt> (or .htm) file created. The filename of this html
         file is the same name as your parameter file, only the extension
         .imach is changed to .html.
   
   <h3>On Linux</h3>
   There are various versions of Linux, gnuplot is distributed on most
       distributions. Just verify that your version is more recent than
       version 0.38i . I haven't had time to make a rpm yet, just ask us
       for the CVS tree location (not completely GPL today), and compile
       the sources. Remarks concerning the Linux versions are similar to
       the Mac OS/X version.
   
 <p><a href="doc/imach.htm"><font color="#FF0000" size="6">Click  <p><a href="doc/imach.htm"><font color="#FF0000" size="6">Click
 here to access to the detailed documentation</font></a></p>  here to access to the detailed documentation</font></a></p>
   
Line 139  equivalent routines from the new GNU sci Line 226  equivalent routines from the new GNU sci
   
 <p>Latest documentation can be accessed at <a  <p>Latest documentation can be accessed at <a
 href="http://euroreves.ined.fr/imach">http://euroreves.ined.fr/imach</a><br>  href="http://euroreves.ined.fr/imach">http://euroreves.ined.fr/imach</a><br>
 Imach version (0.63 of 16 march 2000) can be downloaded in zip file <a  
 href="http://euroreves.ined.fr/imach/imach.zip">http://euroreves.ined.fr/imach/imach.zip</a>  
 <br> Imach version 0.64 May 2001 can be downloaded in zip file <a  
 href="http://euroreves.ined.fr/imach/imach-0-64.zip">http://euroreves.ined.fr/imach/imach-0-64.zip</a>  
 <br>  
 Imach version 0.8 March 2002 can be downloaded in zip file <a  
 href="http://euroreves.ined.fr/imach/imach-08.zip">http://euroreves.ined.fr/imach/imach-08.zip</a>  
 <br>  
 Imach version 0.8a May 2002 can be downloaded in zip file <a  
 href="http://euroreves.ined.fr/imach/imach-08a.zip">  
 http://euroreves.ined.fr/imach/imach-08a.zip</a>  
 <br>  
 Imach version 0.96d February 2004 can be downloaded in zip file <a  
 href="http://euroreves.ined.fr/imach/imach-096d.zip">  
 http://euroreves.ined.fr/imach/imach-096d.zip</a>  
   
 <br>  
 Imach version 0.97b of June 21 2004 can be downloaded as a setup.exe file  
 <a href=imach-0.97b-2-setup.exe">  
 http://euroreves.ined.fr/imach/imach-0.97b-2-setup.exe</a>. The IMaCh  
 program and gnuplot will be installed in the directory that you want  
 (usually in Program Files).  We made some errors in the new setup and  
 some erlier versions did not work. Please check the md5sum which is  
 3cb42bf71396d531d4bc3d42fee46a52 imach-0.97b-2-setup.exe  
   
 <br>We also changed the wordpad editor to notepad which is less useful  
 but exists on most Windows installation.  <br> For people who are not  
 allowed to modify the registry of their Windows installation here is a  
 second setup <a  
 href="imach-0.97b-2-noreg-setup.exe">imach-0.97b-2-noreg-setup.exe</a>.  
 </p>  </p>
   
 <p> There is a public mailing list of IMaCh's users.  You can  <p> There is a public mailing list of IMaCh's users.  You can
Line 180  href=mailto:imach-users-unsubscribe@list Line 237  href=mailto:imach-users-unsubscribe@list
 <br>$Id$<br>  <br>$Id$<br>
 <!--  $State$  <!--  $State$
   $Log$    $Log$
   Revision 1.5  2004/06/22 11:18:20  brouard    Revision 1.6  2004/07/23 14:11:14  brouard
   Adding the noreg setup for users who don't have privileges to modify Windows registries.    MaC OS/X version added.
   
     Revision 1.5  2004/06/22 11:18:20  brouard
     Adding the noreg setup for users who don't have privileges to modify Windows registries.
   
   Revision 1.4  2004/06/16 23:49:33  brouard    Revision 1.4  2004/06/16 23:49:33  brouard
   *** empty log message ***    *** empty log message ***

Removed from v.1.5  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>