Changeset 1259 for trunk/web/index.html


Ignore:
Timestamp:
09/11/06 15:10:05 (18 years ago)
Author:
mar637
Message:

Merge from Release2.1.0b tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/index.html

    r1071 r1259  
    4747
    4848<h2>Current Release</h2>
    49 ASAP latest stable version 2.0 was released on April, 27<sup>th</sup> 2006. It can be obtained in the <a href="#download">Download</a> section.
     49<b class="asap">ASAP</b> latest stable version 2.1 was released on September, 11<sup>th</sup> 2006. It can be obtained in the <a href="#download">Download</a> section.
    5050
    5151<h2>Screenshots</h2>
     
    5656<pre style="color: blue">
    5757Loading ASAP...
    58 Welcome to ASAP v2.0 (2006/04/27) - the ATNF Spectral Analysis Package
     58Welcome to ASAP v2.1 (release date) - the ATNF Spectral Analysis Package
    5959
    6060Please report any bugs via:
     
    6969<h2>Defects and enhancement requests</h2>
    7070Bugs and enhancement requests can be submitted online, via the <a href="http://sourcecode.atnf.csiro.au/cgi-bin/trac_asap.cgi/newticket">
    71 ASAP project tracking page</a>. Please also check if the defect has already been sumbitted under
     71<b class="asap">ASAP</b> project tracking page</a>. Please also check if the defect has already been submitted under
    7272<a href="http://sourcecode.atnf.csiro.au/cgi-bin/trac_asap.cgi/report/1">current tickets</a>.
    7373
    7474
    7575<h2>Documentation</h2>
    76 ASAP has a user guide for general use and telescope specific examples,
     76<b class="asap">ASAP</b> has a user guide for general use and telescope specific examples,
    7777and a reference manual for people who want to write scripts to reduce
    7878and analyse their data.
     
    8282  <li> Reference manual <a href="refman/">(html)</a> <a href="refman.pdf">(pdf)</a></li>
    8383  <li><a href="tutorials/">Tutorials</a></li>
     84  <li>For FAQ's go to the <a href="http://sourcecode.atnf.csiro.au/cgi-bin/trac_asap.cgi/wiki/AsapFaq"></a>
    8485</ul>
    8586<p>
     
    8788<p>
    8889The <a href="http://sourcecode.atnf.csiro.au/cgi-bin/trac_asap.cgi">Trac page</a>
    89 for ASAP also contains information about building from source and code
    90 revisions and milestones. The current
     90for <b class="asap">ASAP</b> also contains information about building from source and some more detailed information. It also shows information regarding release dates and milestones.
    9191
    9292
     
    110110
    111111<a name="download"><h2>Download</h2></a>
    112 ASAP source code and binaries are available in the <a href="http://www.atnf.csiro.au/pub/software/asap/">ATNF ftp area</a>
     112<b class="asap">ASAP</b> binaries are available in the <a href="http://www.atnf.csiro.au/pub/software/asap/current">ATNF ftp area</a>
     113Please also consult the <a href="http://sourcecode.atnf.csiro.au/cgi-bin/trac_asap.cgi/wiki">wiki</a>
    113114<ul>
    114   <li> A binary tar archive of the latest stable release <a
    115       href=ftp://ftp.atnf.csiro.au/pub/software/asap/asap_linux.tar.bz2>linux binary</a>.
    116       You will need to have the following libraries:<br>
    117       gcc-3.3, blas, lapack, g2c, boost_python and of course
    118       python2.3.<br>
    119       The matplotlib python module has to be installed too.
     115  <li> We provide binaries for debian, fedora and OSX based systems. If yours isn't there
     116  send a request giving details about your flavour of linux.
    120117  </li>
    121   <li>For Mac OSX 10.4 follow <a href="./osx.html">these instructions.</a></li>
    122   <li>Current stable release source code snapshot <a
    123       href="ftp://ftp.atnf.csiro.au/pub/software/asap/asap_src.tar.bz2">asap source</a>
    124       You will need a full aips++ installation, or cyou an try and use the
    125       <a href="http://www.atnf.csiro.au/pub/software/asap/casa_asap.tar.bz2">mini-aips++ tree</a>,
    126        necessary to build ASAP.</li>
    127   <li>The ASAP data package, which contains information about observatories and
    128       coordinate frames can be downloaded <a href="http://www.atnf.csiro.au/pub/software/asap/asap_data.tar.bz2">here</a>.
    129       You need this if you are building ASAP from source.</li>
     118  <li><b class="asap">ASAP</b> source code is available through our subversion repository
     119    <pre>
     120        svn co http://sourcecode.atnf.csiro.au/repos/asap/branches/Release2.1 asap2.1
     121    </pre>
     122  </li>
    130123</ul>
    131124<p>
    132125
    133126<h2>Important</h2>
    134 ASAP is 0-based, i.e. all ranges (vectors) go from
     127<b class="asap">ASAP</b> is 0-based, i.e. all ranges (vectors) go from
    1351280..n-1, if n is the number of elements.
    136129<br>
Note: See TracChangeset for help on using the changeset viewer.