REM /////////////////////////////////////////////////////// REM // // REM // Copyright (C) 2003 By // REM // Carl R. Stevenson - WK3C // REM // May be freely used by radio amateurs, // REM // all other rights reserved. // REM // // REM /////////////////////////////////////////////////////// REM date stamp examples: REM $%y$ returns 99 REM $%m$ returns 01 REM $%d$ returns 31 REM $%Y$ returns 1999 REM Some other time stamps follow most of the conventions for MS Visual C++ 6.0 date and time stamps REM They are: %b, %B, %H, %M, %I REM date stamps must start with $ and end with $ REM if two or more date stamps are adjacent, only one $ seperates them: REM http://www.zzzzzzz.com/noname$%y$%d$%m$noname.txt //the file name would be noname993101noname.txt REM http://www.zzzzzzz.com/noname_$%y$_$%d$_$%m$_noname.txt //the file name would be noname_99_31_01_noname.txt REM the Gxr_.... files were changed from the 1min files to the 5 min files, but the file names still say 1m REM This information is for reference only. Do not attempt to change the following data. REM If you need to update any of the below URLs, an updated INI file can be found on the PropMan website. AK_URL=http://www.sec.noaa.gov/ftpdir/latest/AK.txt FLARE_URL=http://www.sec.noaa.gov/ftpdir/latest/DSD.txt XRAY8_URL=http://www.sec.noaa.gov/ftpdir/lists/xray/G12xr_5m.txt XRAY10_URL=http://www.sec.noaa.gov/ftpdir/lists/xray/G10xr_5m.txt PROTON8_URL=http://www.sec.noaa.gov/ftpdir/lists/particle/G11part_5m.txt PROTON10_URL=http://www.sec.noaa.gov/ftpdir/lists/particle/G10part_5m.txt HFRP_URL=http://sec.noaa.gov/pub:70/forecasts/HFRP/$%m$%d$HFRP FTP_SUBDIRECTORY=/pub/latest DST_HTML_PATH_LAST_MONTH=http://swdcdb.kugi.kyoto-u.ac.jp/dstdir/dst1/q/Dstqlastm.html DST_HTML_PATH_CURRENT_MONTH_LOCAL=http://swdcdb.kugi.kyoto-u.ac.jp/dstdir/dst1/q/Dstqthism.html DST_HTML_PATH_CURRENT_MONTH_REMOTE=http://swdcdb.kugi.kyoto-u.ac.jp/Dstqthism.html HTTP_DST_SITE=swdcdb.kugi.kyoto-u.ac.jp FTP_SITE=ftp.sec.noaa.gov