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

Work in Progress

These are things currently being worked on with the 2Dust code package

  • Compiling issues under Solaris 8
  • Update of F90 code to conform to F90\/95 standards w\/regards to the fits i\/o routine, GOTO statements

These things are on the wish list, and will be released as they are accomplished
  • Update of the user manual, and release of an HTML version that is web searchable
  • Improved software interface (possibly including a gui interface)


Exchange of Information:
HTML &printCenterLinks; @fileInfo = stat("index.cgi"); $mytime = &get_real_time($fileInfo[9]); print "

Last Modified: $mytime

"; print "
"; }