#!/usr/local/bin/perl -wT use CGI ":standard"; use CGI::Carp "fatalsToBrowser"; use lib "./"; use dustInformation; $query = new CGI; ############################################################ #This script displays the software release information page for the 2dust website ############################################################# print header; &displayPage; print end_html; #display the main page sub displayPage { print < 2Dust Software Release Information
HTML &dHeader; &dSidebar; print <

Current Software Release

  • Revision History
  • November 6, 2006: 2dust.061115.tgz
    The most current version of the code can also be downloaded from our SVN repository by issuing the following command:
    svn co https://subversion.assembla.com/svn/2dust_radiative_transfer/trunk/
  • a Fortran compiler for Linux from Intel (free for non-commercial use)
  • a list of available Fortran compilers and tools for several platforms

We keep the most current version of the software on our Assembla site: https://subversion.assembla.com/svn/2dust_radiative_transfer/


HTML &printCenterLinks; print "
"; }