Changeset 32 for trunk

Show
Ignore:
Timestamp:
03/08/08 16:31:46 (9 months ago)
Author:
lhealy
Message:

Minor changes to documentation.

Location:
trunk/documentation
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/documentation/development.html

    r26 r32  
    9595 
    9696    <hr> 
    97     <address><a href="mailto:">Liam Healy</a></address> 
     97    <address><a href="mailto:gsll-devel@common-lisp.net">Liam Healy</a></address> 
    9898    <small> 
    99        Time-stamp: <2008-02-24 11:24:12EST development.html> 
     99       Time-stamp: <2008-03-08 11:07:51EST development.html> 
    100100       </small> 
    101101<!-- hhmts end --> 
  • trunk/documentation/documentation.html

    r26 r32  
    123123 limited testing. 
    124124 <li><a href="Fast-Fourier-Transforms.html">FFTs</a> have not been done 
    125  because GSL does not supply an example and it is not clear how it 
     125 because GSL does not supply an example and it is not clear how it is 
    126126 used.  Contributions welcome.  
    127127<li><a href="Simulated-Annealing.html">Simulated Annealing</a> has 
     
    152152 <div class="footer"> 
    153153    <hr> 
    154     <address><a href="mailto:">Liam Healy</a></address> 
     154    <address><a href="mailto:gsll-devel@common-lisp.net">Liam Healy</a></address> 
    155155<!-- hhmts start --> 
    156156    <small> 
    157        Time-stamp: <2008-02-24 11:33:07EST documentation.html> 
     157       Time-stamp: <2008-03-08 11:07:51EST documentation.html> 
    158158       </small> 
    159159<!-- hhmts end --> 
  • trunk/documentation/index.html

    r31 r32  
    3737        Monte Carlo integration, simulated annealing, differential 
    3838        equations, interpolation, numerical differentiation, 
    39         chebyshev approximation, series acceleration, 
     39        Chebyshev approximation, series acceleration, 
    4040        discrete Hankel transforms, root-finding, minimization 
    4141        least-squares fitting, IEEE floating-point, 
     
    110110 <h3>Downloads</h3> 
    111111 <div class="content"> 
    112  <p>You may browse or download the <a 
    113             href="http://subversion.tigris.org/">Subversion</a> 
    114           repository at 
     112 <p>You may browse or download as follows:</p> 
     113 <ul> 
     114 <li><a href="http://subversion.tigris.org/">Subversion</a>: 
     115          Repository at 
    115116          svn://common-lisp.net/project/gsll/svn/trunk.  For 
    116117          example,  
    117            </p> 
    118         <pre>svn list svn://common-lisp.net/project/gsll/svn/trunk 
    119 svn checkout svn://common-lisp.net/project/gsll/svn/trunk gsll</pre></p> 
     118<pre> 
     119svn list svn://common-lisp.net/project/gsll/svn/trunk 
     120svn checkout svn://common-lisp.net/project/gsll/svn/trunk gsll 
     121</pre> 
     122 <li>Web: 
     123        <a href="http://trac.common-lisp.net/gsll/browser/trunk">browse</a> 
     124        using Trac. 
     125 <li>Git: Thanks to Leonardo Varuzza, who is maintaining a  
     126 <a href="http://www.lambdatau.com/git/gsll.git">git mirror</a> 
     127 of the Subversion repository. 
     128 </ul> 
     129 <p>Due to frequent changes, no tarballs are yet available.</p> 
    120130 </div> 
    121131  
     
    137147  A partial automatically-generated interface to GSL is provided in <a 
    138148  href="http://common-lisp.net/project/cl-gsl/">cl-gsl</a>. 
    139   A matlab-like array syntax and plotting is provided by 
     149  A Matlab-like array syntax and plotting is provided by 
    140150  <a href="http://nlisp.info/">NLISP</a> which might work well with 
    141151  GSLL.  Other numerical mathematics software for Lisp may be found  
     
    145155 <div class="footer"> 
    146156    <hr> 
    147     <address><a href="mailto:">Liam Healy</a></address> 
     157    <address><a href="mailto:gsll-devel@common-lisp.net">Liam Healy</a></address> 
    148158<!-- Created: Feb 25 2005 --> 
    149159<!-- hhmts start --> 
    150160    <small> 
    151        Time-stamp: <2008-03-03 22:26:28EST index.html> 
     161       Time-stamp: <2008-03-08 11:22:52EST index.html> 
    152162       </small> 
    153163<!-- hhmts end -->